/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */
html, body {
  height: 100%;
}

a:hover,  a:active,  a:focus {
  outline: none;
  text-decoration: none;
}
#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom:50px;
}
.no-padd{padding: 0;}
.carousel-item img{
  width: 100%;
}
.fixed-wrap{
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-item img{
  width: 100%;
}
/*.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
}*/
/*// Carousel fade transition*/
/*.carousel-fade {
   display: block;
    position: absolute;
    opacity: 0;
    transition: opacity .75s ease-in-out;
  }*/
.auto{
  overflow: auto !important;
}



  #carousel{
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
  }
.carousel, .carousel-inner, .carousel-item {
    width: 100%;
    height: 100%;
}
.carousel-item img{
  width: 100%;
}
.carousel, .carousel-inner {
    position: relative;
}
.carousel-inner {
    width: 100%;
    overflow: hidden;
}
  .carousel-item {
   display: block;
    position: absolute;
    opacity: 0;
    transition: opacity .5s ease-in-out;
  }

.carousel-item.active{
  opacity: 1;
}

















/*.carousel-item {
  height:700px;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
.home-bg{
  background: url(../img/home-bg1.jpg);
    height: 100%;
    min-height: 1000px;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
  }
 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 40px;
}
.bg-light .navbar-brand {
    color: #00247d;
    font-weight: 600;
    font-size: 18px;
}
.bg-light .navbar-brand img{
    margin-right: 5px;
    display: inline-block;
    float: left;
}
.bg-light .navbar-brand .hero{
    margin-top: 13px;
    display: inline-block;
    float: left;
    letter-spacing: 0.5px;
  }
  .navbar-toggler {
  background-color: #254286;
}
.navbar .navbar-toggler-icon {
    background:url(../img/menu-ico.png) no-repeat center;
    background-size: 77%;
}
.navbar-toggler:focus, .navbar-toggler:hover{
  outline: none;
  border: none;
}
.bg-light .navbar-nav .active>.nav-link{color: #00247d;
    font-weight: 600;}
.bg-light .navbar-nav .nav-link{color: #333;font-size: 14px;}
.sec-img{
  max-width: 100%;
}
#Content-box .sec-img{
  margin-top: 3%;
}
footer {
  position: relative;
  margin-top: -54px; 
  height:54px;
  clear:both;
  padding-top:20px;
} 
.text-white i{
  font-size:20px;
  /*color: #1c56e8;*/
  color: #fff;
  margin-right: 15px;
  transition: all ease-in-out .3s;
}
.text-white a:hover i{
  color: #fff;
}
.page-wrap{
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  margin-top:105px;
  padding-bottom:50px;
}
.card-text{font-size: 13px;}
.card-title a{
  color: #00247d;
    font-weight: 600;
        font-size: 19px;
}
.gal-head{
    width: 100%;
    float: left;
    font-size: 22px;
    color: #00247d;
    padding-left: 15px;
    margin-bottom: 15px;
}
.m-b-30{margin-bottom: 50px;}
.gal-item{float: left;}
.message-form input {
    margin-top: 0px;
}
input, textarea {
    padding: 10px;
    border: 1px solid #e2e2e2;
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 300;
    color: #aaa;
    outline: none;
}
.message-form textarea {
    padding-bottom: 20px;
}
textarea {
    height: 165px;
    max-height: 180px;
    max-width: 770px;
    line-height: 18px;
    width: 100%;
}
.send button {
    width: 90px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    line-height: 30px;
    text-align: center;
    background-color: #00247d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    outline: none;
}
.info p {
    padding-bottom: 20px;
        font-size: 14px;
}
.info a {
    color: #9a9696;
}
.info ul {
    margin: 0;
    padding: 0;
}
.info li {
    list-style: none;
    margin: 10px 0;
    font-size: 14px;
    color: #3a3a3a;
}
.info i {
    color: #00247d;
    margin-right: 10px;
    font-size: 18px;
}
.location-map{margin-top: 50px;}
.footer-bx{
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 99;
}
.owl-dots{
  display: none;
}
body{
  overflow: hidden;
}
#Content-box{
 /* position: fixed;*/
  top: 20px;
  left: 0;
  right: 0;
  z-index: 999;
}
.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: 100% !important;
    padding-top: 76px;
}
.custom{
    position: absolute;
    z-index: 99;
    left: 0;
    top:13%;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 805px !important;
}
/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

.fadeInUp{
    visibility: visible;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.wp{
    visibility: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.portfolio-item .card{
     -webkit-box-shadow: 0 0 4px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0 0 4px 1px rgba(204,204,204,0.5);
    box-shadow: 0 0 4px 1px rgba(204,204,204,0.5);
}
@media (max-width:668px){
  #Content-box {
     position: relative; 
    top: -8px;
    left: 0;
    right: 0;
     z-index:1; 
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.owl-carousel {
    height: 321px;
}
.custom {
     position: relative; 
    z-index: 99;
    left: 0;
     top:0; 
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 805px !important;
    float: left;
    display: inline-block;
    margin-bottom: 3%;
    /* position: static; */
}
.owl-carousel .owl-item img {
    object-fit: cover;
    width: 100% !important;
    padding-top: 76px; 
    height:321px !important;
    float: left;
    max-height: 100%;
}
.index-body{
  overflow: auto;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -31px;
    z-index: 9999;
    position: absolute;
    text-align: center;
    width: 100%;
}
.owl-dots {
     display: block; 
}
.footer-bx {
    position: relative;
}
.message-form input {
    margin-top: 15px;
}
.send button{
  margin-top: 15px;
  float: right;
}
}
@media (max-width:575px) {
.gal-item {
   margin-bottom: 15px;
}
.portfolio-item{
  margin-bottom: 15px;
}
}
.success{
	color:green;
}
.error{
	color:red;
}
#map{
	height: 350px;
    width: 100%;
}