*{margin:0;padding:0; box-sizing: border-box;}
html {overflow-x: hidden;/*scroll-behavior: smooth;*/}
a {color:#000000;}
a,
a:focus,
a:hover,
button {
    text-decoration: none !important;
    outline: none !important;
    color: unset;

}
h1,
h2,
h3,
h4,
h5,
h6{font-family: 'Chivo', sans-serif;}

p-0 {
    margin: 0;
    padding: 0;
}
.btn.focus, .btn:focus {box-shadow: 0 0 0 0.2rem rgb(185,37,73) !important;
}

body{background-color: #ffffff;overflow-x: hidden;}

p{font-family: 'Roboto', sans-serif;}
/*h2 h3{font-family: chivo }*/
img{max-width: 100%;}
.white{color:#ffffff;}
.grey-bg{background-color: #E5E5E5;}
.pink{color: #b92549;}
/****************Header Section ****************/
header {
  
  padding-top: 20px;
  padding-bottom: 20px;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
}

body.open-menu .menu{
    z-index: 10;
    position: fixed;
   right: 10%;
   
    top: 20px;
}
body.open-menu .menu-bar{
    position: fixed;
    right: 13px;
    top: 20px;
    z-index: 999;
}
.sticky-header.open-menu .menu-bar {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
}
.logo a {
    display: block;
    padding: 10px 0 0;
}
.logo img {
    width:80px;
    margin-left: 64px;
}
.menu-bar {
    position: relative;
    height: 70px;
    width: 65px;
    cursor: pointer;
    z-index: 99;
    margin-right: 64px;

}
.menu-bar span {
    display: block;
    position: relative;
    width: 25px;
    height: 3px;
    z-index: 999;
    background: #b82548;
    top: 50%;
    border-radius: 10px;
    margin: 0 auto;
}


.menu-bar span:before, .menu-bar span:after {
    content: "";
    width: 34px;
    height: 3px;
   background: #b82548;
    right: 0px;
    top: -8px;
    z-index: 999;
    display: block;
    position: absolute;
    border-radius: 10px;}
.menu-bar span:before, .menu-bar span:after{left: 0;}
.menu-bar span:after {top: 8px;}
.open-menu .menu-bar span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0px;
    background: #e1b6ba;
}
.open-menu .menu-bar span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
     background: #e1b6ba;
}
.open-menu .menu-bar span {background: transparent;}
.menu li a, .menu-box li a {
    
    display: inline-block;
    padding: 0 0;
    color: #363333;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    padding: 0 10px;
    cursor: pointer;
    font-family: roboto, sans-serif;
}


.menu-box li a {
    line-height: normal;
    height: auto;
    padding: 0;
    font-size: 14px;
    color: #e1b6ba;
    display: block;
     margin: 0 0;
    letter-spacing: 1px;
}
.menu li a:hover, .menu-box li a:hover {color: #b82548;}
body.open-menu .menu li a:hover, body.open-menu .menu-box li a:hover {color:#ffffff !important; }
/*a:not([href]):not([tabindex]):hover {color: white !important;}*/
.mob-menu {
    display: none;
}
.menu-box {
    position: fixed;
    width: 537px;
    background-color: #b52749;
  opacity: 94%;
    top: -200%;
    right: 0px;
   height: 100%;
    text-align: left;
    z-index: 9;
}
ul.menu_list {
    margin: 120px auto;
   width:66%;
    text-align: right;
}
body.open-menu .menu-bar span:before, body.open-menu .menu-bar span:after{width: 22px;
    top: -2px;
    left: 12px;}
ul.desk-menu {display: none;}
.open-menu .menu-box {top: 0;}
.menu li {position: relative;}
li.drop-menu:hover .hover-menu {opacity: 1;visibility: visible;}
.hover-menu {
    position: absolute;
    background: rgba(255,255,255,1);
    left: 0;
    top: 80%;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.hover-menu li a {
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px!important;
   }
.mobile-menu {
    display: none;
}
.sub-hover {
    position: absolute;
    background: white;
    width: max-content;
    padding: 0;
    top: 0;
    right: 100%;
    border-right: 1px solid;
    visibility: hidden;
    opacity: 0;
}
.hover-menu li:hover .sub-hover {
    visibility: visible;
    opacity: 1;
    
}
footer iframe{filter: grayscale(100%);}
/****************Home Section ****************/
.hding{font-family: 'Chivo', sans-serif;font-size: 18px; line-height:20px; font-weight: bold;margin-bottom: 5px;text-transform:uppercase;}
 .numbrs {
    font-size: 39px;
    line-height: 33px;
    font-family: chivo;
    font-weight: bold;
    font-weight: 600;
}
.numbrs-hdng {font-size: 39px;
    line-height: 42px;
    font-family: chivo;
    font-weight: bold;
    font-weight: 600;
  }
  .h-mre{margin-top: 50px;}
  .map-sec{background-color: #EEEEEE;}
  .map-btn{text-align: center;}
  .map-btn .btn{padding-left: 10px !important;padding-right:10px  !important;margin-bottom: 40px;font-size: 12px;}
section{padding-top: 50px; padding-bottom:50px;}
.about{padding-bottom: 0;}
.home{padding-bottom: 50px;}
.about-desc{font-size: 18px;font-family: chivo,  sans-serif;line-height: 21px;}
/*.about-desc-1{height: 250px;overflow:hidden;margin-bottom: 1rem;}*/
.about-desc-1 p{font-size: 18px;font-family: chivo,  sans-serif;line-height: 21px;}
.leadership{font-size: 18px;font-family: chivo,  sans-serif;line-height: 22px;font-weight: bold;}
.vsn-info{  font-family: chivo ,sans-serif; font-weight: 300; font-size: 16px;
  line-height: 18px;padding-right:60px;opacity: 0.6;}
.msn-info{  font-family: chivo ,sans-serif; font-weight: 300; font-size: 16px;
  line-height: 18px;padding-right:68px;opacity: 0.6;}
.get-touch{ font-family: chivo ,sans-serif;font-weight: 600; font-size: 16.24px; line-height: 19px;padding-bottom: 30px;margin-left: 15px;}
.brdr-left{border-left: 12px solid #b92549;height: 45px;}
.number{margin-bottom:70px;}
.brdr-left-sectrs{border-left:3px solid #b92549;padding: 0;height: 89px;padding-left: 8px;}
.rd-mre{border-left: 4px solid #b92549;color: #000000;font-size:13px;font-family: roboto, sans-serif;transition: all 0.9s ease;padding-left:11px;font-weight: 400;}
.rd-mre a{color: #000000;padding-left: 14px;}
.rd-mre:hover{padding-left: 20px;}
.mr-top{margin-top:50px;}
.mrtop{margin-top: 135px;}
.mr-bottom{margin-bottom: 30px;}
.pt-t{padding-top: 30px;}
.mr-btm{margin-bottom: 90px;}
.pdng{padding-left: 40px !important;padding-top: 30px;padding-bottom: 30px;padding-right: 40px !important; }
.sec-btn{text-align: center; margin-top: 30px;}
.btn-primary.know-more{background-color: #b72549 !important;border-color: #b72549 !important;border-radius: 0px;
    padding-left: 40px;
    font-size: 13px;
    line-height: 15px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px; transition: all .8s ease-in-out;}
.btn-primary.know-more:hover{background: transparent !important;color: #b72549;}
.val-add{padding-top: 15px;}
.val-add-t{padding-top: 2px;}
p.abt-info {
    font-size: 11px;
    font-family:'Roboto', sans-serif;
    font-weight: 500 !important;
    line-height: 17px !important;
    color: #000;
}
p{font-size: 13px;
    line-height: 16px;
    font-family:'Roboto', sans-serif;}

.abt-info {
    font-size: 13px;
    line-height: 16px;
    font-family:'Roboto', sans-serif;
    opacity: 0.6;
}
/*.abt-desc p {
    height: 238px;
    overflow: hidden;
}*/
.number:last-child{margin-bottom: 10px;}
.abt-desc.showContent p {
    height: auto;
}
.abt-desc.showContent .about-desc-1 {
    height: auto;
}
.desktop-cap .what-we-do, .mobile-cap .what-we-do{font-family: Roboto, sans-serif !important;font-size: 13px;line-height: 16px;}
/*.more-text:hover{color:#b92549;}*/
.get-quote{position: fixed;left: -48px;top:460px;vertical-align:top;z-index:15;
transform:rotate(7deg);
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
-o-transform:rotate(90deg); /* Opera */;
border-radius: 0px !important;padding:6px 16px 6px 16px;background-color: #000000;}
.get-quote a:hover{color: #ffffff;}
.get-quote a{color: #ffffff; font-size: 13px;outline: none;}
.contact-info {color:#727272;}
.get-quote:hover {background-color: #b82548;}
.what-we-do{font-family: Roboto, sans-serif; font-weight: 400; font-size: 13px;
    line-height: 16px}
.we-do-card {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    list-style-type: none;
}
.we-do-card li:before {
    content: "-";
    position: absolute;
    margin-left: -10px;
}

 .we-do-card  li {
    display: block;
    list-style: none;
    padding: 3px;
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
}

  .we-do-card-1 li {
    display: block;
    list-style: none;
    padding: 3px;
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
}
.we-do-card-1{
   font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    list-style-type: none;
}
.we-do-card-1 li:before {
    content: "-";
    position: absolute;
    margin-left: -10px;
}
  .we-do-card-1 li {
    display: block;
    list-style: none;
    padding: 3px;
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
}
.we-do-card-3 ul{font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    list-style-type: none;margin: 0;}

  .we-do-card-3 li:before {
    content: "-";
    position: absolute;
   margin-left: -10px;
}
  .we-do-card-3 li {
    display: block;
    list-style: none;
    padding: 3px;
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
}
.we-do-card-3 ul{column-count: 2;}
.we-do-card-2{font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    list-style-type: none;margin: 0;}

  .we-do-card-2 li:before {
    content: "-";
    position: absolute;
   margin-left: -10px;
}
  .we-do-card-2 li {
    display: block;
    list-style: none;
    padding: 3px;
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
}

.we-do-card-2{column-count: 2;}

.transport ul li{display: block;list-style: none;padding:3px; font-size: 13px;line-height: 16px; font-family:Roboto, sans-serif;}
.transport li:before {
    content: "-";
    position: absolute;
    margin-left: -10px;
}
.knw-mre{background-color:#b92549;border-radius: 0px; border-color: #b92549;}
.header {overflow: hidden;background-color: #ffffff !important;padding: 20px 10px;}
.square{
margin-top: 47px;
    border: solid 1px #b92549;
    width: 40px;
    height: 40px;
    background-color: #b92549;}
.square-2{border: solid 1px #b92549;
  width: 37px;
  height: 36px;
  background-color:#b92549;
  position:absolute;
  top: -19px;
    right: 51px;}
.sqaure-align{position: relative;}
.vsn-msn{
 -webkit-background-size: 100%;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 360px;
background-repeat: no-repeat;
margin-top: 50px !important;
padding-top: 100px;
}
.vsn-msn-info{padding-top: 37px;}
.v-algn{vertical-align: middle;}
.showmore {font-size: 1.1em;margin-top: 1.5em;}
.showmore .more, .showmore.show .dots {display: none}
.showmore.show .more {display: inline}
.showmore a {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.p-left{padding-left: 50px;}
ul li{display: inline;padding: 6px;}
ul li a{color: #ffffff;}
.item a{color: #fff !important;width:100%;}
.certification-slider .cer-img, .award-slider .cer-img {
/*background-color: #EBEBEB !important;padding: 18% 14%;*/
	background-color: #EBEBEB !important;
    padding: 4% 14%;
    align-items: baseline;
    position: relative;
    min-height: 205px;
    vertical-align: middle;
    align-content: center;
}
.award-slider .cer-img img{    max-height: 185px;
    object-fit: contain;}
.p-left{padding-left: 8px;}
.slider-hding{font-size: 18px; line-height:21px;font-family: chivo, sans-serif;font-weight: 600;margin-top:4px; }
.home-slider .owl-dots .owl-dot {
    background-color: transparent !important;
     margin: 1px;
    font-size: 12px;
    line-height: 14px;
    font-family: roboto, sans-serif;
     color: rgba(0,0,0,0.7) !important;
}
.mr-t{margin-top: 50px;}
/*.p-t{padding-top: 20px;}*/
.cap-pd {padding-left: 20px;padding-right: 40px;}
.c-pdng {display: flex;display:-webkit-flex;flex-direction: column; /*-webkit-flex-direction:column;*/justify-content: center;/*-webkit-justify-content: center;*/
    -webkit-box-align: center;}
.success-stories-slider.owl-carousel{margin-bottom: 0 !important;}
.success-stories-slider .success-info{width: 60%;}
.mbl-hdng{margin:30px;}
.client-slider .item{background-color: #EBEBEB !important;padding:9% 22%;}
.owl-carousel .fa-angle-left:before, .owl-carousel .fa-angle-right:before {font-size: 12px;position: relative;top: -2px;}
iframe{opacity: 0.4;}
.menu-box li a:after{position: absolute;content: '-';top: -15px;font-size: 36px;
color: #7d1d33;transition: left 200ms ease-in-out, right 200ms ease-in-out;opacity: 0;right: -16px;}
.menu-box li a{transition: all 0.5s ease;}
.menu-box li a:hover:after {opacity: 1;}
.menu-box li a:hover{margin-right: 20px;}
.more-text a{color: #000000 !important;font-size: 13px;padding-left: 11px;cursor: pointer;font-family: roboto, sans-serif;font-weight: 700;height: 19px;transition: all 0.9s ease; }
.more-text{border-left: 4px solid #b92549;}
.rd-mre{}
.more-text a:hover{margin-left:12px;color:#000000!important;}
.social{padding-top: 4px;}
.more-feat-world-h{position: absolute;}
.more-feat-world-h:nth-child(1){
  bottom: 55%;
    right: 29%;
}
.more-feat-world-h:nth-child(2){ /*bottom: 34%;
    right: 24%;*/bottom: 39%;right: 23%;}
.more-feat-world-h:nth-child(3) {
   bottom: 50%;
    right: 33%;}
.more-feat-world-h:nth-child(4) {
   right: 33%;
    bottom: 52%;
}
#homecontact .more-feat-world-h:nth-child(2){
  bottom: 41%;
    right: 21%;
}
#homecontact .more-feat-world-h:nth-child(3){
  bottom: 54%;
    right: 38.5%;
}
.leadership-sec .abt-info{opacity: 0.9;}
.certification-slider h3, .award-slider h3{font-family: 'Chivo', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;}

/****************footer****************/
#contact{margin-top: -2px;}
footer{background-color:#0c0a0b;padding-top:100px;padding-bottom: 100px;}
.map-lyt{padding-left:75px;}
.map-lyt iframe{width: 100%; height:300px;}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }
#contact h4 {display:block;}
fieldset {border: medium none !important;margin: 0 0 10px;min-width: 100%;padding: 0;width: 100%;}
.contact-links{padding:7px;margin-left: 0px;}
.copyrgt{color: #b2afaf;padding-top: 20px;}
.fab:hover{color: #ffffff;}
 .ctc{margin-bottom:-6px;display: block;}
 .cnct-btm{margin-top: 20px;}
 .contact-info-2{color: #cecece;}
 .contact-info{padding-left: 75px;}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width:100%;
  border-bottom: 1px solid #cccccc73;
  border-top: 1px solid #0f090e;
    border-left: 1px solid #0f090e;
    border-right: 1px solid #0f090e;
    background: none;
    margin: 0 0 5px;
    padding: 10px;
   border-radius: 0;
}
#contact-2 input[type="text"], #contact-2 input[type="email"], #contact-2 input[type="tel"], #contact-2 input[type="url"], #contact-2 textarea {color: #ffffff !important;}
.contact-info .abt-info {
    font-size: 12px;
    line-height: 15px;
    opacity: 0.8;
    font-weight: 400;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
  -webkit-transition:border-color 0.3s ease-in-out;
  -moz-transition:border-color 0.3s ease-in-out;
  transition:border-color 0.3s ease-in-out;
  
}

#contact textarea {
  height:100px;
  max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
  cursor:pointer;
  width:100%;
  border:none;
  background:#b92549;
  color:#FFF;
  margin:0 0 5px;
  padding:10px;
  font-size:12px;
}

#contact button[type="submit"]:hover {
  background:#09C;
  -webkit-transition:background 0.3s ease-in-out;
  -moz-transition:background 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }
#contact input:focus, #contact textarea:focus {
  outline:0;
  border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

#contact-2 .error{color: #b92549 !important; font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif !important; }
.cntc{font-size:16px;font-family: 'Roboto', sans-serif;font-weight:500;}
.cntc.visit{
       padding-top: 45px; 
}
.contact-links a{ color: #b2afaf;padding: 7px}
/*i.fab{ color: #b2afaf !important;}*/
.contact-links a:hover{color: #ffffff !important;}
li.abt-info.contact-links a:hover {color:#3d3b3c;}
#contact button[type="submit"]:hover{background-color:#b92549; }
.contact-info{color:#cecece;}
.stretch-card>.card {
     width: 100%;
     min-width: 100%
 }
.flex {
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto
 }

 @media (max-width:991.98px) {
     .padding {
         padding: 1.5rem
     }
 }

 @media (max-width:767.98px) {
     .padding {
         padding: 1rem
     }
 }

 /*.padding {
     padding: 3rem
 }*/

 .owl-carousel .item {
     margin: 3px
 }

 .owl-carousel .item img {
     display: block;
     width: 100%;
     height: auto
 }

 .owl-carousel .item {
     margin: 1px
 }

 .owl-carousel {
     margin-bottom: 15px
 }


 .owl-nav{position: absolute;
    top: -69px;
    right: 0;
    font-size: 17px;}

button.owl-prev, .owl-carousel button.owl-dot {
    background: #b92549 !important;
    color: white !important;
    border: none;
    padding: 0!important;
    font: inherit;
    margin: 1px;
    width: 37px;
}
button.owl-next, .owl-carousel button.owl-dot {
    background: #b92549 !important;
    color: white !important;
    border: none;
    padding: 0!important;
    font: inherit;
    margin: 1px;
    width: 37px;
}
.fab, .far {
    font-weight: 500 !important;
    color: #3d3b3c;
    padding: 4px;
    font-size: 13px;
}
.success{position: absolute;top: 100px;left:64px;}
.success-stories-slider{position: relative;}
.success-stories-slider.owl-carousel .img-overly{background-image: linear-gradient(#a21b3bde, #a21b3bde);width: 100%;}
.success-stories-slider.owl-carousel .img-overly img{z-index: -1;position: relative;display:block;
 width:100%;object-fit: cover;
}
.success-mbl-slider.owl-carousel .img-overly{background-image: linear-gradient(#a21b3bde, #a21b3bde);width: 100%;}
.success-stories-slider.owl-carousel .item img{height: 387px !important;}
.success-hdng{font-size: 30px; line-height: 33px;font-family: 'Chivo', sans-serif;font-weight: 700;}
.success-stories-slider .owl-dots{position: absolute; bottom: 100px; right:73px;}
.success-stories-slider .owl-dots .owl-dot{background-color: transparent !important;width: auto;margin:9px;color: #ffffff !important;font-size: 13px;}
.success-stories-slider .owl-dot.active{color: rgba(255,255,255,0.3) !important;}
.success-stories-slider .owl-dots {counter-reset: dots;display: none;}
.success-stories-slider .owl-dot:before { counter-increment:dots;content: counters(dots, ".", decimal-leading-zero)}
.home-slider .owl-dot.active{color: #000000 !important;font-weight: 700;}  
.home-slider .owl-dots{counter-reset: dots;}
.home-slider .owl-dot:before {counter-increment:dots; content: counters(dots, ".", decimal-leading-zero)}
.home-hd{padding-top: 118px;padding-left:84px;position: absolute;
    left: 3%;
    z-index: 999;
    top: 8%;color: #fff;}
/* .desk-bg{padding:0;} */
.desk-bg{padding-right:0;} 
.home-slider .owl-dots{/*position: absolute;bottom: 105px;width: 307px;left:56px;*/ display: none;}
.item .row{margin-right: 0 !important;}
.home-slider .owl-nav{display: block;top: 400px;
    left: 67px;}
.success-stories-slider .owl-nav{display: block !important;right: 82px;
    top: -40px}
.success-stories-1{background-size: cover;height:390px;background-position: center;}
.success-mbl-slider .owl-dots {counter-reset: dots;}
.success-mbl-slider .owl-dot:before {counter-increment:dots;content: counters(dots, ".", decimal-leading-zero)}
.success-text {margin-top:24px;}
.client-slider .owl-nav{top: -83px;}
.galry-slider .owl-nav{top: -39px;}
.certification-slider .owl-nav, .award-slider .owl-nav{top: -82px;}
.news-slider .owl-nav{top: -82px;}
.rd-mre a:hover{color: #b92549;}
.btn:focus {box-shadow: 0px 0px;}
.desgntn{margin-bottom: 1px;}
.abt-us .abt-info{opacity: 0.9;}
.mrtop-50{margin-top: 50px;}
.mrbtm-50{margin-bottom: 50px;}
.success-stry-btn{border-left: 4px solid #ffffff;
    color: #ffffff !important;
    font-size: 13px;
    padding-left: 11px;
    cursor: pointer;
    font-family: roboto, sans-serif;
    font-weight: 700;margin-top:30px;transition: all 0.9s ease;}
    .success-stry-btn:hover{padding-left: 20px;}
    .succes-txt{margin-top:23px;}
    .h-cap .what-we-do{font-family:'Roboto', sans-serif;}
    .quality-info p{font-family:'chivo', sans-serif; }
    .news-slider .item{margin:10px !important;}
    .news-slider .item img{height: 180px !important;}
   .number .col-6{margin-bottom: 70px;}
   .power-by{color: #b2afaf;
    padding-top: 30px;text-align: right;}
 /****************our-value-added****************/
.value-desktop-bg{background-size: cover;background-repeat: no-repeat;width: 100%;height: 400px;}
#more {display: none;}
/*.client-slider .owl-item img{filter: grayscale(100%);}*/
/*.client-slider .owl-item img:hover{filter:grayscale(0%); }*/
/*.certification-slider .owl-item img{filter: grayscale(100%);}*/
/*.certification-slider .owl-item img:hover{filter:grayscale(0%); }*/
.value-added{font-size:18px;font-family: chivo, sans-serif;line-height: 20px;font-weight: 600;}
.values{font-size:18px;font-family: chivo, sans-serif;line-height: 22px;font-weight: 600;}
.banner-text{/*position: absolute;top:256px;left: 172px;*/font-family: chivo, sans-serif;font-weight: bold;font-size: 30px;line-height: 33px;}
.square-2{border: solid 1px #b92549;width: 30px; height: 30px;background-color:#b92549;position: absolute;top: 0;right: 0;}
.square-3{border: solid 1px #b92549;width: 100px;height: 100px; background-color:#b92549;position: absolute;top:270px;left: 0;}
.bg{position: relative;}
.abt p{height: 90px; overflow: hidden;transition: all 0.11s ease;}
.abt.showContent p{height:auto;}
.sectors p{height: 80px; overflow: hidden;}
.sectors.showContent p{height: auto;}
.value-added-2 p{padding-top: 20px;}
/****************Capabilities****************/
.capabilities-desktop-bg{background-size: cover;background-repeat: no-repeat;width: 100%;height: 400px;}
/*.capabilties{margin:0 auto;}*/
.card{border: none;/*width:550px !important;*/}
.cap-square{border: solid 1px #b92549;width: 100px; height: 100px; background-color:#b92549;position: absolute;top: 253px;left: 0;}
.cap-banner-text{/*position: absolute;top: 268px;left: 192px;*/font-family: chivo, sans-serif;font-weight: bold;font-size:30px;line-height:33px;}
.card-body{padding: 0;margin-top: 20px;margin-bottom: 10px;}
/*.cap-logos .col-sm-4{padding: 0;}*/
.cap{font-size: 18px; line-height: 21px;}
.capb{padding-top: 60px;}
.capabilties .cap-logos .col-sm-4{padding:1px;}
.capabilties .cap-logos{padding:0 16px;}

/****************about-us****************/
.about-bg{background-size: cover;background-repeat: no-repeat;width: 100%;height: 400px;}
.vsn-msn-bg{background-size: cover;background-repeat: no-repeat;width: 100%;padding: 60px;}
.about-square-2{border: solid 1px #b92549;width: 100px; height: 100px; background-color:#b92549;position: absolute;bottom:0px;right: 0;}
.about-square{border: solid 1px #b92549;width: 100px; height: 100px; background-color:#b92549;position: absolute;bottom: 0;left: 0;}
.vsn{border-left: 3px solid #b92549;padding-left:10px;opacity: 0.7;font-family: chivo, sans-serif;}
.msn{border-left: 3px solid #b92549;padding-left:10px;opacity: 0.7;font-family: chivo, sans-serif;}
.more-text{border-left: 4px solid #b92549;color: #000000;font-size: 13px;padding-left: 11px;cursor: pointer;font-family: roboto, sans-serif;font-weight: 700;height: 19px;transition: all 0.9s ease; }
.more-text:hover{padding-left:20px;}
 .p-leadership{padding-bottom: 30px;}
.success-text{border-left: 4px solid #ffffff; color: #ffffff;font-size: 13px;padding-left: 11px;cursor: pointer;font-family: roboto, sans-serif;font-weight: 700;}
.small-hdng{/*top: 197px;position: absolute;margin-top: 40px;*/ left:144px;}
 .val-img{width: 80%;}
 .about-banner-text{/*position: absolute;top: 278px;left: 144px;;*/font-family: chivo, sans-serif;font-weight: bold;font-size: 30px;line-height: 33px;}
.about-us{background-size: contain;background-repeat: no-repeat;background-position: bottom;}
.about-hding{font-size:15px; line-height: 18px; font-family: 'Chivo', sans-serif;font-weight: 700; }
.leadership-sec{background-size: cover;background-repeat: no-repeat;background-position: bottom;background-position-y: bottom;
    background-position-x: right;}
.leadership-sec .container{padding-bottom: 40px;}
.about-msn-vsn p{border-left: 3px solid #b92549;
    padding-left: 10px;
    opacity: 0.7;
    font-family: chivo, sans-serif;color: white;}
/****************what-we-do****************/
.what-we-do li, .what-we-do-1 li{display: block;list-style: none;padding:3px; font-size: 13px;line-height: 16px; font-family:Roboto, sans-serif;}
 .what-we-do ul, we-do-card-3 ul{    margin-top: -10px; }
 .modes{background-color: #EEEEEE;padding-top: 50px;padding-bottom: 50px;}
 .offer{margin-bottom: 0;}
 h2.we-do-hdng{font-size: 25px; line-height:28px; font-family: 'chivo', sans-serif; line-height: 26px;font-weight: 700;}
 .sectors .showContent p{height: auto;}
 .bnr-txt {position: absolute;padding-left: 12%;}
 /*.what-we-do-bg{background-image: url(../img/what-we-do/what-we-do-banner.jpg);background-size: cover;background-repeat: no-repeat;width: 100%;height: 334px;}*/
.we-do-card .card{background-color: #EEEEEE;}
.we-do-card{background-color: #EEEEEE;height: 100%;}
.we-do-card h4{background: #ffffff;margin:0; padding-bottom: 20px;}

.card-body.servc{padding-left: 30px;padding-right: 30px;}
.what-we-d-sq{border: solid 1px #b92549;width: 26px; height: 112px; background-color:#b92549;position: absolute;bottom:0px;right: 0;}
.services-provide{/*position: relative;padding-bottom: 70px;background-repeat: no-repeat;
    background-position: bottom;
    background-position-y: bottom;
    background-position-x: right;padding-top: 0;*/position: relative;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-y: bottom;
    background-position-x: right;
    padding-top:20px;}
.card-title{font-family: 'chivo', sans-serif; font-weight: 600;
    font-size: 18px;line-height: 21px;}
/*.sec-mar{margin-bottom: 60px;}*/
.service-1 {height: 156px;}
.service-2{height: 156px;}
.service-3 {height: 250px;}
.service-4 {height: 250px;}
.service-5{height: 251px;}
.service-6{height: 251px;}
.multi{margin-top: 40px;}
.ofr  {margin-top: 40px;}   
.sectr {margin-bottom: 90px;} 
.owl-prev:hover, .owl-next:hover{opacity: 0.5;}
.servc-1, .servc-2{height: 250px;}
.desk-hdg{display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding-left:10%;*/
    align-content: flex-start;padding-top: 20px;}
.we-do-card  strong  {
  margin-top: 20px !important;
}
.servcs-prvde{padding-top: 30px;}
.services-provide-2{position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-y: bottom;
    background-position-x: right;
    padding-top: 20px;padding-bottom: 0;}
.services-provide-2 .card-title{font-family: 'chivo', sans-serif; font-weight: 600;
    font-size: 28px;line-height: 30px;}
/*.col-12.col-sm-4.service.we-do-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;}*/
.sec-mar:nth-child(4){margin-bottom:10px;}
.sec-mar:nth-child(5){margin-bottom:10px;}
#sectors{margin-bottom: -50px !important}
/****************Customised Engineering solutions****************/
.engr-soltn li{display: block;list-style: none;padding-top: 0;padding-bottom: 0;margin-top: 20px;font-size: 13px;line-height: 16px; padding-left: 20px;font-family: Roboto, sans-serif;border-left: 7px solid #b92549;}
.pt{padding-top: 20px;}
.services-provide .card-title{font-family: 'chivo', sans-serif; font-weight: 600;
    font-size: 28px;line-height: 30px;}

.sub-txt{font-family: 'Roboto', sans-serif;font-size: 18px;font-weight: 400;line-height: 20px;}
.success-mr-tp{margin-top: -2px;padding-top: 20px;}
.custmised-desktop-bg{background-size: cover;background-repeat: no-repeat;width: 100%;height: 400px;}
.cus-banner-text {/*position: absolute;top: 237px;left: 192px;*/font-family: chivo, sans-serif;font-weight: bold;font-size: 30px;line-height: 33px;}
.what-we-do li:before {
   content: "-";
  position: absolute;
  margin-left: -10px;
}
.mrtp{padding-top: 70px;}
 .mrt{margin-top: 4px;}
.what-we-do-1 li:before{ content: "-";
  position: absolute;
  margin-left: -10px;}
  .cust-info h3{font-size: 18px;
    font-family: chivo, sans-serif;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 5px;margin-top: 70px;}
   .cust-info p:last-child{padding-top: 20px;}
.cust-we-do{background-color: #EEEEEE;
    
    height: 100%;}
    .cust-we-do  h4{background: white;padding-bottom: 20px;margin:0;}
     .cust-we-do .card{background-color: #EEEEEE;}
  .process-info {margin-top: -12px;} 
.service .card-title span{font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;}
  .cust-we-do h4 span{font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;}
/****************Contact us Section ****************/
.contact-desktop-bg{background-size: cover;background-repeat: no-repeat;width: 100%;height: 400px;}
.network-slider .cer-img{background-color: #EBEBEB !important;padding: 15% 19%;}
.netwrk-hdng{font-size: 13px;font-family: 'Chivo', sans-serif;line-height: 16px;}
.loctn{position: relative;padding-top: 0;padding-bottom: 0;}
.loctn .more-feat-world-h:nth-child(3) {
   bottom: 55%;
    right: 38.5%;
}
.loctn .more-feat-world-h:nth-child(1) {
    bottom: 57%;
    right: 29%;
}
.loctn .more-feat-world-h:nth-child(2) {
    /*bottom: 36%;
    right: 24%;*/
    bottom: 42%;
    right: 21%;

}
.contc-pt{padding-top: 30px;}
.cntc-sec{padding-bottom: 0;}
.contc-pt-2{padding-top: 60px;}
.bg-grey{background-color: #EEEEEE;}
.cntc-us-hdng{font-size: 28px;font-family: 'Chivo', sans-serif;line-height: 32px;font-weight: 600;}
.cntc-hdng{font-size: 39px;line-height: 41px;font-family: 'Chivo', sans-serif;font-weight: 600;}
.more-feat{position: absolute;}
.more-feat-world{position: absolute;}
.more-feat:nth-child(1){top: 61%;
    left: 13%;}
.more-feat:nth-child(2){top: 24%;
    left: 23%;}
    .more-feat:nth-child(3){top: 81%;
    left: 31%;}
     .more-feat:nth-child(4){top: 50%;
    right: 47%;}
.more-feat:nth-child(5) {
    top: 68%;
    left: 27%;
}
.more-feat-world:nth-child(1){
  bottom: 57%;
    right: 34%;
}
.more-feat-world:nth-child(2){ bottom: 51%;
    right: 32%;}
.more-feat-world:nth-child(3) {
    bottom: 62%;
    right: 32%;}
.more-feat-world:nth-child(4){ right: 30%;
    bottom: 55%;}

.cntc-logos .cer-img{background-color: #EBEBEB !important;
    padding: 15% 19%;margin-right: -27px;}
.owl-carousel .item .network-slider{margin: -4px;}
.ctc-lg{margin-top: 20px;}

/****************Career Section ****************/
.apply-section{
    display: none;
}
.career-desktop-bg{background-size: cover;background-repeat: no-repeat;width: 100%;height: 400px;}
.apply{color: #b92549;font-size: 30px; line-height: 32px;font-weight: 600;margin-bottom: 2px;}
.bd-lft{border-left: 3px solid #b92549; padding-left: 10px; padding-top: 0; padding-bottom: 0;font-weight: 500;transition: all 0.9s ease;}
.bd-lft:hover{padding-left: 20px;}
.intrn p{font-size: 17px;line-height: 20px;font-weight: 500;font-family: 'Roboto', sans-serif;  }
.frm-entry{border-top: none;
  width: 100% !important;
    border-left: none;
    border-right: none;
  background-color: #E5E5E5;
    border-bottom: 1px solid #000000;color: #8B8B8B;}
  input:-internal-autofill-selected {background-color: #E5E5E5;border-color:#E5E5E5;}
select, input{padding-bottom: 10px;font-size: 12px; font-weight: 500;line-height: 15px;}
    .why-total{background-color: #E5E5E5;display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px !important;

  }

.car-why-totl .row:nth-of-type(odd) .why-total:before {
  content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #E5E5E5;
    position: absolute;
    top: 50%;
  right: -12px;
    z-index: 1;
    border-right: 0;
}
.car-why-totl .row:nth-of-type(even) .why-total:before {
  content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #E5E5E5;
    position: absolute;
    top: 50%;
    left: -12px;
    z-index: 1;
    
}
.upld{border:1px solid #000000;border-radius: 12px;}
.why-total p{
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
}
    .career{
    background-size: cover;
    background-repeat: no-repeat;
    background-position:bottom;
padding:50px;
  }
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn.upl {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.upld {
  background-color: transparent;
    color: #000000;
    padding: 4px;
    font-family: sans-serif;
    border-radius: 26px;
    cursor: pointer;
    /* margin-top: 1rem; */
    width: 100%;
    text-align: center;
}
#file-chosen{
  margin-left: 0.3rem;
  font-family: sans-serif;
}
select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #000000 50%),
    linear-gradient(135deg, #000000 50%, transparent 50%),
    linear-gradient(to right, #87ceeb00, #f9fafa00);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, black 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, black 50%),
    linear-gradient(to right, #87ceeb00, #87ceeb00);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
select{  -webkit-appearance: none;
  -moz-appearance: none;}
  label.radio-inline {
    font-size: 13px;
    margin-left: 17px;
    
    margin-top: 21px;
}
.upld span{font-size: 13px;font-family: 'Roboto', sans-serif;font-weight: 600;margin: 10px;}
input[type="radio"]{background-color:grey;content: "";}
.career{padding:90px 0px;}
.wt{font-weight: 600;}
.intrnshp{padding-top: 70px;padding-bottom: 70px;}
.why-total strong{color: #b92549 !important;}
.no-brdr{border-right: none;background: none;border-top: none;border-bottom: none;font-size: 13px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;}
/***************success-stories-banner ****************/
.pagination {
  display: inline-block;
  float: right;
}

.pagination a {
  color:#bfb9b9;
  float: left;
  padding: 4px 6px;
  text-decoration: none;font-size: 14px;
} 

.pagination a.active {
  color:#333333;
}

.previous {
  
  color: #bfb9b9;
  padding-right: 10px;
}

.nxt {
 
  color: #bfb9b9;
  padding-left: 10px;
}

.round {
  border-radius: 50%;
}
.pagination a:hover{color: #000000 !important;}
.success-img{width: 200px !important;}
.success-story{background-color: #E6E6E6;}
.success-desktop-bg{background-size: cover;background-repeat: no-repeat;width: 100%;height: 334px;}
.succs-info{padding:0 30px;}
.succs-info{font-size: 16px; font-family: chivo, sans-serif;line-height: 19px;font-weight: 600; padding: 0 30px;}
.success-story-slider .owl-dots {counter-reset: dots;}
.success-story-slider .owl-dot:before { /*counter-increment:dots;content: counters(dots, ".", decimal-leading-zero)*/}
.success-story-slider .owl-dots {
    /*position: absolute;
    top: auto;
    right: 68px;
    bottom: -21px;*/
    /*display: none;*/
}
.success-story-slider .owl-nav {
    position: absolute;
    top: -87px;
    right: 0;
    font-size: 17px;
}
.success-story-slider .owl-dots .owl-dot {
    background-color: transparent !important;
    width: auto;
    margin: 7px;
   color:#bfb9b9 !important;
    font-size: 13px;
}
.success-story-slider .owl-dot:hover{color: #000000 !important;}
.success-story{padding-top:50px;}
.success-story-slider{padding-bottom: 0px;}
.success-story-slider .owl-dot.active{color: #000000 !important;}
.success-story-slider .item:before, .success-story-slider .item:after{ccontent:",,";font-size: 100px; font-family: chivo,  sans-serif;color: #b82548;
display: inline-block;position: absolute;
    font-weight: 400;left: 0;letter-spacing: -9px;bottom: 38px;}
.quote-1 img, .quote-2 img{width: 30px !important;}
.quote-1 img{float:right;}
.quote-2{padding:0;}
             
.inner-bg{background-image: url(../img/success-inner/heavylift-group.jpg);background-size: cover;background-repeat: no-repeat;height: 400px;}
.success-sqaure{border: solid 1px #b92549;
    width: 100px;
    height: 100px;
    background-color: #b92549;
    position: absolute;
    left: 0;}
.success-inner{width: 100%;}
.success-inner-bg{position: relative;padding-top:0 !important;}
.inner-hdng{display: flex;
    align-items: flex-start;
    align-content: center;
    padding-left: 128px;
    flex-direction: column;
    justify-content: center;}
.succs-txt {font-size: 30px; font-family: chivo, sans-serif;line-height: 33px;font-weight: 600;}   
ul.breadcrumb {

  background-color: transparent;
  position: absolute;
  bottom: 0;
}
ul.breadcrumb li {
  display: inline;
  font-size: 9px;
  padding: 0;
  font-family:'Roboto', sans-serif;
  font-weight: 500;
}
/*ul.breadcrumb li+li:before {
  padding: 6px;
  color: black;
   content: '>';
}*/
ul.breadcrumb li:nth-child(1):after {
  padding: 6px;
  color: black;
   content: '>';
}
ul.breadcrumb li a {
  color: #000000;
  text-decoration: none;
}
.lg-sub-html{display: none !important;}
.prjct-hdng{font-size: 18px; font-family: chivo, sans-serif;line-height: 21px;font-weight: 600; }
.prjct-hdng-2{font-size: 18px; font-family: chivo, sans-serif;line-height: 21px;font-weight: 600; }
.prjct-dtls li{display: list-item;font-family:'Roboto', sans-serif;font-size: 13px; line-height: 16px;margin-bottom: -5px;}
.s-previous, .s-next{font-family:'Roboto', sans-serif;font-size: 13px; line-height: 16px;font-weight: 500;}
.success-bg{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;}
.p-nxt{padding-bottom: 45px;padding-top: 20px;}
.sectrs{margin-bottom: 0;}
.s-inner-slider .item img{height: 476px;object-fit: cover;}
.s-inner-slider   .owl-nav {bottom: -15px;left: 0;padding-top: 20px 10px;top: auto;}
.prjct-dtls{padding-left: 13px;}
.prjct-desc{padding-left: 50px;}
.modal {
  display: none;
  position: fixed;
  z-index: 102;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.modal-content {
  position: relative;
 background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

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

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

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

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


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
  height: 80px;
  object-fit: cover;
  width: 100%;
  margin-top: 10px;
}

.active,
.demo:hover {
  opacity: 1;
}
.column {float: left;width: 25%;}
.hover-shadow:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.mySlides img{width: 50% !important;height:auto; object-fit: cover;}
.mySlides{text-align: center;}
.what-we-do {list-style-type: none;}
.detils{padding-left: 0 !important;}
/*.stry-1{padding-top: 41px;}*/
.succss-cap .card-title{height: 55px;}
.stry-2{padding-top: 18px;}
.success-bg{padding-bottom: 70px !important;}

  /***************Resources ****************/

.resources-desktop-bg{background-size: cover;background-repeat: no-repeat;width: 100%;height: 400px;}
.blog-slider .owl-nav{top: -82px;}
.news-col-3 .inner-banner-text {top: 7%;}
.news_page .inner-banner-text {left: 30px;}
.case-para {margin: 3% 0px;}
.inner-banner-text {position: absolute;bottom: 0;left: 0;width: auto;color: #fff;padding: 14px;font-size: 13px;font-family: 'Roboto', sans-serif;}
.nws-txt{font-size: 14px; line-height: 17px;font-weight: 600;}
.desktop-comm-head img{width: 100%;}
.desktop-comm-head{ opacity: 1;}
.nws-main-txt{font-size: 22px;line-height: 25px;font-weight: 600;}
.resc img {height: 230px;}
.first-blog img{height: 350px;}
.res-overlay{background-color: rgba(0,0,0,0.3);}
.res-overlay img{z-index: -1;
    position: relative;
    display: block;
    width: 100%;
    object-fit: cover;}
  .news-slider .slider-hding{font-size: 14px !important; line-height: 17px;color: #000;}
/***************Resources inner bg*****************/
.resources-inner-bg{padding-top:0;}
.r-txt{font-size: 13px; font-weight: 500;line-height: 15px;}
.galry-slider{margin-top: 70px;}
.res-inner{background-size: contain;background-repeat: no-repeat;background-position: bottom; }
.nws{margin-left: 16px;}
.resc-txt {font-size: 18px; font-family: chivo, sans-serif;line-height:21px;font-weight: 600;}   
a.s-previous.float-left:hover, a.s-next.float-right:hover{color:#b82548 !important;}
.res-prjct-hdng{font-size: 18px;
    font-family: roboto, sans-serif;
    line-height: 21px;
    font-weight: 600;margin-bottom: 20px;}
.success-prjct-hdng{font-size: 18px;
    font-family: roboto, sans-serif;
    line-height: 21px;
    font-weight: 600;}


.lightGallery {
     width: 100%;
     margin: 0
 }

 

 .lightGallery .image-tile {
     position: relative;
     margin-bottom: 30px;
     /*margin-right: 10px*/
 }

 .lightGallery .image-tile .demo-gallery-poster {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0
 }

 .lightGallery .image-tile .demo-gallery-poster img {
     display: block;
     margin: auto;
     width: 40%;
     max-width: 60px;
     min-width: 20px;
     margin-top: 80px;
 }
 .lightGallery .image-tile img{
  width: 100%;
 }
 .inner-prjct-dsc p{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 16px;
   
}
.inner-prjct-dsc ul li{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: -5px;
    display: list-item !important;
}

.inner-prjct-dsc ul{
    padding-left: 13px;
}

.lg-outer .lg-img-wrap{width: 50% !important;transform: none !important;left: 25% !important;}

.inner-pg-form .frm-entry{background-color:#ffffff !important;}
.career-inner-pg-form .frm-entry{background-color:#ffffff !important;}
.inner-pg-form select, input{padding:5px;}
.career-inner-pg-form select, input{padding:5px;}
.car-lst li{display: block;
    list-style: none;
    padding: 3px;
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto, sans-serif;}
    .car-lst li:before {
    content: "-";
    position: absolute;
    margin-left: -10px;
}
.mrbtm{margin-bottom: 90px;}
/***************Resources inner bg*****************/
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{display: none !important;}


/***************success inner *****************/
.prjct-desc li {
    display: list-item;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: -5px;
}
.prjct-desc ul{padding-left: 13px;}

/***************Thank you *****************/
.cntr-txt{text-align: center;/*background: #b92549;*/padding: 50px;/*color: white;*/}


/*back btn*/
#backToSuccessStories{
    position: fixed;
    bottom: 1%;
    left: 5px;
    background-color: #b82548;
    border: none;
    /*box-shadow: 1px 1px 5px #b92549;*/
    padding: 5px;
    font-weight: 400;
    color: white;
    width: 35px;
    height: 35px;
    /*border-radius: 50%;*/
    font-size: 13px;
     opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
#backToSuccessStories i{
        font-size: 14px;
        /*margin-left: -5px;*/
        margin-top: 2px;
}
#backToSuccessStories.show{
       opacity: 1;
  visibility: visible;
}
.hidde{
       opacity: 0;
}

.backstorybtn{
  justify-content: center; 
}
#backToSuccessStories1{
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 0px;
    background-color: #b82548;
    font-size: 12px;
    cursor: pointer;
}
.what-we-do-mble-bg img{
    width: 100%;
}
.equipment-list p{
    border-left: 4px solid #b92549;
    padding-left: 10px;
}
.equipment-list{
    
    padding-top: 15px;

}
.equip{
   margin-top: 30px;
}
.social i{font-size: 30px;}