/**
* Template Name: Anyar - v4.3.0
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;1,900&display=swap'); */


body {
  font-family:  "Open Sans", sans-serif;
  /* font-family: 'Noto Sans', sans-serif; */
  color: #444444;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}


main{
  flex: 1;
}

a {
  text-decoration: none;
  color: #3282B8;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  /*font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;*/
}

h1 {
  font-size: 14px;
  color: white;
}
.title-org{
  text-align: center !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0880e8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2194f7;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 105px;
  align: right;
  padding: 0;
  margin--left: 0px;
/*  font-size: 14px;*/
  transition: all 0.5s;
  /*overflow: hidden;*/
  background-color: #065FAD;
  color: rgba(255, 255, 255, 255);
  /*z-index: 996;*/
}

#topbar.topbar-scrolled {
  top: -60px;
}

#topbar .contact-info a {
  line-height: 1;
  /*color: rgba(255, 255, 255, 0.8);*/
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  /*text-decoration: underline;*/
}

#topbar .contact-info i {
  color: #f6b024;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

/*#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background: #065FAD; */
  background: #0F4C75;
  transition: all 0.5s;
  z-index: 997;
  height: 100px;
  display: flex;
  justify-content: space-between;
  /* top: 60px; */
}

#header.header-scrolled {
  background: rgba(15, 76, 117, 0.9);
  top: 0;
}
#topbar.topbar-scrolled {
  background: rgba(5, 87, 158, 0.9);
  top: 0;
}

#header .logo {
  font-size: 24px;
  margin: 0px;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#topbar .logo {
  font-size: 24px;
  margin: 0px;
  padding-left: 58px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#topbar .header {
  font-size: 24px;
  margin: 0px;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 100px;
}

#topbar .logo img {
  max-height: 100px;
}
.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

#header .navbar{
  /*padding-right: -600px;*/
  color: white;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
  margin: 0px auto 0 100px;
  }

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  color: #fff;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* .navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #f6b024;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
} */

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #0880e8;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


/* Your existing styles */

.navbar .nav-link.active {
  position: relative;
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #f6b024;
}



@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #f6b024;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 74, 133, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #0665b7;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #f6b024;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f6b024;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.logoimage{\ncp\ncp.edu.new\index.php
   padding-right: 6%;
  /*width: 20%; */
}
.title{
  padding-left:25%;
}
.menu{
  max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    /* justify-content: space-between !important; */
    width: 110rem;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: 50vh;/*70vh*/
  padding: 0;
  overflow: hidden;
  position: relative;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
    margin-top: 88px;
  /*margin-bottom: -10px; /*-110*/
  z-index: 99;
  transition: 0.3s;
}

#hero:before {
  content: "";
  background: rgba(6, 101, 183, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 10%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 60px;
  line-height: 1;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  .carousel-inner{
    height: 400px!important;
    }
}

@media (max-width: 768px), (max-height: 700px) {
  #hero {
   /* height: 55vh;
    padding: 100px 0;*/
  }
  #hero h2 {
    font-size: 28px;
  }
  
}

/*--------------------------------------------------------------
# HeroNINVAST Section
--------------------------------------------------------------*/
#NINVASThero {
  width: 100%;
  height: 50vh;/*70vh*/
  overflow: hidden;
  position: relative;
  /*background: url("../img/hero-bg.jpg") top center;*/
  /*background-size: cover;*/
  /*margin-top: 200px;*/
  /*margin-bottom: -10px; /*-110*/
  z-index: 99;
  transition: 0.3s;
  /*box-shadow: 10px 5px 5px red;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

#NINVASThero:before {
  content: "";
  /*background: rgba(6, 101, 183, 0.9);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#NINVASThero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 10%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#NINVASThero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#NINVASThero h5 {
  color: #fff;
  font-weight: 700;
}

#NINVASThero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  /*margin: 0 auto 30px auto;*/
  color: #fff;
}

@media (min-width: 1024px) {
  #NINVASThero p {
    width: 60%;
  }/*
  #NINVASThero .carousel-control-prev, #NINVASThero .carousel-control-next {
    width: 5%;
  }*/
}

@media (max-width: 768px), (max-height: 700px) {
  #NINVASThero {
    height: auto;
    padding: 100px 0;
  }
  #NINVASThero h2 {
    font-size: 28px;
  }
  
}
@media (min-width: 768px){
  .col-lg-1 {
    width: 16% !important;
}


}

@media (min-width: 992px){
.col-lg-2 {
    flex: 0 0 auto;
    width: 22.666667%;
}
.carousel-inner {
  height: 320px!important;
}
}

@media (min-width: 1300px){
  .col-lg-2 {
      flex: 0 0 auto;
      width: 16.666667%;
  }
  .carousel-inner {
    height: 400px!important;
}
  }
.accordian-style{
 
    color: #0F4C75 !important;
    font-weight: bold;

}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 12px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  /*padding-bottom: 15px*/;
  padding-top: 114px;
}

.section-titlee {
  text-align: center;
  /*padding-bottom: 15px*/;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  /*text-transform: uppercase;
  margin-bottom: 20px;*/
  padding-bottom: 0;
  color: #473D3A;
}

.section-titlee h2 {
  font-size: 32px;
  font-weight: bold;
  /*text-transform: uppercase;
  margin-bottom: 20px;*/
  padding-bottom: 0;
  color: #473D3A;
}

.section-title p {
  /*margin-bottom: 0;*/
  /* font-style: italic; */
  /* font-weight: bold; */
  font-size: 15px;
}

.section-titlee p {
  /*margin-bottom: 0;*/
  /* font-style: italic; */
  /* font-weight: bold; */
  font-size: 19px;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  padding-top: 0;
  position: relative;
  z-index: 100;
}

.icon-boxes .icon-box {
  padding: 30px 30px 20px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 20px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 16px;
}

.icon-boxes .icon {
/*  margin: 0 auto 20px auto;*/
  display: inline-block;
  text-align: center;
}

.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #f6b024;
}

.icon-boxes li {
  text-align: justify;
}

.icon-boxes p {
  text-align: justify;
}

.icon-boxes pdg {
}

.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
  color: #06579F;
}

.icon-boxes .title a {
  color: #06579F;
}

.icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  background: #f1f8ff;
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #0880e8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #0880e8;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #0880e8;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# aboutNINVAST
--------------------------------------------------------------*/
.aboutNINVAST .card {
  border: 0;
  padding: 20px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 290px;
}

.aboutNINVAST .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.aboutNINVAST .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.aboutNINVAST .card-title a {
  color: #473d3a;
}

.aboutNINVAST .card-text {
  color: #4b4949;
}

.aboutNINVAST .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.aboutNINVAST .read-more a:hover {
  text-decoration: underline;
}

.aboutNINVAST .card:hover .card-body {
  background: #1966AA/*#ff5821*/;
}

.aboutNINVAST .card:hover .read-more a, .aboutNINVAST .card:hover .card-title, .aboutNINVAST .card:hover .card-title a, .aboutNINVAST .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 450px;
}

.values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-bodyy {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.values .card-title a {
  color: #473d3a;
}

.values .card-text {
  color: #4b4949;
}

.values .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.values .read-more a:hover {
  text-decoration: underline;
}

/*.values .card:hover .card-body {
  background: #1966AA/*#ff5821*/;
}*/

.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a, .values .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# labs
--------------------------------------------------------------*/
#labs {
  background-color: #fff;
}

.labs .icon-box {
  margin-bottom: 20px;
  width: 100%;
  padding: 40px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.labs .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
}

.labs .icon-box h4 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.labs .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}

.labs .icon-box h4 a:hover {
  color: #0880e8;
}

.labs .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# activitiesNINVAST
--------------------------------------------------------------*/
#activitiesNINVAST {
  background-color: #fff;
  height: 250px;
}

.activitiesNINVAST .icon-box {
  margin: 0px 10px 10px 10px;
  text-align: center;
  width: 100%;
  /*padding-top: 10%;*/
  padding-bottom: 140px;
  border-radius: 6px;
  background: #909CD0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 70px;
}

.values .icon-box:hover /*.card-body*/ {
  background: #1966AA/*#ff5821*/;
}

.activitiesNINVAST .icon-box i {
  float: left;
  font-size: 30px;
  line-height: 0;
}

.activitiesNINVAST .icon-box h4 {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}

.activitiesNINVAST .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}

.activitiesNINVAST .icon-box h4 a:hover {
  color: #fff;
}
/*
.activitiesNINVAST .icon-box p {
  margin-left: 30px;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 0;
}
*/
/*--------------------------------------------------------------
# services piam3d
--------------------------------------------------------------*/
#servicesPIAM3D {
  background-color: #fff;
}

.servicesPIAM3D .icon-box {
  margin-bottom: 20px;
  width: 100%;
  padding: 30px 30px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.servicesPIAM3D .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
}

.servicesPIAM3D .icon-box h4 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.servicesPIAM3D .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}

.servicesPIAM3D .icon-box h4 a:hover {
  color: #0880e8;
}

.servicesPIAM3D .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

#services {
  /*width: 80%;
  height: 70vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;*/
  background-color: #fff;
  color: #000;
}

.services h2 {
  color: #473d3a/*#006666*/;
}

.services .icon-box {
  text-align: center;
  /*width: 100%;*/
  border: 1px solid #d5e1ed;
  padding: 10px 20px;
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  border-radius: 5px;
}

.services .icon-box:hover {
  color: #fff;
}

.services .icon-box .icon {
  background: #1977cc;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #000;
}

.services .icon-box h4 a {
  color: #fff;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  color: #444444;
}

.services .icon-box:hover {
  /* background: #1966AA; */
  background: #3282B8;
  border-color: #9CC2D5;
}

.services .icon-box:hover a{
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #006666;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfoio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfoio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.portfoio #portfolio-flters li:hover, .portfoio #portfolio-flters li.filter-active {
  color: #fff;
  background: #0880e8;
}

.portfoio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfoio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfoio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfoio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #0880e8;
  padding: 15px 20px;
}

.portfoio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfoio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfoio .portfolio-item .portfolio-info .preview-link, .portfoio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfoio .portfolio-item .portfolio-info .preview-link:hover, .portfoio .portfolio-item .portfolio-info .details-link:hover {
  color: #8ec8fb;
}

.portfoio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfoio .portfolio-item:hover img {
  top: -30px;
}

.portfoio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
  /* padding-top: 40px; */
  font-size: 14px;
}

.portfolio-details h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  /*padding-bottom: 20px;*/
  /*border-bottom: 1px solid #eee;*/
}

.portfolio-details h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  /*padding-bottom: 20px;*/
  /*border-bottom: 1px solid #eee;*/
}

.portfolio-details hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/*.portfolio-details ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  text-align: justify;
}

.portfolio-details ul li + li {
  margin-top: 14px;
  text-align: justify;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}
/*
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(246, 176, 36, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 12px;
  text-align: justify;
}*/

.portfolio-details .portfolio-description {
  padding-top: 5px;
}

.portfolio-details .portfolio-description img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
  
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  text-align: justify;
}

.portfolio-details .portfolio-description ul {
  padding-top: 0px;
  /*list-style: none;*/
  /*padding: 5px;*/
  font-size: 14px;
  text-align: justify;
}

.portfolio-details .portfolio-description ul li + li {
  margin-top: 5px;
  text-align: justify;
}
/*
.portfolio-details .portfolio-description li {
  text-align: justify;
}*/

/*--------------------------------------------------------------
# NINVASTTeam
--------------------------------------------------------------*/
.NINVASTteam .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  height: 200px;
}

.NINVASTteam .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 25%;
}

.NINVASTteam .member .pic img {
  transition: ease-in-out 0.3s;
}

.NINVASTteam .member:hover img {
  transform: scale(1.1);
}

.NINVASTteam .member .member-info {
  padding-left: 30px;
}

.NINVASTteam .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #05579e;
}

.NINVASTteam .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.NINVASTteam .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}

.NINVASTteam .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.team .member .pic {
  overflow: hidden;
  width: 120px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #05579e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
/*
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #0880e8;
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: url("../img/contact-bg.png") left center no-repeat;
  position: relative;
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .container {
  position: relative;
}


.container {
  max-width: 85%;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  background: #0880e8;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  border: 0;
  padding: 10px 32px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0880e8;
  background: #fff;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0880e8;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #ecf6fe;
  margin-top: 90px;
  text-align: right;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #043c6d;
  text-align: left;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  text-align: right;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  text-align: right;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/";
  text-align: right;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: #05579e; */
  background: #3282B8;
  padding: 0 0 20px 0;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
}

/*#footer .footer-newsletter {
  padding: 50px 0;
  background: #05579e;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0880e8;
}*/

#footer .footer-top {
  background: #27496D;
  padding: 35px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
/*
#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}*/
.my-5 {
   margin-top: 1rem!important; 
  margin-bottom: 3rem!important;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 20px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 3px 0;
  display: flex;
  color: #fff;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
  color: #fff;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #9CC2D5;
}

#footer .footer-top .footer-contact {
  margin-bottom: 4px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
}
/*
#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}*/

#footer .credits a {
  color: #fff;
}

/*---------------------------------------
# Email
---------------------------------------*/

.e-mail:before {
	content: attr(data-website) "\0040" attr(data-user);
  /*content: attr(data-user) "\0020" attr(data-website) ;*/
  unicode-bidi: bidi-override;
  direction: rtl;
  /*color: #fff;*/
}

/*---------------------------------------
# Zoom image
 ---------------------------------------*/

.zoom-pic{
	width:25px;
	float:right;
	position:relative;
	display:table;
	/*padding:5px 0 5px 15px;*/
	cursor:zoom-in;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

/*---------------------------------------
# Submenu Buttons
----------------------------------------*/
#submenu {
  margin-left: 50%;
  color: #000;
  transition: all 0.5s;
  position: absolute;
  margin-left: 16%;
  }

.btn-sm {
  background: #fff;
}

.btn-sm:hover {
  color: #2B99F8;
  background-color: #fff;
}

.custom {
  shadow: none;
  font-weight: bold !important;
  color: #0880ED;
  hover: #2B99F8;
}

.dropdown-menu ul li{
  font-weight: bold !important;
  background-color: #fff;
}

/*---------------------------------------
Responsive Image
---------------------------------------*/
.responsive {
  width: 100%;
  height: auto;
}

/*---------------------------------------
Buttons
---------------------------------------*/
.button {
  display: inline-block;
  background: #4285f4;
  /*color: #fff;
  text-transform: uppercase;*/
  padding: 20px 20px;
  border-radius: 5px;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-align: center;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.button:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -10px) scale(1.2);
          transform: translate(0px, -10px) scale(1.2);
  background: #FFD662;
}

.button a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.buttonWrap {
  position: relative;
}

#blocker {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.7);
}

/*---------------------------------------
Services Cards
---------------------------------------*/

/*.card.booking-card.v-2 {
  background-color: #c7f2e3;
}*/
.h-color{
  color:#1B262C;
}
.h-color:hover{
  color:#1B262C;
}
.card.booking-card.v-2 .fa {
  color: #f7aa00;
}

.card.booking-card.v-2 .card-body .card-text {
  color: #000;
  font-size: 15px;
}

/*.card.card.booking-card.v-2 .chip {
  background-color: #87e5da;
}*/

.card.booking-card.v-2 .card-body hr {
  border-top: 1px solid #f7aa00;
}

/*---------------------------------------
carousel
---------------------------------------*/

.carousel-inner img {
  width: 100%;
  height: 100%; /*550px;*/
}

/*---------------------------------------
News Ticker
---------------------------------------*/

#ticker {
  border: 1px solid #D5E1ED;
  color: #000;
	height: 240px;
	overflow: hidden;
  font-size: 15px;
}

#ticker li {
	height: 90px;
}

.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}

.bar a {
	color: #DDD;
	text-decoration: none;
}

.bar a:hover {
	color: #FFFFFF;
}
/*
html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	color: #333;
}*/


/*---------------------------------------
Calendar
---------------------------------------*/

#calendar{
	/* margin-top: 20px; */
  font-size: 14px;
	/*margin-left: 30px;
  /*height: 00px;*/
  /*width: 300px;*/
  color; #000;
  /*border: 1px solid #D5E1ED;*/
}
