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

.menuSec,
.noPadding,
.patrk-pg section.ptck_banner .row>*,
ul {
    padding: 0;
}

a:focus,
a:hover,
body,
h2 {
    color: #393939;
}

.audio-pg section.main-publication h2,
.contat-box p a,
.serv-pg .section-category .themes-h2,
.serv-pg .section-category .themes-h2 .head-bg,
.theme_btn:hover,
h3 {
    color: #000;
}

h5,
ul {
    margin: 0 0 20px;
}

.logo,
.menuSec ul li,
.menuSec ul li a,
.theme_btn {
    display: inline-block;
}

.menuSec ul li a,
a,
a:focus,
a:hover {
    text-decoration: none;
}

.book_port_img img,
.logo img,
.menu-Bar span,
.testi-pg .testi_imgg img,
.theme_btn:hover::before,
ul.dropdown,
ul.dropdown li,
ul.dropdown li a {
    width: 100%;
}

.reviw-testi .fa-caret-left:before,
.reviw-testi .fa-caret-right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

#countdown:after,
#countdown:before {
    width: 8px;
    background: #444;
    top: 48px;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
}

#countdown .labels li:first-child,
#countdown:after,
#countdown:before,
div#tiles span:first-child {
    display: none !important;
}

.centerCol,
.menuSec li:hover li {
    float: none;
}

body,
html {
    overflow-x: hidden;
}

body {
    word-break: break-word;
    font: 15px/25px "Sofia Pro";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.2;
}

.logo-fot p,
.suport ul li a,
h1,
p {
    font-weight: 500;
}

h1,
h2 {
    font-size: 55px;
    /* font-family: "Sofia Pro"; */
}

a {
    color: #28b16d;
    white-space: initial;
}

a:hover {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    outline: 0;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    list-style-type: none;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fonts-fontawesome-webfont.html);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/fonts-SofiaPro-SemiBold.html") format("woff2"), url("../fonts/fonts-SofiaPro-SemiBold-2.html") format("woff");
}

@font-face {
    font-family: "Sofia Pro med";
    src: url("../fonts/fonts-SofiaPro-Medium.html") format("woff2"), url("../fonts/fonts-SofiaPro-Medium-2.html") format("woff");
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/fonts-SofiaPro.woff2") format("woff2"), url("../fonts/fonts-SofiaPro.html") format("woff");
}

@font-face {
    font-family: "Sofia Pro light";
    src: url("../fonts/fonts-SofiaPro-Light.html") format("woff2"), url("../fonts/fonts-SofiaPro-Light-2.html") format("woff");
}

@font-face {
    font-family: "Sofia Pro black";
    src: url("../fonts/fonts-SofiaPro-Black.html") format("woff2"), url("../fonts/fonts-SofiaPro-Black-2.html") format("woff");
}

.noLeft {
    padding-left: 0;
}

.menuSec ul li:last-child a,
.noRight,
.testti-fotr .row>* {
    padding-right: 0;
}

.centerCol {
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.patrk-pg section.empire_of_pain_sec,
.py_8,
.themes-padd,
section.featured_sec.pb_8,
section.logo_sec {
    padding: 80px 0;
}

.menuSec ul,
.menuSec ul li {
    padding: 0;
    position: relative;
    margin: 0;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #fff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: 250ms;
    overflow: hidden;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: 250ms;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    color: #fff;
    margin: 0 0 17px;
}

.menuSec ul li a,
h4,
h5,
h6 {
    color: #393939;
    font-family: "Sofia Pro";
}

.menu li a,
.suport p,
.suport ul li a span,
.themes-h2,
.themes-h4,
h2,
h3,
ul.dropdown li a {
    font-weight: 600;
}

h2 {
    margin: 0 0 30px;
}

h3 {
    font-family: "Sofia Pro";
    font-size: 30px;
    margin: 0 0 28px;
}

h4,
h5,
h6 {
    font-weight: 500;
}

h4 {
    font-size: 24px;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
}

.mainBanner .bannerForm .fld-input input,
h6 {
    margin: 0 0 22px;
}

h6 {
    font-size: 18px;
}

select {
    background: url("_9be3.html?php%20echo%20$site_url?>/images/images-arrow.png") right no-repeat #fff;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

.mb_slider .slick-slide,
.menuSec img {
    margin: 0;
}

.menuSec ul {
    list-style: none;
    text-align: center;
    text-transform: capitalize;
}

#countdown .labels li,
.menu li a,
.poster-item p {
    text-transform: uppercase;
}

.menuSec li ul,
.menuSec li>ul>li>a:after,
.menuSec li>ul>li>a:before,
.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a {
    position: relative;
    padding: 10px 23px;
    font-size: 15px;
    font-weight: 600;
}

.menuSec ul li a:after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}

.menuSec ul li a.active,
.menuSec ul li a:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    color: #f6921e;
}

.menuSec li ul li a:hover,
.menuSec li>ul>li>a,
ul.dropdown li a,
ul.dropdown li a:hover {
    color: #000 !important;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    left: 0;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li ul li a:hover {
    background-color: #f6921e;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:after,
.menuSec ul:before {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000;
    left: 0;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #fff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

header {
    padding: 15px 0;
}

.about-banner,
.banner-txt,
.bannerForm,
.banner_image,
.battel-box,
.battel-sec,
.book_port_img,
.box-size,
.client-strip,
.contact-banner-wrap,
.dropdown-nav,
.fld-input,
.footer-left h3 span,
.head-bg,
.img-style,
.inner-banner-sec,
.main-header,
.mainBanner,
.main_banner,
.makes-sec,
.patrk-pg .emp_men_imgg,
.poster-main,
.section-category,
.themes-h2,
footer,
ul.lne_cs {
    position: relative;
}

.testi-pg .main-header:before {
    position: absolute;
    left: 0;
    content: "";
    background: url(_9be3.html?php%20echo%20$site_url?>/images/images-header-before.webp) no-repeat;
    width: 237px;
    height: 370px;
    z-index: 5;
}

.logo img,
.poster-main a,
.poster-main img {
    display: block;
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    background: #0f4c97;
    position: absolute;
    transition: 0.6s;
    border-radius: 100px;
}

.battel-box,
.battel-box img,
.box-size .battel-box h5,
.bring_bx,
ul.category-list li {
    transition: 0.3s ease-in-out;
}

.client-strip ul li,
.menu,
.menu li,
ul.contact-lst li a span,
ul.dropdown li {
    display: inline-block;
    vertical-align: middle;
}

.menu-Bar span:first-child {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #b70404;
}

.menu-Bar.open span:first-child {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu {
    font-size: 0px;
}

.menu li {
    padding-left: 35px;
}

.menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.menu li.active a,
.menu li:hover a {
    color: #f05a23;
}

.dropdown-nav {
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    left: 0;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: 0.5s forwards btotreverse;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    display: block;
    margin: 0 0 15px;
    text-align: center;
    background: 0 0 !important;
}

ul.dropdown li.last a {
    margin-bottom: 0;
}

.dropdown-nav:hover ul.dropdown {
    animation: 0.5s forwards btot;
    z-index: 9;
}

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

    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }

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

ul.contact-lst li.first a {
    background-color: #f6921e;
    padding: 12px 13px 16px 10px;
    border-radius: 50px;
    color: #000;
    -webkit-animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #f6921e;
    font-size: 16px;
    width: auto;
}

ul.contact-lst li.last a,
ul.contact-lst2 li.first a {
    border-radius: 50px;
    -webkit-animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    width: auto;
    animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
}

ul.contact-lst li.first a span img {
    filter: invert(1) brightness(0.5);
    width: 85%;
}

ul.contact-lst li.last a {
    background-color: #000;
    padding: 14px 13px 16px 10px;
    color: #fff;
    box-shadow: 0 0 0 2px #000;
}

ul.contact-lst li.last a span img {
    filter: invert(1) brightness(1.5);
    width: 85%;
}

ul.contact-lst2 li.first a {
    background-color: #f6921e;
    padding: 9px 13px 14px 10px;
    color: #000;
    box-shadow: 0 0 0 2px #f6921e;
    font-size: 16px;
    border: 0;
    font-weight: 800;
}

ul.contact-lst2 li.first a span img {
    filter: invert(1) brightness(0.5);
    width: 20%;
    margin-right: 10px;
}

ul.contact-lst2 li.last a {
    background-color: #000;
    padding: 11px 13px 12px 10px;
    border-radius: 50px;
    color: #fff;
    -webkit-animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #000;
    font-size: 16px;
    width: auto;
    border: 0;
}

footer::before,
footer:after {
    -webkit-animation: 1.8s linear infinite run;
}

ul.contact-lst2 li.last a span img {
    filter: invert(1) brightness(1.5);
    width: 20%;
    margin-right: 10px;
}

ul.contact-lst2 {
    margin: 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.banner-txt .row,
.client-strip ul,
.marketing-pg .battel-box,
ul.contact-lst {
    align-items: center;
    display: flex;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

ul.contact-lst li img {
    width: 40px !important;
}

ul.contact-lst {
    margin: 0;
}

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

i.fas.fa-caret-left.slick-prev.key1.slick-arrow,
i.fas.fa-caret-right.slick-next.key2.slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 26px;
    border-radius: 100px;
    padding: 12px 0 0;
    cursor: pointer;
    top: 71%;
    z-index: 100;
    text-align: center;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.main_banner {
    padding: 221.5px 0 100.5px;
    background-size: contain;
    background: #546a2e57;
}

.makes-sec,
.what_we_bring {
    padding-bottom: 60px;
}

.banner_text h1 {
    font-size: 59px;
    font-family: math;
    color: #fff;
    font-weight: 700;
    width: 100%;
    margin: 0 0 -20px;
}

.banner_text ul.contact-lst,
.inner-banner-sec ul.contact-lst {
    justify-content: start;
    margin-top: 46px;
}

.banner_text ul.contact-lst li:first-child,
.inner-banner-sec ul.contact-lst li:first-child {
    margin-left: 0;
}

.banner_text p,
.inner-banner-sec p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin: 37px 0;
}

.banner_image img:last-child {
    position: absolute;
    right: -75px;
    width: 23%;
    top: -82px;
}

.bannerForm h3:after,
.bannerForm h3:before {
    top: 16px;
    height: 2px;
    width: 40px;
    background: #fff;
}

.client-strip img {
    filter: none;
}

.battel-box:hover img {
    filter: brightness(0) invert(1);
}

.client-strip {
    padding-top: 30px;
}

.client-strip ul,
ul.category-list {
    font-size: 0;
}

.client-strip ul li {
    width: 100%;
    padding: 0 10px;
}

.makes-sec .row,
footer .row,
section.testimonials .row {
    align-items: center;
}

.themes-h4 {
    color: #000;
    font-size: 30px;
}

.theme_heading h2,
.themes-h2 {
    font-size: 50px;
}

.head-bg::before {
    content: "";
    position: absolute;
    left: 0;
    height: 20px;
    top: 30px;
    width: 65%;
    background: #f6921e73;
    z-index: -1;
}

.themes-h2 {
    color: #000;
    line-height: 60px;
    margin: 10px 0;
    z-index: 1;
}

.themes-p {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

section.makes-sec.py_8 ul.contact-lst {
    justify-content: start;
    margin-top: 40px;
}

.what_we_bring {
    background-image: url(_9be3.html?php%20echo%20$site_url?>/images/images-process-bg.jpg);
}

.theme_heading p {
    font-size: 20px;
    width: 64.9%;
    margin: 28px auto;
    line-height: 30px;
    font-family: auto;
}

.bring_bx {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 40px 20px;
    margin-bottom: 27px;
    height: 370px;
    border: 2px solid transparent;
}

.poster-main,
.poster-main .poster-list {
    height: auto;
    width: 100%;
}

.battel-box:hover,
.bring_bx:hover {
    box-shadow: 0 0 20px 0 #fff;
    transform: scale(1.06);
    cursor: pointer;
    background: transparent;
    border: 2px solid white;
}

.bring_bx h2 {
    color: #000;
    font-size: 35px;
    margin-top: 21px;
    font-weight: 700;
    font-family: 'Sofia Pro';
}

.bring_bx p {
    color: #000;
    font-size: 18px;
}

.battel-box:hover h4,
.box-size .battel-box:hover h5,
section.what_we_bring .theme_heading h2,
section.what_we_bring .theme_heading p {
    color: #fff;
}

.marketing-pg .battel-box,
.section-category ul.contact-lst,
.services_sec ul.contact-lst {
    justify-content: center;
}

.services_sec .services_image {
    padding-bottom: 110px;
}

.main-publication .btn-popup {
    border-radius: 60px;
}

.case_stdy_sec,
.testi-pg section.testimonials_sec,
section.main-publication {
    padding: 100px 0;
}

section.main-publication h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
    color: #000;
}

.bannerForm h2 span,
.footer-right h4 span,
section.main-publication h2 span {
    color: #f6921e;
}

section.main-publication p {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.poster-main {
    margin: 0 auto;
    top: -42px;
    z-index: 0;
}

.book_port_img,
.footer-left>img+img {
    margin-top: 30px;
}

.poster-main .poster-list .poster-item {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-next-btn:before,
.poster-main .poster-prev-btn:before {
    font-size: 0px;
    top: 106px;
    bottom: inherit;
    margin: auto;
    height: 15px;
    width: 41px;
    position: absolute;
    content: "";
}

.poster-item p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.contact-banner-wrap>img:first-child,
.poster-main .poster-prev-btn {
    left: 0;
}

.poster-main .poster-next-btn {
    right: 0;
}

.poster-main * {
    overflow: visible !important;
}

.poster-main .poster-prev-btn:before {
    background: url(_9be3.html?php%20echo%20$site_url?>/images/images-sprite.png) -156px -15px no-repeat;
    right: -96px;
}

.poster-main .poster-next-btn:before {
    background: url(_9be3.html?php%20echo%20$site_url?>/images/images-sprite.png) -208px -15px no-repeat;
    right: 339px;
}

.contat-box,
.ct-button.styl1 {
    text-align: center;
}

a.btn-popup {
    padding: 10px 30px;
    font-size: 20px;
}

a.btn-popup:hover {
    background: #000;
    color: #fff;
}

section.testimonials {
    background: #f4f4f4;
    padding: 100px 0;
}

.testimonials-text h5 {
    font-size: 24px;
    color: #0b274b;
    margin: 0 0 20px;
}

.testimonials-text h3 {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 30px;
}

.reviw-testi .fa-caret-left:before {
    content: "\f0d9";
}

.reviw-testi p {
    font-size: 18px;
    color: #333;
    line-height: 24px;
}

.battel-box h4,
.battel-box h6 {
    color: #000;
    transition: 0.3s ease-in-out;
    font-family: "Sofia Pro";
}

.star-name h6 {
    font-weight: 700;
    font-size: 24px;
    margin: 40px 0 10px;
}

.testimonials-text {
    padding: 38px 55px 0;
}

.testimonials .slick-slide img {
    width: 24%;
}

i.fas.fa-caret-left.slick-prev.key1.slick-arrow {
    background: #fff;
    position: absolute;
    left: inherit;
    right: 12%;
}

i.fas.fa-caret-right.slick-next.key2.slick-arrow {
    background: #fff;
    position: absolute;
    right: 12px;
    margin: 0 auto;
}

.services_sec p {
    font-size: 18px;
    line-height: 26px;
}

.services_image img {
    position: relative;
    top: 40px;
    left: 20px;
}

ul.contact-lst li a,
ul.contact-lst2 li a {
    font-size: 14px !important;
    padding: 18px 26px 18px 10px !important;
}

ul.contact-lst li a span {
    margin-top: -6px;
    margin-right: 10px;
}

footer *,
li.btn-head a,
section.battel-sec.themes-padd h2.themes-h2,
section.battel-sec.themes-padd h2.themes-h2+p {
    color: #fff !important;
}

section.battel-sec.themes-padd p {
    font-size: 20px;
    line-height: 30px;
    color: white;
}

.battel-sec::before {
    content: "";
    position: absolute;
    height: 65%;
    width: 100%;
    left: 0;
    top: 10%;
    background-image: url(_9be3.html?php%20echo%20$site_url?>/images/images-battel-sec-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom;
}

.battel-sec {
    background: #000;
    z-index: 0;
}

.battel-sec .mg-50 {
    margin: 50px 0;
}

.battel-box:hover h6 {
    opacity: 0.5;
    color: #fff;
}

.battel-box {
    background-color: #fff;
    box-shadow: 0 0 10px 0 #00000022;
    border-radius: 5px;
    padding: 40px 10px;
    text-align: center;
    border: 2px solid #ff9701;
}

.battel-box h6 {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 70px;
    font-weight: 700;
    opacity: 0.1;
}

.battel-box img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    margin: 0 auto 15px;
}

.battel-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.testnnr .banner-txt .price-bx {
    padding-bottom: 20px;
    padding-top: 10px;
}

.sp50 {
    padding-bottom: 50px;
}

.footer-form-sec {
    padding: 80px 0 100px;
}

.footer-left,
.footer-right {
    padding: 35px 55px;
    height: 100%;
}

.footerbox {
    border-radius: 15px;
    margin-bottom: 35px;
}

.footer-left {
    background-color: #000;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
}

.footer-left h3 {
    color: #f6921e;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    margin-bottom: 65px;
}

.footer-left h3 span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    background-color: rgba(255, 255, 255, 0.3);
}

.footer-left p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
}

.footer-left ul {
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
}

.footer-left ul li img {
    width: 180px;
}

.footer-left ul li:first-child {
    margin-right: 40px;
}

.footer-right {
    background-color: #f4f4f4;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.footer-right h4 {
    color: #000;
    font-size: 39px;
    line-height: 63px;
    font-weight: 700;
    margin-bottom: 35px;
}

.footer-form-input input,
.footer-form-input select,
.footer-form-textarea textarea {
    border: 1px solid #dfdfdf;
    color: #666;
    background-color: #fff;
    width: 100%;
}

.footer-form-input input {
    height: 45px;
    margin-bottom: 25px;
    padding: 0 15px;
}

.footer-form-input select {
    height: 45px;
    margin-bottom: 20px;
    padding: 0 15px;
    font-family: "Sofia Pro";
}

.footer-form-textarea textarea {
    height: 80px;
    margin-bottom: 15px;
    font-family: "Sofia Pro";
    padding: 10px 15px;
}

.footer-form-submit input {
    height: 65px;
    width: 40%;
    margin: auto;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-radius: 60px;
    display: block;
}

.footer-form-submit input:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.footer-right p {
    padding-top: 25px;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

ul.contact-lst2.styl1 {
    margin: 40px 0 0;
}

footer {
    padding: 6% 0 25px;
    background: #000;
}

footer p,
footer p>a {
    color: #190707;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

footer img {
    float: right;
}

.main-thankyou-sec h1 {
    color: #000;
    font-size: 59px;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-thankyou-sec p.subtitle {
    color: #000;
    line-height: 1.4;
    font-size: 21px;
    font-weight: 300;
    padding: 5px 0 30px;
}

.main-thankyou-sec {
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
}

.book_port_img {
    margin-bottom: 20px;
}

.inner-banner-sec {
    z-index: 0;
}

.inner-banner-sec .banner-img-box {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.inner-banner-sec .banner-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.inner-banner-sec h1 {
    font-size: 70px;
    font-family: "Sofia Pro";
    color: #000;
    font-weight: 600;
    width: 100%;
}

.about-banner {
    height: auto;
    right: 0;
    bottom: 0;
}

.birth_of h4.themes-h4 {
    margin-bottom: 0;
    line-height: 0;
}

ul.category-list li {
    background: #fff;
    box-shadow: 0 0 20px #d9d9d9;
    -moz-box-shadow: 0 0 20px #d9d9d9;
    -webkit-box-shadow: 0 0 20px #d9d9d9;
    display: inline-block;
    width: 14%;
    margin: 1.2%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #f6921e;
    padding: 20px 0;
}

.case_ftrr,
.case_one_box,
.patrk-pg .emp_men_imgg img,
.testi-pg .testti-bodyy {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

ul.category-list li:hover {
    transform: scale(1.05);
}

ul.category-list li img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}

.txt-contact-bx p span {
    color: #0b274b;
}

.txt-contact-bx p {
    font-size: 24px;
    margin-bottom: 50px;
    color: #000;
}

.txt-contact-bx {
    text-align: center;
    margin: 40px 0 0;
}

ul.category-list li h6 {
    font-size: 14px;
    margin: 0;
}

.section-category {
    margin-bottom: 80px;
    z-index: 0;
}

.section-category::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 15%;
    width: 17%;
    z-index: -1;
    background-image: url(_9be3.html?php%20echo%20$site_url?>/images/images-section-category-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

ul.contact-lst.no-end {
    justify-content: flex-start;
    margin-top: 40px;
}

.img-style {
    padding: 140px 0;
}

.mission-img {
    position: absolute;
    top: 5%;
    right: 0;
    width: 49%;
}

.box-size .battel-box h4 {
    font-size: 40px;
}

.box-size .battel-box h5 {
    color: #000;
    font-size: 23px;
}

.battel-sec.bg-change::before {
    background-image: url(_9be3.html?php%20echo%20$site_url?>/images/images-battel-sec-bg-change-bg.webp);
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-attachment: fixed;
}

.mainBanner {
    background-size: 100%;
    background-position: center center;
    height: 605px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin: 0;
}

.section-6 .howitwork-carousel .hiw-content p {
    text-align: left;
}

.mainBanner:after {
    position: absolute;
    right: 37px;
    bottom: -138px;
    width: 328px;
    height: 327px;
    background: url(_9be3.html?php%20echo%20$site_url?>/images/images-banner-after.png) no-repeat;
    content: "";
    display: none;
}

ul.contact-lst li {
    display: inline-block;
    margin: 0 0 0 20px;
}

ul.contact-lst li a {
    font-family: "Sofia Pro";
    color: #333;
    font-weight: 700;
    vertical-align: middle;
    position: relative;
}

ul.contact-lst li a:after {
    background: #d1eef5;
    width: 115px;
    height: 7px;
    position: absolute;
    right: 0;
    content: "";
    bottom: 14px;
    z-index: -1;
    display: none;
}

.banner-txt {
    font-family: "Sofia Pro";
}

.banner-txt h4 mark {
    background: #ff4c29;
    color: #fff;
    padding: 0 25px 0 0;
}

.banner-txt h4 {
    color: #000;
    font-size: 29px;
    margin: 0 0 10px;
}

.banner-txt h2 {
    font-size: 56px;
    color: #000;
    margin: 0 0 20px;
}

.banner-txt p {
    font-size: 21px;
    line-height: 1.3;
}

.para_p_top {
    margin: 0 !important;
}

.price-bx h5 {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 20px;
}

.price-bx h5 span {
    margin-left: 10px;
}

.price-bx a {
    color: #0b274b !important;
}

.price-bx h4,
.price-bx h6 {
    font-size: 20px;
    color: #000;
}

.price-bx h4 {
    font-weight: 700;
    display: inline-block;
}

.price-bx h4 span {
    color: #ff4c29;
    font-size: 60px;
    border: 2px dashed #000;
    font-weight: 400;
    padding: 4px 11px;
    margin-right: 5px;
}

.price-bx h6 {
    margin: 0 0 10px;
}

.price-bx h6 span {
    color: #ff4b29;
}

.bannerForm {
    padding: 20px 30px;
    background: #fff;
    width: 90%;
    height: 100%;
    border-radius: 10px;
    margin: 0 0 0 55px;
    border: 2px solid #000;
}

.bannerForm img {
    position: absolute;
    width: 17%;
    top: -33px;
    left: -11px;
}

.bannerForm:after {
    position: absolute;
    content: "";
    right: -30px;
    top: 0;
    width: 53px;
    height: 505px;
}

.bannerForm h2 {
    text-align: center;
    font-size: 23px;
    margin: 5px 0;
    font-weight: 700;
}

.bannerForm h3 {
    color: #163153;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 0 0 6px;
}

.fld-input input,
.fld-input select {
    width: 100%;
    height: 45px;
    margin: 0 0 12px;
    padding: 0 0 0 15px;
}

.bannerForm h3:before {
    position: absolute;
    left: 37px;
    content: "";
}

.bannerForm h3:after {
    position: absolute;
    right: 37px;
    content: "";
}

.fld-input input {
    border-radius: 5px;
    border: 2px solid #000;
}

.fld-input select {
    border-radius: 5px;
    color: #a3a3a3;
    border: 2px solid #0b274b;
    font-family: "Sofia Pro";
}

#countdown {
    width: 250px;
    height: 80px;
    text-align: center;
    background: 0 0;
    background-image: transparent;
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    margin: auto;
    padding: 0;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
}

#countdown:before {
    content: "";
    height: 65px;
    border: 1px solid #111;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    left: -10px;
}

#countdown:after {
    content: "";
    height: 65px;
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    right: -10px;
}

#countdown #tiles {
    position: relative;
    z-index: 1;
}

#countdown #tiles>span {
    width: 92px;
    max-width: 92px;
    font: bold 48px "Droid Sans", Arial, sans-serif;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image: -moz-linear-gradient(top, #bbb, #eee);
    background-image: -ms-linear-gradient(top, #bbb, #eee);
    background-image: -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
    margin: 0 7px;
    padding: 18px 0;
    display: inline-block;
    position: relative;
}

#countdown #tiles>span:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1;
}

#countdown #tiles>span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
}

#countdown .labels {
    width: 100%;
    height: 20px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 0;
}

#countdown .labels li {
    width: 20%;
    color: #0b274b;
    text-align: left;
    display: inline-block;
    font-size: 10px;
    margin: 0 3px 0 0;
    font-weight: 600;
}

div#countdown {
    position: relative;
    background: 0 0;
}

#countdown #tiles span {
    font-size: 20px;
    width: 50px;
    box-shadow: none;
    margin: 0 10px 0 0;
    background: #fff;
    color: #0b274b;
    border: 2px solid #0b274b;
    padding: 8px 0;
    border-radius: 7px;
    box-shadow: inset -2px 1px 12px #888;
}

button.packageformsubmit1 {
    background: #f6921e;
    height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 60%;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    border: 1px solid transparent;
    display: block;
}

button.packageformsubmit1:hover {
    background: #000;
    color: #f6921e;
    border-color: #f6921e;
}

.fld-input i {
    position: absolute;
    left: 12px;
    color: #0b274b;
    top: 17px;
    display: none;
}

.mainBanner .contact-lst {
    margin: 20px 0 0;
    text-align: left;
}

.testi-pg .main-header:before {
    background-size: 60%;
    top: 80px;
}

.testi-pg .mainBanner .contact-lst {
    display: flex;
    justify-content: start;
}

.testi-pg .fld-input input::placeholder {
    color: #a3a3a3;
}

.testi-pg .banner-txt p a {
    color: #0b274b;
    font-weight: 600;
}

.testi-pg .test_heading h4 {
    color: #0b274b;
    font-size: 20px;
    text-align: center;
}

.testi-pg .test_heading h2 {
    text-align: center;
    font-size: 50px;
    color: #f6921e;
    font-family: "Sofia Pro";
}

.testi-pg .testti-bodyy {
    padding: 40px 27px;
    height: 400px;
    border-radius: 10px;
    position: relative;
}

.testi-pg .testti-bodyy p {
    font-size: 18px;
    font-family: "Sofia Pro";
    color: #7c7c7c;
    line-height: 30px;
}

.testi-pg .boddy_qout {
    text-align: end;
    margin-top: 30px;
    position: absolute;
    right: 20px;
    bottom: -30px;
}

.testi-pg .testi-fotr_dtll h5 {
    font-size: 22px;
    color: #f6921e;
    font-weight: 700;
    margin-bottom: 0;
}

.testi-pg .testi-fotr_dtll i {
    color: #7c7c7c;
    font-size: 17.61px;
}

.patrk-pg .pt_banner_info h5,
.patrk-pg .pt_banner_info span,
.patrk-pg .ptck_banner_heading h2,
.patrk-pg .ptck_banner_heading h3,
.serv-pg .banner-txt p,
.serv-pg .ser_heading h2,
.serv-pg .ser_heading p,
.serv-pg p.scnd-srv-pr {
    color: #000;
    font-family: "Sofia Pro";
}

.testi-pg .testi-fotr_dtll ul li i {
    color: #d8af08;
}

.testi-pg .testi-fotr_dtll .d-flex {
    gap: 3px;
}

.testi-pg .testi_imgg {
    margin-top: -50px;
}

.testi-pg .testi_box_wrp {
    margin-top: 50px;
}

.serv-pg .banner-txt p {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
}

.serv-pg p.scnd-srv-pr {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 37px;
}

.serv-pg .inner-banner-sec h1 {
    font-size: 64px !important;
    width: 100% !important;
    line-height: 64px;
    margin-bottom: -30px;
}

.serv-pg .about-banner {
    right: -11%;
    top: -9%;
}

.serv-pg .ser_heading h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 10px;
}

.serv-pg .ser_heading p {
    font-size: 20px;
    width: 66%;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
}

.serv-pg .ser_heading {
    margin-bottom: 7%;
}

.serv-pg .txt_nd .themes-h2,
.serv-pg .txt_nd .themes-p {
    text-align: end;
}

.serv-pg .txt_nd .themes-h2:before {
    left: unset;
}

.patrk-pg section.ptck_banner {
    padding: 5% 0 25%;
}

.patrk-pg .ptck_banner_heading h3 {
    font-size: 37px;
    font-weight: 300;
    margin-bottom: 10px;
}

.patrk-pg .ptck_banner_heading {
    width: 80%;
    margin: 0 auto;
}

.patrk-pg .ptck_banner_heading h2 {
    font-size: 62px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.patrk-pg .ptck_banner_heading h2:after {
    position: absolute;
    content: "";
    background: #f6921e;
    height: 20px;
    width: 100%;
    left: 0;
    bottom: 13px;
    z-index: -1;
}

.patrk-pg .ptrk_book_cover {
    background-color: #f6921e;
    height: 480px;
    position: relative;
    border-radius: 0 10px 10px 0;
}

.patrk-pg .ptrk_book_cover img {
    position: absolute;
    left: 210px;
    width: 42%;
    top: 60px;
}

.patrk-pg .pt_banner_info h5 {
    font-size: 27.45px;
    font-weight: 600;
    margin-bottom: 0;
}

.case_ftrr h6,
.patrk-pg .pt_banner_info span {
    font-size: 24px;
}

.patrk-pg .pt_banner_info {
    padding: 40px 40px 30px;
    border-bottom: 1px solid #f6921e;
}

.patrk-pg .m-top {
    margin-top: 16%;
}

.patrk-pg .empr_heading h3 {
    font-size: 37px;
    font-family: "Sofia Pro";
    font-weight: 400;
    margin-bottom: 0;
}

.patrk-pg .empr_heading h2 {
    color: #f6921e;
    font-size: 63px;
}

.patrk-pg .empr_heading p {
    font-size: 18px;
    font-family: "Sofia Pro";
    color: #000;
    line-height: 26px;
}

.patrk-pg .counter-value {
    width: 95%;
    background: #f6921e;
    padding: 80px 30px 20px;
    border-radius: 10px;
}

.patrk-pg .counter-value h2 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 10px;
    font-family: "Sofia Pro";
    font-weight: 700;
    position: relative;
}

.patrk-pg .counter-value h2:after {
    position: absolute;
    content: "+";
}

.patrk-pg .counter-value h5 {
    font-size: 22px;
    color: #fff;
    font-family: "Sofia Pro";
}

.patrk-pg #numbertwo {
    position: relative;
    margin-left: 30px;
}

.patrk-pg #numbertwo:before {
    position: absolute;
    content: "$";
    left: -34px;
}

.patrk-pg .empr_heading {
    margin-bottom: 9%;
}

.patrk-pg .emp_men_imgg img {
    width: 100%;
    border-radius: 10px;
    height: 550px;
    object-fit: fill;
}

.patrk-pg .emp_men_imgg:after {
    position: absolute;
    content: "";
    background: #f6921e;
    width: 100%;
    height: 100%;
    left: 110px;
    border-radius: 10px;
    z-index: -1;
    top: -120px;
}

.case-pg .inner-banner-sec h1 {
    font-size: 64px;
}

.case-pg .banner-txt p {
    margin-bottom: 0;
    font-size: 20px;
}

.case-pg p.thrd-p-casepg {
    margin-bottom: 37px;
    margin-top: 0;
}

.case-pg .about-banner {
    right: -30px;
    top: -70px;
}

.case_stdy_sec .case_cate_box {
    background-image: url(_9be3.html?php%20echo%20$site_url?>/images/images-case-2.webp);
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: 0.5s;
}

.box_btm_wrp ul {
    display: flex;
    gap: 135px;
    padding: 16px 21px;
    margin-bottom: 0;
}

.box_btm_wrp {
    background-color: #0b274bd1;
}

.box_btm_wrp ul li h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 800;
}

.box_btm_wrp ul li span {
    font-size: 11px;
    color: #fff;
}

.case_ftrr {
    background: #fff;
    text-align: center;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
}

.contat-box,
section.client_section.pb_8 {
    padding: 50px 0;
}

.case_ftrr h6 {
    color: #000;
    font-family: "Sofia Pro";
    margin-bottom: 0;
    transition: 0.5s;
}

ul.lne_cs:after {
    background: #fff;
    position: absolute;
    content: "";
    width: 2px;
    height: 106px;
    left: 210px;
    top: 0;
}

.case_one_box:hover .case_cate_box {
    transition: 0.5s;
    filter: grayscale(0.8);
    transform: scaleX(1.1);
}

.case_one_box {
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 70px;
}

.case_one_box:hover .case_ftrr h6 {
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}

.cs_two2 {
    background-image: url(_9be3.html?php%20echo%20$site_url?>/images/images-case-3.webp) !important;
}

.cs_three3 {
    background-image: url(_9be3.html?php%20echo%20$site_url?>/images/images-case-4.webp) !important;
}

.cs_four4 {
    background-image: url(_9be3.html?php%20echo%20$site_url?>/images/images-case-5.webp) !important;
}

.cs_five5 {
    background-image: url(_9be3.html?php%20echo%20$site_url?>/images/images-case-6.webp) !important;
}

.cs_six6 {
    background-image: url(_9be3.html?php%20echo%20$site_url?>/images/images-case-7.webp) !important;
}

.audio-pg .banner_image img:last-child,
.marketing-pg .banner_image img:last-child {
    bottom: unset;
}

.audio-pg .banner_text h1 {
    line-height: 70px;
    margin: -30px 0;
}

.audio-pg .bring_bx h2 {
    font-size: 25px;
}

.audio-pg .bring_bx p {
    font-size: 13px;
}

.audio-pg .bring_bx img {
    width: 120px;
    margin: 0 auto;
}

.audio-pg .bring_bx {
    height: 300px;
}

.audio-pg .battel-box {
    height: 220px;
}

.marketing-pg .banner_text h3 {
    font-size: 38px;
    font-family: "Sofia Pro";
    color: #000;
    font-weight: 500;
}

.marketing-pg .banner_text h1 {
    width: 100%;
    font-size: 60px;
    margin-bottom: -10px;
}

.marketing-pg .bring_bx {
    height: 270px !important;
}

.client_strip_slider .slick-slide,
.marketing-pg .slick-active {
    opacity: 1;
}

.marketing-pg .slick-prev {
    left: -95px;
}

.marketing-pg .slick-next {
    right: -65px;
}

.marketing-pg .bring_bx h2 {
    font-size: 30px;
}

section.contat-banner {
    background: url(_9be3.html?php%20echo%20$site_url?>/images/images-contact-banner.jpg) 0 0 / cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-banner-wrap h1 {
    color: #000;
    font-size: 170px;
    font-weight: 700;
}

.contact-banner-wrap>img {
    position: absolute;
}

.contact-banner-wrap>img:nth-child(2) {
    right: 0;
    top: -60px;
}

.contact-banner-wrap>img:nth-child(3) {
    top: -74px;
    left: 400px;
    width: 10%;
}

.contat-box>i {
    font-size: 60px;
    color: #ff9701;
    margin: 0 0 20px;
}

.contat-box h6 {
    font-size: 23px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #000;
}

.contat-box p {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin: 20px 0 0;
}

.contat-box.borders {
    border-left: 3px solid #ff9701;
    border-right: 3px solid #ff9701;
}

.contact-detail-area {
    padding: 40px 0;
}

.form-contact {
    text-align: center;
    padding: 80px 100px;
    border: 2px solid #ff9701;
    border-radius: 10px;
}

.form-contact input,
.form-contact textarea {
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    padding: 10px;
    border: 1px solid #c6c6c6;
    border-radius: 6px;
}

.form-contact textarea {
    height: 200px;
    resize: none;
}

.form-contact h3 {
    font-size: 35px;
    font-weight: 700;
    color: #ff9701;
    margin: 0 0 10px;
}

.form-contact p {
    font-size: 24px;
    color: #000;
    margin: 20px auto;
    width: 80%;
}

.form-contact button {
    width: 100%;
    height: 50px;
    background: #ff9701;
    color: #fff;
    font-size: 25px;
    border: 0;
    border-radius: 6px;
}

.contact-form-area {
    padding: 0 0 60px;
}

footer:after {
    content: "";
    position: absolute;
    background: url(_9be3.html?php%20echo%20$site_url?>/images/images-fot-after.png) no-repeat;
    width: 5%;
    height: 16%;
    right: -8px;
    top: -9%;
    z-index: 0;
}

.advrtzd-frm:before,
footer::before,
section.services_sec h4:before {
    content: "";
    z-index: -1;
    position: absolute;
}

footer::before {
    background: url(_9be3.html?php%20echo%20$site_url?>/images/images-lets-get-advrtz-after.jpg);
    top: -30%;
    width: 18%;
    height: 42%;
    left: 0;
}

.logo-fot p {
    font-size: 15px;
    margin-top: 30px;
    color: #000;
    width: 80%;
}

.logo-fot ul {
    display: flex;
    gap: 23px;
    margin: 48px 0;
}

.logo-fot ul li i {
    font-size: 28px;
    color: #000;
}

.suport p,
.suport ul li a {
    font-size: 15px;
    color: #000;
}

footer h4 {
    font-weight: 700;
    font-size: 29px;
    color: #000;
    padding-top: 1%;
    margin-bottom: 30px;
}

.srvs-fot ul li a,
.srvs-fot-lnk ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.srvs-fot ul li,
.srvs-fot-lnk ul li {
    margin-bottom: 4%;
}

.suport ul li {
    margin-bottom: 8%;
}

.suport p {
    text-transform: capitalize;
}

ul.fot-btm {
    display: flex;
    gap: 10px;
}

ul.fot-btm img {
    border-radius: 5px;
    height: 50px;
    object-fit: contain;
}

.advrtzd-frm:before {
    height: 113%;
    width: 118%;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    left: -75px;
    top: -51px;
}

.pb_8 {
    padding-bottom: 80px;
}

section.tab_sec.pb_8 {
    margin-top: 10%;
}

li.btn-head {
    color: #fff !important;
    background: #00a5bd;
    border-radius: 10px;
    padding: 5px 10px;
}

footer .row {
    align-items: self-start;
}

.logo-fot img {
    float: none;
    width: 190px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    ul.contact-lst li a,
    ul.contact-lst2 li a {
        font-size: 12px !important;
        padding: 18px 15px 18px 10px !important;
    }

    .bring_bx h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .main-header .contact {
        margin: 30px 0 10px;
    }

    .main-header ul.contact-lst {
        justify-content: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menuSec ul li a {
        font-size: 20px;
    }

    .about-banner,
    .audio-pg .bring_bx,
    .bannerForm,
    .bring_bx,
    .mainBanner,
    .patrk-pg .emp_men_imgg img {
        height: auto;
    }

    .about-banner,
    .mission-img {
        position: unset;
    }

    .footer-right {
        padding: 35px 25px;
    }

    .footer-left h3 {
        font-size: 50px;
        line-height: 53px;
    }

    .mainBanner {
        background-size: cover;
        padding: 50px 0;
    }

    .box_btm_wrp,
    .inner-banner-sec h1,
    .mainBanner>div>.row>div {
        width: 100%;
    }

    .bannerForm {
        width: 80%;
        margin: 50px 0 0;
    }

    .testi-pg section.testimonials_sec .row .col-md-4 {
        width: 50%;
    }

    .patrk-pg .counter-value h2 {
        font-size: 35px;
    }

    .patrk-pg .counter-value {
        padding: 30px 20px 20px;
    }

    .box_btm_wrp ul {
        gap: 0;
        justify-content: space-between;
    }

    ul.lne_cs:after {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .bring_bx,
    .mainBanner,
    .patrk-pg .emp_men_imgg img {
        height: auto;
    }

    .about-banner,
    .mission-img {
        position: unset;
    }

    .banner_text h1 {
        width: 100%;
        font-size: 50px;
    }

    .banner_text ul.contact-lst {
        width: 130%;
    }

    .makes-sec .col-lg-6 {
        margin: 0 0 40px;
    }

    .battel-box {
        margin: 0 0 30px;
    }

    .about-banner,
    .bannerForm {
        margin: 50px 0 0;
        height: auto;
    }

    .box_btm_wrp,
    .footerbox>.row>div,
    .mainBanner>div>.row>div,
    section.testimonials>div>.row>div {
        width: 100%;
    }

    header {
        padding: 15px 0;
    }

    ul.category-list li {
        width: 22.5%;
    }

    section.services_sec ul.contact-lst.no-end {
        width: 120%;
    }

    .patrk-pg .pt_banner_info h5 {
        font-size: 20px;
    }

    .patrk-pg .pt_banner_info span {
        font-size: 16px;
    }

    .patrk-pg .m-top {
        margin-top: 56%;
    }

    .patrk-pg .ptrk_book_cover img {
        left: 150px;
        width: 45%;
    }

    .patrk-pg .ptck_banner_heading h2 {
        font-size: 42px;
    }

    .patrk-pg .counter-value {
        padding: 10px 20px;
    }

    .marketing-pg .bring_bx h2,
    .patrk-pg .counter-value h2 {
        font-size: 22px;
    }

    .patrk-pg .counter-value h5 {
        font-size: 15px;
        margin: 0 0 10px;
    }

    .box_btm_wrp ul {
        gap: 0;
        justify-content: space-between;
    }

    ul.lne_cs:after {
        left: 0;
        right: 0;
        margin: auto;
    }

    .battel-sec>div>.row.mg-50>div,
    .case_stdy_sec>div>.row>div,
    .testi-pg section.testimonials_sec .row .col-md-4 {
        width: 50%;
    }

    .contact-banner-wrap h1 {
        font-size: 90px;
    }

    .contact-banner-wrap>img:nth-child(2) {
        right: -120px;
    }

    .contact-banner-wrap>img:nth-child(3) {
        top: -188px;
        left: 200px;
    }

    .form-contact {
        padding: 30px;
    }

    br {
        display: none;
    }

    .mainBanner {
        background-size: cover;
        padding: 50px 0;
    }

    .bannerForm {
        width: 80%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    footer p,
    footer p>a {
        text-align: left !important;
    }

    .bannerForm,
    .inner-banner-sec h1,
    .logo-fot p,
    .theme_heading p {
        width: 100%;
    }

    footer h4 {
        margin-bottom: 10px;
    }

    footer {
        padding-top: 50px;
    }

    .img-style {
        position: relative;
        padding: 0 0 40px;
    }

    ul.contact-lst {
        flex-flow: wrap;
        justify-content: center;
        justify-content: center !important;
    }

    ul.contact-lst li {
        margin: 20px 5px;
    }

    ul.contact-lst2 li {
        margin: 20px -5px;
        height: 50px;
        text-align: center;
    }

    .banner_text h1 {
        width: 100%;
        font-size: 41px;
    }

    .client-strip ul li {
        width: 100%;
        padding: 0;
    }

    .client-strip ul {
        flex-flow: wrap;
        justify-content: center;
    }

    .banner-txt h2,
    .theme_heading h2,
    section.main-publication h2 {
        font-size: 40px;
    }

    .bring_bx {
        height: auto;
    }

    .themes-h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .battel-box {
        margin: 0 0 20px;
    }

    ul.contact-lst2 {
        flex-flow: wrap;
        gap: 0;
    }

    .testimonials-text {
        padding: 30px 0 0;
    }

    .testimonials-text h3 {
        font-size: 26px;
    }

    .testimonials-text h5 {
        font-size: 19px;
        margin: 0;
    }

    section.testimonials {
        padding: 0;
    }

    .footer-left h3 {
        font-size: 40px;
        line-height: 43px;
    }

    .footer-right h4 {
        line-height: 1.2;
    }

    .footer-left {
        padding: 35px;
    }

    .footer-right {
        padding: 15px;
    }

    .footer-form-submit input {
        width: auto;
        padding: 0 30px;
        height: 46px;
        font-size: 15px;
    }

    .about-banner {
        position: unset;
        margin-top: 50px;
        height: auto;
    }

    ul.category-list li {
        width: 47%;
    }

    .mission-img {
        position: unset;
        margin-top: 20px;
    }

    section.ptck_banner>.row {
        margin: 0;
    }

    .patrk-pg .ptrk_book_cover img {
        left: 0;
        right: 0;
        margin: auto;
        width: 60%;
    }

    .bannerForm,
    .patrk-pg .counter-value {
        margin: 20px 0 0;
    }

    .contact-banner-wrap>img:nth-child(3),
    .main-header ul.contact-lst,
    .patrk-pg .emp_men_imgg:after,
    .testi-pg .main-header:before {
        display: none;
    }

    .patrk-pg .emp_men_imgg img {
        height: auto;
        margin: 20px 0 0;
    }

    .patrk-pg .empr_heading h2 {
        font-size: 53px;
    }

    .main_banner {
        background-size: cover;
        padding-top: 25px;
    }

    .audio-pg .banner_text h1 {
        line-height: 50px;
        font-size: 50px;
    }

    .banner_image img:last-child {
        position: absolute;
        width: 130px;
        left: 0;
        bottom: -30px;
    }

    .box_btm_wrp ul li h5 {
        font-size: 20px;
    }

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

    section.contat-banner {
        height: 200px;
    }

    .contact-banner-wrap>img:first-child {
        width: 80px;
        left: -30px;
    }

    .contact-banner-wrap>img:nth-child(2) {
        right: -37px;
        top: 0;
        width: 80px;
    }

    .contat-box.borders {
        border-top: 3px solid #e88a1c;
        border-bottom: 3px solid #e88a1c;
        border-left: 0;
        border-right: 0;
    }

    .form-contact {
        padding: 40px 10px;
    }

    .serv-pg .ser_heading p {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .mainBanner {
        height: auto;
        background-size: cover;
        padding: 60px 0;
    }

    .testi-pg .testi_imgg img {
        width: 110px;
    }

    .testi-pg .testi_imgg {
        margin-top: -90px;
    }

    .testi-pg .testi_box_wrp {
        margin-top: 30px;
    }

    .testi-pg section.testimonials_sec {
        padding: 50px 0 0;
    }

    a.logo img {
        margin: 0 auto;
        width: 77%;
    }

    .footer-form-sec {
        padding: 80px 0 30px;
    }

    ul.contact-lst li.first a,
    ul.contact-lst li.last a {
        font-size: 14px;
    }

    .banner_text ul.contact-lst {
        bottom: 10px;
        left: 0;
        right: 0;
    }

    section.main_banner {
        padding-bottom: 100px;
    }

    ul.contact-lst li a {
        font-size: 11px !important;
        padding: 16px 9px 16px 10px !important;
    }

    .banner_text {
        margin: 0 0 40px;
    }

    .em-ph.d-none {
        display: inline-flex !important;
        position: absolute;
        top: -63px;
        left: 0;
        right: 0;
        margin: 0 auto;
        gap: 16px;
        justify-content: center;
        width: 70%;
    }

    .em-ph.d-none>a>i {
        margin-right: 12px;
    }

    .em-ph.d-none>a {
        color: #fff;
        font-size: 25px;
        line-height: 1.5;
    }

    section.makes-sec.py_8 ul.contact-lst {
        bottom: 10px;
        justify-content: center !important;
        flex-wrap: nowrap;
        left: 0;
    }

    section.makes-sec.py_8 {
        padding-bottom: 100px;
        padding-top: 10px;
    }

    section.what_we_bring.pt_8 {
        background: #000;
    }

    .head-bg::before {
        height: 24%;
        top: 24%;
    }

    section.battel-sec.themes-padd h2.themes-h2 {
        color: #fff !important;
    }

    ul.contact-lst2 li a {
        font-size: 11px !important;
        padding: 16px 16px 16px 10px !important;
    }

    i.fas.fa-caret-left.slick-prev.key1.slick-arrow,
    i.fas.fa-caret-right.slick-next.key2.slick-arrow {
        top: 400px;
    }

    ul.slicknav_nav {
        position: absolute;
        top: 47px;
        width: 100%;
        left: 0;
        background: #212121;
        z-index: 99;
        border-top: 1px solid #dddd;
    }

    .slicknav_nav a:hover {
        background: #e88a1c !important;
        color: #fff;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 16px;
        margin: 0 0 0 0.4em;
        float: right;
        transform: scaleX(0.5);
    }

    li.slicknav_parent.slicknav_open span.slicknav_arrow {
        transform: scaleY(0.5);
    }

    a.btn-popup {
        padding: 8px 30px !important;
    }
}

html {
    background: var(--color-scheme-background);
    color: var(--color-scheme-text-color);
}

.client-strip ul li.last img {
    width: 70%;
}

.footer-form-submit input,
a.btn-popup {
    background: #fff;
    color: #000;
    border: 3px solid #f6921e;
}

section.what_we_bring.pt_8 {
    background-color: #c4a26a;
    background-blend-mode: multiply;
    background-size: cover;
}

:root {
    --color-scheme-background: pink;
    --color-scheme-text-color: red;
    color-scheme: only light !important;
}

@media (prefers-color-scheme: light) {
    :root {
        --color-scheme-background: white;
        --color-scheme-text-color: black;
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-scheme-background: white;
        --color-scheme-text-color: black;
    }
}

section.services_sec h4 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    z-index: 1;
}

section.services_sec h4:before {
    width: 30%;
    height: 70%;
    background: #c4a26a;
    bottom: 0;
}

.mb_slider .slick-slide img {
    width: 150px;
    margin: 0 auto;
}

.banner_image img:nth-child(2) {
    position: absolute;
    width: 21%;
    bottom: -39px;
    left: -10px;
}

::selection {
    background: #0b274b;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #0b274b;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #0b274b;
}

.menuSec li:hover>ul {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
}

.em-ph.d-none>a img {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 36px;
}

@keyframes trin {

    20%,
    26%,
    32%,
    38%,
    44%,
    50%,
    56%,
    62%,
    68%,
    74%,
    80%,
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
}

.mainBanner .bannerForm .form-get-quote {
    padding-top: 20px;
}

.mainBanner .bannerForm .packageformsubmit1 {
    margin-top: 10px;
}

.mainBanner .bannerForm h3 {
    padding-top: 10px;
}

.banner_text ul.contact-lst li:last-child {
    margin-right: 0;
}

.ctspriccy ul {
    list-style: disc;
    padding-left: 20px;
}

.ctspriccy ul li {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.banner-ctas {
    justify-content: flex-start !important;
}

.form-check.custom-check-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
}

.form-check.custom-check-box input {
    border: 1px solid #8080806b;
    width: 22px;
    height: 16px;
    align-items: center;
    padding: 0;
    margin: 0;
}

.form-check.custom-check-box label {
    color: #a3a3a3;
}

.main_banner {
    background: url(https://yandex-images.clstorage.net/wG9g5V403/aad414264c/gR4JtkDuTT0vTz2YnqQ0XmA5-cSGNBpVxdH7YpepdOOh45FJgL_U3pKxvP-SL5Z1zaSaq0NDnBLsoARkQNe_DpAJAqtbugs6bR982db7ZkkreaGFugkuJMPR5iqYuF-Rgc6nd7bCrKvjzvanynLcP4L3xfYsLI18_vZ3FCXfuSuLAlbuHMR-DB1CFanxryZ0FxrZ3a0WIznk4PwdprZtoYn3v3CBwIaY_NnNjtJU2Czf2M_8CgDEZezUfgcR0YgHiBVH9ivGVDoQfDeMwbg3Tggj8eKDFTM-09HtO7-WT7mUxZZ5utKrounO-a7Mdc8w6_Dm_gkj12_GxXgzHP6YEIgAe_oj2Ho6NHkCiPmnGHcYGujMuzgsPuzy5x6KiWKsgsuDTZr1j73j7diIxk_6CPv24s0iHehwyOdmOT3Gqi2AHkDSFfxJLhxHF43fmBJjNC3czaQhEB3K-N4Fu6N2uLb8iHq605GLx8HDj_112zfB2cbeNRLsSNHeQR8A6ZkBmz5G7yTXagwafTun2IoAQiMQ1v6aPik98dvJBbmbdpyT-K1brtuilvLtxZT0RO4g2fjJ9B0YyFnn_Vk3PuCzJZI1dPMo9W4XCEkKuf-_F04WItLksyg0NdHW_x6ah022kuaVS4rIg4LL8MKk6lnbAPnR5fccI8lg6t5hLRjhjBGfO1T0Fdp0DBx7CojYhBtVOTT_8LIIDg36xsM7vrlnl4bNnWWB-KmD4O_Ok916_xHe2cL_ITjIaer8VDI2_Y0CgjhY_gbZUSY9WDy58489awIG3viOOiEj_d_aIqCGdqiDxqJjtfuwlfnE-LDld_woycTo0wIg9Uvdx2MhGMOxKZM-RdYe5nYxOFwFqeirIWMkEtfNrCEXHsDY7Tm9tEysjOeIWavltZna0eiizkzbEd7DxdIUG-dJ6PldMQrerA-UIn3WJexaMSlhN7j1rhlODS7B2YAGGx_O3cA5tIE);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.main_banner:before {
    width: 100%;
    height: 100%;
    content: '';
    background: #000000c7;
    position: absolute;
    inset: 0;
    z-index: -1;
}


.banner_text h1 span {
    color: #c3a26a;
}

.banner_form {
    padding: 40px 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: 6px solid var(--c1);
    width: 57%;
    margin: 0 auto;
    border-radius: 23px;
    animation: movement 7s linear infinite;
    margin-bottom: -23px
}

.form_fields {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 3px 14px;
    border: none;
    box-shadow: 0 0 0 1px #cfcfcf;
    border-radius: 0;
    outline: 0;
    font-size: 13px;
    background: #fff0;
    font-family: 'Sofia Pro';
}

textarea.form_fields {
    height: 90px
}

.banner_form h3 {
    font-size: 25px;
    color: #202020;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 17px;
    position: relative;
    font-family: var(--f1);
    font-weight: 600
}

.banner_form::before {
    position: absolute;
    content: '';
    width: 270px;
    height: 20px;
    background: #c4a26a;
    top: 0;
    right: 0;
    transition: 500ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%)
}

.banner_form::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 17px;
    background: #c4a26a80;
    top: 0;
    right: 0;
    transition: 500ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%)
}

.form_fields::placeholder {
    text-transform: capitalize;
    font-weight: 400
}

@keyframes movement {

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

    50% {
        transform: translateY(-20px)
    }
}

.themebtn {
    background: #c4a26a !important;
    color: #fff !important;
    font-family: 'Sofia Pro';
    font-size: 14px !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    transition: 500ms all;
    border: 1px solid transparent !important;
}

.themebtn:hover {
    background: transparent !important;
    border-color: #c4a26a !important;
    color: #c4a26a !important;
}

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

.footer-logos {
    display: none;
}

.about_img {
    border-radius: 40px;
    overflow: hidden;
    padding: 0 !important;
}

.services_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    top: 0;
    left: 0;
}

.services_image {
    width: 90% !important;
    height: 600px;
    border-radius: 50px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 auto 40px;
}

.menuSec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}