/* GENERAL */
html, body {
    overflow-x: hidden;
    scroll-padding-top: 105px;
}
iframe {
    max-width: 100%;
}
p, li, a {
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
}
b, strong {
    font-family: inherit;
    font-weight: 700;
}
a {
    color: inherit;
}
a:hover {
    color: #f27c38;
}
.img-fluid {
    max-width: 100%;
}
.orange-btn {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    background-color: #f27c38;
    border: 1px solid #f27c38;
    color: #fff;
    width: max-content;
    padding: 18px 25px;
    min-width: 252px;
    text-align: center;
    transition: ease 1s;
}
.orange-btn:hover {
    background-color: transparent;
    color: #f27c38;
}
.orange-btn a {
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    text-decoration: none;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
/* GENERAL CSS END */
/* NAVIGATION CSS */
#header {
    position: absolute;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    z-index: 99;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-menu {
    justify-content: center;
}
.navbar-nav {
    display: block;
}
.navbar-nav li {
    display: inline-block;
    white-space: nowrap;
    float: left;
    padding: 9px;
}
.nav-menu a {
    display: block;
    text-align: left;
    position: relative;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: inherit;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
    padding: 0px;
}
.nav-menu a span {
    color: #e81223;
}
/* STICKy NAVIGATION */
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #283a37 !important;
    background-image: none !important;
}
.sticky .nav-menu a {
    color: #fff;
}
.sticky .parent.active a {
    color: #fff;
}
.sticky + .content {
    padding-top: 102px;
}
.dropdown-menu {
    border: 0px;
    border-top: 3px solid;
    border-radius: 0;
    position: absolute;
    z-index: 1000;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
/* HOME HERO */
#home-hero {
    position: relative;
}
.hero-text {
    position: absolute;
    top: 30%;
    left: 25px;
}
.hero-text h1 {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 50px;
}
.hero-text h2 {
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    color: #f27c38;
    text-transform: uppercase;
    font-size: 37px;
    line-height: 50px;
}
.hero-text h3 {
    padding-left: 10px;
    line-height: 75px;
    font-family: nature_beauty_personal_useRg;
    background-image: url(../images/hero-txt-bg.png);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;
    font-size: 33px;
    background-size: contain;
    background-position: top right;
}
.hero-text .col-md-3 {
    width: 22%;
}
.hero-block {
    display: flex;
}
.hero-block img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.hero-block h4 {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}
.hero-text .block-content p span {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #f27c38;
}
.hero-text .block-content p {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    color: #fff;
}
.hero-text .block-content p a {
    color: #fff;
    text-decoration: underline;
}
.hero-text .block-content p a:hover {
    color: #f27c38;
}
#home-one h2, .sec-title h2 {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #f27c38;
    font-size: 40px;
    line-height: 50px;
}
#home-one .icon-title, #home-two .icon-title, #home-three .icon-title, #home-four .icon-title {
    display: flex;
}
#home-one .icon-title img, #home-two .icon-title img, #home-three .icon-title img, #home-four .icon-title img {
    display: inline-block;
    float: left;
    margin-right: 25px;
}
#home-one .icon-title p, #home-two .icon-title p, #home-three .icon-title p, #home-four .icon-title p {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}
span.orange-txt.bold {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #f27c38;
}
#home-one .orange-btn, #home-four .orange-btn {
    display: inline-block;
    float: left;
    border-bottom-right-radius: 25px;
}
#home-two {
    background-image: url(../images/home-sec-3-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20%;
}
#home-testimonials {
    background-image: url(../images/home-testi-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.google-ranking .col-md-6 {
    background-color: #efefef;
    border-radius: 10px;
    width: 49%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 10px;
}
.google-ranking .col-md-6 .text-left {
    display: flex;
    width: 50%;
    justify-content: left;
    float: left;
}
.google-ranking .col-md-6 .text-right {
    display: flex;
    width: 50%;
    justify-content: right;
    float: right;
}
.google-ranking .text-right .orange-btn {
    margin: 0 0 0 auto;
}
.google-ranking .fb-ranking .blue-btn {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    background-color: #395da8;
    border: 1px solid #395da8;
    color: #fff;
    width: max-content;
    padding: 18px 25px;
    min-width: 205px;
    text-align: center;
    transition: ease 1s;
}
.google-ranking .fb-ranking .blue-btn:hover {
    background-color: transparent;
    color: #395da8;
}
.google-ranking .fb-ranking .blue-btn a {
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

/* TESTIMONIALS SLIDER */
.testimonial {
   background: #efefef;
   text-align: center;
   padding: 30px 30px 50px;
   margin: 0 15px 100px;
   position: relative;
   margin-top: 50px;
}
.testimonial:before,
.testimonial:after {
   content: "";
   border-top: 40px solid #efefef;
   border-right: 125px solid transparent;
   position: absolute;
   bottom: -40px;
   left: 0;
}

.testimonial:after {
   border-right: none;
   border-left: 125px solid transparent;
   left: auto;
   right: 0;
}

.testimonial .icon {
   display: inline-block;
   font-size: 80px;
   color: #f28a0b;
   margin-bottom: 20px;
   opacity: 0.6;
}

.testimonial .description {
   font-size: 16px;
   color: #000;
   text-align: left;
   margin-bottom: 15px;
   font-family: 'Mulish', sans-serif;
   font-weight: 400;
   min-height: 145px;
}

.testimonial .testimonial-content{
   width: 100%;
   position: absolute;
   left: 0;
   top: 295px;
}

.testimonial .pic {
   display: inline-block;
   border: 4px solid #fff;
   border-radius: 50%;
   box-shadow: 0 0 2px 2px #f27c38;
   overflow: hidden;
   z-index: 1;
   position: relative;
}

.testimonial .pic img {
   width: 40px;
   height: 40px;
}

.testimonial .title {
   font-size: 15px;
   font-weight: bold;
   color: #fff;
   text-transform: capitalize;
   margin: 0 0 5px 0;
}

.testimonial .post {
   display: block;
   font-size: 14px;
   color: #ffd9b8;
}
.owl-carousel {
   display: block;
}
.owl-theme .owl-controls {
   margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f27c38 !important; 
}
#home-five .row {
    position: relative;
}
#home-five .dark {
    background-color: #283a37;
    position: relative;
    padding-left: 50px;
    padding-top: 56px;
}
#home-five .dark .slanted {
    border-left: 115px solid #283a37;
    transform: skewX(-15deg);
    position: absolute;
    top: 0;
    left: -55px;
    height: 100%;
    display: flex;
}
#home-five .dark ul img {
    display: block;
    float: left;
    margin-right: 25px;
}
#home-five .dark ul li {
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    list-style: none;
}
#footer {
    background-color: #070a09;
}
#footer .contact-form {
    padding: 25px;
    background-color: #f27c38;
    border-top-right-radius: 75px;
}
#footer .contact-form h4 {
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
#footer .form {
    display: flex;
}
#footer .form label {
    color: #fff;
    padding-bottom: 5px;
}
#footer .form input {
    width: 100%;
    width: 100%;
    border: none;
    padding: 5px;
    border-radius: 2.5px;
}
#footer .form .button {
    background-color: #283a37;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
}
#footer .orange-txt {
    color: #f27c38;
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
.foo-contact {
    padding-inline-start: 0;
}
.foo-contact img {
    display: inline-block;
    float: left;
}
.foo-contact li {
    list-style: none;
    color: #fff;
    padding-inline-start: 35px;
}
.foo-contact .address, .foo-contact .mail, .foo-contact .ph {
    display: flex;
    align-items: center;
}
.widget-three .quick-links ul {
    padding-inline-start: 0;
}
.widget-three .quick-links ul li {
    list-style: none;
    padding-bottom: 5px;
}
.widget-three .quick-links ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.widget-three .quick-links ul li a span {
    color: #e81223;
}
#foo-copy-right {
    background-color: #000000;
}
#foo-copy-right p {
    color: #fff;
    margin-bottom: 0;
}
#foo-copy-right a {
    text-decoration: none;
    color: #fff;
}
#single-blog #header {
    background-color: #283a37;
    position: relative;
}
.inner-pg #breadcrumbs {
    background-image: url(../images/breadcrumbs-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#breadcrumbs .breadcrumb-title {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
}
#breadcrumbs .breadcrumbs-item {
    padding-inline-start: 0;
}
#breadcrumbs .breadcrumbs-item li {
    list-style: none;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    text-transform: uppercase;
}
#blog-content h2 {
    font-size: 34px;
    font-family: inherit;
    font-weight: 700;
}
#blog-archive .blog-title h2 {
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
#blog-archive .blog-image img {
    border-radius: 25px;
}
.blog-read-more .orange-btn {
    padding: 10px 25px;
    border-top-right-radius: 25px;
}