/*
 Theme Name:   Divi Child Theme

 Description:  Divi Child is a child theme of Divi

 Author:       Divi

 Template:     Divi

 Version:      1.0.0

*/
/*######### custom css #########*/


h1 {
    font-size: 65px;
}

h2 {
    font-size: 37px;
    font-weight: 400;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

a {
    transition: all .4s ease-in-out !important;
}

.et_pb_text {
    line-height: 1.3em;
}

.italic-blue-txt {
    font-style: italic;
    color: #033683;
    font-weight: 700;
}

.charcoal-color {
    color: #212121;
}

.fw-500 {
    font-weight: 500;
}

.sm-body {
    font-size: 13px;
    font-weight: 500;
    color: #8E8E8E;
    text-transform: capitalize;
}

h2.mr-inline {
    margin: 0 30px;
}

.sm-h2 {
    font-size: 24px;
    font-weight: 600;
}

h2.sm-heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 4px;
}

.txt-capitalize {
    text-transform: capitalize;
}

.heading-tagline {
    color: #8E8E8E;
    padding: 5px 0 10px 0;
    display: inline-block;
    font-weight: 500;
}

.et_pb_row,
.et_menu_container,
#top-header .container {
    width: 90% !important;

}

#top-header #et-info-phone,
#top-header #et-info-email {
    display: flex;
    gap: 2px;
    align-items: center;
}

#top-header .container {
    /* display: flex; */
    /* justify-content: end; */
    padding-top: 0 !important;
    /* align-items: center !important; */
}

ul#et-secondary-nav i {
    font-size: 20px;
}

#et-info,
#et-secondary-menu>ul>li a {
    padding: 6px 0;
}

#top-header #et-info {
    display: flex;
    column-gap: 6px;
    align-items: center;
    padding-top: 10px;
    /* margin-right: 25px; */
}

#et-info-phone,
#et-info-email {
    transition: all 0.4s ease-in-out;
}

#et-info-phone:hover,
#et-info-email:hover {
    opacity: 0.7;
}

#top-menu a {
    font-size: 11px;
}

#top-menu li {
    padding-right: 30px;
}

header.et-fixed-header #top-menu a,
#main-header .et_mobile_menu li a {
    color: #212121 !important;
}

#top-menu-nav>ul>li>a:hover,
header #top-menu a:hover,
header.et-fixed-header #top-menu a:hover {
    opacity: 1;
    color: #002356 !important;
}

#top-menu li.current-menu-item>a,
#top-menu li.current-menu-ancestor>a {
    color: #002356;
}

header#main-header.et-fixed-header {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

/* Rotate the icon on hover */
#top-menu .menu-item-has-children>a:first-child:after {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#top-menu .menu-item-has-children:hover>a:first-child:after,
#et-secondary-nav .menu-item-has-children:hover>a:first-child:after {
    transform: rotate(180deg);
}

/* Button css start */
.et_pb_button_module_wrapper .et_pb_button {
    position: relative;
    overflow: hidden !important;
    font-weight: 400;
    min-width: 110px;
    text-align: center;
}

.et_pb_button:not(.icon-btn) .btn-text {
    display: inline-block;
    opacity: 1;
    transition: opacity .25s ease;
}

.et_pb_button:not(.icon-btn)::before {
    content: var(--btn-text) !important;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212121;
    border-radius: 5px;
    transform: translateY(100%);
    transition: transform .35s ease;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    opacity: 1 !important;
    speak: unset !important;
    font-variant: normal !important;
    text-transform: none !important;
    font-feature-settings: normal;
}

.et_pb_button:not(.icon-btn):hover .btn-text {
    opacity: 0;
}

.et_pb_button:not(.icon-btn):hover::before {
    transform: translateY(0);
}

.et_pb_button_module_wrapper .et_pb_button,
.et_pb_button_module_wrapper .et_pb_button:hover {
    border: none !important;
    padding: 6px 15px !important;
}

.icon-btn::before {
    display: none !important;
}

.icon-btn .btn-normal,
.icon-btn .btn-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
}

.et_pb_button.icon-btn {
    padding: 7px 20px !important;
}

.et_pb_button.icon-btn:hover {
    padding: 7px 20px !important;
}

.icon-btn .btn-normal {
    transition: opacity .3s ease;
}

.icon-btn .btn-hover {
    position: absolute;
    inset: 0;
    background: #212121;
    color: #fff;
    transform: translateY(100%);
    transition: transform .35s ease;
}

.icon-btn:hover .btn-normal {
    opacity: 0;
}

.icon-btn:hover .btn-hover {
    transform: translateY(0);
}

.icon-btn img {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
}

.grp-btn-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.et_pb_button.light-btn {
    background: transparent;
    border: 1px solid #033683 !important;
    color: #033683 !important;
    font-weight: 500 !important;
}

.et_pb_button.light-btn:not(.icon-btn)::before,
.et_pb_button.light-btn:hover {
    color: #fff;
    border: 1px solid #212121 !important;
}

/* Button css End */


/* Home Banner */
.banner-video {
    position: absolute !important;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-video .et_pb_code_inner>.nk-awb {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
}

.home-banner .et_pb_text_inner {
    max-width: 480px;
}

.home-banner h1 {
    color: #FFFFFF;
    font-size: 65px;
    font-weight: 600;
    padding-bottom: 20px;
}

.home-banner p {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.3;
    font-size: 14px;
}

.home-banner .et_pb_button_module_wrapper {
    margin-top: 30px;
}

/* .home-banner {
    overflow: visible !important;
    height: calc(100vh - 13px);
}

.hme-tag-row {
    position: absolute !IMPORTANT;
    bottom: -12px;
}

.hme-bnr-tag .et_pb_text_inner {
    max-width: 100% !important;
}

.hme-bnr-tag {
    width: fit-content !important;
    margin: auto !important;
}

.hme-bnr-tag p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
} */
.bnr-tag {
    background: #033683;
    display: flex;
    padding: 10px;
    border-radius: 8px;
    align-items: center;
    max-width: 270px;
    margin-top: 25px;
}

.bnr-tag img {
    width: 70px;
}

.bnr-tag .text {
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    margin-left: 10px;
    border-left: 1px solid #ffffff85;
    padding: 6px 0 6px 10px;
}

/* // Home Banner */

.enquire-fix-wrapper {
    position: fixed;
    right: -45px;
    bottom: 50%;
    z-index: 9;
    transform: rotate(-90deg);
}

.enquire-fix-wrapper .enquire-fix-btn {
    padding: 8px 20px !important;
    font-size: 14px;
    text-transform: capitalize;
    background: #033683;
    border: 0 !important;
    color: #ffffff !important;
    border-radius: 12px 12px 0 0;
    line-height: 1.7em !important;
    cursor: pointer;
    transition: all .2s;
    display: inline-block;
}

.inr-pg-bnr h1 {
    color: #fff;
    font-weight: 600;
}

.trusted-logo-grid .et_pb_image_wrap img {
    /* max-width: 120px !important; */
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.trusted-logo-grid h4 {
    font-size: 14px;
    line-height: 1.2;
}

.trusted-logo-grid p {
    color: #8E8E8E;
    font-size: 13px;
    line-height: 1.2;
}

.hme-trusted-block {
    position: relative;
    min-height: 350px;
    background: #0000007A;
}

.trusted-exp-content {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.trusted-exp-content .year-no {
    font-size: 62px;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--et_global_heading_font);
}

.trusted-exp-content .year-text {
    font-size: 14px;
    color: #F5F5F5;
    text-transform: uppercase;
}

.trusted-features {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #033683A3;
    display: flex;
}

.feature-item {
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 0px 12px;
    margin: 23px 0;
}

.feature-item:not(:last-child) {
    border-right: 1px solid #DBDBDB;
}

.feature-icon img {
    width: 30px;
}

.feature-title {
    font-size: 11px;
    line-height: 1.3;
}

.prod-switcher .uk-switcher li.uk-active,
.prod-mob-grid .uk-panel img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.prod-switcher .uk-switcher li.uk-active>.uk-panel,
.prod-switcher .uk-switcher .uk-active .uk-margin,
.prod-switcher .uk-active img {
    height: 100%;
    object-fit: cover;
}

.prod-switcher .uk-switcher li img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.switcher-content {
    position: absolute;
    bottom: 0;
    margin: 15px;
    padding: 15px;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    background-color: #8E8E8E66;
    width: -webkit-fill-available;
}

.prod-switcher .uk-switcher li.uk-active .uk-margin {
    margin: 0px !important;
}

.switcher-content h4 {
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0 !important;
}

.switcher-content p {
    color: #FFFFFF;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}

.prod-switcher ul.uk-nav {
    background-color: #F5F5F5;
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 40px;
}

.prod-switcher .uk-nav>li.uk-active>a::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 3px;
    display: inline-block;
    color: #033683;
    font-size: 11px;
}

.prod-switcher .uk-nav li {
    border-bottom: 1px solid #DBDBDB;
}

.prod-switcher .uk-nav li:last-child {
    border-bottom: none;
}

.prod-switcher .uk-nav li a {
    padding: 6px 0 4px 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #8E8E8E;
    position: relative;
    transform: translateX(0);
    transition: all .4s cubic-bezier(.4, 0, 0.2, 1);
}

.prod-switcher .uk-nav li.uk-active>a {
    color: #212121;
    font-weight: 500;
    transform: translateX(15px);
}

.prod-switcher .uk-nav>li>a::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-8px, -50%);
    opacity: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.prod-switcher .uk-nav>li.uk-active>a::before {
    opacity: 1;
    transform: translate(0, -50%);
}

.solution-box .et_pb_main_blurb_image img {
    width: 35px !important;
}

.solution-box .et_pb_blurb_description p,
.why-choose-box .disc {
    font-size: 12px;
    line-height: 1.3;
    color: #8E8E8E;
}

.flex-list-wrap {
    display: flex;
    gap: 30px;
}

.flex-list-wrap .external-bullet {
    width: 50%;
}

.external-bullet {
    list-style: none !important;
    padding-left: 0px !important;
    padding-bottom: 0 !important;
    display: inline-block;
    text-align: left;

}

.external-bullet li {
    line-height: 1.4em;
    margin-bottom: 12px;
    margin-left: 20px;
    color: #696969;
    font-size: 12px;
    font-weight: 500;
}

.external-bullet li:last-child {
    margin-bottom: 0px;
}

.external-bullet li a {
    font-weight: 500;
    font-size: 12px;
}

.external-bullet li:before {
    content: "";
    margin-right: 8px;
    margin-left: -20px;
    position: relative;
    display: inline-block;
    background-image: url("/wp-content/uploads/anchor-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    top: 2px;
}

/* logo marquee track */
.logo-marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.logo-marquee-container {
    display: flex;
    width: max-content;
}

.logo-marquee-track {
    display: flex;
    align-items: center;
    justify-content: space-around;
    animation: marquee-scroll 10s linear infinite;
}

.logo-marquee-item {
    padding: 0 30px;
    flex-shrink: 0;
}

.logo-marquee-item img {
    height: 90px;
    width: auto;
    object-fit: contain;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* // logo marquee track */


footer h4 {
    color: #033683;
    padding-bottom: 20px;
}

footer a,
.contact-item p {
    color: #696969 !important;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 0;
}

footer a:hover {
    opacity: 1 !important;
    color: #033683 !important;
}

.foo-menu ul.et-menu {
    display: block !important;
}

.foo-menu ul li:first-child {
    margin-top: 0px !important;
}

.contact-item {
    display: flex;
    column-gap: 12px;
    margin-bottom: 20px;
}

.contact-item:last-child {
    margin-bottom: 0px;
}

.contact-item .icon i {
    color: #033683;
    font-size: 17px;
}

.contact-item h5 {
    padding-bottom: 4px;
}

.social-icon {
    display: flex;
    column-gap: 5px;
}

.social-icon i {
    color: #033683;
    font-size: 30px;
}

.cyrgt-txt,
.cyrgt-txt a {
    font-size: 11px;
    color: #8E8E8E !important;
    font-weight: 400;
}

.team-card h3 {
    margin: 0;
    font-size: 24px;
    color: #212121;
    font-weight: 600;
    line-height: 0.7em;
    padding-bottom: 0;
}

.team-card p {
    margin-top: 12px;
    font-size: 14px;
    color: #8E8E8E;
    font-weight: 500;
}

.team-card h3 span {
    font-size: 12px;
    color: #8E8E8E;
    font-weight: 500;
}

.team-card .card-divider {
    height: 1px;
    background: #DBDBDB;
    margin: 12px 0;
}

.team-card-bottom {
    display: flex;
    justify-content: space-between;
}

.team-social i {
    color: #033683;
    font-size: 32px;
}

.team-image img {
    display: block;
    max-width: 120px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.team-name-wrap {
    display: flex;
    gap: 8px;
    max-width: 360px;
    margin: auto;
    margin-top: 10px;
}

.team-name-wrap .line {
    flex: 1;
    height: 1px;
    background: #DBDBDB;
    margin-top: 12px;
}

.team-name-wrap h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}

.team-name-wrap h4 span {
    font-size: 15px;
    font-weight: 400;
    color: #8E8E8E;
}

.lg-blue-italic {
    color: #033683;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
}

.blue-bold-txt {
    font-weight: 600;
    color: #033683;
}

.mission-vision-row h4 {
    font-size: 22px;
    font-weight: 400;
}

.mission-vision-row p {
    line-height: 1.3;
    font-size: 14px;
}

.mission-vision-row .et_pb_image_wrap {
    background: #F5F5F5;
    padding: 5px;
    border-radius: 5px;
    width: 36px;
    margin-top: -8px;
}

.product-content {
    padding: 20px;
}

.product-content h4 {
    color: #033683;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    transition: all .4s ease-in-out;
}

.product-content p {
    color: #8E8E8E;
    font-size: 14px;
    line-height: 1.3;
    transition: all .4s ease-in-out;
}

.product-row .et_pb_column {
    transition: all .4s ease-in-out;
}

.product-row .et_pb_column:hover {
    background-color: #033683;
    color: #FFFFFF;
}

.product-row .et_pb_column:hover .product-content h4 {
    color: #FFFFFF;
}

.product-row .et_pb_column:hover .product-content p {
    color: #DBDBDB;
}

.cnt-pg .icon {
    background: #F5F5F5;
    padding: 10px;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
}

.cnt-pg .soc-icn .icon {
    background: none;
    padding: 0;
    height: auto;
    width: auto;
    display: block;
    align-items: center;
    border-radius: 0;
    margin-top: 5px;
}

.cnt-pg .soc-icn .icon i {
    color: #033683;
    font-size: 34px;
}

.cnt-pg a {
    color: #696969;
}

.cnt-pg a:hover {
    color: #033683;
}

.cus-counter .percent-value {
    font-size: 52px;
    font-weight: 600;
    background: linear-gradient(168.96deg, #033683 4.88%, #010C1D 90.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.cus-counter .title {
    color: #696969;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.why-choose-boxes .et_pb_column,
.why-choose-boxes .why-choose-box,
.why-choose-boxes .box-no,
.why-choose-boxes .title,
.why-choose-boxes .disc {
    transition: all .5s ease;
}

.why-choose-boxes .et_pb_column:hover {
    background: #033683;
}

.why-choose-boxes .et_pb_column:hover .title {
    color: #FFFFFF;
}

.why-choose-boxes .et_pb_column:hover .disc {
    color: #DBDBDB;
}

.why-choose-boxes .et_pb_column:hover .box-no {
    background: #FFFFFF;
    color: #212121;
}


.why-choose-box .box-no {
    background: #033683A3;
    color: #fff;
    width: fit-content;
    padding: 7px;
    border-radius: 4px;
    line-height: 1em;
    font-size: 16px;
    margin: auto;
}

.why-choose-box .title {
    line-height: 1.2;
    padding: 15px 0 10px 0;
}

.cus-timeine .tmdivi-title {
    color: #212121;
    font-size: 18px;
    font-family: var(--et_global_heading_font) !important;
    margin-bottom: 10px;
    padding: 0;
}

.cus-timeine .tmdivi-description {
    color: #696969;
    font-size: 13px;
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 0;
    font-family: var(--et_global_heading_font) !important;
}

.cus-timeine .tmdivi-content {
    box-shadow: none !important;
}

.cus-timeine #tmdivi-wrapper-0 {
    max-width: 900px;
    padding: 0;
}

.cus-timeine #tmdivi-wrapper-0,
.cus-timeine .tmdivi-line {
    padding: 0 !important;
}

.cus-timeine .tmdivi-story .tmdivi-arrow,
.cus-timeine .tmdivi-year,
.cus-timeine .tmdivi-start,
.cus-timeine .tmdivi-end {
    display: none !important;
}

.cus-timeine .tmdivi-icondot {
    top: 0 !important;
    border: 0;
    background-color: #033683;

}

.cus-timeine .tmdivi-out-viewport .tmdivi-icondot {
    background-color: #DBDBDB;
}

.cus-timeine .tmdivi-wrapper {
    --tw-ibx-size: 30px;
}

.cus-timeine .last-stry .tmdivi-story {
    margin-bottom: 0 !important;
}

/*--------contact form------*/
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 textarea {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #DBDBDB;
    margin-bottom: 0px;
    border-radius: 6px;
    margin-top: 3px;
}

.wpcf7 label {
    font-weight: 500;
    color: #1E1E1E;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.wpcf7-form-control-wrap:last-child {
    display: block;
    margin-bottom: 0;
}

.wpcf7-textarea {
    height: 80px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #8E8E8E !important;
    opacity: 1;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #033683 !important;
    outline: none;
    box-shadow: none;
}

.wpcf7 p {
    clear: both;
}

.cf7-submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #033683;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    overflow: hidden !important;
    transition: all .4s ease-in-out;
}

.cf7-submit-btn .btn-normal,
.cf7-submit-btn .btn-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    gap: 8px;
    width: 100%;
    height: 100%;
}

.cf7-submit-btn .btn-normal {
    transition: opacity .3s ease;
}

.cf7-submit-btn .btn-hover {
    position: absolute;
    inset: 0;
    background: #212121;
    color: #fff;
    transform: translateY(100%);
    transition: transform .35s ease;
}

.cf7-submit-btn:hover .btn-normal {
    opacity: 0;
}

.cf7-submit-btn:hover .btn-hover {
    transform: translateY(0);
}

.cf7-submit-btn i {
    font-size: 13px;
    transform: rotate(-45deg);
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
}

/*-------/contact form------*/
/*-------contact form error/send--*/
.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #a4b49b !important;
    background: #d6f0c8 !important;
    color: #557d3f !important;
    border-radius: 6px !important;
    font-size: 14px;
    padding: 10px !important;
    font-weight: 400;

}

.wpcf7 form .wpcf7-response-output {
    border: 1px solid #d6a6a7 !important;
    background: #ffe9e9 !important;
    color: #b74e4e !important;
    border-radius: 6px !important;
    font-size: 14px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px !important;
    font-weight: 400;
    margin-top: 20px !important;
}

/*-------/contact form error/send--*/

.page-id-1568 .counter-sec {
    padding-bottom: 0;
}


/* Media query start */
@media (min-width: 981px) {
    #logo {
        max-height: 70% !important;
    }

    .center-heading-line {
        position: relative;
        text-align: center;
        overflow: hidden;
    }

    .center-heading-line .heading-text {
        display: inline-block;
        position: relative;
        z-index: 2;
        background: #ffffff;
        padding: 0 15px;
    }

    .center-heading-line .left-line,
    .center-heading-line .right-line {
        position: absolute;
        top: 20px;
        height: 1px;
        background: #DBDBDB;
        width: 100%;
    }

    .center-heading-line .left-line {
        left: 0;
    }

    .center-heading-line .right-line {
        right: 0;
    }

    .heading-line {
        position: relative;
        overflow: hidden;
    }

    .heading-line .right-line {
        position: absolute;
        margin-left: 15px;
        width: 100%;
        height: 1px;
        background: #DBDBDB;
        bottom: 23px;
    }

    .hme-40-60-row {
        display: grid;
        grid-template-columns: 45% auto;
    }

    .hme-40-60-row .et_pb_column {
        width: 100%;
    }

    .solution-box .box-row .et_pb_column {
        position: relative;
        overflow: hidden;
    }

    .solution-box .box-row .et_pb_column {
        aspect-ratio: 1.8 / 1;
        min-height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .abt-grid-row {
        display: grid;
        grid-template-columns: 18% 43% 35%;
    }

    .abt-grid-row .et_pb_column,
    .abt-grid-row-b .et_pb_column {
        width: 100%;
    }

    .abt-grid-row-b {
        display: grid;
        grid-template-columns: 35% 43% 18%;
    }

    .foo-grid-row {
        display: grid;
        grid-template-columns: 16% 18% 24% 30%;
        column-gap: 4%;
    }

    .foo-grid-row .et_pb_column {
        width: 100% !important;
    }

    .cus-counter {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    .cus-counter .et_pb_column {
        width: 100%;
    }

    .why-choose-row {
        max-width: 940px !important;
    }
}

@media (min-width: 768px) {
    .team-card {
        aspect-ratio: 1/1;
    }
}

@media (max-width: 980px) {

    h1 {
        font-size: 50px;
    }

    .home-banner h1 {
        font-size: 50px;
    }

    #main-header .et_mobile_menu {
        background-color: #ffffff !important;
    }

    #main-header .et_mobile_menu li a {
        border-bottom: none;
        /* color: #033683; */
        padding: 8px;
        font-weight: 400;
        opacity: 1;
        background-color: transparent;
    }

    #main-header .et_mobile_menu li a:hover {
        background-color: none;
    }

    #main-header .et_mobile_menu li.current-menu-item>a {
        color: #002356 !important;
    }

    .et_mobile_menu .icon-menu i {
        font-size: 28px;
        color: #033683;
    }

    .prod-mob-grid h4 {
        font-size: 17px;
        padding-bottom: 7px;
    }

    .switcher-content {
        bottom: 15px;
        margin: 15px 10px;
        padding: 15px;
    }

    /* Mobile menu dropdown */
    #main-header .et_mobile_menu .menu-item-has-children>a:after {
        font-family: 'ETmodules' !important;
        content: '\4c';
        position: absolute;
        right: 6%;
        font-size: 16px;
        transition: transform 0.4s ease, opacity 0.3s ease;
    }

    #main-header .et_mobile_menu .menu-item-has-children.visible>a:after {
        content: '\4d';
        transform: rotate(180deg);
    }

    #main-header .et_mobile_menu ul.sub-menu {
        display: block !important;
        visibility: visible !important;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.4s ease-in-out,
            padding 0.4s ease;
    }

    #main-header .et_mobile_menu .visible>ul.sub-menu {
        max-height: 1000px;
        opacity: 1;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    #main-header .et_mobile_menu ul.sub-menu li {
        line-height: 1.5em;
        transition: opacity 0.4s ease;
    }

    /* footer menu */
    footer .et_pb_menu__menu {
        display: block !important;
    }

    footer .et_mobile_nav_menu {
        display: none !important;
    }

    footer .mobile_menu_bar {
        display: none !important;
    }

    footer .et_mobile_nav_menu {
        display: none !important;
    }

    footer .et_pb_menu__menu {
        display: block !important;
    }

    .product-content {
        padding: 20px 12px;
    }

    .product-content h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .cus-counter .percent-value {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 35px;
    }

    .home-banner h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 29px;
    }

    .flex-list-wrap {
        flex-direction: column;
        gap: 12px;
    }

    .flex-list-wrap .external-bullet {
        width: 100%;
    }

    .trusted-logo-grid .et_pb_image_wrap img {
        width: 90px;
        height: 90px;
    }

    .team-card {
        height: 250px;
    }

    #top-header #et-info {
        padding: 10px 0;
    }

    .cus-counter .percent-value {
        font-size: 32px;
    }

    h2.sm-heading {
        font-size: 18px;
        margin-bottom: 0;
    }
}


@media (max-width: 980px) and (min-width: 768px) {

    #et-secondary-nav,
    #et-secondary-menu {
        display: block !important;
    }
}


@media (max-width: 550px) {
    .prod-mob-grid .uk-panel img {
        height: 300px;
        object-fit: cover;
    }

    #top-header #et-info {
        justify-content: center;
        column-gap: 5px;
    }
}

@media (max-width: 340px) {
    .feature-title {
        font-size: 10px;
    }
}