@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


*{
    margin: 0;
    padding: 0;
}

/* :root {
    --bs-primary: #9F0807;
    --bs-secondary: #EB9600;
    --bs-light-black: #161C1C;
    --bs-black: #000000;
    --bs-white: #ffffff;
} */

html{
    overflow-x: hidden;
}

body{
    font-family: "Roboto", sans-serif;
    overflow-x: visible !important;
}

h1,h2,h3,h4,h5,h6,p,span {
    margin: 0;
    padding: 0;
    font-family: "Abhaya Libre", serif;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 0 0 15px;
}

a{
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
a:focus{
    outline: 0;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


.main-title .sub-title {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #9F0807;
    margin: 0px 0px 20px;
    display: inline-block;
}

.main-title h3 {
    font-size: 70px;
    line-height: 73px;
    font-weight: 800;
    color: #161C1C;
    margin: 0px 0px 20px;
}

.main-title h3 span {
    text-transform: uppercase;
}

.theme-btn {
    padding: 17px 20px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 10px;
    display: inline-block;
    background-color: #9F0807;
    color: #fff;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
}

.theme-btn:hover{
    background-color: #EB9600;
    color: #000;
    transition: all 0.5s ease-in-out;
}
.btn-black{
    background: #161C1C;
}
.btn-red{
    background: #9F0807;
}
.btn-yellow{
    background: #EB9600;
}
.btn-yellow:hover{
    background: #000;
    color: #fff;
}

/* ================= Home About CSS ================= */


header{
    padding: 50px 30px;
    position: absolute;
    top: 0;
    right: 0;
}
header .nav-link{
    padding: 0;
    margin-left: 15px;
    font-size: 20px;
    font-weight: 600;
    /* color: #161C1C; */
}
header .nav-link:visited{
    color: #000;
}
header .nav-link.active {
    color: #9F0807 !important;
}
header .nav-link:focus{
    outline: 0;
}
header .theme-btn{
    padding: 17px 20px !important;
    font-weight: 400;
}
header .theme-btn:hover{
    color: #000 !important;
}
header .theme-btn:visited, header .theme-btn:focus{
    color: #fff !important;
}
header .nav-link:hover{
    color: #9F0807;
}
.navbar-brand{
    display: none;
}
.fixed-header .navbar-brand{
    display: block;
}
.fixed-header .navbar-brand img{
    max-height: 70px;
}
.fixed-header {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 16px rgba(27, 43, 124, 0.1);
    transition: all 0.7s;
    z-index: 9;
    padding: 0px 30px;
}
.sub-title{
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #9F0807;
    font-family: "Roboto", sans-serif;
    padding: 0 0 20px;
}
.title{
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    color: #161C1C;
    padding: 0 0 20px;
}
.hero-section .title{
    font-size: 130px;
    line-height: 136px;
} 


.hero-section{
    padding: 220px 0 300px;
    background: url(../img/hero-bg.svg) no-repeat top right;
    /* margin-top: -170px; */
    height: 100vh;
}
.hero-section .theme-btn {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    height: 52px;
    color: #fff !important;
}
.hero-section .theme-btn img{
    margin-right: 5px;
    height: 23px;
}
.hero-section p{
    font-size: 24px;
    font-weight: 400;
    color: #161C1C;
    padding: 0 0 30px;
}
.hero-banner{
    position: relative;
}
.hero-section .hero-banner-block{
    padding-left: 0;
}
.hero-banner .ai-img{
    position: absolute;
    right: 300px;
    top: auto;
    bottom: -396px;
    z-index: 2;
}
.sidebar-wrapper{
    max-width: 250px;
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    text-align: center;
    padding: 50px 0;
    border-right: 1px solid #e8e8e8;
}
.sidebar-blk{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.sidebar-blk img{
    max-width: 100%;
}
.sidebar-blk p{
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    padding: 0;
    font-size: 26px;
    font-weight: 600;
    margin: 0 auto;
}






.sparhome-about {
    padding: 130px 0px;
    position: relative;
    background: linear-gradient(90deg, rgba(255, 51, 153, 0.05) 1.83%, rgba(255, 255, 102, 0.05) 33.24%, rgba(0, 204, 255, 0.05) 68.59%, rgba(204, 51, 255, 0.05) 100%);
    z-index: 1;
}
.sparhome-about .ai-img{    
    float: right;
    margin-top: -450px;
    float: right;
    right: 0;
    left: auto;
    position: relative;
    height: auto;
    width: auto;
    -webkit-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
    -moz-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
    -ms-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
    animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
}
.sparhome-about:after {
    content: '';
    background-image: url(../img/sparhome-about-bg.svg);
    background-position: right top;
    background-size: 48%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.sparhome-about p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--bs-black);
}

.sparhome-about .theme-btn {
    margin: 15px 0px 0px;
    color: #fff;
}

.sparhome-about .right-block{
    position: relative;
}
.sparhome-about .about-img-one{
    position: absolute;
    left: 193px;
    top: 132px;
}
.sparhome-about .about-img-two{
    position: absolute;
    top: 240px;
    left: 250px;
}
.sparhome-about .about-img-three{
    position: absolute;
    top: 160px;
    left: 450px;
}
.sparhome-about .about-img-four{
    position: absolute;
    left: 380px;
    top: 430px;
}

/* ================= Home About CSS ================= */

/* ================= Home Features CSS ================= */

.sparhome-features {
    padding: 130px 0px 200px;
    position: relative;
    background-color: var(--bs-black);
    z-index: 1;
}
.sparhome-features .title{
    color: #fff;
    padding: 0 0 60px;
}

.sparhome-features:before {
    content: '';
    background-image: url(../img/sparhome-features-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.sparhome-features:after {
    content: '';
    background-image: url(../img/sparhome-features-bg-03.svg);
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: moveBackground 3s infinite ease-in-out;
}
@keyframes moveBackground {
    0% {
      background-position: left bottom;
    }
    50% {
        background-position: left 30px bottom;
    }
    100% {
        background-position: left 0 bottom;
    }
  }
.sparhome-features .main-title h3 {
    color: #fff;
    margin: 0px 0px 60px;
}

.sparhome-features .fade {
    transition: opacity 0.3s linear;
}

.sparhome-features .nav-pills .nav-link {
    padding: 30px 27px;
    line-height: 27px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    border-radius: 10px;
    margin: 0px 0px 10px;
    font-family: "Outfit", sans-serif;
    text-align: left;
    display: flex;
    transition: all 0.3s ease-in-out;
}
.sparhome-features .nav-pills .nav-link:hover{
    background: #9F0807 !important;
    color: #fff;
}
.sparhome-features .nav-pills .nav-link:hover img{
    filter: brightness(0) invert(1);
}
.sparhome-features .nav-pills .nav-link.active{
    background: #9F0807 !important;
    color: #fff;
}
.sparhome-features .nav-pills .nav-link.active img{
    filter: brightness(0) invert(1);
}

.sparhome-features .nav-pills .nav-link span {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    width: 24px;
}

.sparhome-features .nav-pills .nav-link:nth-child(1) {
    background: #FFF2CA;
}

.sparhome-features .nav-pills .nav-link:nth-child(2) {
    background: #E7FAF3;
}

.sparhome-features .nav-pills .nav-link:nth-child(3) {
    background: #F1F1FB;
}

.sparhome-features .nav-pills .nav-link:nth-child(4) {
    background: #FDF4F0;
}

.sparhome-features .nav-pills .nav-link:nth-child(5) {
    background: #E3FAFF;
}

.sparhome-features .nav-pills .nav-link:nth-child(6) {
    background: #F5E7FA;
}

.sparhome-features .nav-pills .nav-link:nth-child(7) {
    background: #F3F3F3;
}
.sparhome-features .nav-pills .nav-link:last-child {
    margin: 0;
}

.sparhome-features .nav{
    width: 38%;
    margin-right: 30px;
}

.sparhome-features .card-content {
    padding: 50px 50px;
    border-radius: 20px;
    min-height: 669px;
}

.sparhome-features .card-content h5 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    color: var(--bs-black);
    font-family: "Outfit", sans-serif;
    margin: 0px 0px 15px;
}

.sparhome-features .card-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #999999;
    margin: 0px 0px 30px;
}

/* ================= Home Features CSS ================= */


.how-it-works-section{
    padding: 100px 0;
    
}
.how-it-works-section .custom-row{
    background: url(../img/line-bg.svg) no-repeat center center;
}
.how-it-works-section .sub-title, .how-it-works-section .title{
    text-align: center;
} 
.how-it-works-section .title{
    padding: 0 0 80px;
}
.how-it-works-section .flex-card{
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 50%;
}
.how-it-works-section .flex-card-main:nth-child(2) .img-blk{
    background: #B7FFE4;
}
.how-it-works-section .flex-card-main:nth-child(3) .img-blk{
    background: #FCBFA3;
}
.how-it-works-section .flex-card-main:nth-child(4) .img-blk{
    background: #BEBEFF;
}
.how-it-works-section .flex-card .content-blk{
    width: 70%;
}
.how-it-works-section .flex-card .content-blk h3{
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 0 0 10px;
}
.how-it-works-section .flex-card .content-blk p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    font-family: "Roboto", sans-serif;
    padding: 0;
}
.how-it-works-section .flex-card .img-blk{
    width: 30%;
    background: #C1FFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 134px;
    border-radius: 12px;
    position: relative;
    padding: 30px 0 40px;
}
.how-it-works-section .flex-card .img-blk span{
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #000;
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: normal;
}

.how-it-works-section .flex-card-main:nth-child(2){
    margin-bottom: 150px !important;
    margin-left: auto;
    margin-right: 0;
}
.how-it-works-section .flex-card-main:nth-child(2) .flex-card{
    margin-left: auto;
    margin-right: 16%;
}

.how-it-works-section .flex-card-main:nth-child(3){
    margin-left: 17% !important;
    margin-bottom: 80px !important;
}

.how-it-works-section .flex-card-main:nth-child(3) .flex-card{
    flex-direction: row-reverse;
}

.how-it-works-section .flex-card-main:nth-child(4) .flex-card{
    margin-left: auto;
    margin-right: 0;
}

.how-it-works-section .flex-card-main:nth-child(4) .flex-card{
    flex-direction: row-reverse;
}


.team-section{
    padding: 0 0 100px;
}
.team-section .custom-row{
    background: url(../img/team-section-bg.png) no-repeat center center;
    padding: 85px 50px; 
    border-radius: 20px;
    background-size: cover !important;
}
.team-section .flex-card {
    /* border-radius: 12px;
    background: #fff; */
    padding: 30px 30px;
}
.team-section .flex-card p{
    max-width: 90%;
}
.team-section .team-info{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 0 15px;
}
.team-section .team-info .img-blk img{
    height: 66px;
    width: 66px;
    border-radius: 50%;
    object-fit: cover;
}
.team-section .team-info h4{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0;
    font-family: "Roboto", sans-serif;
}
.team-section .team-info p{
    font-size: 14px;
    font-weight: 700;
    color: #A4A4A4;
    padding: 0;
    font-family: "Roboto", sans-serif;
    max-width: 100%;
}
.team-section .sub-title{
    color: #FFC444;
}
.team-section .title{
    color: #fff;
    padding: 0;
}
.team-section .slick-slide{
    border-radius: 12px;
}
.team-section .team-slider .slick-next {
    position: absolute;
    right: 10px !important;
    bottom: 10px;
    background:  #EB9600 url(../img/next-arrow.svg) no-repeat center center;
    font-size: 0;
    height: 40px;
    width: 40px;
    border: 0;
    border-radius: 8px;
    z-index: 5;
}
.team-section .team-slider .slick-prev {
    position: absolute;
    right: 60px !important;
    left: auto;
    bottom: 10px;
    top: auto;
    background:  #EB9600 url(../img/prev-arrow.svg) no-repeat center center;
    font-size: 0;
    height: 40px;
    width: 40px;
    border: 0;
    border-radius: 8px;
    z-index: 5;
}
.team-slider {
    border-radius: 12px;
    background: #fff;
}



.blog-section{
    padding: 100px 0;
    background: #FFF4DD;
}
.blog-section .flex-card{
    border-radius: 20px;
    background: #fff;
    border: 1px solid #21DAFF;
    height: 100%;
}
.blog-section .flex-card .content-blk{
    background: #fff;
    padding: 40px 30px;
    border-radius: 0 0 20px 20px;
}
.blog-section .flex-card .content-blk h5{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #21DAFF;
    font-family: "Roboto", sans-serif;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.blog-section .flex-card .content-blk h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 0 0 10px;
}
.blog-section .flex-card .content-blk p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    font-family: "Roboto", sans-serif;
    padding: 0;
}
.blog-section .flex-card .img-blk{
    background: rgba(33, 218, 255, 0.3);
    padding: 40px 0 0 40px;
    border-radius: 20px 20px 0 0;
}
.blog-section .flex-card .img-blk img{
    border-radius: 20px 0 0 0;
}


.blog-section .main-card:nth-child(2) .flex-card {
    border: 1px solid #FF9318;
}
.blog-section .main-card:nth-child(2) .img-blk {
    background: rgba(255, 147, 24, 0.3);
}
.blog-section .main-card:nth-child(2) .content-blk h5{
    color: #FF9318;
}
.blog-section .main-card:nth-child(3) .flex-card {
    border: 1px solid #70D962;
}
.blog-section .main-card:nth-child(3) .img-blk {
    background: rgba(112, 217, 98, 0.3);
}
.blog-section .main-card:nth-child(3) .content-blk h5{
    color: #70D962;
}


.performance-section{
    padding: 100px 0;
}
.performance-section .custom-row{
    padding: 80px 47px;
    /* background: url(../img/performance-bg.svg) no-repeat center center; */
    background-size: cover !important;
    border-radius: 20px;
}
.performance-section .title{
    color: #fff;
    font-size: 70px;
}
.performance-section p{
    color: #fff;
    max-width: 95%;
}
.performance-section .left-block{
    width: 51%;
}
.performance-section .right-block{
    width: 49%;
}
.performance-section .left-block p{
    padding: 0;
}
.contact-section{
    padding: 100px 0 0;
    position: relative;
}
.contact-section .title{
    text-align: center;
    color: #fff;
    padding: 0 0 55px;
}
.contact-section:after{
    content: "";
    position: absolute;
    top: 0;
    height: 72%;
    width: 100%;
    background: #000;
    z-index: -1;
}
.contact-section .form-blk{
    background: #fff;
    border-radius: 20px;
    padding: 45px 35px;
    box-shadow: 4px 4px 50px 0px #0000000D;
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
}
.contact-section .form-blk h3{
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 0 25px;
    font-family: "Roboto", sans-serif;
}
.contact-section .form-blk .form-label{
    font-size: 18px;
    font-weight: 400;
    color: #263238;
    display: block;
}
.contact-section br{
    display: none;
}
.contact-section .form-blk p{
    padding: 0;
}
.contact-section .form-control{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 15px 20px;
    background: #F8F8F8;
    font-family: "Roboto", sans-serif;
    border-radius: 0.375rem;
    border-color: #dee2e6;
}
.contact-section .form-control:focus{
    border-color: #c3c6c9;
}
.contact-section .form-control::placeholder{
    color: #999999;
}
.contact-section .form-control:focus{
    box-shadow: none;
}
.contact-section .form-blk .input-wrapper{
    margin-bottom: 30px;
}
.contact-section textarea{
    height: 124px;
    resize: none;
}
.contact-section .theme-btn{
    border: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    padding: 17px 20px;
}
.contact-section .btn-red{
    background: #9F0807;
    color: #fff;
    border-radius: 10px;
}
.contact-section .btn-red:hover{
    background-color: #EB9600;
    color: #000;
}

.contact-section .info-blk{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 30px;
}
.contact-section .info-blk .icon-blk{
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BDF4FF;
    border-radius: 20px;
}
.contact-section .info-blk .con-blk h3{
    font-size: 20px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding: 0 0 5px;
}
.contact-section .info-blk .con-blk p{
    font-size: 18px;
    color: #B0B0B0;
    font-family: "Roboto", sans-serif;
    padding: 0;
}
.contact-section .info-blk .con-blk p a{
    color: #B0B0B0;
}
.contact-section .info-blk:nth-child(2) .icon-blk{
    background: #FFDFBA;
}
.contact-section .info-blk:nth-child(3) .icon-blk{
    background: #D5F4D1;
}
.contact-section .right-blk{
    padding-top: 50px !important;
}
.contact-section iframe{
    border-radius: 10px;
    border: 3px solid #fff !important;
}
.contact-section .footer-navigation{
    position: inherit;
    top: auto;
    bottom: 69px;
}
.contact-section .social-share{
    display: flex;
    margin-top: 86px;
    position: relative;
    z-index: -1;
}
.contact-section .social-share li{
    text-align: center;
    border: 1px solid #CCCDCD;
    border-top: 0;
    border-right: 0;
    width: 20%;
}
.contact-section .social-share li a{
    padding: 30px 20px;
    display: inline-block;
    width: 100%;
}
.contact-section .social-share li a:hover{
    background: #0877EA;
    color: #fff;
}
.contact-section .social-share li:last-child{
    border-right: 1px solid #CCCDCD;
}
.contact-section .social-share li a{
    color: #0877EA;
}
.contact-section .social-share li:nth-child(2) a{
    color: #F30482;
}
.contact-section .social-share li:nth-child(2) a:hover{
    background: #F30482;
    color: #fff;
}
.contact-section .social-share li:nth-child(3) a{
    color: #FF0403;
}
.contact-section .social-share li:nth-child(3) a:hover{
    background: #FF0403;
    color: #fff;
}
.contact-section .social-share li:nth-child(4) a{
    color: #0766C2;
}
.contact-section .social-share li:nth-child(4) a:hover{
    background: #0766C2;
    color: #fff;
}
.contact-section .social-share li:nth-child(5) a{
    color: #000;
}
.contact-section .social-share li:nth-child(5) a:hover{
    background: #000;
    color: #fff;
}
.contact-section .footer-nav{
    display: flex;
    gap: 30px;
    padding: 50px 0;
}
.contact-section .footer-nav li a{
    font-size: 28px;
    font-weight: 600;
    color: rgba(38, 50, 56, 0.8);
    font-family: "Roboto", sans-serif;
}
.contact-section .footer-nav li a:hover{
    color: #9F0807;
}
.contact-section .footer-nav li a:focus{
    outline: 0;
}
.contact-section .copyright-blk{
    display: flex;
    align-items: center;
}
.contact-section .copyright-blk p{
    padding: 0 15px 0 0;
}
.contact-section .copyright-blk a{
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    color: #263238;
    padding: 0 15px;
    border-left: 1px solid #263238;
    display: inline-block;
}
.contact-section .copyright-blk a:hover{
    color: #9F0807;
}
.contact-section .social-share-main{
    position: relative;
    z-index: 5;
}


.scrolltop-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    display: none;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}
.scrolltop-btn img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.scrolltop-btn:hover{
    background: #EB9600;
}
.scrolltop-btn:hover img{
    filter: brightness(0) invert(1);
}



/* cookies consent css */
.wrapper {
    position: fixed;
    bottom: 50px;
    left: -370px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 20px 25px 30px;
    transition: left 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.wrapper.show {
    left: 20px;
}

.wrapper .top-blk {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.top-blk h2 {
    color: #9F0807;
    font-weight: 500;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
}

.wrapper .data {
    margin-top: 10px;
}

.wrapper .data p {
    color: #424242;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}

.data p a:hover {
    text-decoration: underline;
}

.wrapper .buttons {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 10px;
    background: #9F0807;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
    border: 2px solid #9F0807;
}

.buttons #acceptBtn:hover {
    background-color: #9F0807;
}

#declineBtn {
    border: 2px solid #9F0807;
    background-color: #fff;
    color: #9F0807;
}

#declineBtn:hover {
    background-color: #9F0807;
    color: #fff;
}


.service-modal .theme-btn{
    opacity: 1;
    position: absolute;
    top: -30px;
    right: -30px;
    background-image: none;
    font-size: 20px;
    padding: 10px;
}
.service-modal .modal-body{
    padding: 20px 20px 13px;
}


@-webkit-keyframes bouncebounce {
    0% {
      bottom: 22px;
    }
    100% {
      bottom: 40px;
    }
  }
  @-moz-keyframes bouncebounce {
    0% {
      bottom: 22px;
    }
    100% {
      bottom: 40px;
    }
  }
  @-ms-keyframes bouncebounce {
    0% {
      bottom: 22px;
    }
    100% {
      bottom: 40px;
    }
  }
  @keyframes bouncebounce {
    0% {
      bottom: 22px;
    }
    100% {
      bottom: 40px;
    }
  }


  
  .pulse {

    animation: pulse-animation 2s infinite;

    border-radius: 50%;

    box-shadow: 0px 0px 1px 1px #ffffff1a;

  }

  

  @keyframes pulse-animation {

    0% {

      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);

    }

    100% {

      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);

    }

  }




  .privacy-policy_section{
    padding: 60px 0;
  }
  .privacy-policy_section h3{
    padding: 0 0 15px;
    font-size: 28px;
    line-height: normal;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }
  .privacy-policy_section ul{
    margin-bottom: 20px;
  }
  .privacy-policy_section ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 0 0 5px;
  }
  .privacy-policy_section .title{
    font-size: 60px;
     text-align: center;
     padding: 0 0 40px;
  }

  .privacy-policy .navbar-brand{
    display: block;
  }
  .privacy-policy header{
    position: relative;
    padding: 0 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 16px rgba(27, 43, 124, 0.1);
  }
  .privacy-policy header .navbar-brand img {
    max-height: 70px;
  }

  .page-template-terms-conditions .navbar-brand{
    display: block;
  }
  .page-template-terms-conditions header{
    position: relative;
    padding: 0 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 16px rgba(27, 43, 124, 0.1);
  }
  .page-template-terms-conditions header .navbar-brand img {
    max-height: 70px;
  }


  .wpcf7 form.invalid .wpcf7-response-output{
    position: absolute !important;
    bottom: -200px !important;
    left: 30px !important;
    display: none !important;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    position: absolute !important;
    bottom: -110px !important;
    left: 30px !important;
    color: #46b450;
    border: 0;
    padding: 0;
}

@media (max-width: 1400px){
    .wpcf7 form.sent .wpcf7-response-output {
        bottom: -130px !important;
    }
}
@media (max-width: 992px){
    .wpcf7 form.sent .wpcf7-response-output {
        bottom: 0px !important;
        margin-left: 40px;
    }
}
@media (max-width: 767px){
    .wpcf7 form.sent .wpcf7-response-output {
        margin: 0;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: 40px !important;
    }
}



/* .active-section{
    padding-top: 150px !important;
} */



html {
    scroll-padding-top: 100px; 
}

.ai-img-desk {
    display: block;
}
.ai-img-mob {
    display: none;
}

.sidebar-blk .logo{
    max-width: 65%;
}