@font-face {
  font-family: 'MyWebFont';
  src: url('font/neur.otf')  format('opentype');
}
.neur,.neurall *{
  font-family: 'MyWebFont', sans-serif;
  letter-spacing: 1.4px;
}
@font-face {
  font-family: 'MyWebFont2';
  src: url('font/neum.otf')  format('opentype');
}
.neum,.neumall *{
  font-family: 'MyWebFont2', sans-serif;
  letter-spacing: 1.4px;
}
@font-face {
  font-family: 'MyWebFont3';
  src: url('font/neub.otf')  format('opentype');
}
.neub,.neuball *{
  font-family: 'MyWebFont3', sans-serif;
  letter-spacing: 1.4px;
}
@font-face {
  font-family: 'MyWebFont4';
  src: url('font/neul.otf')  format('opentype');
}
.neul,.neulall *{
  font-family: 'MyWebFont4', sans-serif;
  letter-spacing: 1.4px;
}
h1{font-size:42px !important; color: black !important;}
h2{font-size: 40px !important;}
h3{font-size: 24px !important;}
h4{font-size: 18px !important;}
p{font-size: 14px !important;}
.sg-grey{
  color: #67686b !important;
}
.grey-text{
  color: #8c8e90 !important;
}
.lightgrey-text{
  color: #C2C4C6 !important;
}
.sg-color{
  color: #c2930c !important;
}

.sg-color2{
  color: #483735 !important;
}

.sg-color3{
  color: #56483a !important;
}
.sg-color4{
  color: #f9eed3 !important;
}
.sg-bg{
  background-color: #fffef9 !important;
}
.white-a{
  color: white !important;
}

.black-a{
  color: #333132 !important;
}

.no-mg{
  margin-top: 0px !important;margin-bottom: 0px !important;
}

.no-bt{
  margin-bottom: 0px !important;
}

.no-top{
  margin-top: 0px !important;
}

.mg-top{
  margin-top: 20px !important;
}

.mg-center{
  margin-left: auto !important;
  margin-right: auto !important;
}

.mg-top-bt{
  margin-top: 50px !important;
  margin-bottom:50px !important ;
}
.clear-left{
  padding-left: 0px !important;
}

.footer{
  background-color: black !important;
}
.footer .copyright *{
  font-size: smaller !important;
}
.footer h4{
  font-size: 15px !important;
}
.footer p{
  font-size: 12px !important;
}
.footer .icon{
  color: #BCB09F !important;
}
.footer .section p:first-child,.footer .section h4:first-child{
  padding-top: 15px;
}
.footer .section p:last-child,.footer .section h4:last-child{
  padding-bottom: 15px;
}
.footer .br{
  border: 0.5px solid white;
}
.footer .br-left{
  border-left: 0.5px solid white;
}
.footer .br-right{
  border-right: 0.5px solid white;
}
.footer .br-top{
  border-top: 0.5px solid white;
}
.footer .br-bottom{
  border-bottom: 0.5px solid white;
}
.footer .inline div{
  display: inline-block !important;
  width: auto !important;
}
.footer .inline div:nth-child(2){
  margin-left: 15px;
}

.fixed-bottom{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: dimgrey !important;
  z-index: 99999;
  padding-top: 10px;
}
.fixed-bottom a{
  text-decoration: none !important;
}
/*.whatsapp {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 120px;
  color: lightgrey;
  right: 38px;
  z-index: 98;
  display: none;
  text-decoration: none;
  animation: glow 1s ease-out infinite alternate;
}*/


.back-to-top { 
    background: none;
    margin: 0;
    position: fixed;
    bottom: -10px;
    color: black;
    right: -25px;
    width: 90px;
    height: 85px;
    z-index: 98;
    display: none;
    text-decoration: none;
 
}
.back-to-top i { 
    font-size: 32px;
    background-color: black;
    color: white !important;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    padding: 0px 8px 0px 7px;
    line-height: 31px;
}
.whatsapp {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 55px;
    color: black;
    right: -13px;
    width: 110px;
    height: 110px;
    z-index: 111;
    text-decoration: none;
}
.whatsapp>img {
    width: 100px;
}
.navbar-default{
  border: none !important;
}
.navbar-default .btn-enquiry{
  border: 1px solid #a4906f;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;

}
.greybg{
  background-color: #f1f2f2 !important;
}
.transparentbg{
  background-color: transparent !important;
}
  
.navbar-header .logo{
  animation-duration: .5s;
  animation-delay: 0.5s;
  animation-iteration-count: 2;
}

.navbar-default .navbar-nav li>a{
  transition: color 0.3s;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-left: 15px !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: black !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent !important;
}

.home-navbar .navbar-nav li.active a{
    background-color: black !important;
    color: white !important;
    border-radius: 100px;
    padding: 3px 15px !important;
}
.home-navbar .btn-lang{
  float: right !important;
}
.phone{
  font-size: 14px !important;
}


.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px !important;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*.home-carousel .item{
  height: 1000px;
  width: 2110px;
}*/
.home-carousel{
  background-color: transparent !important;
}
.home-carousel .item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.home-carousel .item img {
    pointer-events: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-carousel .caption{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.home-carousel .caption h4{
  color: white !important;
  font-family: 'MyWebFont', sans-serif;
  margin-bottom: 0px !important;
}
.home-carousel .caption h1{
  color: white !important;
  font-family: 'MyWebFont3', sans-serif !important;
  margin-top: 0px !important;
  line-height: 1.25 !important;
  font-style: italic !important;
}
.home-carousel a{
  text-decoration: none !important;
}
.home-carousel .btn{
  margin-top: 15px;
  transition: 0.3s;
  background-color: white;
  color: black;
  padding: 5px 15px 5px 15px !important;
  border-radius: 100px !important;
}
.home-carousel .btn:hover{
  background-color: black !important;
  color: white !important;
  transform: scale(1.05);
}
.home-carousel .btn i{
  background-color: black;
  color: white;
  padding: 2px 5px 3px 8px;
  margin-left: 35px;
  border-radius: 100px;
}
.haboutus .btn{
  margin-top: 15px;
  transition: 0.3s;
  background-color: black;
  color: white;
  padding: 5px 15px 5px 15px !important;
  border-radius: 100px !important;
}
.haboutus .btn:hover{
  background-color: white !important;
  color: black !important;
  transform: scale(1.05);
}
.haboutus .btn i{
  background-color: white;
  color: black;
  padding: 2px 5px 3px 8px;
  margin-left: 35px;
  border-radius: 100px;
}
.haboutus .ad .section{
  border: 2px solid black;
  border-radius: 20px;
  padding: 30px 40px !important;
}
.haboutus .ad .icon{
  height: 40px;
}
.hcore{
  background-color: #f1f2f2 !important;
}
.hcore li{
  text-indent: -19px;
  padding-left: 20px;
}
.hcore img{
  border-radius: 20px;
}
.hcore b{
  font-style: italic;
  color: #d3a24f !important;
}
.hservices{
  background-color: #fffef9 !important;
}
.hservices .section{
  background-color: #c2930c !important;
  border-radius: 20px;
  padding: 20px 20px;
}
.hservices .btn{
  margin-top: 0px;
  transition: 0.3s;
  background-color: white;
  color: black;
  padding: 5px 15px 5px 15px !important;
  border-radius: 100px !important;
}
.hservices .btn:hover{
  background-color: black; !important;
  color: white; !important;
  transform: scale(1.05);
}
.hservices .btn i{
  background-color: #c2930c;
  color: white;
  padding: 2px 5px 3px 8px;
  margin-left: 25px;
  border-radius: 100px;
}
.htrust img{
  border-radius: 10px;
}
.htrust .container{
  position: relative;
}

.htrust .btn{
  margin-top: 0px;
  transition: 0.3s;
  background-color: white;
  color: black;
  padding: 7px 15px 7px 15px !important;
  border-radius: 100px !important;
}
.htrust .btn:hover{
  background-color: black; !important;
  color: white; !important;
  transform: scale(1.05);
}
.htrust .btn i{
  background-color: black;
  color: white;
  padding: 2px 5px 3px 8px;
  margin-left: 25px;
  border-radius: 100px;
}
.hblog{
  padding-top: 60px !important;
}
.hblog .slick-dots {
    margin-top: 0px !important;
    position: relative !important;
    bottom: 0 !important;
}
.hblog .slick-dots li {
    margin: 0 0px !important;
    border-bottom: 0.25px solid grey;
    width: 100px;
    height: 30px;
    font-size: 16px;
}
.hblog li.slick-active {
    border-bottom: 3px solid black !important;
    margin-bottom: -1px !important;
}
.hblog .slick-dots li button {
    display: none !important;
}
.hblog .blog-slick img{
  width: 96% !important;
}
.htesti{
    background-image: url(/mem_module/library/image/testibg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top:25px;
    padding-bottom:25px;
}
.hfooter{
  background-color: #a4906f !important;
}
.hfooter .cust-mg{
  margin-left: 200px !important;
}
.hfooter .btn{
  background-color: transparent !important;
  border-radius: 100px !important;
  padding: 5px 25px;
}
.hfooter .left{
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
}
.hfooter .right{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
}
.aboutus{
  background-color: #fffef9 !important;
}
.aboutus .number-section{
  padding-top: 0px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #a7a9ac !important;
  border-bottom: 1px solid #a7a9ac !important;
}
.aboutus .mnv-section img{
  border-radius: 25px;
}
.services .desc{
  margin-top: 3%;
}
.services .img img{
  border-radius: 20px;
}
.services li{
  color: #67686b !important;
  text-indent: -19px;
  padding-left: 20px;
  font-family: 'MyWebFont', sans-serif;
  letter-spacing: 1.4px;
  text-align: justify;
}
.services b{
  font-family: 'MyWebFont2', sans-serif !important;
  letter-spacing: 1.4px;
  color: black !important;
  margin-bottom: 15px;
}
.services .box{
    display: flex;
    flex-wrap: wrap;
}
.services .column{
    flex: 33%;
    padding-left: 25px;
    padding-right: 0;
}
.services .column p{
    padding-bottom: 20px;
    border-bottom: 1px solid #a7a9ac;
}
  /* the slides */
  .slick-slide {
      margin: 0 10px !important;
  }

  /* the parent */
  .slick-list {
      margin: 0 -10px !important;
  }
.navbar-services{
  background-color: #fbf6f3 !important;
}  
.services{
  background-color: #fffef9 !important;
}

.blog,.hblog{
  background-color: transparent !important;
}
.blog .dot-sg{
  position: absolute;
    top: 22px;
    margin-left: -10px;
    width: 8px;
}
.hblog .dot-sg{
  position: absolute;
    top: 52px;
    margin-left: -10px;
    width: 8px;
}
.blog .blog-slick .blog-wrap{
  border-bottom: none !important;
  padding-bottom: 10px;
}
.blog .blog-slick .blog-wrap>div{
  width: 96% !important;
}
.blog .slick-dots li a {
    font-size: 14px !important;
    color: #757679 !important;
}
.blog .slick-dots li.slick-active a {
    color: black !important;
    border-bottom: 1px solid black;
    font-weight: 700;
    font-size: 15px !important;
}
.blog .blog-slick .small{
  font-size: small !important;
  color: #808285 !important;
}
.blog .blog-slick img{
  border-radius: 20px;
}
.contactus .img img{
  border-radius: 25px;
}
.navbar-contactus,.navbar-banner{
  background-color: transparent !important;
}
.contactus{
  background-color: transparent !important;
}
.contactus .checkbox{
    display: inline-block;
    width: auto !important;
    margin: 0px 10px 2px 0px !important;
    vertical-align: middle;
    border-radius: 0px !important;
}
.contactus .form-control::placeholder {
  color: #5c5d60 !important;
  opacity: 1; /* Firefox */
}

.contactus .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #5c5d60 !important;
}
.contactus input,.contactus textarea,.contactus select{
  color: #5C5D60 !important;
  border:  none !important;
  border-bottom: 1px solid #231F20 !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px 3px !important;
}
.contactus select{
  padding: 0px !important;
  color: #5C5D60 !important;
}

.contactus select>option{
  color: #5C5D60 !important;
}
.contactus select>option:first-child{
  color: #5C5D60 !important;
  opacity: 0.6;
}
.contactus .btn{
    background-color: black !important;
    padding: 10px 10px 10px 25px !important;
    border-radius: 100px;
    color: white !important;
    border: 0px !important;
}
.contactus .btn i{
  background-color: white;
  color: black;
  border-radius: 100px;
  padding: 1px 5px 2px 7px;
  margin-left: 15px;
}
@media only screen and (min-width:1600px) {
    .navbar-nav>li{
      margin-right: 30px !important;
  }
}

@media  (min-width:1000px) and (max-width:1300px) {
  .navbar-default .navbar-nav li>a{
    letter-spacing: 1px; 
  }
}

@media  (min-width:1200px) and (max-width:1700px) {
}

@media only screen and (min-width: 1200px){
  .container {
    width: 90% !important;
  }

  .caption .text{
    margin-left: 120px;
    margin-top: 120px;
  }
.haboutus .ad .section{
  min-height: 260px;
}    
}

@media only screen and (max-width: 1200px) {
  .carousel-indicators .active {
    width: 10px !important;
    height: 10px !important;
  }

}

@media  (min-width:992px) and (max-width:1200px) {
  .caption .text{
    margin-left: 50px !important;
    margin-top: 0px !important;
  }
  
  .carousel-caption h1{
    font-size: 32px !important;
  }
  .carousel-caption h4{
    font-size: 18px !important;
  }
  .carousel-caption .btn-view{
    font-size: 16px !important;
  }
.haboutus .ad .section{
  min-height: 360px;
}

}

@media only screen and (min-width: 1100px) {
  .connect .line{
    border: 1px solid #618FB4;
    width: 100px !important;
    bottom: 50% !important;
    margin-left: 10px;
    position: absolute;
  }

  .connect .link{
    margin-left: 120px;
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 1100px) {
  .connect .line{
    border: 1px solid #618FB4;
    width: 50px !important;
    bottom: 50% !important;
    margin-left: 5px;
    position: absolute;
  }

  .connect .link{
    margin-left: 65px;
    margin-right: 10px !important;
  }
}

@media only screen and (min-width: 992px) {
  .sm-display{
    display: none !important;
  }    
.cover-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}  

.cover-content h1{
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(-50%, -50%);
}  
.cover-content-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}  

.cover-content-center h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;  
}  

  .sm-visible{
    display: none !important;
  }

  .footer .lg-mg-bt{
    margin-bottom: 45px !important;
  }

  .footer .md-top{
    margin-top: 165px !important;
  }
.topbar p{
  font-size: 12px !important;
}
  .home-navbar .navbar-nav{
    margin-top: 5px;
    width: 100% !important;
        text-align: left;
        float: none !important;
        padding-bottom: 10px;
  }
  .home-navbar .wrap{
    border-bottom: 1px solid black;
    padding: 15px 0px 10px 0px;
  }

  .container {
    width: 85% !important;
  }
  #myNavbar{
    width: 100% !important;
  }
    .nav.navbar-nav {
        margin-bottom: 10px;
    }
  .carousel-caption{
    bottom: 40% !important;
  }
  .aboutus .mnv-section .desc{
    padding-top: 25px;
  }
}

@media only screen and (max-width: 992px) {

.cover-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}  
.cover-content h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}  
.cover-content-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}  
.cover-content-center h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}


  .sm-hidden{
    display: none !important;
  }

  .footer .lg-mg-bt{
    margin-bottom: 50px !important;
  }

  .carousel-caption .btn-view{
    margin-top: 30px;
    background-color: #618FB4;
    color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
  }
  .blog .pull-right{
    float: none !important;
    display: block !important;
    margin-top: 5px;
  }
}

@media  (min-width:768px) and (max-width:992px) {
  .text-sm-center{
    text-align: center !important;
  }
.sm-pd{
  padding: 15px !important;
}  
.sm-display{
  display: block !important;
}

  .navbar-default .navbar-nav li>a{
    font-size: 14px !important;
  }
    .midlogo {
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
    }
    .navbar-nav {
        margin-top: 15px !important;
        padding-bottom: 15px;
    }

  .logo {
      max-width: 200px !important;
  }
.clear-sm-left{
  padding-left: 0px !important;
}
  .navbar-nav>li {
    margin-right: 0px !important;
  }

  .home-navbar{
    padding-top: 15px !important;
  }
.home-carousel .caption{
  width: 100%;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  .carousel-caption h1{
    font-size: 28px !important;
  }
  .carousel-caption h4{
    font-size: 16px !important;
  }
  .carousel-caption .btn-view{
    font-size: 12px !important;
  }
  .hproject .img-wrapper {
      height: 450px;  
  }
  .logo{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #myNavbar,.phone{
    text-align: center !important;
    width: 100% !important;
  }
  #myNavbar .navbar-nav{
    text-align: center !important;
    float: none !important;
  }
  .home-carousel .item {
    height: 450px !important;
  }
.services .column {
    flex: 50%;
    padding-left: 0px;
    padding-right: 20px;
}
.haboutus .ad .section{
  min-height: 280px;
}
}

@media only screen and (min-width: 768px){
  .xs-display{display: none !important;}
  .navbar-default .container{
    position: relative !important;
  }
  .language{
    position: absolute !important;
    top: 15px !important;
    right: 35px !important;
    z-index: 9999 !important;
    width: auto !important;
  }
  .copyright, .copyright a{
    font-size: 14px !important;
  }
.footer .flogo{
  max-width: 200px;
}
  .navbar-default .navbar-nav>li>a{
    padding: 5px !important;
    margin: 0px 15px !important;
    color: black !important;
  }
  .navbar-default.black-font .navbar-nav>li>a{
    color: black !important;
  }
  .xs-visible{
    display: none !important;
  }

  .navbar-fixed-top{
    position: absolute !important;
  }

  .navbar{
    border-radius: 0px !important;
  }

  .navbar-nav{
    font-size: 22px !important;
  }

  .navbar-nav>li{
    float: none !important;
    display: inline-block !important;
  }

  .navbar-brand{height: auto !important;padding: 0px !important;margin-left: 0px !important;}

  .logo{
    max-width: 180px !important;
  }
.hservices .cust-mg-top{
  margin-top: -75px;
}

  .aboutus .br-right:after{
    content: "";
    border-right: 1px solid #e4e5e6;
    height: 90%;
    width: 10px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
  }
  .htrust .section{
    display: contents;
  }
.htrust .title{
  position: absolute;
  top: 5%;
  left: 0;
}
.htrust .desc{
  position: absolute;
  bottom: 5%;
  left: 0;
}
.htrust .button{
  position: absolute;
  bottom: 8%;
  right: 0;
}

}

@media only screen and (max-width: 768px) {
  h1{font-size:26px !important;}
  h2{font-size: 20px !important;}
  h3{font-size: 18px !important;}
  h4{font-size: 16px !important;}
  p{font-size: 14px !important;}
.cover-content h1{
  font-size: medium !important;
}
  .text-xs-center{
    text-align: center !important;
  }
  .xs-hidden{
    display: none !important;
  }
  .text-xs-left{
    text-align: left !important;
  }
.clear-xs-left{
  padding-left: 0px !important;
}
.xs-pd{
  padding: 15px !important;
}
.mg-xs-top{
  margin-top: 15px !important;
}
.mg-xs-bottom{
  margin-bottom: 15px !important;
}

  .copyright{
    margin-bottom: 20px !important;
  }
.footer .flogo{
  max-width: 90px;
}
  .navbar-default{
    margin-bottom: 0px !important; 
    position: relative !important;
    background-color: transparent  !important;
    padding-left:0px !important;
  }
  .navbar-collapse {
    margin: 0px !important;
  }
  .navbar-brand{
    padding: 0px !important;
  }
  #myNavbar{
    text-align: left !important;
  }
  .navbar-collapse{overflow: hidden !important;}

  .navbar-header{
    height: auto !important;
  }

  .navbar-default .navbar-nav a{
    border: none !important;
    background-color: transparent !important;
    color: #a4906f !important;
    text-align: center !important;
  }
.home-carousel .caption{
  width: 100%;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -0%);
}
  .home-carousel .caption h1{
    font-size: 22px !important;
  }
  .home-carousel .caption h4{
    font-size: 14px !important;
  }
  .footer{
    padding-bottom: 50px;
  }
  .cust-xs-navbar{
    position: fixed !important;
    bottom: 0;
    z-index: 999;
    background-color: black;
    padding: 8px 5px;
  }

  .cust-xs-navbar .br-right{
    border-right: 1px solid white !important;
  }
  .cust-xs-navbar img{
    filter: brightness(0) invert(1);
  }
  .cust-xs-navbar .icon {
    height: 16px;
}
.home-navbar .navbar-nav li.active::before{
  left: 51.5% !important;
  top: 0px !important;
}
  .navbar-toggle{
    margin-top: 28px !important;
    margin-bottom: 20px !important;
    z-index: 5;
  }

  .logo{
    width:180px !important;
    margin-top: 15px;
  }
  .phone{
    margin-left: 160px;
    z-index: -5;
  }


  .carousel-caption {
    bottom:35% !important;
  }

  .carousel-caption h1{
    font-size: 20px !important;
  }

  .carousel-caption h4{
    font-size: 12px !important;
  }

  .carousel-caption .btn-view{
    font-size: 10px !important;
  }

  .contactus .form-control{
  width: 100%;
}


.htesti .testi-slick h4{
    width: 75%;
    margin-left: auto;
    margin-right: auto;

}
.aboutus .br-right{
    border-bottom: 1px solid #e4e5e6;
  }
  .services .column {
      flex: 100%;
      padding-left: 0px;
      padding-right: 0px;
  }

.htrust .section{
  position: absolute;
  width: 100%;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  text-align: center;
}

}
@media only screen and (max-width: 580px) {
  .carousel-caption{
    top: -10% !important;
  }
  .carousel-caption h1 {
      font-size: 18px !important;
  }
  .carousel-caption h4 {
      font-size: 10px !important;
      display: none !important;
  }
  .connect{
    bottom:-7% !important;
  }
  .carousel-caption .btn-view {
      font-size: 11px !important;
      margin-top: 5px !important;
  }
  .carousel-caption .btn-view {
      padding: 5px 15px 5px 15px;
  }
  .carousel.vertical .carousel-indicators {
      top: 20% !important;
  }
  .connect p {
      font-size: 10px !important;
  }
  .connect i {
      font-size: 16px !important;
  }
  .fixed-bottom{
    padding-top: 15px !important;
  }
  .fixed-bottom a{
    font-size: 12px !important;
  }
  .fixed-bottom img{
    width: 20px !important;
  }
  .hproject .centered {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.col-xs-5ths {
    width: 20% !important;
    float: left !important;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20% !important;
        float: left !important;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20% !important;
        float: left !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20% !important;
        float: left !important;
    }
}


#youtubeCarousel .carousel-control{
  width: 1% !important;
  background-image: none !important;
}

.carousel-item .carousel-control:nth-child(1),.carousel-news .left{
    width: 1px;
    background-image: none !important;
    color:black !important;
    left: 2% !important;
}

.carousel-item .carousel-control:nth-child(2),.carousel-news .right{
    width: 1px;
    background-image: none !important;
    color:black !important;
}

.carousel-brand .carousel-control:nth-child(1){
    width: 1px;
    background-image: none !important;
}

.carousel-brand .carousel-control:nth-child(2){
    width: 1px;
    background-image: none !important;
}

.carousel-control .glyphicon-menu-left,  .glyphicon-menu-right{
    position: absolute;
    top: 33% !important;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    color:black !important;
    font-size: 26px !important;
    background-color: white !important;
    padding: 15px 7px 15px 7px;
}

#youtubeCarousel .right{
    right: 5% !important;
}
#youtubeCarousel .left{
  left: 3% !important;
}

#youtubeCarousel .carousel-control i{
    color: black !important;
    font-size: 60px;
    top: 40%;
    position: absolute;
}

.hvr-bounce-to-right:before{
  background:#9ecd54 !important;
  text-decoration: none !important;
}




.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(1);
  -webkit-filter: brightness(1);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  line-height: 9;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.slick a:focus {
    outline: none !important;
}

.ug-thumb-wrapper img {
  transition-duration: 0.2s !important;
}

.ug-thumb-wrapper:hover img {
  -webkit-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}


.ug-bullets.ug-skin-default .ug-bullet{
  width: 16px !important;
  height: 16px !important;
}


  .vertical .carousel-inner {
    height: 100%;
  }

  .carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
  }

  .carousel.vertical .active {
    top: 0;
  }

  .carousel.vertical .next {
    top: 100%;
  }

  .carousel.vertical .prev {
    top: -100%;
  }

  .carousel.vertical .next.left, .carousel.vertical .prev.right {
    top: 0;
  }

  .carousel.vertical .active.left {
    top: -100%;
  }

  .carousel.vertical .active.right {
    top: 100%;
  }

  .carousel.vertical .item {
    left: 0;
  }

  .carousel.vertical .carousel-indicators {
    right: auto;
    top: 50%;
    transform: translate(-50%);
    bottom: auto;
    left: 60px;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .carousel.vertical .carousel-indicators li {
    display: block;
    margin: 5px 0;
    margin-left: -40px;
    width: 11px !important;
    height: 11px !important;
  }

  .carousel.vertical .carousel-indicators li {
    border-color: black;
    border: 1px solid transparent;
    background-color: transparent;
  }

  .carousel.vertical .carousel-indicators li:after {
    content: '';
    position: absolute;
    background-color: transparent !important;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    margin-left: 2px;
    margin-top: 2px;
    border-color: black;
  }

  .carousel.vertical .carousel-indicators li.active:after {
    /*background-color: white !important;*/
    content: '';
    position: absolute;
    background-color: black !important;
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 50px;
    margin-left: -1px;
    margin-top: -1px;
    border-color: black;
    border: 1px solid black;
  }


  /* Animation delays */
.carousel-caption h1 {
  animation-delay: 0.8s;
}
.carousel-caption h4 {
  animation-delay: 1.6s;
}
.carousel-caption .button {
  animation-delay: 2.4s;
}


.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;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@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);
    }
}

.cust-slick-dots .slick-dots {
    margin-top: 0px !important;
    position: relative !important;
    bottom: 0 !important;
}
.cust-slick-dots .slick-dots li {
    margin: 0 0px !important;
    border-bottom: 1px solid black;
    width: 100px;
    height: 30px;
    font-size: 16px;
}
.cust-slick-dots li.slick-active {
    border-bottom: 3px solid black !important;
    margin-bottom: -1px !important;
}
.cust-slick-dots .slick-dots li button {
    display: none !important;
}

@media  (min-width:768px) and (max-width:992px) {
.sm-display{
  display: block !important;
}

}