@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    text-transform: capitalize;
}

span, input, textarea, select, p, ul {
    font-weight: 500;
    margin: 0;
    padding: 0;
    list-style: none;
}

a, button {
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    background: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

main {
    overflow: hidden;
}

a, button, input, textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button, .form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group input[type=number] {
    -moz-appearance: textfield;
}

h1 {
    font-size: 42px;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

h3 {
    font-size: 36px;
    line-height: 42px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}

li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}

.website-main-buttons {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}

.website-main-buttons a.read-more-btn, .website-main-buttons button.popup-btn, .website-main-buttons button.chat-btn, .website-main-buttons a.call-btn {
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.website-main-buttons a.read-more-btn::after, .website-main-buttons button.popup-btn::after, .website-main-buttons button.chat-btn::after, .website-main-buttons a.call-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f77223;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

.website-main-buttons a.read-more-btn:hover::after, .website-main-buttons button.popup-btn:hover::after, .website-main-buttons button.chat-btn:hover::after, .website-main-buttons a.call-btn:hover::after {
    width: 100%;
}

header {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0 10px 12px -10px #cd4b17;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}

header nav.navbar {
    padding: 7px 0;
    justify-content: space-between;
}

header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

header nav.navbar .navbar-brand .logo {
    width: 150px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
}

header nav.navbar .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav.navbar .navbar-buttons a.call-btn {
    background: #cd4b17;
    color: #fff;
    border: 2px solid #cd4b17;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

header nav.navbar .navbar-buttons a.call-btn:hover {
    color: #cd4b17;
}

header nav.navbar .navbar-buttons a.call-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f77223;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

header nav.navbar .navbar-buttons a.call-btn:hover::after, header nav.navbar .navbar-buttons button.popup-btn:hover::after {
    width: 100%;
}

header nav.navbar .navbar-buttons button.popup-btn {
    background: #f77223;
    color: #fff;
    border: 2px solid #f77223;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

header nav.navbar .navbar-buttons button.popup-btn:hover {
    color: #fff;
}

header nav.navbar .navbar-buttons button.popup-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #cd4b17;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

header .header-counter {
    background: #cd4b17;
    width: 100%;
    display: block;
}

.header-counter .header-counter-inner {
}

.header-counter-inner .filp-counter-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.filp-counter-text h5 {
    color: #fff;
    font-weight: 500;
    margin: 0;
}

#countdown ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#countdown ul li {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    width: 70px;
    padding: 5px 5px;
    margin: 0;
    display: inline-grid;
    text-transform: uppercase;
    text-align: center;
}

#countdown ul li:first-child {
    display: none;
}

#countdown ul li span {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: block;
    font-weight: 600;
    margin: 0 0 0px 0;
}

section.banner-main-sec {
    background: url(../images/banner-shape.webp);
    padding: 175px 0 50px;
    background-repeat: no-repeat;
    background-size: 38%;
    background-position: center right;
    position: relative;
    z-index: 11;
}

.banner-main-sec .banner-inner-content {
}

.banner-inner-content h1 {
    color: #cd4b17;
    margin: 0 0 20px;
}

.banner-inner-content p {
    color: #cd4b17;
}

.banner-inner-content ul {
}

.banner-inner-content ul li {
    color: #cd4b17;
    display: flex;
    align-items: center;
}

.banner-inner-content ul li i {
    font-weight: 800;
    margin: 0 5px 0 0
}

.banner-inner-content .website-main-buttons {
}

.banner-inner-content .website-main-buttons button.popup-btn {
    background: #cd4b17;
    color: #fff;
    border: 2px solid #cd4b17;
}

.banner-inner-content .website-main-buttons button.popup-btn:hover {
    background: #f77223;
    color: #cd4b17;
}

.banner-inner-content .website-main-buttons button.chat-btn {
    background: #f77223;
    color: #cd4b17;
    border: 2px solid #f77223;
}

.banner-inner-content .website-main-buttons button.chat-btn:hover {
    color: #fff;
}

.banner-inner-content .website-main-buttons button.chat-btn:hover::after {
    background: #cd4b17;
}

.banner-main-sec .banner-content-img {
    width: 100%;
}

.banner-content-img img {
    width: 100%;
}

section.how-works-wrap {
    background-size: cover;
    background-position: 100% 100%;
    padding: 50px 0;
}

.how-works-wrap .how-works-inner {
}

.how-works-inner .how-works-box {
    display: flex;
}

.how-works-box .how-works-box-img {
    width: 25%;
    margin: 0 10px 0 0;
    background: #000;
    border-radius: 60px;
}

.how-works-box-img img {
    width: 100px;
    height: 100px;
}

.how-works-box .how-works-box-content {
    width: 75%;
    margin: 0 0 10px;
}

.how-works-box-content h4 {
    color: #000;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 10px;
}

.how-works-box-content p {
    color: #000;
}

section.immaculate-achieve-wrap {
    background: url(../images/immaculate-img-bg.webp);
    background-size: cover;
    background-position: 100% 100%;
    padding: 50px 0 100px;
    position: relative;
    z-index: 1;
}

.immaculate-achieve-wrap .immaculate-achieve-inner {
}

.immaculate-achieve-inner .immaculate-achieve-content {
}

.immaculate-achieve-content h2 {
    color: #fff;
    margin: 0 0 10px;
}

.immaculate-achieve-content h2 span {
    background: #f77223;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    width: 30%;
    text-transform: uppercase;
    display: block;
    padding: 2px 15px 2px 10px;
    margin: 0 0 10px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.immaculate-achieve-content p {
    color: #fff;
}

.immaculate-achieve-content ul {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.immaculate-achieve-content ul li {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0 0 10px;
}

.immaculate-achieve-content ul li img {
    margin: 0 5px 0 0;
}

.immaculate-achieve-content .website-main-buttons {
}

.immaculate-achieve-content .website-main-buttons button.popup-btn {
    background: #f77223;
    color: #fff;
    border: 2px solid #f77223;
}

.immaculate-achieve-content .website-main-buttons button.popup-btn:hover {
    color: #fff;
}

.immaculate-achieve-content .website-main-buttons button.popup-btn:hover::after {
    background: #cd4b17;
}

.immaculate-achieve-content .website-main-buttons button.chat-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.immaculate-achieve-content .website-main-buttons button.chat-btn:hover {
    color: #fff;
}

.immaculate-achieve-content .website-main-buttons button.chat-btn:hover::after {
    background: #f77223;
}

.immaculate-achieve-inner .immaculate-achieve-img {
    text-align: right;
}

.immaculate-achieve-img img {
    width: 90%;
}

section.portfolio-publish-wrap {
    padding: 50px 0;
}

.portfolio-publish-wrap .portfolio-publish-head {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.portfolio-publish-head h2 {
    color: #cd4b17;
    margin: 0 0 10px;
}

.portfolio-publish-head p {
    color: #cd4b17;
}

.portfolio-publish-wrap .portfolio-publish-inner {
}

.portfolio-publish-slider .slick-arrow {
    display: none !important;
}

.portfolio-publish-inner .portfolio-publish-item {
}

.portfolio-publish-item a {
    display: block;
}

.portfolio-publish-item a img {
    width: 100%;
}

section.authors-img-sec {
}

section.authors-img-sec img {
}

section.cta-main-wrap {
    background: #f7722317;
    padding: 50px 0;
}

.cta-main-wrap .cta-main-inner {
}

.cta-main-inner .cta-main-left {
    background: url(../images/cta-left-bg.webp);
    background-size: cover;
    background-position: 100% 100%;
    height: 275px;
    padding: 20px 20px;
    border: 1px solid #e5e2e2;
    display: grid;
    position: relative;
    z-index: 1;
}

.cta-main-left::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #cd4b17;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
}

.cta-main-left .cta-main-content {
    width: 50%;
}

.cta-main-left .cta-main-content h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
}

.cta-main-left .cta-main-content p {
    color: #fff;
}

.cta-main-left .website-main-buttons {
    width: 50%;
    align-items: end;
}

.cta-main-left .website-main-buttons button.popup-btn {
    background: #f77223;
    color: #cd4b17;
    border: 2px solid #f77223;
}

.cta-main-left .website-main-buttons button.popup-btn:hover {
    color: #fff;
}

.cta-main-left .website-main-buttons button.popup-btn::after {
    background: #cd4b17;
}

.cta-main-inner .cta-main-right {
    background: url(../images/cta-right-bg.webp);
    background-size: cover;
    background-position: 100% 100%;
    height: 275px;
    padding: 20px 20px;
    border: 1px solid #e5e2e2;
    display: grid;
    position: relative;
    z-index: 1;
}

.cta-main-right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #cd4b17;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
}

.cta-main-right .cta-main-content {
    width: 70%;
    display: flex;
    height: 100%;
}

.cta-main-right .cta-main-content h3 {
    color: #cd4b17;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
}

.cta-main-content p {
    color: #cd4b17;
}

section.why-choose-wrap {
    padding: 50px 0;
}

.why-choose-wrap .why-choose-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.why-choose-head h2 {
    color: #000;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.why-choose-head p {
    color: #000;
}

.why-choose-wrap .why-choose-inner {
}

.why-choose-inner .why-choose-item {
    background: #f1f2f0;
    padding: 10px 10px;
    margin: 10px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #d9d9d9;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .3s ease-in-out;
}

.why-choose-item:hover {
    transform: translateY(-5px) !important;
}

.why-choose-item .why-choose-icon {
}

.why-choose-item .why-choose-icon img {
    margin: 0 0 5px;
}

.why-choose-item p {
    color: #000;
    margin: 0;
}

.why-choose-inner .website-main-buttons {
    justify-content: center;
}

.why-choose-inner .website-main-buttons button.chat-btn {
    background: #cd4b17;
    color: #fff;
    border: 2px solid #cd4b17;
}

.why-choose-inner .website-main-buttons button.chat-btn:hover {
    color: #fff;
}

.why-choose-inner .website-main-buttons button.chat-btn::after {
    background: #f77223;
}

.why-choose-inner .website-main-buttons button.popup-btn {
    background: #f77223;
    color: #fff;
    border: 2px solid #f77223;
}

.why-choose-inner .website-main-buttons button.popup-btn:hover {
    color: #fff;
}

.why-choose-inner .website-main-buttons button.popup-btn::after {
    background: #cd4b17;
}

section.portfolio-publish-wrap {
    background: #f7722317;
    padding: 50px 0;
}

.portfolio-publish-wrap .portfolio-publish-head {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.portfolio-publish-head h2 {
    color: #cd4b17;
    margin: 0 0 10px;
}

.portfolio-publish-head p {
    color: #cd4b17;
}

.portfolio-publish-tablist .portfolio-publish-tablist-buttons {
    margin: 0 0 30px;
}

.portfolio-publish-tablist-buttons ul.nav-pills {
    justify-content: center;
    align-items: center;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item {
    margin: 0 10px 10px;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
    background: transparent;
    color: #cd4b17;
    border: 2px solid #cd4b17;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover {
    color: #fff;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active {
    color: #fff;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #cd4b17;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active::after, .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover::after {
    width: 100%;
}

.portfolio-publish-wrap .portfolio-publish-tablist-content {
}

.portfolio-publish-tablist-content .portfolio-publish-tablist-inner {
}

.portfolio-publish-tablist-inner .portfolio-publish-tablist-item {
    margin: 0 0px 20px;
}

.portfolio-publish-tablist-item a {
    display: block;
    text-align: center;
}

.portfolio-publish-tablist-item a img {
    width: 100%;
    min-height: 280px;
    max-height: 280px;
    border-radius: 10px;
}

section.need-captive-wrap {
    background: url(../images/process-bg.webp);
    background-size: cover;
    background-position: 100% 100%;
    padding: 50px 0;
}

.need-captive-wrap .need-captive-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.need-captive-head h2 {
    color: #f77223;
    margin: 0 0 10px;
}

.need-captive-head p {
    color: #fff;
}

.need-captive-wrap ul.need-captive-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}

ul.need-captive-nav li {
    margin: 0 15px;
}

ul.need-captive-nav li a {
    background: #e1e1e1;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    line-height: 75px;
    text-align: center;
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}

ul.need-captive-nav li a.active, ul.need-captive-nav li a:hover {
    background: #cd4b17;
}

ul.need-captive-nav li a span {
    background: #f77223;
    color: #fff;
    position: absolute;
    top: -2px;
    left: -2px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    font-weight: 600;
    display: block;
}

ul.need-captive-nav li a img {
}

ul.need-captive-nav li a.active img, ul.need-captive-nav li a:hover img {
    filter: invert(100%);
}

.need-captive-wrap .need-captive-inner {
    width: 90%;
    margin: 0 auto;
}

.need-captive-slider .owl-dots {
}

.need-captive-slider .owl-dots .owl-dot span {
    background: #d0d0d0;
    width: 50px;
    height: 6px;
    margin: 0 5px;
    border-radius: 0px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.need-captive-slider .owl-dots .owl-dot.active span, .need-captive-slider .owl-dots .owl-dot:hover span {
    background: #f77223;
}

.need-captive-inner .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.need-captive-inner .item .need-captive-content {
    width: 60%;
    padding: 20px 20px;
}

.item .need-captive-content h4 {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 20px;
}

.item .need-captive-content p {
    color: #fff;
}

.need-captive-inner .item .need-captive-img {
    width: 20%;
}

.item .need-captive-img img {
    width: 100%;
}

.need-captive-inner .website-main-buttons {
    justify-content: center;
}

.need-captive-inner .website-main-buttons button.popup-btn {
    background: #f77223;
    color: #fff;
    border: 2px solid #f77223;
}

.need-captive-inner .website-main-buttons button.popup-btn:hover {
    color: #fff;
    border: 2px solid #fff;
}

.need-captive-inner .website-main-buttons button.popup-btn::after {
    background: #cd4b17;
}

.need-captive-inner .website-main-buttons2 {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}

.need-captive-inner .website-main-buttons2 button.chat-btn, .need-captive-inner .website-main-buttons2 a.call-btn {
    background: none;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    border: none;
    padding: 0 10px;
    transition: all .3s ease-in-out;
}

.need-captive-inner .website-main-buttons2 button.chat-btn:hover, .need-captive-inner .website-main-buttons2 a.call-btn:hover {
    color: #f77223;
}

.need-captive-inner .website-main-buttons2 button.chat-btn i, .need-captive-inner .website-main-buttons2 a.call-btn i {
    margin: 0 10px 0 0;
}

section.author-testimonials-wrap {
    background: #f7722317;
    padding: 50px 0;
}

.author-testimonials-wrap .author-testimonials-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.author-testimonials-head ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}

.author-testimonials-head ul li {
    margin: 0 -7px 0 0;
}

.author-testimonials-head ul li span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    margin: 0;
}

.author-testimonials-head ul li span.dark-blue {
    background: #cd4b17;
}

.author-testimonials-head ul li span.light-blue {
    background: #f77223;
}

.author-testimonials-head h2 {
    color: #cd4b17;
    margin: 0 0 10px;
}

.author-testimonials-head p {
    color: #cd4b17;
}

.author-testimonials-wrap .author-testimonials-inner {
}

.author-testimonials-inner .slick-arrow {
    width: 25px;
    top: -35px;
    padding: 0;
    left: inherit;
    position: absolute;
    background: none;
    border: none;
    font-size: 0;
    z-index: 9;
}

.author-testimonials-inner .slick-arrow:hover::before {
    color: #f77223;
}

.author-testimonials-inner .slick-prev {
    right: 40px;
}

.author-testimonials-inner .slick-prev::before {
    content: '\f104';
}

.author-testimonials-inner .slick-next {
    right: 10px;
}

.author-testimonials-inner .slick-next::before {
    content: '\f105';
}

.author-testimonials-inner .slick-prev::before, .author-testimonials-inner .slick-next::before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    color: #cd4b17;
    font-weight: 600;
    text-align: center;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    opacity: 1;
}

.author-testimonials-inner .author-testi-box {
    background: #fff;
    box-shadow: 0 3px 20px -15px #cd4b17;
    padding: 20px 20px;
    margin: 0px 10px;
    position: relative;
    transition: all .3s ease-in-out;
}

.author-testi-box .author-testi-box-content {
    margin: 0 0 20px;
}

.author-testi-box-content p {
    color: #cd4b17;
    padding: 0 10px 0 0;
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
}

.author-testi-box-content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 10px;
}

.author-testi-box-content p::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 10px;
}

.author-testi-box-content p::-webkit-scrollbar-thumb {
    background-color: #cd4b17;
    border-radius: 10px;
}

.author-testi-box .author-testi-box-bottom {
    display: flex;
    align-items: center;
}

.author-testi-box-bottom span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    margin: 0 10px 0 0;
}

.author-testi-box-bottom span.dark-blue {
    background: #cd4b17;
}

.author-testi-box-bottom span.light-blue {
    background: #f77223;
}

.author-testi-box-bottom h5 {
    color: #cd4b17;
    margin: 0;
}

section.contact-request-wrap {
    background: #f7722317;
    position: relative;
    z-index: 2;
}

.contact-request-wrap .contact-request-inner {
    background: #fff;
    box-shadow: 0 5px 20px -10px #cd4b17;
    border-radius: 10px;
    padding: 30px 30px;
}

.contact-request-inner .contact-request-content {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.contact-request-content .contact-request-img {
    text-align: center;
    margin: 0 0 20px;
}

.contact-request-img img {
    width: 225px;
}

.contact-request-content h4 {
    color: #cd4b17;
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 10px;
}

.contact-request-content p {
    color: #000;
}

.contact-request-content p a {
    color: #f77223;
    font-size: 18px;
    font-weight: 700;
}

.contact-request-wrap .contact-request-form {
    width: 75%;
    margin: 0 auto;
}

.contact-request-form h5 {
    color: #000;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 10px;
}

.contact-request-form p {
    color: #000;
}

.contact-request-form p a {
    color: #f77223;
    text-transform: lowercase;
}

.contact-request-form .form-group {
    margin: 0 0 10px;
}

.contact-request-form .form-group input {
    background: #eee;
    color: #cd4b17;
    border: 1px solid #b2b2b2;
    width: 100%;
    outline: none;
    height: 50px;
    border-radius: 0;
    padding: 10px 10px;
}

.contact-request-form .form-group input::placeholder {
    color: #b2b2b2;
}

.contact-request-form .form-group textarea {
    background: #eee;
    color: #cd4b17;
    border: 1px solid #b2b2b2;
    width: 100%;
    outline: none;
    resize: none;
    height: 120px;
    border-radius: 0px;
    padding: 10px 10px;
}

.contact-request-form .form-group textarea::placeholder {
    color: #b2b2b2;
}

.contact-request-form .form-group button.submit-btn {
    background: #cd4b17;
    color: #fff;
    border: 2px solid #cd4b17;
    font-size: 14px;
    width: 175px;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 0;
    text-transform: capitalize;
    outline: none;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.contact-request-form .form-group button.submit-btn:hover {
    color: #fff;
}

.contact-request-form .form-group button.submit-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f77223;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

.contact-request-form .form-group button.submit-btn:hover::after {
    width: 100%;
}

footer.footer-main-sec {
    position: relative;
    z-index: 1;
    margin: -100px 0 0 0;
}

.footer-main-sec .footer-top {
    background: #000;
    padding: 140px 0 50px;
}

.footer-top .footer-logo-area {
    margin: 0 0 20px;
}

.footer-logo-area .footer-logo {
    width: 250px;
    margin: 0 0 20px 0;
}

.footer-logo-area .footer-logo img {
}

.footer-logo-area p {
    color: #fff;
}

.footer-top .footer-info-area {
}

.footer-info-area h4 {
    color: #f77223;
    margin: 0 0 20px;
}

.footer-info-area ul {
    display: flex;
    flex-direction: column;
}

.footer-info-area ul li {
    margin: 0 0 15px;
}

.footer-info-area ul li p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-info-area ul li p i {
    background: #f77223;
    color: #fff;
    font-size: 16px;
    border: 2px solid #f77223;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-info-area ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.footer-info-area ul li a:hover {
    color: #f77223;
}

.footer-info-area ul li a i {
    background: #f77223;
    color: #fff;
    font-size: 16px;
    border: 2px solid #f77223;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-top .footer-links-area {
}

.footer-links-area h4 {
    color: #f77223;
    margin: 0 0 20px;
}

.footer-links-area ul.footer-nav-links {
    display: flex;
    flex-direction: column;
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 12px;
}

ul.footer-nav-links li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    transition: all .3s ease-in-out;
    display: block;
}

ul.footer-nav-links li a:hover {
    color: #f77223;
    transform: translateX(10px);
}

.footer-main-sec .footer-bottom {
    background: #f77223;
    padding: 10px 0;
    border-top: 2px solid #fff;
}

.footer-bottom .footer-social-area {
}

.footer-social-area ul {
    display: flex;
    align-items: center;
}

.footer-social-area ul li {
    margin: 0 5px 0;
}

.footer-social-area ul li a {
    background: #cd4b17;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.footer-social-area ul li a:hover {
    color: #f77223;
}

.footer-social-area ul li a i {
}

.footer-bottom .footer-copyright {
    text-align: right;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
}

.spring {
    width: 571px;
    height: 596px;
    padding: 0;
    overflow: visible;
    background: #f77223;
    border-radius: 24px;
    z-index: 0;
}

.spring .form-control {
    color: #000;
    font-size: 14px;
    margin: 0 0 13px;
    border-radius: 25px;
    padding: 16px 23px;
    border: none;
}

.spring form textarea {
    height: 80px !IMPORTANT;
}

.popup-content h2 {
    font-family: 'Poppins';
    font-size: 34px;
    padding: 0;
    color: #f77223;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 34px;
}

.custom-pop {
    padding: 0;
    overflow: hidden;
}

.spring form.validate-popupform {
    background: none;
}

.spring .custom-pop {
    height: 100%;
}

.spring .popup-content h3 {
    color: #fff;
    background: #fcd801;
    padding: 4px 0;
    border-radius: 0;
    margin-left: -20px;
    width: 112%;
    font-size: 19px;
    margin-bottom: 8px;
}

.spring .popup-content p {
    color: #fff;
    background: transparent;
    padding: 0;
    width: 100%;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: inherit;
    text-transform: none;
}

.spring .custom-pop .btn-blue {
    color: #000;
    border: none;
}

.spring .custom-pop textarea.form-control {
    height: 80px;
}

.spring button.fancybox-button {
    color: white;
    font-weight: 700;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    right: 1px !important;
    position: absolute !important;
    top: -15px !important;
    background: red;
}

.spring .popup-content h3 span {
    background: transparent;
    color: inherit;
}

.spring.easter .popup-content {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-backdrop-filter: blur(4px);
    padding: 25px;
}

.spring.easter .popup-content::After {
    position: absolute;
    right: -28%;
    top: -124px;
    width: 20%;
    height: 722px;
    background: url(../images/flag2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.spring.easter .popup-content::before {
    position: absolute;
    left: -25%;
    top: -80px;
    width: 80%;
    height: 675px;
    background: url(../images/flag.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.7;
}

.spring.easter .popup-content h2 {
    color: #fff;
    font-size: 32px;
}

.spring.easter .popup-content h3 {
    font-size: 27px;
    font-weight: 600;
    background: transparent;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0 0 6px;
}

.spring.easter .popup-content h3 span {
    color: #fff;
    background: #ff1700;
    padding: 5px 16px;
    border-radius: 38px;
    font-size: 24px;
}

.spring.easter .popup-content p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    margin: 0 0 15px;
}

.easter.spring .custom-pop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spring.easter .custom-pop .btn-blue {
    width: 100%;
    background: #ff1700;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px;
}

.popupform button.carousel__button.is-close {
    background: #f53230;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    top: 14px !important;
    right: 1px !important;
    position: absolute !important;
}

.spring.easter button.carousel__button.is-close {
    background: #cd4b17;
    right: 0 !important;
    top: -15px !important;
    background: red;
}

.spring.easter .btn:after {
    display: none;
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring {
        background: #081f3f;
        height: auto;
        width: 90%;
        padding: 30px 10px;
    }

    .spring button.carousel__button.is-close {
        right: 0 !important;
        top: 0 !important;
    }

    .spring .popup-content {
        border: none;
        width: 100%;
        background: transparent;
        margin: 0;
        padding: 0;
    }

    .spring .custom-pop {
        margin: 0;
    }

    .spring button.fancybox-button {
        right: 0;
        top: -20px;
    }
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring.easter {
        background: #c4e1d7;
        width: 100%;
        height: fit-content;
        padding: 20px 20px;
    }

    .easter.spring .custom-pop {
        margin: 0;
    }

    .spring.easter .popup-content {
        width: 100%;
        margin: 0;
    }

    .spring.easter .popup-content h2 {
        font-size: 31px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .how-works-box .how-works-box-img {
        width: 75px;
    }

    .how-works-box-img img {
        width: 75px;
        height: 75px;
    }

    .immaculate-achieve-content h2 span {
        width: 40%;
    }

    .immaculate-achieve-img img {
        width: 100%;
    }

    .cta-main-inner .cta-main-left {
        background-position: 90% 100%;
    }

    .cta-main-right .cta-main-content {
        width: 100%;
    }

    .footer-info-area ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }

    .filp-counter-text h5 {
        font-size: 16px;
        line-height: 22px;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    section.how-works-wrap {
        padding: 30px 0;
    }

    .how-works-inner .how-works-box {
        margin: 0 0 10px;
    }

    .how-works-box .how-works-box-img {
        width: 75px;
    }

    .how-works-box-img img {
        width: 75px;
        height: 75px;
    }

    .how-works-box-content h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .immaculate-achieve-inner .immaculate-achieve-content {
        margin: 0 0 20px;
    }

    .immaculate-achieve-content h2 span {
        width: 50%;
    }

    .immaculate-achieve-inner .immaculate-achieve-img {
        text-align: center;
    }

    .immaculate-achieve-img img {
        width: 65%;
    }

    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    section.cta-main-wrap {
        padding: 30px 0;
    }

    .cta-main-inner .cta-main-left {
        background-position: 90% 100%;
        margin: 0 0 10px;
    }

    .cta-main-right .cta-main-content {
        width: 50%;
    }

    section.why-choose-wrap {
        padding: 30px 0;
    }

    section.need-captive-wrap {
        padding: 30px 0;
    }

    ul.need-captive-nav li {
        margin: 0 5px 10px;
    }

    .need-captive-wrap .need-captive-inner {
        width: 100%;
    }

    .need-captive-inner .item .need-captive-content {
        width: 70%;
    }

    .item .need-captive-content h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .need-captive-inner .item .need-captive-img {
        width: 30%;
    }

    section.author-testimonials-wrap {
        padding: 30px 0;
    }

    .contact-request-wrap .contact-request-inner {
        padding: 20px 20px;
    }

    .contact-request-inner .contact-request-content {
        width: 100%;
    }

    .contact-request-content h4 {
        font-size: 30px;
        line-height: 34px;
    }

    .contact-request-content p a {
        font-size: 16px;
    }

    .contact-request-wrap .contact-request-form {
        width: 100%;
    }

    .contact-request-form h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }

    .website-main-buttons {
        justify-content: center;
    }

    .filp-counter-text h5 {
        font-size: 16px;
        line-height: 22px;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    .banner-main-sec .banner-inner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .banner-inner-content ul li {
        justify-content: center;
    }

    .banner-main-sec .banner-content-img {
        text-align: center;
    }

    .banner-content-img img {
        width: 75%;
    }

    section.how-works-wrap {
        padding: 30px 0;
    }

    .how-works-inner .how-works-box {
        margin: 0 0 10px;
    }

    .how-works-box .how-works-box-img {
        width: 75px;
    }

    .how-works-box-img img {
        width: 75px;
        height: 75px;
    }

    .how-works-box .how-works-box-content {
        width: 70%;
    }

    .how-works-box-content h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .immaculate-achieve-inner .immaculate-achieve-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .immaculate-achieve-content h2 span {
        width: 65%;
        margin: 0 auto 10px;
    }

    .immaculate-achieve-content ul {
        text-align: left;
    }

    .immaculate-achieve-inner .immaculate-achieve-img {
        text-align: center;
    }

    .immaculate-achieve-img img {
        width: 75%;
    }

    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    .portfolio-publish-wrap .portfolio-publish-head {
        width: 100%;
    }

    section.cta-main-wrap {
        padding: 30px 0;
    }

    .cta-main-inner .cta-main-left {
        background-position: 85% 100%;
        height: 300px;
        margin: 0 0 10px;
    }

    .cta-main-left .cta-main-content {
        width: 45%;
    }

    .cta-main-left .cta-main-content h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .cta-main-left .website-main-buttons {
        width: 45%;
        justify-content: start;
        align-items: end;
    }

    .cta-main-inner .cta-main-right {
        background-position: 100% 100%;
        height: 300px;
    }

    .cta-main-right .cta-main-content {
        width: 45%;
    }

    .cta-main-right .cta-main-content h3 {
        font-size: 20px;
        line-height: 26px;
    }

    section.why-choose-wrap {
        padding: 30px 0;
    }

    .why-choose-wrap .why-choose-head {
        width: 100%;
    }

    section.need-captive-wrap {
        padding: 30px 0;
    }

    .need-captive-wrap .need-captive-head {
        width: 100%;
    }

    .need-captive-wrap ul.need-captive-nav {
        flex-wrap: wrap;
    }

    ul.need-captive-nav li {
        margin: 0 5px 10px;
    }

    .need-captive-wrap .need-captive-inner {
        width: 100%;
    }

    .need-captive-slider .owl-dots .owl-dot span {
        width: 25px;
    }

    .need-captive-inner .item .need-captive-content {
        width: 100%;
        text-align: center;
    }

    .item .need-captive-content h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .need-captive-inner .item .need-captive-img {
        display: none;
    }

    .need-captive-inner .website-main-buttons2 {
        flex-wrap: wrap;
    }

    .need-captive-inner .website-main-buttons2 button.chat-btn, .need-captive-inner .website-main-buttons2 a.call-btn {
        font-size: 18px;
        line-height: 24px;
    }

    section.author-testimonials-wrap {
        padding: 30px 0;
    }

    .author-testimonials-wrap .author-testimonials-head {
        width: 100%;
    }

    .author-testimonials-head ul li span {
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .author-testimonials-inner .slick-prev::before, .author-testimonials-inner .slick-next::before {
        font-size: 24px;
    }

    .contact-request-wrap .contact-request-inner {
        padding: 20px 20px;
    }

    .contact-request-inner .contact-request-content {
        width: 100%;
        margin: 0 auto 20px;
    }

    .contact-request-content h4 {
        font-size: 26px;
        line-height: 32px;
    }

    .contact-request-content p a {
        font-size: 16px;
    }

    .contact-request-wrap .contact-request-form {
        width: 100%;
        text-align: center;
    }

    .contact-request-form h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .footer-main-sec .footer-top {
        padding: 130px 0 30px;
    }

    .footer-top .footer-info-area {
        margin: 0 0 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-social-area ul {
        justify-content: center;
        margin: 0 0 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }

    .website-main-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .website-main-buttons a.read-more-btn, .website-main-buttons button.popup-btn, .website-main-buttons button.chat-btn, .website-main-buttons a.call-btn {
        padding: 8px 10px;
        margin: 0 5px 10px;
    }

    header nav.navbar {
        padding: 10px 0;
    }

    header nav.navbar .navbar-brand .logo {
        width: 160px;
    }

    header nav.navbar .navbar-buttons {
        flex-direction: column;
    }

    header nav.navbar .navbar-buttons a.call-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0 0px 5px 0;
    }

    header nav.navbar .navbar-buttons button.popup-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0;
    }

    .filp-counter-text h5 {
        display: none;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    .banner-main-sec .banner-inner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .banner-inner-content ul li {
        justify-content: center;
    }

    section.how-works-wrap {
        padding: 30px 0;
    }

    .how-works-inner .how-works-box {
        margin: 0 0 10px;
    }

    .how-works-box .how-works-box-img {
        width: 75px;
    }

    .how-works-box-img img {
        width: 75px;
        height: 75px;
    }

    .how-works-box .how-works-box-content {
        width: 70%;
    }

    .how-works-box-content h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .immaculate-achieve-inner .immaculate-achieve-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .immaculate-achieve-content h2 span {
        width: 75%;
        margin: 0 auto 10px;
    }

    .immaculate-achieve-content ul {
        text-align: left;
    }

    .immaculate-achieve-inner .immaculate-achieve-img {
        text-align: center;
    }

    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    .portfolio-publish-wrap .portfolio-publish-head {
        width: 100%;
    }

    section.cta-main-wrap {
        padding: 30px 0;
    }

    .cta-main-inner .cta-main-left {
        background-position: 60% 100%;
        height: 300px;
        margin: 0 0 10px;
    }

    .cta-main-left .cta-main-content {
        width: 67%;
    }

    .cta-main-left .cta-main-content h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .cta-main-left .website-main-buttons {
        width: 67%;
        justify-content: start;
        align-items: end;
    }

    .cta-main-inner .cta-main-right {
        background-position: 100% 100%;
        height: 300px;
    }

    .cta-main-right .cta-main-content {
        width: 100%;
    }

    .cta-main-right .cta-main-content h3 {
        font-size: 20px;
        line-height: 26px;
    }

    section.why-choose-wrap {
        padding: 30px 0;
    }

    .why-choose-wrap .why-choose-head {
        width: 100%;
    }

    section.need-captive-wrap {
        padding: 30px 0;
    }

    .need-captive-wrap .need-captive-head {
        width: 100%;
    }

    .need-captive-wrap ul.need-captive-nav {
        flex-wrap: wrap;
    }

    ul.need-captive-nav li {
        margin: 0 5px 10px;
    }

    .need-captive-wrap .need-captive-inner {
        width: 100%;
    }

    .need-captive-slider .owl-dots .owl-dot span {
        width: 25px;
    }

    .need-captive-inner .item .need-captive-content {
        width: 100%;
        text-align: center;
        padding: 10px 10px;
    }

    .item .need-captive-content h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .need-captive-inner .item .need-captive-img {
        display: none;
    }

    .need-captive-inner .website-main-buttons2 {
        flex-wrap: wrap;
    }

    .need-captive-inner .website-main-buttons2 button.chat-btn, .need-captive-inner .website-main-buttons2 a.call-btn {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    section.author-testimonials-wrap {
        padding: 30px 0;
    }

    .author-testimonials-wrap .author-testimonials-head {
        width: 100%;
    }

    .author-testimonials-head ul li span {
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .author-testimonials-inner .slick-prev::before, .author-testimonials-inner .slick-next::before {
        font-size: 24px;
    }

    .contact-request-wrap .contact-request-inner {
        padding: 20px 20px;
    }

    .contact-request-inner .contact-request-content {
        width: 100%;
        margin: 0 auto 20px;
    }

    .contact-request-content h4 {
        font-size: 26px;
        line-height: 32px;
    }

    .contact-request-content p a {
        font-size: 16px;
    }

    .contact-request-wrap .contact-request-form {
        width: 100%;
        text-align: center;
    }

    .contact-request-form h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .footer-main-sec .footer-top {
        padding: 130px 0 30px;
    }

    .footer-top .footer-info-area {
        margin: 0 0 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-social-area ul {
        justify-content: center;
        margin: 0 0 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }
}

.banner-main-sec .main-banner-content-dv h1 {
    font-size: 50px;
    line-height: 58px;
    color: black;
    font-weight: 500;
}

.banner-main-sec .main-banner-content-dv p {
    font-size: 18px;
    margin: 20px 0 0px;
    color: black;
    line-height: 26px;
    font-weight: 500;
}

.banner-main-sec .main-banner-content-dv ul.main-banner-point-ul {
    margin-top: 10px;
}

.banner-main-sec .main-banner-content-dv ul.main-banner-point-ul li {
    color: black;
}

.banner-main-sec .main-banner-content-dv ul.main-banner-point-ul li i {
    background-color: black;
    color: white;
    padding: 4px;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 10px;
}

.banner-main-sec .main-banner-content-dv .divider-sec {
    border-top: 3px solid #f77223;
    min-height: 1px;
    width: 50%;
    margin-top: 20px;
    padding: 10px;
}

.ban-form-dv .form-group input {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 18px;
    line-height: 23px;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
}

.ban-form-dv .form-group button {
    background-color: #f77223;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    height: auto;
    padding: 5px 15px;
    border-radius: 0;
    width: auto;
    border: 1px solid rgba(0, 0, 0, .2);
    transition: transform .3s linear;
}

.ban-form-dv .form-group button span i {
    margin-right: 10px;
}

.ban-form-dv .form-group button span:nth-child(2) {
    display: block;
    font-size: 14px;
}

.player-arrow {
    position: absolute;
}

.player-arrow h3 {
    font-family: caveat;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    transform: skewY(351deg);
}

section.banner-main-sec .img-banner-main img {
    width: 100%;
}

section.banner-main-sec .img-banner-main {
    position: relative;
    z-index: -1;
    top: 100px;
    left: 50px;
}

client-brands-inner .client-brands-head {
    margin: 0 0 10px;
    text-align: center;
}

.client-brands-inner {
    margin: 20px 0 0 0;
}

.client-brands-head h4 {
    color: #cd4b17;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-brands-head h4 span.brdr {
    width: 30%;
    margin: 0 10px;
    height: 3px;
    background-color: #cd4b17;
    display: block;
}

.client-brands-head h4 span.brdr {
    width: 30%;
    margin: 0 10px;
    height: 3px;
    background-color: #cd4b17;
    display: block;
}

.client-brands-item a img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

.client-brands-inner .client-brands-item {
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.client-brands-inner .client-brands-item {
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.client-brands-item::before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/client-brands/client-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    width: 40px;
    height: 100px;
    z-index: -1;
}

.client-brands-item::after {
    content: '';
    position: absolute;
    right: 0;
    background: url(../images/client-brands/client-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    width: 40px;
    height: 100px;
    transform: scaleX(-1);
    z-index: -1;
}

.client-brands-item .slick-arrow {
    display: none !important;
}

section.audios {
    padding: 50px 0px;
}

.audios__inner {
    overflow: hidden;
}

.audios__inner h3 {
    margin-bottom: 50px;
    text-align: center;
    color: #1f2024;
    font-size: 44px;
}

.posrelhe {
    position: relative;
    left: -245px;
    z-index: 1;
}

.audios__inner .text-box {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.AvertaStd-Bold {
    width: 500px;
    text-align: left;
}

.text-box div:nth-child(1) {
    animation: rollDown 12s forwards infinite;
}

.text-box div:nth-child(2) {
    animation: rollDown2 12s forwards infinite;
}

.text-box div:nth-child(3) {
    animation: rollDown3 12s forwards infinite;
}

.text-box div:nth-child(4) {
    animation: rollDown4 12s forwards infinite;
}

.text-box div:nth-child(5) {
    animation: rollDown5 12s forwards infinite;
}

.text-box div:nth-child(6) {
    animation: rollDown6 12s forwards infinite;
}

.text-box div {
    display: inline-block;
    position: absolute;
    bottom: -100px;
    transform: rotateX(-10deg);
    -webkit-transform: rotateX(-10deg);
    opacity: 0;
    animation-timing-function: ease;
    margin-bottom: 13px;
    z-index: 999 !important;
}

@keyframes rollDown {
    0% {
        bottom: -100px;
        transform: rotateX(-10deg);
        opacity: 0
    }

    5.5% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: .9
    }

    11% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: 1
    }

    16.5% {
        bottom: 0;
        transform: rotateX(10deg);
        opacity: 0
    }
}

@keyframes rollDown2 {
    16.5% {
        bottom: -100px;
        transform: rotateX(-10deg);
        opacity: 0
    }

    22% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: .9
    }

    27.5% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: 1
    }

    33% {
        bottom: 0;
        transform: rotateX(10deg);
        opacity: 0
    }
}

@keyframes rollDown3 {
    33% {
        bottom: -100px;
        transform: rotateX(-10deg);
        opacity: 0
    }

    38.5% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: .9
    }

    44% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: 1
    }

    49.5% {
        bottom: 0;
        transform: rotateX(10deg);
        opacity: 0
    }
}

@keyframes rollDown4 {
    49.5% {
        bottom: -100px;
        transform: rotateX(-10deg);
        opacity: 0
    }

    55% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: .9
    }

    60.5% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: 1
    }

    66% {
        bottom: 0;
        transform: rotateX(10deg);
        opacity: 0
    }
}

@keyframes rollDown5 {
    66% {
        bottom: -100px;
        transform: rotateX(-10deg);
        opacity: 0
    }

    71.5% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: .9
    }

    77% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: 1
    }

    82.5% {
        bottom: 0;
        transform: rotateX(10deg);
        opacity: 0
    }
}

@keyframes rollDown6 {
    82.5% {
        bottom: -100px;
        transform: rotateX(-10deg);
        opacity: 0
    }

    88% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: .9
    }

    93.5% {
        bottom: -25px;
        transform: rotateX(0deg);
        opacity: 1
    }

    99% {
        bottom: 0;
        transform: rotateX(10deg);
        opacity: 0
    }
}

.audios__inner p {
    text-align: center;
}

.maximagecenter {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.maximagecenter p.From {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.starbox .star-icon i {
    color: #fcb023;
}

.img-banner-main::before {
    content: "";
    position: absolute;
    left: -28px;
    bottom: -32px;
    width: 100px;
    height: 80px;
    background: url(../images/ele1.webp);
    z-index: -1;
    background-size: cover;
    filter: invert(1);
}

.img-banner-main::after {
    content: "";
    position: absolute;
    right: -28px;
    top: -24px;
    width: 100px;
    height: 80px;
    background: url(../images/ele1.webp);
    z-index: -1;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-main-sec .main-banner-content-dv h1 {
        font-size: 35px;
        line-height: 42px;
    }

    section.banner-main-sec .img-banner-main {
        left: 40px;
    }

    section.banner-main-sec .img-banner-main img {
        width: 90%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-main-sec .main-banner-content-dv h1 {
        font-size: 30px;
        line-height: 37px;
    }

    section.banner-main-sec .img-banner-main img {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .banner-main-sec .main-banner-content-dv h1 {
        font-size: 32px;
        line-height: 39px;
    }

    .ban-right-dv {
        position: relative;
        margin-top: 40px;
    }

    .ban-right-dv .player-arrow {
        position: relative;
        margin-bottom: 10px;
    }

    section.banner-main-sec .img-banner-main {
        position: unset;
    }

    .player-arrow h3 {
        position: absolute;
        left: 40px;
        top: -20px;
    }

    section.banner-main-sec {
        background-position: bottom right;
        background-size: 65%;
    }

    .img-banner-main::after {
        top: 60px;
    }

    .audios__inner h3 {
        font-size: 35px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .banner-main-sec .main-banner-content-dv h1 {
        font-size: 32px;
        line-height: 39px;
    }

    .ban-right-dv {
        position: relative;
        margin-top: 40px;
    }

    .ban-right-dv .player-arrow {
        position: relative;
        margin-bottom: 10px;
    }

    section.banner-main-sec .img-banner-main {
        position: unset;
    }

    .player-arrow h3 {
        position: absolute;
        left: 40px;
        top: -20px;
    }

    section.banner-main-sec {
        background-position: bottom right;
        background-size: 65%;
    }

    .img-banner-main::after {
        top: 60px;
    }

    .audios__inner h3 {
        font-size: 30px;
        text-align: end;
    }
}

@media only screen and (min-width: 300px) and (max-width:575px) {
    .banner-main-sec .main-banner-content-dv h1 {
        font-size: 24px;
        line-height: 31px;
    }

    .banner-main-sec .main-banner-content-dv p {
        font-size: 17px;
        line-height: 24px;
        font-weight: 400;
    }

    .ban-form-dv .form-group input {
        width: 100%;
    }

    .ban-right-dv {
        position: relative;
        margin-top: 40px;
    }

    .ban-right-dv .player-arrow {
        position: relative;
        margin-bottom: 10px;
    }

    section.banner-main-sec .img-banner-main {
        position: unset;
    }

    .player-arrow h3 {
        position: absolute;
        left: 40px;
        top: -20px;
    }

    section.banner-main-sec {
        background: none;
    }

    .img-banner-main::after {
        top: 60px;
    }

    .audios__inner h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .audios__inner h3 .posrelhe {
        position: unset;
        display: block;
    }

    .audios__inner .text-box {
        display: block;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .audios__inner h3 br {
        display: none;
    }

    .text-box div {
        display: block;
        left: 0px;
        font-size: 20px;
        right: 0;
        text-align: center;
        bottom: -100px;
        top: 0px;
    }

    .AvertaStd-Bold {
        width: 300px;
        margin: 0 auto;
    }

    .client-brands-head h4 {
        font-size: 20px;
    }

    .client-brands-head h4 span.brdr {
        width: 60px;
    }

    .maximagecenter {
        display: block;
        max-width: 100%;
        margin: 0;
    }

    .star-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.per-check {
    justify-content: flex-start;
    gap: 10px;
    margin: 0 0 20px;
    align-items: flex-start;
    display: flex;
}

.per-check input {
    width: 20px !important;
    height: 20px !important;
}

.per-check a {
    display: inline-block;
    font-weight: 500;
    color: #000;
}

.per-check label {
    font-size: 13px;
}
@media (max-width: 767px){
    .spring.easter .popup-content {
        padding: 15px;
    }
    .spring.easter .popup-content h3 {
        font-size: 17px;
    }
    .spring.easter .popup-content h3 span {
        padding: 1px 7px;
        font-size: 15px;
    }
    .per-check label,
    .per-check label a{
        font-size: 10px;
    }
    .spring.easter .popup-content h2 {
        font-size: 22px;
        margin: 0;
    }
    .spring.easter .popup-content p {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .spring .form-control {
        font-size: 13px;
        margin: 0 0 10px;
        padding: 12px 18px;
    }
}
.cta-phn-mobile{background:#000;text-align:center;color:#fff!important;padding:5px;position:fixed;bottom:0!important;z-index:999;width:100%;display:none}.cta-phn-mobile a{color:#fff!important;text-decoration:none;display:flex;justify-content:center;align-items:center;}@media (max-width:767px) and (min-width:320px){.cta-phn-mobile{display:block!important}body{overflow-x:hidden}footer.footer-main-sec { padding-bottom: 50px;}}