@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
 body {
  background: #fff;
  color: #444;
  font-family: 'Poppins', sans-serif;
  /*font-family: 'Roboto Condensed', sans-serif;*/
}

a {

  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #3b9da6;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0px 0 20px 0;
  padding: 0;
  color: #000;
}
b, strong {
    padding: 0 !important;
    font-size: 15px;
}
 
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 10px 0;
    position: sticky;
    left: 0;
    top: auto;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
}
.add {
    margin: 0px;
    padding: 0;
    background: linear-gradient(40deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, #f8f8f8 0%);
    border-bottom: 1px solid #eee;
}
#header.header-scrolled, #header.header-pages {
    height: auto;
    padding: 30px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    top: 0;
}

/*-----------SLIDWER----------*/
 .carousel-caption {
    top: 30%;
}
.carousel-fade .carousel-item img {
  background-size:cover;
  background-origin:content-box;
  background-clip:content-box;
  background-position:center;
  color:rgba(0,0,0,0.6);
  filter:brightness(100%);
  right:0;
  left:0;
  resize:both;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background:none;
  border:2px solid #fff;
  height:50px;
  width:50px;
  line-height:45px;
  opacity:9 !important;
  filter:brightness(100%) !important;
  font-size:30px;
  border-radius:100%;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
  background:#fff;
  opacity:4;
  color:#000;
}

.la {
  opacity:99;
  z-index:1;
  position:relative;
}

.carousel-indicators li {
  background:#000;
  color:#000;
  height:30px;
  width:30px;
  margin:5px !important;
  border-radius:100%;
}
 
.carousel-caption h3 {
 font-size: 55px;
    text-align: left !important;
    color: #fff;
    background-color: #0000003b;
    display: inline-block;
    padding: 3px 37px
}
 
.carousel-caption p {
  font-size:30px;
  margin-top:20px;
  text-align:center;
}
 
 
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #000;
  text-align: center;
  font-weight: 700;
  position: relative;
  bottom: 50px;
  letter-spacing: 1px;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/
 

/* About Us Section
--------------------------------*/
#about{padding: 80px 0;} 
#testimonials{padding: 80px 0; background: #eee;}
#about .about-content h2 {
    color: #000;
}
.about-content p{text-align: justify;color: #666;}
 #about .about-content h3 {
  color: #a10303;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
}
 
.section-header{margin-top: 30px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    padding: 10px;
    font-size: 14px;
    background: #000;
    color: #fff;
} 

#footer .footer-top {
  padding:50px 0;
  background: #252525;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  color: #666;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3ea2ab;
  color: #fff;
  line-height: 1;
  padding: 8px 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: #3b5998 ;
  color: #fff;
}

#footer .footer-top h4 {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px;
}

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

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

#footer .footer-top .footer-links ul li {
  padding: 5px 0 0 0;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
 
#footer .footer-top .footer-links ul li a {
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    opacity: 0.8;
    font-size: 15px;
}
#footer .footer-top .footer-links ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #03A9F4;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
 
 
.footer .copyright a {
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
}

.footer .copyright a:hover {
  color: #3ea2ab;
}
.footer-links a {
    color: #666;
    padding: 0;
    margin: 0;
}
.footer-links a:hover{text-decoration: underline;color: #a10303;}
.animate-border {
    position: relative;
    display: block;
    width: 90px;
    height: 3px;
    background: #03a9f4;
    overflow: hidden;
    margin-bottom: 20px;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.read {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
    background: #1e76bb;
}
.read:hover{
    color: #fff !important;
    background-color: #1372bc;
    border-radius: 0;
}
.read:before,
.read:after,
.read span:before,
.read span:after{
    content: "";
    background-color: #fff;
    width: 0;
    height: 5px;
    position: absolute;
    top: -5px;
    right: 0;
    transition: all 0.3s ease;
}
.read:after,
.read span:after{
    width: 5px;
    height: 0;
    right: -5px;
    transition: 0.45s ease;
}
.read span:before{
    width: 0;
    top: auto;
    bottom: -5px;
    right: auto;
    left: 0;
}
.read span:after{
    right: auto;
    left: -5px;
    bottom: -5px;
    top: auto;
}
.read:hover:before,
.read:hover span:before{
    width: 100%;
}
.read:hover:after,
.read:hover span:after{
    height: 125%;
}
 
 
.hero-btn-group .read {
    background: #b08b49;
    color: #fff;
    font-size: 18px;
    margin: 0 15px 0 0;
    padding: 15px 30px !important;
}
input.more {
    background: #000;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 17px;
}
 
.media-sec {
    padding: 100px 0;
    overflow: hidden;
    margin: 0px;
}
 
 
.footer-links h4{margin: 0; padding: 0;}
.footer-links p{margin-bottom: 10px; padding: 0;}

 
.serviceBox{ text-align: center; }
.serviceBox .service-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #1e76bb;
    margin-bottom: 15px;
}
.service-icon img {
    width: 100%;
    margin-top: 0;
    border: none !important;
    padding: 0px;
}
.serviceBox:hover .service-icon i{
    transform: rotateY(180deg);
}
.serviceBox .title {
    display: block;
    width: 80%;
    font-size: 22px;
    color: #433b3b;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
}
.serviceBox .title:before,
.serviceBox .title:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #282560;
    margin: 0 -5px 0 0;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transition: all 0.4s ease 0s;
}
.serviceBox .title:before{
    left: 50%;
    margin: 0 0 0 -5px;
}
.serviceBox:hover .title:before{ left: 100%; }
.serviceBox:hover .title:after{ right: 100%; }
.serviceBox .description {
    color: #808080;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 30px;
    font-size: 15px;
}
 
 
.certification{margin: 0; padding: 0px 0 0 80px;}
.certification ul{margin-top:20px; padding: 0px;}
.certification ul li{margin: 0; padding: 0px 4px;display: inline-block;}
.certification .fa{font-size: 35px !important; color: #0eadf4; margin: 0; padding: 0;}
.certification span {
    margin: 0;
    padding: 0px;
    display: block;
    font-size: 15px;
    letter-spacing: 0;
    color: #909090;
}
 
.swisoindia{margin: 0px;padding: 0px;}
.swisoindia p {
    margin-top: 10px;
    padding: 0px;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    opacity: 0.8;
}
.swisoindia img {
  width: 20%;
}
.logo {
    margin-top: 2%;


}

/*-------socal-icon-------*/
.socal-icon{margin: 0; padding: 0;}
.socal-icon ul{margin: 0; padding: 0;list-style: none;}
.socal-icon ul li{margin: 0; padding: 0; display: inline-block;}

.socal-icon .fa {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin:0px;
    border-radius: 50%;
}

.socal-icon .fa:hover {
    opacity: 0.7;
}

.socal-icon .fa-facebook {
  background: #3B5998;
  color: white;
}

.socal-icon .fa-twitter {
  background: #55ACEE;
  color: white;
}

.socal-icon .fa-instagram {
  background: #125688;
  color: white;
}

.socal-icon .fa-linkedin {
  background: #007bb5;
  color: white;
}
 
.loction{margin: 0px; padding: 0;}
.loction ul{margin-bottom: 10px; padding: 0;list-style: none;}
.loction ul li{margin: 15px 0;padding: 0;display: block;font-size: 15px;color: #fff;opacity: 0.8;}
.loction ul li a{font-size: 15px;color: #fff;}
.loction ul li a:hover{color: #03a9f4;transition: 0.1s;}
.loction .fa {
    font-size: 18px;
    margin: 0;
    padding: 0 10px 0 0;
    color: #ffffff;
}
i.fa.fa-envelope {
    font-size: 14px;
}
i.fa.fa-mobile {
    font-size: 22px;
}
.section-header h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 60px;
    height: 1px;
    width: 150px;
    background-color: #828282;
    right: 0;
    margin: 0 auto;
}
.section-header h3:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 53px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #00BCD4;
}

.new h3:before {
    background-color: #fff !important;
}
.media-sec img{border: 2px solid #666; margin: 0; padding: 0;}
.media-sec h6{margin: 0; padding: 0px 0 10px; font-size: 18px;}
.media-sec p{margin-bottom: 15px; padding: 0;}

.box{margin: 0; padding: 0;}
.box img{border: none !important; margin: 0; padding: 5px;}

  
/*---------------------------*/
.btn-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 32px;
    line-height: 40px;
    right: 30px;
    border-radius: 50%;
    opacity: 9;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    background: #00bcd4;
}

.btn-back-to-top .fa {
    font-size: 18px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
 
.btn-back-to-top:hover{
  background: #03A9F4;
  color: #fff;
}
 
.about-content p{text-align: center; color: #fff;margin-bottom: 40px;}
#about-banner{background:url('../img/banner.jpg') no-repeat center fixed; background-size: cover; padding:80px 0;}
 
/*------------------testimonial-sec---------------------*/

.testimonial{
    text-align: center;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial .testimonial-title{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0 0 70px 0;
}
.testimonial .testimonial-title small{
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}
.testimonial .description {
    font-size: 20px;
    color: #535353;
    line-height: 1.5;
    position: relative;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 15px;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 46%;
    font-size: 20px;
    color: #1e76bb;
    line-height:33px;
    border: 2px solid #a7a5a5;
}

.owl-theme .owl-controls .owl-buttons div {
     
    margin: 4px !important;
    padding: 6px !important;
    border-radius: 50% !important;
    background: #3785c3 !important;

}

/*-----------------About-sec--------------------------*/




.about-text h2{
  padding: 0px 30px;
}

.about-text p{
  padding: 0px 30px;
}


/*------------------product-sec----------------------*/

.product-grid{
    background-color: #ebebeb;
    text-align: center;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.product-grid .product-image{
    position: relative;
    overflow: hidden;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{ transition: all 1s cubic-bezier(.19,1,.22,1) 0s; }
.product-grid:hover .product-image .pic-1{ transform: translateY(-100%); }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
}
.product-grid:hover .product-image .pic-2{ transform: translateY(0); }
  
.product-grid .product-content {
    padding: 10px 0;
    border-top: 1px solid #00519b;
    background-color: #00519b;
}
 
 
.product-grid .title{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px;
    color: white;
}
.product-grid .title a{
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease 0s;
    font-weight: 500;
 
}
.product-grid .title a:hover{ color: #fff; }
.product-grid .price{
    color: #0092a0;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
 
@media screen and (max-width:990px){
    .product-grid{ margin: 0 0 30px; }
}

.map {font-size: 0px; padding: 0px 0;}

.about-img {
    border: 4px solid #909090;
}


/*-------------Client-sec---------------*/

.section-header h3 {
     font-size: 36px;
     color: #283d50;
     text-align: center;
     font-weight: 500;
     position: relative
 }

 

 #clients {
     padding: 60px 0
 }

 #clients .clients-wrap {
     border-top: 1px solid #d6eaff;
     border-left: 1px solid #d6eaff;
     margin-bottom: 30px
 }

 #clients .client-logo {
     padding: 64px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-right: 1px solid #d6eaff;
     border-bottom: 1px solid #d6eaff;
     overflow: hidden;
     background: #fff;
     height: 160px;


 }

 #clients img {
     transition: all 0.4s ease-in-out

 }


 /*-------------Contactus---------------*/


 .form-bg{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); 
 }

 .form-css{
      padding: 30px;
 } 
 
     


 .form-control{
  border-radius: 20px;
    background-color: #d8d8d838;
    border: none;
 }

#msg{
    
    padding: 27px 15px;
  }


.btn-hover {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
   
    height: 40px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}


.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
    width: 130px;
    margin: 0 auto;
    display: block;
}

#contact{
  /*background-image: url('../img/form-bg.png');*/
  padding-top: 5%;
  padding-bottom: 5%;
 
 }

 .form-logo{
      padding-top: 110px;
    padding-left: 60px;
}

 
 .box{
  border: 5px solid black;
  padding-bottom: 5%;
  height: 450px;
  position: relative; 
  margin-bottom: 5%;
 }



.header-sec{
  background-image:url('../img/ban-pic-1.jpg');
   
  background-size: cover;

}

.header-title{
  color: white;
  padding: 8% 5%;
   
 
 margin:0px;
 }




/*-------------product image-----------------*/
.zoom {
 
  transition: transform .5s; /* Animation */
  border: 1px solid #90909066;
  margin: 0 auto;
  padding: 86px 0px;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom)*/
  cursor: pointer;
}

.img-thumbnail:hover{
      opacity: 0.5;
      cursor: pointer;
}

/*.div-box{
  box-shadow: 0 0px 38px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}*/



.fa-angle-double-left{
  font-size: 48px;color: #808080b8;
}

.fa-angle-double-right{
  font-size: 48px;color: #808080b8;
}

.product-underline{
  border-bottom: 1px solid #cbe4ff;
  padding: 2% 0%;
}
.product-btn {
    background-color: #00519b;
    border-color: #00519b;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 15px;
}
.product-1-btn {
    border-radius: 30px;
    padding: 5px 15px;
    border: 1px solid #00519b;
    color: #000;
}

.pro-space{
  padding-top: 3%; 

}
.pro-space p{
  text-align: center;

  
}
.checked {
  color: #f3a20e;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    margin: 0 2px;
    color: #666;
    font-weight: 500;
}
.nav-tabs .nav-link.active{
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background-color: #00519b;
    margin-left: 22px;
    color: #fff;
    
}



.social-icon ul li{
   
  padding: 0% 0% 0% 3%; 
  display: inline-block;
  font-size: 24px;
  text-align: center;


}

.social-icon ul li a:hover{
   color: #0eadf4;
 
}

.social-icon ul a{
  color: black;

}

.social-icon ul{
  text-align: right;
  padding-right: 8%;

}
.about-back{
  background-image: url('../img/about-back.jpg');
  background-size: cover;

}





/*-------------------*/


.img-info{
  position: relative;
}


.img-info img{
  display: block;
  width: 100%;
}


.overlay {
  position: absolute;
  top: 150;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  width: 100%;
  transition: .5s ease;
  background-color:#060606ab;

}



.txt-col{
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 5px;
}



.img-info-1{
  position: relative;
}


.img-info-1 img{
  display: block;
  width: 100%;
}


.overlay-1 {
   position: absolute;
  top: 150;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  width: 100%;
  transition: .5s ease;
  background-color:#060606ab; 
}



.txt-col-1{
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 5px;

}


.img-info-2{
  position: relative;
}


.img-info-2 img{
  display: block;
  width: 100%;
}


.overlay-2 {
  position: absolute;
  top: 150;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  width: 100%;
  transition: .5s ease;
  background-color:#060606ab;
}



.txt-col-2{
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 20px;
}











/*----------tabs to accordian--------------------*/

.nav-tabs {
    display:none;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.pro-underline{
  border: 1px solid #8080803d;
  width: 100%;
  height: 1px;
  margin-top: 3%;


}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index:9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 70%;
}
.img-thumbnail{margin: 0; padding: 0;
    border-radius: 0;}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


h5 a{
  font-size: 20px;
}



/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}

nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}


/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

/*----about map-------*/

.about-map{
  padding-top: 14px;
  padding-bottom: 12px;
}


.fa-chevron-circle-right {
  font-size: 38px;
  color: black;
}
.fa-chevron-circle-left {
  font-size: 38px;
  color: black;
}


/*-------------------*/


.tab-bg {
    text-align: center;
    border: 1px solid #00519b;
    font-size: 18px;
    margin-top: 5%;
    padding: 13% 5%;
   
    height: 200px;
    background-color: #00519b;
    color: #fff;
  }



.tab-bg .fa{
  font-size: 64px !important;
  color: #fff;
  position: relative;
}


/* effect-shine */
.tab-bg .fa:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


h3.heading {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
}
.product-list {
    margin:10px 0;
}
.product-list p{margin: 0; padding: 0;}
.product-list p {
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
}
.product-list h4 {
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
    color: #666;
}

.main-div{padding: 50px 0; margin: 0;}
.nav-tabs{margin-bottom: 30px;}


.modal-btn{
    background-color: #00519b;
    border-color: #00519b;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 15px;
   
}

.modal-header{
 margin-bottom: 0;padding-bottom: 0;

  background-color: #00519b;
 
}

.modal-heading {
  color: #fff;
  font-weight: 700;

}

.close{
  color: black;
}


.modal{
  background-color: #00000057;
}

.partner{
  border:1px solid #f2f2f2;
  margin: 0px 5px;
}