/* Purged style.css - unused rule sets removed based on cleanu template usage */

@keyframes hero-shape4 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes hero-shape4 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1.2);
    }
}

.header-top-section {
    background: #2f6eff;
}

.header-top-right.text-right {
    text-align: right;
}

.header-address-info p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 3px;
}

.header-address-info p i {
    display: inline-block;
    padding-right: 5px;
}

.header-address-info p span {
    padding-left: 36px;
    position: relative;
}

.header-address-info p span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 16px;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
}

.hendrio-social-icon {
    display: inline-block;
    padding-right: 23px;
}

.hendrio-social-icon ul li {
    display: inline-block;
    list-style: none;
}

.hendrio-social-icon ul li:nth-child(2) a {
    padding: 0 11px;
}

.hendrio-social-icon ul li:nth-child(4) a {
    padding: 0 12px;
}

.hendrio-social-icon ul li:nth-child(3) a {
    padding: 0 12px;
}

.hendrio-social-icon ul li:nth-child(1) a {
    padding: 0 14px;
}

.hendrio-social-icon ul li a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 31px;
    height: 50px;
    line-height: 50px;
}

.hendrio-social-icon ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 36px;
    height: 50px;
    background: #1773ea;
    z-index: -1;
}

.hendrio-social-icon ul li:nth-child(2) a:before {
    background: #2ca5da;
}

.hendrio-social-icon ul li:nth-child(3) a:before {
    background: #0073b1;
}

.hendrio-social-icon ul li:nth-child(4) a:before {
    background: #E11A21;
}

.phone-number {
    display: inline-block;
}

.phone-number p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.phone-number p i {
    color: #fff;
    font-size: 15px;
}

.phone-number p span {
    color: #fff;
    font-size: 14px;
    padding: 0 4px 0 6px;
    font-weight: 300;
}

.cleeny_nav_manu {
    padding: 9px 100px 0;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #2f6eff !important;
    z-index: 500;
    padding: 0 100px 0;
    transition: .5s !important;
    z-index: 500;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .logo {
    margin-top: 0;
}

.sticky.cleeny_nav_manu:before {
    display: none;
}

nav.cleeny_menu {
    align-items: center;
    display: inline-flex;
    float: right;
}

.cleeny_menu ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.cleeny_menu > ul > li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.cleeny_menu > ul > li > a {
    display: block;
    margin: 23px 19px 23px;
    -webkit-transition: .5s;
    text-decoration: none;
    font-size: 15px;
    line-height: 42px;
    color: #00197e;
    font-weight: 500;
    font-family: "Poppins";
}

nav.cleeny_menu ul li a i {
    display: inline-block;
    font-size: 10px;
    padding-left: 2px;
}

nav.cleeny_menu span {
    font-size: 13px;
    padding-left: 6px;
    font-family: FontAwesome;
    opacity: .5;
}

.sticky .cleeny_menu > ul > li > a:hover {
    color: #fff;
}

.cleeny_menu > ul > li > a:hover {
    color: #306EFF;
}

.cleeny_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 3px solid #2F6EFF;
    border-top: 3px solid #2F6EFF;
}

.cleeny_menu ul li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    opacity: 1;
    z-index: 9999;
}

.cleeny_menu ul .sub-menu li {
    position: relative;
}

.cleeny_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
    text-decoration: none;
    transition: .5s;
    font-family: "Poppins";
}

.cleeny_menu ul .sub-menu li:hover > a,
.cleeny_menu ul .sub-menu .sub-menu li:hover > a,
.cleeny_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.cleeny_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
    background: #2F6EFF;
    color: #fff !important;
}

.cleeny_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.cleeny_menu ul .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

.cleeny_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.cleeny_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.cleeny_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

.cleeny_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.cleeny_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

.cleeny_menu li a:hover:before {
    width: 100%;
}

.cleeny_nav_manu.sticky .logo_img {
    display: none;
}

.cleeny_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .cleeny_menu li a {
    color: #fff;
}

.cleeny_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.cleeny_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.sticky .cleeny-btn a::before {
    background: #FFC703;
    border-radius: 0;
}

.sticky .cleeny-btn a:after {
    background: #FFC703;
    border-radius: 0;
}

.sticky .cleeny-btn a {
    color: #2F6EFF;
    background: #fff;
}

.sticky .header-search-btn i {
    color: #fff;
}

.sticky .cleeny-btn a:hover {
    color: #fff;
}

.style-two .cleeny-btn a::before {
    border-radius: 0;
}

.section-title.text-center {
    margin-bottom: 57px;
}

.contact-area .section-title.text-left {
    margin-bottom: 31px;
}

.pricing-area .section-title.text-center {
    margin-bottom: 81px;
}

.testimonial-area.style-four .section-title.text-center {
    margin-bottom: 47px;
}

.testimonial-area.style-two h5.section-sub-title {
    color: #306EFF;
}

.testimonial-area.style-two h1.section-main-title {
    color: #00197e;
}

.contact-area h5.section-sub-title {
    color: #FFC704;
}

.contact-area.style-four h5.section-sub-title {
    color: #2F6EFF;
}

.contact-area h1.section-main-title {
    color: #fff;
}

.contact-area.style-four h1.section-main-title {
    color: #00197e;
}

.team-area .section-title.text-center {
    margin-bottom: 47px;
}

.section-title.style-two.text-left h1.section-main-title {
    font-size: 50px;
    line-height: 65px;
}

.section-title.style-two.text-left h5.section-sub-title {
    font-size: 18px;
    padding-left: 36px;
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    color: #FEC804;
}

.about-area.style-three .section-title.style-two.text-left h5.section-sub-title {
    color: #2f6eff;
}

.section-title.style-two.text-left h5.section-sub-title::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/images/cleaning-shapes.webp);
    background-repeat: no-repeat;
    left: 0;
    top: 29%;
}

.testimonial-area.style-three .section-title.style-two.text-left h5.section-sub-title::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/images/cleaning-shapes2.webp);
    background-repeat: no-repeat;
    left: 0;
    top: 29%;
}

.section-title.style-two.text-left h1.section-main-title span {
    color: #FEC804;
}

.section-title.style-two.text-left p.section-title-descr {
    line-height: 28px;
    width: 94%;
    padding: 10px 0 18px;
}

.service-area.style-three .section-title.style-two.text-left p.section-title-descr {
    width: 91%;
    color: #fff;
}

.service-area.style-three .section-title.style-two.text-left {
    margin-bottom: 37px;
}

h5.section-sub-title.style-two {
    font-size: 18px;
    color: #306EFF;
    position: relative;
    z-index: 1;
}

.portfolio-area.style-three h5.section-sub-title.style-two {
    color: #FFC704;
}

h5.section-sub-title.style-two::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/images/cleaning-shapes.webp);
    background-repeat: no-repeat;
    background-position: center;
    left: 86px;
    top: -1px;
}

h5.section-sub-title.style-two::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/images/cleaning-shapes.webp);
    background-repeat: no-repeat;
    background-position: center;
    right: 86px;
    top: -1px;
}

.portfolio-area.style-three h5.section-sub-title.style-two::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/images/cleaning-shapes2.webp);
    background-repeat: no-repeat;
    background-position: center;
    left: 86px;
    top: -1px;
}

.portfolio-area.style-three h5.section-sub-title.style-two::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/images/cleaning-shapes2.webp);
    background-repeat: no-repeat;
    background-position: center;
    right: 86px;
    top: -1px;
}

.section-title.style-two.text-center h1.section-main-title {
    color: #00197e;
    font-size: 50px;
    line-height: 71px;
}

.section-title.style-two.text-center h1.section-main-title span {
    color: #FFC805;
}

.section-title.style-two.text-center p.section-title-descr {
    width: 48%;
    padding: 13px 0 24px;
    margin: auto;
}

.section-title.style-two.text-center {
    margin-bottom: 29px;
}

.portfolio-area.style-three .section-title.style-two.text-center p.section-title-descr {
    width: 33%;
}

.portfolio-area.style-three .text-center h1.section-main-title span {
    color: #00197e;
}

.testimonial-area.style-three .section-title.style-two.text-left {
    margin-bottom: 49px;
}

.service-area.style-two.upper h5.section-sub-title {
    color: #2f6eff;
}

.service-area.style-two.upper h1.section-main-title {
    color: #00197e;
}

.service-area.style-two.upper .section-title.text-left p {
    margin: 0;
    margin-top: 44px;
}

.contact-from {
    padding: 0 0 110px;
}

.form_box input {
    width: 100%;
    font-size: 15px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    outline: 0;
    border-radius: 5px;
    border: 1px solid #fff !important;
    height: 60px;
    padding: 0 25px 0;
}

.form_box input::placeholder {
    font-size: 15px;
    line-height: 80px;
    color: #3a4268;
    font-weight: 300;
}

.form_field_inner {
    margin-top: -26px;
}

.form_field_inner.style-two {
    margin: 0;
}

.form_field_inner select {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    outline: 0;
    padding: 0 22px 0;
    margin-top: 0;
    font-size: 15px;
    line-height: 80px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
}

.contact-form-button button {
    width: 100%;
    height: 60px;
    outline: 0;
    border: none;
    border-radius: 5px;
    background: #FFC704;
    font-size: 15px;
    line-height: 42px;
    color: #141840;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    transition: .5s;
}

.contact-form-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #306EFF;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
    transform: scale(.2, 1);
    opacity: 0;
}

.contact-form-button button i {
    display: inline-block;
    font-size: 18px;
    margin-left: 7px;
    position: relative;
    top: 2px;
}

.contact-form-button button:hover::before {
    opacity: 1;
    transform: scale(1);
    color: #fff;
}

.contact-from.style-two .contact-form-button button:hover::before {
    background: #00197E;
}

.contact-form-button button:hover {
    color: #fff;
}

.owl-dot.active {
    background: #FFC704;
}

.owl-item.active.center .portfolio-content {
    opacity: 1;
    left: 0;
}

.owl-item.active.center h4.portfolio-top-title {
    transform: scale(1);
}

.portfolio_list .owl-dot.active {
    background: #2F6EFF;
}

.row.address {
    background: url(assets/images/address-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 48px 0;
    border-radius: 5px;
}

.pricing-single-box.active {
    background: #2F6EFF;
}

.pricing-single-box.active .pricing-head:after {
    background: #FFC704;
    transform: scale(1);
}

.pricing-single-box.active .pricing-head::before {
    border-bottom: 24px solid #BB9010;
}

.pricing-single-box.active h1.pricing-dollar {
    color: #00197D;
}

.pricing-single-box.active h1.pricing-dollar span {
    color: #00197D;
}

.pricing-single-box.active p.pricing-monthly {
    color: #01177D;
}

.pricing-single-box.active .pricing-list ul li {
    color: #fff;
}

.pricing-single-box.active .pricing-list ul li i {
    color: #FFC704;
}

.pricing-single-box.active .cleeny-btn a {
    background: #FFC703;
    color: #01177D;
}

.pricing-single-box.active .cleeny-btn a::after {
    background: transparent;
}

.pricing-single-box.active .cleeny-btn a::before {
    background: transparent;
}

.pricing-single-box.active h3.pricing-title {
    border-left: 3px solid #fff;
}

.row.subscribe {
    background: url(assets/images/subscribe-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 30px 28px 30px;
}

.footer-area {
    
    
    background-color: #ecf1f4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 249px 0 96px;
    margin-top: -130px;
    position: relative;
    z-index: 1;
}

p.footer-widget-text {
    font-size: 16px;
    line-height: 26px;
    color: #68708c;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    padding: 25px 0 35px;
}

.widget-title h2 {
    font-size: 24px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 26px;
    line-height: 48px;
}

.footer-widget.left ul li {
    list-style: none;
}

.footer-widget.left ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #68708c;
    font-weight: 400;
    font-family: "Inter";
    padding-bottom: 16px;
    transition: .5s;
}

.footer-widget.left ul li a i {
    display: inline-block;
    font-size: 11px;
    color: #A7ABC8;
    margin-right: 4px;
}

.single-recent-post-box {
    margin-bottom: 27px;
}

.post-content-text h4 {
    line-height: 0;
    margin-bottom: 6px;
}

.post-content-text h4 a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    transition: .5s;
}

.post-content-text span {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #808CBF;
    font-weight: 400;
    font-family: "Poppins";
    padding-left: 19px;
    position: relative;
    z-index: 1;
}

.post-content-text span::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #4B5CA0;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.footer-widget.right {
    padding-left: 19px;
}

.footer-widget.left ul li a:hover i {
    color: #FFC704;
}

.footer-widget.left ul li a:hover {
    color: #FFC704;
}

.post-content-text h4 a:hover {
    color: #FFC704;
}

.footer-shape {
    position: absolute;
    top: 10%;
    left: 4%;
    animation: hero-shape4 3.50s infinite;
    z-index: -1;
}

.copyright-area {
    background: #00197D;
    padding: 0 0 25px;
}

.row.copyright {
    border-top: 1px solid #263B91;
    padding: 23px 0 0;
}

.footer-copyright-text span {
    display: inline-block;
    color: #FFC704;
}

.footer-copyright-text p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.header-top-section.style-two {
    background: #021233;
}

.header-top-section.style-two .header-address-info p i {
    color: #F4D14F;
}

.header-top-area {
    position: relative;
    z-index: 1;
    padding: 25px 0 25px;
}

.header-top-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 28%;
    background: #F3F4F8;
    z-index: -1;
    top: 0;
}

.header-top-area.style-two::before {
    height: 98%;
}

.header-top-left {
    text-align: right;
}

.cleeny-social-icon ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}

li.upper::before {
    display: none;
}

.cleeny-social-icon ul li::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #CCD1E5;
    top: 11px;
    right: -28px;
}

.cleeny-social-icon ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    line-height: 42px;
    color: #00197e;
    font-weight: 500;
    font-family: "Inter";
    padding-left: 55px;
}

.cleeny-social-icon ul li a i {
    display: inline-block;
    color: #2D6FFF;
    font-size: 20px;
    margin-right: 9px;
    position: relative;
    top: 2px;
}

.row.upper {
    background: #306EFF;
    position: relative;
    z-index: 222;
    border-radius: 0 0 5px 5px;
    padding: 0 27px 0 65px;
}

.row.upper.style-two {
    top: -2px;
}

.row.upper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/images/cleeny-shape.webp);
    background-repeat: no-repeat;
    background-position: center;
    left: -46%;
}

.cleeny_nav_manu.style-two {
    padding: 0;
}

.cleeny_nav_manu.style-two .header-search-btn i {
    color: #fff;
    font-size: 18px;
    margin-top: 7px;
    position: relative;
    z-index: 1;
}

.cleeny_nav_manu.style-two .header-search-btn i:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: #97B6FF;
    right: -32px;
    top: -1px;
}

.cleeny_nav_manu.style-two nav.cleeny_menu {
    float: left;
}

.cleeny_nav_manu.style-two .cleeny_menu > ul > li > a {
    margin: 18px 19px 18px;
    color: #fff;
}

.slider-area.style-two {
    background: url(assets/images/slider-bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
}

.cleeny-btn.style-two a::before {
    content: "";
    background: #FFC704;
    height: 0;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}

.cleeny-btn.style-two a::after {
    content: "";
    background: #FFC704;
    height: 0;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}

.contact-area .cleeny-btn.style-two a::before {
    background: #2F6EFF;
}

.contact-area .cleeny-btn.style-two a::after {
    background: #2F6EFF;
}

.portfolio-area.style-two .cleeny-btn.style-two a::before {
    background: #2F6EFF;
}

.portfolio-area.style-two .cleeny-btn.style-two a::after {
    background: #2F6EFF;
}

.address-area.style-two .cleeny-btn.style-two a::before {
    background: #2F6EFF;
}

.address-area.style-two .cleeny-btn.style-two a::after {
    background: #2F6EFF;
}

.bolo-area.style-two .cleeny-btn.style-two a::before {
    background: #2F6EFF;
}

.bolo-area.style-two .cleeny-btn.style-two a::after {
    background: #2F6EFF;
}

.cleeny-btn.style-two a:hover::before {
    right: 0;
    left: auto;
    height: 100%;
}

.cleeny-btn.style-two a:hover::after {
    left: 0;
    right: auto;
    height: 100%;
}

.about-area.style-two {
    background: url(assets/images/about-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 114px;
}

.about-area.style-two .about-thumb {
    margin-left: -18px;
    position: relative;
    z-index: 1;
}

.service-area.style-two {
    background: url(assets/images/service-bg2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0 0;
    height: 669px;
    position: relative;
    z-index: 1;
}

.service-area.style-two .service-content {
    background: #00197D;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 67px 29px 27px;
}

.service-area.style-two .service-icon {
    background: transparent;
    right: 2%;
    top: 15%;
}

.service-area.style-two h3.service-title {
    font-size: 22px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
}

.service-area.style-two ul.service-list li {
    color: #fff;
}

.service-area.style-two ul.service-list li i {
    color: #fff;
}

.service-area.style-two ul.service-list::before {
    background: transparent;
}

.service-area.style-two .service-content:after {
    background: transparent;
}

.service-area.style-two .service-content::before {
    background: transparent;
}

.service-area.style-two ul.service-list {
    padding: 8px 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: -85px;
    opacity: 0;
}

.service-area.style-two .service-single-box:hover h3.service-title {
    color: #fff;
}

.work-area.style-two {
    padding: 229px 0 84px;
}

.work-area.style-two .work-shape {
    bottom: 41%;
}

.work-area.style-two .work-shape2 {
    bottom: 41%;
}

.contact-area {
    
    padding: 118px 0 113px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-area .contact-from {
    background-color: #021233;
    padding: 36px 57px 57px;
    margin-bottom: -120px;
    margin-right: 120px;
    border-radius: 5px 5px 0 0;
}

.contact-title h1 {
    font-size: 36px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    text-align: center;
    margin-bottom: 32px;
}

.contact-area .form_box input {
    background: transparent;
    border: 1px solid #fff;
    margin-bottom: 20px;
    color: #fff;
}

.contact-area .form_field_inner select {
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px;
    height: 60px;
    border-radius: 5px;
    background-color: #021233;
    padding: 0 25px;
}

.contact-area .form_field_inner select {
}

.form_field.text_area textarea {
    width: 100%;
    outline: 0;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 120px;
    margin-bottom: 22px;
    padding: 14px 28px 0;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

h3.contact-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
}

.contact-area .cleeny-btn {
    margin-left: 0;
    margin-top: 47px;
}

.contact-area .cleeny-btn a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 4px;
    display: inline-block;
}

.contact-area .cleeny-btn a {
    padding: 15px 36px 15px;
}

.contact-area .form_box input::placeholder {
    color: #fff;
}

.contact-area .form_field.text_area textarea::placeholder {
    color: #fff;
}

.portfolio-area.style-two {
    background: transparent;
    padding: 110px 0 102px;
}

.portfolio-area.style-two .portfolio_list .owl-dot {
    width: 12px;
    height: 12px;
}

.address-area.style-two {
    margin: 0;
}

.testimonial-area.style-two {
    background: url(assets/images/testi-bg2.webp);
    padding: 110px 0 88px;
}

.testimonial-area.style-two .testi-single-box {
    background-color: #ffffff;
}

.testimonial-area.style-two::before {
    height: 0;
    width: 0;
    background: transparent;
}

.testimonial-area.style-two h4.testi-title {
    color: #00197e;
}

.testimonial-area.style-two h3.testi-title2 {
    color: #2f6eff;
}

.testimonial-area.style-two p.testi-description {
    font-size: 16px;
    line-height: 30px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
}

.testimonial-area.style-two p.testi-text {
    color: #3a4268;
}

.testimonial-area.style-two .owl-dots {
    display: none;
}

.testimonial-area.style-two .testi-single-box::before {
    background: url(assets/images/testi-icon2.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-area.style-two .testi-single-box:after {
    background: transparent;
}

.address-area.style-two {
    margin: 0;
    position: relative;
    z-index: 1;
    background: url(assets/images/address-bg.webp);
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.address-area.style-two .row.address {
    background: transparent;
    padding: 0;
}

.bolo-area.style-two .blog-btn a {
    transition: .5s;
}

.header-top-section.style-three {
    padding: 10px 0 10px;
}

.header-top-section.style-three .header-top-right.text-right {
    text-align: center;
}

.header-top-section.style-three .phone-number {
    display: inline;
    text-align: right;
}

.cleeny_nav_manu.style-three .cleeny-btn a {
    background: #2F6EFF;
    text-transform: uppercase;
    color: #fff;
}

.sticky.cleeny_nav_manu.style-three .cleeny-btn a {
    background: #fff;
    text-transform: uppercase;
    color: #2F6EFF;
}

.cleeny_nav_manu.style-three .cleeny-btn a::before {
    background: #FFC704;
}

.cleeny_nav_manu.style-three .cleeny-btn a::after {
    background: #FFC704;
}

.cleeny_nav_manu.style-three .cleeny-btn a:hover {
    color: #00197E;
}

.service-area.style-three .section-title.style-two.text-left h5.section-sub-title::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/images/cleaning-shapes2.webp);
    background-repeat: no-repeat;
    left: 0;
    top: 29%;
}

.team-area.style-two {
    background: #F3F4F8;
    padding: 111px 0 88px;
}

.team-area.style-two::before {
    background: transparent;;
}

.portfolio-area.style-three .owl-item.active.center .portfolio-content {
    transform: scale(1);
    width: 86%;
}

.row.coun {
    padding: 118px 0 0;
}

.contact-area.style-three {
    background: url(assets/images/contact-bg2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 106px 0 118px;
}

.contact-area.style-three .form_box input {
    border: 1px solid #E3E3E3 !important;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    font-size: 16px;
    padding: 0 14px 0;
    margin-bottom: 30px;
    width: 98%;
    transition: .5s;
}

.contact-area.style-three .form_box input::placeholder {
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    font-size: 16px;
}

.contact-area.style-three .form_box textarea {
    border: 1px solid #E3E3E3;
    outline: 0;
    width: 99%;
    border-radius: 5px;
    padding: 1px 14px 0;
    height: 140px;
    font-size: 16px;
    line-height: 56px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    margin-bottom: 41px;
    transition: .5s;
}

.contact-area.style-three .form_box textarea::placeholder {
    font-size: 16px;
    line-height: 56px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #2F6EFF;
    outline: 0;
    box-shadow: 0 0 4px rgb(48, 110, 255, 0.7);
}

.breatcome-area {
    
    background-image: var(--assets_images_breatcome-bg);
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -80px;
    height: 440px;
    position: relative;
    z-index: 1;
}

.breatcome-content {
    text-align: center;
    margin-top: 88px;
}

.breatcome-title h1 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
}

.breatcome-text ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    font-weight: 400;
    font-family: "Inter";
    padding: 0 19px 0;
    position: relative;
}

li.upper {
    color: #B8BCCE !important;
}

.breatcome-text ul li::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background: #5B6696;
    right: -10%;
    top: 51%;
}

.breatcome-text ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
}

.breatcome-text ul li a i {
    display: inline-block;
    font-size: 14px;
    line-height: 56px;
    color: #ffc704;
    margin-right: 7px;
}

.breatcome-shape {
    position: absolute;
    right: 22%;
    top: 39%;
}

.breatcome-shape img {
    animation: dance 3s alternate infinite;
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 3s alternate infinite;
}

.intro__bg, .intro__bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.service-area.style-two.upper {
    background: #F3F3F7;
    padding: 110px 0 259px;
    height: auto;
}

.service-area.style-two.upper .service-content {
    background: #fff;
    position: relative;
    z-index: 1;
}

.service-area.style-two.upper .service-content::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #00197E;
    left: 0;
    top: 0;
    transform: none;
    right: 0;
    margin: auto;
    z-index: -1;
}

.service-area.style-two.upper .service-single-box .service-icon {
    filter: brightness(1) invert(0);
}

.service-area.style-two.upper .service-content2 {
    background: #F3F3F7;
}

.service-area.style-two.upper .service-btn a {
    color: #273689;
}

.service-area.style-two.upper .service-single-box:hover .service-content::before {
    width: 100%;
}

.service-area.style-two.upper .service-single-box:hover .service-btn a {
    color: #fff;
}

.service-area.style-two.upper .service-single-box:hover .service-icon {
    filter: brightness(0) invert(1);
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #00197E;
    z-index: -1;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #fff !important;
    background: #fff !important;
}

.contact-area.style-four {
    background: #F3F4F8;
    padding: 110px 0 219px;
}

.contact-area.style-four .contact-from {
    margin-top: -139px;
    margin-left: 116px;
    margin-right: 0;
    margin-bottom: 0;
}

.contact-area.style-four h3.contact-title {
    color: #00197e;
}

.contact-area.style-four p.contact-text {
    color: #3a4268;
}

.contact-area.style-four .cleeny-btn a {
    background: #306EFF;
    color: #fff;
}

.contact-area.style-four .cleeny-btn a::before {
    background: #FFC704;
}

.contact-area.style-four .cleeny-btn a:after {
    background: #FFC704;
}

.project-single-box.style-two {
    margin-top: -142px;
}

.widget-categories-box {
    background: #F5F6F8;
    padding: 25px 38px 29px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.categories-title h4 {
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 56px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
}

.categories-title h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    background: #306EFF;
    width: 30px;
}

.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 26px 16px;
    transition: .5s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #171717;
    border-radius: 5px;
}

.widget-categories-menu ul li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #306EFF;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
    border-radius: 5px;
}

.widget-categories-menu ul li:hover:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    transition: .5s;
    font-size: 16px;
    color: #00197e;
    font-weight: 400;
    font-family: "Inter";
    text-decoration: none;
}

.widget-categories-menu ul li a i {
    display: inline-block;
    font-size: 15px;
    color: #306EFF;
    margin-right: 11px;
    transition: .5s;
}

.widget-categories-menu ul li a span i {
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #306EFF;
    transition: .5s;
    font-weight: 600;
    margin: 0;
    margin-top: 2px;
    transition: .5s;
}

.widget-categories-box.upper {
    background: url(assets/images/widget-thumb.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 48px 43px 48px;
}

h2.sidber-title.style-two {
    font-size: 30px;
    margin: 0;
    padding: 65px 0 2px;
}

p.sidber-desc.style-two {
    padding: 10px 0 19px;
}

.service-details-area .wrapper .images {
    height: 100%;
    width: 100%;
    display: flex;
}

.service-details-area li.active {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3) !important;
}

.widget-categories-menu ul li:hover a i {
    color: #fff;
}

.widget-categories-menu ul li:hover a span {
    color: #ffff;
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}

ul.project-support.upper {
    border: none;
}

.blog-details-area {
    padding: 118px 0 118px;
}

.blog-details-single-box {
    margin-bottom: 30px;
}

.blog-det-thumb {
    position: relative;
    z-index: 1;
}

.blog-det-thumb img {
    width: 100%;
}

p.blog-det-text2 {
    position: absolute;
    top: 6%;
    left: 30px;
    background: #306EFF;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    padding: 7px 20px 7px;
    border-radius: 5px;
    transform: scale(0);
    transition: .5s;
}

.blog-det-content {
    border-left: 1px solid #E5E8E8;
    border-right: 1px solid #E5E8E8;
    border-bottom: 1px solid #E5E8E8;
    padding: 0 34px 20px;
    position: relative;
    z-index: 1;
}

.blog-det-content::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #E5E8E8;
    bottom: 21%;
    left: 0;
}

.blog-date {
    padding: 36px 0 10px;
}

.blog-date ul li {
    list-style: none;
    display: inline-block;
    padding-right: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
}

.blog-date ul li i {
    display: inline-block;
    font-size: 14px;
    color: #2D6EFE;
    margin-right: 5px;
}

h3.blog-det-title {
    margin: 0;
}

h3.blog-det-title a {
    font-size: 30px;
    line-height: 42px;
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
    display: inline-block;
    text-decoration: none;
}

p.blog-det-text {
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    padding: 10px 0 50px;
}

.blog-det-btn a {
    display: inline-block;
    font-size: 16px;
    color: #00197e;
    font-weight: 500;
    font-family: "Inter";
    text-decoration: none;
    transition: .5s;
}

.blog-det-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.blog-details-single-box:hover p.blog-det-text2 {
    transform: scale(1);
}

.blog-details-single-box:hover .blog-det-btn a {
    color: #2F6EFF;
    border-bottom: 1px solid #2F6EFF;
}

.widget-recent-post {
    margin-bottom: 23px;
}

.widget-recent-post.style-three {
    margin-bottom: 0;
}

.rpost-thumb {
    margin-right: 18px;
}

.rpost-title h4 {
    margin: 0;
}

.rpost-title h4 a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #00197e;
    font-weight: 500;
    font-family: "Inter";
    text-decoration: none;
}

.rpost-title span {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #2f6eff;
    font-weight: 400;
    font-family: "Inter";
    position: relative;
    top: -7px;
}

.tag-item a {
    padding: 5px 22px;
    display: inline-block;
    margin: 2px 3px 8px;
    transition: .5s;
    background: #fff;
    font-size: 14px;
    color: #00197e;
    font-weight: 400;
    font-family: "Inter";
    text-decoration: none;
    border-radius: 5px;
}

.tag-item a:hover {
    color: #fff;
    background: #2f6eff;
}

.blog-details-area .pagination-menu {
    padding: 20px 0 0;
    text-align: left;
}

.blog-details-button a.active {
    background: transparent;
    transition: .5s;
    margin-left: 10px;
    color: #306EFF !important;
}

.blog-details-button a.active:hover {
    color: #fff !important;
}

.blog-details-button a.active:before {
    background: transparent;
}

.blog-details-button a.active:hover:before {
    background: #306EFF;
}

.blog-details-button a.active:hover {
    color: #fff;
    border-color: #306EFF;
}

.curser {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #FFC704;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .1s;
}

.curser2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #FFC704;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .15s;
    animation: Ripple 1.6s ease-in-out infinite;
    -webkit-animation: Ripple 1.6s ease-in-out infinite;
    -moz-animation: Ripple 1.6s ease-in-out infinite;
}

.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #FFC704 0%, #FFC704 100%);
    background-image: -ms-linear-gradient(0deg, #FFC704 0%, #FFC704 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #2F6EFF;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #FFC704 0%, #FFC704 100%);
    background-image: -webkit-linear-gradient(0deg, #FFC704 0%, #FFC704 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

.scroll-area.home-two .top-wrap .go-top-button {
    background: #00AFF5;
}

.scroll-area.home-two .top-wrap .go-top-button::after {
    background-image: -moz-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
    background-image: -webkit-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
}

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #FFFFFF;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #306EFF;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #FFC704;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 52%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.intro__bg, .intro__bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.f_s__17 {
    font-size: 17px;
    line-height: 1.77em;
}

.f_s__15 {
    font-size: 15px;
    line-height: 1.33em;
}

.cta-rating::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(204, 204, 202, 0.15), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.cta-rating__header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #161615;
}

.cta-rating__header .fa-star {
    font-size: 1.4rem;
}

.cta-rating__stars {
    position: relative;
    display: inline-block;
    color: #f1c40f;
    font-size: 2.4rem;
    line-height: 1;
}

.cta-rating__stars-background, .cta-rating__stars-foreground {
    display: flex;
    gap: 0.2rem;
}

.cta-rating__stars-background {
    color: #e0e0e0;
}

.cta-rating__stars-foreground {
    color: #f1c40f;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: width 0.4s ease;
}

.cta-rating__value {
    margin-top: 0.75rem;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-weight: 600;
}

.cta-rating__score {
    font-size: 1.4rem;
    color: #2c3e50;
}

.cta-rating__count {
    font-size: 0.95rem;
    color: #7f8c8d;
}

.breatcome-content h1, .breatcome-content li, .breatcome-content li * {
    color: #021233 !important;
}
