.inner_banner {
    min-height: 400px;
    background: #F9F9F9;
    align-items: center;
    display: flex;
    padding-top: 100px;
}
.inner_banner .caption h3 {
    font-size:64px;
    font-weight: 700;
    color: #07387a;
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
} 
.inner_banner .caption .breadcrumb {
    background: transparent;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    padding:0;
}
.inner_banner .caption .breadcrumb li a{
    font-size: 18px;
    font-weight: 400;
    color: #B6B6B6;
    text-decoration: none;
}
.inner_banner .caption .breadcrumb li{
    font-size: 18px;
    font-weight: 400;
    color: #B6B6B6;
}
.inner_banner .caption .breadcrumb .breadcrumb-item::before {
    color: #B6B6B6;
    padding: 0 10px;
}
.meet_team {
    padding: 100px 0;
}

.our_team .row {
    margin-top:30px;
}
.our_team .team_list .team_img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}
.our_team .team_list .team_img {
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.our_team .team_list.animate .team_img:before {
    width: 0px;
    transition: width 1s ease-out 0.5s;
}
.our_team .team_list .team_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 1;
}


.our_team .team_list {
    cursor: pointer;
    margin-bottom: 30px;
    transition: 0.5s;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px 30px;
}
.our_team .team_list:hover {
    box-shadow: 0 0 10px #0000001c;
}
.our_team .team_list h3{
    font-size: 30px;
    font-weight: 700;
    color: #07387A;
    transition: 1s;
    transform: translateX(-120%);
    margin-bottom: 5px;
}
.our_team .team_list.animate h3{
    transform: translateX(0%);
    transition-delay: 1s;
}
.our_team .team_list.animate p{
    transform: translateX(0%);
    transition-delay: 1.8s;
}
.our_team .team_list p {
    font-size: 14px;
    margin-bottom: 5px;
    transition: 1s;
    transform: translateX(-120%);

}
.our_team .team_list ul {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin: 0;
     transform: translateX(-150%); 
    transition: 1s;
}
.our_team .team_list.animate ul{
    transform: translateX(0%);
    transition-delay: 2.2s;
}
.our_team .team_list ul li .fa-linkedin-in{    
    width: 30px;
    background: #FF5E11;
    text-align: center;
    padding: 5px 0;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
}
.our_team .team_list ul li i{    
    width: 30px;
    background: #FF5E11;
    text-align: center;
    padding: 5px 0; 
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.team_detail_popup .modal-content {
    padding: 25px;
}
.team_detail_popup .modal-content .close{
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    background: #07387a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 0;
    font-size: 34px;
    outline: none;
    padding-top: 6px;
    color: #fff;
}
.team_detail_popup .modal-content .col-md-8 h3 {
    font-size: 22px;
    font-weight: 700;
    color: #07387a;
}
.team_detail_popup .our_team .team_list {
    margin-bottom: 0px;
    box-shadow: none;
    padding: 0;
    cursor: unset;
    border-radius:0;
}

.who_bnner .title.animate p {
    transition-delay:0s;
}
.who_svg {
     position: relative; 
    margin-bottom: 40px;
}
.who_logo {
    position: absolute;
    width: 80px;
    height: 75px;
    background: #FE5815;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
}
/*.who_people {*/
/*    position: absolute;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border: 2px solid #FE5815;*/
/*    border-radius: 12px;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.peoples img{
    border-radius: 12px;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #FE5815;
    top: 30%;
    left: 45%;
}
.peoples img:nth-child(1){
    left: 30%;
    top: 15%;
}
.peoples img:nth-child(2) {
    left: 24%;
    top: 45%;
}
.peoples img:nth-child(3) {
    left: 32%;
    top: 60%;
    border: 2px solid #07387a;
}
.peoples img:nth-child(4) {
    left: 62%;
    border: 2px solid #07387a;
    top: 20%;
}
.peoples img:nth-child(5) {
    left: 72%;
    border: 2px solid #07387a;
    top: 45%;
}
.peoples img:nth-child(6) {
    left: 56%;
    top: 60%;
}

.fill2{
    animation: path_fill2 3s ease infinite;
}

@keyframes path_fill2 {
    0% {fill:#DDDDDD}
    20% {fill:#07387A}
    80% {fill:#07387A}
    100% {fill:#DDDDDD}
}

.fill1{
    animation: path_fill 3s ease infinite;
}

@keyframes path_fill {
    0% {fill:#DDDDDD}
    20% {fill:#FE5815}
    80% {fill:#FE5815}
    100% {fill:#DDDDDD}
}

.who_logo{
    animation: who_logoa 4s ease infinite;
}

@keyframes who_logoa {
    0% {background:#07387A}
    50% {background:#FE5815}
    100% {background:#07387A}
}


.journey {
    margin: 80px 0 0px;
    height: auto;
    padding-bottom: 40px;
}
.journey .swiper-slide h3 {
    font-size: 18px;
    font-weight: 700;
    color: #07387A;    
    margin-bottom: 12px;
    transition: 1s;
    transform: translateX(-120%);
}
.our_journey .swiper-slide{    
    overflow: hidden;
    padding-bottom: 40px;
    padding-left: 10px;
}
.journey .swiper-slide p {
    font-size: 16px;
    line-height: 1.5;
    min-height: 80px;
    color: #969696;
    transition: 1s;
    transform: translateX(-120%);
}
.our_journey.animate .swiper-slide h3{
    transform: translateX(0%);
    transition-delay: 2s;
}
.our_journey.animate .swiper-slide p{
    transform: translateX(0%);
    transition-delay: 3s;
}
.our_journey .journey-icon {
    background: #07387a;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    right: -40px;
    z-index: 0;
}
.our_journey .journey-icon.swiper-button-prev {
    left: -40px;
}
.our_journey .journey-icon:after {
    font-size: 20px;
    color:#fff;
}

.our_journey .journey:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    width: 0;
    height: 4px;
    background: url(../img/line-journey.svg) repeat-x left center;
    bottom: 60px;
    transition: 1s;
    transition-delay: 1.5s;
}
.our_journey.animate .journey:before {
    width: calc(100% - 10px);
}
.our_journey .journey .swiper-slide:before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FF5E11;
    transition: 0.5s;
    transform: scale(0);
}
.our_journey.animate .journey .swiper-slide:before {
    transform: scale(1);
}
.our_journey .journey .swiper-slide:hover:before {
    transform: scale(1.5);
}


.image_slider{
    margin-bottom:80px;
}
.image_slider .swiper-slide img{
    width:100%;
    height:600px;
    object-fit:cover
}

.image_slider .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 1;
}
.image_slider.animate .swiper-slide:before {
     width: 0px; 
    transition: width 1s ease-out 1s;
}


.image_slider .image_slider-icon:after {
    font-size: 20px;
    color: #fff;
}
.image_slider .image_slider-icon {
    background: #07387a;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    right: 6%;
}
.image_slider .swiper-button-prev {
    left: 6%;
}

.our_presence{
    padding:100px 0;
}
.who_testi{
    padding:100px 0 ;
    position:relative;
}

.testi_slider {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.who_testi:before {
    content: '\f10d';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 5%;
    left: 8%;
    font-size: 40px;
    color: #FF5E11;
}
.testi_slider .swiper-wrapper{
    width:70%;
}
.testi_slider .swiper-wrapper .swiper-slide{
    padding-right: 30%;
    background: #fff;
}
.testi_slider .icons {
    width: 30%;
    height: 100%;
    position: relative;
}
.testi_slider .swiper-wrapper h4 {
    font-size: 36px;
    font-weight: 700;
    color: #484848;
    transition: 1s;
    transform: translateX(-120%);
}
.who_testi.animate .testi_slider .swiper-wrapper h4 {
    transform: translateX(0%);
}
.testi_slider .swiper-wrapper h6 {
    color: #07387A;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    transition: 1s;
    transform: translateX(-120%);
}
.who_testi.animate .testi_slider .swiper-wrapper h6 {
    transform: translateX(0%);
    transition-delay: 1.5s;
}
.testi_slider .swiper-wrapper h5 {
    color: #ff5e11;
    font-size: 20px;
    font-weight: 500;
    margin-top: -15px;
    transition: 1s;
     transform: translateX(-120%); 
}
.who_testi.animate .testi_slider .swiper-wrapper h5 {
    transform: translateX(0%);
    transition-delay: 2s;
}
.testi_slider .testi-icon {
    background: #07387a;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    right: 0px;
}
.testi_slider .swiper-button-prev {
    left: unset;
    right: 20%;
}
.testi_slider .testi-icon:after {
    font-size: 20px;
    color: #fff;
}


.inner.project {
    padding: 60px 0;
    background: #07387a;
    border-bottom: 5px solid #FF5E11;
    color: #fff;
}
.inner.project .product_img {
    width: 40%;
    height: 400px;
    margin-bottom: 40px;
}
.inner.project .product_img img {
    height: 400px;
    width: 100%;
    object-position: top;
    object-fit: cover;
}
.inner.project .title h3 {
    color: #fff;
}
.inner.project .title h3 {
    color: #fff;
}
.title h3 span {
    font-weight: 700;
    position: relative;
    font-family: 'Exo', sans-serif;
}
.title {
    position: relative;
    overflow: hidden;
}
.title h3 {
    transform: translateX(140%);
    transition: 1s;
}
.title.animate h3 {
    transform: translateX(0%);
}
.title p {
    transform: translateX(140%);
    transition: 1s;
}
.title.animate p {
    transform: translateX(0%);
    transition-delay: 1.5s;
}
.inner.project .title p {
    color: #fff;
}
.inner.project .product_content {
    padding: 0 0 0 80px !important;
}
.inner.project .control_swiper {
    position: absolute;
    bottom: 0;
    left: 16%;
    height: auto;
    text-align: left;
    width: auto;
}
.inner.project .control_swiper .product {
    background: #ffffff;
    width: 36px;
    height: 36px;
    top: 0;
    border-radius: 50%;
    position: relative;
    color: #07387a;
}
.inner.project .control_swiper .swiper-button-prev  {
    left: -45px;
}
.inner.project .mySwiper  {
    padding-bottom: 40px;
    
    
}
.inner.project #product_news:after{
    position: absolute;
    bottom: 50px;
    content: '';
    left: 50px;
    height: 80px;
    background-image: url(../img/Polygon.svg);
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
}


.our_team.project .team_list .team_img {
    height:400px;
}
.our_team.project .team_list p {
    margin: 12px 0;
}
.project_detail_popup .modal-content .close {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    background: #07387a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 0;
    font-size: 34px;
    outline: none;
    padding-top: 6px;
    z-index: 1;
    color: #fff;
}

.project_detail_popup .team_list {
    border-radius:0 0 15px 15px;
    padding: 0px ;
}


.project_detail_popup .team_list {
    height: 400px;
    object-fit: cover;
    border-radius: 0;
    background-image:linear-gradient(rgb(0 0 0 / 15%),rgb(0 0 0 / 15%)),url(../img/project1.jpg);
    background-size: cover;
    display: inline-flex;
    width: 100%;
    align-items: end;
    padding: 40px 60px;
    cursor: unset;margin-bottom: 0;
    background-position: center;
}
.project_detail_popup .project_detail{
    padding:40px 60px ;
}


.project_detail_popup .project_icon svg{
    width: 70px;
    height: 65px;
    fill: #fff;
    background: #FF5E11;
    border-radius: 6px;
    margin: 0 20px 10px 0;
}
.project_detail_popup .our_team .team_list h3 {
    color: #fff;
     transform: translateX(0%); 
}
.project_detail_popup .our_team .team_list p {
    transform: translateX(0%);
    font-size: 18px;
    color: #fff;
}
.project_detail_popup .our_team .team_list p span:first-child {
    padding-left: 0px;
}
.project_detail_popup .our_team .team_list p span {
    padding: 15px;
    font-weight: 400;
}
.project_detail_popup .project_detail h4 {
    font-size: 20px;
    font-weight: 700;
    color: #07387A;
}
.project_detail_popup .project_detail p {
    font-size: 18px;
    color: #969696;
}
.project_detail_popup .project_detail .pro_icons div{
    display: inline-flex;
    width: 55%;
    align-items: center;
    margin: 0 10px;
}
.project_detail_popup .project_detail .pro_icons svg {
    height: 45px;
    fill: #FF5E11;
    margin-right: 15px;
}
.project_detail_popup .project_detail .pro_icons {
    display: inline-flex;
    margin-top: 10px;
    width: 100%;
}
.project_detail_popup .project_detail .pro_icons p{
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.project_detail_popup .project_detail .pro_icons span{
    display: block;
    font-weight: 700;
    line-height: 1;
    font-size: 22px;
}
.project_detail_popup .project_detail .btn_show {
    justify-content: center;
    background: #07387A;
    border-radius: 8px;
    width:100% !important;
    padding: 10px;
    text-align: center;
}
.project_detail_popup .project_detail .btn_show p{
    color: #fff;
}

.view_more .btn-edf svg {
    width: 65px;
    height: 65px;
}
.view_more .btn-edf i {
    width: 65px;
    height: 65px;
}
.view_more .btn-edf .icon:before{
    width: 40px;
    height: 40px;
}
.view_more .btn-edf .icon:after {
    width: 40px;
    height: 40px;
}
.view_more .btn-edf span {
    font-size: 18px;
}

.sec_second {
    background: #07387A;
    text-align: center;    
    padding-bottom: 100px;
    margin-top: 200px;
}
.sec_second .caree_bnn{
    margin-top: -200px;
    margin-bottom: 20px;
}
.sec_second .secsec_img{
    width: 100%;
    height: 550px;
    border-radius: 10px;
    position: relative;
}
.sec_second .secsec_img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}
.sec_second.animate .secsec_img:before {
    width: 0px;
    transition: width 1s ease-out 0.5s;
}
.sec_second .secsec_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 1;
}
.edf_res{
    padding:100px 0 0;
}
.edf_res .col-md-12{
    display:inline-flex;
    width:100%;
    margin: 40px 0;
}
.edf_res .res_right{
    width:50%;
    padding-left:2%;
}
.edf_res  .col-md-12.animate .res_right:before {
    width: 0px;
    transition: width 1s ease-out 1s;
}
.edf_res .res_right:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 1;
}
.edf_res .res_right img {
    height: 250px;
    border-radius: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
    object-fit: cover;
}
.edf_res .res_left{
    width:50%;
    position: relative;
    overflow: hidden;
    padding-left: 5.5%;
    padding-top: 10px;
}
.edf_res .res_left li {
    list-style: none;
    margin-bottom: 80px;
    position: relative;
}
.edf_res .res_left li img {
    height: 38px;
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
}
.edf_res .res_left li h3 {
    font-size: 24px;
    font-weight: 700;
    color: #07387A;
    margin-bottom: 15px;
    transition: 1s;
    transform: translateX(-120%);
}

.edf_res .col-md-12.animate .res_left li h3{
    transform: translateX(0%);
    transition-delay: 2s;
}
.edf_res .res_left li p {
    color: #929292;
    transition: 1s;
    transform: translateX(-120%);
}

.edf_res .col-md-12.animate .res_left li p {
    transform: translateX(0%);
    transition-delay: 3s;
}
.edf_res .res_left:before {
    content: '';
    position: absolute;
    left: 1%;
    width: 3%;
    height: 00%;
    background: url(../img/line-journey2.svg) repeat-y center center;
    top: 10px;
    transition: 1.5s;
    transition-delay: 1.5s;
}
.edf_res .col-md-12.animate .res_left:before {
    height: calc(100% - 80px);
}
.edf_res .col-md-12 .res_left li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -11.5%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FF5E11;
    transition: 0.5s;
    transform: scale(0);
}
.edf_res .col-md-12.animate .res_left li:before {
    transform: scale(1);
}
.edf_res .col-md-12 .res_left li:hover:before {
    transform: scale(1.5);
}


.life_img {
    width: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-right: 5%;
}
.life_img2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    margin: 80px 0;
}

.life_img .limg{
    position: relative;
    padding: 0 5px;
    border-radius: 20px;
    overflow: hidden;
}
.life_img .limg img{
    width:100%;height:100%;
    border-radius: 20px;
}
.meet_team .life_img .limg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 1;
}
.meet_team.animate .life_img .limg:before {
    width: 0px;
    transition: width 1s ease-out 1.5s;
}

.sec_second {
    padding: 100px 0; 
}
.sec_second button:hover {
    width: 100px;
    height: 100px;
    color: #07387a;
}
.sec_second button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition:0.2s;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #FF5E11;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    font-size: 24px;
}
#life_video .modal-content .close {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    background: #07387a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 0;
    font-size: 34px;
    outline: none;
    padding-top: 6px;
    z-index:9;
    color: #fff;
}
.life_gallery{
    padding-bottom:100px;
    position:relative;
    overflow: hidden;
}
.gallery_item{
    display: flex;
    padding: 2px;
    flex-wrap: wrap;
    transition: 0.3s;
}
.gallery_item .gallery__column{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*width: 20%;*/
    
    column-count: 4;
    column-gap: 0px;
    width: 100%;
}
.gallery_item .gallery__column figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 0px;
  break-inside: avoid;
}
.gallery_item .gallery__column figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}
.gallery_item .gallery__column a:hover img {
    transform: scale(1.2);
}
.gallery_item .gallery__column a img {
    transition: 1s;
}
.gallery_item .gallery__column a{
    margin: 6px;
    overflow: hidden;
}
.news {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.news .left_news {
    width:26%;
    padding-right:4%;
}
.news .col-md-12.animate .right_news .latest_list .latest_img:before {
    width: 0px;
    transition: width 1s ease-out 1.5s;
}
.news .left_news .nav-link{
    background: transparent;
    color: #676767;
    font-size: 24px;
    margin-bottom: 8px;
    padding: 0;
    position: relative;
    padding-bottom: 5px;
    font-weight: 400;
    border-radius: 0;
    overflow: hidden;
}
.news .left_news .nav-link:hover:before {
    transform: translateX(0);
}
.news .left_news .nav-link:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f1793a;
    transform: translateX(-110%);
    content: '';
    position: absolute;
    transition: transform .5s ease;
}
.news .left_news .nav-link.active:before {
    transform: translateX(0%);
}
.news .right_news {
    width: 70%;
}
.news .right_news .latest_list {
    width: 48%;
    margin-bottom: 60px;
}
.news .right_news .tab-pane{
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news .right_news .tab-pane.show.active {
    display: flex;
}
.news .right_news .tab_title{
    width: 100%;
    color: #07387A;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.news .right_news .latest_list img {
    height: 250px;
}
.news .right_news .latest_list.animate h4 {
    transform: translateX(0%);
    transition-delay: 2s;
}
.news_img img{
    height: 450px;
    object-fit: cover;
}
.news_details  {
    position: relative;
    padding-top: 100px;
}
.related-news{
    padding-top: 100px;
}
.related-news .latest_list.animate h4 {
    transform: translateX(0%);
    transition-delay: 2s;
}
.related-news .latest_list.animate .latest_img:before {
    width: 0px;
    transition: width 1s ease-out 1.5s;
}
.related-news .latest_list .latest_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 1;
}
.social_links_news{
    position: absolute;
    left: 6%;
    top: 100px;
}
.social_links_news li{
    list-style: none;
    margin-bottom: 5px;
}
.social_links_news li a{
    font-size: 30px; 
    transition: 0.5s;
    display: block;
}
.social_links_news li:hover a{
    transform: translateY(-15px);
}
.social_links_news li a .fa-facebook{
    color: #4267B2;
}
.social_links_news li a .fa-instagram{
    color: #C13584;
}
.social_links_news li a .fa-twitter-square{
    color: #1DA1F2;
}
.social_links_news li a .fa-youtube-square{
    color: #FF0000;
}
.brochue{
    padding-top: 100px;
}
.bro_list{
    text-decoration: none !important;
    display: block;
}
.brochue  .col-md-4 h3{
    font-size: 18px;
    color: #07387A;
    font-weight: 700;
    margin-top: 25px;
}
.brochue  .col-md-4 {
    margin-bottom: 50px;
}
.brochue .bro_img {
    height: 390px;
    margin: 0 40px;
    overflow: hidden;
}
.brochue .bro_img img{
    height: 100%;
    transition: 1s;
    object-fit: contain;
}
.brochue .bro_list:hover .bro_img img{
    transform: scale(1.2);
}
.brochue .col-md-4 .bro_list:hover h3 {
    color: #fe5815;
}
.brochue .bro_list.animate .bro_img:before {
    width: 0px;
    transition: width 1s ease-out 1s;
}
.brochue .bro_list .bro_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 1;
}
.image_slider.offer .swiper-slide img {
    height: 500px;
}
.our_presence.offer_last {
    padding: 0 0 ;
}
.our_presence.offer_last img {
    height: 550px;
    object-fit: contain;
}

.our_tech{
    padding:100px 0 50px;
}
.our_tech .latest_list img {
    height: 400px;
}
.our_tech .latest_img {
    border-radius: 15px;
}
.our_tech  .latest_news {
    padding-top: 50px;
}

.business_line{
    padding-bottom: 100px;
}

.busine_list ul {
    display: inline-flex;
    width: 100%;
    margin-bottom: 0;
    list-style: none;
    margin-top: 60px;
}
.busine_list li {
    position: relative;
}

.busine_list .busine_img {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.busine_list .busine_img img {
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.busine_list li:hover .busine_img img {
    transform: scale(1.2);
}
.busine_content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
    z-index: 1;
    transition: 0.6s;
}
.busine_list li:hover .busine_content {
    padding-bottom: 60px;
}
.busine_content h5{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.busine_content  p{
    font-size: 14px;
    color: #fff;
}
.busine_content:before {
    content: '';
    position: absolute;
    background: linear-gradient( 0deg, black, transparent);
    width: 100%;
    height: 110%;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.busine_content .btn-edf svg {
    width: 30px;
    height: 30px;
}
.busine_content .btn-edf i {
    width: 30px;
    margin-right: 10px;
    height: 30px;
}
.busine_content .btn-edf .icon:before{
    width: 18px;
    height: 18px;
}
.busine_content .btn-edf .icon:after {
    width: 18px;
    height: 18px;
}
.busine_content .btn-edf span {
    font-size: 12px;
}
.our_tech .control_swiper {
    display: inline-flex;
    justify-content: right;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.our_tech  .control_swiper .swiper-pagination {
    position: relative;
    left: 0;
    z-index: 0;
    bottom: 8px;
}
.our_tech .swiper_arrow {
    top: 0;
    width: 60px;
    z-index: 0;
    margin-left: 60px;
}
.our_tech .control_swiper .swiper-button-next {
    left:auto;
    right: 0;
}
.our_tech .control_swiper .swiper-button-prev {
    left: -50%;
}
.our_tech .latest_list h4 {
    font-size: 36px;
}
.our_tech .latest_list p {
    font-size: 16px;
     transform: translateX(-100%); 
    transition: 1s;
}
.our_tech.animate .latest_list h4 {
     transform: translateX(0%); 
    transition-delay: 1.5s;
}
.our_tech.animate .latest_list p {
     transform: translateX(0%);
    transition-delay: 2s;
}
.our_tech .latest_list .latest_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 1;
}
.our_tech.animate .latest_list .latest_img:before {
    width: 0px;
    transition: width 1s ease-out 1.2s;
}
.our_tech .latest_date .ser_icons{
     width: 40px;
    height: 40px !important;
    object-fit: contain;
}

.privacy_policy{
    padding:100px 0 0;
}
.privacy_policy h5 {
    color: #07387A;
    font-weight: 700;
    font-size: 20px;
    margin: 15px 0;
}

.privacy_policy p {
    font-size: 18px;
    color: #969696;
}
.privacy_policy ul li {
    font-size: 18px;
    color: #969696;
}.privacy_policy ol li {
    font-size: 18px;
    color: #969696;
}
.career{
    padding: 100px 0;
}
.career .card {
    width: 100%;
    padding: 0;
    border: 1px solid #E4E4E4;
    margin-bottom: 40px;
    transition: 0.5s;
}
.career .card:hover {
    box-shadow: 0 0 10px #00000033;
}
.career .card .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.career .card .card-header ul {
    display: inline-flex;
    list-style: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 30px 40px;
    cursor: pointer;
}
.career .card .card-header ul h4{
    color: #484848;
    font-size: 28px;
    font-weight: 700;
}
.career .card .card-header ul p {
    color: #B5B5B5;
    font-size: 16px;
    margin-bottom: 0;
}

.contact_form {
    padding: 100px 0 0;
}
.contact_form .row {
    box-shadow: 0 0 10px #00000091;
    border-radius: 15px;
}
.contact_left {
    background: #07387A;
    color: #fff;
    padding: 60px;
    width: 100%;
    height: 100%;
    border-radius: 15px 0px 0 15px;
    position: relative;
    overflow: hidden;
}
.con_title h4{
    font-size: 36px;
    font-weight: 700;
}
.contact_left ul{
    list-style: none;
    margin: 40px 0 0;
}

.contact_left ul li {
    display: inline-flex;
    align-items: center;
    margin-bottom: 40px;
    width:100%;
}
.contact_left ul li i {
    font-size: 24px;
    margin-right:20px;
}
.contact_left ul li p {
    margin: 0;
}
.contact_left ul li i.fa-phone-square {
    transform: rotate(90deg);
}
.contact_right {
    padding: 60px 25px;
}

.contact_right label {
    color: #454545;
    font-weight: 400;
}
.contact_right .form-control{
    width: 95%;
    box-shadow: none;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 5px 12px;
    height: 50px;
}
.contact_right textarea.form-control{
    width: 100%;
    height: auto;
}
.contact_left:after {
    content: '';
    position: absolute;
    z-index: 0;
    right: -30px;
    background-image: url(../img/bac_logo.svg);
    width: 150px;
    height: 200px;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.contact_left:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: -30px;
    background-image: url(../img/bac_logo.svg);
    width: 100px;
    height: 120px;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(155deg);
}
.jobs_form{
    width: 80%;
    margin: 10px auto 0;
}
.jobs_form label{
    color: #454545;
    font-weight: 400;
}
.jobs_form .form-control {
    width: 100%;
    box-shadow: none;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 5px 12px;
    height: 50px;
}.jobs_form textarea.form-control {
    height: auto;
}
.career  .card-body {
    padding: 0 40px;
}