@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

body {
    padding: 0;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    background-color: #000;
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    outline: none;
}

body a:hover,
body a:focus {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: underline
}

textarea:focus {
    outline: none
}

input {
    outline: none !important
}

button,
button:focus {
    outline: none
}

a img {
    border: none
}

img {
    border: 0;
    max-width: 100%;
}

p {
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
ul,
p {
    padding: 0;
    margin: 0
}

textarea {
    resize: none
}

.clr {
    clear: both;
    height: 0
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

ul {
    padding: 0;
    list-style: none
}

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

a:hover {
    text-decoration: none;
    transition: .4s ease-in-out;
}

p:empty {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-family: 'Oswald', sans-serif;
}
span.wpcf7-form-control-wrap.kc_captcha {
    color: #666;
}

/*=============*/
/* .main-header { padding: 20px 0; position: absolute; left: 0; top: 0; width: 100%;z-index: 99; } */
.main-header {
    padding: 10px 0;
    width: 100%;
    background: #f8f9fa;
    position: fixed;
    left: 0;
    z-index: 9;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.collapse_box>ul>li:not(:last-child) {
    margin-right: 40px;
}

.collapse_box>ul>li>a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

/* .collapse_box > ul > li:hover>a{color: #000;} */
.collapse_box>ul>li.active>a:before {
    content: '';
}

.collapse_box>ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collapse_box>ul>li {
    position: relative;
}

.drop-box {
    opacity: 0;
    display: none;
    transition: .4s ease-in-out;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
}

.drop-box li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.drop-box li {
    display: flex;
    align-items: center;
    padding: 15px;
}

.service-detail {
    padding-left: 15px;
}

.service-detail a {
    display: block;
    margin-bottom: 5px;
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Avenir LT Std';
    line-height: 18px;
}

.service-detail p {
    font-size: 13px;
    line-height: 18px;
    color: #707070;
}

.collapse_box>ul>li:hover .drop-box {
    opacity: 1;
    display: block;
    z-index: 99;
    animation: dropbox ease .5s forwards;
}

@keyframes dropbox {
    from {
        top: 55px;
    }

    to {
        top: 38px;
        ;
    }
}

.drop-box:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}

.dropdown-link>span {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-link>span:after {
    cursor: pointer;
    content: '\f107';
    font-family: FontAwesome;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    font-size: 16px;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.collapse_box>ul>li.dropdown-link:hover>span:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fa625f;
}

.brand-logo {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    color: #1f2f63 !important;
    display: inline-block;
    margin-right: auto;
}

.brand-logo img {
    max-height: 70px;
}

.theme_bg_btn {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #BA243A;
    display: inline-block;
    padding: 17px 50px;
}

/* .call-box a i { font-size: 20px; display: inline-block; vertical-align: middle; } */
.hero-banner .item {
    position: relative;
    padding: 285px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 710px;
    display: flex !important;
    align-items: center;

}

.hero-banner .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.know-more {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    color: #06824c;
    display: inline-block;
    padding: 12px 45px;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
    border-radius: 10px;
    letter-spacing: 0.1em;
}

.hero-banner .col-md-12 {
    position: relative;
}

.hero_slider .banner-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 1s linear;
}

.hero_slider .slick-active .banner-content {
    animation: banner 1s linear 1s forwards;
}

@keyframes banner {
    0% {
        opacity: 0;
        left: 50px;
    }

    100% {
        opacity: 1;
        left: 0px;
    }
}

.hero-banner .row {
    position: relative;
}

/* new css */
.banner-content h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}

.banner-content h1 {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: bold;
    line-height: 110%;
    /* 88px */
    letter-spacing: 0;
    margin: 15px 0 25px;
}

.banner-content p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 130%;
    /* 23.4px */
}

.header-right-box {
    margin-left: 100px;
}

.hero-banner {
    position: relative;
}

.left_shadow_effect {
    position: absolute;
    left: 0;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    /* background: linear-gradient(-90deg, #C60655 40%, rgba(252, 157, 76, 0) 100%); */
    z-index: 1;
    /* clip-path: polygon(0 0, 0% 100%, 55% 50%); */
}

.hero_slider .left_shadow_effect img {
    height: 100%;
    object-fit: contain;
    object-position: top;
    max-height: 100%;
}

/* .left_shadow_effect {width: 50%; height: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: linear-gradient(-90deg, #C60655 40%, rgba(252, 157, 76, 0) 100%); z-index: 1; clip-path: polygon(0 0, 0% 100%, 55% 50%); } */
/* .left_shadow_effect:after { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: calc(100% - 100px); height: 65%; background: linear-gradient(-90deg, #C60655 50%, rgba(252, 157, 76, 1) 100%); clip-path: polygon(0 0, 0% 100%, 44% 50%); opacity: 1; } */
/* .hero-banner .item:after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;} */
.hero-banner .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00091A 0%, rgba(0, 9, 26, 0.30) 100%);
}

.hero_slider .left_shadow_effect {
    opacity: 0;
    transition: 1s linear;
}

.hero_slider .slick-active .left_shadow_effect {
    animation: shadoweffect .5s linear .2s forwards;
}

@keyframes shadoweffect {
    0% {
        opacity: 0;
        left: -50px;
    }

    100% {
        opacity: 1;
        left: 0px;
    }
}

.what_we_do_sec {
    padding: 100px 0 0;
}

.heading_box {
    margin-bottom: 40px;
}

.heading_box h3 {
    color: #BA243A;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.heading_box h3:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 31px;
    margin-right: 10px;
    background: url(../img/h3-left-icon.png) no-repeat left center;
}

.heading_box h2 {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    /* 114.286% */
    letter-spacing: 0;
    max-width: 490px;
}

.heading_box p {
    color: #B3B3B3;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0;
}

.heading_box .row {
    align-items: center;
}

.what_we_do_box_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.what_we_do_col {
    width: 33.33%;
}

.what_we_do_box>img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.what_we_do_box {
    position: relative;
}

.what_we_do_cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
}

.what_we_do_cnt h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.what_we_do_cnt .arrowbtn {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
}

.getin_touch_effect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(225deg, #C30B54 0%, #933B3D 100%);
    border: none;
    color: #000919;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease-in;
}

.ligistics_sec li {
    border-bottom: 1px solid #001233;
}

.logistic_box .row {
    align-items: center;
}

.logistic_box h3 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.logistic_box p {
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0;
}

.logistic_box {
    padding: 40px 0;
    position: relative;
}

.getin_touch_effect svg {
    margin-left: 12px;
}

.logistic_box:hover .getin_touch_effect {
    width: 100%;
    opacity: 1;
}

.business_sec {
    padding: 50px 0;
    background: linear-gradient(237.1deg, rgb(7 224 185 / 20%) -52.82%, rgb(0 73 110 / 20%) 109.02%);
    margin-top: 150px;
}

img.busi_top_img {
    margin-top: -107px;
}

.business_modal_cnt {
    padding-left: 30px;
    max-width: 700px;
}

.business_modal_cnt .accordion-item {
    background: transparent;
    border: none;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-radius: 0;
}

.business_modal_cnt .accordion-button {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: none !important;
    outline: none;
    transition: .5s ease-in;
}

.business_modal_cnt .accordion-button:after {
    display: none;
}

.business_modal_cnt .accordion-body {
    padding: 20px 0 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0;
}

.business_modal_cnt .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.business_modal_cnt .accordion-button svg {
    transform: rotate(45deg);
    transition: .4s ease-in-out;
}

.business_modal_cnt .accordion-button.collapsed svg {
    transform: rotate(0deg);
}

.outsourcing_sec {
    margin-bottom: 85px;
}

img.busi_bottom_img {
    margin-bottom: -107px;
}

.digital_marketing_sec .business_modal_cnt {
    padding: 0;
    max-width: 680px;
}

.business_modal_cnt .heading_box h2 {
    font-size: 32px;
    line-height: 45px;
    max-width: 100%;
}

.get_in_touch_sec {
    padding: 160px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.get_in_touch_sec .heading_box h2 {
    font-size: 40px;
    margin: auto;
}

.get_in_touch_sec .heading_box{
    margin-bottom: 0;
}

.get_in_touch_sec .heading_box p {
    margin-bottom: 25px;
}

button.sub-menu-toggle {
    display: none;
}

.sub-menu {
    position: absolute;
    top: 24px;
    left: 0;
    background: rgb(0 0 0 / 10%);
    backdrop-filter: blur(10px);
    border-left: 2px solid #FC9D4C;
    padding-left: 15px;
    min-width: 275px;
    padding-right: 15px;
    display: none;
    opacity: 0;
}

.sub-menu a {
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
    padding: 15px 0 15px 0;
    font-family: 'Oswald', sans-serif;
}

.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}




.collapse_box>ul>li>.sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: -3px;
    width: 100%;
    height: 40px;
}

@keyframes submenu {
    0% {
        top: 75px;
        opacity: 0;
    }

    100% {
        top: 58px;
        opacity: 1;
    }
}

footer.footer {
    padding: 80px 0 0;
    position: relative;
}

.copyright {
    margin-top: 40px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 20px 0;
    text-align: center;
}

.copyright .footlast,
.copyright a {
    display: inline-block;
    color: rgb(255 255 255 / 50%);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 200% */
    letter-spacing: 0;
    text-transform: capitalize;
}

.copyright ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copyright ul li:not(:last-child):after {
    content: '|';
    display: inline-block;
    margin: 0 15px;
    color: rgb(255 255 255 / 50%);
}

footer.footer h2 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 35px;
}

footer.footer>.container li,
footer.footer>.container li a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 200% */
    letter-spacing: 0;
    text-transform: capitalize;
}

.footer_logo {
    margin-bottom: 20px;
    display: inline-block;
}

footer.footer .container,
footer.footer .copyright {
    position: relative;
    z-index: 1;
}

footer.footer .left_shadow_effect {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

footer.footer .left_shadow_effect {
    height: 660px;
}

footer.footer {
    overflow: hidden;
}

footer.footer .left_shadow_effect:after {
    clip-path: polygon(0 0, 0% 100%, 33% 50%);
}

.privacy_text_box {
    background: linear-gradient(229deg, #07E0B9 0%, #00496E 100%);
    padding: 35px 0;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0;
    margin-top: -8px;
}

.privacy_text_box button {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-weight: 400;
    background: transparent;
    border: none;
}

.inner-banner .container {
    position: relative;
    z-index: 1;
}

.inner-banner .item {
    padding: 300px 0 200px !important;
}

.our_service_sec {
    padding: 80px 0;
}

.service_bus_img {
    width: 100%;
}

.tabs_box {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    margin: 0 0 40px;
}

.nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-tabs .nav-link {
    color: #B3B3B3;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: transparent;
    color: #BA243A;
    border-bottom: 2px solid #BA243A;
}

.sol_cnt h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0 0 20px;
}

.sol_cnt p {
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0;
}

.ser_avail {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sol_cnt hr {
    background: #fff;
    opacity: 0.1;
    margin: 35px 0;
}

.ser_avail span {
    background: #BA243A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin-right: 15px;
}

.ser_avail {
    display: inline-flex;
    align-items: center;
}

.solution_tab_cnt .row {
    align-items: center;
}

.our_solution_sec {
    position: relative;
    padding-bottom: 100px;
    z-index: 2;
}

.triangle_shape {
    position: absolute;
    right: 0;
    bottom: -515px;
}

.solution_tabs_sec,
.our_solution_sec .container {
    position: relative;
    z-index: 2;
}

.why_choose_us {
    padding: 100px 0;
    background: linear-gradient(229deg, rgb(7 224 185 / 20%) 0%, rgb(0 73 110 / 20%) 100%);
}

.why_choose_us .heading_box h2 {
    margin: 0 0 20px;
}

.why_choose_us .heading_box p {
    margin: 0 0 20px;
}

.why_choose_us .heading_box {
    margin: 0;
}


.why_choose_list li {
    display: flex;
    align-items: center;
}

.counttxt {
    color: #BA243A;
    font-size: 120px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    opacity: 0.1;
    font-family: 'Oswald', sans-serif;
    margin-right: 30px;
}

.choose_cnt h3 {
    color: #BA243A;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.choose_cnt p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0;
}

.why_choose_us .container {
    position: relative;
    z-index: 1;
}

.why_choose_list {
    padding-left: 30px;
}

.why_choose_list li:not(:last-child) {
    margin-bottom: 80px;
}

.why_choose_us .heading_box {
    position: sticky;
    top: 30px;
}

.why_choose_list {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about_big_hunter {
    padding: 100px 0 0;
    position: relative;
}

.about_big_hunter .mapimg {
    margin-top: -50px;
    width: 100%;
}

.about_big_hunter .container {
    position: relative;
    z-index: 1;
}

.we_big_hunter {
    padding: 100px 0;
    position: relative;
}

.we_big_hunter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(237deg, #07E0B9 -52.82%, #00496E 109.02%);
}

.we_big_hunter h2 {
    font-size: 120px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    /* 132px */
    letter-spacing: 0;
    text-transform: uppercase;
    background: linear-gradient(270deg, #C60655 0%, #FC9D4C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 30px;
}

.we_big_hunter hr {
    background-color: rgb(255 255 255);
    opacity: 0.2;
    margin: 30px 0;
}

.we_big_hunter ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
    justify-content: space-between;
}

.we_big_hunter li {
    width: 25%;
    max-width: 275px;
}

.we_big_hunter li h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
}

.we_big_hunter li p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0;
}

.we_big_hunter .container {
    position: relative;
    z-index: 1;
}

.hunter_service {
    padding: 100px 0;
}

.hunter_ser_list li {
    width: 25%;
    padding: 0 10px;
}

.hunter_ser_box {
    position: relative;
    height: 130px;
    padding: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #0A0A0A;
}

.hunter_ser_box>img {
    position: absolute;
    left: 0;
    height: 100%;
}

.hunter_ser_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.hunter_ser_box h4 {
    max-width: 158px;
    color: #FFF;
    text-align: right;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.hunter_ser_box:hover,
.hunter_ser_box.active {
    background: linear-gradient(269.78deg, #C60655 0%, #FC9D4C 100%);
}


.timeline_sec .triangle_shape {
    max-width: 370px;
    bottom: -420px;
    z-index: 1;
}

.modal_design .modal-content {
    border: 1px solid #FFF;
    background: #00040C;
    border-radius: 0;
}

.modal_design .modal-header {
    justify-content: center !important;
    padding: 30px;
    border-color: rgb(255 255 255 / 10%);
}

.modal_design .modal-header h5 {
    width: 100%;
    text-align: center;
    color: #BA243A;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 240% */
    letter-spacing: 0;
    text-transform: uppercase;
}

.form-design {
    padding: 30px;
}

.form-design .form-control {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    border-radius: 0;
    padding: 12px 0;
}

.form-design .row>div {
    margin-bottom: 30px;
}

.theme_bg_btn {
    border: none;
}

.form-design .theme_bg_btn {
    display: table;
    margin: auto;
}

.btn-close {
    filter: brightness(0.5) invert(1);
    box-shadow: none;
}

.theme_bg_btn:hover {
    color: #BA243A;
    background: #fff;
}

.privacy_txt {
    padding: 30px;
    color: #CCC;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 162%;
    letter-spacing: 0;
}

.timeline_sec {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.timeline_sec .container {
    position: relative;
    z-index: 2;
}

.timeline_box h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0 0 20px;
}

.timeline_box li {
    color: #D4D4D4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 20.8px */
    letter-spacing: 0;
    display: flex;
    align-items: flex-start;
}

.timeline_box li:not(:last-child) {
    margin: 0 0 20px;
}

.timeline_box li:before {
    content: '\f0d7 ';
    font-family: 'FontAwesome';
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: 10px;
}

.animate_shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-height: 100%;
    transition: 1s linear;
}

.animated .animate_shape {
    left: 100%;
}

.animate_row {
    opacity: 0;
    transition: 1s linear;
    transition-delay: 1s;
}

.animated .animate_row {
    opacity: 1;
}



.inner-banner .left_shadow_effect img {
    max-height: 100%;
}

/* .animate_col2,.animate_col3,.animate_col4{opacity: 0;} */

/* .animate_col2{} */
.page-template-about section.get_in_touch_sec {
    display: none;
}

.w_img {
    display: none;
}

.hunter_ser_box:hover .d_img,
.hunter_ser_box.active .d_img {
    display: none;
}

.hunter_ser_box:hover .w_img,
.hunter_ser_box.active .w_img {
    display: block;
}

.inner-banner .item>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what_we_do_col {
    transition: .5s linear;
}

.what_we_do_cnt h3 {
    transform-origin: 0 100%;
    transition: .5s linear;
}

.what_we_do_col:hover .what_we_do_cnt h3 {

    transform: rotate(-90deg);
    margin-left: 39px;
}

.text_annimate {
    position: absolute;
    bottom: 60px;
    left: 90px;
    right: 90px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0;
    opacity: 0;
    display: none;
    transition: .5s linear;
    transition-delay: .3s;
    max-width: 450px;
}

.what_we_do_col:hover .text_annimate {
    display: inherit;
    animation: txt .5s linear .3s forwards;
}

@keyframes txt {
    0% {
        opacity: 0;
        bottom: 10px;
    }

    100% {
        opacity: 1;
        bottom: 40px;
    }
}

.left_shadow_effect_footer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.page-template-services .hero-banner .item:before {
    z-index: 1;
}

.we_big_hunter .triangle_shape {
    bottom: inherit;
    top: -515px;
}

.contact_banner {
    padding: 160px 0 60px;
}

.ml-auto {
    margin-left: auto !important;
}

.contact_banner_cnt h2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    /* 240% */
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.contact_banner_cnt li i {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 7px;
    margin-right: 20px;
}

.contact_banner_cnt li span {
    display: inline-flex;
    width: 54px;
    flex: 0 0 54px;
    height: 54px;
    background: linear-gradient(237deg, #07E0B9 -52.82%, #00496E 109.02%);
    align-items: center;
    justify-content: center;
}

.contact_banner_cnt li {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 0 30px;
}

.contact_banner_cnt li h5 {
    color: rgb(255 255 255 / 50%);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}

.contact_banner_cnt li h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: 'Work Sans', sans-serif;
}

.contact_banner_cnt ul {
    display: flex;
    flex-wrap: wrap;
}

.contact_shape {
    position: absolute;
    top: 0;
    left: 0;
}

.contact_shape .container {
    position: relative;
    z-index: 1;
}

.contact_us_sec h2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px;
    /* 240% */
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.contact_us_sec h2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px;
    /* 240% */
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.contact_detail h4 {
    color: rgb(255 255 255 / 50%);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.contact_detail li {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}

.contact_detail li:not(:last-child) {
    margin-bottom: 10px;
}

.contact_us_sec {
    padding: 80px 0;
    background: linear-gradient(243deg, rgb(7 224 185 / 20%) -10.21%, rgb(3 148 147 / 20%) 43.86%, rgba(0, 73, 110, 0.00) 79.97%)
}


.testimonial_sec {
    padding: 80px 0;
}

.contact_banner .container {
    position: relative;
    z-index: 1;
}


/* testimonial */
.testimonial_box {
    background: #06080C;
    padding: 50px;
}

.testimonial_box svg {
    margin: 0 0 25px;
}

.testimonial_box p {
    color: #B3B3B3;
    font-size: 16Fpx;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0;
    margin: 0 0 25px;
}

.client_box {
    display: flex;
    align-items: center;
}

.client_box>img {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    object-fit: cover;
    flex: 0 0 52px;
    margin-right: 20px;
}

.client_box h4 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 3px;
}

.client_box h6 {
    color: #B3B3B3;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    letter-spacing: 0;
    text-transform: uppercase;
}

.testimonial_slider .col-lg-6 {
    padding: 0 20px;
}

.form-design .wpcf7-response-output {
    color: #fff;
    text-align: center;
}

/* 12 Sept */
.main-header.sticky {
    background: #000;
}

.phonebox>p {
    display: flex;
    align-items: flex-start;
}

.phonebox span.wpcf7-form-control-wrap[data-name=contact_country_code] {
    width: 60px;
    position: relative;
}

.phonebox span.wpcf7-form-control-wrap[data-name=contact_country_code]:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #fff;
    opacity: 0.3;
}

.phonebox .form-control.wpcf7-tel {
    padding-left: 20px;
}

.phonebox>p span.wpcf7-not-valid-tip {
    margin-left: -45px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

/*Responsive*/
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .submenu_toggler {
        display: none;
    }

    .toggle_btn,
    .getquote {
        display: none !important;
    }

    .collapse_box li:hover>ul.sub-menu {
        display: initial;
        animation: submenu .4s ease-in-out forwards;
    }
}

@media (min-width: 1320px) {
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 1400px) {
    .hero-banner .item {
        padding: 200px 0 110px;
    }
}

@media (max-width: 1199px) {
    .main-header nav {
        padding: 15px 0;
        padding-right: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }

    .toggle_btn {
        width: 40px;
        height: 35px;
        color: #fff;
        position: absolute;
        right: 0;
        border: none;
        background: #BA243A;
        font-size: 20px;
        padding: 0;
        outline: none !important;
        border-radius: 4px;
    }

    .collapse_box {
        position: absolute;
        right: 0;
        top: 100%;
        width: 400px;
        background: #fff;
        display: none;
        z-index: 9999;
    }

    .collapse_box>ul {
        display: block;
    }

    .collapse_box>ul>li {
        display: block;
        margin: 0;
        position: relative;
    }

    .collapse_box>ul>li>a {
        display: inline-block;
        padding: 7px 15px;
        font-weight: 400;
        font-size: 14px;
        height: inherit;
        line-height: inherit;
        color: #000;
        letter-spacing: 0;
    }

    .collapse_box>ul>li:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .main-header {
        padding: 0;
    }

    .collapse_box>ul>li:not(:first-child) {
        margin-left: 0;
    }

    /* .toggle_btn{overflow: hidden;} */
    /* .toggle_btn span { -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; position: absolute; top: 16px; left: 7px; height: 3px; width: 26px; background: #fff; } */
    /* .toggle_btn:before { content: ''; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; -webkit-transform-style: preserve-3D; transform-style: preserve-3D; position: absolute; top: 7px; right: 7px; height: 3px; width: 26px; background: #fff; } */
    /* .toggle_btn:after { content: ''; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; -webkit-transform-style: preserve-3D; transform-style: preserve-3D; position: absolute; bottom: 7px; right: 7px; height: 3px; width: 26px; background: #fff; } */
    /* .toggle_btn.active span { left: 100%; -webkit-transform: none; -ms-transform: none; transform: none; } */
    /* .toggle_btn.active:before { -webkit-transform: rotate( -36deg ); -ms-transform: rotate( -36deg ); transform: rotate( -36deg ); width: 30px; } */
    /* .toggle_btn.active:after { -webkit-transform: rotate( 36deg ); -ms-transform: rotate( 36deg ); transform: rotate( 36deg ); width: 30px; } */

    .collapse_box>ul>li.active a:before {
        display: none;
    }

    .collapse_box>ul>li.active {
        background: #ee3202;
    }

    .collapse_box>ul>li.active>a {
        color: #fff;
    }

    .dropdown-link>span {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 35px;
        border-left: 1px solid #ccc;
        text-align: center;
        line-height: 35px;
    }

    .dropdown-link>span:after {
        font-size: 20px;
        color: #0e0e0e;
    }

    .collapse_box>ul>li.dropdown-link:hover>span:after {
        transform: inherit;
    }

    span.active:after {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        color: #fa625f;
    }

    .drop-box {
        display: none !important;
        opacity: 1 !important;
        animation: none !important;
        z-index: 999999;
        position: inherit;
        left: 0;
        transform: none;
        width: 100%;
        top: 0;
        box-shadow: none;
        border-top: 1px solid #ccc;
    }

    .drop-box.show {
        display: block !important;
    }

    .drop-box li {
        padding: 15px;
    }



    /* new css */
    .theme_bg_btn {
        padding: 12px 15px;
        font-size: 15px;
        letter-spacing: 0;
    }

    .toggle_btn {
        background: #BA243A;
        border-radius: 0;
        height: 41px;
        width: 40px;
    }

    .brand-logo img {
        max-height: 60px;
    }

    .main-header nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .banner-content h1 {
        font-size: 60px;
    }

    .heading_box h2,
    .get_in_touch_sec .heading_box h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .what_we_do_cnt h3 {
        font-size: 20px;
        max-width: 240px;
    }

    .submenu_toggler {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: transparent;
        height: 41px;
        width: 40px;
        border-left: 1px solid #e1e1e1;
        z-index: 1;
    }

    .sub-menu {
        position: inherit;
        top: 0;
        border: none;
        animation: none !important;
        padding: 0;
        opacity: 1;
        backdrop-filter: inherit !important;
    }

    .sub-menu a {
        padding: 10px 15px;
        color: #333;
        letter-spacing: 0;
        font-size: 14px;
    }

    .collapse_box>ul>li>.sub-menu:before {
        display: none;
    }

    .sub-menu li:not(:last-child) a {
        border-color: rgb(0 0 0 / 10%);
    }

    .collapse_box>ul>li>a {
        display: block;
        padding: 10px 15px;
    }

    .inner-banner .item {
        padding: 170px 0 100px !important;
        min-height: auto !important;
    }

    .we_big_hunter h2 {
        font-size: 70px;
    }

    .hunter_ser_box h4 {
        font-size: 18px;
        max-width: 105px;
    }

    .hunter_ser_box {
        padding: 15px;
    }

    .contact_shape {
        max-width: 300px;
    }

}


@media (max-width: 991px) {
    .hero-banner .item {
        padding: 150px 0 40px;
        min-height: 500px;
    }

    .banner-content h1 {
        font-size: 36px;
        letter-spacing: 0;
    }

    .banner-content h3 {
        font-size: 20px;
    }

    .privacy_text_box {
        padding: 15px 0;
        font-size: 16px;
        position: relative;
        z-index: 2;
        letter-spacing: 0;
    }

    .what_we_do_sec {
        padding: 40px 0 0;
    }

    .heading_box h3 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .heading_box h2,
    .get_in_touch_sec .heading_box h2,
    .business_modal_cnt .heading_box h2 {
        font-size: 27px;
        line-height: 35px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .heading_box p {
        font-size: 16px;
        letter-spacing: 0;
    }

    .what_we_do_box>img {
        height: 300px;
    }

    .what_we_do_cnt h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .what_we_do_cnt .arrowbtn svg {
        max-width: 30px;
    }

    .what_we_do_cnt {
        padding-bottom: 30px;
    }

    .logistic_box h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px;
    }

    .logistic_box {
        padding: 15px 0;
    }

    img.busi_top_img,
    img.busi_bottom_img {
        margin: 0;
        display: none;
    }

    .business_modal_cnt .accordion-button {
        font-size: 18px;
    }

    .business_modal_cnt .accordion-button svg {
        max-width: 30px;
    }

    .business_modal_cnt .accordion-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .business_modal_cnt .accordion-item {
        padding-bottom: 15px;
    }

    .business_modal_cnt .heading_box h2 {
        margin: 0 !important;
    }

    .heading_box {
        margin-bottom: 20px;
    }

    .business_modal_cnt {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .outsourcing_sec {
        margin-bottom: 50px;
    }

    .hero-banner .item {
        padding: 150px 0 40px;
        min-height: 500px;
    }

    .banner-content h1 {
        font-size: 36px;
        letter-spacing: 0;
    }

    .banner-content h3 {
        font-size: 20px;
    }

    .privacy_text_box {
        padding: 15px 0;
        font-size: 16px;
        position: relative;
        z-index: 2;
        letter-spacing: 0;
    }

    .what_we_do_sec {
        padding: 40px 0 0;
    }

    .heading_box h3 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .heading_box h2,
    .get_in_touch_sec .heading_box h2,
    .business_modal_cnt .heading_box h2 {
        font-size: 27px;
        line-height: 35px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .heading_box p {
        font-size: 16px;
        letter-spacing: 0;
    }

    .what_we_do_box>img {
        height: 300px;
    }

    .what_we_do_cnt h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .what_we_do_cnt .arrowbtn svg {
        max-width: 30px;
    }

    .what_we_do_cnt {
        padding-bottom: 30px;
    }

    .logistic_box h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px;
    }

    .logistic_box {
        padding: 15px 0;
    }

    img.busi_top_img,
    img.busi_bottom_img {
        margin: 0;
        display: none;
    }

    .business_modal_cnt .accordion-button {
        font-size: 18px;
    }

    .business_modal_cnt .accordion-button svg {
        max-width: 30px;
    }

    .business_modal_cnt .accordion-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .business_modal_cnt .accordion-item {
        padding-bottom: 15px;
    }

    .business_modal_cnt .heading_box h2 {
        margin: 0 !important;
    }

    .heading_box {
        margin-bottom: 20px;
    }

    .business_modal_cnt {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .outsourcing_sec {
        margin-bottom: 50px;
    }

    .testimonial_sec {
        padding: 40px 0;
    }

    .get_in_touch_sec {
        padding: 40px 0;
    }

    footer.footer {
        padding: 40px 0 0;
    }

    footer.footer h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    footer.footer>.container li,
    footer.footer>.container li a {
        font-size: 15px;
        line-height: 27px;
        letter-spacing: 0;
    }

    .copyright .footlast,
    .copyright a {
        font-size: 15px;
        letter-spacing: 0;
    }

    .copyright {
        margin-top: 20px;
        padding: 10px 0;
    }

    .footer_logo {
        margin-bottom: 10px;
    }

    .footer_logo img {
        max-height: 35px;
    }

    .about_big_hunter {
        padding: 40px 0 0;
    }

    .timeline_sec {
        padding: 40px 0 0;
    }

    .timeline_box {
        margin: 0 0 40px;
    }

    .we_big_hunter {
        padding: 40px 0;
    }

    .we_big_hunter h2 {
        font-size: 36px;
        letter-spacing: 0;
        padding: 0;
    }

    .we_big_hunter hr {
        margin: 20px 0;
    }

    .we_big_hunter ul {
        padding: 0;
    }

    .we_big_hunter li {
        width: 50%;
    }

    .hunter_service {
        padding: 40px 0 30px;
    }

    .hunter_ser_list li {
        width: 50%;
        margin-bottom: 15px;
    }

    .our_service_sec {
        padding: 40px 0;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px 0;
    }

    .tabs_box {
        margin: 0 0 20px;
    }

    .solution_tab_cnt .sol_cnt {
        margin-top: 20px;
    }

    .sol_cnt h4 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .triangle_shape {
        max-width: 200px;
        bottom: -226px;
    }

    .our_solution_sec {
        padding-bottom: 40px;
    }

    .why_choose_us {
        padding: 40px 0;
    }

    .why_choose_list {
        padding: 40px 0 0;
    }

    .why_choose_list li:not(:last-child) {
        margin-bottom: 40px;
    }

    .contact_us_sec {
        padding: 40px 0 10px;
    }

    .contact_us_sec h2 {
        margin: 0 0 20px;
    }

    .contact_us_sec .col-lg-4 {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) {
    .banner-content p {
        font-size: 16px;
    }

    .privacy_text_box {
        line-height: 22px;
    }

    .what_we_do_col {
        width: 100% !important;
    }

    .business_sec {
        margin-top: 30px;
    }

    .heading_box h3 {
        font-size: 15px;
    }

    .heading_box h3:before {
        height: 22px;
        background-size: 20px;
        width: 20px;
    }

    .business_modal_cnt .accordion-body {
        padding: 10px 0 0;
        letter-spacing: 0;
    }

    .business_sec {
        padding: 40px 0;
    }

    footer.footer h2 {
        margin-bottom: 10px;
    }

    footer.footer .col-md-3:not(:last-child) {
        margin-bottom: 20px;
    }

    .left_shadow_effect_footer {
        display: none;
    }

    .copyright {
        text-align: center;
        line-height: 24px;
    }

    .copyright ul {
        justify-content: center;
    }

    .copyright .footlast,
    .copyright a {
        line-height: 27px;
    }

    .header-right-box {
        margin: 0;
    }

    .collapse_box {
        width: 300px;
    }

    .hero_slider .left_shadow_effect img {
        max-width: 280px;
    }

    .inner-banner .item {
        padding: 150px 0 60px !important;
    }

    .we_big_hunter .triangle_shape {
        max-width: 200px;
        top: -226px;
        right: 0;
    }

    .we_big_hunter li {
        width: 100%;
    }

    .we_big_hunter li:not(:last-child) {
        margin: 0 0 20px;
    }

    .we_big_hunter li p {
        letter-spacing: 0;
    }

    .we_big_hunter li h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .hunter_ser_list li {
        width: 100%;
    }

    .hunter_ser_list li:last-child {
        margin: 0;
    }

    .tabs_box .nav-tabs {
        flex-wrap: wrap;
    }

    .tabs_box .nav-tabs li {
        width: 100%;
    }

    .tabs_box .nav-tabs li button {
        width: 100%;
        text-align: left;
        padding: 12px 0;
        border-width: 1px !important;
        border-bottom: 1px solid;
    }

    .tabs_box .nav-tabs li:last-child button {
        border-bottom: none;
    }

    .counttxt {
        font-size: 60px;
    }

    .choose_cnt h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .choose_cnt p {}

    .why_choose_list li {
        align-items: flex-start;
    }

    .contact_banner_cnt li {
        width: 100%;
    }

    .contact_banner_cnt li span {
        width: 40px;
        height: 40px;
    }

    .contact_banner_cnt li span svg {
        max-height: 13px;
    }

    h4 {}

    .contact_banner_cnt li h4 {
        font-size: 18px;
        font-weight: 400;
    }

    .contact_banner_cnt li h5 {
        margin: 0 0 3px;
    }

    .contact_banner_cnt li {
        margin-bottom: 20px;
    }

    section.contact_banner {}

    .contact_banner {
        padding: 130px 0 20px;
    }

    .contact_detail li {
        font-size: 16px;
    }

}

@media (max-width: 575px) {}

@media (max-width: 480px) {}

@media (max-width: 380px) {}