body{
    overflow-x: hidden;
}

@font-face {
font-family: 'Arial MT Std Light Cond';
font-style: normal;
font-weight: normal;
src: local('Arial MT Std Light Cond'), url('arial-mt-std-light-cond-586c34fca466a.woff') format('woff');
}
 

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
 position: relative;
    border-bottom: 1px solid #fff;
    
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -16px;
 margin-top: 10px;
  width: 0;
}
.dropdown-menu{
width: 250px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#fff;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
.navbar-default{
    background: none;
    border: none;
}
.top-menu{
      background: url(../images/header.jpg);
    background-size: 100% 100%;
}
.navbar-brand {
     float: none; 
    padding: 15px 15px;
    font-size: 18px;
  
}
li{
    list-style: none;
}
.date ul li{
    float: left;
    padding-right: 32px;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 500;   
}
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}
.search-container a{
font-size: 19px;
    color: #000;
    margin-left: 208px;
    position: absolute;
    line-height:30px;
}
.lang {
        float: right;
    background: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 10px 0
}
.lang a span{
        padding-left: 5px;
    color: #000;
}
a:hover{
    text-decoration: none;
}
.navbar-header{
    margin-top:00px;
}
.date {
    margin-top: -12px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 7px;
    color: #2e2e2e ! important;
    font-size: 15px;
    text-transform: uppercase;
}
.nav>li>a:hover{
    color: #08034f ! important;
}
.navbar-header a img{
        width:400px;
}
.navbar-nav{
        margin: 15px 0 0 7px;
}
.foni{
 box-shadow: 0px 0px 4px 1px #c1c1c1fc;
    border: none;
    padding: 5px;
    border-radius: 5px;
    font-style: italic;
    font-size: 13px;
    width: 195px;
    float: right;
height: 28px;
}
.foni::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
 
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
       height: 475px;
    } 
    .item:nth-child(1) {
      background: url('../images/banner-slider/3.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(2) {
      background: url('../images/banner-slider/1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(3) {
      background: url('../images/banner-slider/4.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }
 .item:nth-child(4) {
      background: url('../images/banner-slider/5.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }
 .item:nth-child(5) {
      background: url('../images/banner-slider/2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

.bann-20 h3{
    color: #fff;
}
.bann-20 p{
    color: #fff ! important; 
}
.glyphicon-chevron-left:before {
    content: "";

}
.glyphicon-chevron-right:before {
    content: "";
}
.glyphicon img{
    width: 100%;
}
.carousel-control.left{
    background: none;
}
.carousel-control.right{
    background: none;
}
.carousel-caption {
    right: 25%;
    left: 11%;
  
    color: #225c9a;
}
.carousel-caption h3 {
    font-size: 45px;
   font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    text-shadow: none;
    
}
.carousel-caption p{
    font-size: 15px;
    text-shadow: none;
    text-align: left;
    padding: 0px 242px 0 0;
    color: #012953;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.carousel-caption{
       bottom: 100px;
}
.Large{
    width: 17%;
    float: left;
}
.butr{
        padding-top: 37px;
}
.btn-primary {
    color: #fff;
    background-color: #225c9a;
    border-color: #225c9a;
}
.butr a{
        font-size: 17px;
    font-weight: 600;

}
.line{
    background-image: linear-gradient(-131deg, #255a96, #fff, #255a96);
    height: 10px;

}
.abou{
background:#255a96; 
    height: 307px;
}
.inf h1{
        font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
        padding-bottom: 14px;
}
.inf p{
        color: #fff;
    text-align: justify;
    font-size: 14px;
        line-height: 18px;
}
.info{
    padding-bottom: 70px ! important;
}
.inf{
        border-left: 2px solid #274b72;
    padding: 35px 18px 105px;
}
.team2 a{
     font-size: 17px;
    font-weight: 600;
    background: #fff;
    width: 38%;
    margin-top: -100px;
    margin-left: 20px;
    color: #255a96;  
}
.info2{
    padding-bottom: 88px ! important;
}
.team2 a:hover{
    background: #255a96;
    transition: 0.3s;
    color: #fff;
    border: 1px solid #fff;
}
.abo-20 h3{
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 23px;
    background: #346eae;
    width: 176px;
    line-height: 55px;
    color: #fff;
    margin-left: 40%;
    border-radius: 5px;
}
.bobo{
        -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
    background: #a0cdff;
    width: 180px;
    margin-left: 34%;
    padding-bottom: 56px;
    position: absolute;
    margin-top: 23px;
    z-index: -99;
    line-height: 55px;
    border-radius: 5px;
}
.Jyoti h2{
      font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #255a96;
    line-height: 45px;  
}
.Jyoti p{
        font-size: 14px;
    line-height: 23px;
    color: #1e1e1e;
    font-weight: 500;
    text-align: justify;
}
.Largew{
    color: #fff;
    background-color: #225c9a;
    border-color: #225c9a;
    width: 28%;
    float: left;
    font-size: 18px;
    line-height: 30px;
}
.aboutem{
    padding:40px 0;
}
.abo-20{
    padding-bottom: 60px;
}
.pro{
    padding: 40px 0;
    background: #ecf5fe;
    z-index: 9;
    position: relative;
   
}
.imaff{
    background: none ! important;
}
.prosse {
      background-image: linear-gradient(-90deg, #346eae, #fff);
    z-index: -9;
    position: relative;
        padding: 25px;
}
.bobo2{
  transform: rotate(2deg);
    background: #fff;
    width: 186px;
    margin-left: 465px;
    padding-bottom: 56px;
    position: absolute;
    margin-top: 23px;
    z-index: -99;
    line-height: 55px;
    border-radius: 0px;  
}
.abo-220 h3 {
      text-align: center;
    display: block;
    font-weight: 800;
    font-size: 30px;
    background: #346eae;
    width: 176px;
    line-height: 55px;
    color: #fff;
    margin-left: 40%;
    box-shadow: 0px 2px 6px 0px #00000075;
    font-family: 'Arapey', serif;
}
.producttype{
        background-image: linear-gradient(-90deg, #4a7eb7, #fff);
/*
    z-index: -9;
    position: relative;
*/
    
}
.prodc{
    background: url(../images/par.png);
    background-size: 100% 100%;
    width: 100%;
    padding: 0 0 50px;
}
.prodc ul li a{
background: url(../images/product-.png);
    background-size: 100% 100%;
    width: 35%;
padding-top: 12px;
      padding-left: 10px;
    display: block;
    height: 51px;
    font-size: 14px;
    color: #000;
}

.prodc2{
        margin-left: -106px;
    position: relative;
}
.get h3{
        font-size: 25px;
    font-weight: 600;
      line-height: 55px;
        padding-left: 150px;
    color: #fff;
}
.rigrt a{
        width:35% ! important;
    margin-left: 34%;
}
.newjj{
    margin-left: 45px;
}
.ccc a{
    padding-top: 2px !important;
}
.prff h4{
font-size: 30px;
    font-weight: 600;
    padding-bottom: 0px;
    text-align: center;
    color: #fff;
    padding-top: 100px;
}
.prff img{
    width: 180px;
}
.hight p{
    font-size:18px;
    color: #fff;
}
.hight p span{
    color: #000;
    font-size: 12px;
    padding-right: 5px;
}
.hight{
        padding-top: 50px;
    padding-left: 44px;
}
.hight a{
    font-size: 20px;
    color: #fff;
    float: right;
    background: #88c1ff;
    display: block;
    width: 145px;
    text-align: center;
    border: 1px solid #1e2e3f;
    line-height: 40px;
    border-radius: 3px;
    margin-top: 20px;
}
.oni a{
    font-size: 20px;
    color: #fff;
    float: left;
    background: #88c1ff;
    display: block;
    width: 220px;
    padding: 10px 12px;
    border: 1px solid #1e2e3f;
    line-height: 24px;
    border-radius: 3px;
    margin-top: 30px;
    height: 70px;
    margin-left: 60px;  
}
.oni a span{
    font-size: 14px;
    float: right;
}
.thepro p{
        font-size: 16px;
    color: #333333;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 50px 60px;
}

.footer{
    background: #2c3e50;
    padding: 20px 0;
}
.footer-20 h1{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 48px;
}
.footer-20{
    font-size: 15px;
    color: #fff;
}
.footer-20 ul li{
    float: left;
    padding-right: 15px;
}
.footer-20 ul li a{
    font-size: 26px;
    color: #fff;
}
.footer-20 p span{
    font-size: 18px;
    color: #fff;
    padding-right: 5px;
}
.bottom-footer{
    background: #233140;
}
.but20 p{
        font-size: 14px;
    color: #979da4;
    padding: 22px 0 0px;
}
.but200 p{
    float: right;
    
}
.but200 p a{
    color: #979da4;
    font-size: 14px;
}
.inf  a{
        position: relative;
    margin-top: -98px;
    margin-left: 18px;
}
.pages{
        background-color: #346eae  ! important;
        display: none;
}
.navbar{
    margin-bottom: 10px;
}
.pages {
  background: url(../images/banner-slider/abou-banner.png) center center no-repeat;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about{
      background: url(../images/banner-slider/abou-banner.png) center center no-repeat;
    background-color: #346eae;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
}
.about2{
       background: url(../images/banner-slider/abou-banner-2.png) center center no-repeat;
    background-color: #346eae;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;     
}
.career-15{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;     
}
.enquiry-15{
       background: url(../images/banner-slider/Enquiry.png) center center no-repeat;
    background-color: #346eae;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;     
}
.contact-15{
       background: url(../images/banner-slider/contact-us.png) center center no-repeat;
    background-color: #346eae;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;     
}
.inner-banner {
    width: 100%;
    height: 100%;
    max-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    padding: 3% 0px 3%;
    color: #fff;
}
.pad-container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.inner-banner h1 {
    font-size:30px;
    color: #fff;
  letter-spacing: 0.3px;
    font-weight: 600;
}
.inner-banner h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.contact-page-section {
    position: relative;
    padding-top: 10px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.title{
    color: #d7a449;
}
.sec-title .title {
    position: relative;
    color: #0d79a6;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #0d79a6;
}
.sec-title h2 {
    position: relative;
    color: #346eae;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
}
.contact-page-section .inner-container{
        background-color: #d7a449;
}
.contact-page-section .inner-container {
    position: relative;
    z-index: 1;
    bottom: 45px;
    margin-top: 25px;
    background-color: #346eae;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}
.contact-page-section .form-column {
    position: relative;
    padding: 0px;
}
.contact-page-section .form-column .inner-column {
    position: relative;
    padding: 60px 45px 30px;
    background-color: #ffffff;
}
.contact-form {
    position: relative;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    color: #222222;
    font-size: 14px;
    line-height: 38px;
    padding: 10px 30px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.contact-page-section .info-column {
    position: relative;
}
.contact-page-section .info-column .inner-column {
    position: relative;
    padding: 5px 35px 0;
}
.contact-page-section .info-column h2 {
position: relative;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom:20px;
    text-align: center;
    text-transform: uppercase;
}
.contact-page-section .info-column .list-info {
    position: relative;

}
.contact-page-section .info-column .list-info li {
    position: relative;
    margin-bottom: 28px;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    padding-left: 45px;
}
.contact-page-section .info-column .list-info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    font-size: 22px;
}
.social-icon-four {
    position: relative;
}
.social-icon-four li {
    position: relative;
    margin-right: 18px;
    display: inline-block;
}
.social-icon-four li.follow {
    color: #222222;
    font-weight: 600;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}
.map-section{
    margin-top: -50px;
}
.text{
    height: 120px ! important;
}
.btn-style-one{
    width: 100%;
    background: #346eae;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 43px;
    text-transform: uppercase;
    height: 43px;
}
.btn-style-one:hover{
    background: #fff;
    border: 2px solid #346eae;
    color: #346eae;
     font-size: 18px;
    line-height: 43px;
    text-transform: uppercase;
}
.bg-grey {
    background-color: #f2f2f2a3;
}


.about-inner-wrap {
    display: flex;
    align-items: center;
}
.about-inner-content h2{
    font-size: 28px;
    color: #346eae;
    margin: 0 0 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}
.about-inner-content p{
      font-size: 14px;
    line-height: 23px;
    color: #1e1e1e;
    font-weight: 500;
    text-align: justify;
}
.about-inner-content{
    padding-top: 30px;
}
.what-we-do-img {
    position: relative;
    margin-top: 80px;
}
.what-we-do-img::before, .what-we-do-img::after {
    border-left: 7px solid #346eae;
    border-bottom: 7px solid #346eae;
}
.what-we-do-img::before, .what-we-do-img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 160px;
    width: 160px;
}
.what-we-do-img::after {
    border-top: 7px solid #346eae;
    border-right: 7px solid #346eae;
}
.what-we-do-img::after {
    left: auto;
        right: 20px;
    bottom: auto;
    top: 0;
    border-left: none !important;
    border-bottom: none !important;
}
.padding {
    padding:45px 0;
}
.teite::before{
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background: #346eae;
    left: 137px;
    position: absolute;
    top: 48px;
}
.our-21 p{
        font-size: 14px;
    line-height: 23px;
    color: #1e1e1e;
    font-weight: 500;
    text-align: justify;
}
.our-21{
        padding-top: 25px;
}
.counter-section {
    background-image: url(../images/counter-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.counters .counter-content {
    display: block;
    color: #fff;
    padding-left: 0px;
}
.text-center {
    text-align: center!important;
}
.counters .counter-content i {
       background-image: linear-gradient(-45deg, #346eae 0%, #63a2f0 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 45px;
}
.counters .counter-content h3 {
    font-size: 40px;
    margin: 5px 0 0;
    color: #fff;
    font-weight: 700;
    display: block;
}
.counters .counter-content h4 {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}
.text-center p{
        font-size: 30px;
    font-weight: 800;
    padding-top: 12px;
}
.text-center h1{
        font-size: 24px;
    font-weight: 800;
}
.text-center h1 a{color: #fff;}
.banner-call h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: .7px;
    color: #fff;
}
.bg-blue {
    background: #01539F;
}



.banner-call p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    line-height: 36px;
}

.btn-default-arrow {
    position: relative;
    color: #01539F;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 15px 58px 15px 30px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-call .btn-default-arrow {
    background: #ffea00;
    color: #1c1c1c;
}

.title {
  text-align: center;
  margin-top: 60px;
}
.portfolio_slider {
  margin: 60px auto;
  max-width: 1200px;
  border: 5px solid black;
  /*display: flex;*/
/*   flex-flow: row wrap; */
}
.portfolio_slider {
  flex: 1 1 0;
  background-color: whitesmoke;
}

.inner {
  padding: 6px;
}

img {
  width: 100%;
  height: auto;
}





/*

.team_columns_carousel_wrapper {
    padding: 25px;
    overflow: hidden
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_right {
    top: 26px;
    z-index: 2;
    opacity: 1;
    width: 35px;
    height: 35px;
    border: 0;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_carousel_control_icons {
    line-height: 35px;
    font-size: 20px!important;
    font-weight: normal!important;
    margin-top:8px;
}
.team_columns_carousel_control_left {
    left: 26px!important
}
.team_columns_carousel_control_right {
    left: 63px!important
}
.adv_left {
    left: 41px!important
}
.adv_right {
    left: 78px!important
}
.team_columns_item_image {
    padding-top: 60px;
    padding-bottom: 25px
}
.team_columns_item_image img {
    width: 100%;
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_image:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}
.team_columns_item_caption {
    padding: 10px;
    text-align: center;
    padding-bottom: 30px
}
.team_columns_item_caption>hr {
    width: 15%
}
.team_columns_item_caption h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p {
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    width: 25px;
    float: left;
    height: 25px;
    display: block;
    line-height: 25px;
    margin-right: 2px;
    text-decoration: none;
    -webkit-transition: background ease-in-out .3s;
    transition: background ease-in-out .3s
}
@media(min-width:768px) and (max-width:789px) {
    .adv_team_columns_item_social a, .adv_team_columns_item_social a:visited {
        margin-right: 0
    }
}
.team_columns_carousel_wrapper {
    background: #fff
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_left:hover,
.team_columns_carousel_control_left:active,
.team_columns_carousel_control_left:focus,
.team_columns_carousel_control_right,
.team_columns_carousel_control_right:hover,
.team_columns_carousel_control_right:active,
.team_columns_carousel_control_right:focus {
    color: #fff;
    background: #feb600!important
}
.team_columns_item_caption {
    color: #fff;
    background: #171717
}
.team_columns_item_caption>hr {
    border-top: 2px solid #feb600
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    color: #feb600
}
.team_columns_item_caption p a:hover,
.team_columns_item_caption p a:active {
    color: #cb9200
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    color: #171717;
    background: #feb600
}
.team_columns_item_social a:hover,
.team_columns_item_social a:active {
    background: #cb9200
}
.four_shows_one_move .cloneditem-1,
.four_shows_one_move .cloneditem-2,
.four_shows_one_move .cloneditem-3 {
    display: none
}
@media all and (min-width: 768px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -50%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 50%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-1 {
        display: block
    }
}
@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
@media all and (min-width: 992px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -25%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 25%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-2,
    .four_shows_one_move .carousel-inner .cloneditem-3 {
        display: block
    }
}
@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
*/

.clearfix  {clear: both}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    height: 292px;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.india h2{
        background: #346eae;
    font-size: 16px;
    text-align: center;
    line-height:42px;
    color: #fff;
    position: relative;
    margin-top: -20px;
    text-transform: uppercase;
    transform: rotate(-3deg);
    padding-bottom: 0px;
    border-radius: 3px;
}
.moter{
display: block;
    background: #c5e1fe;
    padding: 21px;
    position: relative;
    transform: rotate(173deg);
    margin-top: -40px;
    z-index: -99;
    border-radius: 5px;
}
.lang a img{
    width: 20px;
}
.dropdown-menu>li>a{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 22px;
}
.menu2{
    background: #3771ae;   
    margin-left: -34px;
}
.dropmenr{
        background: #3771ae;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a{
     line-height: 35px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background: #000;
    text-decoration: none;
    color: #fff;
    line-height: 35px;
}
.dropmenr li{
border-bottom: 1px solid #fff;
}
.dropmenr li{
    margin-top: 0px;
}
.dropmenr li+li+li+li+li{
    border-bottom: none;
}
.dropmenr{
        border-radius: 0px ! important;
    margin-top: 1px ! important ;
}
.stepee{
    border-bottom: none;
    margin-bottom: -5px;
}
.menu2{
    border-radius: 0px ! important; 
}
.last{
    border-bottom: none ! important;
       border-radius: 0px ! important; 
      margin-bottom: -6px;
}
.width{
 width: 320px;
}
.menu2 li{
    border-bottom: 1px solid #fff;
}
.app {
    font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
/*	background:#539AB9;
	border:5px solid #539AB9;*/
    /*
    This is the CSS for the feedback div that is fixed to the top left hand side
    of the screen. This div should slide with the form so that it provides a
    close button when the form is slid into view.
    */
    right		: -50px; /* Bring the div in and hide the left (top) border */
    left		: -10px\9; /* Less Than IE9 Hack - Bring the div in and hide the left (top) border */
    top			: 50%;
    margin-top:-152px;
    cursor		: pointer;
    padding-left: -70px;
    width		: 150px; /* Since this is getting rotated width appears as height to the eye*/
    height		: 30px; /* Since this is getting rotated height appears as width to the eye*/
	text-align	: center;
	letter-spacing:1px;
    z-index		: 10000; /* Msake sure it floats above the content */    
    position: fixed;
    background: #689F38;
    border: 5px solid #fff;
    color: #FFF;
    padding: 10px 15px 30px;
}
.app a {
    color:#fff;
}
.app a:hover {
    text-decoration:none;
}
/*------------------log a ticket start here---------------------------------*/
.log-ticket {
    top			: 50%;
    margin-top:2px;
    background: #EB4712;
    border: 5px solid #fff;
}
/*------------------log a ticket end here-----------------------------------*/
.rotate {
    /* Safari, Chrome */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Older versions of IE */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /* CSS3 standard as defined here: http://www.w3.org/TR/css3-transforms/ */
    transform: rotate(-90deg);
}

.required {
    background-color:#F2DEDE !important;
    border: 1px #F00 solid !important;
}

.feedback {
    position	: fixed; /* This will never scroll out of view */
	background:#0090d6;
    border		: 3px solid #fff;
    color		: #fff;
    font-weight	: bold;
    padding	: 10px 15px 30px 15px;
	
}

.feedback-form-wrapper {
    /*
    This is the CSS for the feedback div that is fixed to the top left hand side
    of the screen.
    */
    display		: block;
    z-index		: 9999; /* Make sure it floats a little higher than the feedback form div below */
    top		: 200px;
    left		: -280px; /* Bring the div in and hide the left (top) border */
    width		: 280px;
}

.feedback-form-wrapper .form-group {
	padding:0px 15px;
	margin-bottom:0;
}

.feedback-form-wrapper .form-group .form-control {
	font-size:13px;
	margin-bottom:8px;
	border-radius:0 !important;
}

.feedback-form-wrapper .btn {
	padding:5px 15px!important;
	border:2px solid #fff;
	background:none;
	transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	border-radius:0 !important;
        margin-left: 60px;
    color: #fff;
}

.feedback-form-wrapper .btn:hover {
	background:#fff;
	transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
}

/* This will put some distance between the input box and the next label */
.feedback input{
    margin-bottom:5px;
}

.feedback legend{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.feedback-toggle {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	/*background:#539AB9;*/
	border:3px solid #fff;
    /*
    This is the CSS for the feedback div that is fixed to the top left hand side
    of the screen. This div should slide with the form so that it provides a
    close button when the form is slid into view.
    */
    left		: -50px; /* Bring the div in and hide the left (top) border */
    left		: -10px\9; /* Less Than IE9 Hack - Bring the div in and hide the left (top) border */
    top			: 50%;
    margin-top:-75px;
    cursor		: pointer;
    padding-left: -70px;
    width		: 150px; /* Since this is getting rotated width appears as height to the eye*/
    height		: 30px; /* Since this is getting rotated height appears as width to the eye*/
	text-align	: center;
	letter-spacing:1px;
	
    /*border-top	: 5px solid #fff;
    border-left	: 4px solid #fff;
    border-right: 4px solid #fff;*/
    z-index		: 10000; /* Msake sure it floats above the content */
}

.send-complaint	{ position:relative; cursor:pointer;}
.send-complaint .fa-send	{ font-size:25px; cursor:pointer}
.send-complaint .send-text	{ position:absolute; top:0; left:0px; opacity:0; font-family:"Open Sans"; font-weight:300; font-size:16px; -webkit-transition:all ease-out 0.4s; -moz-transition:all ease-out 0.4s; -ms-transition:all ease-out 0.4s; -o-transition:all ease-out 0.4s;}
.send-complaint:hover .send-text	{ opacity:1; -webkit-transform:translateX(50px); -moz-transform:translateX(50px); -ms-transform:translateX(50px); -o-transform:translateX(50px);}
legend { margin-bottom:15px;}

@media ( max-width:640px)	{
	.send {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	font-weight:300;
	width:90px;
	padding:10px 10px 30px;
    z-index		: 9999; /* Msake sure it floats above the content */
}
.send > .fa	{ float:right;}
.feedback-form-wrapper .form-group .form-control {
	height:30px;
	margin-bottom:0px !important;
	border-radius:0 !important;
}
.feedback-form-wrapper .form-group { margin-bottom:5px !important;}
.send-complaint .send-text {}

}
.faq-content #accordion .panel-title > a.accordion-toggle::before, .faq-content #accordion a[data-toggle="collapse"]::before  {
    content: "−";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    margin-left: 10px;
    color: #0052a4;
    font-size: 20px ! important;
    font-weight: 300;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
	background:#fff;
}
.faq-content #accordion .panel-title > a.accordion-toggle.collapsed::before, .faq-content  #accordion a.collapsed[data-toggle="collapse"]::before  {
content: "+";
    color: #0052a4;
    font-size: 10px;
    font-weight: 300;
    background: #fff;
}

.faq-content{float:left; width:100%;    margin-top: 20px;}
.faq-content .panel-heading{padding-left:0px; border-radius:0px !important;}
.faq-content .panel-heading a{text-decoration:none;}
.faq-content .panel{border-radius:0px !important;}
.faq-content .panel-default{}
.faq-content .panel-heading{background: #346eae !important;margin-top:2px;
    color: #fff;}
.faq-content .panel-body{font-size:14px; color:#666666;}
.faq-saelect{background:#f3f3f3; padding:15px; border-bottom:2px solid #666666; float:left; width:100%; margin-bottom:20px; margin-top:-10px;}
.faq-saelect span{font-size:16px; color:#333; margin-right:20px;}
.faq-saelect select{border:1px solid #dcdcdc; color:#999999; width:300px; height:40px;}
.faq-content .panel{border-top:none !important; border-right:none !important; border-left:none !important;}
.faq-content .panel-body{border:1px solid #f3f3f3;}
.left-20 li{
    background: #09d;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 32px;
    text-align: -webkit-auto;
    padding: 2px 20px;
    margin-bottom: 1px;
}
.left-20{
    padding: 0px;
}
.left-20 li a{
    color: #fff;
    font-size: 15px;
}
.left-20 li:hover{
    background: #27a4dc;
    transition:  all 0.3s;
}

.last-23{
     background: #346eae !important;
    color: #fff;
    margin-top: 3px;
    line-height: 35px;
}
.last-23 a{
        color: #fff;
    font-size: 16px;
    padding-left: 40px;
}
.menpro h4{
    font-size: 22px;
    text-align: center;
    text-transform: initial;
       background-image: linear-gradient(to right, #009cdf , #0054a5);
    line-height: 40px;
    color: #fff;
    border-top-left-radius: 25px;
    margin-bottom: -4px;
        font-weight: 600;
}
.panel-group .panel+.panel {
    margin-top: 0px ! important;
}
.pro-21{
    margin-top: 35px;
}
.hed-10 h2{
    font-size: 20px;
    color: #346eae;
    font-weight: 500;
        padding-bottom: 20px;
}
.hed-10{
    padding-top: 10px;
}
.hed-10::before {
display: block;
    content: "";
    width: 91px;
    height: 2px;
    background: #346eae;
    left: 15px;
    position: absolute;
    top: 57px;
}
.product-20{
        padding: 35px 0;
}
/*
.pro-32{
    padding-top: 48px;
}
*/
.pro-32 img{
        box-shadow: 5px 5px #346eae;
}
.many{
    padding-top: 20PX;
}
.pdf a{
        font-size: 30px;
    position: relative;
    float: right;
    margin-bottom: -46px;
 text-align: center;
        background: #fff;
    width: 50px;
    color: #e05454;
        box-shadow: -3px 5px 6px -6px #000;
}
.b20 a{
        background: #0095da;
    display: block;
    margin-top: 15px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
        border-radius: 1px;
}
.b20 a:hover{
 background: #189bd8;
}
.carousel-control .glyphicon-chevron-left{
        margin-left: -67px ! important; 
}
.carousel-control{
     opacity: 1; ! important;
}
.what-we-do-img img{
        width:96%;
}
.team2{
    position: relative;
 
}
.footer-20 span{
    font-size: 18px;
    float: left;
    padding-right: 10px;
    line-height: 30px;
}
.inlogo {
    background: #fff;
    padding: 36px;
    position: relative;
    margin-right: -30px;
    border-top: 1px solid #0055a6;
    padding-bottom: 70px;
}
.inlogo img {
    width: 320px;
        margin-top: 35px;
}
.inquiry h1 {
 background: #0055a6;
    margin-bottom: 0px;
    font-size: 24px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    margin-top: 0;
    border-bottom: 3px solid #009ade;
    text-transform: uppercase;
    font-weight: 800;
}
.enq {
padding: 15px;
    padding-bottom: 20px;
    background-image: linear-gradient(to right, #009cdf , #0054a5);
}
.col {
    height: 35px;
    border-radius: 0px;
    background: none;
    color: #fff;
    border-top: none;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
}
.enquiry{
background: url(../images/enbg.jpg);
    padding: 50px 60px;
    background-size: 100% 100%;
}
.form-control:focus {
    border-color: #ffffff;
    box-shadow: none;
}
.end{
        margin-top: 15px;
        width: 100%;
    background: #fff;
    border-radius: 0;
}
.col::placeholder {
    color: #fff ;
}
.faci{
    width: 100%;
}
.navbar-default .navbar-nav>.active>a{
background:#3771ae;
    color: #fff ! important;
}
.navbar-default .navbar-nav>li>a:hover{
background:#3771ae ! important;
    color: #fff ! important;
}
.non{
    background: none ! important;
}
.client{
    margin-bottom: -120px;
}
.fal{
    border-bottom: none ! important;
            margin-top: -5px;
    margin-bottom: -5px;
}
.lang2{
    margin-right: -27px;
}
.lang:hover{
    background: #007cc3;
    transition: all 0.3s;

}
.lang a span:hover{
    color: #fff;
}
.india h2 a{
    color: #fff;
}
.india h2:hover {
background: #0090d6;
    transition: all 0.3s;
}
.loginmodal-container {
    padding: 0 30px 30px;
  max-width: 350px;
  width: 100% !important;
background-image: linear-gradient(to right, #e0e9f2 , #356faf);
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;

    border: 2px solid #084a92;
}

.loginmodal-container h1 {
text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 800;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
        margin-top: 15px;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 38px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.login-btn {
  text-align:center;
  margin-top: 50px;
}
.pay{
        border: 1px solid #5385ba ! important;
}
.pay::placeholder{
    color: #356faf ! important;
}

.button:hover,
.button:visited {
  background: #006cba;
  color: #fff;
}
.send-10{
    background: #084a92;
    border: none;
    color: #fff;
    font-size: 20px;
}
a:focus, a:hover{
    border: none ! important;
    text-decoration: none ! important;
}
.menu3{
    width: 150px;
}
#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}
.img-wrapper a i{
    font-size: 30px;
    color: #fff;
}
.video-section{
    padding: 60px 0 30px;
}
.video iframe{
     margin-bottom: -5px;
    border: 5px solid #4d8bd0;
    border-radius: 3px;
}
.career{
    background: #ccc3;
    padding: 50px 0 30px 0;
}
.card-default {
    color: #333;
    background: linear-gradient(#fff,#ebebeb) repeat scroll 0 0 transparent;
    font-weight: 600;
    border-radius: 6px;
}
.career-10{
    border-radius: 0px;
}
.form-group option{
        background: #0059a9;
    color: #fff;
        font-size: 15px;
}
.form-group label{
    color: #fff;
}
.ce10{
        width: 100%;
    background: #fff;
    border: none;
        text-transform: uppercase;
        border-radius: 0;
}
.ce10:hover{
        background: #1caef5;
    color: #fff;
    transition: all 0.3s;
}
.pa-20{
    padding-top: 20px;
}
.Vac h3{
        font-size: 28px;
    color: #0055a6;
    font-weight: 800;
    text-align: center;
}
.Vac h2{
        font-size:19px;
    color: #0057a7;
}
.Vac p{
  font-size: 14px;
    color: #1e1e1e;
}
.Vac p b{
        color: #005ead
}
.Vac2{
    background: #fff;
    padding: 36px;
    position: relative;
    margin-right: -30px;
    border-top: 1px solid #0055a6;
    padding-bottom:12px;
}

.bgnone{
    background: none ! important;
}
.pro-section{
    padding: 50px 0 30px;
}

.mt40 { margin-top: 40px; }

.panel { position: relative; overflow: hidden; display: block; border-radius: 0 !important;  }
.panel-default { border-color: #ebedef !important; }
.panel .panel-body { position: relative; padding: 0 !important; overflow: hidden; height: auto; }
.panel .panel-body a { overflow: hidden; }
.panel .panel-body a img { display: block; margin: 0; width: 100%; height: auto; 
    transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
}
.panel .panel-body a.zoom:hover img { transform: scale(1.3); -ms-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -moz-transform: scale(1.3); }
.panel .panel-body a.zoom span.overlay { position: absolute; top: 0; left: 0; visibility: hidden; height: 100%; width: 100%; background-color: #000; opacity: 0; 
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}     
.panel .panel-body a.zoom:hover span.overlay { display: block; visibility: visible; opacity: 0.55; -moz-opacity: 0.55; -webkit-opacity: 0.55; filter: alpha(opacity=65); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }  
.panel .panel-body a.zoom:hover span.overlay i { position: absolute; top: 45%; left: 0%; width: 100%; font-size: 2.25em; color: #fff !important; text-align: center;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.panel .panel-footer { padding: 8px !important; background-color: #346eae !important; border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }	
.panel .panel-footer h4 { display: inline; font: 400 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e margin: 0 !important; padding: 0 !important; }
.panel .panel-footer i.glyphicon { display: inline; font-size: 1.125em; cursor: pointer; }
.panel .panel-footer i.glyphicon-thumbs-up { color: #1abc9c; }
.panel .panel-footer i.glyphicon-thumbs-down { color: #e74c3c; padding-left: 5px; }
.panel .panel-footer div { width: 15px; display: inline; font: 300 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e; text-align: center; background-color: transparent !important; border: none !important; }	

.modal-title { font: 400 normal 1.625em "Roboto",Arial,Verdana,sans-serif; }
.modal-footer { font: 400 normal 1.125em "Roboto",Arial,Verdana,sans-serif; } 

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;padding-top:45%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}

.panel-footer h4 a{
    color: #fff;
}
.pull-right a i{
    color: #fff;
}


.colors {
	width: 260px;
	float: left;
	margin: 20px auto;
}
.colors a {
	width: 43.3px;
	height: 30px;
	float: left;
}
.colors .default {
	background: #414956;
}
.colors .blue {
	background: #4A89DC;
}
.colors .green {
	background: #03A678;
}
.colors .red {
	background: #ED5565;
}
.colors .white {
	background: #fff;
}
.colors .black {
	background: #292929;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.jquery-accordion-menu,
.jquery-accordion-menu * {
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0
}

.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
	width: 100%;
	height: 50px;
	padding-left: 22px;
	float: left;
	line-height: 50px;
	font-weight: 600;
	color: #f0f0f0;
	background: #414956
}
.jquery-accordion-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.jquery-accordion-menu ul li {
	width: 100%;
	display: block;
	float: left;
	position: relative;
        border-bottom: 1px solid #fff;
}
.jquery-accordion-menu ul li a {
	width: 100%;
	padding: 14px 22px;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	background: #346eae;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}
.jquery-accordion-menu>ul>li.active>a,
.jquery-accordion-menu>ul>li:hover>a {
	color: #fff;
	background: #0067b4
}

.jquery-accordion-menu ul li a i {
	width: 34px;
	float: left;
	line-height: 18px;
	font-size: 16px;
	text-align: left
}
.jquery-accordion-menu .submenu-indicator {
	float: right;
	right: 22px;
	position: absolute;
	line-height: 19px;
	font-size: 20px;
	-o-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-ms-transition: transform .3s linear
}
.jquery-accordion-menu ul ul.submenu .submenu-indicator {
	line-height: 16px
}
.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
	width: 100%;
	display: none;
	position: static
}
.jquery-accordion-menu ul ul.submenu li {
	clear: both;
	width: 100%
}
.jquery-accordion-menu ul ul.submenu li a {
	width: 100%;
	float: left;
	font-size: 14px;
	background: #09d;
    border: 1px solid #fff;
    color: #fff;
	border-top: none;
	position: relative;
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear
}

.jquery-accordion-menu ul ul.submenu>li>a {
	padding-left: 30px
}
.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
	padding-left: 45px
}
.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
	padding-left: 60px
}
.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
	min-width: 20px;
	padding: 1px 2px 1px 1px;
	position: absolute;
	right: 18px;
	top: 14px;
	font-size: 11px;
	font-weight: 800;
	color: #555;
	text-align: center;
	line-height: 18px;
	background: #f0f0f0;
	border-radius: 100%
}
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
	top: 12px
}
.ink {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, .3);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}
.animate-ink {
	-webkit-animation: ripple .5s linear;
	-moz-animation: ripple .5s linear;
	-ms-animation: ripple .5s linear;
	-o-animation: ripple .5s linear;
	animation: ripple .5s linear
}
@-webkit-keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5)
	}
}
@-moz-keyframes ripple {
	100% {
		opacity: 0;
		-moz-transform: scale(2.5)
	}
}
@-o-keyframes ripple {
	100% {
		opacity: 0;
		-o-transform: scale(2.5)
	}
}
@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5)
	}
}
.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
	background: #4A89DC
}
.blue.jquery-accordion-menu>ul>li.active>a,
.blue.jquery-accordion-menu>ul>li:hover>a {
	background: #3e82da
}
.blue.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #3e82da
}
.blue.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #3e82da
}
.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
	background: #03A678
}
.green.jquery-accordion-menu>ul>li.active>a,
.green.jquery-accordion-menu>ul>li:hover>a {
	background: #049372
}
.green.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #049372
}
.green.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #049372
}
.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
	background: #ED5565
}
.red.jquery-accordion-menu>ul>li.active>a,
.red.jquery-accordion-menu>ul>li:hover>a {
	background: #DA4453
}
.red.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #DA4453
}
.red.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #DA4453
}
.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
	background: #fff;
	color: #555
}
.white.jquery-accordion-menu>ul>li.active>a,
.white.jquery-accordion-menu>ul>li:hover>a {
	background: #f0f0f0
}
.white.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #f0f0f0
}
.white.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #f0f0f0
}
.white.jquery-accordion-menu ul ul.submenu li a {
	color: #f0f0f0
}
.white.jquery-accordion-menu>ul>li>a>.ink {
	background: rgba(0, 0, 0, .1)
}
.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
	background: #292929
}
.black.jquery-accordion-menu>ul>li.active>a,
.black.jquery-accordion-menu>ul>li:hover>a {
	background: #222
}
.black.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #222
}
.black.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #222
}
.menpro{
    
      font-size: 22px;
    text-align: center;
    text-transform: initial;
    background-image: linear-gradient(to right, #009cdf , #0054a5);
    line-height:45px;
    color: #fff;
    border-top-left-radius: 25px;
    margin-bottom: 0;
    font-weight: 600;
}
.p20 h2{
    font-size: 16px;
    margin-top: 0;
}
.p20 h3{
        font-size: 16px;
    font-weight: 800;
    margin-top: 15px;
}
.p20 img{
        border: 1px solid #ccc;
    margin-top: 15px;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 7px;
    right: 13px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.list-info b{
        color: #fff;
    display: block;
    padding-left: 43px;
    padding-bottom: 5px;
}
.nema li {
    border-bottom: 1px solid #fff ! important;
}
.nema{
        background: #3771ae;
        border-radius: 0px ! important;
    margin-top: 1px ! important;
}
.mar{
    margin-bottom: -6px;
}
.mar-2{
    margin-bottom: -6px;
    border-bottom: none;
}
.menu3 li{
    border-bottom: 1px solid #fff ! important;
}
.careerimg {
    padding-bottom: 271px;
}
#overlay img{
    width: 350px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    border: 1px solid #346eae;
    margin: 0px;
    padding: 5px;
    border-radius: 5px;
}




.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
.paynow{
        padding-bottom: 98px;
}
.nem-20 li a{
    font-size: 12px ! important;
    background: #011a35b8 ! important;
}
.width-20{
    width: 190px;
}
.p30 p{
    text-align: justify;
}
.fu20 li span{
        font-size: 11px;
    color: #3e3e3e;
    padding-right: 5px;
}
.fu20 li{
    line-height: 21px;
    font-size: 14px;
}
.av20{
    margin-top: 85px;
}
    .phone2{
    display: none;
}
.form-group  img{
width:50px;