*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'Open Sans', sans-serif; 
}
body a{
  color: #fff;
}
body a:hover{
  text-decoration: none;
}
body li{
  list-style: none;
}
.font_light{
  font-weight: 300;
}
.font_regular{
  font-weight: 400;
}
.font_semibold{
  font-weight: 600;
}
.font_bold{
  font-weight: 700;
}
.font_extrablack{
  font-weight: 800;
}

.clear{
  clear: both;
}
.pull-right{
  float: right;
}
.pull-left{
  float: left;
}
.white{
  color: rgb(255,255,255);
}
.blue{
  color: #14a4d9;
}
.grey{
  color: #d4d4d4;
}
.light-grey{
  color: #484747;
}
.dark-grey{
  color: #c3aeae;
}
.dark-black{
  color: #151116;
}
.black{
  color: #231f20;
}
.orange{
  color: #f5811e;
}
.dark-blue{
  color: #1b5daf;
}
.red{
  color: #ed1c24;
}
.yellow{
  color: #e8d40f;
}
.paddi70{
  padding: 70px 0;
}
.heading{
  font-size: 28px;
}
.bg-grey{
  background:#f5f6fa;
}
a:hover{
  transition: all 0.5s ease-in-out;
}
/*h1{
margin-bottom: 0rem !important;
}
h5{
margin-bottom: 0rem !important;
}
p{
margin-bottom: 0rem !important;
}*/
/*header section start*/
header{
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  height: 65px;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  background: rgb(255,255,255);
}
header .navbar-brand img{
  display: none;
}
/*header.shrink{
margin-top: -43px;
transition: 0.5s ease-in-out;
}*/
/*header.shrink .nav-head .logo{
margin-top: 0;
transition: 0.5s ease-in-out;
height: auto;
width: 60px;
}*/
header .navbar{
  float: right;
}
/*header.shrink{
animation: 0.5s 0.5s fadeInDown both;
}*/
header .navbar-mob{
  padding-top: 5px;
}
header .navbar-mob ul{
  list-style: none;
}
header .navbar-mob ul li{
  margin-left: 25px;
  display: inline-block;
}
header .navbar-mob ul li a{
  color: #151116;
}
header .navbar-mob ul li a.social{
  border-radius: 50%;
  display: inline-table;
  padding:0; 
  font-size: 12px;
  margin: 5px -24px 0 0;
  color: #fff;
  height: 27px;
  text-align: center;
  width: 27px;
  line-height: 2.2;
  transition: all 0.5s ease-in-out;
}
header .navbar-mob ul li a.social-new{
  border-radius: 50%;
  display:inline-block; ;
  padding:0; 
  font-size: 12px;
  margin: 10px 5px;
  color: #fff;
  height: 27px;
  text-align: center;
  width: 27px;
  line-height: 2.2;
  transition: all 0.5s ease-in-out;
}
header .navbar-mob ul li a i{
  line-height: 2;
}
header .navbar-mob ul li a.social:hover{
  opacity: 0.8;
}
.social1 {
  background: #376aa3;  
}

.social2 {
  background: #0e76a8;
}
.social3 {
  background: #ed1c24;
}
.social4 {
  background: #3f729b;
}
header .bottom-navbar{
  background:rgba(255,255,255,0.2);
  padding: 9px;
  width: 38%;
  min-height: 45px;
  border-radius:0 0 5px 5px;
  float: right;
  margin-top: 5px;
  transition: 0.5s ease-in-out;
  opacity: 1;
  display: block;
  clear: both;

}
header.shrink .bottom-navbar{
  opacity: 0;
}

/*header.shrink .navbar-logo1{
transition: all 1s ease; 
}*/
/*header.shrink .navbar-logo a{
width: 170px;
height: auto;
transition: all 1s ease;
}*/

header .navbar-logo a img{
  transition: all 0.5s ease-in-out;
  width: 200px;
}
header.shrink .navbar-logo a img{
  width: 120px;
  height: auto;
}
header .bottom-navbar ul{
  list-style: none;
}
header .bottom-navbar li{
  float: left;
  font-size: 14px;
  margin-left: 19px;
}
header .bottom-navbar li img{
  width: 18px;
  height: auto;
  margin-right: 10px;
}
#mobile-navbar ul li a.main-link:hover,
#mobile-navbar ul li a.main-link.active{
  color: #ed1c24;
}
header .navbar-logo{
  position: relative;
}
header .navbar-logo a{
  z-index: 1;
  position: absolute;
  top: 0;
  padding: 0 10px 10px;
  background: #fff;
  box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.19);
}
header .navbar-logo1{
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: auto;
  padding: 0 10px 5px;
  background: #fff;
  box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.19);
}

.slider-div{
  margin-top: 60px;
}
.home-slider{
  position: relative;
}
.home-slider.owl-theme .owl-dots{
  position: absolute;
    left: 21%;
    bottom: -60%;
}
.home-slider.owl-theme .owl-nav {
  position: absolute;
  margin-top: 10px;
  right: 20%;
  bottom: -60%;
}
.home-slider.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 25px;
  margin:0; 
  padding: 2px;
  background: transparent; 
  display: inline-block;
  cursor: pointer;
  border-radius: 0; 
}
.home-slider.owl-carousel .owl-nav .owl-prev{
  transform: rotateY(180deg);
}
.home-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}
.home-slider.owl-theme .owl-dots .owl-dot span{
  background: transparent;
  border: 2px solid #5bbfe4;
  width: 10px;
  height: 11px;
  margin: 2px;
  border-radius: 50%;
}
.home-slider.owl-theme .owl-dots .owl-dot.active span, 
.home-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  color: #fff;
  border: 2px solid #ffff;
}
.home-slider .item .overlay{
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  background-color: #07a1e44d;
}
.home-slider .item {
  position: relative;
}


.slider-div iframe {
  transform: scale(1.9);
   height: 700px;
  width: 100%;
}
.video-wrapp {
  overflow: hidden;
  position: relative;
}
.video-wrapp:before {
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #2c5fae47;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-wrapp {
      position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

.home-slider .container {
  /*position: absolute;
    top: 50%;
    margin-left: 20px;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;*/
}
.home-slider .caption {
 /* position: absolute;
    top: 50%;
    margin-left: 20px;
    transform: translateY(-50%);
    margin: 0 auto;*/

}
.home-slider .caption p{
  font-size: 17px;
  color: #ffe800;
}
.home-slider .caption h1{
  font-size: 42px;
  line-height: 1;
  margin-bottom: 55px;

}
.home-slider .caption a{
  font-size: 15px;
  background-color: #ffbe22;
  padding: 10px;
  display: inline-block;
  position: relative;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  display: none;
}
.home-slider .caption a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 1;*/
  background-color: rgba(237,28,36,1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(13%,-190%) rotate(30deg);
  transform: translate(13%,-190%) rotate(30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  z-index: -1;
}
.home-slider .caption a:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 1;*/
  background-color:rgba(237,28,36,1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-13%,-190%) rotate(-30deg);
  transform: translate(-13%,-190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  z-index: -1;
}
.home-slider .caption a:hover:before,
.home-slider .caption a:hover:after{
  transform: translate(0,0);
}
/*.home-slider .caption a span{
opacity: 0;
position: absolute;
transition: 0.3s ease-in-out;
}
.home-slider .caption a:hover{
background-color: #35b1de;
}
.home-slider .caption a:hover span{
opacity: 1;
transform: translateY(-100%);
color:#ffe800; 
}*/
.home-slider .owl-item.active .item .caption p{
  animation: 1.5s 1s fadeInDown both;
}
.home-slider .owl-item.active .item .caption h1{
  animation: 1.2s 0.7s fadeInDown both;
}
.home-slider .owl-item.active .item .caption a{
  animation: 1s 0.3s fadeInDown both;
}

/*section breadcum*/

.breadcum {
  position: relative;
  margin-top:55px;
}

.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}

.breadcum img {
  width: 100%;
  position: relative;
}
.breadcum .breadcum_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  /*animation: 2s 2s fadeInLeft both;*/
}            

.breadcum .breadcum_container h1 {
  font-size: 52px;
}
.breadcum .breadcum_container .bredcum-link{
  transition: all 0.5s ease-in-out;
}
.breadcum .breadcum_container .bredcum-link:hover{
  color: #ed1c24;
}
/*section breadcum*/
/*section home-slider*/

/*section home-slider*/
.index-slider{
  margin-top: 55px;
}
.services{
  background: #f3f3f3;
  padding: 25px 0 50px 0;
}
.services h2{
  margin-bottom: 25px;
  font-size: 28px;
}
.services .service-wrapper {
  text-align: center;
  /* white-space: nowrap;*/
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
  padding: 40px 10px 25px 15px;;
  background: #fff;
  margin: 0 17px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  min-height: 300px;

}
.services .service-wrapper .middle-section{
  margin: 30px 0;
}

.services .service-wrapper .service-icon{
  font-size: 30px;
}
.services .service-wrapper span.service-icon{
  font-size: 50px;
}
.services .service-wrapper span.down-arrow {
  font-size: 20px;
  transform: rotate(-90deg);
  display: block;
}
.services .service-wrapper h1{
  font-size: 18px;
}
.services .service-wrapper p{
  font-size: 15px;
}
.services .service-wrapper:before{
  content: "";
  height: 4px;
  width: 90%;
  border-radius: 7px;
  bottom: 0;
  left: 12px;
  margin: 0 auto;
  position: absolute;
}
.services div.service-wrapper.wrapper-color1:before{
  background: #ed1c24;
}
.services div.service-wrapper.wrapper-color2:before{
  background: #f5811e;
}
.services div.service-wrapper.wrapper-color3:before{
  background: #00aeef;
}
.services div.service-wrapper.wrapper-color4:before{
  background: #1b5daf;
}
.services .wrapper-color1:hover .offset-arrow{
  color: #ed1c24;
}
.services .wrapper-color2:hover .binding-arrow{
  color: #f5811e;
}
.services .wrapper-color3:hover .brochure-arrow{
  color: #00aeef;
}
.services .wrapper-color4:hover .eco-arrow{
  color: #1b5daf;
}
.services  .wrapper-color5:hover .custom-arrow{
  color: #ed1c24;
}

.service-slider{
  position: relative;
}
.service-slider.owl-theme .owl-nav {
  position: absolute;
  top: 43%;
  width: 100%;
}
.service-slider.owl-theme .owl-prev{
  left: -30px;
  position: absolute;
  transform: rotate(90deg);
}
.service-slider.owl-theme .owl-next{
  position: absolute;
  right: -30px;
  transform: rotate(-90deg);
}
.service-slider.owl-theme .owl-nav [class*=owl-] {
  color: #dacccc;
  font-size: 20px;
  margin: 0;
  padding: 0;
  background: transparent; 
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}
.service-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent; 
  color:#dacccc; 
}
.service-slider.owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.service .other-service ul li{
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #484747;
  position: relative;
  padding-left: 20px;
}
.service .other-service ul{
  margin: 10px 0 0 20px; 
}

.service .other-service ul li:nth-child(odd){
  float: left;
}
.service .other-service ul li:nth-child(even){
  margin-left: 250px;
}

.service .other-service ul li:before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #f5811e;
  position: absolute;
  background: #fff;
  top: 7px;
  left: 0;
}
#brochures ul li:before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #00aeef;
  position: absolute;
  background: #fff;
  top: 7px;
  left: 0;
}

/*infra*/
.infrastructure{
  padding: 40px 0;
  background: #fff;
}
.infrastructure-slider{
  position: relative;
}
.infrastructure-slider .infra-caption{
  padding: 15px 0;
  margin-top: 20px;
}
.infrastructure-slider .infra-caption p{
  font-size: 19px;
}
.infrastructure-slider .infra-caption{
  position: relative;
}
.infrastructure-slider  .infra-caption:after{
  content: "";
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /*background: red;*/
}
.infrastructure-slider .infra-caption.caption-color1:after{
  background: #ed1c24;
}
.infrastructure-slider .infra-caption.caption-color2:after{
  background: #00aeef;
}
.infrastructure-slider .infra-caption.caption-color3:after{
  background: #1b5daf;
}
.infrastructure-slider .infra-caption.caption-color4:after{
  background: #00aeef;
}
.infrastructure-slider .infra-caption.caption-color1:before{
  content: "";
  border-left: 10px solid red;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-top: 10px solid red;
  transform: rotate(45deg);
  top: -8px;
  left: 0;
  right: 0;
  width: 10px;
  margin: 0 auto;
  position: absolute;
}
.infrastructure-slider .infra-caption.caption-color2:before{
  content: "";
  border-left: 10px solid #00aeef;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-top: 10px solid #00aeef;
  transform: rotate(45deg);
  top: -8px;
  left: 50%;
  position: absolute;
}
.infrastructure-slider .infra-caption.caption-color3:before{
  content: "";
  border-left: 10px solid #1b5daf;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-top: 10px solid #1b5daf;
  transform: rotate(45deg);
  top: -8px;
  left: 50%;
  position: absolute;
}
.infrastructure-slider .infra-caption.caption-color4:before{
  content: "";
  border-left: 10px solid #00aeef;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-top: 10px solid #00aeef;
  transform: rotate(45deg);
  top: -8px;
  left: 50%;
  position: absolute;
}

.infrastructure h2{
  font-size: 28px;
  margin-bottom: 25px;
}
.infrastructure-slider.owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
.infrastructure-slider.owl-theme .owl-prev{
  left: -30px;
  position: absolute;
  transform: rotate(90deg);
}
.infrastructure-slider.owl-theme .owl-next{
  position: absolute;
  right: -30px;
  transform: rotate(-90deg);
}
.infrastructure-slider.owl-theme .owl-nav [class*=owl-] {
  color: #dacccc;
  font-size: 20px;
  margin: 0;
  padding: 0;
  background: transparent; 
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}
.infrastructure-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent; 
  color:#dacccc; 
}
.infrastructure-slider .infra-img-wrapper{
  overflow: hidden;
}
.infrastructure-slider .infra-img-wrapper img{
  transition: all 0.6s ease-in-out; 
}
.infrastructure-slider .infra-img-wrapper:hover img{
  transform: scale(1.1);
}

.reflection{
  overflow: hidden;
  min-height: 450px;
  background-image:linear-gradient( to top , rgba(0,0,0,0.03) 10% , #FFF 80%)
}

.reflection .reflection-right{
  position: relative; 
}
.reflection .reflection-right:before{
  position: absolute;
  content: url(../images/reflection-back.jpg); 
  background-size: 100%;
  background-position: 100% 100%;
  z-index: 0;
}
.reflec-wrapper{
  margin-top: 35px;
  overflow: hidden;
}
/*.reflec-wrapper img{
transition: all 0.8s ease-in-out; 
}
.reflec-wrapper:hover img{
transform: scale(1.1);
}*/
.reflection-wrapp h1{
  font-size: 33px;
}
.reflection-wrapp p.para{
  font-size: 13px;
  margin: 30px 80px 30px 0;
}
.reflection-wrapp .counter{
  float: left;
  text-align: center;
  margin-right: 40px;
  box-shadow: 4.863px 5.035px 0px 0px rgba(0, 0, 0, 0.33); 
  padding: 20px 10px 5px 10px; ;
  background-color: #3cb2de;
  min-width: 115px;
}
.reflection-wrapp .counter .counter-icon{
  font-size: 50px;
  color: #ecda44;
  display: block;
}
.reflection-wrapp .counter p{
  font-size: 11px;
}
.reflection-wrapp .counter h2{
  margin-top: 15px;
}
.reflection-wrapp .counter h2,
.reflection-wrapp .counter .plus{
  font-size: 24px;
  margin-bottom: 0rem;
  display: inline-block;
}
.reflection-wrapp{
  position: relative;
  top: 15%;
  left: 13%;
}
/*footer section*/
footer{
  background-image: url(../images/footer-background.jpg);
  background-repeat: no-repeat;
  background-size:cover;

}
footer .footer{
  width: 100%;
  height: auto;
  padding-top: 20px;
  margin-top: -10px;
}
footer .footer .section{
  padding: 40px 20px;
}
footer .footer .section1{
  float: left;
  width: 28%;
  position: relative;
}
footer .footer .section1:before{
  content: "";
  position: absolute;
  height: 90%;
  width: 2px;
  background: #503d3d;
  top: 27px;
  right: 10px;
}
footer .footer .section2{
  width: 18%;
  float: left;
}
footer .footer .section3{
  width: 11%;
  float: left;
}
footer .footer .section4{
  width: 17%;
  float: left;
}
footer .footer .section5{
  width: 26%;
  float: left;
}
footer .section5 .contact-section img {
  float: left;
  margin-top: 7px;
  height: auto;
  width: 15px;
}
footer .section5 .contact-section a{
  display: inline-block;
} 
footer  .section5 p{
  margin-left: 30px;
  font-size: 15px;

}
footer .footer ul{
  list-style: none;
}

footer .footer .section li a{
  color: #c3aeae;
  font-size: 15px;
  font-weight: 400;
  display: block;
  line-height: 1.7;
  transition: all 0.5s ease-in-out; 
}
footer .footer .section li a:hover{
  color: #14a3d8;
}
footer .footer .footer-bottom  a:hover{
  color: #14a3d8;
}
footer .footer .section1 p{
  font-size: 14px;
  margin-bottom: 0rem;
}
footer .footer .section h3{
  font-size: 16px;
  margin-bottom: 10px;
}
footer .footer .section4 .footer-icon{
  padding-right: 10px;
}
footer .footer-bottom{
  padding: 20px 0;
  border-top: 0.5px solid #503d3d;
}
footer .footer-bottom span{
  font-size: 14px;
}
.footer-social {
  font-size: 15px;
    color: #fff;
    padding: 0;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    line-height: 2;
    text-align: center;
  /*transition: 0.2s ease-in-out;*/
}
.footer-social:hover{
  transform: scale(1.1);
}
footer .footer-img{
  width: 15px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
footer .hours{
  font-size: 14px;

}
/*footer section*/
/*about page*/
.about-main{
  margin: 50px 100px;
  background: #f5f6fa;
  min-height: 350px;
}

.about-slider .slider-content{
  margin: 0 50px;
}
.about-rootprint .about-right h1{
  font-size: 28px;
  margin: 14px 0 0 45px;
}
.about-slider .slider-content p{
  font-size: 14px;
}

.slimScrollDiv .scroll-div{
  overflow: hidden !important;
  width: auto !important;
  height: 300px !important;
  /*margin-top: 10px;*/
}
.slimScrollDiv  .slimScrollBar{
  z-index: 0 !important;
  right: 16px !important;
  background: rgba(0, 0, 0, 0.47) !important;
}
.slimScrollDiv{
  margin: 20px 0 !important;
}
.slimScrollDiv  .slimScrollRail{
  z-index: 0 !important;
  right: 16px !important;
}
.about-img{
  height: auto;
  width: 330px;
  margin: -25px;
  overflow: hidden; 
}
.about-img img{
  transition: all 0.5s ease-in-out;
}

.about-img:hover img{
  transform: scale(1.1);
}
/*.about-slider.owl-theme .owl-nav {
position: absolute;
border: 10px;
bottom: -60px;
right: 51px;
}
.about-slider.owl-theme .owl-nav [class*=owl-] {
color: #49484b ;
font-size: 12px;
margin: 5px;
padding: 7px 10px;
background: #FFF;
display: inline-block;
cursor: pointer;
border-radius: 50%;
text-align: center;
box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.06);
}
.about-slider.owl-carousel .owl-nav .owl-prev{
transform: rotate(90deg);
}
.about-slider.owl-carousel .owl-nav .owl-next{
transform: rotate(-90deg);
}
.about-slider.owl-theme .owl-nav [class*=owl-]:hover {
background:#01a8e8;
color: #fff; 
}
.about-slider.owl-theme .owl-nav .disabled {
  */ opacity: 0.6;
}
.about-rootprint{
  padding: 30px 0;
}
.who-we-are{
  background-image: url(../images/who-we-background.jpg),url(../images/who-we-texture.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: cover, left top;
  overflow: hidden;
  min-height: 600px;
  position:relative;
}
.who-we-are:before{
  content: url(../images/who-we-texture.png);
  position: absolute;
  top: -30px;
  left: 10%;
  z-index: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/*.who-we-are{
background-image: url(../images/who-we-texture.png);
background-repeat: no-repeat;
background-size: 50% 50%;
overflow: hidden;
min-height: 600px
}*/
.who-we-are h2{
  font-size: 28px;  
  margin: 50px 0;
}
.who-we-are .number{
  display: inline-block;
  font-size: 40px;
  color: #fff;
  opacity: 0.2;
}
.who-we-are .card .btn-link[aria-expanded="true"] {
  font-size: 28px;
  color: #e8d40f;
}
.who-we-are .card .btn-link[aria-expanded="true"] span{
  font-size: 50px;
}
.who-we-are .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent !important; 
  background-clip: border-box; 
  border: none !important; 
  border-radius: 0rem !important; 
  margin-top: 20px;
}
.who-we-are .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0rem; 
  font-size: 1rem;
  line-height: 1; 
  border-radius: 0rem; 
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.who-we-are .card-header {
  padding: 0 !important;
  margin-bottom: 0;
  background-color: transparent; 
  border-bottom: none;
}
.who-we-are  .card-body{
  padding: 0rem;
}
.who-we-are .tab-content .btn-link:hover{
  text-decoration: none;
}
.who-we-are .card span{
  font-size: 40px;
  vertical-align:sub;
  margin-right: -10px;
}
.who-we-are .btn-link{
  display: inline-block;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.who-we-are  .card-body ul li{
  margin-top: 15px;
}
.who-we-are  .card-body ul li,
.who-we-are  .card-body p{
  font-size: 15px;
  margin-left: 60px;
  position: relative;
  padding-left: 10px;
}
.who-we-are  .card-body ul li:before{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-radius:50%;
  width: 5px;
  height: 5px;
  background: white;
  display: block;
}
.who-wrapp{
  overflow: hidden;
 /* height: 400px;*/
  position: relative;
}
.cf_videoshare_referral {  
   display: none !important;  
}  
.who-wrapp .about-video{
  height: 400px;
}
.who-wrapp:before{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: black;
  position: absolute;
  z-index: 1;
}
.about-video .ytp-chrome-top {
  display: none !important;
}

.who-wrapp1{
  position: relative;
}
.who-wrapp1:before{
  content: url(../images/who-we-texture.png);
  position: absolute;
  bottom: -40px;
  right: -30px;
  z-index: 0;
}
.who-wrapp img{
  transition: all 0.8s ease-in-out;
}
.who-wrapp:hover img{
  transform: scale(1.1);
}
.counter-section .about-counter span{
  font-size: 60px;
  display: block;
  transform: all 0.3s ease-in-out;
}

.counter-section .about-counter .plus-sign{
  display: inline-block;
  font-size: 30px;
  vertical-align: text-bottom;
}
.counter-section .about-counter h2{
  display: inline-block;
  font-size: 40px;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.counter-section .about-counter p{
  font-size: 18px;
}
.counter-section .about-counter h2,
.counter-section .about-counter .plus-sign,
.counter-section .about-counter p{
  color:#181818;
}
.speedmaster{
  background-image: linear-gradient(to  right, #f5f6fa 50%, #01a8e8 50%);
  position: relative;
}
.speedmaster .skew{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100.2%;
  width: 160px;
  background: #01a8e8;
  transform: skew(-10deg);
  bottom: 0px;
}
.speedmaster .speedmaster-slider p{
  font-size: 15px;
  margin-bottom: 5px;
}
.speedmaster .speedmaster-slider h1{
  margin: 30px 0 30px 0;
}
.speedmaster .slider-content ul li:nth-child(odd){
  float: left;
}
.speedmaster .slider-content ul li:nth-child(even){
  margin-left: 100px;
}
.speedmaster-slider{
  position: relative;
}
.speedmaster-slider.owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  top: 40%;
}
.speedmaster-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #1f1c1c;
  background: #fff;
}
.speedmaster-slider.owl-theme .owl-nav [class*=owl-] {
  color: #1f1c1c;
  font-size: 12px;
  margin: 5px;
  padding: 7px 10px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.06);
}
.speedmaster-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -5px;
  transform: rotate(90deg);
}
.speedmaster-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -5px;
  transform: rotate(-90deg);
}
/*.speedmaster-slider .owl-item.active .item .speed-wrapp{
animation: 0.3s 0.5s slideInRight both;
}*/
.speedmaster-slider .owl-item.active .item .slider-content{
  animation: 0.5s 0.5s slideInRight both;
}
.speedmaster-slider .owl-item .item .slider-content{
  margin: auto;
}
/*about page*/
/*service page*/
.service{
  padding: 50px 0;
  position: relative;
  background-image:linear-gradient( #fff,#fbfcfd)
}
.service:before{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height:2px;
  width: 70%;
  background: #e5e5e5;
  content: "";
  z-index: 1;

}
.service .service-icon{
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.service h1{
  display: inline-block;
  color: #151116;
  font-size: 28px;
  font-weight:700; 
}
.service p{
  color: #484747;
  font-size: 15px;
  font-weight:400;
  margin-top: 10px;
  margin-bottom: 20px; 
}
.service .service-wrapper img{
  margin: 0 auto;
  display: block;
}
.service .service-content{
  margin: auto 0;
}
/*.service .image-div{
display: flex;
align-items: center;
}*/
.contact h1{
  margin-bottom: 50px;
}
.contact .address-div{
  background-image: url(../images/address-background.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 450px;
  padding: 60px 80px;
  margin: 0 20px;
}
.contact .address-div p,
.contact .address-div h2{
  font-weight: 600;
  font-size: 16px;
}
.contact .address-div .contact-link{
  transition: all 0.3s ease-in-out;
}
.contact .address-div .contact-link:hover{
 color: #fff;

}
.contact .contact-icon{
  float: left;
}
.contact p{
  margin-left: 35px;
  margin-bottom: 30px;
}
.address-div .contact-social{
  font-size: 20px;
  color: #fff;
  float: left;
  border-radius: 50%;
  margin: 10px 15px 0 0;
  height: 40px;
  width: 40px;
  display: block;
  line-height: 1.9;
  text-align: center; 
}
.address-div .landlane{
  float: left;
  margin-right: 30px;
}
.address-div .contact-social.fa-youtube{
  box-shadow: -9px -8px 46px 1px rgba(0, 0, 0, 0.38);  
}
.address-div .contact-social:hover{
  transform: scale(1.1);
}
.contact .form-div input{
  height: 60px;
  border-radius: 0;
  border: 1px solid #fff;
  padding: 0 20px;
  /*position: relative;*/
}
.contact .form-div .form-control{
  border-color:#ffff !important; 
}
.contact .form-div .form-control:focus {
  color: #131212;
  border: 1px solid #b94a4899 !important;
  /*border-color: #d83138 !important;*/
  outline: 1px;
  box-shadow: 0 0 0 0 rgba(255,255,255,0);
}
.contact .form-div ::-webkit-input-placeholder{
  color: #131212 !important;
  font-size: 15px !important;
  font-weight: 400 !important;

}
.contact .form-div :-ms-input-placeholder {
  color: #131212 !important;
  font-size: 15px !important;
  font-weight: 400 !important;

}
.contact .form-div ::placeholder{
  color: #131212 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  pointer-events: none;
}
.contact .form-div .form-group{
  position: relative;
}
.contact .form-div .hide_label{
  color: #131212 ;
  font-size: 14px;
  margin-left: 20px;
  display: block;
  pointer-events: none;
  font-weight: 700;
  margin-bottom: 2px !important;
}
.contact .form-div textarea{
  border: none;
  padding: 0 20px;
}

.contact .form-div .form-group.email {
  width: 45%;
  float: left;
  margin-right: 30px;
}
.contact .form-div .form-group.phone{
  width: 47%;
  float: left;
}
 .contact-btn{
  width: 130px;
  height: 41px;
  vertical-align: middle;
  background-color: #d83138;
  border: none;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 2.6;
}
.contact-btn:hover{
  /*background-color: rgba(216, 49, 56, 0.25);*/
  color: #fff;
}
 .contact-btn:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 1;*/
  background-color: rgb(20,164,217);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(13%,-190%) rotate(30deg);
  transform: translate(13%,-190%) rotate(30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  z-index: -1;
}
 .contact-btn:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 1;*/
  background-color:rgb(20,164,217);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-13%,-190%) rotate(-30deg);
  transform: translate(-13%,-190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  z-index: -1;
}
 .contact-btn:hover:before,
 .contact-btn:hover:after{
  transform: translate(0,0);
}
.contact .form-div .captcha{
  margin: 20px 0;
}
.contact .form-div .form-group{
  /*position: relative;*/
  margin-bottom: 30px;
}
.contact .form-div .help-block{
  color: #ff000091;
  font-size: 15px; 
} 

#outdoor-promotion .col-md-4 .service-wrapper,
#corporate-branding .image-div .service-wrapper {
  margin: 0 0 0 auto;
}

footer .footer-logo {
  width: 200px;
}

.video-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.contact input[type=number]::-webkit-inner-spin-button, 
.contact input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*sitemap*/
.sitemap{
  padding: 50px 0;
}
.sitemap .m-menu{
  display: block;
    color: #060606;
    font-size: 17px;
    margin: 0 0 20px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    cursor: pointer;
}
.sitemap .s-menu{
display: block;
    color: #484747;
    font-size: 15px;
    margin: 0 0 10px;
    transition: all 0.3s ease-in-out;
       cursor: pointer;
}
.sitemap .s-menu:hover,
.sitemap .m-menu:hover
{
  color: #ed1c24;
}
.sitemap h1{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
}
/*sitemap*/
/*404 error*/
.error{
  padding: 60px 0;
}
.error h1{
  font-size: 40px;
  margin: 0 0 20px;
}
.error h2 {
    font-size: 30px;
}
.error p {
    font-size: 16px;
    margin: 0 0 20px;
}

/*404 error*/

/*media 767*/
/*.error{
        padding: 40px 0;
     }
    .error h1 {
    font-size: 30px;
    margin: 0 0 15px;
}
.error h2 {
    font-size: 20px;
}
.error p {
    margin: 0 0 20px;
}*/


.slider-section{
  position: relative;
  
}
.gifting-slider.owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
}
.gifting-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #1f1c1c;
  background: #fff;
}
.gifting-slider.owl-theme .owl-nav [class*=owl-] {
  color: #1f1c1c;
  font-size: 12px;
  margin: 5px;
  padding: 7px 10px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.06);
}
.gifting-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
  transform: rotate(90deg);
}
.gifting-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 20px;
  transform: rotate(-90deg);
}
.gifting-slider.owl-carousel .owl-item img{
  width:100%;
}

a.nav-link.font_bold.btn-link {
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}

.gifting-slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #5bbfe4;
    width: 10px;
    height: 11px;
    margin: 2px;
    border-radius: 50%;
}
.gifting-slider.owl-theme .owl-dots .owl-dot.active span, .gifting-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    color: #fff;
    border: 2px solid #ccc;
}
.gifting-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 46%;
}