/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1774085123
Updated: 2026-03-21 09:25:23

*/

:root {
    --blue: #8745d5;
    --green: #49c193;
    --dark: #151515;
}

/* Custom Css */
.spbtn, #main-header .header-button {
    background-image: linear-gradient(90deg, var(--blue) 0, var(--green) 100%);
    color: #fff;
    border-radius: 25px;
    padding: 12px 25px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    transition: all 0.5s ease-in-out;
}
.spbtn:hover, #main-header .header-button:hover, .banner_sec .head_box a.spbtn:hover {
    color: #fff;
    background-image: linear-gradient(90deg, var(--green) 0, var(--blue) 100%);
}
/* End Custom Css */

/* Header Css */
.site-top-header-wrap {
    background-image: linear-gradient(90deg, #84f0b2 0, #5f91a7 100%);
    padding: 8px 0;
}
.site-top-header-wrap .header-html-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-top-header-wrap .right {
    text-align: right;
    display: flex;
    align-items: center;
}
.site-top-header-wrap .left, .site-top-header-wrap .right .phone_contacts {
    background-color: rgb(255 255 255 / 70%);
    padding: 4px 15px;
    border-radius: 30px;
    font-weight: 700;
}
.site-top-header-wrap .site-header-top-section-center, .site-top-header-wrap .site-header-top-section-center .site-header-item {
    display: block;
}
.right .phone_contacts b {
    margin: 0 8px;
}
.site-top-header-wrap .right .phone_contacts {
    display: flex;
    margin-left: 25px;
}
.site-top-header-wrap .right a {
    margin: 0 0 0 10px;
}
.site-top-header-wrap .right .phone_contacts a {
    margin: 0 0 0 2px;
}
.right .phone_contacts a, .site-top-header-wrap .right a:hover {
    text-decoration: none;
}
header#masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    z-index: 99;
}
.site-main-header-inner-wrap {
    margin-top: 15px;
    border: 1px solid #999;
    padding: 21px 21px 21px 40px;
    border-radius: 80px;
}
.site-branding a.brand img {
    filter: brightness(10);
}
.site-header-section-right {
    justify-content: flex-start;
    justify-content: space-between;
}
.flo-menu {
    right: -1px;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    position: fixed;
}
.flo-menu a, .flo-menu a:focus {
    width: 36px;
    height: 36px;
    background-color: #6affc0;
    font-size: 0;
    float: left;
    margin: 1px;
    color: #111111;
    clear: both;
    text-align: center;
}
.flo-menu a i {
    font-size: 17px;
    line-height: 37px;
}
.flo-menu a:hover {
    background-color: var(--blue);
    color: #fff;
}
/* End Header Css */

/* End Banner Css */
.banner_sec {
    background-image: url(images/banner-bg.webp);
    background-position: top center;
    padding-top: 190px;
    padding-bottom: 200px;
    background-size: cover;
    z-index: 1;
}
.banner_sec .vc_col-sm-12 {
    position: unset;
}
.banner_sec .bannermoving {
    position: absolute;
    left: -20px;
    top: 18%;
    width: 110px;
    --float-animate-from: -10%;
    --float-animate-to: 5%;
    --float-animation-ease: ease-in-out;
    animation: lqdFIFloatOne 1s var(--float-animation-ease) infinite alternate;
}
@keyframes lqdFIFloatOne {
    0% {
        transform: translateY(var(--float-animate-from, 0));
    }
    100% {
        transform: translateY(var(--float-animate-to, 3%));
    }
}
.banner_top_img, .banner_sec .head_box {
    text-align: center;
}
.banner_top_img img {
    display: inline-block;
}
.google_left {
    vertical-align: bottom;
}
.banner_top_img a {
    vertical-align: super;
}
.banner_top_img a:hover img {
    border-bottom: 1px solid #fbbd08;
}
.google_mid {
    margin: 0 4px 0px 10px;
    max-width: 118px;
    transition: 0.5s;
}
.google_right {
    max-width: 500px;
}
.banner_sec h1 {
    color: #fff;
    font-size: 80px;
    margin-bottom: 25px;
    line-height: normal;
}
.banner_sec .head_box p {
    color: #d6d6d6;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.banner_sec::after {
    content: '';
    background-image: url(images/banner_bg.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner_sec .aio-icon-description {
    color: #fff;
    font-size: 18px;
}
.banner_sec .head_box {
    margin-bottom: 40px;
}
.banner_sec .head_box a.spbtn {
    color: #111111;
    background-image: linear-gradient(#58ecad, #3db180);
}
/* End Banner Css */