/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


header {
    position: absolute;
    width: 100%;
	z-index: 100;
}

.home-banner {
    margin-top: 20px;
}

.t_btn:hover .elementor-button-text {
    text-decoration: underline;
}

.faq-form .elementor-form-fields-wrapper {
    position: relative;
}

.faq-form .elementor-form-fields-wrapper .e-form__buttons {
    position: absolute;
    right: 0%;
    width: 22%;
    top: 17%;
}

.faq-form .elementor-form-fields-wrapper input {
    padding: 20px;
    color: black !important;
}

.hover-bg {
    background: linear-gradient(97.64deg, #FAFBFF 0.2%, #FAFBFF 167.52%);


}

.blue-wrap {
    background-size: 100% 100% !important;
}

.hover-bg img {
    opacity: 0.2;
}

/* .key-box .elementor-icon-box-title {
    width:80%;
    margin-right:auto;
    margin-left:auto;
} */
.icon-b {
    background: #fff;
    transition: 0.3s ease all;
}

.icon-b:hover {
    background: linear-gradient(133.43deg, #FAFBFF 1.37%, #D8E8FF 207.75%);
    box-shadow: 0px 5px 20px 0px #0000000D;
}

.hover-bg:hover {
    background: linear-gradient(97.64deg, #FAFBFF 0.2%, #D8E8FF 167.52%);
    box-shadow: 0px 5px 20px 0px #0000000D;


}

.hover-bg:hover img {
    opacity: 1;
}

.t_btn:hover .elementor-button-icon {
    transform: rotate(-45deg)
}

.inner-banner-t {
    margin: 20px auto;
}

.team-member-card:hover {
    background: linear-gradient(97.64deg, #FAFBFF 0.2%, #D8E8FF 167.52%);

}

button.view-profile-btn:hover:after {
    transform: rotate(-40deg);
    top: 0;
}

.t_btn {
    transition: 0.5s;
}

.t_btn .elementor-button-icon {
    transition: 0.5s;
}

.view-profile-btn {
    transition: 0.5s;
}

button.view-profile-btn:after {

}

.inner-banner {
    background-size: 100% 100% !important;
    margin-top: 20px;
}

.abt-li li {
    border-top: 1px solid #E3E4E9;
    padding-top: 20px !important;
}

.contact-btn {
    background: #C69C6D;
    border-radius: 8px;
}

.contact-btn:hover {
    background: white;
    border-radius: 8px;
    color: #C69C6D;
}

.contact-btn:hover a {

    color: #C69C6D;
}


.counter .elementor-counter-number-wrapper {
    background: linear-gradient(97.62deg, #3364AB 2.4%, rgba(51, 100, 171, 0.25) 44.05%, #FFE4C5 93.14%);
    -webkit-background-clip: text !important;
    /* For WebKit browsers */
    background-clip: text;
    /* For non-WebKit browsers */
    color: transparent !important;
    /* Makes the text color transparent so the background shows through */
    text-align: left;
    justify-content: flex-start;
}

.counter .elementor-counter-number-prefix {
    display: none;
}

.line-col {
    position: relative;
}

.line-col:after {
    content: "";
    background: #E3E4E9;
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0%;
    left: 3.5%;
}

.line-col .elementor-icon-box-wrapper .elementor-icon-box-icon {
    z-index: 99;
}

.list-one .elementor-icon {
    position: relative;
}

.list-one .elementor-icon:after {
    content: "";
    background: #C69C6D;
    height: 400%;
    width: 3px;
    position: absolute;
    top: -160%;
    left: 45.5%;
    z-index: -1;
}

.list-one .elementor-icon svg rect {
    fill: url(#paint0_linear_120_635);
}

.my-accordian details {
    background: #F1F4FF !important;
    border: 1px solid #E3E6EB !important;
    border-radius: 20px;
    padding: 15px 20px;
}

input#form-field-email {
    padding: 20px;
}

.newsletter .e-form__buttons {
    position: absolute;
    top: 11px;
    right: 1%;
}

.footer_social .elementor-icon-list-items {
    justify-content: space-between !important;
}

footer {
    margin-bottom: 30px !important;

}

.resource-wrapper .resource-download-cta {
    transition: 0.3s ease all;
    opacity: 0;
    visibility: hidden;
}
.resource-wrapper .resource-bg-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.resource-wrapper .resource-bg-img:after {
    transition: 0.3s ease all;
    content:'';
    inset: 0;
    position:absolute;
    background: linear-gradient(0deg,rgb(0 0 0 / 50%) 0%, rgba(255, 255, 255, 0) 100%);
    visibility: hidden;
    opacity:0;
}
.resource-wrapper:hover .resource-download-cta, .resource-wrapper:hover .resource-bg-img:after {
    opacity: 1;
    visibility: visible;
}

@media (max-width:600px) {

    .inner-banner-t {
        margin: 5px auto;
    }

    .my-accordian details {
        background: #F1F4FF !important;
        border: 1px solid #E3E6EB !important;
        border-radius: 10px;
        padding: 0px 10px;
    }

    .list-one .elementor-icon:after {
        display: none;
    }

    .line-col:after {
        display: none;
    }

    .team-member-slider-wrapper-2 .team-member-card {
        width: 100% !important;
    }
}



/* slider */

.team-slider-section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    overflow: hidden;
}

.team-intro {
    width: 35%;
    flex-shrink: 0;
    padding-top: 20px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: -webkit-fill-available; */
}

.team-member-slider-wrapper {
    width: 65%;
}

.sub-title {
    display: block;
    color: #C79A63;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.team-intro h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #242424;
}

.team-intro p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.meet-team-btn {
    background: #367BDE;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
}

.meet-team-btn:hover {
    background: #C69C6D;
}

.team-member-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 40px 0px #0000000D;
}

.member-image img {
    width: 100%;
    /*             height:320px; */
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

.member-content {
    padding: 20px;
}



.member-content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #242424;
}

.member-position,
.member-designation {
    margin: 0 0 10px;
    color: #242424;
    font-size: 18px;
}

.background-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    margin-top: 10px;
}

.slider-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
}

.progress-wrapper {
    width: 80%;
    height: 3px;
    background: #ddd;
    position: relative;
    overflow: hidden;
}

.slider-progress-bar {
    width: 0;
    height: 100%;
    background: #C69C6D;
    transition: 0.4s;
}

.custom-nav {
    display: flex;
    gap: 10px;
}

.custom-nav button {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}
.custom-next.disabled,
.custom-prev.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.member-image {
    position: relative;
    width: 100%;
    display: inline-block;
    /* or block depending on your layout */
}

.member-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /* adjust how much of the bottom is covered */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #C69C6D 100%);
    pointer-events: none;
    /* ensures overlay doesn’t block clicks */
}

@media(max-width:991px) {

    .team-slider-section {
        flex-direction: column;
    }

    .team-intro,
    .team-member-slider-wrapper {
        width: 100%;
    }

}


.team-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #7f8084b8;
}

.team-modal-content {
    background: linear-gradient(180deg, #173259 50.94%, #6189C7 137.6%);
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 600px;
    border-radius: 20px;
    position: relative;
    margin-right: 2%;


    /* Animation */
    animation: slideRightToLeft 1s ease;
}

@keyframes slideRightToLeft {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.team-modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

.modal-header h2 {
    margin-bottom: 5px;
}

.modal-header p {
    margin: 0;
    font-weight: 600;
}

.modal-body h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.modal-footer a {
    margin-right: 15px;
    text-decoration: none;
    color: #0073aa;
}

#modal-name {
    font-family: Figtree;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 36px;
    color: white;
}

.pop-top p {
    color: white;
    font-family: Figtree;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 36px;

}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #4B607E;
    padding-bottom: 20px;
}

#modal-designation {
    color: #FFFFFFBF;
    font-family: Figtree;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 30px;

}

.modal-body h3 {
    color: #C69C6D;
    font-family: Figtree;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 30px;

}

.modal-body p {
    font-family: Figtree;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 30px;
    color: white;
}

#modal-image {
    width: 40%;
    border-radius: 12px;
    margin: auto;
    z-index: 1;
}

.pop-img {
    display: flex;
    position: relative;
}

.pop-top {
    border-bottom: 1px solid #4B607E;
    margin-bottom: 30px;
}

#modal-linkedin img {
    width: 80%;
}

.fooer-pop {
    display: flex;
    border-top: 1px solid #4B607E;
}

.footer-pop-col1 {
    width: 50%;
}
.fooer-pop .footer-pop-col1:nth-of-type(1) {
    padding-right: 20px;
}
p#modal-about {}

.fooer-pop .footer-pop-col1:nth-of-type(2) {
    border-left: 1px solid #4B607E;
    padding-left: 20px;
}

.pop-img:before {
    content: "";
    background: url("/wp-content/uploads/2026/05/Union-2.png");
    width: 100%;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    top: 20%;
    right: -2%;
}

button.view-profile-btn {
    font-family: Figtree;
    font-weight: 600;
    font-style: 600;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    border: none;
    padding: 0;
    color: #153057;
    position: relative;
    margin-right: 32px;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}

button.view-profile-btn:hover {
    background: transparent;
}

button.view-profile-btn:after {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23153057' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='%23153057' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    transition: 0.5s;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
    width: 24px;
    height: 24px;
}



[type=button]:focus,
[type=submit]:focus,
button:focus {
    background-color: transparent !important;
    text-decoration: none;
}

button.meet-team-btn:hover {
    background-color: #C69C6D;
}

.home-banner {
    background-size: 100% 100% !important;
}

.hover-bg {
    background-size: 100% 100% !important;
}



.pin-img {
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.col-gift:hover h2 {
    text-decoration: underline;
}

.p-slider-section {
    padding-left: 3%;
}

ul#menu-1-57352ff .sub-menu {
    padding: 10px 15px;
}

ul#menu-1-57352ff .sub-menu li {
    border-bottom: 1px solid #E3E4E926;
}

ul#menu-1-57352ff .sub-menu li:last-child {
    border-bottom: none;
}

.col-gift::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/2026/05/Group-204-1.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    transform: scale(1.1);
    z-index: -1;
    filter: grayscale(100%);
}

.col-gift {
    position: relative;
    overflow: hidden;
    background-image: none !important;
}

.col-gift:hover:before {
    filter: grayscale(0%);
    transform: scale(1);
}



.team-member-slider-wrapper .owl-stage-outer {
    padding-bottom: 30px;
}

.explore-bg {
    position: relative;
    overflow: hidden;
    background-image: none !important;
}

.explore-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2026/05/Mask-group-62.png');
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    transform: scale(1.1);
    z-index: -1;
}

.explore-bg:hover::before {
    transform: scale(1);
}

.explore-bg:hover h2 {
    text-decoration: underline;
}


.team-member-slider-wrapper-2 {
    display: flex;
    gap: 25px;
    width: 100%;
    flex-wrap: wrap;
}

.team-member-slider-wrapper-2 .team-member-card {
    width: 32%;
}

.team-member-slider-wrapper-2 .member-image {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.team-member-slider-wrapper-2 .member-image::after {
    opacity: 0;
}

.team-member-slider-wrapper-2 .member-image img {
    border-radius: 0px;
    filter: grayscale(100%);
}

.team-member-slider-wrapper-2 .team-member-card:hover .member-image img {
    filter: grayscale(0%);
}

.team-member-slider-wrapper-2 .team-member-card:hover .member-image::after {
    opacity: 1;
}

.active-accordion {
    pointer-events: none;
}

@media (min-width:1600px) and (max-width:2000px) {
    .p-slider-section {
        padding-left: 12%;
    }

    .pin-img {
        padding-right: 0 !important;
    }

    /* 	.team-modal-content {
   
    margin-top: 6%;
} */

}

@media (max-width:600px) {

    .slider-bottom {

        position: absolute;
        width: 96%;
        top: 92%;

    }

	/*
    .elementor-nav-menu--dropdown ul {
        background: #c69c6d !important;
        border-radius: 0 !important;
        width: 90%;
        margin: auto;
        padding-left: 10px;
        border-radius: 10px !important;
    }
	*/
    ul#menu-1-57352ff .sub-menu {
        backdrop-filter: blur(0px) !important;
        border-radius: 0px !important;
        padding: 0 !important;
    }

    .elementor-nav-menu--dropdown {
        background: transparent !important;
    }

    .pin-img {
        display: none;
    }

    .home-banner {
        background-size: cover !important;
    }
}

@media (max-width:600px) {
    .pop-img:before {

        background-size: contain;
    }

    #modal-name {
        font-size: 18px;
        line-height: 25px;
    }

    #modal-designation {
        font-family: Figtree;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .modal-header {
        margin-top: 10px;
    }

    .modal-body p {
        font-size: 14px;
        line-height: 24px;
    }

    .modal-body h3 {
        color: #C69C6D;
        font-family: Figtree;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 15px;
        line-height: 30px;
    }

    .fooer-pop {
        border-top: 1px solid #4B607E;
        flex-direction: column;
    }

    .footer-pop-col1 {
        width: 100%;
    }

    .fooer-pop .footer-pop-col1:nth-of-type(2) {
        border-left: navajowhite;
        padding-left: 0;
        border-top: 1px solid #4B607E;
    }

    .team-intro h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 14px;
        color: #242424;
    }

    .team-intro p {
        color: #666;
        line-height: 1.8;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .meet-team-btn {
        background: #367BDE;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 14px;
    }

    .sub-title {
        display: block;
        color: #C79A63;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    footer {
        margin-bottom: 10px !important;
    }

}

.team-member-slider-wrapper-2 .team-member-card:hover img {
    transform: scale(1.1)
}

.team-member-slider-wrapper-2 .team-member-card img {
    transition: 0.5s;
}

.team-member-slider-wrapper-2 .team-member-card:hover .member-content {
    padding-left: 9%;
}

.team-member-slider-wrapper-2 .team-member-card .member-content {
    transition: 0.5s;
}

.icon-b .elementor-icon-box-title {
    min-height: 50px;
    width: 90%;
}

@media (min-width:1100px) and (max-width:1300px) {
    .elementor-14 .elementor-element.elementor-element-57352ff .elementor-nav-menu .elementor-item {
        font-family: "Figtree", Sans-serif;
        font-size: 16px;
        font-weight: 600;
        padding-right: 15px;
    }

    .zero-sec {
        margin-top: 90px
    }

    .team-member-slider-wrapper-2 {
        display: flex;
        gap: 22px;
        width: 100%;
        flex-wrap: wrap;
    }
	.desc-row {
        flex-direction: column !important;
        row-gap: 10px;
    }
    .desc-row :is(h4,p) {
        width: 100% !important;
		max-width: unset !important;
    }
	.desc-row hr {
		margin: 0 !important;
	}
}
@media (min-width:1100px) and (max-width:1400px) {
	.desc-row {
		padding-right: 0 !important;
	}
	.desc-row hr {
		display: none;
		width: 45px !important;
	}
}

@media (min-width:1100px) and (max-width:1400px) {
    .first-sec {
        margin-top: -370px;
    }

    .second-sec {
        margin-top: -370px;
    }

    .zero-sec h2 {
        font-size: 35px !important;
        line-height: 35px !important;
    }

    .zero-sec p {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .second-sec h2 {
        font-size: 35px !important;
        line-height: 35px !important;
    }

    .second-sec p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

@media (min-width:1200px) {
    .my-accordian .e-n-accordion-item {
        min-height: 90px;
    }
}

@media (min-width:1100px) and (max-width:1200px) {
    .icon-b .elementor-icon-box-title {
        height: 50px;
        width: 90%;
        font-size: 19px !important;
    }
}

.faq-page details {
    background: transparent !important;
}

.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-col {
    flex: 1;
}

.cf7-row-full {
    margin-bottom: 20px;
}

.wpcf7-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
    box-sizing: border-box;
}

.wpcf7-form textarea {
    height: 180px;
    resize: none;
}

.cf7-submit {
    margin-top: 10px;
}

.cf7-submit .wpcf7-submit {
    width: 100%;
    background: #367BDE;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

.cf7-submit .wpcf7-submit:hover {
    opacity: .9;
}

@media (max-width: 767px) {
    .cf7-row {
        flex-direction: column;
        gap: 15px;
    }
}

.contact-left-col {
    height: fit-content;
}

.policy-nav-wrapper {
    background: #F1F4FF;
    padding: 40px;
    border-radius: 20px;
}
.policy-nav-wrapper .privacy-h {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -5%;
    color: #153057;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.policy-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.policy-nav-list a {
    text-decoration: none;
    color: #A7AAB4;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -5%;
    font-weight: 400;
    text-transform: capitalize;
    transition: all .3s ease;
}

.policy_body h3 {
    scroll-margin-top: 20px;
}

.policy-nav-list a.active {
    color: #1b2a52;
}


/* Hiring Form */
.hiring-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 14px;
    column-gap: 12px;
}

.hiring-form .form-field-50 {
    flex-basis: 49%
}

.hiring-form .form-field-100 {
    flex-basis: 100%;
}

.hiring-form label {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #242424;
}

.hiring-form label span.req-mark {
    color: #C69C6D;
}

.hiring-form label .wpcf7-form-control-wrap {
    margin-top: 8px;
    display: inline-block;
    width: 100%;
}

.hiring-form :is(input:not([type="submit"]), select, textarea, .codedropz-upload-handler) {
    border-radius: 8px;
    border: 1px solid #E3E4E9;
}

.hiring-form :is(input:not([type="submit"]), select) {
    height: 54px;
}

.hiring-form .codedropz-upload-handler {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiring-form .codedropz-upload-handler a {
    color: #AFAFAF;
    font-size: 12px;
    font-weight: 400;
}

.hiring-form .codedropz-upload-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hiring-form .codedropz-upload-inner:before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 12.5V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V12.5" stroke="%23949494" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.1654 6.66667L9.9987 2.5L5.83203 6.66667" stroke="%23949494" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 2.5V12.5" stroke="%23949494" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
}

.hiring-form :is(.dnd-upload-counter, .codedropz-upload-inner span:nth-child(2)) {
    display: none;
}

.hiring-form input[type="submit"] {
    background-color: #367BDE;
    color: #FFF;
    margin-top: 26px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
	transition: 0.3s ease all;
}
.hiring-form input[type="submit"]:hover {
	background-color: #C69C6D;
}
.hiring-form input[type="submit"]:focus {
    color: #FFF;
    background-color: #367BDE !important;
}

.hiring-form input[type="submit"]:focus-visible {
    outline: 0;
}

.hiring-form+.wpcf7-response-output {
    margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .line-col:after {
        left: 22px;
    }
	.team-member-slider-wrapper-2 {
		gap: 25px 15px;
	}
}
@media screen and (max-width: 768px){
	.team-member-slider-wrapper-2 .team-member-card {
		width: 48%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .policy-nav-wrapper {
        padding: 20px;
    }
    .policy-nav-list {
        row-gap: 12px;
    }
    .policy-nav-list a {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .policy-nav-wrapper {
        padding: 20px;
    }
    .policy-nav-list {
        row-gap: 12px;
    }
    .policy-nav-list a {
        font-size: 16px;
    }
    .hiring-form .form-field-50 {
        flex-basis: 100%
    }
}

