/*
-------------------------------------------------------------------------------------------                                                    *
* Version          : 1.0.0                                                                *
* File Description : Main Css file of the template                                        *
*------------------------------------------------------------------------------------------
*/


/*===========================
      1.COMMON 
===========================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    font-size: 15px;
}

body.modal-open {
    padding-right: 0px !important;
}

body.modal-open .navbar {
    padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.3;
}

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

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

p {
    color: #a1a1a1;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 2;
}

.radius-0 {
    border-radius: 0 !important;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.gradient-bg {
    background: linear-gradient(#DE0D14, #B20000);
}

.gradient-bg-overlay {
    background: linear-gradient(#DE0D14, #B20000);
    opacity: 0.8;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.black-bg-overlay {
    background: #000000;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section-title h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 3px;
    color: #666;
}

.section-title h3 {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
}

.section-title h2 {
    font-size: 44px;
}

.section-title h1 {
    font-size: 60px;
    font-weight: 400;
}

.inner-title h1 {
    font-size: 34px;
}

.section-title h1 span,
.section-title h2 span {
    font-weight: 700;
}

.section-title>span {
    font-size: 18px;
    color: #666666;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px !important;
}

.avatar-md {
    height: auto;
    width: 74px;
}

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

.fw-semibold {
    font-weight: 600;
}

.breadcrumb-item {
    color: #bbbbbb;
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: #ffffff;
}

textarea.form-control {
    min-height: calc(1.5em em + 0.75rem + 2px);
    height: auto;
    padding: 20px 25px;
}

.form-control:focus {
    background-color: #F5F5F5;
    border: 1px solid #000;
    box-shadow: none;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px;
}

.radius-10 {
    border-radius: 10px;
}

.bg-overlay {
    position: absolute;
    background-color: #171a2a;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
}

#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: #171a2a;
    border-color: transparent;
    border-radius: 40px;
    color: #fff;
    transition: all 0.5s ease;
    display: none;
    border: 1px solid transparent;
    z-index: 999;
}

#back-to-top:hover {
    color: #343a40;
    background: #fff;
    border: 1px solid #343a40;
}

.btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    border-radius: 10px;
    height: 60px;
}

.btn:focus {
    box-shadow: none;
}

.btn:after {
    background: rgba(255, 255, 255, 0.25);
    content: "";
    height: 155px;
    left: -75px;
    position: absolute;
    top: 0px;
    transition: all 0.9s ease;
    width: 60px;
    z-index: 1;
}

.btn:hover:after {
    left: 120%;
}

.btn-primary {
    background-color: #DF0D14;
    background-image: linear-gradient(#DF0D14, #B00000);
    border: none !important;
}

.square-btn {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square-btn.btn-lg {
    height: 80px;
    width: 80px;
}

.square-btn.btn-xlg {
    height: 120px;
    width: 120px;
}

a:hover {
    color: #ED1D24;
}

.img-container {
    position: relative;
    overflow: hidden;
}

.img-container .img-loader {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    visibility: visible !important;
    transition: all .5s linear;
    transition-delay: .2s;
}

.img-container .animated {
    height: 0;
}

.rounded-box img {
    border-radius: 10px;
}

.form-control {
    height: 60px;
    border: none;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 0 25px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}


/*===========================
      NAVBAR START
===========================*/

.fixed-top {
    top: 25px;
    transition: all 0.4s;
}

.fixed-top.header-fixed {
    top: 0;
}

.navbar {
    height: 80px;
    background: #fff;
    border-radius: 10px;
    padding: 0 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.navbar .navbar-brand {
    line-height: 67px;
    padding: 0px;
    margin: 0;
}

.navbar .navbar-brand img {
    height: 36px;
}

.navbar .navbar-nav .nav-item>.nav-link {
    color: #202020;
    font-size: 16px;
    padding: 25px 10px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    background-color: transparent;
    margin: 0 6px;
    transition: all 0.3s ease;
    border-top: 3px solid transparent;
    position: relative;
}

.navbar .navbar-nav .nav-item>.nav-link:after {
    content: '';
    position: absolute;
    bottom: 13px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: all 0.4s;
    background: #fff;
    border-radius: 3px;
}

.navbar .navbar-nav .nav-item>.nav-link:hover:after,
.navbar .navbar-nav .nav-item>.nav-link.active:after {
    width: 10px;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0.04);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px;
    animation: DropDownSlide .3s;
    animation-fill-mode: both;
    padding: o;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link {
    color: #25272b;
    padding: 8px 15px;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link:hover {
    color: #ED1D24;
}

.navbar .navbar-toggler {
    padding: 0px;
    border: none;
    font-size: 24px;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-brand .logo-light {
    display: inline-block;
    height: 46px;
}

@keyframes DropDownSlide {
    100% {
        margin-top: -1px;
    }
    0% {
        margin-top: 8px;
    }
}

.navbar .social-icons .mdi,
.material-symbols-outlined,
.navbar .social-icons a {
    color: #fff;
    font-size: 20px;
}

.navbar .social-icons a {
    font-size: 14px;
    font-weight: 600;
}

.dropdown-menu {
    min-width: 230px;
}

.social-icons,
.social-icons a {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.social-icons button {
    padding: 10px 30px;
    font-size: 14px;
}

.menu-ico {
    width: 30px;
}


/*===========================
      HERO SECTION START
===========================*/

.hero-section {
    background: url(../images/hero-bg.jpg);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding: 200px 0 150px;
    display: flex;
}

.hero-section:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

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


/*===========================
      CONCERN SECTION START
===========================*/

.concern-section {
    margin-top: -70px;
    position: relative;
}

.consern-form {
    padding: 20px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 50px;
}

.consern-form h6 {
    color: #656565;
    font-size: 20px;
    font-weight: 400;
}

.consern-form h4 {
    font-size: 32px;
    color: #333333;
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.concern-box {
    background: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
}

.concern-box img {
    filter: grayscale(100%);
    opacity: 0.3;
    transition: all 0.5s;
}

.concern-box.active img,
.concern-box:hover img {
    filter: none;
    opacity: 1;
}

.absolute-btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}


/*===========================
      SERVICE SECTION START
===========================*/

.service-section {
    background: url(../images/map-bg.svg);
    background-size: cover;
    z-index: 1;
    background-position-y: -205px;
    background-repeat: no-repeat;
}

.service-section .service-box {
    padding: 30px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
}

.service-section .service-box .icon-box {
    height: 100px;
    width: 100px;
    background: rgba(215, 11, 17, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.service-section .service-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}

.service-box .icon-box path {
    transition: all 0.5s;
}

.service-box:hover .icon-box {
    background: linear-gradient( #ED1D24, #C91218);
}

.service-box:hover .icon-box path {
    fill: #fff;
}


/*===========================
      PARALLAX SECTION START
===========================*/

.parallax-section {
    background: url(../images/parallax-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: -150px;
    z-index: 0;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-section::before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.play-btn button {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(179, 0, 1, 1);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(179, 0, 1, 0);
    }
}


/*===========================
      STEPS SECTION START
===========================*/

.steps-section .step-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.steps-section .step-content .count {
    min-height: 40px;
    min-width: 40px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}


/*===========================
      NEWSLETTER SECTION START
===========================*/

.newsletter-section {
    background: url(../images/newsletter-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter-form .consern-form {
    margin-bottom: -80px;
}


/*===========================
      SALES GOAL START
===========================*/

.sales-goal-section {
    background: url(../images/sales-goal.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.slider-view {
    position: relative;
    overflow: hidden;
}

.slider-view .plan-box {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.slider-view .plan-detail {
    padding: 30px;
    text-align: center;
}

.slider-view .plan-detail h3 {
    font-size: 22px;
    color: #333;
    padding: 0 25px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    border-radius: 50px;
    font-weight: 600;
}

.slider-view .plan-detail h2 {
    font-size: 40px;
    color: #DD0C13;
}

.slider-view .plan-detail span {
    font-size: 16px;
    color: #8A8A8A;
    text-transform: uppercase;
}

.slider-view .plan-box .buy-box {
    background: #F2F2F2;
    padding: 15px;
    position: relative;
}

.slider-view .plan-box .buy-box:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #F2F2F2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
}

.slider-view .swiper-button-next,
.slider-view .swiper-button-prev {
    height: 45px;
    width: 45px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.slider-view .swiper-button-next:after,
.slider-view .swiper-button-prev:after {
    font-size: 24px;
    color: #333;
}


/*===========================
      TESTIMONIAL START
===========================*/

.testimonial-section {
    margin-top: -150px;
}

.testimonial-box {
    padding: 25px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.testimonial-box .ratings-detail {
    padding-left: 80px;
    position: relative;
}

.testimonial-box .ratings-detail h3 {
    font-size: 20px;
    font-weight: 600;
}

.testimonial-box .ratings-icons {
    display: flex;
    align-items: center;
}

.testimonial-box .ratings-icons li {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.ratings-detail:after {
    content: '';
    background: url(../images/quote.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-size: 60px;
}

.testimonial-box p {
    color: #8A8A8A;
    font-size: 14px;
}

.client-detail {
    display: flex;
    align-items: center;
}

.client-detail img {
    min-width: 60px;
    margin-right: 15px;
}

.client-detail h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}


/*===========================
      CLIENT START
===========================*/

.client-section img {
    display: table;
    margin: auto;
    width: 120px;
}


/*===========================
      FOOTER START
===========================*/

footer {
    background: #F8F8F8;
}

.footer-top {
    padding: 50px 0;
    font-weight: 500;
}

.footer-top h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-top .menu-links {
    list-style: none;
    padding: 0;
    font-weight: 500;
}

.footer-top .menu-links li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.footer-top .menu-links li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../images/footer-link-arrow.svg);
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    background-size: 8px;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #EFEFEF;
    font-weight: 500;
}


/*===========================
    CONTACT PAGE CSS START
===========================*/

.contact-box .contact-icon span {
    margin: 5px 10px 0 0;
    font-size: 36px;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
    color: #DF0D14;
}

.contact-box .contact-content .contact-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.icon-box .material-symbols-outlined {
    color: #DF0D14;
    font-size: 44px;
}

.service-box:hover .icon-box .material-symbols-outlined {
    color: #fff;
}


/*===========================
      RESPONSIVE START
===========================*/

@media(max-width:1366px) {
    .section-title h1 {
        font-size: 50px;
    }
    p,
    .fs-18 {
        font-size: 14px;
    }
    .hero-section p,
    .service-section p {
        font-size: 14px;
        margin: 30px 0 !important;
    }
    .consern-form h6 {
        font-size: 18px;
    }
    .consern-form h4 {
        font-size: 26px;
    }
    .section-title h2 {
        font-size: 34px;
    }
    .service-box p {
        margin: 0 !important;
    }
    .service-section .service-box h3 {
        font-size: 18px;
    }
    .section-title>span {
        font-size: 16px;
    }
    .mob-mt-30 {
        margin-top: 30px !important;
    }
}

@media(max-width:1024px) {
    .navbar .navbar-brand .logo-light {
        height: 30px;
    }
    .section-title h1 {
        font-size: 40px;
    }
    .section-title h2 {
        font-size: 28px;
    }
    .section-title {
        margin-bottom: 30px !important;
    }
    .slider-view .plan-detail h2 {
        font-size: 30px;
    }
    .steps-section .step-content {
        flex-direction: column;
        text-align: center;
    }
    .steps-section .step-content span {
        margin-bottom: 10px;
    }
}

@media(max-width:991px) {
    .section-title h1 {
        font-size: 30px;
    }
    .container {
        max-width: 98%;
    }
    header .container {
        max-width: 90%;
    }
    .fixed-top.header-fixed {
        top: 9px;
    }
    .navbar-collapse {
        position: absolute;
        top: 85%;
        background: #f7f7f7;
        width: 100%;
        left: 0;
        border-radius: 10px;
        z-index: -1;
    }
    .navbar-collapse ul {
        margin-bottom: 25px;
    }
    .navbar .navbar-nav .nav-item>.nav-link {
        padding-bottom: 0;
    }
}

@media(max-width:768px) {
    .footer-top h5 {
        font-size: 16px;
    }
    .footer-top .menu-links li,
    .footer-top li {
        font-size: 12px;
    }
    .hero-section {
        text-align: center;
        padding: 150px 0;
    }
    .consern-form h6 {
        font-size: 14px;
    }
    .consern-form h4 {
        font-size: 20px !important;
    }
    .section-title h2 {
        font-size: 24px;
    }
    p.my-5 {
        margin-top: 15px !important;
    }
    .parallax-section {
        min-height: 350px;
    }
    .square-btn.btn-xlg {
        height: 80px;
        width: 80px;
    }
    .square-btn.btn-xlg img {
        width: 26px;
    }
    .footer-bottom {
        font-size: 12px;
    }
}