/* hm-about */
.hm_about {
    margin-top: 40px;
}
.hm_about_left {
    height: 330px;
}
.hm_about_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm_about_right {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.count_wrap {
    background: #F5F6F7;
    padding: 20px;
    position: relative;
}
.count {
    color: #0074BC;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 32px;
}
.count_wrap span {
    color: #1C1A1A;
    font-size: 20px;
    font-weight: 400;
}
.plus:after {
    content: "+";
    display: inline-block;
  }
  .million:after {
    content: "Millions";
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
  }
  .sqft:after {
    content: "sqft";
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
  }
  .count_wrap img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  object-fit: contain;
  opacity: 0.5;
}
#counter {
    margin-top: 40px!important;
}
.flex_title h4 {
    width: 510px;
}

/* hm project */
.hm_project_wrap {
    height: 470px;
    display: flex;
    position: relative;
}
.hm_project_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm_project_wrap span {
    width: 50px;
    height: 50px;
    background: #0074BC;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     transition-duration: .5s;
}
.project_name {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    padding: 60px;
    background: #0074bcd2;
    transition-timing-function: cubic-bezier(.25,.74,.22,.99);
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
    transition-duration: .5s;
}
.hm_project_wrap:hover .project_name  {
    transition-duration: .5s;
    -webkit-clip-path: circle(70.71068% at 50% 50%);
    clip-path: circle(70.71068% at 50% 50%);
}
.hm_project_wrap:hover span{
    display: none;
     transition-duration: .5s;
}
.project_name h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}
.project_name p {
    color: #cdcdcd;
    font-size: 14px;
}
.hm_project_left {
    width: 270px;
}
#projects_slider .owl-nav {
    display: flex;
}
#projects_slider .owl-nav button {
    width: 43px;
    height: 43px;
    background: #0074BC !important;
    align-items: center;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#projects_slider .owl-nav {
    display: flex;
    position: absolute;
    left: -50%;
    bottom: 0;
}
#projects_slider .owl-nav .disabled {
    opacity: .5;
}
/* hm clients */
 
.hm_client_left p {
    color: #DEDEDE;
    margin-top: 20px;
    margin-bottom: 0;
}
.hm_client_left {
    width: 322px;
}
.client_logo {
    height: 120px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_logo img {
    max-width: 130px;
    max-height: 80px;
    object-fit: contain;
}
.hm_clients_right {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.hm_clients_right::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 8%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 116, 188, 0) 22.73%, #0074BC 78.18%);
    z-index: 9;
}
/* hm blog */
.hm_latest_blog {
    text-decoration: none;
    border-right: 1px solid #00000021;
    display: inline-block;
    padding-right: 24px;
}
.blog_image {
    height: 350px;
}
.blog_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.date {
    color: #5C5C5C;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 400;
    margin: 15px 0px;
}
.date iconify-icon{
    margin-right: 10px;
}
.hm_latest_blog h5 {
    color: #1C1A1A;
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 20px;
}
.hm_blog_img {
    height: 180px;
}
.hm_blog_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog_bottom span {
    min-width: 43px;
    height: 43px;
    background: #0074BC;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_bottom h6 {
    font-size: 20px;
    color: #1C1A1A;
    font-weight: 500;
    line-height: 24px;
	    padding-right: 10px;
}
.hm_other_blogs {
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.hm_blog_wrap {
    margin-top: 40px;
}
.product_accordian .accordion-item {
    border: 0;
}
.product_accordian button{
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    color: #1C1A1A;
}
.product_accordian button span{
    background: #0074BC;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}
.product_accordian .accordion-item {
    background: transparent;
}
.product_accordian .accordion-button {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0;
    padding: 20px 0px;
}
.product_accordian .accordion-button::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #0074BC;
}
.product_accordian .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.product_accordian .accordion-button:not(.collapsed) {
    color: #1C1A1A;
    background-color: transparent;
}
.hm_product_img {
    height: 300px;
    position: relative;
    background: #000;
}
.hm_product_left .common_btn {
    margin-top: 40px;
}
.product_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}
.hm_product_img a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.product_accordian {
    margin-left: 50px;
}
.product_accordian .accordion-button::after{
    display: none;
}

/* footer */
footer {
    padding: 80px 0px 30px;
}
.ftr_text p {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0;
    width: 85%;
}
.ftr_address .common_btn {
    padding: 0;
    margin: 0 0 30px;
}
.ftr_text a {
    margin-bottom: 32px;
    text-decoration: none;
    display: flex;
}
.ftr_title {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 25px;
    width: fit-content;
}
.ftr_title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 40%;
    height: 1px;
    background: #0074BC;
}
.ftr_address_wrap a {
    color: #E0E0E0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
/*     text-transform: capitalize; */
    line-height: 18px;
}
.num_mail a {
    margin-right: 80px;
}
.quick_links a {
    color: #E0E0E0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 18px;
    display: block;
}
.ftr_address ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.ftr_address ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 0px 60px;
    height: 100%;
}
.ftr_address ul li:nth-child(2){
    border-right: 1px solid #0074BC;
    border-left: 1px solid #0074BC;
}
.ftr_address ul li h6 {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.ftr_address ul li a{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.ftr_address {
    margin-top: 40px;
}
.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    border-top: 1px solid #cecece21;
    padding-top: 20px;
}
.copy_right p {
    color: #FFFFFF80;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.copy_right p a {
    color: #FFFFFF80;
    text-decoration: none;
}
.soacial_media span {
    color: #E3E3E3;
    font-size: 12px;
    font-weight: 400;
    margin-right: 20px;
}
.soacial_media{
    display: flex;
    align-items: center;
}
.soacial_media a {
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 20px;
}

/* serviice */
.gallery-thumbs {
    height: 100%;
}
.gallery-thumbs .swiper-wrapper {
    align-items: center;
}
.gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px !important;
    height: 330px;
    position: relative;
}
/* .gallery-thumbs .swiper-slide img {
    filter: contrast(0.5) blur(1px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
} */
.gallery-thumbs .swiper-slide-active img {
    filter: contrast(1) blur(0px) !important;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.spacer {
    margin-top: 40px;
}
.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container.testimonial {
   height: 300px;
}
.testimonial-section .user-saying {
    background: #F5F6F7;
    padding: 40px;
}
.testi-user-img {
   width: 40%;
}
.testimonial-section {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   height: 100%;
}
.quote h6 {
    color: #031A34;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.quote a{
    margin-top: 50px;
}
.plus:after {
    content: "+";
    display: inline-block;
  }
  .million:after {
    content: "Million";
    display: inline-block;
  }
  .sqft:after {
    content: "sqft";
    display: inline-block;
  }
  .counter {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.counter li {
    background: #F5F6F7;
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}
.about_count {
    margin-left: 50px;
}
.counter li p {
    margin: 0;
    color: #1C1A1A;
    font-size: 14px;
    font-weight: 500;
}
.about_left .common_tite {
    margin: 20px 0px;
}
.head_centre {
    text-align: center;
}
.head_centre p {
    width: 470px;
    margin: 0 auto;
}
.head_centre .sub_title{
    justify-content: center;
}
.head_centre .common_tite {
    margin: 15px 0px;
}
.clients_logo ul {
    padding: 0;
    margin: 50px 0 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #00000012;

}
.clients_logo ul li{
    border-right: 1px solid #00000012;
    width: 16.6%;
    text-align: center;
    padding: 20px;
}

.clients_logo ul li img {
    max-width: 100px;
    max-height: 100px;
}

/* service list */
.service_list_top_left {
    width: 520px;
}
.service_list_top_left .sub_title {
    margin-bottom: 20px;
}
#service_list {
    position: relative;
}


  /* service details */
  .service_main_image {
    height: 550px;
}
.service_main_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_head {
    margin-bottom: 40px;
}
#hm_clients .sub_title img {
    filter: brightness(0) invert(1);
  }
  .small_title {
    color: #1C1A1A;
    font-size: 32px;
    font-weight: 500;
  }
  .enquiry_form {
    background: #0074BC;
    padding: 50px 50px 35px;
    margin-bottom: 40px;
    margin-top: -300px;
    z-index: 9;
    position: relative;
}
  .enquiry_input {
    width: 100%;
    background: #F7F7F7;
    border: 0;
    padding: 14px 20px;
    margin-bottom: 20px;
  }
  .enquiry_form textarea{
    height: 150px;
    resize: none;
  }
  .enquiry_form h6 {
    color: #fff;
    margin-bottom: 20px;
  }
  .enquiry_submit {
    background: #031A34;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    font-size: 14px;
  }
.service_head .sub_title {
    margin-bottom: 20px;
}
#about_service {
    width: 85%;
    margin: auto;
}
.about_service_left {
    margin-right: 50px;
}
.project_image {
    height: 220px;
}
.project_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.project_wrap {
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.project_title h6 {
    color: #1C1A1A;
    font-size: 20px;
    font-weight: 500;
    width: 80%;
    margin: 0;
}
.project_title span {
    width: 40px;
    height: 40px;
    background: #0074BC;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* career */
#why_wrk_with_us {
    padding-bottom: 45px;
}
.career_right {
    height: 340px;
}
.career_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.career_left .common_tite {
    margin: 15px 0px;
}
.why_wrk_with_us {
    margin-top: 40px;
}
.why_wrk_with_us_wrap h6 {
    color: #1C1A1A;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.why_wrk_with_us_wrap h6 img {
    margin-right: 20px;
    width: 45px;
}
.why_wrk_with_us_wrap{
    margin-bottom: 55px;
}
.why_wrk_with_us_wrap p {
    width: 500px;
}
.total_positions {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #C1C1C1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #0074BC;
    border-radius: 4px;
    top: 0;
    right: -30px;
}
.open_position_head h4 {
    width: fit-content;
}
.open_position_head {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px;
}
.open_positions {
    width: 70%;
    border-left: 1px solid #d4d4d4;
    float: right;
}
#open_positions {
    display: inline-block;
    width: 100%;
}
.category {
    background: #F5F6F7;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #7C7C7C;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
}
.job_detaile {
    padding: 30px 20px;
    border-bottom: 1px solid #CBCBCB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.job_detaile h6 {
    color: #191818;
    font-size: 20px;
    font-weight: 600;
}
.location {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
}
.category::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    background: #0074BC;
    width: 3px;
    height: 25px;
    transform: translate(-50%, -50%);
}
/* project list */
#project_category .nav .nav-link {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 10px 0px;
}
#project_category .nav .active {
    background: transparent !important;
    color: #031A34 !important;
    font-weight: 600;
}
#project_category .tab-content {
    width: 67%;
}
#project_category .nav {
    width: 33%;
}
#project_category .hm_project_wrap {
    height: 350px;
    margin-bottom: 24px;
}
.left-side {
    display: inline-block;
    position: sticky;
    top: 100px;
}
  .main-section {
    width: 1100px;
    margin: 50px auto;
    clear: both;
  }
  .main-section:before,
  .main-section:after {
    content: "";
    display: table;
    clear: both;
  }
  .right-side {
    width: 750px;
    display: inline-block;
    vertical-align: top;
    float: right;
/*    background: #f3f3f3;*/
}
  #project_category {
    margin-top: 50px;
}
.project_names {
    padding: 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.18%, #000000 100%);
    width: 100%;
}
.project_names h6{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

/* project details */
.project_location {
    background: #0074BC;
    padding: 40px;
    position: relative;
    top: 80px;
    width: 440px;
    z-index: 9;
}
.project_location h6 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.project_location p {
    color: #F3F3F3;
    font-weight: 400;
    margin: 0;
}
.project_details {
    margin-top: 25px;
}
.project_detail_left h4 {
    margin-bottom: 20px;
}
.project_detail_left {
    width: 640px;
}
/* .project_detail_image {
    height: 500px;
} */
.project_detail_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about_project {
    width: 740px;
    margin: 50px auto;
}
.image_wrap {
    height: 450px;
}
.image_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.other_project_wrap {
    height: 280px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.other_project_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.other_project_title {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.18%, #000000 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.other_project_title span {
    width: 40px;
    height: 40px;
    background: #0074BC;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other_project_title span img {
    width: 14px;
    object-fit: contain;
}
.other_project_title h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    width: 60%;
    margin: 0;
}
#other_projects .flex_title{
    margin-bottom: 40px;
}
.product_left h4 {
    margin: 20px 0px;
}
.product_right {
    height: 400px;
/*     margin-left: 40px; */
}
.product_left {
  padding-right: 30px;
}
.product_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_image {
    height: 250px;
    /* overflow: hidden; */
}
.product_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_list_wrap:hover .product_image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product_list_description {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.product_list_description h6 {
    color: #1C1A1A;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.product_list_description a {
    margin-top: 20px;
}
.product_list_wrap {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    transition: all .5s linear;
}
.product_list_wrap::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #0074BC;
    width: 0%;
    height: 1px;
    transition: all .5s linear;
}
.product_list_wrap:hover::after{
    width: 100%;
    transition: all .5s linear;
}
/* product details */
.product_detail_right {
    width: 710px;
    float: right;
}
.product_detail_image {
    height: 450px;
    margin-top: 30px;
}
.product_detail_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#product_details {
    display: inline-block;
    width: 100%;
}

/* blog */
#latest_news {
    display: inline-block;
    width: 100%;
}
.latest_news {
    width: 75%;
    float: right;
    border-left: 1px solid #00000021;
    padding-left: 20px;
}
.blog_img {
    height: 300px;
}
.blog_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest_news a {
    border-top: 1px solid #00000021;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    text-decoration: none;
}
.blog_content h6 {
    color: #1C1A1A;
}
.blog_content h6 {
    color: #1C1A1A;
    font-size: 32px;
    margin-bottom: 50px;
}
/* .blog_content button {
    float: right;
    margin-top: 20px;
} */
.blog_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
/* contact */
#contact_address{
    position: relative;
}
.contact_left {
    height: 650px;
}
.contact_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.label_style {
    color: #0074BC;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact_input {
    width: 100%;
    border: 0;
    padding: 13px 20px;
    background: #F5F6F7;
    border-radius: 6px;
    margin-bottom: 34px;
    resize: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
}
.contact_submit {
    background: #031A34;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.contact_left {
    height: 650px;
    margin-right: 50px;
}
#contact .container {
    width: 80%;
}
.contact_form {
    margin-top: 50px;
}
.contact_address_left ul {
    padding: 0;
    margin-top: 40px;
    list-style: none;
    width: 35%;
}
.contact_address_left ul li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.icon {
    min-width: 40px;
    height: 40px;
    background: #0074BC;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 20px;
}
.contact_address_left a{
    color: #2F2D2D;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.google_map {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.google_map iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contact_address .container {
    width: 80%;
}
.contact_input::placeholder {
    color: #bdbdbd;
    font-size: 14px;
    text-transform: capitalize;
}






#slider {
    box-sizing: border-box;
    min-width: 768px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
#slide ul {
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
#slide ul li {
    position: relative;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
#slide ul li .img {
    width: 100%;
    height: 400px;
    transition: all .5s linear;
}
#slide ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
}
#slide {
    height: 400px;
    overflow: hidden;
    padding-left: 50px;
}
#slide ul{
    padding: 0;
    margin: 0;
    list-style: none;
    transition: all .5s linear;
}
#thumbnail .thumbnail-list {
    transition: all .5s linear;
    padding: 0;
    margin: 0;
    list-style: none;
    transition: all .5s linear;
}
#thumbnail .thumbnail-list li {
    cursor: pointer;
    padding: 20px 25px;
    position: relative;
    z-index: 1;
    transition: all .5s linear;
    border-left: 1px solid #00000012;
}
#thumbnail .thumbnail-list li::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 0%;
    background: #0074BC;
    top: 0;
    left: 0;
    transition: all .5s linear;
}
#thumbnail .thumbnail-list .active::after{
    height: 100%;
}
#thumbnail .thumbnail-list li h6 {
    color: #1C1A1A;
    font-size: 24px;
    font-weight: 500;
    transition: all .5s linear;
}
#thumbnail .thumbnail-list li p{
    margin: 0;
    transition: all .5s linear;
}
.blur-img {
    width: 300%;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-position: 100% 0;
    background-size: cover;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.blur-content {
    height:400px;
    overflow:hidden;
    position:absolute;
    right:0;
    top:0;
    width:33.3%;
}
.highlight_head {
    width: 510px;
    margin-bottom: 40px;
}
.highlight_head .sub_title {
    margin-bottom: 20px;
}

/* next service slide style */
.slider-container {
    position: relative;
    overflow: hidden;
    /* width: 100vw; */
    height: 450px;
}

.left-slide {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .5s ease-in-out;
}

.left-slide > div {
    height: 100%;
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    background: #0074BC;
    padding: 80px;
    align-items: center;
}
.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    transition: transform .5s ease-in-out;
}

.right-slide > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}
.left-slide .sub_title img {
    filter: brightness(0) invert(1);
}
.left-slide .sub_title{
    margin-bottom: 30px;
}
.left-slide > div h4 {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 140px;
}
.action-buttons {
    position: absolute;
    right: 70px;
    bottom: 40px;
    display: flex;
}
.action-buttons button {
    background: #0074BC;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.common_dark_btn .common_arrow {
    background: #FFFFFF;
}
.team_wrap_left {
    width: 20%;
    float: left;
    position: relative;
    height: 400px;
}
.team_wrap_right {
    width: 80%;
    float: right;
    position: relative;
}
#our_team {
    display: inline-block;
    width: 100%;
/*     margin-bottom: 85px; */
}
.team_count {
    width: 170px;
    height: 170px;
    background: #0074BC;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.team_count span {
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 500;
}
.team_count p {
    color: #DEDEDE;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.team_images {
    height: 400px;
    width: 600px;
}
.team_images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_content {
    background: #0074BC;
    padding: 40px;
    width: 600px;
    position: absolute;
    right: 0;
    bottom: -110px;
}
.team_content p {
    color: #DEDEDE;
    margin-bottom: 0;
}
.team_content .common_tite{
    margin-bottom: 20px;
}
/* service list fix and slide */
.desktop-only {
    display: none !important;
  }
  .content {
    padding: 4rem 2rem;
  }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  @media (max-width: 1017px) {
    .image-wrapper {
      height: 100vw;
      overflow: hidden;
      max-height: 500px;
    }
  }
  @media (min-width: 1017px) {
    h2 {
      font-size: 50px;
    }
    h3 {
      font-size: 60px;
    }
    .mobile-only {
      display: none !important;
    }
    .desktop-only {
      display: flex !important;
    }
  
    .vertical-slider > * {
      width: 50%;
    }
    .sticky {
      position: sticky;
      top: 0;
      height: 100%;
      max-height: 100vh;
    }
    .absolute-full {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .content-wrapper {
        min-height: 100vh;
        opacity: 0.2;
        transition: opacity 0.5s ease-out;
        display: flex;
        align-items: center;
    }
    .content-wrapper.in-view {
      opacity: 1;
      transition: opacity 0.5s ease-out;
    }
    .content {
      padding: 50px;
    }
    .image-wrapper .mask-outer {
      transform: translateY(100%);
      overflow: hidden;
      transition: transform 0.5s ease-out 0.5s;
    }
    .image-wrapper .mask-inner {
      transform: translateY(-100%);
      transition: transform 0.5s ease-out 0.5s;
    }
    .image-wrapper.show .mask-outer {
      transform: translateY(0);
      transition: transform 0.5s ease-out 0.5s;
    }
    .image-wrapper.show .mask-inner {
      transform: translateY(0);
      transition: transform 0.5s ease-out 0.5s;
    }
  }
  .mask-inner.absolute-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}  
/* service categories */
.category_wrap {
    position: relative;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 4em;
  }
  @media only screen and (orientation: portrait) {
    .category_wrap {
      font-size: 2em;
    }
  }
  .category_wrap:nth-of-type(1) {
    background-color: #8c759f;
  }
  .category_wrap:nth-of-type(2) {
    background-color: #c587ae;
  }
  .category_wrap:nth-of-type(3) {
    background-color: #f5b8c7;
  }
  .category_wrap:nth-of-type(4) {
    background-color: #fdcdbe;
  }
  /* set the of the first div to fixed */
  /* Make sure that the div contents remain centered so when the fixed position is applied, the alignment doesn't go out of whack*/
  .category_div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  


  .signature {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.signature a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0cb9d8;
    text-decoration: none;
}

.box-area {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.box {
    width: 15%;
    height: 500px;
    overflow: hidden;
    position: relative;
    transition: all linear 0.6s;
    display: flex;
}
.box:last-child{
    margin-right: 0;
}
.box_content {
    background: #F5F6F7;
    display: none;
    padding: 40px;
    width: 50%;
}
.box_content .common_arrow img {
    width: 14px;
    object-fit: contain;
}
.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
}
.box-area .active img{
    opacity: 1;
}
.box-area .active{
    width: 100%;
    transition: all linear 0.6s;
}
.box-area .active .box_image{
    width: 50%;
}
.box_image{
    height: 100%;
  background: #000;
  position: relative;
  cursor: pointer;
}
.box-area .active .box_content{
    display: block;
}
/* career details */
.career_detail_left ul {
    padding: 0;
    margin: 20px 0px;
    list-style: none;
}
.career_detail_left ul li {
    color: #535353B8;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
}
.career_detail_left ul li::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 10px;
    left: 0;
    background: #0074bc;
}
.career_detail_left p a {
    text-decoration: none;
    color: #0074bc;
    font-weight: 600;
}
.career_detail_left h6 {
    font-size: 20px;
}
.other_jobs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.other_jobs ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.other_jobs ul li a{
    text-decoration: none;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.other_jobs h4 {
    color: #0074BC;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.other_jobs ul li a h6 {
    color: #1C1A1A;
    margin: 0;
    font-size: 16px;
}
.other_jobs ul li a span{
    color: #5C5C5C;
    font-size: 14px;
}
.career_detail_left {
    border-right: 1px solid #ececec;
    margin-right: 40px;
    padding-right: 40px;
}
.career_detail_left .common_btn {
    margin-top: 40px;
}
.hm_products_content .accordion-body {
    padding: 20px 0px;
}
.panel {
    height: 100vh;
    width: 100%;
    z-index: 9;
    background: #f5f6f7;
}
.category_image img {
  width: 100%;
  height: calc(100vh - 150px);
  object-fit: cover;
}
#other_projects {
  position: relative;
  z-index: 9;
}

.panel_head span {
  font-size: 14px;
  color: #919191;
  font-weight: 30;
  margin-right: 20px;
}
.panel_head {
  font-size: 25px;
  margin: 0;
	display: flex;
  line-height: 30px;
}
.phead{
/*     margin-bottom: 50px; */
    text-align: center;
}
.panel .row{
    height: 100vh;
}
.category_content {
  padding-left: 30px;
}
.plusbtn {
  width: 35px;
  height: 35px;
  background: #0074BC;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: .5s;
  z-index: 9;
}
.box .box_image::after {
  content: "";
  background: rgba(0,0,0,0.68);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.box.active .plusbtn {
  display: none;
}
.box.active .box_image::after{
  background: transparent;
}
.contact_right {
  padding-left: 40px;
}
.mar_top {
  position: relative;
  top: 80px;
}


.visionlft img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.v1_in_lt span {
  color: #0074BC;
}
.v1_in_lt h4 {
  color: #fff;
  font-size: 20px;
  margin: 8px 0 30x;
}
.v1_in_rt p {
  color: #ffffffe0;
  margin-bottom: 0;
  font-size: 15px;
}
.v_block {
  padding: 30px;
  display: flex;
}
.v1_in_rt {
  padding-left: 60px;
}
.v_block1 {
  height: 290px;
  padding: 21px;
}
.v_block1 .v1_in_rt {
  padding: 0;
}
.blogimage{
    width: 100%;
}
.blogdetail .right-side {
  padding-left: 40px;
}
.blogdetail .right-side ul {
  padding: 0 0 0 15px;
  color: #535353B8;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.blogdetail .right-side ul li{
  margin-bottom: 6px;
}
.blogdetail .right-side h4 {
  margin-bottom: 20px;
  color: #1C1A1A;
  font-size: 20px;
  font-weight: 500;
}
.recentnews .latest_news1 a {
  text-decoration: none;
}
.recentnews .latest_news1 a h6 {
  font-size: 24px;
  margin-bottom: 20px;
}
.recentnews .latest_news1 a .blog_date {
  margin-top: 25px;
}
.recentnews .latest_news1 a p {
  font-size: 15px;
}
.flex_title1{
    margin-bottom: 40px;
}



/* side popup start */
.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
  }
  
  .customization_popup {
    z-index:9999;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }
  
  .customization_popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  
  .customization_popup_container {
    z-index:999999;
    position: absolute;
    width: 60%;
    margin: 0 auto;
    right: 0;
    top: 0;
    height: 100vh;
    overflow-x: auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatex(400px);
    -moz-transform: translatex(400px);
    -ms-transform: translatex(400px);
    -o-transform: translatex(400px);
    transform: translatex(400px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  
  .customization_popup_container .customization_popup_buttons:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .customization_popup_container .customization_popup_buttons li {
    float: left;
    width: 50%;
    list-style: none;
  }
  
  .customization_popup_container .customization_popup_buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  
  .customization_popup_container .customization_popup_buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
  }
  .customization_popup_container .scrollable-element {
  scrollbar-color: white white;
}

  .no-touch .customization_popup_container .customization_popup_buttons li:first-child a:hover {
    background-color: #fc8982;
  }
  
  .customization_popup_container .customization_popup_buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
  }
  
  .no-touch .customization_popup_container .customization_popup_buttons li:last-child a:hover {
    background-color: #c5ccd8;
  }
  
  .customization_popup_container .customization_popup_close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #182F5B3D;
  }
  
  .customization_popup_container .customization_popup_close::before, .customization_popup_container .customization_popup_close::after {
    content: '';
    position: absolute;
    top: 16px;
    width: 20px;
    height: 1px;
    background-color: #031A34;
  }
  
  .customization_popup_container .customization_popup_close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
  }
  
  .customization_popup_container .customization_popup_close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
  }
  
  .is-visible .customization_popup_container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .popup-heading h3 {
  font-size: 23px;
  color: #000000;
  border-bottom: 1px solid #9294954D;
  padding-bottom: 15px;
}
  .customization_popup_container {
  padding: 30px 30px 0;
}
.customization_popup_container .wpcf7 form .wpcf7-response-output {
  margin: 0em 0 1em;
}
.careerbutton {
  height: 45px;
}
  .popup-body-div{
    margin-bottom: 14px;
  }
  .popup-detail-enter label, .flag-num-place label{
    width: 100%;
    font-size: 17px;
    color: #000000;
    padding-bottom:10px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .popup-detail-enter input, .flag-num-place input{
    width: 100%;
    padding: 11px 9px;
    outline: none;
      box-shadow: none;
      border:1px solid #25253214;
      background: #FFFFFF;
      border-radius: 4px;
  }
  .popup-detail-enter textarea{
    width: 100%;
	  height:80px;
    padding: 11px 9px;
    outline: none;
      box-shadow: none;
      border:1px solid #25253214;
      background: #FFFFFF;
      border-radius: 4px;
  }
  .popup-detail-enter input::placeholder, .popup-detail-enter textarea::placeholder {
    color:#25253299;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 10px 0;
  
  }
.customization_popup_container p {
  margin: 0;
}
.popup-detail-enter {
  margin-bottom: 15px;
}
.posttitle {
  visibility: hidden;
}
  .chech-box label{
    font-size: 17px;
    color: #000000;
  }
  .chech-box input {
    margin-right: 5px;
  }
  .flag-num-place .field-flag input::placeholder{
    color:#25253299;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 50px 10px 10px;
  }
  .popup-top{
    margin-top: 15px;
  }
  .required:after {
    content: "*"
  }
  .additional-info textarea{
   
      outline: none;
      box-shadow: none;
      border: 1px solid #0000001a;
      background-color: #FFFFFF;
      border-radius: 5px;
      width: 100%;
      height:152px;
      padding: 20px 10px;
  }
  .add-info-div h3 {
    padding-bottom: 10px;
  }
  .add-info-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .add-info-div h3{
    font-size: 17px;
    color: #000000;
  }
  
  
  
/* side popup end */
.enquiry_form_wrap p {
  margin: 0;
}
.common_btn img {
    width: 14px !important;
}
.mob_service_content{
	margin-bottom: 20px;
}
.mob_service_content h6{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
#service_mob .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
}
#service_mob .owl-nav button{
	background: #0074BC;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
	font-size: 14px;
}
#next_service_mobile{
	display: none;
}
.mob_service_img {
    height: 240px;
}
.mob_service_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ftr_text img {
    width: 100px;
    filter: brightness(0) invert(1);
}
/* .ftr_text img {
    width: 220px;
} */
textarea.contact_input {
    height: 110px;
}
.our_team_img {
    text-align: center;
    margin-top: 40px;
}
.our_team_img img {
    width: 70%;
    margin: 0 auto;
}
.clients_logo {
    margin-top: 40px;
}
.ftr_text .common_white_btn {
    margin: 20px 0 0;
}
.ftr_address_wrap {
    padding-right: 30px;
}