@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

/* header css start */
.sec_bg{
  background: rgb(247 249 255);
}
.sec_bg_blue{
  background: url("../images/comp-glance.png") no-repeat;
  background-size: cover;
}
.navbar {
   
    padding-top: 0.5625rem;
}
.green_bg{
    background-color: rgb(165 215 95 / 100%);
}
.bor{
    border: 2px solid #1928573b;
}
.top_menu a{
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700;
    color: rgb(25 40 87 / 100%);
}
.top_menu a:hover{
    text-decoration: underline;
}
.navbar-brand img{
    /* height: 51px; */
    height: 65px;
    /*width:345px;*/
}
.social_icons a{
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.facebook{
  border:2px solid #2b4170;
}
.facebook:hover{
    background-color: #2b4170;
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
    background: -ms-linear-gradient(top, #3b5998, #2b4170);
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
}
.twitter{
   border:2px solid #00acee;
}
.twitter:hover{
  background-color: #00acee;
}
.linkedin{
   border:2px solid #0e76a8;
}
.linkedin:hover{
  background-color: #0e76a8;
}
.footer-about a img{
    height: 70px;
    /*width:345px;*/
}
.footer-title{
  text-align: left;
}
.footer-title a{
    font-size: 14px;
    font-weight: 500;
    color: #F2F2F2;
    letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
    margin: 0 9px;
    line-height: 223%;
}
.footer-title a:hover{
    color: rgb(165 215 95 / 100%);
    text-decoration: underline;
}
.subscribe{
    width: 350px;
    height: 38px;
    position: relative;
    box-shadow: 0px 4px 5px #0000004d;
}
.subscribe input{
  width: 100%;
  height: 50px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
}
.subscribe button{
  height: 34px;
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  padding: 0 20px;
  text-align: center;
  border-radius: 5px;
  background-color: rgb(165 215 95 / 100%);
}

.ul-li-style2 ul li{
    line-height: 32px;
    font-size: 15px;
}
.custome_btn{
    width: 222px;
    height: 43px;
    border: 2px solid #A5D75F;
    font-size: 14px;
    background: rgb(92 140 24);
    color: #fff!important;
    font-weight: 600;
    transition: 0.3s;
    font-family: 'Exo', sans-serif;
    text-align: center;
    line-height: 41px;
    letter-spacing: 0.16em;
    box-shadow: 7px 7px 0px rgb(165 215 95 / 28%);
    cursor: pointer;
    text-transform: uppercase;
}
.custome_btn:hover{
  box-shadow: 7px 7px 0px rgb(165 215 95 / 50%);
}
.custome_btn2{
  border: 2px solid rgb(25 40 87 / 25%);
  border-radius: 70px;
  font-size: 14px;
  background: #192857;
  color: #fdfdfe;
  font-weight: 700;
  transition: 0.3s;
}
.custome_btn2:hover{
background: rgb(165 215 95 / 100%);
  color: #192857;
}
.modal-title{
  font-family: 'Exo', sans-serif;
}
.card-title{
    color: rgb(0 0 0 / 90%);
    font-size: 22px;
    font-family: 'Exo', sans-serif;
}
.card-text{
    color: #555555;
    width: 100%;
    min-height: 36px;
    font-size: 16px;
}
.card-text-glance{
  font-weight: 500;
  width: 100%;
  min-height: 64px;
}
.round-img{
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid rgb(25 40 87 / 10%);
}
.cg-icon{
  margin-bottom: 20px;
  border-radius: 100%;
}
.cg-icon img{
  width: 40px;
  height: 40px;
}
.news_art{
    width: 100%;
    height: 370px;
    overflow: auto;
}
.test_img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: -6px -4px 0px rgba(0, 0, 0, 0.1);
}
.lac_img img{
  width: 50px;
  height: auto;
}
.news_img{
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    border-radius: 20px;
    background: rgb(25 40 87 / 100%);
}
.news_text{
    width: calc(100% - 120px);
    height: auto;
    float: right;
    line-height: 26px;
    font-weight: 500;
}
.text-btn{
    font-size: 14px;
    font-weight: 700;
    color: rgb(25 40 87 / 100%);
    margin-left: 20px;
    transition: 0.3s;
}
.text-btn:hover{
    color: rgb(165 215 95 / 100%);
}
.bg_half {
  background: -webkit-linear-gradient(top, rgb(246 255 232) 40%, #ffffff 40%);
}

/* width */
.news_art::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  .news_art::-webkit-scrollbar-track {
    background: rgb(25 40 87 / 100%); 
  }
   
  /* Handle */
  .news_art::-webkit-scrollbar-thumb {
    background: rgb(165 215 95 / 100%); 
  }
  
  /* Handle on hover */
  .news_art::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .round{
      border-radius: 20px;
  }
  .right_bg{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
  }
  .right_bg img{
    width: auto;
    height: 100%;
  }
  .cag_bg{
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    transition: all 0.3s ease-out 0s;
    padding: 40px 35px;
    border: 2px solid transparent;
    border-radius: 8px;
  }
  .cag_bg:hover{
    background: rgb(25 40 87 / 100%);
  }
  .cag_bg:hover .custome_btn{
    background: rgb(165 215 95 / 100%);
    color: rgb(25 40 87 / 100%);
  }
  .cag_bg:hover .card-text, .cag_bg:hover .card-title{
    color: #fff;
  }
  .testi_bg, .lac_bg{
    background: #E7FFC6;
    transition: all 0.3s ease-out 0s;
    border: 2px solid transparent;
    border-radius: 8px;
  }
  .lac_bg{
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    min-height: 241px;
  }
  .j-post_bg{
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    border-radius: 8px;
  }
  .banner_content{
    padding: 30px;
    border-radius: 0px;
    background: rgb(0 0 0 / 45%);
  }
  .banner_content h3, .banner_content p{
    color: rgb(255 255 255 / 87%);
    font-size: 17px;
  }
  .our_icons{
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 6px solid #e8e9ee;
    background: rgb(25 40 87 / 100%);
  }
  .our_icons img{
        width: 54%;
        height: auto;
  }
  .or_leader_box{
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
  }
  .rect_img, .energy_bg{
      width: 100%;
      height: 150px;
      overflow: hidden;
  }
  .rect_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .energy_bg{
    height: 250px;
  }
  .award_wrap{
      width: 100%;
      height: 355px;
      background: url("../images/icons/rect_bg.svg");
      background-size: 100% 100%;
  }
  .trophy{
      width: 100px;
      height: auto;
      width: 100%;
      height: auto;
      text-align: center;
  }
  .award_text{
    font-size: 14px;
    font-weight: 700;
    color: #0000008a;
  }
  
  .circle {
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 100px;
    background-color: rgb(165 215 95 / 100%);
    color: rgb(25 40 87 / 100%);
    max-height: 50px;
    z-index: 2;
    border: none;
    transition: 0.3s;
    cursor: pointer;
    border: 2px solid #192857;
  }
  .circle:hover {
    background-color: rgb(25 40 87 / 100%);
    color: rgb(165 215 95 / 100%);
  }
  
  .how-it-works.row {
    display: flex;
  }
  .how-it-works.row .col-2 {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
  }
  .how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px dashed rgb(25 40 87 / 100%);
    z-index: 1;
  }
  .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
  }
  .how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
  }
  .how-it-works.row .col-2.full2::after {
    height: 100%;
    left: 50%;
  }
  .how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
  }
  

  /* .timeline div {
    padding: 0;
    height: 40px;
  }
  .timeline hr {
    border-top: 3px dashed rgb(25 40 87 / 100%);;
    margin: 0;
    top: 17px;
    position: relative;
  }
  .timeline .col-2 {
    display: flex;
    overflow: hidden;
  }
  .timeline .corner {
    border: 3px dashed rgb(25 40 87 / 100%);;
    width: 100%;
    position: relative;
    border-radius: 15px;
  }
  .timeline .top-right {
    left: 50%;
    top: -50%;
  }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
  }
  .timeline .top-left {
    left: -50%;
    top: -50%;
  }
  .timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
  } */
  .product-slide .owl-nav, .inthenews .owl-nav, .our-brand .owl-nav, .video-slied .owl-nav{
    position: absolute;
    top: -70px;
    right: 0;
  }
  .product-slide .owl-nav .owl-next, .product-slide .owl-nav .owl-prev, .inthenews .owl-nav .owl-next, .inthenews .owl-nav .owl-prev, .our-brand .owl-nav .owl-next, .our-brand .owl-nav .owl-prev, .video-slied .owl-nav .owl-next, .video-slied .owl-nav .owl-prev {
    position: absolute;
    top: 48%;
}
.product-slide .owl-nav .owl-next, .product-slide .owl-nav .owl-prev, .inthenews .owl-nav .owl-next, .inthenews .owl-nav .owl-prev, .our-brand .owl-nav .owl-next, .our-brand .owl-nav .owl-prev, .video-slied .owl-nav .owl-next, .video-slied .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 2%; */
    font-size: 40px !important;
    border: 1px solid rgb(36 36 36 / 50%)!important;
}
.product-slide .owl-nav .owl-prev, .inthenews .owl-nav .owl-prev, .our-brand .owl-nav .owl-prev, .video-slied .owl-nav .owl-prev{
    right: 48px;
}
.cont_margin{
  margin-top: -200px;
}
.nav-tabs .nav-link.active {
  color: rgb(25 40 87 / 100%);
  font-weight: 700;
}
.nav-tabs .nav-link {
  color: rgb(25 40 87 / 100%);
  font-weight: 400;
}
/*.navbar .navbar-nav .nav-item a.active-menu {*/
  /*border-bottom: 2px solid rgb(165 215 95 / 100%);*/
/*}*/
.input_search{
  height: 50px;
  border-radius: 100px;
  padding-left: 50px;
  background: #fff url("../images/icons/search_icon.svg") no-repeat;
  background-position: 12px center;
}
.count-title{
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 37px;
}
.time{
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
  margin-bottom: 20px;
  font-style: italic;
  color: #949494;
}
.large-img{
  width: 100%;
  height: auto;
}


/* accordion */
.myaccordion {
  width: 100%;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
 
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}
 
.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
  box-shadow: 0px 0px 5px #00000047;
}
 
.myaccordion .fa-stack {
  font-size: 16px;
}
 
.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: rgb(25 40 87 / 100%);
  padding: 0;
}
 
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
 
.myaccordion li + li {
  margin-top: 10px;
}
.title_line{
  height: 22px;
    width: auto;
    background: #a5d75f;
    margin-top: -26px;
    position: relative;
    z-index: -1;
}
#myInput {
  padding: 20px;
  margin-top: -6px;
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.link{
  background: #0e76a8;
  color: #fff;
  text-transform: uppercase;
}
.job-form input{
  border: none;
  border-bottom: 1px solid #dee2e6;
  padding-left: 0;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
}

.job-form input::placeholder {
  color: #9c9c9c;
  opacity: 1; /* Firefox */
}

.job-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9c9c9c;
}

.job-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #9c9c9c;
}

.eob{
  position: fixed;
  background: rgb(255,193,7);
  background: radial-gradient(circle, rgba(255,193,7,1) 0%, rgba(255,152,0,1) 100%);
  padding: 20px 20px 10px 20px;
  bottom: 100px;
  right: 20px;
  font-size: 16px;
  color: #192857;
  text-align: right;
  font-weight: 800;
  border-radius: 9px;
  box-shadow: 3px 2px 5px rgb(25 40 87 / 20%);
  border: 2px solid transparent;
  transition: 0.3s;
  z-index: 555555;
}
.eob .ob{
  font-size: 20px;
  color: #192857;
}

.eob:hover{
  color: #192857;
  border: 2px solid #192857;
}

.pp-btn{
  font-size: 16px;
    background-color: rgb(165 215 95 / 100%);
    color: rgb(25 40 87 / 100%);
    border: 4px solid rgb(25 40 87 / 100%);
}
.blk-ovl{
  height: 200px;
  width: 100%;
  background: linear-gradient(
    rgb(0 0 0 / 80%), rgb(0 0 0 / 0%)
  );
  position: absolute;
  z-index: 6;
}
.company-glance{
  
}
.counter{
  width: 168px;
    height: 168px;
    padding: 11px 16px;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    float: left;
}
.count-text{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 151%;
  color: #666666;
  text-align: left;
}
.cAtG{
  
}
.main-title{
  text-align: center;
}
.main-title h2{
font-style: normal;
font-weight: 600;
font-size: 28px;
/* line-height: 264%; */
letter-spacing: 4px;
text-transform: uppercase;
color: #A5D75F;
padding-bottom: 8px;
font-family: 'Exo', sans-serif;
}
.main-title h2 span{
  color: #192857;
  /* background: rgb(165 215 95 / 23%); */
  padding: 0 8px;
}
.main-title p{
font-size: 14px;
line-height: 180%;
letter-spacing: 0.5px;
color: #666;
padding-bottom: 15px;
}
.top-mar{
  margin-top: 100px;
}
.our-bus{
  position: relative;
}
.our-bus h4{
  font-weight: bold;
    font-size: 21px;
    line-height: 180%;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    top: 0;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    position: absolute;
    /*background: linear-gradient(180.42deg, #192857 0.4%, rgba(25, 40, 87, 0) 99.68%);*/
    text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    padding: 34px;
    font-family: 'Exo', sans-serif;
}
.our-bus a{
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.11em;
  color: rgba(255, 255, 255, 0.87);
  margin-top: 40px;
  text-transform: capitalize;
  display: flex;
}
.our-bus a img{
  margin-left: 8px;
  width: 15px!important;
}
.our-bus .overlay{
  position: absolute;
  background: linear-gradient(
180.42deg
, #192857 0.4%, rgba(25, 40, 87, 0) 99.68%);
  padding: 30px;
  top: 0;
  /* left: 0; */
  height: 100%;
  width: 100%;
}
/* gallery */

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.na-bg{
  background: url("../images/bg/na-bg.jpg") no-repeat center;
  background-size: cover;
}
.news-blog{
  width: 100%;
  height: 270px;
  background: #fff;
  /* border-radius: 10px; */
  padding: 15px;
}
.news-blog-img{
  width: 100%;
  height: 130px;
  /* border-radius: 8px; */
  overflow: hidden;
  background: #a5d75f;
}
.news-blog-img img{
  object-fit: cover;
  width: 100%;
  height: 130px;
}
.news-blog-title{
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #2E2E2E;
  font-family: 'Exo', sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-blog p{
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #666666;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-time{
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.11em;
  color: #B1B1B1;
}
.blog-btn{
  font-weight: bold;
  font-size: 12px;
  line-height: 139%;
  letter-spacing: 0.11em;
  color: #192857;
}
.location{
  font-weight: 500;
  font-size: 14px;
  line-height: 242%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F2F2F2;
  font-family: 'Exo', sans-serif;
  display: flex;
  align-items: center;
}
.borTop{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.f-title{
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
}
.social_icons > div{
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #F2F2F2;
  margin-right: 10px;
}
.bio-con p{
  font-size: 15px;
    line-height: 180%;
    color: #555555;
}
.bio-img{
  width: 70%;
  height: auto;
  text-align: center;
}
.bio-img img{
  /*width: 60%;*/
  /*height: auto;*/
}
.biopro{
  width: 166%;
  height: auto;
  /*text-align: center;*/
  padding: 40px;
}

.bio h4{
font-weight: 600;
font-size: 14px;
color: #192857;

}

.bio p{
  font-size: 15px;
  line-height: 180%;
  color: #555555;
  margin-top: 10px;
}
.bio a{
  font-weight: bold;
  font-size: 14px;
/*text-decoration-line: underline;*/
color: #333333;
margin-top: 20px;
}
.whybio-pik{
  width: 100%;
  height: auto;
}
.whybio-pik img{
  width: 100%;
  height: auto;
}
.cwl-con-bg{
  background: #F0F4FF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.cwl-con-bg h4{
  font-size: 24px;
  line-height: 42px;
  color: #192857;
  margin-bottom: 17px;
  font-family: 'Exo', sans-serif;
}
.cwl-con-bg ul{
  list-style-type: disc;
  padding-left: 17px;
}
.cwl-con-bg ul li{
  font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 16px;
}
.cylinder{
  position: absolute;
  bottom: -37px;
    left: -39px;
    width: 107px;
}
.bio-bttom{
  right: 0;
    position: absolute;
    bottom: -37px;
    width: 219px;
}
.enquire h4{
  font-weight: 500;
font-size: 40px;
letter-spacing: 0.1em;
color: #FFFFFF;
font-family: 'Exo', sans-serif;
margin-bottom: 5px;
}
.enquire p{
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.enquire a{
  background: #83C342;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #000000;
    padding: 10px 14px;
}
.enquire a:hover{
  background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #000000;
    padding: 10px 14px;
}
.innews{
  width: 100%;
  height: auto;
  background: #F0F4FF;
border-radius: 10px;
padding: 20px;
box-shadow: 0px 0px 8px #00000038
}

.innews-time{
  font-size: 12px;
  color: #555555555555;
}
.innews-title{
  font-weight: 700;
    font-size: 25px;
    line-height: 42px;
    color: #192857;
}
.navbar-toggler {
  background-color: white;
}
.our-brand .owl-item{
  padding-top:10px;
  padding-bottom: 10px;
}
.inthenews .owl-item{
  padding-top:10px;
  padding-bottom: 10px;
}
.video-slied .owl-item{
  padding-top:10px;
  padding-bottom: 10px;
}
.comp-moto{
  border: 8px solid rgb(165 215 95 / 20%);
    background: #ebffd0;
    padding: 30px;
    transition: 0.3s ease-out;
}
.comp-moto:hover{
  border: 8px solid rgb(165 215 95 / 100%);
    background: #ebffd0;
    padding: 30px;
}
.comp-moto h3{
  font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #192857;
    font-family: 'Exo', sans-serif;
}
.green-energy{
  width: 166%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}
.green-energy img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.video-cont{
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.video-cont img{
  width: 100%;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
}
.video-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(25, 40, 87, 0) 0%, #192857 100%);
  top: 0;
  padding: 20px;
}
.video-overlay a img{
  width: 14px!important;
  height: auto;
  margin-right: 9px;
}
.video-overlay a{
  display: flex;
  align-items: baseline;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  bottom: -102px;
}
.video-overlay a span{
  width: calc(100% - 20px);
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.custome_btn_career {
  width: 177px;
  height: 43px;
  border: 2px solid #4b4b4b;
  font-size: 14px;
  color: #535353!important;
  font-weight: 600;
  transition: 0.3s;
  font-family: 'Exo', sans-serif;
  text-align: center;
  line-height: 41px;
  letter-spacing: 0.16em;
  box-shadow: 7px 7px 0px rgb(0 0 0 / 10%);
  cursor: pointer;
}
.custome_btn_career:hover {
  box-shadow: 7px 7px 0px rgb(0 0 0 / 20%);
}
.lorp{
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 30px 0px rgb(167 167 167 / 16% );
}
/* .lorp>div{
  min-height: 300px;
} */
.job-des{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
.quat{
  width: 46px!important;
  height: auto;
  position: absolute;
  left: 0;
}
.lead_img{
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 19px #00000014;
}
.lead_img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: fill;
}
.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about-part, #ourLeadership, #ourJourney{
  width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    top: -80px;
}
.single-brand{
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  /* background: linear-gradient(180.42deg , #192857 0.4%, rgba(25, 40, 87, 0) 99.68%); */
  /*background-image: url("../images/bg/diagonal.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  /*box-shadow: -11px 11px 0px rgb(0 0 0 / 4%);*/
}
.single-brand-ovr{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /* background: linear-gradient(180.42deg , #192857 0.4%, rgba(25, 40, 87, 0) 99.68%); */
  background: #fdfffb;
}

@media screen and (max-width: 768px) {
  .counter {
    width: 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .counter {
    width: 50%;
  }
}





.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    /* margin-right: 20px; */
    width: 200px;
}
.demo-gallery > ul > li a { 
  border: 3px solid #192857;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 2px;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px; 
}
.lg-sub-html h4 {
  margin: 0!important;
  font-size: 16px!important;
  font-weight: 700!important;
  color: #fff;
  font-family: 'Exo', sans-serif;
  letter-spacing: 0.16em;
}
#lg-download, #lg-share, #lg-actual-size{
  display: none;
}
.lg-sub-html p{
  color: #fff;
  font-size: 14px!important;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
  border-color: rgb(25 40 87 / 100%);
}
.ge-con p{
  font-size: 15px!important;
    line-height: 180%!important;
  color: #555555!important;
  text-align: left;
}
.cwl-con-bg table th{
  font-size: 15px;
  color: rgb(25 40 87 / 70%);
}
.cwl-con-bg table td{
  font-size: 15px;
}
.calc .form-group label{
  font-size: 12px;
  /* color: #666; */
  font-weight: 500;
}
.text_btn{
  font-style: italic;
  margin-left: 10px;
}


/* ----======= timeline start =======-----*/

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  /* max-width: 1200px; */
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #a5d75f;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-m {
  padding: 10px 50px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-m::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #192857;
  border: 4px solid #e2ffba;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #e1e8ff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e8ff;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #e1e8ff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e8ff transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content-m {
  padding: 10px 15px;
  background-color: #f1f4ff;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}
.content-m h2 {
  border-bottom: 4px solid #192857;
    margin-bottom: 1px;
    color: #192857;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 30px;
}
.our-client-logo{
  width: 100%;
  height:106px;
  font-size:20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 8px #00000038;
  border-radius: 10px;
  font-weight: 500;
  border-bottom: 4px solid #192857 !important;
  /*background-image: url("../images/bg/diagonal.png");*/
  background-repeat: no-repeat;
  background-size: auto;
  text-transform: uppercase;
}
.oom h4{
  color: #192857;
  margin-bottom: 25px;
}

.oom ul{
  list-style-type: disc;
  padding-left: 17px;
}
.oom ul li{
  font-size: 15px;
    color: #555555;
    font-weight: 400;
    margin: 18px 0;
}
.oom b{
  font-size: 15px;
}
.owl-nav button span{
  height: 40px;
    line-height: 32px;
    font-size: 30px;
}
#myVideo1, #myVideo2{
  width: 100%;
  height: 100%;
}
.objectives{
  width: 100%;
    height: 84px;
    border-radius: 5px;
    border: 1px dashed #bcbcbc;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    /* background: #fcfff7; */
}
.objectives:hover{
  background: rgb(25 40 87 / 100%);
  color: #fff;
  box-shadow: 0 4px 15px 1px rgb(0 0 0 / 10%);
  border: 1px dashed transparent;
}
.comp-moto-left{
  width: 341px;
  height: auto;
  border-right: 2px solid #ddf7ba;
}
.comp-moto-right{
  width: calc(100% - 341px);
}
.comp-moto-right p{
  font-size: 16px;
  line-height: 38px;
}
.lg-sub-html {
  padding: 10px 100px!important;
}
@media screen and (max-width: 1024px) {
  .objectives{
    /* height: 112px; */
    height: auto;
    width: auto;
    display: inline-block;
  }
  }
@media screen and (max-width: 768px) {
.objectives{
  height: auto;
}
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  .comp-moto-right {
    width: 100%;
    padding-left: 0!important;
}
.comp-moto-left{
  width: 100%;
  border-right: none;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddf7ba;
}

/* Full-width containers */
  .container-m {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .content-m h2 {
      display: flex;
  }

/* Make sure that all arrows are pointing leftwards */
  .container-m::before {
    left: 60px;
    border: medium solid #e1e8ff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e8ff transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 18px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
 
}
/* ----======= timeline start =======-----*/



