:root {
    --theme-color: #6cb9b5;
    --theme-color-2: #bbd982;
    --title-color: #121212;
    --body-color: #6F6E77;
    --smoke-color: #F4F4F4;
    --smoke-color2: #FFF9F3;
    --black-color: #000000;
    --black-color-2: #363739;
    --gray-color: #D9D9D9;
    --white-color: #ffffff;
    --light-color: #CDCDCD;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E0E0E0;
    --title-font: 'Inter', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --style-font: 'Red Hat Display', cursive;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1290px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}


/* .cta-wrapper .cta-form .themeholy-btn {
    min-width: 400px;
} */

p{
    color:black;
}


.footer-widget .widget_title {
    max-width: 270px;
    color: var(--theme-color-2);
    border-bottom: none;
    margin: 0 0 30px 0 !important;
    padding: 0 0 14px 0;
}

body::before {
    content: url("../assets/img/preloader.svg");
    position: absolute;
    top: -9999rem;
    left: -9999rem;
    opacity: 0;
  }

  .space{
    margin: 0px;
  }


  .sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 50px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s;
}
 
.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.newsletter-form.style2 .form-control {
    min-width: 300px;
    min-height: 60px;
    border-radius: 0;
    background-color: var(--black-color-2);
    border: 1px solid var(--black-color-2);
    color: #E0E0E0;
}


.service-box_icon {
    position: absolute;
    right: 40px;
    top: -50px;
    color: var(--theme-color);
    width: 143px;
    height: 74px;
    line-height: 80px;
    border-radius: 50%;
    background-color: var(--theme-color);
    padding: 10px;
    margin: 0 auto 15px auto;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box_content {
    background-color: var(--theme-color);
    position: absolute;
    top: auto;
    bottom: -487px;
    left: var(--space);
    width: calc(110% - var(--space)*2);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    padding: 30px 40px 22px 40px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rate{
    color: var(--theme-color-2);
    text-align: center;
}




@media (max-width: 767px){
.hero-style7 .hero-text {
    font-size: 16px;
    margin-bottom: -104px;
}}

@media (max-width: 767px){
.hero-style7 {
    padding: 25px 0 90px 0;
}}


@media (max-width: 767px){
.sec-shape2 img {
    position: relative;
    display: inline-block;
    -webkit-animation: speed2 10s linear infinite;
    animation: speed2 10s linear infinite;
    margin-top: -66px;
}}


@media (max-width: 767px){
.slick-slide img {
    display: inline-block;
    margin-top: -110px;
   
}}


@media (max-width: 767px){
object, video {
    max-width: 80%;
    height: auto;
}}


@media (max-width: 767px){
img:not([draggable]), embed, object, video {
    max-width: 80%;
    height: auto;
}}


@media (max-width: 575px){
.hero-7 .themeholy-hero-img {
    margin-right: 60px;
}}


@media (max-width: 767px){
.header-layout1 .header-logo img {
    max-height: 40px;
    max-width: 160px;
}}


@media (max-width: 991px){
.header-layout1 .menu-area {
    padding: 15px 0;
}}

@media (max-width: 991px){
.hero-subtitle {
    margin-bottom: 0px;
}}



@media (max-width: 575px){
.hero-7 .themeholy-hero-img {
    margin-right: 60px;
    /*display: none;*/
}}


@media (max-width: 575px){
#smallIMG{
    /*display:none;*/
}}

@media (max-width: 767px){
.hero-style7 .hero-text {
    font-size: 16px;
    display: none;
    /*margin-bottom: -104px;*/
    
}}



@media (max-width: 575px){
.preloader-inner {
    
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}}

@media (max-width: 575px){
.header-button {
    display:content;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 33px;
}}


@media (min-width: 200px){
.d-xl-block {
    display: block!important;
}}




