/*
Theme Name: Hello Elementor Child
Version: 1.0
Text Domain: hello-elementor-child
Template: hello-elementor
Author: Evince Team
*/
body, html{ overflow-x: hidden; }
html{ scroll-behavior: smooth;}
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&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&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-font: "Work Sans", sans-serif;
    --bs-font-heading: "Work Sans", sans-serif;
    --bs-font-italic: "Work Sans", sans-serif;

    --bs-body-ff: var(--bs-font);
    --bs-body-fs: 18px;
    --bs-body-lh: 1.78;
    --bs-body-fw: 400;

    --bs-small-font-size: 14px;
    --bs-small-line-height: 24px;

    --bs-small-font-size-sm: 15px;
    --bs-small-font-size-lg: 16px;

    --bs-font-size-h1: 48px;
    --bs-line-height-h1: 1.25;
    --bs-font-weight-h1: 700;
    --bs-font-size-h2: 48px;
    --bs-line-height-h2: 1.25;
    --bs-font-weight-h2: 700;
    --bs-font-size-h3: 36px;
    --bs-line-height-h3: 1.25;
    --bs-font-weight-h3: 700;
    --bs-font-size-h4: 32px;
    --bs-line-height-h4: 1.1888;
    --bs-font-weight-h4: 700;
    --bs-font-size-h5: 24px;
    --bs-line-height-h5: 1.334;
    --bs-font-weight-h5: 700;
    --bs-font-size-h6: 20px;
    --bs-line-height-h6: 1.3;
    --bs-font-weight-h6: 500;
}

/* Responsive
======================================================*/
@media (max-width: 1599px) {
    :root {
        --bs-body-fs: 18px;
        --bs-body-lh: 1.78;

        --bs-small-font-size: 14px;
        --bs-small-line-height: 24px;

        --bs-small-font-size-sm: 15px;
        --bs-small-font-size-lg: 16px;

        --bs-font-size-h1: 42px;
        --bs-line-height-h1: 1.25;
        --bs-font-size-h2: 42px;
        --bs-line-height-h2: 1.25;
        --bs-font-size-h3: 36px;
        --bs-line-height-h3: 1.25;
        --bs-font-size-h4: 32px;
        --bs-line-height-h4: 1.1888;
        --bs-font-size-h5: 24px;
        --bs-line-height-h5: 1.334;
        --bs-font-size-h6: 20px;
        --bs-line-height-h6: 1.3;
    }
}

@media (max-width: 1299px) {
    :root {
        --bs-body-fs: 16px;
        --bs-body-lh: 1.5;

        --bs-small-font-size: 14px;
        --bs-small-line-height: 24px;

        --bs-small-font-size-sm: 14px;
        --bs-small-font-size-lg: 16px;

        --bs-font-size-h1: 36px;
        --bs-line-height-h1: 1.25;
        --bs-font-size-h2: 36px;
        --bs-line-height-h2: 1.25;
        --bs-font-size-h3: 30px;
        --bs-line-height-h3: 1.25;
        --bs-font-size-h4: 28px;
        --bs-line-height-h4: 1.1888;
        --bs-font-size-h5: 20px;
        --bs-line-height-h5: 1.334;
        --bs-font-size-h6: 18px;
        --bs-line-height-h6: 1.3;
    }
}

@media (max-width: 767px) {
    :root {
        --bs-body-fs: 14px;
        --bs-body-lh: 24px;

        --bs-small-font-size: 14px;
        --bs-small-line-height: 24px;

        --bs-small-font-size-sm: 14px;
        --bs-small-font-size-lg: 14px;

        --bs-font-size-h1: 30px;
        --bs-line-height-h1: 1.2;
        --bs-font-size-h2: 30px;
        --bs-line-height-h2: 1.2;
        --bs-font-size-h3: 24px;
        --bs-line-height-h3: 1.5;
        --bs-font-size-h4: 20px;
        --bs-line-height-h4: 1.3;
        --bs-font-size-h5: 18px;
        --bs-line-height-h5: 1.78;
        --bs-font-size-h6: 16px;
        --bs-line-height-h6: 1.5;
    }
}

* {
    font-family: var(--bs-font) !important;
}

body {
    font-size: var(--bs-body-fs) !important;
    /* Font size 18 */
    line-height: var(--bs-body-lh) !important;
    /* line-height 32 */
}

h1,
.h1 {
    font-size: var(--bs-font-size-h1) !important;
    line-height: var(--bs-line-height-h1) !important;
    font-weight: var(--bs-font-weight-h1) !important;
}

h2,
.h2 {
    font-size: var(--bs-font-size-h2) !important;
    line-height: var(--bs-line-height-h2) !important;
    font-weight: var(--bs-font-weight-h2) !important;
}

h3,
.h3 {
    font-size: var(--bs-font-size-h3) !important;
    line-height: var(--bs-line-height-h3) !important;
    font-weight: var(--bs-font-weight-h3) !important;
}

h4,
.h4 {
    font-size: var(--bs-font-size-h4) !important;
    line-height: var(--bs-line-height-h4) !important;
    font-weight: var(--bs-font-weight-h4) !important;
}

h5,
.h5 {
    font-size: var(--bs-font-size-h5) !important;
    line-height: var(--bs-line-height-h5) !important;
    font-weight: var(--bs-font-weight-h5) !important;
}

h6,
.h6 {
    font-size: var(--bs-font-size-h6) !important;
    line-height: var(--bs-line-height-h6) !important;
    font-weight: var(--bs-font-weight-h6) !important;
}

small,
.small {
    font-size: var(--bs-small-font-size) !important;
    /* Font size 14 */
    line-height: var(--bs-small-line-height) !important;
    /* line-height 24 */
}

.font-size-small-sm {
    font-size: var(--bs-small-font-size-sm) !important;
    /* Font size 15 */
    line-height: var(--bs-small-line-height) !important;
    /* line-height 24 */
}

.font-size-small-lg {
    font-size: var(--bs-small-font-size-lg) !important;
    /* Font size 16 */
    line-height: var(--bs-small-line-height) !important;
    /* line-height 24 */
}

.line-height-h4-lg {
    line-height: 1.313 !important;
    /* line-height 42 */
}

.line-height-body-sm {
    line-height: 1.111111 !important;
    /* line-height 20 */
}

.e-con-inner {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.fw-medium {
    font-weight: 500 !important;
}

/* Button
======================================================*/
.wpcf7-form .wpcf7-submit,
.elementor-button {
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    border-radius: 50rem;
    font-size: var(--bs-body-fs);
    line-height: 2;
    background-color: #F15A24;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 13px 84px;
    border: 1px solid #F15A24;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.wpcf7-form .wpcf7-submit{
    background-color: #124559; border-color: #124559;
}



input[type="submit"]:focus, input[type="submit"]:focus-visible{
    outline: none;
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus,
.elementor-button:hover,
.elementor-button:focus {
    background-color: transparent;
    border-color: #F15A24;
    color: #F15A24;
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus{
    background-color: transparent;
    border-color: #124559;
    color: #124559;
}

@media (max-width:1366px){
    .wpcf7-form .wpcf7-submit, .elementor-button {
        padding: 12px 60px;
    }
}
@media (max-width:1024px){
    .wpcf7-form .wpcf7-submit, .elementor-button {
        padding: 10px 50px;
    }
}
@media (max-width:767px){
    .wpcf7-form .wpcf7-submit, .elementor-button {
        padding: 8px 36px;
    }
    
}

/* Form Control
======================================================*/
::-webkit-input-placeholder {
    color: #333333bf !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #333333bf !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #333333bf !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    color: #333333bf !important;
    opacity: 1 !important;
}

.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpcf7-form>p {
    width: 100%;
}

.wpcf7-form-control.wpcf7-select{
    color: #333333bf;
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-submit) {
    font-family: var(--bs-font) !important;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #CED2D4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 16px;
    font-size: var(--bs-small-font-size-sm);
    line-height: 1.5;
    font-weight: 500;
    background-color: #FFFFFF;
}

.wpcf7-form select.wpcf7-form-control {
    background-image: url("assets/images/icon-select.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 45px;
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-submit):focus,
.wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-submit):hover {
    border-color: #124559;
}

.wpcf7-form option {
    font-weight: normal;
    line-height: 18px;
    padding: 0px 15px;
}

.wpcf7-form textarea {
    height: 140px;
    resize: none;
}

.wpcf7-form p {
    margin-bottom: 16px;
}

.wpcf7-form .form-column-half {
    width: calc(50% - 8px);
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height); 
    font-weight: 600;
}

.wpcf7-form .wpcf7-checkbox {
    display: inline-block;
    padding-left: 0;
    position: relative;
    margin-top: 10px;
    margin-bottom: 32px;
}

.wpcf7-form .wpcf7-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #CED2D4;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 2px;
    left: 0px;
    background-color: #fff;
    cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input:checked {
    background-color: #F15A24;
    border-color: #F15A24;
    background-image: url("assets/images/icon-check.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
}

.wpcf7-form .wpcf7-list-item {
    margin-left: 0;

}

.wpcf7-form .wpcf7-list-item label {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    font-weight: 500;
    padding-left: 36px;
    cursor: pointer; color: #ffffff;
}

.wpcf7-form .wpcf7-response-output {
    margin: 0 !important;
    border-width: 1px !important;
    border-style: solid !important;
    font-family: var(--bs-font) !important;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 16px !important;
    font-size: var(--bs-small-font-size-sm);
    line-height: 1.5;
    font-weight: 500;
    width: 100%; color: #46b450;
}

@media (max-width: 767px){
    .wpcf7-form .form-column-half{
        width: 100%;
    }
}

/* Header
======================================================*/
.site-header {
    position: fixed;
    width: 100%; left: 0;
    top: 50px;
    z-index: 999;
    padding: 0 40px 0 40px; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s;
}
.site-header.fixed {
    top: 10px;
}

.site-header .header-inner {
    background: #FFFFFF;
    border-radius: 6.25rem;
    padding: 12px 32px;
    align-items: center;
    max-width: 1520px;
}

.site-header .header-inner .site-branding img {
    vertical-align: middle;
}

.site-header .site-navigation {
    justify-content: center; margin-left: auto; margin-right: auto; }

.site-header .site-navigation ul.menu li a {
    padding: 0;
    font-size: var(--bs-small-font-size);
    font-weight: 500;
    line-height: var(--bs-small-line-height);
    text-align: left;
    color: #333333;
    text-transform: uppercase;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.site-header .site-navigation ul.menu li.current-menu-item a,
.site-header .site-navigation ul.menu li a:hover {
    color: #F15A24;
}

.site-header .site-navigation ul.menu {
    gap: 1.92vw;
}

.site-header .lets-talk-btn {
    font-size: var(--bs-small-font-size-lg);
    line-height: var(--bs-small-line-height);
    color: #EEF1F1;
    padding: 9px 32px;
    background-color: #124559; border-color: #124559;
    font-weight: 600 !important;
}
.site-header .lets-talk-btn:hover {
    border-color: #124559 !important;
    background: transparent;
    color: #124559;
}

.site-header .site-navigation-toggle-holder .site-navigation-toggle {
    flex-wrap: wrap;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
    padding: 0;
    align-items: flex-start;
    background: transparent;
}

.site-header .site-navigation-toggle-holder {
    max-width: 30px;
    padding: 0;
}

.site-header .site-navigation-toggle-holder .site-navigation-toggle span {
    background: #333;
    border-radius: 3px;
    height: 2px;
    display: inline-block;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -webkit-transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -moz-transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    width: 100%;
}

.site-header .site-navigation-toggle-holder .site-navigation-toggle span:nth-of-type(2) {
    margin-top: 6px;
}

.site-header .site-navigation-toggle-holder .site-navigation-toggle span:nth-of-type(3) {
    margin-top: 6px;
}

.site-header .site-navigation-toggle-holder.elementor-active span:nth-of-type(1) {
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotatez(45deg) translate(4px, 0px);
    -webkit-transform: rotatez(45deg) translate(10px, 0px);
    -moz-transform: rotatez(45deg) translate(4px, 0px);
}

.site-header .site-navigation-toggle-holder.elementor-active span:nth-of-type(2) {
    opacity: 0;
}

.site-header .site-navigation-toggle-holder.elementor-active span:nth-of-type(3) {
    transform-origin: top;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: top;
    transform: rotatez(-45deg);
    -webkit-transform: rotatez(-45deg) translate(12px, 0px);
    -moz-transform: rotatez(-45deg);
}

.site-header .site-navigation-toggle-holder .site-navigation-toggle:focus-visible {
    outline: none;
}

.site-header .site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #F15A24;
    background: #fff;
}

.site-header .site-navigation-dropdown ul.menu li a {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; color: #202122;
}


@media(max-width: 1199px) {
    .site-header .lets-talk-btn {
        padding: 8px 30px;
    }

    .site-header .header-inner {
        padding: 10px 20px;
    }

    .site-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:992px) {
    .site-header .header-right-section {
        margin-left: auto;
        margin-right: 20px;
    }
}

@media(max-width: 767px) {
    .site-header .header-inner .site-branding img {
        max-width: 100px;
    }
    .hero-section {
        padding-top: 50px;
    }
}

/* Section Expertise
======================================================*/
.list-expertise .elementor-icon-list-item {
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    border-radius: 50rem;
    background-color: #fff;
    padding: 16px 32px 16px 16px !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.list-expertise .elementor-icon-list-item svg *{
    fill: #F9B348;
}

.list-expertise .elementor-icon-list-item:not(:last-child) {
    margin-bottom: 16px;
}

.list-expertise .elementor-icon-list-item:hover {
    background: rgba(18, 69, 89, 1);
}

.list-expertise .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #fff !important;
}

.list-expertise .elementor-icon-list-item:hover .elementor-icon-list-icon svg path {
    fill: #F9B348;
}

.list-expertise .elementor-icon-list-item:hover .elementor-icon-list-icon {
    background-color: #fff;
}

.list-expertise .elementor-icon-list-item .elementor-icon-list-icon {
    padding: 16px !important;
    background: rgba(249, 179, 72, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.list-expertise .elementor-icon-list-item .elementor-icon-list-icon svg {
    margin: 0 !important;
}

.list-expertise .elementor-icon-list-item .elementor-icon-list-text {
    padding-left: 24px !important;
}

/* Section Tab
======================================================*/
@media (min-width: 768){
    .tab-elementor.elementor-widget-tabs .elementor-tabs-wrapper {
        display: flex;
    }
}

.expertise-image img{ vertical-align: text-top;}

.about-section .elementor-tabs-wrapper{ display: flex;}

.tab-elementor.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 0;
    border: 1px solid #124559 !important;
    font-size: var(--bs-small-font-size-lg);
    line-height: var(--bs-small-line-height);
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    border-radius: 50rem;
    padding: 17px 20px;
    font-weight: 700;
    width: calc(33.333333% - 11px);
    text-align: center;
    color: #124559;
}

.tab-elementor.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active,
.tab-elementor.elementor-widget-tabs .elementor-tab-desktop-title:hover,
.tab-elementor.elementor-widget-tabs .elementor-tab-desktop-title:focus {
    background-color: #124559;
    border-color: #124559!important;
    color: #fff;
}

.tab-elementor.elementor-widget-tabs .elementor-tab-desktop-title:not(:last-child) {
    margin-right: 16px;
}

.tab-elementor.elementor-widget-tabs .elementor-tab-content {
    padding: 0;
    margin-top: 64px;
    overflow: hidden;
}

.tab-elementor.elementor-widget-tabs .elementor-tab-content ul {
    list-style-type: none;
    padding: 0;
    margin: -1px;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}

.tab-elementor.elementor-widget-tabs .elementor-tab-content ul li {
    border-width: 1px; border-style: dashed; border-color: #CED2D4;
    /* border: 1px dashed #CED2D4; */
    border-top: none;
    border-right: none;
    width: 33%;
    height: 160px;
    padding: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-elementor.elementor-widget-tabs .elementor-tab-content ul li a {
    display: inline-block;
}

.tab-elementor.elementor-widget-tabs .elementor-tab-content ul li img {
    max-width: 100%; 
    max-height: 60px;
    max-width: 150px;
    outline: none;
    border: none;
    height: auto;
    width: auto;
    filter: grayscale(100%);
}
.tab-elementor.elementor-widget-tabs .elementor-tab-content ul li:hover img {
    filter: grayscale(0);
}


@media (max-width:1366px) {
    .tab-elementor.elementor-widget-tabs .elementor-tab-desktop-title {
        padding: 10px 8px;
        font-size: 12px;
    }
    .tab-elementor.elementor-widget-tabs .elementor-tab-content {
        margin-top: 32px;
    }
    .tab-elementor.elementor-widget-tabs .elementor-tab-content ul li {
        height: 130px;
        padding: 20px;
    }
}
@media (max-width:1024px) {
    .tab-elementor.elementor-widget-tabs .elementor-tab-content ul li {
        height: 100px;
        padding: 40px;
    }
}
@media (max-width:767px) {
    .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
        border: 1px solid #CED2D4 !important;
        font-size: var(--bs-small-font-size-sm);
        line-height: var(--bs-small-line-height);
        -webkit-border-radius: 50rem;
        -moz-border-radius: 50rem;
        border-radius: 50rem;
        padding: 10px 8px;
        font-weight: 500;
        text-align: center;
        color: #151413;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        margin-bottom: 16px;
    }
    .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-active {
        background-color: #062430;
        border-color: #062430 !important;
        color: #fff;
    }
    .tab-elementor.elementor-widget-tabs .elementor-tab-content ul li {
        height: 70px;
        padding: 12px;
    }
    .tab-elementor.elementor-widget-tabs .elementor-tab-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/* Section Banner
======================================================*/
.hero-section {
    position: relative;
    padding-top: 138px;
}

.hero-section .ranked-label .elementor-image-box-wrapper {
    gap: 15px;
}

.hero-section .elementor-image-box-title{
    height: 32px;
    display: inline-block;
}

.hero-section .ranked-label .elementor-image-box-img {
    height: 40px;
}

.hero-section .ranked-label .elementor-image-box-content {
    width: auto;
}
.highlighted-text { color: #fff; font-weight: 700; }

@media (max-width:1199px) {
    .hero-section { padding-top: 112px; }
}
@media (max-width:767px) {
    .hero-section .ranked-label .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hero-section .ranked-label .elementor-image-box-wrapper .elementor-image-box-img{
        height: 30px;
        margin: 0 !important;
    }
}


/* Section Accordion
======================================================*/
.special--accordion .elementor-accordion {
    max-width: 612px;
    margin-top: -48px;
}

.special--accordion .elementor-accordion .elementor-accordion-item {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 16px;
}

.special--accordion .elementor-accordion .elementor-tab-title {
    background: transparent;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding-top: 0px;
    margin-top: 0px;
    transition: all 0.3s ease;
}

.special--accordion .elementor-accordion .elementor-tab-title.elementor-active {
    background: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-top: 48px;
    padding-top: 48px;
}

.special--accordion .elementor-accordion .elementor-tab-content {
    background: transparent;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom: 4px solid transparent !important;
}

.special--accordion .elementor-accordion .elementor-tab-content.elementor-active {
    background: #fff;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom: 4px solid #F15A24 !important;
    margin-top: -2px;
}

.swiper {
    max-width: 507px;
    width: auto;
    height: auto;
    margin: 0;
    
}
p:empty{ display: none;}
.data {
    display: flex;
    gap: 100px;

}

.main-data {
    display: flex;
    justify-content: space-between;
}

.gate {
    max-width: 571px;
    width: 100%;
}
.gate h6{
    color: #000000; margin: 0; padding: 0 0 24px 0; 
}
.gate p{
font-size: 15px;
font-weight: 500;
line-height: 24px;
color: #151413; margin: 0;
}
.card-inner-data{ padding-top: 24px ;  }
.card-inner-data label{
padding-bottom: 8px;
font-size: 16px;
font-weight: 700;
line-height: 24px;
color: #333333;
}
.card-inner-data span{
font-size: 15px;
font-weight: 400;
line-height: 24px;
color: rgba(51, 51, 51, 0.75);
}
.swiper .swiper-wrapper .swiper-slide{
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border: 1px solid #333333;
}

.testimonial-section .testimonial-wrap{ margin: 0 auto;}

.swiper .swiper-wrapper .swiper-slide.swiper-slide-active{
    background: #ffffff;
}
.swiper-slide { 
    border-radius: 32px;
    padding:48px 32px;
    height: min-content;
    max-width: 571px;
    width: 100% !important;
}
.content{
    max-width: 480px;
    width: 100%;
}
.content h3{ margin: 0; color: rgba(51, 51, 51, 0.2);}

.content p{
margin: 0; padding: 32px 0;
font-size: 15px;
font-weight: 500;
line-height: 24px;
color:rgba(51, 51, 51, 0.75);

}



.data-btn{
    display: flex;
    gap:16px;
}
.data-btn .swiper-button{ border: none; 
    background-color: #F0F1F1; border-radius: 64px; width: 96px; height: 48px;
}
.data-btn .swiper-button svg path{
    stroke: #333333;
}
.data-btn .swiper-button:focus{ outline: none;}
.data-btn .swiper-button svg path{
    transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s;
}
.data-btn .swiper-button:hover svg path{
    stroke: #F15A24;
}

.swiper-button-next,.swiper-button-prev{
    position: relative;
    width: auto;
    left: initial;
    right: initial;
    height: auto;
    margin: 0;
}
.swiper-button-next::after,.swiper-button-prev::after{
    content: '';
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232; color: #dc3232;
}

/* footer starts here */
.site-footer {
    padding: 5.20vw 0;
    background: #124559;
}
.site-footer .footer-container { max-width: 1520px; margin: 0 auto; }
.site-footer .footer-inner { max-width: 100%; padding: 0 0 5.20vw 0; border-bottom: 1px solid #fff;  }
.site-footer .footer-inner .footer_col1 { width: 31.81%; }
.site-footer .footer-inner .footer_col2 { width: 10%; }
.site-footer .footer-inner .footer_col3 { width: 40.21%; }
.site-footer:not(.footer-stacked) .footer-inner .site-navigation { max-width: 100%; }
.site-footer .site-navigation ul.menu { gap: 15px; flex-wrap: nowrap;
    flex-direction: column; }
.site-footer .site-navigation ul.menu a { padding: 0; font-size: 20px; font-weight: 500; line-height: 35px; letter-spacing: 0.25px; text-align: left; color: #FFFFFF; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; }
.site-footer .site-navigation ul.menu a:hover { color: #F15A24; }
.site-footer .footer-col .subscribe-heading { color: #fff; padding-bottom: 3.64vw; }
.site-footer .email-wrapper form p{ position: relative; }

.site-footer form input[type="email"] { padding: 24px 84px 24px 24px !important; line-height: 1.111 !important; background: transparent !important; border: 1px solid #fff !important; border-radius: 400px !important; 
    font-family: Work Sans !important; font-size: 18px !important; font-weight: 400 !important; color: #CED2D4; }
    .site-footer form input[type="email"]::placeholder {
        color: #CED2D4 !important;
    }
.site-footer .email-wrapper .mail-icon { position: absolute; right: 8px; top: 8px;
    background: #F15A24; border: 1px solid transparent; padding: 15px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s;}
.site-footer .email-wrapper .mail-icon:focus, .site-footer .email-wrapper .mail-icon:focus-visible{ outline: none;}
.site-footer .email-wrapper .mail-icon:hover { background: transparent; border-color: #fff; }


.site-footer .footer-bottom { padding-top: 36px; display: flex; align-items: center; justify-content: space-between; }
.site-footer .copyright p { line-height: 20px; margin: 0; }
.site-footer .footer-bottom .cms-links { padding: 0; list-style: none; display: flex; align-items: center; gap: 16px; }
.site-footer .footer-bottom .cms-links a { line-height: 20px; color: #fff; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; }
.site-footer .footer-bottom .cms-links a:hover { color: #F15A24; }
.site-footer .footer_col1 figure{ max-height: 58px; margin: 0; }
.site-footer .footer_col1 .footer-description p, .site-footer .footer_col1 .mail, .site-footer .footer_col1 .phone-number { font-size: 20px; font-weight: 500; line-height: 1.2; letter-spacing: 0.25px; color: #fff; }
.site-footer .footer_col1 .social-links { padding: 0; list-style: none; display: flex; align-items: center; gap: 16px; }
.site-footer .footer_col1 .social-links li {  transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; width: 60px; height: 60px; border: 1px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.site-footer .footer_col1 .social-links li * { width: 30px; height: 30px; }
.site-footer .footer_col1 .social-links li a { display: inline-block; }
.site-footer .footer_col1 .footer-description {padding-top: 2.5vw; padding-bottom: 0.83vw; }
.site-footer .footer_col1 p{ margin: 0; }
.site-footer .footer_col1 .mail, .site-footer .footer_col1 .phone-number { line-height: 1.75; display: inline-block; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; }
.site-footer .footer_col1 .mail:hover, .site-footer .footer_col1 .phone-number:hover { color: #F15A24; }
.site-footer .footer_col1 .phone-number { padding: 0.83vw 0 1.25vw 0; }
.site-footer .footer_col1 .social-links li:hover { background: #F15A24; border-color: #F15A24; }
.site-footer .site-navigation ul.menu a { line-height: 1.75; }

.site-footer form input[type="email"]:focus-visible { outline: none; }
.site-footer .footer-bottom { padding-top: 1.87vw; }
.site-footer .footer_col1 .footer-description { max-width: 278px; }

@media (max-width:1366px) {
    .hero-section .elementor-image-box-title{
        height: 28px;
    }
    .special--accordion .elementor-accordion {
        margin-top: -32px;
    }

    .special--accordion .elementor-accordion .elementor-accordion-item {
        border-radius: 18px;
        margin-bottom: 8px;
    }

    .special--accordion .elementor-accordion .elementor-tab-title {
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }

    .special--accordion .elementor-accordion .elementor-tab-title.elementor-active {
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        margin-top: 32px;
        padding-top: 32px;
    }

    .special--accordion .elementor-accordion .elementor-tab-content {
        background: transparent;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }

    .special--accordion .elementor-accordion .elementor-tab-content.elementor-active {
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }

    .content p {
        padding: 28px 0;
    }

    /* footer */
    .site-footer .footer-inner .footer_col2 { width: 15%; }
}
/* @media (max-width:1175px){
    
} */

@media (max-width:1199px){
    .main-data{
        justify-content: center;
        align-items: center;  flex-wrap: wrap;
    }
    .content{
        max-width: 100%;
    }
    .data{
        gap:30px;
    }
    .gate h6 {
        padding: 0 0 20px 0;
    }
    .card-inner-data {
        padding-top: 20px;
    }
    .content p {
        padding: 20px 0;
    }
    .data-btn .swiper-button {
        width: 90px;
        height: 44px;
    }
    /* footer */
    .site-footer .footer_col1 .footer-description p, .site-footer .footer_col1 .mail, .site-footer .footer_col1 .phone-number { font-size: 18px; }
    .site-footer .footer-inner .footer_col1 { width: 36%; }
    .site-footer .footer-inner .footer_col3 { width: 38%; }
    .site-footer .footer-col .subscribe-heading { font-size: 24px !important; }
    .site-footer .footer_col1 .social-links li { width: 50px; height: 50px; }
    .site-footer .site-navigation ul.menu a { font-size: 18px; }
    .site-footer .site-navigation ul.menu { gap: 10px; }
    .site-footer form input[type="email"] { padding: 20px 60px 20px 20px !important; font-size: 16px !important; }
    .site-footer .email-wrapper .mail-icon { padding: 10px; }
}

@media (max-width:1024px) {
    .hero-section .elementor-image-box-title{
        height: 26px;
    }
    .special--accordion .elementor-accordion {
        max-width: 100%;
    }
    .site-footer .footer_col1 .footer-description p, .site-footer .footer_col1 .mail, .site-footer .footer_col1 .phone-number, .site-footer .site-navigation ul.menu a {
        font-size: 16px;
    }
    .site-footer .footer_col1 figure {
        max-width: 120px;
    }
    .site-footer .footer-col .subscribe-heading {
        font-size: 20px !important;
    }
    .site-footer .footer_col1 .phone-number {
        padding: 6px 0 16px;
    }
    .site-footer .footer_col1 .social-links {
        gap: 12px;
    }
    .site-footer .footer_col1 .social-links li * {
        width: 20px;
        height: 20px;
    }
    .site-footer .footer_col1 .social-links li {
        width: 40px;
        height: 40px;
    }
    .site-footer form input[type="email"] {
        padding: 16px 56px 16px 16px !important;
        font-size: 16px !important;
    }
    .site-footer .email-wrapper .mail-icon {
        padding: 8px; right: 6px;
    }
    .site-footer .email-wrapper .mail-icon svg{ width: 18px;
        height: 18px;}
    
}


/* Responsive
======================================================*/
@media (max-width: 1400px) {
    .counter-list .e-con-inner{ padding: 0 30px !important;}
}
@media (max-width: 1199px) {
    .e-con-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .site-header{
        padding-left: 20px;
        padding-right: 20px;
     }
     .site-header .header-inner{ max-width: 100%;}
     .counter-list .e-con-inner{ padding: 0 20px !important;}
}
@media (max-width: 1024px) {
    .elementor-counter-title {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .site-header { top: 0; 
        padding-left: 0px;
        padding-right: 0px;
    }
    .site-header .header-inner {
        border-radius: 0;
    }
    .site-header.fixed {
        top: 0px;
    }
}
@media (max-width:767px) {
    .counter-list .e-con-inner{ padding: 20px 0px !important;}
    .tab-elementor.elementor-widget-tabs .elementor-tab-content ul li img {
        max-height: 40px; max-width: 100%;
    }
    .gate {
        max-width: 400px;
    }
    .special--accordion .elementor-accordion {
        margin-top: -26px;
    }

    .special--accordion .elementor-accordion .elementor-accordion-item {
        border-radius: 16px;
        margin-bottom: 10px;
    }

    .special--accordion .elementor-accordion .elementor-tab-title {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .special--accordion .elementor-accordion .elementor-tab-title.elementor-active {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        margin-top: 26px;
        padding-top: 26px;
    }

    .special--accordion .elementor-accordion .elementor-tab-content {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .special--accordion .elementor-accordion .elementor-tab-content.elementor-active {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .swiper-slide {
        padding: 20px 15px;
        width: 100% !important;
        position: relative;
        right: 30px;
    }
    /* footer */
    .site-footer {
        padding: 50px 0;
    }

    .site-footer .footer-inner {
        gap: 30px 20px;
    }
    .site-footer .footer-inner .footer_col1,.site-footer .footer-inner .footer_col2{ width: calc(50% - 20px); order: 2;}
    .site-footer .footer-inner .footer_col3{ width: 100%; order: 1;}
    .site-footer .footer_col1 .footer-description {
        max-width: 100%;
    }
    .site-footer .footer-inner {
        padding: 0 0 30px 0;
    }
    .gate h6 {
        padding: 0 0 16px 0;  font-size: 16px !important;
    }
    .card-inner-data {
        padding-top: 16px;
    }
    .card-inner-data label {
        padding-bottom: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .gate p {
        font-size: 14px; line-height: 22px;
    }
    .card-inner-data span {
        font-size: 14px;
        line-height: 22px;
    }
    .hero-section .banner-image img{
        max-width: 240px;
    }
    .hero-section{ padding-top: 100px;}
    .main-data .content{
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .main-data .content h3{ order:2; }
    .main-data .content p{ order: 3; }
    .main-data .content .data-btn {
        order: 1;
        margin-bottom: 25px;
    }
}


@media (max-width: 576px) {
    .site-footer .footer-inner .footer_col1,.site-footer .footer-inner .footer_col2{ width: 100%;}
    .site-footer .footer-bottom { flex-direction: column; justify-content: center; }
    .site-footer .footer-inner {
        gap: 30px;
    }
    .site-footer .footer-col .subscribe-heading {
        font-size: 18px !important;
    }
    .site-footer form input[type="email"] {
        padding: 12px 52px 12px 12px !important;
    }
    .site-footer .email-wrapper .mail-icon {
        padding: 7px; top: 5px;
    }
    .site-footer .footer-bottom {
        align-items: start;
    }
    .site-footer .footer-bottom {
        padding-top: 14px;
    }
    .site-footer .footer_col1 .footer-description p, .site-footer .footer_col1 .mail, .site-footer .footer_col1 .phone-number, .site-footer .site-navigation ul.menu a {
        font-size: 14px;
    }
    
    
   
}
@media (max-width:480px) {
    .site-header .header-inner { padding: 10px 12px !important; }
    .site-header .header-inner .site-branding img { max-width: 80px; }
    .site-header .lets-talk-btn { padding: 6px 20px; font-size: 12px; }
    .site-header .site-navigation-toggle-holder { max-width: 26px; }
    .site-header .header-right-section{ margin-right: 10px;}
    .card-inner-data { padding-top: 10px; }
    .gate h6 { padding: 0 0 10px 0;}
 
}