@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}

html {
    overflow-y: auto;
}

.f-thin{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.f-light{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.f-medium{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.f-hairline{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.f-extrabold{
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.f-book{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.f-bold{
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.f-black{
  font-family: 'Lato', sans-serif;
  font-weight: 900;
} 

.white{
  color: rgb(255,255,255);
}
.blue{
  color: #79a7b0;
}
.red{
  color: #ba2a21;
}
.black{
  color: #000;
}

a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.black {
  color: #111c16; 
}
.green {
  color: #069648;
}
.yellow {
  color: #e2e659;
}
.white {
  color: #fff;
}
.grey {
  color: #747373;
}
h1.heading{
  font-size: 27px;
  margin-bottom: 50px;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0px 0 0px;;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-top: 5px solid #8f7e33;
  /*box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.23);*/
}
header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  border-top: 5px solid #8f7e33;
  box-shadow: 0px 2px 10px #00000059;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link{
color: #000;
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}

header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
  position: relative;
  right: 0;
}
/* .navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link:hover,
header.shrink .navbar-nav .nav-link:hover,
 header.shrink  .navbar-nav .nav-link.active{
  color: #8f7e33;
} */
.navbar-expand-md{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  padding: 5px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding-left: 7px;
  padding-right: 7px;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-right: 12px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  padding: 6px 7px;
  background: #ba2a21;
  z-index: 1;
  border:none;
}
.navbar-expand-md .nav-item:nth-child(11) .nav-link:hover:before{
background: #000;
}
.navbar-expand-md .nav-item:nth-child(11) .nav-link:hover{
color: #fff;
}
.navbar-expand-md .nav-item:nth-child(7){
display: flex;
align-items: center;
justify-content: center;
font-family: 'Lato', sans-serif;
  font-weight: 300;

}
.navbar-expand-md .nav-item:nth-child(7) span ,.navbar-expand-md .nav-item:nth-child(8) span{
  color:#8f7e33;
  font-size: 20px;
  padding-right: 5px;
}
header.shrink .navbar-expand-md .nav-item:nth-child(7) span , header.shrink .navbar-expand-md .nav-item:nth-child(8) span{
  color:#a49557;
  font-size: 20px;
}
.navbar-expand-md .nav-item:nth-child(8){
padding-left:10px;
display: flex;
align-items: center;
justify-content: center;
}
.navbar-expand-md .nav-item:nth-child(7) a ,.navbar-expand-md .nav-item:nth-child(8) a{
  color: #000;
  font-size:14px;
  padding-top: 0px;
}
.top-head{
  position: relative;
  padding-top: 10px;
  /*margin-bottom: 5px;*/
}

.top-head li{
  list-style: none;
}
.top-head ul {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.top-head ul li:nth-child(5){
  display: flex;
}
 .top-head ul li:nth-child(5) a{
  padding: 0 0px 0 5px;
  color:#acc1bc;
  font-size:15px;
}
header.shrink .top-head ul li:nth-child(5) a{
color:#abc2bc;
}
header.shrink .top-head ul li a{
  color: #48786d;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.top-head ul li a {
    font-size: 13px;
    color: #98aba6;
    padding: 0px 0px 0px 15px;
    border-left: 1px solid #e1e5e4;
    margin-left: 15px;
}
.top-head ul li:nth-child(1) a , .top-head ul li:nth-child(5) a,.top-head ul li:nth-child(6) a{
  border-left:0px;
}
.navbar-brand{
  position: absolute;
  top: -50px;
  left: 0;
}
.foot-top{
  padding: 20px 0;
}
.foot-top .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc26;
}
.btm-strip .container{
   border-top: 1px solid #cccccc26;
   padding: 10px 0px 0px;
}
.column .addre-wrapp h5 {
    margin-bottom: 5px;
}
.foot-top .container h2{
  color: #fff;
  font-size: 20px;
}
.column a.locations span {
    font-size: 12px;
    float: right;
    position: relative;
    right: 60px;
    top: 10px;
    color: #ccc;
}
.common-btn{
  border:1px solid #c13f37;
  font-size: 13px;
  text-transform: uppercase;
  width: 130px;
  height: 40px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  position: relative;
  overflow: hidden;
  /*border:none;*/
}
.common-btn:before{
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  height: 100%;
  background: #a93533;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  top: 0;
}
.form-box .common-btn:before{
  background: #fff;
}
.foot-top .common-btn {
    background: #907e34;
    color: #fff;
    z-index: 1;
    border: 1px solid #907e34;
}
.main-footer .footer-wrapp{
  display: flex;
}
.main-footer{
  padding: 20px 0 30px;
}
.column:nth-child(1){
  width: 22%;
}
.column:nth-child(2){
  width: 20%;
}
.column:nth-child(3){
  width: 27%;
}
.column:nth-child(4){
  width: 20%;
}
.column:nth-child(5){
  width: 13%;
}
.column:nth-child(6){
  width: 20%;
}
.column a{
display: block;
    padding-bottom: 10px;
    line-height: 1.1;
}
/*.column:nth-child(1) a{
  font-size: 18px;
  display: inline-block;
  color: #a2a7aa;
  margin-left: 10px;
}*/
.column .social {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.column .social a{
  margin:10px;
  font-size:25px;
}
.column h5{
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
footer a,
footer p{
  color: #8ea4a8;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
footer p{
  width: 85%;
  margin-bottom: 0;
}
.btm-strip{
  padding: 15px 0;
}
.btm-strip span,
.btm-strip  a, .btm-strip {
  font-size: 14px;
  color: #a8a4a4;
}
.btm-strip .white{
  color: #fff;
}
.btm-strip span.red{
  color: #ba2a21;
}
.column .addre-wrapp{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.column .addre-wrapp span{
  display: inline-block;
  font-size: 25px;
  color: #907e34;
  margin-right: 10px;
}
footer {
    position:relative;
    background:url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height:auto;
    background-color: #2d4148; 
  }

.column a.locations {
    color: #fff;
    line-height: 1.6;
}
.home-slider .caption {
    position: absolute;
    top: 38%;
    left: 3%;
    right: 0;
    margin: 0 auto;
    display: flex;
}
.slider-section {
    position: relative;
    margin-top: 89px;
}
.home-slider h2 {
    font-size: 47px;
    text-transform: uppercase;
    position: relative;
}

.home-slider .owl-nav {
    position: absolute;
    bottom: 0%;
    right: 12%;
    overflow: hidden;
}
.home-slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    background: #fff;
    padding: 10px 20px 8px;
    font-size: 20px;
    color: #000;
    border-radius: 0px;
}
.home-slider .carousel-control-prev{
    left: -70px;
}
.home-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 2px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.home-slider .owl-dots {
    position: absolute;
    left: 45%;
    bottom: 2%;
}
.services-slider {
    position: relative;
    left: 9%;
}
 .services-slider .item{
  position:relative;
 }
.services-slider .text-wrapper {
    position:relative;
    bottom:30px;
    background-color: #fff;
    width: 75%;
    padding: 15px;
    font-size: 20px;
    margin-bottom: 0px;
    z-index: 0;
    left: -1px;
    box-shadow: 0px 0px 7px #00000029;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.services-slider .text-wrapper h3{
  font-size:20px;
}

.home-services .nav-tabs .nav-link {
    border:1px solid transparent;
    position:relative;
   color:#807e7f;
   font-size: 20px;
   margin-right: 20px;
}
.home-services .nav-tabs .nav-link span {
color:#807e7f;
position: relative;
top: 5px;
padding-right: 5px;
}
.home-services .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-btn {
    float: right;
    color: #8f7e33;
    text-transform: uppercase;
    font-size: 13px;
}
.view-btn:hover{
  color: #8f7e33;
}
.home-services .nav-tabs .nav-link span{
   font-size: 30px;
}
.home-services .nav-tabs .nav-link.active span {
    color: #8f7e33;
    font-size: 30px;
}
.home-services .nav-tabs .nav-item .nav-link.active, .home-services .nav-tabs .nav-item .nav-link:hover{
  border-bottom: 4px solid #8f7e33;
   font-size: 24px;
    color: #000;
   background: #f5f5f5;
  border: 0;
  border-bottom: 4px solid #8f7e33;
  background-color: transparent;
}
.home-services .nav-tabs .nav-link.active:before{
  opacity:1;
}
.news-event h2 {
    font-size: 35px;
    margin-bottom: 15px;
}
.news-event h2:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 85%;
    background: #8f7e33;
    top: 7%;
    left: -10px;
}
.news-event {
    padding: 70px 30px 30px;
}
.home-services .nav-tabs .nav-link:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    opacity: 0;
    border-top: 10px solid #8f7e33;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: all 0.5s ease-in-out;
  }
.home-services .nav-tabs .nav-link:focus, .home-services .nav-tabs .nav-link:hover {
    border-color:transparent;
}
.home-services .nav-tabs {
    border-bottom: 1px solid transparent;
    padding: 0px 50px;
}
.services-tabs {
    display: flex;
    /* align-items: center; */
    justify-content:left;
    padding: 40px 0px;
}
.home-services {
    padding: 30px 0px;
}
.news-slider .text-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    text-align: center;
    /* display: flex; */
    /* justify-content: flex-end; */
    /* flex-direction: column; */
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
}
.news-slider .text-wrapper span{
  opacity:0;
}
.news-slider .img-wrapper:hover .text-wrapper {
    position:absolute;
    background:#907e34;
    color: #000;
    width: 100%;
    height: 100%;
    left: 0%;
    bottom:0%;
    color:#fff;
    cursor: pointer;
    padding-top:80px;
}

.news-slider .img-wrapper:hover .text-wrapper span{
  font-size:40px;
   opacity:1;
}
.news-slider .img-wrapper:hover .text-wrapper p.gray-text ,.news-slider .img-wrapper:hover .text-wrapper p{
   color: #f7f5f1;
}
.news-slider p.gray-text{
  color: #bfbfbf;
}

.news-slider .img-wrapper {
    border: 2px solid #efefef;
    padding: 10px;
    position:relative;
    height: 360px;
}
.gray{
  color:#bfbfbf;
}
.news-slider h4 {
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}
.news-slider .text-wrapper p {
    text-align: left;
    font-size: 14px;
    color: #898989;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 65px;
    margin: 0 auto;
    font-size: 14px;
    /* line-height: 1; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-slider .text-wrapper p.gray-text{
  height:auto;
}
.services-tabs h1 {
   font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.subheading{
  position: relative;
  margin-bottom: 0;
}
.subheading:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 46%;
  background: #8f7e33;
  top: 11%;
  left: -13px;
}
.news-event .common-btn {
    border: 0px;
    background: #8f7e33;
    color: #fff;
}
.news-event h2 {
    font-size: 30px;
    text-transform: uppercase;
}
.news-event .subheading:before {
  height: 80%;
}
.news-event .common-btn span{
  padding-left:10px;
}
span.icon-CAMPBELL-Logo---Reverse.white-logo {
    font-size: 200px;
  line-height: 90px;
  opacity: 0;
}

.slider-section .common-btn {
    color: #fff;
    border: 0px;
    background: #ecd8cb29;
}

h1, h2 {
  position:relative;
  text-transform:uppercase;
}
.services-slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    background: #fff;
   padding: 5px 5px 5px;
    font-size: 30px;
    color: #000;
    border-radius: 0px;
}
.services-slider .owl-nav {
    position: absolute;
    bottom: 7%;
    left: -4%;
    overflow: hidden;
    display: block;
}
.services-slider .owl-prev {
    position: relative;
    bottom: -10px;
}
.services-slider.owl-theme .owl-nav [class*=owl-] {
  display: block;
}
.services-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background:transparent;
    color:#000;
    text-decoration: none;
    
}
.services-slider.owl-theme .owl-nav .disabled{
  color:#8f7e33;
  opacity:1;
}

.home-about{
  position: relative;
}
.home-about .funder-img{
  width: 70%;
}
.home-about .parallax-container {
    position: relative;
    overflow: hidden;
    height:500px;
}
.home-about .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 550px;
}
.home-about .parallax .parallax-img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    transform: translate3d(0,0,0);
    transform: translateX(-50%);
}
.home-aboutcontent .common-btn {
    background: #8f7e33;
    color: #fff;
    border: 0px;
}
.counter .count-box {
    width: 24%;
    float: left;
    background:#567d9a78;
    padding: 7px;
   margin-right: 5px;
}
.counter .count-box .icon-box {
    display: inline-block;
    padding: 5px;
    text-align: center;
    float: left;
    margin-right:0px;
    
}
.counter .count-box .icon-box span{
  font-size:50px;
  color:#dbe1e9;
}
.counter .text-box {
    display: flex;
    flex-wrap: wrap;
    
}
.counter .count-box h2, .counters-div .count-box h3 {
    font-size: 26px;
    margin: 0px;
    display: inline-block;
    color: #dbe1e9;
    line-height: 1.2;
    vertical-align: bottom;
}
.counter .count-box .plus {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 25px;
    display: inline-block;
    color: #dbe1e9;
    line-height: 1.2;
    vertical-align: bottom;
}
header .main-logo {
    position: absolute;
    top: -55px;
    font-size: 225px;
    opacity: 1;
    line-height: 6px;
    transition: all 0.3s ease-in-out;
}
header.shrink .white-logo {
    opacity: 0;
}
header.shrink .main-logo {
    opacity: 1;
}
.counter .count-box p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
     color: #dbe1e9;
}
.home-about h1 {
    position: relative;
    color: #fff;
    font-size: 33px;
    margin-bottom:0px;
    margin-left: 24px;
}
.home-about .heading::before{
  width: 5px;
  height: 73%;
  top:9%;
}
.home-about h3 span{
   color: #dbe1e9;
}
.home-about h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
}
.home-about p{
   color: #dbe1e9;
   font-size:15px; 
}
.counter .count-box:hover{
  background-color:#6b8da8;
  cursor:pointer;
}
header.shrink .navbar-expand-md .nav-item:nth-child(7) a, header.shrink .navbar-expand-md .nav-item:nth-child(8) a {
    color: #000;
    font-size: 14px;
    padding-top: 0px;
}
.counter {
    margin-top: 25px;
}
.home-aboutcontent {
    margin-top: 90px;
}
.services-slider .img-wrapper:hover .text-wrapper{
  background-color:#907e34;
  color:#fff;
  cursor:pointer;
}

.home-aboutcontent .common-btn span {

    padding-left: 10px;
}
.heading:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 85%;
  background: #8f7e33;
  top: 7%;
  left: -24px;
}
.gangway {
    background: #f2f2f2;
    position: relative;
    padding: 60px;
}
.gangway h2{
  
  font-size:35px;
  margin-bottom:30px;
  text-transform: uppercase;
}
.gangway .subheading:before {
  width: 5px;
  height: 68%;
  top: 17%;
  left: 37%;
}
.gangway h2:before {
    left: 35%;
    content: "";
    position: absolute;
    width: 4px;
    height: 85%;
    background: #8f7e33;
    top: 7%;
  
}
.gangway-slider .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.gangway-slider .img-wrapper:before{
    position: absolute;
    content: "";
    border: 1px solid #ccc;
   background-color:#fff;
    bottom:0px;
    width: 100%;
    height: 300px;

    z-index: -1;
  }
  .owl-carousel.gangway-slider .owl-item img {
    width:auto;
}
  .gangway-slider p {
    color: #9f9f9e;
    margin-bottom:5px;
}
.gangway-slider h3 {
    font-size: 23px;
    color: #8f7e33;
    margin-bottom: 35px;
}
.gangway-slider .text-wrapper {
    margin-left: -20px;
}
.gangway-slider .text-wrapper .common-btn{
  color:#8c8c8c; 
  border:2px solid #d1d1cf;
  background: transparent;
}

.gangway-slider .text-wrapper .common-btn span{
  padding-left: 10px;
}
.gangway-slider .owl-nav {
    position: absolute;
    top: 55%;
    width: 100%;
    margin: 0 auto;
    left: 10px;
    display: block;
    font-size: 35px;
    color:#8f7e33;
}
.gangway-slider .owl-nav .disabled{
  color:#000;
}
.gangway-slider .owl-nav .owl-prev {
    position: absolute;
   left: -50px;
}
.gangway-slider .owl-nav .owl-next {
    position: absolute;
    right: -30px;
}
.news-event .owl-nav {
    position: absolute;
    bottom: 15%;
    left: -35%;
    overflow: hidden;
}
.news-event .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    background: #fff;
    padding: 5px 10px 5px;
    font-size: 20px;
    color: #000;
    border-radius: 0px;
    border: 1px solid #dcdcdc;
}
.news-event .owl-theme .owl-nav [class*=owl-]:hover{
  background-color:transparent;
  color:#000;
}
.news-event .owl-theme .owl-nav .disabled{
  opacity:1;
}
.client-slider .item {
    text-align: -webkit-center;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    opacity: 0.8;
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
}
.client-slider .item:hover {
    opacity: 1;
    filter: none;
    cursor:pointer;
}
.client-slider {
    padding: 40px 0px;
}
.global-footprint{
  position: relative;
}
.global-footprint .parallax-container {
    position: relative;
    overflow: hidden;
    height: 450px;
}
.global-footprint .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 500px;
}
.footprint-wrapper img {
    position: relative;
}
.global-footprint .parallax .parallax-img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    transform: translate3d(0,0,0);
    transform: translateX(-50%);
}
.footprint-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
}
.footprint-wrapper h2 {
    font-size: 35px;
    color: #fff;
}
.footprint-wrapper .subheading:before {
  height: 79%;
}
.footprint-wrapper p{
  position: relative;
  font-size:18px;
  color:#fff;
}
/* braedcum-----diksha */
.breadcum{
  position: relative;
  margin-top: 89px;
}
.caption-heading{
  display: flex;
  align-items: center;
  justify-content:flex-start
}
.caption-heading h2, .caption-heading h1{
    text-transform: uppercase;
    font-size:45px;
    position: absolute;
    color: #fff;
    padding: 10px 30px;
 top: -192px;
   margin-bottom: 0px;
  }
.caption-heading h2::before, .caption-heading h1::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 47%;
    background: #8f7e33;
    top: 26%;
    left: 2%;
}
.caption-heading img {
    width: 20px;
    position: absolute;
    top: 42%;
    left: 32%;
}
.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%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
  .breadcum-list {
    position: absolute;
    left: 24px;
    bottom: 14px;
    font-size: 14px;
}

/* team--------------diksha */

.team{
  padding:60px 0px;
}
.team h2{
  text-align: center;
  text-transform: uppercase;
  position: relative;
 }
 .team h2::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 71%;
  background: #8f7e33;
  top: 17%;
  left: 37%;
}
.team h4{
  color: #907e34;
  margin-top: 45px;
}
.team .team-wrapp {
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}
.team .team-wrapp .team-single {
    width: 31%;
    margin-bottom: 20px;
    margin: 10px;
    cursor:pointer;
}
.team-single .text-wrapper{
  background-color: #eeeaeb;
  padding: 17px 18px;
  position: relative;
}
/*section.initiatives .owl-dots {
    display: none;
}*/
.history-tabs .nav-tabs .nav-link.current {
   font-family: 'Lato', sans-serif;
  font-weight: 700;
   color:#000;
}
.team-single .text-wrapper::after {
  content: "";
  position: absolute;
  bottom: -39px;
  right: -38px;
  border: 39px solid transparent;
  border-top-color: #8ca7a0;
  transform: rotate(-45deg);
}
.team-single:hover .text-wrapper::after{
  border-top-color: #907e34;
}
.team-single .text-wrapper h5{
  color: #000;
  font-size: 20px;
  margin-bottom: 0px;
}
.team-single .text-wrapper span{
  color: #000;
  font-size: 15px;
}
.team-wrapp .team-single .img-wrapp{
  position: relative;
}
.team-wrapp .team-single .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background:#86793e8e;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team-wrapp .team-single:hover .img-wrapp span, .team-wrapp .team-single:hover .overlay {
  opacity: 1;
}
.commercial-text{
  margin-top: 60px;
}


/* philosophy-------diksha */
.employee{
  padding: 60px 0px;
}
.emp-text h2{
  line-height: 1.3;
}
.emp-text p{
 font-size: 18px;
 margin-top: 20px;
}
.emp-text p::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 88%;
  background: #8f7e33;
  top: 6%;
  left: -4%;
}
.core{
  padding: 60px 0px;
}
.core h2{
  text-align: center;
  text-transform: uppercase;
  position: relative;
 }
 .core h2::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 71%;
  background: #8f7e33;
  top: 17%;
  left: 42%;
}
.core p{
  width: 90%;
  margin: auto;
  font-size: 17px;
}
.core-wrapp{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5%;
}
.core-wrapp .core-single{
  width: 33.33%;
  padding: 6%;
  border:1px solid #ccc;
  position: relative;
   transition: all 0.5s ease-in-out;
   cursor: pointer;
}
.core-single .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .2s ease;
  background-color: #907e34;
    transition: all 0.3s ease-in-out;
}
.core-single:hover .overlay {
  opacity: 1;
}
.core-single:hover{
  border: 1px solid #907e34;
}
.core-single .overlay-text {
  color: white;
  position: absolute;
  padding: 30px 0px;
  text-align: center;
}
.core-single .overlay-text p{
  font-size: 15px;
}
.core-single .overlay-text h4{
  font-size: 16px;
}
.emp-cus{
  background-color: #eeeaeb;
  padding: 60px;
  
}



.emp-cus .main-wrapper {
  position: relative;
}
.emp-cus .main-wrapper .emp-single {
  position: absolute;
  top: 30px;
  width: 50%;
  padding: 60px 50px;
  background-image: url(../images/philosophy-employee.jpg);
  color: #fff;
}
.main-wrapper .emp-single p{
  font-size: 15px;
  line-height: 1.6;
}
.emp-cus .main-wrapper .cus-single {
  position: relative;
  left:47%;
  width: 50%;
  background-image: url(../images/philosophy-customers.jpg);
  padding: 60px 50px;
  color: #fff;
  z-index: 1;
}
.main-wrapper .cus-single p{
  font-size: 15px;
  line-height: 1.6;
}
.emp-cus .text{
  margin-top: 80px;
  text-align: center;
}
.emp-cus .text h4{
  margin-bottom: 1px;
  font-size: 26px;
}
.emp-cus .text h3{
  text-transform: capitalize;
  color: #907e34;
  font-weight: 600;
}


.services-main{
}
.services-main .nav-tabs .nav-link {
    color: #a3a1a2;
    padding-bottom: 21px;
    padding-right: 0;
    padding-left: 0;
margin-right: 25px;
font-size: 16px;
}
.services-main .nav-tabs .nav-link:hover
.services-main .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    font-family: 'Lato', sans-serif;
  font-weight: 700;
    border: 0;
    background: #f5f5f5;
    border-bottom: 3px solid #907e35;
}
.services-main .nav-tabs {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    padding: 16px 0px 0 0;
}
.services-main .text-wrapper h2 {
    text-transform: uppercase;
    font-size: 19px;
    position: relative;
    left: 16px;
    margin-bottom: 17px;
}
.services-main .text-wrapper h2::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #8f7e33;
    top: -1%;
    left: -16px;
}
.services-main .text-wrapper {
    padding: 53px 10% 10px;
}
.services-main .text-wrapper ul{
  margin-bottom: 30px;
}
.services-main .text-wrapper ul li{
  display: flex;
  align-items: baseline;
  margin-bottom: 14px;
  position: relative;
  margin-left:20px;
}
.services-main .text-wrapper ul li span{
  font-size: 13px;
  color: #8f7e33;
  margin-right: 5px;
}
.services-main .text-wrapper .img-wrapper{
  overflow: hidden;
  margin: 30px 0;
}
.services-main .text-wrapper .img-wrapper img{
  transition: all 0.3s ease-in-out;
}
.services-main .text-wrapper .img-wrapper img:hover{
  transform: scale(1.1);
}
.services-main .text-wrapper .image-slider .item{
  position: relative;
}
.services-main .text-wrapper .image-slider p {
    background: #ffffffd1;
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    margin-bottom: 0;
    font-size: 19px;
    width: 100%;
}
.services-main .text-wrapper .image-slider{
  position: relative;
}
.services-main .text-wrapper .image-slider.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 36px;
    background: transparent;
    position: absolute;
    top: 39%;
}
.image-slider.owl-carousel .owl-nav .owl-prev{
  position: absolute;
  left: -60px;
}
.image-slider.owl-carousel .owl-nav .owl-next{
  position: absolute;
  right: -60px;
}
.services-main .service-text{
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 10% 50px;
}
.services-main .service-text h3 {
    margin-bottom: 0;
    padding: 21px 51px;
    background: #f3f3f3;
    font-size: 24px;
    width: 85%;
}
.services-main .service-text .common-btn {
    background: #907e34;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    width: 163px;
    font-size: 14px;
    position: absolute;
    right: 10%;
    width: 15%;
}
.services-main .card {
   border-bottom: 0;
   background: transparent;
   border: 0;
}
.about h1 {
    font-size: 35px;
    margin-bottom: 0px;
}
.about h1:before {
    left: 40%;
    height: 73%;
}
.about{
  padding: 50px 0px;
}
.about .about-p{
  font-size: 20px;
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
.about-counter .count-box {
   background: transparent;
   border-right: 1px solid #e4e1e1;
   padding: 0;
   margin-right: 0;
   width: 21%;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 3px 0px;
}
.about-counter .count-box:nth-child(4){
  border-right: 0;
}
.about-counter .count-box .icon-box span {
   color: #8f7e33;
   font-size: 59px;
}
.about-counter .text-box {
  display: block;
}
.about-counter .count-box p {
    font-size: 15px;
    color: #000;
    line-height: 1.1;
}
.about-counter .count-box h2, .about-counters-div .count-box h3 {
    color: #000;
    font-size: 32px;
}
.about-counter .count-box .plus {
   color: #000;
   font-weight: unset;
   font-size: 24px;
   line-height: unset;
   position: relative;
    right: 4px;
    bottom: 4px;
}
.about-counter .count-box:hover{
  background: transparent;
}
.about-counter{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.about-overview .about-p{
  color: #959698;
  width:60%;
  margin: 0 auto;
  text-align: center;
}
.about-overview .about-wrapper{
  display: flex;
  align-items: center;
}
.about-overview .about-wrapper .about-single{
  width:53%;
}
.about-overview .about-wrapper .about-single:nth-child(2) {
  width: 47%;
  position: relative;
  left: -47px;
}
.about-overview .about-wrapper .about-single .text-box p{
  margin-left: -16px;
  margin-bottom: 31px;
}
.about-overview .about-wrapper .about-single .text-box {
    background: #314d4e;
    color: #fff;
    padding: 44px 50px 44px 63px;
    position: relative;
    height: 355px;
    overflow-y: scroll;
}
.about-overview .about-wrapper .about-single .text-box h4{
  font-size: 21px;
  position: relative;
  margin-bottom: 10px;
}
.about-overview .about-wrapper .about-single .text-box h4::before{
  position: absolute;
  content: "";
  background-color: #fff;
  height: 10px;
  width: 5px;
}
.about-overview .about-wrapper .about-single .text-box h4::before {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 100%;
  left: -15px;
  top: 2px;
  width: 5px;
}
.about-overview .about-wrapper .about-single .text-box:before {
  position: absolute;
  content: "";
  top: 45%;
  left: -3%;
  margin: 0 auto;
  border-top: 35px solid #314d4e;
  border-left: 35px solid transparent;
  transform: rotate(-134deg);
}
.vision-mission .parallax-container {
    position: relative;
    overflow: hidden;
    height: 530px;
}
.vision-mission .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 530px;
}
.vision-mission .parallax .parallax-img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    transform: translate3d(0,0,0);
    transform: translateX(-50%);
}
.vision-mission .container {
    position: relative;
    margin-top: 9%;
    color: #fff;
}
.vision-mission .text-wrapp {
    position: relative;
    padding-left: 20px;
}
.vision-mission .nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -120px;
}
.vision-mission .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 42%;
    box-shadow: 0px 11px 38px 0px rgb(0 0 0 / 8%);
}

.vision-mission .nav-tabs .nav-link {
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 19px;
    border-radius: 0;
    padding: 15px 105px;
    height: 150px;
    text-align: center;
}
.vision-mission .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #907e34;
    border: 1px solid #907e34;
}
.vision-mission .nav-tabs .nav-link .nav-icon{
  display: grid;
}
.vision-mission .nav-tabs .nav-link .nav-icon span{
  margin: auto;
  font-size: 59px;
  color: #907e34;
}
.vision-mission .nav-tabs .nav-link .nav-icon .vision-icon{
  font-size: 42px;
}
.vision-mission .nav-tabs .nav-link.active span{
  color: #fff;
}

.vision-mission .nav-tabs .nav-link p {
    color: #000;
    margin-bottom: 0;
    text-transform: none;
    line-height: 1.2;
    font-size: 15px;
    margin-left: 15px;
    font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.vision-mission .nav-tabs .nav-link.active p{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.vision-mission{
  padding: 80px 0px 0;
}
.vision-mission .nav-tabs a.active:before {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    background-color: #907e34;
    transform: rotate(45deg);
    top: -19px;
}
.vision-mission .text-wrapp h3{
    text-transform: uppercase;
    font-size: 44px;
    line-height: 1.1;
    position: relative;
}
.vision-mission .text-wrapp h3::before{
  content: "";
    position: absolute;
    width: 4px;
    height: 85%;
    background: #8f7e33;
    top: 7%;
    left: -10px;
}
.breadcum-list .arrow {
    color: #fff;
    font-size: 10px;
}




.breadcum_container {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}

.services-main .nav-tabs .nav-link.active {
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.journey{
  padding: 50px 0px;
}
.journey .journey-wrapper{
  display: flex;
  align-items: center;
  width: 80%;
  margin: auto;
  background: url(../images/history-map.png) no-repeat;
  padding: 20px 0px 0px;
}
.journey .journey-wrapper .journey-single{
  width: 30%;
}
.journey .journey-wrapper .journey-single:nth-child(2){
  width: 70%;
}
.journey .journey-wrapper .journey-single h2{
  line-height: 1.1;
  font-size: 31px;
  margin-bottom: 0;
}
.journey .journey-wrapper .journey-single h2 .span1
{
  margin-left: 18%;
}
.journey .journey-wrapper .journey-single h2 .span2
{
  margin-left: 26%;
}
.journey .journey-wrapper .journey-single:nth-child(2) h4{
  font-size: 22px;
  margin-bottom: 0;
  position: relative;
  left: 10px;
}
.journey .journey-wrapper .journey-single:nth-child(2) h4:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 183px;
    background: #8f7e33;
    top: 0;
    left: -5%;
}
.journey-counter{
  display: flex;
  align-items: center;
 background: #8f7e33;
  padding: 23px 43px;
  width: 70%;
  margin: 4% auto 0;
}

.journey-counter .counter-single{
  display: flex;
  align-items: center;
  margin-right: 10%;
}
.journey-counter .counter-single .counter-icon{
font-size: 52px;
    color: #fff;
  }
.journey-counter .counter-single h3{
  font-size: 42px;
  color: #fff;
  margin-bottom: 0;
}
.journey-counter .counter-single p{
    margin-bottom: 0;
    line-height: 1;
  }
.journey-counter .counter-single .plus {
    font-size: 31px;
    position: relative;
    bottom: 3px;
    font-family: 'Poppins', sans-serif;
    padding: 0px 5px;
}


.looking {
  padding: 50px 0px;
}
.looking .looking-wrapper{
  display: flex;
  align-items: center;
}
.looking .looking-wrapper .looking-single{
  width:47%;
  background: #f5f3f4;
  color: #000;
}
.looking .looking-wrapper .looking-single:nth-child(2) {
  width: 50%;
  position: relative;
  left: -47px;
}

.looking .looking-wrapper .looking-single .text-box {
 background: #f5f3f4;
  color: #000;
  padding:62px 50px 44px 63px;
  position: relative;
  z-index: 2;
}
.looking .looking-wrapper .looking-single .text-box h4{
  font-size: 27px;
  position: relative;
 }

.looking .looking-wrapper .looking-single .text-box h4::before {
  position: absolute;
  content: "";
  background-color: #8a7b3a;
  height: 100%;
  left: -15px;
  top: 2px;
  width: 5px;
}
.looking .looking-wrapper .looking-single .common-btn{
background: #8a7b3a;
    border: 0;
    color: #fff;
    font-size: 12px;
    margin-top: 41px;
}




header .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  top: 42px;
  background-color: #8f7e33;
  width: 0%;
  margin: 0 auto;
  z-index: 19;
  height: 3px;
  opacity: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
header .navbar-nav .nav-link.active:before, header .navbar-nav .nav-link:hover:before {
  opacity: 1;
  width: 100%;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover{
color:#8f7e33;
}
.sitemap{
  padding:50px 0px;
}
.sitemap a{
  display: block;
  color: #8f7e33;
  font-size: 16px;
}
.sitemap a:hover{
  color: #235b4e;
}
.footer-logo span.icon-CAMPBELL-Logo---Reverse.white-logo {
  opacity: 1;
}
.common-pages{
  padding:40px 0px;
}
.common-pages p {
  font-size: 16px;
  line-height: 1.2;
  color: #475766;
}
.common-pages h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.common-pages h3 {
  font-size: 16px;
}
.sitemap h5{
  text-transform: capitalize;
  font-size: 18px;
}
.core-single span{
  font-size: 86px;
    color: #8f7e33;
    display: flex;
    margin: auto;
    justify-content: center;
}
.core-single:nth-child(4) span{
  font-size: 110px;
}
.core-single:nth-child(6) span{
  font-size: 85px;
}
.core-single:nth-child(3) span{
  font-size: 78px;
}
.core-single:nth-child(4) h3 {
  position: relative;
  bottom: 26px;
}
.core-single:nth-child(4) .comm{
  top:0;
}
footer .top-arrow {
  background: #8f7e33;
  color: #fff !important;
  padding: 1px 10px;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  right: 11%;
  bottom: 15%;
  box-shadow: 0px 0px 10px #1d1c1c;
}
.presence{
  padding:60px 0px 0;
}
.presence .subheading:before {
  left: 428px;
  height: 67%;
  top: 6px;
}
.presence .presence-wrapper{
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  margin-top: 40px;
}
.presence .presence-wrapper .presence-single {
    width: 32%;
    background-color: #f5f5f5;
    position: relative;
    height: 265px;
}
.presence .presence-wrapper .presence-single .text {
  background-color: #f5f5f5;
  padding: 24px 17px 24px 17px;
 height: 175px;
}
.presence .presence-wrapper .presence-single .text h4{
  color: #907e34;
  text-transform: uppercase;
  font-size: 16px;
}
.presence .presence-wrapper .presence-single .text h6{
  font-size: 14px;
  line-height: 1.3;
}
.presence .details{
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  position: absolute;
    bottom: 0px;
    width: 100%;
}
.presence .contact-details{
  display: flex;
  align-items: center;
}
.presence .contact-details span {
  background-color: #907e34;
  padding: 11px;
  color: #fff;
  position: relative;
}
.presence .contact-details a {
  color: #000;
  font-size: 14px;
  margin-left: 10px;
}
.presence .contact-details span::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -14px;
  border: 9px solid transparent;
  border-top-color: #907e34;
  transform: rotate(-90deg);
}
.presence .nav-tabs{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.presence .nav-tabs li{
  width: 24%;
}
.presence .nav-tabs .nav-link {
  border-radius: 0;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  color: #907e34;
  position: relative;
}
.presence .nav-tabs .nav-link.active{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.presence .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -29px;
  right: 44%;
  border: 15px solid transparent;
  border-top-color: #907e34;
  transform: rotate(0deg);
}
.presence .nav{
  margin-top: 20px;
}
.presence .contact-map{
  margin-top: 40px;
}
.contact{
  padding:40px 0px;
}
.contact .subheading:before {
  left: 444px;
  height: 67%;
  top: 6px;
}
 .contact .form-div{
  width: 70%;
  margin: auto;
  padding-top: 40px;
}
.form-control {
    border-radius: 0;
    padding: 13px 13px;
    border: 1px solid rgb(156, 155, 155);
    font-size: 16px;
    font-family: 'Lato', sans-serif;
  font-weight: 300;
}
 .form-control:focus{
  box-shadow: none;
  border:1px solid rgb(156, 155, 155);
}
 .form-group label{
  font-size: 15px;
  margin-bottom: 4px;
}
 .form-group{
  margin-bottom: 25px;
}
.contact .common-btn{
  margin: 15px auto;
    background-color: #907e34;
    color: #fff;
    border: 0;
    font-size: 12px;
    width: 123px;
}



.panel-collapse.collapse {
    display: none !important;
}



.history-tabs .owl-carousel .owl-stage-outer {
  overflow: inherit;
  overflow-x: clip;
}

.gallery{
  padding:60px 0px;
}
.gallery .subheading:before {
  width: 5px;
  height: 66%;
  top: 18%;
  left: 481px;
}
.gallery p{
  margin:15px auto;
  width: 70%;
}
.gallery-wrapp {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
  margin-top: 35px;
}
.gallery-wrapp .gallery-single {
    width: 24%;
    margin-bottom: 25px;
    margin: 5px;
}
.gallery-wrapp .gallery-single .img-wrapp{
  position: relative;
}
.gallery-wrapp .gallery-single .img-wrapp img {
  transition: all 0.3s ease-in-out;
  width:100%;
}
.gallery-wrapp .gallery-single .img-wrapp span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  text-align: center;
  font-size: 40px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background:#a08e36d0;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single:hover .img-wrapp span, .gallery-wrapp .gallery-single:hover .overlay {
  opacity: 1;
}
.video{
  padding:60px 0px;
  background: #f6f6f6;
}
.video .subheading:before {
  width: 5px;
  height: 66%;
  top: 18%;
  left: 487px;
}
.video .video-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
    flex-wrap: wrap;
}
.video .video-wrapper .video-single{
  width: 31%;
  position: relative;
  cursor: pointer;
  margin: 10px;
}
.video .video-wrapper .video-single span{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 57px;
  color: #fff;
}
.video .video-wrapper .video-single p {
  position: absolute;
  left: 14px;
  bottom: 7px;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}


.news{
  padding: 50px 0px;
}  
.news .subheading:before {
    height: 65%;
    top: 14%;
    left: 44%;
}
.news .news-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  /*align-items: center;*/
  margin-top: 20px;
}
.news .news-wrapper .news-single{
  width: 31%;
  float: left; 
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 19px;
  cursor:pointer;
  position: relative;
  margin-top: 18px;
  margin:10px;
    
}

.news-single.only-content{
width: 31%;
  float: left; 
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 19px;
  cursor:pointer;
  position: relative;
  margin-top: 18px;
  margin:10px;
}
.news-wrapper .news-single .news-content{
  border-bottom: 5px solid #d8dce4;
  transition: all 0.3s ease-in-out;
}

.news-wrapper .news-single .news-content h6{
  color:#222222;
  font-size: 14px;
  margin-top: 15px;
}
.news-wrapper .news-single .news-content h5{
   font-size: 19px;
   color: #4b4a4a;
   margin-top: 10px;
} 
.time {
    display: flex;
    align-items: center;
    position: absolute;
    top: 145px;
}
.time i {
    font-size: 20px;
}
.times {
    padding-left: 10px;
    font-size: 16px;
}
.news-wrapper .news-single p {
  font-size: 16px;
  line-height: 1.2;
  color: #222222;
  margin-bottom: 15px;
}
.news-single .news-content .arrow {
  color: #b3b3b3;
  line-height: 0.5;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.news-single{
  box-shadow: 0px 0px 10px rgb(192, 191, 191);
}
.news-single:hover .news-content{
  border-bottom: 5px solid #ba2922;
 }
 .news-single:hover .arrow{
  color:#ba2922;
 }
/* history page */

 ..initiatives .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  top: -60%;
}
.initiatives .owl-theme .owl-nav [class*=owl-] {
    color: #907e34;
    font-size: 24px;
    background: #fff;
}
.initiatives .owl-theme .owl-nav [class*=owl-]:hover {
  color: #907e34;
  background: transparent;
}
.news-single.only-content h5 {
    margin-bottom: 20px;
}
/*.initiatives .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -15px;
}
.initiatives .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -39px;
}*/

.organization-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  left: 125px;
}

.organization-slider {
  position: relative;
  left: 9%;
}

.history-tabs {
  background-color: #e5e5e5;
  padding: 15px 0;
  margin-top: 24px;
}

.history-tabs .nav-tabs .nav-link.active {
  color: #000;
  background: transparent;
  border: 0px;
  text-align: center;
}
.history .nav-item{
  position: relative;
}
.initiatives .owl-item.active.synced::after {
  content: "";
  position: absolute;
  bottom: 57px;
  right: 35%;
  border: 19px solid transparent;
  border-top-color: #e5e5e5;
  transform: rotate(180deg);
}
/*.initiatives .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top: -13%;
}*/
.history-tabs .nav-tabs .nav-link {
  color: #8d8c8c;
  font-size: 18px;
}
.organization-single{
  padding:20px 30px;
  border-right:1px solid #907e34;
  position: relative;
  margin-top: 30px;
 }
.organization-single .text-box {
    padding-top: 120px;
    margin-top: 20px;
    height: 385px;
}
.organization-single h5{
  text-transform: uppercase;
  font-size: 15px;
}
.organization-single .text{
margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}
.organization-single a{
  font-style: italic;
  color: #907e34;
  font-size: 13px;
}
.organization-single a:hover{
  color: #907e34;
}
.organization-single a span {
  font-size: 23px;
  font-style: initial;
  position: relative;
  top: 3px;
  left: 5px;
}
.initiatives{
  background: #f9f9f9;
  padding:60px 0px;
}
.initiatives .card{
  background: #f9f9f9;
  padding-top: 38px;
}
.initiatives h1{
     font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.initiatives p{
  color: #7e7e7e;
  font-size: 17px;
  margin-bottom: 0;
}




.parallax-main{
  position: relative;
}
.parallax-main .content{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}
.parallax-main .common-btn {
  background: #8f7e33;
  color: #fff;
  border: 0px;
  margin:0 auto;
}
.parallax-main .common-btn span {
  font-size: 11px;
  position: relative;
  top: 2px;
  left: 4px;
}
.parallax-main .parallax {
  min-height: 100vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-main .bg1{
   background-image: url(../images/new-tech.jpg);
}
.parallax-main .bg2{
   background-image: url(../images/campbell-technical.jpg);
}
.parallax-main .bg3{
   background-image: url(../images/crew-management.jpg);
}
.parallax-main .bg4{
   background-image: url(../images/project-management.jpg);
}
.parallax-main .bg5{
   background-image: url(../images/campbell-cruise-management.jpg);
}
.parallax-main .content h2{
  font-size: 34px;
  text-transform: uppercase;
}
.parallax-main .content h3{
  font-size: 21px;
  color: #fff;
}
.home-count{
  padding: 70px 0px;
  background: #f9f8f8;
}
.home-count .counter{
  margin-top: 0;
}
.home-count .counter .count-box {
  background: transparent;
}
.home-count .counter .count-box .icon-box span {
    color: #8f7e33;
        font-size: 60px;
}
.home-count .counter .count-box h2, .counters-div .count-box h3 {
   color: #000;
   font-size: 30px;
}
.home-count .counter .count-box .plus {
   color: #000;
   font-size: 27px;
   line-height: unset;
}
.home-count .counter .count-box p {
   color: #000;
   font-size: 16px;
}
.home-count .counter .text-box {
   display: block;
}
.home-count .counter .count-box:hover{
  background: transparent;
}
.home-carousel .carousel {
    position: relative;
}
.home-carousel .parallax-container {
    position: relative;
    overflow: hidden;
}
.home-carousel .carousel-item img{
  min-height: 72vh !important;
}
.home-carousel .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-carousel .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home-carousel .parallax-container {
    position: relative;
    overflow: hidden;
}
.home-carousel .parallax-container {
    position: relative;
    overflow: hidden;
}
.home-carousel .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home-carousel .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.home-carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/*.home-carousel .carousel-caption {*/
/*    right: 0;*/
/*    left: 10%;*/
/*    bottom: 25%;*/
/*    text-align: left;*/
/*    text-shadow: none;*/
/*}*/
.home-carousel .carousel-caption {
    right: 0;
    left: 10%;
    bottom: 0%;
    text-align: left;
    text-shadow: none;
}
.home-carousel .carousel-caption h2{
  font-size: 50px;
}
.home-carousel .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 19px;
    height: 2px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}
.carousel-caption .common-btn {
    color: #fff;
    border: 0px;
    background: #ecd8cb29;
}
.home-carousel .carousel-control-next, .carousel-control-prev {
    height: 46px;
    width: 54px;
    opacity: 1;
}
.home-carousel .carousel-control-prev {
    position: relative;
    background: #869791;
    top: -46px;
    left: 84%;
    color:#000;
}
.home-carousel .carousel-control-next {
    position: relative;
    top: -92px;
    left: 88%;
    background: #fff;
    color:#000;
}

.home-carousel .carousel-control-prev-icon {
    background-image: url(../images/left.png);
}
.home-carousel .carousel-control-next-icon {
    background-image: url(../images/right.png);
}
.home-about h2 {
    position: relative;
    color: #fff;
    font-size: 35px;
    margin-bottom: 0px;
}
h1:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 85%;
    background: #8f7e33;
    top: 7%;
    left: -10px;
}
.home-about .container {
    margin-top: 8%;
}
.home-about h2:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 85%;
    background: #8f7e33;
    top: 7%;
    left: -10px;
}
.footprint-content h2:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 85%;
    background: #8f7e33;
    top: 7%;
    left: -10px;
}
.footprint-wrapper h2 {
    font-size: 35px;
    color: #fff;
}
.team-modal button.close {
    background-color: #004f6f;
    opacity: 1;
    height: 39px;
    width: 39px;
    top: 0;
    right: 0;
    position: absolute;
    color: #fff;
}
.team-modal button.close span {
    color: #fff;
    font-size: 14px;
    position: relative;
    bottom: 4px;
}

.team-modal .text-box h2{
  font-size: 31px;
  color: #004f70;
  margin-bottom: 0px;
}
.team-modal .text-box h6{
  font-size: 20px;
  margin-bottom: 17px;
}
.team-modal .modal-lg {
    max-width: 851px;
}
.team-modal .modal-body {
    padding: 40px;
}
.gangway {
    background: #f2f2f2;
    padding: 50px 0px;
    text-align: center;
}
.gangway.gangway-sec p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.gangway-bg {
   
    position: relative;
    transition: all 0.5s ease-in-out;
   
}
.gangway-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: #fff;
    /* z-index: -1; */
    bottom: 0px;
    border:1px solid #edecec;
    transition: all 0.3s ease-in-out;
}
.gangway-bg img{
  position: relative;
}
.gangway-single {
    width: 29%;
    position: relative;
    margin: 23px;
}
.gangway-single h5 {
    color: #907f37;
    text-transform: uppercase;
    margin-top: 10px;
}
.gangway-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    margin-top: 50px;
}

.gangway-single:hover .gangway-bg:before{
  background-color: #907f37;
  transition: all 0.3s ease-in-out;
}
#case-study-row ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    width: 22%;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #f0eaeb;
    margin: 0 auto;
    /* display: block; */
    text-align: center;
    padding: 15px 0px;
    margin: 10px;
    border-bottom: 0px;

}
.figcaption-active {
    background: #8f7d34 !important;
}
figcaption {
    background: #8f7d3412 !important;
    border: 0 !important;
    padding: 5px 0px !important;
    position: relative;
    bottom: 0px;
    position: relative;
    top: 32px;
    border-bottom: 0p;
}
.figcaption-active:after {
    content: " ";
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid #8f7d34;
    position: absolute;
    left: 41%;
    bottom: -18px;
    z-index: 1;
}

#case-study-row .gridder-show {
    float: left;
    width: 94%;
    position: relative;
    padding: 5px;
    border: 1px solid #f0eaeb;
    margin: 10px;
    padding: 60px 40px;
}

#case-study-row .close {
    position: absolute;
    right: 0px;
    padding: 10px 15px;
    top: 0px;
    background-color: #8f7d34;
    opacity: 1;
    color:#fff;
}
#case-study-row h3 {
    font-size: 20px;
}
.members {
    padding: 70px 0px;
}
.members .subheading:before {
    width: 5px;
    height: 68%;
    top: 17%;
   left: 27%;
}
.members h2 {
    margin-bottom: 10px;
}
div#accordion-branch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.loc-panel {
    padding-left: 0;
     height: auto!important;
    overflow: auto;
}
.loc-panel {
    overflow-y: hidden !important;
    overflow-x: inherit !important;
}
.info_window {
    font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.loct-accordion .panel-default {
    background-color: transparent;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    border-bottom-color: #fff;
    padding: 0px 0;
    /*width: 23%;*/
    margin: 0px 10px;
    border: 1px solid #ccc !important;
    text-align: center;

}
.nav-tabs.col-md-offset-4 {
    margin-left: 33%;
    border: 0;
    display:none !important;
}
.loct-accordion .panel-heading {
    padding: 10px !important;
    position: relative;
}

.loct-accordion .panel-title ul li {
    padding-left: 0px !important;
}
.loct-accordion .panel-title ul {
    margin-bottom: 0px !important;
}
.loct-accordion .panel-title ul li {
    position: relative;
    display: inline-block;
    width: 90% !important;
    text-align: center !important;
    color: #262525;
    font-family: 'Lato', sans-serif !important;
  font-weight: 300;
    text-transform: capitalize;
    color: #907e34 !important;
   
}

.loct-accordion .collapse.in {
    display: none !important;
}
.panel-heading.active {
    background-color: #907e34 !important;
    /* color: #fff !important; */
}
.loct-accordion  .panel-heading.active  ul li{
  color:#fff !important;
}
.loct-accordion .panel-heading.active::after {
    content: "";
    position: absolute;
    bottom: -29px;
    right: 44%;
    border: 15px solid transparent;
    border-top-color: #907e34;
    transform: rotate(
0deg);
}

.career-content .subheading:before {
    height: 32px;
}
.career-content {
    padding: 50px 0px;
}

.career-content  h2{
  text-transform:uppercase;
  margin-bottom: 20px;
}
/*.career-content li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #efeef2;
    left: -30px;
    top: 3px;
    border-radius: 10px;
}*/
.career-content li span {
    color: #8f7e33;
    font-size: 13px;
    background: #efeef2;
    padding: 4px;
    border-radius: 10px;
    margin-right: 10px;
}
.career-content li {
    position: relative;
    margin-left: 0px;
    margin-bottom: 10px;
}.career-content .col-md-6 {
    padding: 20px 40px;
}
.parallax-career .parallax-container {
    position: relative;
    overflow: hidden;
    height:445px;
}
.parallax-career .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 530px;
}
.parallax-career .parallax .parallax-img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    transform: translate3d(0,0,0);
    transform: translateX(-50%);
}

.parallax-career .container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 3%;
}
.parallax-career  .parallax-content {
    width: 50%;
}

 .common-btn {
    background: #8f7e33;
    color: #fff;
    border: 0px;
    
}
 .common-btn span {
    font-size: 11px;
    position: relative;
    top: 0px;
    left: 4px;
}
.parallax-career h2 {
    margin-bottom: 30px;
    font-size: 35px;
}
.career{
  padding: 80px 0px;
}
.career .career-wrapper{
  display: flex;
}
.career .career-wrapper .text-box {
    background: #0094da;
    width: 50%;
    padding: 43px 47px;
    position: relative;
    left: 44px;
    top: 43px;
    border-top-right-radius: 6px;
    position: relative;
    z-index: 2;
}
.career .career-wrapper .text-box h2{
  color: #fff;
  font-size: 43px;
}
.career .career-wrapper .text-box p{
  color: #fff;
  margin-bottom: 0;
}
.job-openings {
  background: #e6e8f4;
  padding: 50px 0px;
}
.career-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  flex-wrap: wrap;
}
.img-wrapper { 
 
  overflow: hidden; 
  margin: 0 auto; 
} 
 
.img-wrapper img { 
  width: 100%; 
  transition: 0.5s all ease-in-out; 
} 
 
.img-wrapper:hover img { 
  transform: scale(1.1); 
} 
.career .text-wrapper p{
  font-size: 15px;
  line-height: 1.5;
  width: 57%;
  margin: auto;
}
.job-openings .opening-single {
  width: 48%;
  margin-bottom: 30px;
  position: relative;
}
.job-openings .opening-single:before {
    position: absolute;
    bottom: 0;
    width: 22%;
    background-color: #8f7e33;
    content: "";
    height: 90%;
    border-radius: 20px;
    left: -6px;
    top: 7px;
    right: 0;
}
.job-openings h2{
  text-align: center;
  margin-bottom: 30px;
  font-size: 35px;
}

.job-openings .box-wrapper {
  position: relative;
  background-color: #fff;
  padding: 20px 17px;
}
.services-main a:hover {
    color: #0089ff;
}
.job-openings .opening-single h4 {
  font-size: 21px;
  margin-bottom: 8px;
}
.job-openings .opening-single p {
  color: #494949;
  margin-bottom: 10px;
  font-size: 18px;
}
.job-openings .box-wrapper a {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #8f7e33;
    text-transform: uppercase;
}
.job-openings .box-wrapper a span {
    font-size: 10px;
}
.job-openings .subheading:before {
    height: 32px;
    content: "";
    position: absolute;
    width: 5px;
    height: 75%;
    background: #8f7e33;
    top: 13%;
    left: 41%;
}
section.founder {
    padding: 70px 0px;
    background: #f5f3f4;
}
.founder-content h4 {
    font-size: 21px;
}
.faq-main{
  padding:50px 0px;
}

.faq .card{
  margin-bottom: 15px;
}
.faq .card-header .btn-link {
    color: #030303;
    font-size: 20px;
    text-decoration: none;
    padding: 13px 17px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,.125);
    /* background: #323e72; */
}
   .faq .card-header .btn-link br{
     display: none;
   }
   .faq .card-header .btn-link[aria-expanded="true"] {
    color: #907e34;
    box-shadow: none;
    position: relative;
    z-index: 1;
    border-radius: 0;
    border-bottom:0px;
}
 
 .faq .icon-mathematical-addition-sign {
    float: right;
    font-size: 12px;
    padding: 9px;
    color: #000;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: -2px;
    /* background: #7fc14d; */
    border-radius: 50%;
    transform: rotate(
-90deg);
}
.faq .icon-minus-symbol {
    float: right;
    font-size: 12px;
    padding: 9px;
    transition: all 0.5s ease-in-out;
    position: relative;
    color: #907e34;
    /* background: #323e72; */
    /* transform: rotate(
-90deg); */
    border-radius: 50%;
}
.faq .collapsed .icon-mathematical-addition-sign {
  display: block !important;
}
.faq .collapsed .icon-minus-symbol {
  display: none;
  color:#fff;background: transparent;
  border:1px solid orange;
}
.faq .icon-mathematical-addition-sign{
  display: none;
}
.faq .card-body {
width: 100%;
margin: auto;
}
.faq .card-header{
  background: #fff;
  padding:0;
  border-bottom:0px;
}
.faq .card-body p{
  font-size: 17px;
  width: 100%;
}
.faq .card-body a{
  color: #008bd2;
}
.faq .card-body a:hover{
  color: #008bd2;
}
.services-main .text-wrapper .img-wrapper{
  overflow: hidden;
  margin: 30px 0;
}

.faq .img-wrapper{
  position: relative;
}
.faq .img-wrapper p {
    background: #00000080;
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    margin-bottom: 0;
    font-size: 19px;
    width: 100%;
    color: #fff;
}
.faq .img-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

section.policies {
    padding: 70px 0px;
    background: #f8f8f8;
}
.policies-content h2 {
    font-size: 25px;
}
.policies .img-wrapper:before {
    position: absolute;
    content: "";
    width: 92%;
    height: 100%;
    background-color: #8f7e33;
    top: 10px;
    left: 7%;
    z-index: -1;
}
.policies-content {
    padding: 0px 20px;
}
section.policies {
    position: relative;
    z-index: -2;
}
section.ethics-content li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #8f7e33;
    border-radius: 10px;
    left: -20px;
    top: 5px;
}
section.ethics-content li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 8px;
}
.ethics-content h2 {
    font-size: 20px;
}
.ethics-content {
    padding: 60px 0px;
}
.policies-tab ul.nav.nav-tabs li a, .wall-tab ul.nav.nav-tabs li a{
    color: #aeaeae;
}
.policies-tab ul.nav.nav-tabs,  .wall-tab ul.nav.nav-tabs{
    border-bottom: 1px solid #ccc;
}
.policies-tab .nav-tabs .nav-link:focus, .policies-tab .nav-tabs .nav-link:hover, 
.wall-tab .nav-tabs .nav-link:focus, .wall-tab .nav-tabs .nav-link:hover {
    border-color:transparent;
}

.policies-tab .nav-link.active, .wall-tab .nav-link.active {
    color: #907e34 !important;
    background: transparent !important;
    border: 0px !important;
    border-bottom: 2px solid #907e34 !important;
}

 .wall-tab .nav-link {
    /* margin: 0px 15px; */
    margin: 20px 20px 0px 20px;
    font-size:17px;
}
.policies-tab .nav-link{
    margin-right: 30px;
}

.founder .img-wrapp {
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #fff;
    padding: 30px;
    width: 90%;
}
.founder h2 {
    color: #96853f;
    font-size: 25px;
}

.founder h3{
color: #96853f;
font-size:20px;
}

.policies-tab .card-body .container .text-wrapper {
    width: 100%;
}
.policies-tab .card-body .container {
    display: flex;
   /* align-items: center;*/
    justify-content: center;
}

label.select-file1 {
    position: absolute;
    top: 0px;
    left: 74px;
    width: 100px;
    height: 42px;
    background: #eff3f2;
    line-height: 36px;
    color: #8a8c8b;
    font-size: 15px;
    border-radius: 20px;
    padding-left: 18px;
    margin-left: -73px;
    padding-top: 3px;
}

 #file-upload2 {
    position: absolute;
    left: -9999px;
}

.file-upload {
    border: 1px solid #9c9b9b;
    background: #fff;
    height: 52px;
    border-radius: 0 !important;
    position: relative;
}
#filename2 {
    position: relative;
    left: 42%;
    top: 2px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
  font-weight: 300;
    width: 235px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.form-div span.help-block.form-error {
    color: red;
    font-size: 12px;
}
.career-modal .modal-body {
    padding: 35px 46px;
}
.career-modal .close {
    font-size: 25px;
    background: #8f7e33;
    color: #fff;
    padding: 0px 10px 9px;
    position: absolute;
    top: 0;
    opacity: 1;
    right: 0px;
    /* color: #fff; */
}
div#opening-form .common-btn {
    margin-top: 30px;
}
.file-upload .select-file1 {
    position: relative;
    top: -3px;
    left: -174px;
    background: #abb1b1;
    padding: 0px 4px;
    margin-bottom: 0;
    height: 31px;
    font-size: 15px;
}
.form-div .form-group .file-upload label.filelabel {
    position: relative;
    background: #fff;
    padding: 0px 4px;
    top: -30px;
    left: 0px;
    font-size: 14px;
    color: #000;
}
.form-div .form-group .file-upload label {
    top: 10px;
    background: #8f7e33;
    height: 29px;
    left: 80px;
    border-radius: 100px;
    position: absolute;
}

.news-slider .img-wrapper a {
    color: #000;
}
 .career-modal h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-top:20px;
}
.news-content a:hover {
    color: #007bff;
}
#filename2 {
    position: absolute;
    left: 36%;
    top: 14px;
    font-size: 13px;

}
.choose {
    color: #fff;
    font-size: 11px;
    position: relative;
    top: -5px;
    left: 10px;
    text-transform: uppercase;
}

.owl-item:nth-child(even) .item.organization-single:before {
    content: "";
    position: absolute;
    width: 102%;
    height: 18px;
    background: #907e34;
    bottom: 47.5%;
    left: -6px;
    transform: rotate( 
6deg);
}
.owl-item:nth-child(1) .item.organization-single:before {
    left: 29px;
    width: 95%;
    /* top: -130px; */
    bottom: 34.2%;
}
.owl-item:nth-child(odd) .item.organization-single:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 18px;
    background: #907e34;
   bottom: 47.5%;
    transform: rotate( 
-6deg);
    left: -3px;
}
.owl-item:nth-child(1) .item.organization-single:before {
    width: 94%;
    left: 30px;
    bottom: 47.8%;
}
.organization-single .img-item {
    position: relative;
}
.organization-single .years {
    position: absolute;
    bottom: 0px;
    right: 12px;
    color: #fff;
}

.owl-item:nth-child(odd) .organization-single .img-item:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 0px;
    bottom: -36px;
    background: #fff;
    border-radius: 10px;

  }
.owl-item:nth-child(even) .organization-single .img-item:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: -3px;
    bottom: -12.3%;
    background: #fff;
    border-radius: 10px;
}
.owl-item:nth-child(1) .item.organization-single:after {
    content: "";
    position: absolute;
    bottom: 44.5%;
    left: 12px;
    border: 10px solid transparent;
    border-top-color: #907e34;
    transform: rotate( 
90deg);
}
  .organization-single .img-item:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 23px;
    right: 0px;
    bottom: -22px;
    background: #ccc;
}

.organization-slider  .owl-stage-outer{
  overflow:initial !important;
}
.fleet {
    padding: 60px 0px;
}
.fleet h2 {
    margin-bottom: 20px;
}
.fleet h2:before {
    left: 37%;
    height: 35px;
}
.fleet p {
    text-align: center;
}
 .fleet-counter .counter {
    margin-top: 25px;
    display: flex;
}
.fleet-counter .counter .count-box {
  float:none;
}

.fleet-counter .counter .count-box {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px;
    background: transparent;
    padding: 0px;
}
.fleet-counter .counter .count-box .icon-box span {
    font-size: 80px;
    color: #fff;
}
tr.heading-table th {
    background-color: #225c4e;
    color: #fff;
    padding: 10px 10px;
    font-family: 'Lato', sans-serif;
  font-weight: 700;
}
table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.table-fleet h3 {
    text-align: center;
    margin: 30px 0px 10px;
    font-size: 20px;

}
.fleet-counter .counter .count-box h2, .fleet-counter .counter .count-box .plus {
    font-size: 45px; 
    font-weight: bold;
    color: #fff;
    font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.fleet-counter .counter .count-box p {
     font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.table-fleet {
    padding: 60px 0px;
}
.table-fleet h2:before {
    left: 35%;
    height: 30px;
}
.table-fleet h2 {
    text-align: center;
    margin-bottom:20px;
}
.table-fleet p {
    text-align: center;
}
.fleet-counter .text-counter {
    display: block;
    position: absolute;
    top: 50px;
}

/*.initiatives .owl-thumb .owl-item.synced {
    color: #558db4;
}*/
.fleet-counter .counter .count-box .icon-box {
    display: inline-block;
    padding: 5px;
    text-align: center;
     float:none;
    margin-right: 0px;
}
.fleet-counter .counter .text-box {
     display:block; 
    flex-wrap: wrap;
}

header .navbar-nav .nav-link.active:before, header .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 100%;
}
section.policies-tab {
    padding: 60px 0px;
}
.organization-slider .owl-stage-outer {
    overflow: hidden;

}

.call {
    font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.policies-tab .text-wrapper li {
    list-style-type: disc !important;
    margin-left: 20px;
    font-family: 'Lato', sans-serif;
  font-weight: 300;
    color: #212529;
}

.vcard {
    color: #8f7e33;
    font-size: 30px;
    margin-left: 20px;
}
.call-details {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    font-size: 13px;
    color: #000;
    padding-top: 10px;
}
.call-details span {
    padding-right: 4px;
}
.call-details a, .call-details a:hover {
    color: #000;
} 

section.job-openings .card {
    background-color: transparent;
}

.job-openings .nav-tabs li a {
    /* font-weight: 700; */
    font-family: 'Lato', sans-serif;
  font-weight: 700;
    color: #a3a1a2;
    background:transparent;
    margin: 5px 20px;
    border-radius: 0px;
    font-size: 25px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.job-openings .nav-tabs{
    display: block;
}
.job-openings .nav-tabs {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
    background-color: #fff;
    /* border-bottom: 1px solid #ccc; */
    /* width: 37%; */
}

.job-openings .nav-tabs .nav-item.show .nav-link, .job-openings .nav-tabs .nav-link.active {
   color: #8f7e33;
     background-color:transparent; 
     border:0px; 
    border-radius: 0px;
    border-bottom: 0px;
    border-bottom: 3px solid #fff;
   
}
.history-tabs .nav-tabs li {
    width: 150px;
}
/*
.owl-full {
    position: relative;
    left: 9%;
}
*/
.wall-tab .wall-images li {
    /* float: left; */
    padding: 0px 0px 40px 40px;
}

.wall-tab .wall-images li:nth-child(1) {
    margin-top: 80px;
}
.wall-tab .wall-images li:nth-child(3) {
    margin-top: -20px;
}
.wall-tab .wall-images li:nth-child(4) {
    margin-top: 30px;
}
ul.wall-images {
    display: flex;
    /*align-items: center;
    justify-content: center;*/
    flex-wrap: wrap;
    padding: 35px 0px;
}
.wall-tab .wall-images li:nth-child(5) {
    margin-left: -30px;
}
.wall-tab .wall-images li:nth-child(6) {
    margin-top: -50px;
    margin-left:20px;
}
.wall-tab .wall-images li:nth-child(7) {
    margin-top: -20px;
}
.wall-tab .wall-images li:nth-child(9) {
    margin-left: 64px;
    margin-top: -30px;
}

.wall-tab .wall-images li:nth-child(11) {
    margin: 30px 20px 0px 20px;
}

.wall-tab h2:before {
    left: 30%;
    height: 73%;
}

.wall-tab{
  padding: 60px 0px;
  background: #f4f2f3;
}

.wall-tab .card{
  background-color:transparent;
}

.img-wall span {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
    background: #fff;
    padding: 7px;
    color:#907e34;
}
.img-wall {
    position: relative;
}

.services-main .text-wrapper ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    left: -20px;
    top: 7px;
    background: #b1a8a8;
}
.card-header.card-header-product a:hover {
    color: #4aabff;
}
.founer-content{
  padding: 50px 0px
}
.founer-content h4{
  font-size: 21px;
}


/*.owl-full {
    position: relative;
    left: 9%;
}
*/
.wall-tab .wall-images li {
    /* float: left; */
    padding: 0px 0px 40px 40px;
}

.wall-tab .wall-images li:nth-child(1) {
    margin-top: 80px;
}
.wall-tab .wall-images li:nth-child(3) {
    margin-top: -20px;
}
.wall-tab .wall-images li:nth-child(4) {
    margin-top: 30px;
}
ul.wall-images {
    display: flex;
    /*align-items: center;
    justify-content: center;*/
    flex-wrap: wrap;
    padding: 35px 0px;
}
.wall-tab .wall-images li:nth-child(5) {
    margin-left: -30px;
}
.wall-tab .wall-images li:nth-child(6) {
    margin-top: -50px;
    margin-left:20px;
}
.wall-tab .wall-images li:nth-child(7) {
    margin-top: -20px;
}
.wall-tab .wall-images li:nth-child(9) {
    margin-left: 64px;
    margin-top: -30px;
}

.wall-tab .wall-images li:nth-child(11) {
    margin: 30px 20px 0px 20px;
}

.wall-tab h2:before {
    left: 30%;
    height: 73%;
}

.wall-tab{
  padding: 60px 0px 0px;
  background: #f4f2f3;
}

.wall-tab .card{
  background-color:transparent;
}

.img-wall span {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
    background: #fff;
    padding: 7px;
    color:#907e34;
}
.img-wall {
    position: relative;
}

.services-main .text-wrapper ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    left: -20px;
    top: 7px;
    background: #b1a8a8;
}
.card-header.card-header-product a:hover {
    color: #4aabff;
}
.wall-tab h2 {
    margin-bottom: 10px;
}
.wall-tab .wall-images li{
  cursor:pointer;
}
.wall-tab .wall-images li img {
    box-shadow: 0px 10px 10px #ccc;
}
div#wall .modal-content {
    border-radius: 0px;
}
div#wall button.close {
    background-color: #8f7e30;
  }
div#wall .modal-dialog.modal-lg.modal-dialog-centered {
    max-width: 55%;
    margin: 0 auto;
}

.navbar-mob .nav-item.dropdown {
    position: relative;
}
.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}
 .navbar-mob .dropdown-menu .dropdown-item {
    font-size: 13px;
   padding: 8px 10px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    
}
.dropdown-item.active, .dropdown-item:active{
  background-color:transparent;
}
 .navbar-mob .dropdown-menu {
    position: absolute;
    padding: 0;
    border-top: 4px solid rgba(5, 121, 168, 0.7215686274509804);
    border-radius: 0;
    top: 90%;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px 2px 10px #00000059;
    transition: all 0.3s ease-in-out;
    background-color:#8f7e33;
}
.navbar-mob .dropdown-menu .dropdown-item:hover {
    background-color: #235b4e;
    color: #fff;
}
.career-content h2:before {
    left: 41%;
}
.career-content {
    padding: 50px 0px;
    text-align: center;
}
.career-content p {
    width: 70%;
    margin: 0 auto;
}

.services-main h3 {
    font-size: 20px;
}


.initiatives .owl-theme .owl-nav {
    margin-top: 10px;
    width: 100%;
    left: -8%;
    position: relative;
    bottom: 0px;
}

/*.sustainable-modal .popup-content, .environment-modal .popup-content {
     max-height: 355px; 
    overflow-y: auto;
    overflow-x: hidden;
}*/
/* width */
.about-overview .about-wrapper .about-single .text-box::-webkit-scrollbar{
  width: 7px;
  border-radius:20px;
  margin-right:20px;
}

/* Track */
.about-overview .about-wrapper .about-single .text-box::-webkit-scrollbar-track{
  background: #ccc; 
  border-radius:20px;
}
 
/* Handle */
.about-overview .about-wrapper .about-single .text-box::-webkit-scrollbar-thumb {
  background: #8f7e33; 
  border-radius:20px;
}

.organization-single .text-box:nth-child(odd) {
    padding-top: 0px !important;
}

.news ul {
    background: #f5f5f5;
    padding:5px;
}

.news .nav-tabs .nav-link {
    color: #a3a1a2;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 25px;
    font-size: 25px;
}
.news.nav-tabs .nav-link.active {
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}
.news .nav-tabs .nav-link.active {
    background: transparent;
    border: 0px;
    color: #000;
}

.news .news-wrapper .img-box .news-single {
    padding: 10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}
.job-openings .nav-tabs .nav-link {
    font-size: 22px;
    cursor: pointer;
    font-weight: 500 !important;
    color: #a3a1a2;
}

.error-btn-div.contact-form {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 10px; */
}
.error-btn-div.contact-form .common-btn {
    margin: 10px;
}
section.error-div {
    padding: 20px;
}
section.error-div h1:before {
    display: none;
}

.info_window a,  .info_window a:hover {
    color: #000;
}


.news-slider .img-wrapper:hover .text-wrapper h4{
  color:#fff !important;
}

.news-slider .item>img {
    margin: 0 auto;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
    object-fit: contain;
}
.news-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: 47%;
    width: 100%;
}
.owl-theme.news-slider .owl-nav [class*=owl-] {
    background: #869791;

}

.news-slider .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
}

.news-slider .owl-nav .owl-next {
    position: absolute;
    right: -40px;
}

.lg-outer .lg-img-wrap img {
    width: 50% !important;
}
.gallery-wrapp .gallery-single .img-wrapp img {
    height: 170px;
}
.career-info {
    position: relative;
    color: #fff;
}


.parallax-career .career-info .container {
    margin-top: 0% !important;
    display: block;
    text-align: center;
    background: #00000073;
    padding: 35px 30px;
    width:80%;
}
.parallax-career .career-info .container p a {
    color: #8f7e33;
    font-weight:700;
}
.parallax-career .career-info .container p {
    width: 100%;
    margin: 0 auto;
}
.parallax-career .career-info .container h3 {
    margin-bottom: 15px;
    animation: blink 2s linear infinite;
    font-size: 36px;
}

@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.career-modal li {
    list-style-type: disc;
    font-size: 16px;
}
.career-modal h4 {
    font-size: 19px;
}

.home-carousel{
    margin-top:100px;
}
p.email-error.errors,
p#msg-error {
    color: red;
    font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.intl-tel-input{
  width: 100%;
}