2@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --primary_font: "Poppins", sans-serif;
    --secondary_font: "Poppins", sans-serif;
    --primary_color: #3C3C3C;
    --secondary_color: #2E2E2E;
    --primary_blue: #00AEEF;
    --dark_blue: #113D7A;
    --primary_white: #fff;
}

body {
    font-family: var(--primary_font);
    color: var(--primary_color);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    margin-top: 170px;
}


/******* Global css *******/

.container {
    max-width: 1199px;
    width: calc(100vw - 40px);
    margin-inline: auto;
}


p:last-child {
    margin-bottom: 0;
}

img {
    vertical-align: bottom;
}

input,
textarea,
select {
    font-family: inherit;
}

.btn>a {
    text-decoration: none;
    display: inline-block;
    background: var(--primary_blue);
    border: 1px solid var(--primary_blue);
    color: var(--primary_white);
    padding: 14px 30px;
    line-height: 1.2;
    transition: all 0.3s linear;
    text-align: center;
}

.btn>a:hover {
    background: transparent;
    color: var(--primary_blue);
}

.btn>.dark_blue_bg {
    background: var(--dark_blue);
    border: 1px solid var(--dark_blue);
}

.btn>.dark_blue_bg:hover {
    color: var(--dark_blue);
}

.top-heading {
    color: var(--primary_blue);
    font-weight: 600;
    margin: 0 0 5px;
}

/*******  Global css End *******/


/******* Font sizes *******/

h1,
h2,
h3,
h4 {
    font-family: var(--secondary_font);
    color: var(--secondary_color);
    line-height: 1.3;
}


h1 {
    font-size: 60px;
    font-weight: 700;
}

h2,
h3 {
    font-size: 35px;
    font-weight: 600;
}


/******* Font sizes End *******/




.team_row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 30px !important;
}
/**
.team_row .col {
    flex: 0 0 30% !important;
    max-width: 30% !important;
}***/

/* When only one item in last row */
.team_row .col:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
}



.submit_button {
    margin-top: 37px !important;
    width: 100%;
    padding: 13px 0px 0px 0;
  
    background: var(--dark_blue);
    color: var(--primary_white);
    border: 1px solid var(--dark_blue);
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s linear;
	 display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
    line-height: normal;
} 



/* CF7 Submit Button Text Center Fix */
.wpcf7-form-control.wpcf7-submit {
    display: flex !important;
    align-items: center !important;   /* vertical center */
    justify-content: center !important; /* horizontal center */
    height: 50px; /* adjust if needed */
    line-height: normal !important;
    padding: 0 !important;
}




h3 a {
    color: #000;
    text-decoration: none;
}
p a {
    color: #000;
    text-decoration: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    background-color: #113d7a;
    text-align: center !important;
    font-size: 20px;
	    border: #113d7a;
}

.team-title {
    min-height: 80px;
}
/* ===============================
   ACTIVE MENU INDICATOR
   =============================== */
/* Remove horizontal scroll on Events pages */
body,
html {
    overflow-x: hidden;
}
/* Base menu link */
.header .menu ul li a {
    position: relative;
    color: #0b2d4d;
    font-weight: 600;
    text-decoration: none;
}



/* Bottom marker (underline) */
.header .menu ul li.current-menu-item > a::after,
.header .menu ul li.current_page_item > a::after,
.header .menu ul li.current-menu-ancestor > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background-color: #0b2d4d !important; /* Dark Blue */
    border-radius: 2px;
}



.header .menu ul li a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background-color: #0b2d4d;
    border-radius: 2px;
}

/******* Header Css Start *******/
.header {
    padding: 52px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.header .container {
    max-width: 1366px;
    width: 90%;
    padding-left: 40px;
}

.header nav {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.header .logo img {
    max-width: 300px !important;
}

.header .menu_btn {
    display: flex;
}

.header .menu {
    background: var(--primary_blue);
    padding: 20px 40px;
}

.header .menu ul {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 53px;
}

.header .menu ul li a {
    text-decoration: none;
   /** text-transform: uppercase;**/
    color: var(--primary_white);
}

.header-btn {
    background: #203859;
    display: flex;
    gap: 10px;
    padding: 20px 43px;
    align-items: center;
    position: relative;
}

.header-btn .call-icon {
    display: flex;
}

.header-btn img {
    width: 22px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(104%) contrast(104%);
}

.header-btn a {
    text-decoration: none;
    color: var(--primary_white);
}

.toggle {
    display: none;
}

/******* Header Css End *******/


/* ===== FOOTER QUICK LINKS FIX ===== */
footer .foot_col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Each menu item */
footer .foot_col ul li {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
    float: none; /* remove float issue */
}

/* Bullet / icon alignment */
/**footer .foot_col ul li::before {
    content: "•"; 
    color: #38bdf8; 
    font-size: 18px;
    margin-right: 10px;
    line-height: 1;
    flex-shrink: 0;
}**/

/* Link text */
footer .foot_col ul li a {
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.4;
    display: inline-block;
}



footer .foot_col .social_icons li::before,
footer .foot_col .social-icons li::before {
    content: none !important;
}

footer .foot_col.contact_col li::before,
footer .contact_col ul li::before {
    content: none !important;
}



/******* Bannner section Css Start *******/

.banner_section {
    padding: 146px 0 137px;
    position: relative;
}

.banner_section .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner_section .bg-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.banner_section .banner_content {
    max-width: 732px;
    position: relative;
    z-index: 9;
}

.banner_section .content {
    margin: 0 0 51px;
}

.banner_section .content h1 {
    margin: 0 0 30px;
    font-style: italic;
}

.banner_section .content h1 span {
    color: var(--primary_blue);
}

.banner_section .content p {
    max-width: 691px;
    opacity: 0.93;
}

.banner_section .content * {
    color: var(--primary_white);
}

.banner_section .btn-group {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
}

.banner_section .btn>.dark_blue_bg:hover {
    color: var(--primary_white);
    border-color: var(--primary_white);
}


/******* Bannner section Css End *******/

/******* About us section Css Start *******/

.about_us {
    padding: 83px 0 83px;
}

.about_us .about_row {
    display: flex;
    align-items: center;
}

.about_row .image-col {
    flex: 0 0 51.4%;
    max-width: 51.4%;
}

.about_row .image-col img {
    width: 100%;
    height: auto;
}

.about_row .text-col {
    flex: 0 0 57.3%;
    max-width: 44.3%;
   /** margin-left: -97px;**/
    background: var(--primary_white);
    box-shadow: 0px 3px 13px #0000000A;
    padding: 60px 38px 41px 54px;
}

.about_row .content h2 {
    margin: 0 0 24px;
}

.about_row .content {
    margin: 0 0 20px;
}

/******* About us section Css End *******/


/******* Services section Css Start *******/

.our_services {
    position: relative;
    padding: 62px 0 72px;
}

.our_services .bg-image {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100% !important;
}

.our_services .bg-image::after {
    content: "";
    background: #113464;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 94%;
}

.our_services .bg-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.services_main {
    position: relative;
}

.services_main .heading {
    max-width: 590px;
    margin-inline: auto;
    text-align: center;
    margin-bottom: 64px;
}

.services_main .heading h2 {
    color: var(--primary_white);
}

.col_main_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.col_main_row .col {
    padding: 60px 29px 48px;
    text-align: center;
    border-bottom: 1px solid rgba(23, 187, 227, 0.4);
    border-right: 1px solid rgba(23, 187, 227, 0.4);
    display: flex;
    flex-direction: column;
}

.col_main_row .col .icon {
    margin: 0px 0 17px;
}

.col_main_row .col:nth-child(3n) {
    border-right: 0;
}

.col_main_row .col:nth-child(n+4) {
    border-bottom: 0;
}

.col_main_row .col .text h3 {
    font-size: 20px;
    color: var(--primary_white);
    margin-bottom: 20px;
}

.col_main_row .col .text p {
    color: var(--primary_white);
}

.our_services .btn-arrow a .icon {
    margin: 0;
    display: flex;
}

.our_services .btn-arrow {
    margin-top: auto;
}

.our_services .btn-arrow a {
    margin-top: 20px;
}

.our_services .btn-arrow a {
    display: inline-flex;
    text-decoration: none;
    gap: 10px;
    color: var(--primary_blue);
    align-items: center;
}

.our_services .btn-arrow .icon img {
    width: 6px;
}

/******* Services section Css End *******/



/******* Our Team section Start *******/
.team_section {
    padding: 69px 0 102px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
}

.team_section .container {
    max-width: 1136px;
}

.team_section .heading {
    text-align: center;
    margin: 0 0 43px;
}

.team_section .team_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 51px;
}

.team_section .col img {
    width: 100%;
	height: 403px;
}

.team_section .col .img {
    margin: 0 0 28px;
}

.team_section .des {
    text-align: center;
}

.team_section .des h3 {
    font-size: 25px;
}

.team_section .des p {
    font-weight: 500;
    line-height: 1.6;
}

/******* Our Team section End *******/


/******* Why choose section Start *******/

.why_choose {
    padding: 91px 0 81px;
}

.why_choose_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why_choose_row .left_col {
    display: flex;
    align-items: flex-end;
    flex: 0 0 50%;
    max-width: 47%;
}

.why_choose_row .left_col img {
    width: 100%;
    height: auto;
}

.why_choose_row .right_col {
    flex: 0 0 50%;
    max-width: 50%;
}

.why_choose_row .left_col .img2 {
    margin-left: -155px;
    border: 10px solid #FFFFFF;
}

.why_choose_row .left_col .img1 {
    margin: 0 0 35px;
    width: 90%;
}

.why_choose_row .right_col h3,
.why_choose_row .right_col>p {
    margin: 0 0 19px;
}

.why_choose_row .right_col ul li:not(:last-child) {
    margin: 0 0 19px;
}

.why_choose_row .right_col ul li {
    list-style: none;
    position: relative;
    padding-left: 39px;
}

.why_choose_row .right_col ul li p strong {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 9px;
    display: block;
    line-height: 1.2;
}

.why_choose_row .right_col ul li::after {
    content: "";
    background: url(../images/check-mark-1.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 0;
    left: 0;
}

/******* Why choose section End *******/


/*============================== About us Page Css Start ==============================*/

/******* Bannner section Start *******/

.inner_bannner {
    position: relative;
    padding-block: 101px;
}

.inner_bannner .bg_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner_bannner .bg_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inner_bannner .heading {
    position: relative;
    z-index: 9;
}

.inner_bannner .heading h1 {
    font-size: 35px;
    text-align: center;
    color: var(--primary_white);
    text-transform: uppercase;
}

.inner_bannner .bg_image::after {
    content: "";
    background: #202020;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 66%;
}

/******* Bannner section End *******/

/******* Who we are section start *******/

.who_we_are {
    padding: 100px 0;
    overflow: hidden;
}

.who_we_are .container {
    max-width: 1231px;
}

.who_we_are .left_right_main {
    display: flex;
    justify-content: space-between;
}

.left_right_main .left_col {
    flex: 0 0 43%;
    max-width: 43%;
}

.left_right_main .right_col {
    flex: 0 0 50vw;
    width: 50vw;
    margin-right: calc(-50vw + 50%);
}

.left_right_main .right_col img {
    width: 100%;
}

.left_right_main .left_col h2 {
    margin: 0 0 24px;
}

.left_right_main .left_col p:not(:last-child) {
    margin: 0 0 24px;
}

/******* Who we are section End *******/

/******* Our Vision section Start *******/

.our_vision {
    background: var(--primary_blue);
}

.our_vision .container {
    max-width: 1231px;
}

.our_vision .vision_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our_vision .vision_row .left_col {
    margin-left: calc(-50vw + 50%);
    width: 50vw;
    flex: 0 0 50vw;
}

.vision_row .left_col img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.vision_row .right_col {
    flex: 0 0 46%;
    max-width: 46%;
    padding-block: 40px;
}

.vision_row .right_col h2 {
    margin: 0 0 26px;
}

.vision_row .right_col * {
    color: var(--primary_white);
}

/******* Our Vision section End *******/


/******* Our Team section End *******/


.our_team {
    background: #F5F5F5;
    padding-block: 66px;
}

.our_team .container {
    max-width: 1231px;
}

.our_team_row {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.our_team_row .team_inner {
    box-shadow: 0px 3px 6px #00000029;
    background: var(--primary_white);
    padding: 33px 43px 51px 43px;
    display: flex;
    justify-content: space-between;
}

.our_team .heading {
    text-align: center;
    margin: 0 0 51px;
}

.team_inner .img_col {
    flex: 0 0 23%;
    max-width: 23%;
}

.team_inner .img_col img {
    width: 100%;
}

.team_inner .text_col {
    flex: 0 0 72%;
    max-width: 72%;
}

.team_inner .text_col p:not(:last-child) {
    margin: 0 0 20px;
}

.team_inner .heding_wrap {
    margin: 0 0 16px;
}

.team_inner .heding_wrap h2 {
    font-size: 30px;
}

.team_inner .heding_wrap p {
    font-weight: 500;
}

.team_inner .text_col p {
    line-height: 1.8;
}

.team_inner .img {
    margin: 0 0 20px;
}

.team_inner .text {
    text-align: center;
}

.team_inner .text p {
    font-weight: 500;
    line-height: 1.5;
}

/******* Our Team section End *******/


/******* Get Started section Start *******/

.get_started {
    position: relative;
}

.get_started .bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.get_started .bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.get_started_inner {
    position: relative;
    z-index: 9;
    padding-block: 70px;
    text-align: center;
}

.get_started .bg_img::after {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 60%;
}

.get_started_inner .content * {
    color: var(--primary_white);
}

.get_started_inner .content {
    margin-bottom: 33px;
    max-width: 693px;
    margin-inline: auto;
}

.get_started_inner .content h3 {
    margin: 0 0 20px;
    font-size: 27px;
}

/******* Get Started section End *******/


/*============================== About us Page Css End ==============================*/



/*============================== Brokerage Page Css Start ==============================*/

/******* Image with content section start *******/

.image_with_content {
    background: #FAFAFA;
    padding: 273px 0 89px;
    margin-top: 302px;
    position: relative;
    overflow-x: clip;
}

.image_with_content .container {
    max-width: 1137px;
}

.image_with_content .image {
    margin: -465px 0 62px;
    position: relative;
    z-index: 99;
}
/**
.image_with_content .image::after {
    content: "";
    background: #00AEEF;
    position: absolute;
    top: -55px;
    left: -190px;
    width: 200vw;
    height: 83%;
    z-index: -1;
}**/

.image_with_content .image img {
    width: 100%;
}

.image_with_content .content {
    text-align: center;
    margin: 0 auto 45px;
    max-width: 936px;
}

.image_with_content .btn_group {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.image_with_content .content h2 {
    margin: 0 0 21px;
}

.image_with_content .content p:not(:last-child) {
    margin: 0 0 24px;
}

.image_with_content::after {
    content: "";
    position: absolute;
    background: #00AEEF;
    top: -302px;
    left: 0;
    width: 100%;
    height: 406px;
    z-index: 9;
}

.image_with_content .content p span {
    font-weight: 500;
}

/******* Image with content section end *******/


.left_right_col {
    background: var(--primary_white);
    padding-block: 81px;
}

.left_right_col .container {
    max-width: 1231px;
}

.left_right_col .left_right_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_right_col .left_col {
    flex: 0 0 46.5%;
    max-width: 46.5%;
}

.left_right_col .left_col img {
    width: 100%;
}

.left_right_col .right_col {
    flex: 0 0 49%;
    max-width: 49%;
}

.left_right_col .right_col .text h3 {
    margin: 0 0 13px;
}

.left_right_col .right_col .btn {
    margin-top: 39px;
}

.left_right_col .right_col .text p:not(:last-child) {
    margin: 0 0 20px;
}

/*============================== Equipment Page Css End ==============================*/
.simple_text_btn {
    padding-block: 58px;
}

.simple_text_btn .container {
    max-width: 1069px;
}

.simple_text_btn .content h2 {
    font-size: 25px;
    color: #3C3C3C;
    margin: 0 0 25px;
}

.simple_text_btn .content {
    margin: 0 0 31px;
}

.simple_text_btn .btn {
    text-align: center;
}

.simple_text_btn .content p:not(:last-child) {
    margin: 0 0 21px;
}

.simple_text_btn .content p {
    color: #203859;
}

.v_card_row {
    display: flex;
    flex-direction: column;
    gap: 58px;
    max-width: 931px;
    margin-inline: auto;
}

.vertical_card {
    background: #FAFAFA;
    padding: 104px 0 104px;
}

.v_card_row .v_card {
    border: 1px solid #707070;
    background: var(--primary_white);
    padding: 46px 48px 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v_card .text_col {
    flex: 0 0 47%;
    max-width: 47%;
    position: relative;
}

.v_card .text_col::after {
    content: "";
    width: 1px;
    position: absolute;
    right: -55px;
    background: #707070;
    height: 108%;
    top: 0;
}

.v_card .img_col {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
}

.v_card .text_col h3 {
    color: #3D3D3D;
    font-size: 27px;
    margin: 0 0 20px;
}

.v_card .img_col .img {
    margin: 0 0 48px;
}

.v_card .img_col .img img {
    width: 100%;
    max-width: 300px;
}

.v_card .img_col .btn a {
    padding-block: 10px;
}


.equipment_img_content {
    padding-block: 100px;
}

.image_con_inner img {
    width: 100%;
}

.equipment_img_content .img {
    margin: 0 0 45px;
}

.equipment_img_content .text {
    margin: 0 0 45px;
}

.equipment_img_content .btn {
    text-align: center;
}

/*============================== Equipment Page Css End ==============================*/


/*============================== Contact Page Css Start ==============================*/

.contact_form {
    padding-block: 100px;
}

.contact_form {
    padding-block: 100px;
}

.contact_form .contact_row {
    max-width: 1086px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_row .address {
    background: var(--primary_blue);
    padding: 50px 100px 50px 41px;
    flex: 0 0 39%;
    max-width: 39%;
}

.contact_form .form_col {
    flex: 0 0 52%;
    max-width: 64%;
    margin-left: -41px;
    position: relative;
    background: var(--primary_white);
    box-shadow: 0px 3px 6px #0000001A;
    border: 1px solid #CFCFCF;
    padding: 58px 75px 108px;
}

.contact_form .form_col h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 57px;
}

.contact_form .form_col .fieldset+.fieldset {
    margin-top: 30px;
}

.contact_form .form_col .two-col {
    display: flex;
    gap: 35px;
}

.contact_form .form_col .fieldset :is(input, textarea) {
    width: 100%;
    border: 1px solid #CECECE;
    background: var(--primary_white);
    padding: 12px 17px;
    height: 48px;
    font-family: inherit;
    font-size: inherit;
}

.contact_form .two-col .input_col {
    width: 100%;
}

.contact_form .form_col .fieldset :is(input, textarea)::placeholder {
    color: #686868;
}

.contact_form .form_col .fieldset textarea {
    height: 151px;
}

.submit_button {
    margin-top: 37px;
}

.submit_button button {
    width: 100%;
    padding: 6.5px 0;
    margin: 0;
    background: var(--dark_blue);
    color: var(--primary_white);
    border: 1px solid var(--dark_blue);
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.submit_button button:hover {
    background-color: transparent;
    color: var(--dark_blue);
}

.contact_row .address .icons img {
    height: 21px;
}

.contact_row .address .icons {
    display: flex;
    gap: 16px;
}

.contact_row .address .social_icon {
    display: flex;
    line-height: 1;
    align-items: center;
    gap: 17.5px;
    color: var(--primary_white);
    font-size: 17px;
    border-top: 1px solid rgb(0 0 0);
    padding-top: 27px;
    margin-top: 40px;
}

.contact_row .address h3 {
    color: var(--primary_white);
    font-size: 22px;
    margin-bottom: 26px;
}

.contact_row .address ul {
    list-style: none;
    margin: 0;
}

.contact_row .address ul li+li {
    margin-top: 28px;
}

.contact_row .address :is(li, strong, a) {
    display: block;
    color: var(--primary_white);
    text-decoration: none;
}

.contact_row .address .icon {
    width: 15px;
    position: relative;
    top: 21px;
}

.contact_row .address .icon img {
    max-height: 21px;
    display: block;
    width: 20px;
    object-fit: contain;
}

.contact_row .address li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact_row .address li p {
    width: calc(100% - 30px);
}



.form_sec .map iframe {
    width: 100%;
    display: block;
}

/*============================== Contact Page Css End ==============================*/


/******* Footer section Start *******/

.footer {
    background: #113D7A;
}

.footer .container {
    max-width: 1231px;
}

.footer .footer_row {
    padding: 72px 0 42px;
    display: flex;
    justify-content: space-between;
}

.footer .logo-text {
    margin: 0 0 40px;
}

.footer .logo-text .text p {
    color: var(--primary_white);
    opacity: 93%;
}

.footer .logo-text .logo {
    margin: 0 0 30px;
}

.foot_col .social ul {
    display: flex;
    gap: 23px;
    list-style: none;
}

.foot_col .social ul li img {
    height: 21px !important;
    height: auto;
}

.footer .foot_col h3 {
    font-size: 26px;
    line-height: 1.2;
    color: var(--primary_white);
}

.footer .foot_col:nth-child(3) {
    max-width: 19%;
}

.footer .foot_col h3 {
    font-size: 26px;
    line-height: 1.2;
    color: var(--primary_white);
    margin: 0 0 23px;
}

.footer .foot_col .icon img {
    max-height: 22px;
    width: auto;
}

.footer .foot_col ul li {
    display: flex;
}

.footer .footer_row .foot_col:nth-child(2) ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer .footer_row .foot_col:nth-child(2) ul li {
    position: relative;
    padding-left: 22px;
}

.footer .footer_row .foot_col:nth-child(2) ul li::after {
    content: "";
    position: absolute;
    background: #00AEEF;
    width: 10px;
    height: 10px;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

.footer .foot_col ul li .icon {
    width: 34px;
    display: block;
    line-height: 1;
position: relative;
    top: 2px;
}

.footer .foot_col ul li:last-child .icon img {
    max-height: 16px;
}

.footer .foot_col ul li a,
.footer .foot_col ul li p {
    text-decoration: none;
    color: var(--primary_white);
    line-height: 1.5;
    display: block;
}

.footer .foot_col ul li .icon+a,
.footer .foot_col ul li .icon+p {
    width: calc(100% - 30px);
}

.footer .foot_col:nth-child(3) ul {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.newsletter p {
    color: var(--primary_white);
    line-height: 1.5;
    margin: 0 0 16px;
}

.footer .footer_row .foot_col:last-child {
    max-width: 16%;
}

.footer .newsletter .form input {
    width: 94%;
    height: 40px;
    border: 0;
    outline: 0;
    padding: 13px;
    display: block;
    margin: 0 0 17px;
}

.footer .newsletter .form input::placeholder {
    color: #818181;
    text-align: center;
}

.footer .newsletter .form button {
    width: 100%;
    background: var(--primary_blue);
    border: 0;
    border: 1px solid var(--primary_blue);
    color: var(--primary_white);
    font-size: 13px;
    height: 40px;
    cursor: pointer;
}

.footer .foot_col:nth-child(2) {
    max-width: 21%;
}

.footer .foot_col:not(:first-child) {
    width: 100%;
}

.footer .copyright {
    display: flex;
    justify-content: space-between;
    background: #083069;
    box-shadow: 0 0 0 100vmax #083069;
    clip-path: inset(0 -50vw);
    padding-block: 15px;
    gap: 15px;
}

.footer .copyright .left_col p,
.footer .right_col ul a {
    color: var(--primary_white);
    text-decoration: none;
	text-align: center;
}

.footer .right_col ul {
    list-style: none;
}

/******* Footer section End *******/



/******* Responsive Start *******/
@media(max-width:1365px) {
    .header .logo img {
        max-width: 174px;
    }

    .header .container {
        padding-left: 30px;
    }

    .header nav {
        gap: 20px;
    }

    .header .menu ul {
        gap: 33px;
    }
}

@media(max-width:1199px) {
    .header-btn {
        padding: 17px 20px;
    }

    .header .menu {
        padding: 20px 22px;
    }
}


@media(max-width:991px) {
    h1 {
        font-size: 43px;
    }

    h2,
    h3 {
        font-size: 28px;
    }

    /***** header section start here *****/
    .header {
        padding: 23px 0;
    }

    .header .container {
        padding-inline: 20px;
    }

    .header .logo img {
        max-width: 142px;
    }

    .header .toggle {
        position: relative;
        width: 29px;
        height: 27px;
        display: flex;
        align-items: center;
        cursor: pointer;
		       /** margin-right: 27px;**/
    }

    .header .toggle span {
        position: absolute;
        width: 100%;
        background: var(--primary_blue);
        height: 2px;
        transition: all 0.3s linear;
    }

    .header .toggle span:first-child {
        transform: translateY(-10px);
    }

    .header .toggle span:last-child {
        transform: translateY(10px);
    }

    .toggle.active span:first-child {
        transform: rotate(45deg);
    }

    .toggle.active span:last-child {
        transform: rotate(-45deg);
    }

    .toggle.active span:nth-child(2),
    .header .menu_btn {
        display: none;
    }

    header.header.active .menu_btn {
        display: block;
    }

    .header .menu_btn {
        position: absolute;
        top: 100%;
        z-index: 999;
        width: 100%;
        left: 0;
    }

    .header .menu_btn ul {
        flex-direction: column;
        gap: 10px;
    }

    /***** header section end here *****/


    body {
        margin-top: 81px;
    }

    /***** Home Page css Start here *****/

    .banner_section {
        padding: 90px 0 100px;
    }

    .about_us,
    .our_services,
    .team_section,
    .why_choose,
    .left_right_col,
    .vertical_card,
    .simple_text_btn,
    .equipment_img_content {
        padding-block: 50px;
    }

    .about_row .text-col {
        padding: 35px 25px 35px 29px;
    }

    .about_row .text-col {
        padding: 35px 25px 35px 29px;
    }

    .about_us .about_row {
        flex-direction: column;
        align-items: normal;
    }

    .about_row .image-col,
    .about_row .text-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    .col_main_row .col {
        padding: 46px 29px 39px;
    }

    .col_main_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .col_main_row .col:nth-child(n+4) {
        border-bottom: 1px solid rgba(23, 187, 227, 0.4);
    }

    .col_main_row .col:nth-child(3n) {
        border-right: 1px solid rgba(23, 187, 227, 0.4);
    }

    .col_main_row .col:nth-child(2n) {
        border-right: 0;
    }

    .col_main_row .col:nth-last-child(1),
    .col_main_row .col:nth-last-child(2) {
        border-bottom: 0;
    }

    .team_section .col .img {
        margin: 0 0 13px;
    }

    .team_section .des h3 {
        font-size: 20px;
    }

    .team_section .team_row {
        gap: 28px;
    }

    /***** Home Page css End here *****/

    /***** Brokerage css Start here *****/

    .image_with_content {
        padding: 255px 0 50px;
        margin-top: 264px;
    }

    .image_with_content::after {
        opacity: 0;
    }

    .image_with_content .image {
        margin: -465px 0 32px;
    }

    .image_with_content .content {
        margin: 0 auto 24px;
    }

    .image_with_content .content h2 {
        font-size: 25px;
    }

    /***** Brokerage css End here *****/

    /***** Contact Page css Start here *****/
    .contact_form {
        padding-block: 60px;
    }

    .contact_row .address {
        flex: 0 0 47%;
        max-width: 47%;
        padding: 32px 78px 33px 27px;
    }

    .contact_form .form_col {
        flex: 0 0 55%;
        max-width: 55%;
        padding: 38px 36px 63px;
    }

    .submit_button {
        margin-top: 18px;
    }

    .contact_form .form_col h3 {
        margin-bottom: 26px;
    }

    /***** Contact Page css End here *****/


    /**** Footer css start Here ****/
    .footer .footer_row {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .footer .footer_row .foot_col:first-child {
        width: 100%;
		text-align: center;
    }

    .footer .footer_row .foot_col:last-child {
        max-width: 30%;
    }

    .footer .foot_col:nth-child(3) {
        max-width: 33%;
    }

    .footer .foot_col:nth-child(2) {
        max-width: 24%;
    }

    .footer .foot_col h3 {
        font-size: 22px;
    }

    /**** Footer css End Here ****/
}


@media(max-width:767px) {

    h1 {
        font-size: 34px;
    }


    /*========== Home Page Css Start ==========*/

    .banner_section {
        padding: 55px 0 63px;
    }

    .banner_section .content {
        margin: 0 0 30px;
    }

    .team_section .team_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .team_section .heading {
        margin: 0 0 28px;
    }

    .why_choose_row {
        flex-direction: column;
        gap: 30px;
    }

    /*========== Home Page Css End ==========*/


    /*========== About Page Css Start ==========*/
    .inner_bannner {
        padding-block: 65px;
    }

    .who_we_are,
    .our_vision,
    .our_team {
        padding-block: 50px;
    }

    .who_we_are .left_right_main,
    .our_vision .vision_row {
        flex-direction: column;
        gap: 35px;
    }

    .left_right_main .left_col,
    .left_right_main .right_col,
    .our_vision .vision_row .left_col,
    .vision_row .right_col {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .left_right_main .left_col p:not(:last-child) {
        margin: 0 0 12px;
    }

    .vision_row .right_col h2 {
        margin: 0 0 16px;
    }

    .our_team .heading {
        margin: 0 0 20px;
    }

    .our_team_row .team_inner {
        padding: 20px;
        flex-direction: column;
        gap: 30px;
    }

    .team_inner .img_col,
    .team_inner .text_col,
    .left_right_col .left_col,
    .left_right_col .right_col,
    .v_card .text_col,
    .v_card .img_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .team_inner .img_col .img {
        max-width: 462px;
        margin-inline: auto;
    }

    .team_inner .heding_wrap h2 {
        font-size: 25px;
		text-align: center;
    }

    .our_team_row {
        gap: 27px;
    }

    .image_with_content .btn_group {
        flex-direction: column;
        gap: 13px;
        align-items: center;
    }

    .left_right_col .left_right_row,
    .v_card_row .v_card {
        flex-direction: column;
        gap: 30px;
        align-items: normal;
    }

    .left_right_col .right_col .btn {
        margin-top: 27px;
		        text-align: center;
    }

    .left_right_col .right_col .text p:not(:last-child) {
        margin: 0 0 13px;
    }

    .inner_bannner .heading h1 {
        font-size: 30px;
    }


    /*========== About Page Css End ==========*/

    /*========== Equipement Page Css Start ==========*/

    .v_card_row .v_card {
        padding: 20px 20px 30px;
    }

    .v_card_row {
        gap: 25px;
    }

    .v_card .text_col::after {
        display: none;
    }

    /*========== Equipement Page Css End ==========*/

    /*========== contact Page Css Start ==========*/

    .contact_form .contact_row {
        flex-direction: column;
        align-items: normal;
        gap: 30px;
    }

    .contact_form .form_col {
        margin: 0;
    }

    .contact_form .form_col .two-col {
        flex-direction: column;
        gap: 30px;
    }

    /*========== contact Page Css End ==========*/


    .footer .footer_row,
    .contact_form {
        padding: 50px 0 50px;
    }

    .why_choose_row .left_col,
    .why_choose_row .right_col,
    .footer .footer_row .foot_col:last-child,
    .footer .foot_col:nth-child(3),
    .footer .foot_col:nth-child(2),
    .contact_row .address,
    .contact_form .form_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media(max-width:639px) {

    .team_section .team_row,
    .col_main_row {
        grid-template-columns: repeat(1, 1fr);
    }

    .services_main .heading {
        margin-bottom: 9px;
    }

    .col_main_row .col,
    .col_main_row .col:nth-child(3n) {
        border-right: 0;
    }

    .col_main_row .col {
        padding-inline: 0;
    }

    .col_main_row .col:nth-last-child(2) {
        border-bottom: 1px solid rgba(23, 187, 227, 0.4);
    }

    .col_main_row .col:nth-last-child(1) {
        padding-bottom: 0;
    }

    /*========== contact Page Css Start ==========*/

    .contact_form .form_col h3 {
        font-size: 22px;
    }

    .contact_form .form_col {
        padding: 30px 23px 46px;
    }

    .contact_form .form_col .fieldset textarea {
        height: 100px;
    }

    .contact_row .address {
    padding-inline: 23px;
}
    /*========== contact Page Css End ==========*/

    .footer .copyright {
        flex-direction: column;
       /** text-align: center;**/
        gap: 2px;
    }

}




/* ===== MOBILE: Center banner buttons ===== */
@media (max-width: 767px) {
    .banner_section .btn-group {
        justify-content: center;   /* center horizontally */
        align-items: center;
        gap: 15px;                 /* spacing between buttons */
        text-align: center;
    }

    .banner_section .btn-group .btn {
        width: auto;               /* prevent full width */
    }
}


/* ===== MOBILE: Hide banner text ===== */
@media (max-width: 767px) {
    .banner_section .content p {
        display: none;
    }
}



/* ===== FIX CONTACT FORM OVERFLOW ON MOBILE ===== */
@media (max-width: 767px) {

    .contact_form,
    .contact_form * {
        box-sizing: border-box;
    }

    .contact_form input,
    .contact_form textarea,
    .contact_form select {
        width: 100%;
        max-width: 100%;
        
    }

    .contact_form .fieldset,
    .contact_form .input_col {
        width: 100%;
    }
}



/* ===== CENTER CAPTCHA ON MOBILE ===== */
@media (max-width: 767px) {
    .dscf7-captcha-container {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: fit-content;
    }

    .dscf7-captcha-container input {
        text-align: center;
    }
}


/* ===== CENTER SUBMIT BUTTON TEXT ON MOBILE ===== */
@media (max-width: 767px) {
    .contact_form .wpcf7-submit {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}



/* ===== FIX HEADER OVERLAP ON MOBILE ===== */
@media (max-width: 767px) {
    .header {
        padding: 20px 0 35px; /* more vertical space */
        position: relative;  /* stop overlap */
    }
}


@media (max-width: 767px) {
    body {
        margin: 0 !important;
        padding: 0 !important;
    }

    header.header {
        margin-top: 0 !important;
        padding-top: 20px; /* header spacing only */
    }
}





/* Center image without stretching on mobile */
@media (max-width: 767px) {
    .team_section .img {
        text-align: center;
    }
 
    .team_section .img img {
        width: auto !important;
        max-width: 100%;
        height: auto;
        display: inline-block;
    }
}     




@media (max-width: 1300px) and (min-width: 1200px) {
  .about_row {
    align-items: center;
  }

  .about_row .image-col {
    flex: 0 0 40%;
    max-width: 50%;
  }

  .about_row .text-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px;
  }
}

/******* Responsive End *******/