/*==============================================
          Yoga Website Stylesheet
           Body Core Stylesheet
===============================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    will-change: scroll-position;
}

body,
html {
    height: 100%;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0px;
    padding: 0px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

li {
    display: inline-block;
}

a {
    cursor: pointer;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

hr {
    margin-bottom: 0;
}

.container-fluid {
    padding: 0;
}

/*-- scroll to top ---*/

#return-to-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
    z-index: 9999;
    display: block;
    position: fixed;
    background: #54a50f;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.3s ease;
    will-change: transform, opacity;
    transform: translateZ(0);
}

#return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    transition: all 0.3s ease;
    will-change: transform;
}

#return-to-top:hover {
    background: #54a50f;
}

#return-to-top:hover i {
    color: #ffffff;
    top: 5px;
}

::placeholder {
    font-size: 14px;
    font-style: italic;
}

:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
}

:-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
}

::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
}

::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
}

.blog figure img:hover,
.blog-page figure img:hover {
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/*======================
     Nav-bar Styles
======================*/

header {
    height: auto;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    transition: all 0.3s ease;
    will-change: transform, background-color;
    transform: translateZ(0);
}

.header {
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

header .logo {
    text-align: center;
}

header .social-icons {
    float: right;
    position: relative;
}



header .social-icons i {
    font-size: 30px;
    color: white;
    margin-left: 8px;
    
}

.square {
    height: auto;
    width: 50px;
    margin-top: 4px;
}

.sticky {
    z-index: 99;
    position: fixed;
    font-weight: 600;
    top: 0;
    width: 100%;
    background: rgba(73, 160, 3, 0.94);
    padding: 10px 0 !important;
    transition: all 0.3s ease;
    will-change: transform;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
}

.sticky img {
    transition-duration: 0.5s;
    padding: 6px 0;
}

.sticky .header {
    transition-duration: 0.5s;
}

.sticky .social-icons {
    transition-duration: 0.5s;
}

header .social-icons i:hover {
    color: #000000;
}

.sticky p {
    font-size: 12px;
    letter-spacing: 3px;
}

.affix {
    top: 0;
    z-index: 9999 !important;
}

.affix+.container {
    padding-top: 70px;
}

.slide-menu .fa-bars {
    font-size: 28px;
    margin-left: 28px;
    float: right;
    color: #ffffff;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8392156862745098);
    overflow-x: hidden;
    transition: width 0.3s ease;
    padding-top: 70px;
    will-change: width;
    transform: translateZ(0);
}

.sidenav.hided {
    width: 0;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover,
.sidenav .active {
    color: #49a003;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.slide-menu {
    cursor: pointer;
}

nav p {
    color: rgba(255, 255, 255, 0.71);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 4px;
    margin-bottom: 0;
}

nav span {
    color: rgb(255, 255, 255);
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

nav .another {
    margin-top: 5px;
}

header .border-img {
    position: absolute;
    opacity: 0.4;
    bottom: -25px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
        z-index: 9999;
    }

    .sidenav a {
        font-size: 14px;
    }
}

/* .testheight Not required - unless testing ;) */

.testheight {
    height: 1200px;
    font-size: 20px;
    text-align: center;
    padding: 100px 20px;
}

.scrolltop {
    display: none;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: rgb(255, 255, 0);
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover {
    background: rgb(0, 0, 0);
    color: white;
    transition: 0.5s;
    -moz-transition: -1.5s;
    -webkit-transition: -1.5s;
    -o-transition: -1.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

/*==================== 
    Banner Styles
====================*/

.banner-home {
    width: 100%;
    height: 100vh;
    display: flex;
    color: #fff;
    position: relative;
    padding-top: 180px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../images/banner.jpg);
    align-items: center;
    will-change: transform;
    transform: translateZ(0);
}

.banner-another {
    width: 100%;
    height: 300px;
    display: flex;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../images/banner.jpg);
}

.banner-another:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url("../images/background-white-color.png");
    bottom: -10px;
    left: 0;
    position: absolute;
    display: inline-block;
}

.banner-home .gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dff0000', endColorstr='#4dfff000', GradientType=1);
}

.banner-home:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url("../images/background-white-color.png");
    bottom: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}

.banner-home h1 {
    padding: 0;
    font-size: 60px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #fff;
    letter-spacing: -3px;
}

.banner-home h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.banner-home p {
    font-size: 16px;
    font-weight: 500;
}

.banner-home i {
    font-size: 25px;
    margin-right: 15px;
}

.banner-home .btn-success {
    font-size: 22px;
    padding: 15px 28px;
    margin: 30px 0;
    font-weight: 700;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: transparent;
    border-color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.banner-home .btn-success:hover {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/*==================== 
    About Styles
====================*/

.about {
    width: 100%;
    height: auto;
    padding-top: 0;

}

.about img {
    width: 100%;
    height: auto;
}

.about .heading {
    text-align: center;
    padding-bottom: 70px;
}

.about .heading h2 {
    font-size: 56px;
}

.about .heading h3 {
    color: #f26522;
    font-size: 30px;
    font-family: 'Old Standard TT', serif;
}

.about .heading img {
    width: 80px;
    height: 80px
}

.circle {
    position: relative;
    display: block;
    background-color: transparent;
    color: #000;
    text-align: center;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    font-family: 'Old Standard TT', serif;
}

.about .circle .gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: -moz-linear-gradient(left, rgba(40, 159, 46, 0.7) 0%, rgba(75, 237, 11, 0.7) 100%);
    background: -webkit-linear-gradient(left, rgba(60, 159, 40, 0.7) 0%, rgba(11, 101, 237, 0.7) 100%);
    background: linear-gradient(to right, rgba(40, 159, 40, 0.7) 0%, rgba(11, 203, 237, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b33c289f', endColorstr='#b30b5eed', GradientType=1);
}


.circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #ddd;
    content: "";

}

.circle_1:after {
    background-image: url("../images/new/IMG_4431.jpg");
    background-size: cover;
    background-position: center;
}

.circle_2:after {
    background-image: url("../images/new/IMG_4363\ \(1\).JPG");
    background-size: cover;
    background-position: center;
}

.circle_3:after {
    background-image: url("../images/new/IMG_4339\ \(1\).JPG");
    background-size: cover;
    background-position: center;
}

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
    border: 20px solid white;
    border-radius: 50%;
}

.circle__content {
    display: table-cell;
    padding: 1em;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
}

.about .circle__content h4 {
    font-size: 24px;
    padding-bottom: 15px;
}

.about .circle__content h4 a {
    color: #ffffff;
    filter: drop-shadow(1px 1px 1px black);
}

.about .circle__content h4 span {
    font-size: 22px;
    font-style: italic;
}

.about .circle__content p {
    font-size: 14px;
    padding: 0 40px;
    margin-bottom: 0;
}

.about .circle__content p a {
    color: #ffffff;
    filter: drop-shadow(1px 1px 1px black);
}

/*==================== 
    section-4 Styles
====================*/

.section-4 {
    width: 100%;
    height: auto;
    background: #000;
    color: #ffffff;
    padding: 0;
    overflow: hidden;
}

.section-4 .container-fluid {
    padding: 0;
}

.section-4 .row {
    margin: 0;
}

.section-4-content {
    padding: 60px 50px;
}

.section-4-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.section-4-content h3 {
    font-size: 20px;
    color: #f7941d;
    font-weight: 400;
    margin-bottom: 40px;
}

.section-4-images {
    margin-bottom: 30px;
}

.section-4-images img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 5px;
}

.section-4-description p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ffffff;
}

.section-4-buttons {
    margin-top: 30px;
}

.section-4-buttons .btn {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 25px;
    margin-right: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.section-4-buttons .btn-outline-light {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

.section-4-buttons .btn-outline-light:hover {
    background: #ffffff;
    color: #000;
}

.section-4-buttons .btn-success {
    background: linear-gradient(45deg, #28a745, #20c997);
    border: none;
    color: #ffffff;
}

.section-4-buttons .btn-success:hover {
    background: linear-gradient(45deg, #218838, #1ea080);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
}

.section-4-side-image {
    height: 100%;
    min-height: 600px;
    position: relative;
}

.section-4-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-home-another {
    height: 0px;
}

/*==================== 
    Services Styles
====================*/

.services {
    width: 100%;
    height: auto;
    background: #f8f9fa;
    padding: 0;
    overflow: hidden;
}

.services .container-fluid {
    padding: 0;
}

.services .row {
    margin: 0;
}

.services-side-image {
    height: 100%;
    min-height: 600px;
}

.services-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-content {
    padding: 60px 50px;
}

.services-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.2;
}

.services-content h3 {
    font-size: 20px;
    color: #666;
    font-weight: 400;
    margin-bottom: 25px;
}

.services-description p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
}

.services-list {
    margin-top: 20px;
}

.services-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list ul li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.services-list ul li:last-child {
    border-bottom: none;
}

.services-list ul li i {
    color: #5ba17a;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}

.services-list ul li span {
    flex: 1;
}

.services-list ul li a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.services-list ul li a:hover {
    color: #5ba17a;
}

/*==================== 
    Blog Styles
====================*/

.blog {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    font-family: 'Old Standard TT', serif;
}

.blog:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

.blog img {
    width: 100%;
    height: auto;
}

.blog .heading {
    text-align: center;
    padding-bottom: 70px;
}

.blog .heading h2 {
    font-size: 56px;
}

.blog .heading h3 {
    font-size: 30px;
}

.blog .heading img {
    width: 80px;
    height: 80px
}

.blog figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
}

.blog h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.blog h4 a {
    color: #000000;
}

.blog h4 b {
    color: #000000;
}

.blog .inner-content {
    padding-right: 40px;
}

.blog p {
    font-size: 13px;
    padding-top: 20px
}

.blog figure {
    margin: 0 0 4rem;
}

.blog p span {
    display: block;
}

.blog .button {
    text-align: center;
}

.blog .button .btn-success {
    font-size: 22px;
    padding: 10px 40px;
    margin: 30px 0;
    font-weight: 600;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: transparent;
    color: #000000;
    border: 1px solid #b6b6b7;
    box-shadow: 0 4px 15px rgba(182, 182, 183, 0.2);
    transition: all 0.3s ease;
}

.blog .button .btn-success:hover {
    color: #ffffff;
    background-color: #b6b6b7;
    border: 1px solid #b6b6b7;
    box-shadow: 0 6px 20px rgba(182, 182, 183, 0.4);
    transform: translateY(-2px);
}

/*=== Blog-page Styles ===*/

.blog-page {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
    font-family: 'Old Standard TT', serif;
}

.blog-page:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

.blog-page img {
    width: 100%;
    height: auto;
}

.blog-page .heading {
    text-align: center;
    padding-bottom: 70px;
}

.blog-page .heading h2 {
    font-size: 56px;
}

.blog-page .heading h3 {
    font-size: 30px;
}

.blog-page .heading img {
    width: 80px;
    height: 80px
}

.blog-page figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
}

.blog-page h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.blog-page .inner-content {
    padding-right: 40px;
}

.blog-page p {
    font-size: 13px;
    padding-top: 20px
}

.blog-page figure {
    margin: 0 0 4rem;
}

.blog-page p span {
    display: block;
}

.blog-page .button {
    text-align: center;
}

.blog-page .button .btn-success {
    font-size: 16px;
    padding: 15px 40px;
    margin: 30px 0;
    font-weight: 600;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: transparent;
    color: #000;
    border: 2px solid #b6b6b7;
}

.blog-page .button .btn-success:hover {
    color: #ffffff;
    background-color: #b6b6b7;
    border: 2px solid #b6b6b7;
}


/*==================== 
    Contact Styles
====================*/

.contact {
    width: 100%;
    height: auto;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/contact-bg.jpg");
    font-family: 'Old Standard TT', serif;

}

.contact .gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.89) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.89) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3000000', endColorstr='#e3000000', GradientType=1);
}

.contact address span {
    color: #49a003;
    font-weight: 600;
}

.contact .columns-1 {
    text-align: center;
    border-right: 1px solid #333230;
}

.contact .columns-1,
.contact .columns-2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact h2 {
    font-size: 48px;
    padding-bottom: 30px;
}

.contact address p:nth-child(1),
.contact address p:nth-child(2) {
    font-size: 20px;
}


.contact address p:nth-child(3) {
    font-size: 18px;
}

.contact address p:nth-child(4) {
    font-size: 22px;
}

.form-inline .form-control {
    font-size: 16px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 10px;
    margin-bottom: 20px;
    border: 0;
}

.contact form .btn-primary,
.contact form .btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 100px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 50px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.contact form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.contact form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

/* copyright */

.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Old Standard TT', serif;
}

.copyright .nav-link {
    color: #ffffff;
    font-style: italic;
    letter-spacing: 1px;
}

.copyright .right-part {
    padding-top: 5px;
}

.copyright p {
    font-size: 16px;
    margin-bottom: 0;
}

.copyright ul,
.copyright p {
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
}

.copyright p a {
    color: #f5f500;
}

.copyright p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.copyright .border-img img {
    width: 100%;
    padding-bottom: 30px;
    object-fit: cover;
    opacity: 0.2;
}

/*===========================
        About Styles
============================*/

#about-us {
    border-bottom: 1px solid gray;
    padding-top: 20px;
    padding-bottom: 200px;
    position: relative;
    background-color: #fff;
}

#about-us:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

#about-us h5 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

#about-us h5 a {
    color: #000;
}

#about-us h5 span {
    padding: 0 10px;
}

#about-us h3 {
    color: #000000;
    font-size: 56px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Old Standard TT', serif;
}

#about-us p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 40px;
}

#about-us .image {
    width: 100%;
    height: 394px;
    margin-bottom: 52px;
}

#about-us .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    object-fit: cover;
}

/*========================
      Services-Page
=========================*/

#services {
    padding-top: 30px;
    padding-bottom: 200px;
    position: relative;
    font-family: 'Old Standard TT', serif;
}

#services .part-1,
.part-2,
.part-3 {
    padding-bottom: 50px;
}

#services:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

#services .fa-envira {
    color: #54a50f;
    font-size: 25px;
    margin-right: 10px;
}

#services h2 {
    color: #000;
    font-size: 56px;
    padding-bottom: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

#services .heading {
    padding-bottom: 0;
}

#services img {
    width: 92%;
    height: 350px;
    object-fit: cover;
}

#services .heading h3 {
    color: #000;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

#services p {
    font-size: 22px;
    line-height: 2;
    font-weight: 400;
    color: #000;
}

#services .heading {
    padding-bottom: 30px;
}

#services .col1 {
    margin-top: -10px;
}

/*========================
      Products-Page
=========================*/

#products {
    padding-top: 30px;
    padding-bottom: 200px;
    position: relative;
    font-family: 'Old Standard TT', serif;
}

#products .part-1,
.part-2,
.part-3 {
    padding-bottom: 50px;
}

#products:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

#products .fa-envira {
    color: #54a50f;
    font-size: 25px;
    margin-right: 10px;
}

#products h2 {
    color: #000;
    font-size: 56px;
    padding-bottom: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

#products .heading {
    padding-bottom: 0;
}

#products img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#products .heading h3 {
    color: #000;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

#products p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
}

#products .heading {
    padding-bottom: 30px;
}

#products .col1 {
    margin-top: -8px;
}

/*========================
      Rates-Page
=========================*/

#rates {
    padding-top: 30px;
    padding-bottom: 200px;
    position: relative;
    font-family: 'Old Standard TT', serif;
}

#rates .part-1,
.part-2,
.part-3 {
    padding-bottom: 50px;
}

#rates:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

#rates .fa-envira {
    color: #54a50f;
    font-size: 25px;
    margin-right: 10px;
}

#rates h6 {
    font-size: 18px;
    line-height: 35px;
}

#rates h6 span {
    display: block;
    font-size: 24px;
}

#rates h2 {
    color: #000;
    font-size: 56px;
    padding-bottom: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

#rates .heading {
    padding-bottom: 0;
}

#rates img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#rates .heading h3 {
    color: #000;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

#rates p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
}

#rates .heading {
    padding-bottom: 30px;
}

#rates .col1 {
    margin-top: -8px;
}

/*===========================
        blog_single Styles
============================*/

#blog_single {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #fff;
}

#blog_single h3 span {
    display: block;
}

#blog_single h3 {
    color: #000000;
    font-size: 56px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Old Standard TT', serif;
}

.inner-text h4 {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
}

.inner-text h4 a {
    color: #000;
}

.inner-text span {
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid gray;
}

/*-- social buttons --*/

.mbm_social {
    padding: 0;
    font-size: 0;
    background: #fff;
    margin-bottom: 50px;
    text-align: center;
}

.mbm_social li {
    display: inline-block;
    margin: 5px;
}

.mbm_social a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 px;
    width: 116px;
    height: 31px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
}

.mbm_social a:hover {
    color: #fff;
}

.mbm_social a:hover .tooltip {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, -33px);
    transform: translate(0, -33px);
}

.mbm_social a:active {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.mbm_social .tooltip {
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 50%;
    z-index: 1;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mbm_social .tooltip span {
    font-size: 10px;
    font-weight: bold;
    left: -50%;
    line-height: 1;
    padding: 6px 8px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.mbm_social .tooltip span:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
}

.mbm_social .social-twitter {
    background: #00abdc;
    border-radius: 5px;
    background: -webkit-linear-gradient(#00abdc, #00abdc);
    background: linear-gradient(#00abdc, #00abdc);
    border-bottom: 1px solid #00abdc;
}

.mbm_social .social-twitter:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #00abdc;
}

.mbm_social .social-twitter span {
    background: #00abdc;
    background: -webkit-linear-gradient(#00abdc, #00abdc);
    background: linear-gradient(#00abdc, #00abdc);
    color: #fff;
}

.mbm_social .social-twitter span:after {
    border-top-color: #00abdc;
}

.mbm_social .social-facebook {
    background: #325c94;
    border-radius: 5px;
    background: -webkit-linear-gradient(#4562a0, #385693);
    background: linear-gradient(#4562a0, #385693);
    border-bottom: 1px solid #2f487c;
}

.mbm_social .social-facebook:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #2f487c;
}

.mbm_social .social-facebook span {
    background: #3b5a9b;
    background: -webkit-linear-gradient(#5873aa, #3b5a9b);
    background: linear-gradient(#5873aa, #3b5a9b);
    color: #fff;
}

.mbm_social .social-facebook span:after {
    border-top-color: #325c94;
}

.mbm_social .social-google-plus {
    background: #cb2027;
    background: -webkit-linear-gradient(#cb2027, #cb2027);
    background: linear-gradient(#cb2027, #cb2027);
    border-bottom: 1px solid #cb2027;
}

.mbm_social .social-google-plus:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #ea4335;
}

.mbm_social .social-google-plus span {
    background: #cb2027;
    background: -webkit-linear-gradient(#cb2027, #cb2027);
    background: linear-gradient(#cb2027, #cb2027);
    color: #fff;
}

.mbm_social .social-google-plus span:after {
    border-top-color: #cb2027;
}

.mbm_social i {
    position: relative;
    top: 1px;
    font-size: 14px;
}

.mbm_social small {
    font-size: 14px;
    margin: 0 0 0 16px;
}

#blog_single p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 40px;
}

#blog_single .image {
    width: 100%;
    height: 394px;
    margin-bottom: 52px;
}

#blog_single .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    object-fit: cover;
}

/*=== Blog-page Styles ===*/

.blog-page-another {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
    font-family: 'Old Standard TT', serif;
}

.blog-page-another:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

.blog-page-another img {
    width: 100%;
    height: auto;
}

.blog-page-another .heading {
    text-align: center;
    padding-bottom: 70px;
}

.blog-page-another .heading h2 {
    font-size: 56px;
}

.blog-page-another .heading h3 {
    font-size: 30px;
}

.blog-page-another .heading img {
    width: 80px;
    height: 80px
}

.blog-page-another figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-page-another h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.blog-page-another .inner-content {
    padding-right: 40px;
}

.blog-page-another p {
    font-size: 13px;
    padding-top: 20px
}

.blog-page-another figure {
    margin: 0 0 4rem;
}

.blog-page-another p span {
    display: block;
}

.blog-page-another .button {
    text-align: center;
}

.blog-page-another .button .btn-success {
    font-size: 16px;
    padding: 15px 40px;
    margin: 30px 0;
    font-weight: 600;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: transparent;
    color: #cccccc;
    border: 2px solid #b6b6b7;
}

.blog-page-another .button .btn-success:hover {
    color: #ffffff;
    background-color: #b6b6b7;
    border: 2px solid #b6b6b7;
}

@media(max-width:1440px) {
    .banner-home {
        height: 680px;
        padding-top: 120px;
    }

    .section-4-content {
        padding: 50px 40px;
    }

    .section-4-content h2 {
        font-size: 42px;
    }

    .section-4-images img {
        height: 160px;
    }

    .services .gradient {
        width: 92%;
    }

    .banner-home h1 {
        font-size: 45px;
        padding-bottom: 5px;
    }

    .banner-home h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    header {
        padding: 15px 0;
    }

    .banner-home p {
        margin-bottom: 10px;
    }

    .banner-home i {
        font-size: 20px;
    }

    .banner-home .btn-success {
        font-size: 18px;
        padding: 10px 25px;
        margin: 30px 0;
        font-weight: 600;
    }

    .services p {
        padding-right: 220px;
    }
}

.container {
    margin-top: 20px;
}

@media(max-width:1024px) {
    .container {
        max-width: 100%;
    }

    .sidenav a {
        font-size: 16px;
    }

    #about-us h3 {
        color: #000000;
        font-size: 36px;
        padding-top: 0;
    }

    #about-us {
        padding-bottom: 100px;
    }

    #about-us .thumbnail {
        margin-bottom: 30px;
        height: 300px;
    }

    #about-us p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    #services h3 {
        font-size: 32px;
    }

    #services .part-1 img,
    .part-2 img,
    .part-3 img {
        padding-bottom: 0;
    }

    #services h4 {
        font-size: 14px;
    }

    #services p {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    #services {
        padding: 50px 0;
    }

    #services .heading h3 {
        font-size: 54px;
    }

    #services img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    #services h2 {
        font-size: 44px;
    }

    #services .heading h3 {
        font-size: 30px;
        padding-bottom: 0;
    }

    nav p {
        font-size: 12px;
        letter-spacing: 2px;
    }

    nav img {
        width: 50%;
    }

    .sticky img {
        width: 34%;
        padding: 8px 0;
    }

    header .social-icons i {
        font-size: 30px;
    }

    .banner-home {
        height: 550px;
        padding-top: 70px;
    }

    .banner-home h1 {
        font-size: 42px;
        padding-bottom: 5px;
    }

    .banner-home h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .banner-home p {
        margin-bottom: 5px;
    }

    .banner-home .btn-success {
        font-size: 14px;
        padding: 8px 20px;
        margin: 15px 0;
        font-weight: 500;
    }

    .banner-home:after {
        bottom: -14px;
    }

    .about {
        padding-top: 40px;
        padding-bottom: 90px;
    }

    .about .heading h3 {
        font-size: 24px;
    }

    .about .heading h2 {
        font-size: 42px;
    }

    .about .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }

    .services .gradient {
        width: 88.7%;
    }

    .services h2 {
        font-size: 42px;
        padding-bottom: 5px;
    }

    .services h3 {
        font-size: 26px;
    }

    .services p {
        font-size: 18px;
        padding-right: 0;
    }

    .services a {
        font-size: 19px;
    }

    .services ul li span {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .services-side-image {
        min-height: 500px;
    }

    .services-content {
        padding: 50px 40px;
    }

    .services-content h2 {
        font-size: 42px;
    }

    .services-content h3 {
        font-size: 18px;
    }

    .services-description p {
        font-size: 15px;
    }

    .about .circle__content p {
        font-size: 10px;
        letter-spacing: 0.5px;
    }

    .about .circle__content h4 {
        font-size: 14px;
    }

    .section-4-content {
        padding: 40px 30px;
    }

    .section-4-content h2 {
        font-size: 36px;
    }

    .section-4-content h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .section-4-images img {
        height: 140px;
    }

    .section-4-description p {
        font-size: 15px;
    }

    .section-4-side-image {
        min-height: 500px;
    }

    .blog .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }

    .blog .heading h2 {
        font-size: 42px;
    }

    .blog .heading h3 {
        font-size: 24px;
    }

    .blog {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .blog h4 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 15px;
    }

    .blog p {
        font-size: 13px;
        padding-top: 10px;
    }

    .blog figure {
        margin: 0 0 1rem;
    }

    .blog .button .btn-success {
        font-size: 14px;
        padding: 10px 30px;
        margin: 20px 0;
    }

    .contact h2 {
        font-size: 42px;
        padding-bottom: 20px;
    }

    .copyright {
        padding-top: 20px;
    }

    .copyright .border-img img {
        padding-bottom: 10px;
    }

    .copyright p {
        font-size: 16px;
    }

    .blog-page-another .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }

    .blog-page-another .heading h2 {
        font-size: 42px;
    }

    .blog-page-another .heading h3 {
        font-size: 24px;
    }

    .blog-page-another {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .blog-page-another h4 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 15px;
    }

    .blog-page-another p {
        font-size: 13px;
        padding-top: 10px;
    }

    .blog-page-another figure {
        margin: 0 0 1rem;
    }

    .button .btn-success {
        font-size: 14px;
        padding: 10px 30px;
        margin: 20px 0;
    }

    #blog_single h3 {
        font-size: 36px;
        padding-top: 0;
        padding-bottom: 20px;
    }

    #blog_single .image {
        height: 300px;
        margin-bottom: 30px;
    }

    #blog_single p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .banner-another {
        width: 100%;
        height: 200px;
    }

    #products h2 {
        font-size: 46px;
    }

    #products img {
        width: 100%;
        height: 225px;
    }

    #products {
        padding-bottom: 100px;
    }

    #rates h2 {
        font-size: 46px;
    }

    #rates img {
        width: 100%;
        height: 225px;
    }

    #rates {
        padding-bottom: 100px;
    }

    .blog-page .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }

    .blog-page .heading h2 {
        font-size: 42px;
    }

    .blog-page .heading h3 {
        font-size: 24px;
    }

    .blog-page {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .blog-page h4 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 15px;
    }

    .blog-page p {
        font-size: 13px;
        padding-top: 10px;
    }

    .blog-page figure {
        margin: 0 0 1rem;
    }

    .blog-page .button .btn-success {
        font-size: 14px;
        padding: 10px 30px;
        margin: 20px 0;
    }
}

@media(max-width:786px) {
    .sidenav a {
        font-size: 14px;
    }

    #about-us h5 {
        font-size: 14px;
    }

    #about-us h3 {
        font-size: 26px;
    }

    #about-us p {
        font-size: 12px;
    }

    #about-us {
        padding-bottom: 50px;
    }

    #services p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .circle__wrapper {
        border: 8px solid white;
        padding: 10px;
    }

    .about {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    #about-us p {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .about .circle__content h4 {
        font-size: 19px;
        padding-bottom: 5px;
    }

    .about .circle__content p {
        font-size: 12px;
        padding: 0;
    }

    .about .heading {
        padding-bottom: 50px;
    }

    .services h2 {
        font-size: 32px;
    }

    .services p {
        font-size: 16px;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .services p {
        padding-right: 0;
    }

    .services .right-part {
        padding-top: 40px;
        padding-left: 15px;
    }

    .services a {
        font-size: 17px;
    }

    .services .fa {
        padding-top: 5px;
    }

    .services h3 {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .services-side-image {
        min-height: 400px;
        margin-bottom: 30px;
    }

    .services-content {
        padding: 40px 25px;
    }

    .services-content h2 {
        font-size: 32px;
    }

    .services-content h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .services-description p {
        font-size: 14px;
    }

    .services-list ul li {
        padding: 12px 0;
    }

    .services-list ul li a {
        font-size: 15px;
    }

    .section-4-content {
        padding: 40px 25px;
    }

    .section-4-content h2 {
        font-size: 32px;
    }

    .section-4-content h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .section-4-images img {
        height: 120px;
        margin-bottom: 10px;
    }

    .section-4-description p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .section-4-buttons .btn {
        padding: 10px 20px;
        font-size: 12px;
        margin-right: 10px;
    }

    .section-4-side-image {
        min-height: 400px;
        margin-top: 30px;
    }

    .blog {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .blog figure img {
        height: 150px;
    }

    .blog h4 {
        padding-right: 100px;
    }

    .blog .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }

    .blog .heading h3 {
        font-size: 24px;
    }

    .blog .heading h2 {
        font-size: 42px;
    }

    .blog figure {
        margin: 0 0 2rem;
    }

    .blog .button .btn-success {
        font-size: 18px;
        padding: 8px 25px;
        margin: 10px 0;
        font-weight: 500;
    }

    .contact form {
        text-align: center;
    }

    .contact h2 {
        font-size: 26px;
        text-align: center;
        padding-bottom: 30px;
    }

    .contact address p:nth-child(1),
    .contact address p:nth-child(2) {
        font-size: 18px;
    }

    .contact .columns-1,
    .contact .columns-2 {
        margin-top: 80px;
    }

    .contact .columns-2 {
        margin-top: 30px;
    }

    .copyright ul,
    .copyright p {
        text-align: center;
        font-size: 17px;
    }

    .copyright {
        text-align: center;
    }

    #services h2 {
        font-size: 38px;
    }

    #services .heading h3 {
        font-size: 26px;
    }

    #services .fa-envira {
        font-size: 22px;
    }

    #products img {
        width: 100%;
        height: 270px;
    }

    #products p {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 30px;
        font-weight: 400;
        color: #000;
    }

    #products h2 {
        font-size: 40px;
    }

    #products .heading h3 {
        font-size: 25px;
        padding-bottom: 0;
    }

    #products {
        padding-bottom: 50px;
    }

    .blog-page {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .blog-page figure img {
        height: 150px;
    }

    .blog-page h4 {
        padding-right: 100px;
    }

    .blog-page .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }

    .blog-page .heading h3 {
        font-size: 24px;
    }

    .blog-page .heading h2 {
        font-size: 42px;
    }

    .blog-page figure {
        margin: 0 0 2rem;
    }

    .blog-page .button .btn-success {
        font-size: 18px;
        padding: 8px 25px;
        margin: 10px 0;
        font-weight: 500;
    }

    #rates img {
        width: 100%;
        height: 270px;
    }

    #rates p {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 30px;
        font-weight: 400;
        color: #000;
    }

    #rates h2 {
        font-size: 40px;
    }

    #rates .heading h3 {
        font-size: 25px;
        padding-bottom: 0;
    }

    #rates {
        padding-bottom: 50px;
    }

    .blog-page-another figure img {
        height: 150px;
    }

    .blog-page-another h4 {
        padding-right: 100px;
    }

    .blog-page-another .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }

    .blog-page-another .heading h3 {
        font-size: 24px;
    }

    .blog-page-another .heading h2 {
        font-size: 42px;
    }

    .blog-page-another figure {
        margin: 0 0 2rem;
    }

    .blog-page-another .button .btn-success {
        font-size: 18px;
        padding: 8px 25px;
        margin: 10px 0;
        font-weight: 500;
    }

    #blog_single h3 {
        font-size: 26px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    #blog_single .image {
        height: 250px;
        margin-bottom: 20px;
    }

    #blog_single {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .blog-page-another .heading {
        padding-bottom: 40px;
    }

    #blog_single p {
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .inner-text h4 {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .mbm_social a {
        width: 85px;
        height: 25px;
    }

    .mbm_social i {
        top: 0.5px;
        font-size: 12px;
    }

    .mbm_social small {
        font-size: 12px;
    }
}

@media(max-width:425px) {
    nav img {
        width: 30%;
    }

    .banner-home {
        height: 450px;
    }

    .banner-home h1 {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .banner-home h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .banner-home p {
        font-size: 18px;
    }

    .left-side {
        display: none;
    }

    .about .circle__content h4 {
        font-size: 34px;
        padding-bottom: 25px;
    }

    .circle__wrapper {
        border: 20px solid white;
        padding: 0;
    }

    .circle {
        margin-bottom: 25px;
    }

    .about .circle__content p {
        font-size: 14px;
        padding: 0 40px;
    }

    #about-us h3 {
        padding-bottom: 20px;
    }

    .banner-another {
        height: 150px;
    }

    .about .heading h3 {
        font-size: 16px;
    }

    #about-us h5 span {
        padding: 0 5px;
    }

    .about .heading h2 {
        font-size: 28px;
    }

    #about-us h3 {
        font-size: 24px;
    }

    #about-us .image {
        height: 200px;
    }

    #services .heading h3 {
        font-size: 26px;
    }

    #services img {
        object-fit: cover;
        height: 200px;
    }

    #services {
        padding: 30px 0;
    }

    #services .part-1,
    .part-2,
    .part-3 {
        padding-bottom: 30px;
    }

    #services .part-1 img,
    .part-2 img,
    .part-3 img {
        padding-bottom: 20px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .section-4-content {
        padding: 30px 15px;
    }

    .section-4-content h2 {
        font-size: 28px;
    }

    .section-4-content h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .section-4-images img {
        height: 100px;
    }

    .section-4-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .section-4-side-image {
        min-height: 300px;
    }

    header .logo {
        text-align: left;
    }

    .services-side-image {
        min-height: 300px;
        margin-bottom: 20px;
    }

    .services-content {
        padding: 30px 15px;
    }

    .services-content h2 {
        font-size: 28px;
    }

    .services-content h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .services-description p {
        font-size: 13px;
    }

    .services-list ul li {
        padding: 10px 0;
    }

    .services-list ul li a {
        font-size: 14px;
    }

    .services-list ul li i {
        font-size: 16px;
        margin-right: 10px;
    }

    .blog .heading h2 {
        font-size: 26px;
    }

    .blog .heading h3 {
        font-size: 20px;
    }

    .blog .heading {
        text-align: center;
        padding-bottom: 20px;
    }

    .blog figure {
        margin: 0 0 1rem;
    }

    .blog .inner-content {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .blog .button .btn-success {
        font-size: 16px;
        padding: 10px 30px;
        margin: 0;
    }

    .blog h4 {
        padding-right: 0;
    }

    .contact address p:nth-child(1),
    .contact address p:nth-child(2) {
        font-size: 18px;
        margin-bottom: 0;
    }

    .contact address p {
        margin-bottom: 0;
    }

    .contact h2 {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .form-inline .form-control {
        font-size: 14px;
        padding: 10px 10px;
        margin-bottom: 0;
        border: 0;
    }

    .contact form .btn-primary {
        margin: 20px 0;
    }

    .copyright .nav-link {
        padding: 5px 5px;
    }

    .copyright {
        text-align: center;
        padding-top: 0;
        padding-bottom: 20px;
    }

    a:not([href]):not([tabindex]) {
        display: none;
    }

    #products h2 {
        font-size: 36px;
    }

    #products .heading h3 {
        font-size: 24px;
    }

    #products .fa-envira {
        font-size: 22px;
    }

    #products .part-1,
    .part-2,
    .part-3 {
        padding-bottom: 30px;
    }

    #products img {
        width: 100%;
        height: 200px;
    }

    #products h2 {
        font-size: 32px;
    }

    #products p {
        font-size: 14px;
        line-height: 26px;
        font-weight: 300;
    }

    .blog-page .heading h2 {
        font-size: 25px;
    }

    .blog-page .heading h3 {
        font-size: 20px;
    }

    .blog-page .heading {
        text-align: center;
        padding-bottom: 20px;
    }

    .blog-page figure {
        margin: 0 0 1rem;
    }

    .blog-page .inner-content {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .blog-page .button .btn-success {
        font-size: 16px;
        padding: 10px 30px;
        margin: 0;
    }

    .blog-page h4 {
        padding-right: 0;
    }

    #rates h2 {
        font-size: 36px;
    }

    #rates .heading h3 {
        font-size: 24px;
    }

    #rates .fa-envira {
        font-size: 22px;
    }

    #rates .part-1,
    .part-2,
    .part-3 {
        padding-bottom: 30px;
    }

    #rates img {
        width: 100%;
        height: 200px;
    }

    #rates h2 {
        font-size: 32px;
    }

    #rates p {
        font-size: 14px;
        line-height: 26px;
        font-weight: 300;
    }

    .blog-page-another .heading h2 {
        font-size: 25px;
    }

    .blog-page-another .heading h3 {
        font-size: 20px;
    }

    .blog-page-another .heading {
        text-align: center;
        padding-bottom: 20px;
    }

    .blog-page-another figure {
        margin: 0 0 1rem;
    }

    .blog-page-another .inner-content {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .blog-page-another .button .btn-success {
        font-size: 16px;
        padding: 10px 30px;
        margin: 0;
    }

    .blog-page-another h4 {
        padding-right: 0;
    }

    #blog_single h3 {
        font-size: 22px;
    }

    .mbm_social {
        margin-bottom: 20px;
    }

    .blog-page-another {
        padding-bottom: 0;
    }
}

@media(max-width:375px) {
    .banner-home h2 {
        font-size: 17px;
    }

    .services .gradient {
        width: 92%;
    }

    .section-4-content {
        padding: 25px 15px;
    }

    .section-4-content h2 {
        font-size: 24px;
    }

    .section-4-content h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .section-4-images img {
        height: 90px;
    }

    .section-4-description p {
        font-size: 13px;
    }

    .section-4-buttons .btn {
        font-size: 11px;
        padding: 8px 15px;
    }

    .section-4-side-image {
        min-height: 250px;
    }

    .banner-home h2 {
        font-size: 17px;
    }

    .services .gradient {
        width: 92%;
    }

    .about {
        padding-bottom: 30px;
    }

    .contact address p:nth-child(4) {
        font-size: 18px;
    }

    .contact address p:nth-child(3) {
        font-size: 15px;
    }

    .contact address p:nth-child(1),
    .contact address p:nth-child(2) {
        font-size: 16px;
    }

    .contact form .btn-primary {
        margin: 12px 0;
        font-size: 14px;
        padding: 10px 40px;
    }

    .copyright .nav-link {
        padding: 1px 4px;
    }

    #services .heading h3 {
        font-size: 24px;
    }

    #services h2 {
        font-size: 34px;
    }

    #services img {
        height: 240px;
    }

    .banner-home h1 {
        font-size: 24px;
        letter-spacing: 0;
    }

    .banner-home {
        padding-top: 55px;
    }

    .about .heading h2 {
        font-size: 24px;
    }

    .about .heading h3 {
        font-size: 17px;
    }

    .about .heading {
        padding-bottom: 20px;
    }

    .services-side-image {
        min-height: 250px;
    }

    .services-content {
        padding: 25px 15px;
    }

    .services-content h2 {
        font-size: 24px;
    }

    .services-content h3 {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .services-description p {
        font-size: 12px;
    }

    .services-list ul li {
        padding: 8px 0;
    }

    .services-list ul li a {
        font-size: 13px;
    }

    .services-list ul li i {
        font-size: 14px;
    }

    .about .heading img {
        width: 50px;
        height: 50px;
    }

    .blog .heading img {
        width: 50px;
        height: 50px;
    }

    .blog .heading h2 {
        font-size: 23px;
    }

    .blog .heading h3 {
        font-size: 19px;
    }

    .blog-page .heading img {
        width: 50px;
        height: 50px;
    }

    .blog-page .heading h2 {
        font-size: 23px;
    }

    .blog-page .heading h3 {
        font-size: 19px;
    }

    .blog-page-another .heading img {
        width: 50px;
        height: 50px;
    }

    .blog-page-another .heading h2 {
        font-size: 23px;
    }

    .blog-page-another .heading h3 {
        font-size: 19px;
    }

    #blog_single h3 {
        font-size: 18px;
    }

    #blog_single .image {
        height: 200px;
    }
}

@media(max-width:320px) {
    #services img {
        height: 200px;
    }

    #services h2 {
        font-size: 29px;
        padding-bottom: 30px;
    }

    #services .heading h3 {
        font-size: 22px;
        letter-spacing: 0;
    }

    .services .gradient {
        width: 91%;
    }

    .section-4 .gradient {
        width: 91.2%;
    }

    .about .circle__content h4 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .about .circle__content p {
        font-size: 12px;
        padding: 0 20px;
    }

    .about {
        padding-bottom: 30px;
    }
}


header .social-icons .fa-youtube:hover {
    color: #ff0000;
}

header .social-icons .fa-whatsapp:hover {
    color: #25D366;
}

header .social-icons .fa-facebook-official:hover {
    color: #1877F2;
}

/*========================
    Policy Page Styles
=========================*/

.page-header {
    width: 100%;
    height: 300px;
    display: flex;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner.jpg);
    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;
    font-family: 'Old Standard TT', serif;
}

.page-header:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url("../images/background-white-color.png");
    bottom: -10px;
    left: 0;
    position: absolute;
    display: inline-block;
}

.page-header .container {
    text-align: center;
    z-index: 2;
}

.page-header h1 {
    font-size: 56px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Old Standard TT', serif;
}

.page-header .last-updated {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-style: italic;
}

.policy-content {
    width: 100%;
    padding: 80px 0 100px;
    background-color: #fff;
    position: relative;
}

.policy-content:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

.policy-text {
    max-width: 900px;
    margin: 0 auto;
}

.policy-text .intro {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}

.policy-points {
    margin-bottom: 50px;
}

.policy-point {
    margin-bottom: 40px;
    padding: 30px;
    background: #f9f9f9;
    border-left: 4px solid #54a50f;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.policy-point h3 {
    font-size: 24px;
    color: #54a50f;
    margin-bottom: 15px;
    font-family: 'Old Standard TT', serif;
    font-weight: 600;
}

.policy-point p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
}

.policy-point strong {
    color: #54a50f;
    font-weight: 600;
}

.contact-info {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #54a50f 0%, #49a003 100%);
    border-radius: 10px;
    color: #fff;
}

.contact-info h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'Old Standard TT', serif;
}

.contact-info p {
    font-size: 16px;
    margin-bottom: 0;
}

.contact-info a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

.contact-info a:hover {
    color: #f0f0f0;
    text-decoration: none;
}

/* Navbar Styles for Policy Page */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(84, 165, 15, 0.95);
    padding: 15px 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-brand img {
    height: 50px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin-left: 30px;
}

.nav-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #f0f0f0;
}

/* Footer Styles */
.footer {
    background: #333;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo img {
    height: 60px;
    margin-bottom: 30px;
}

.footer-links {
    margin-bottom: 30px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #54a50f;
}

.footer-text p {
    margin: 0;
    font-size: 14px;
    color: #ccc;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 36px;
    }
    
    .page-header .last-updated {
        font-size: 14px;
    }
    
    .policy-content {
        padding: 50px 0 70px;
    }
    
    .policy-text {
        padding: 0 20px;
    }
    
    .policy-point {
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .policy-point h3 {
        font-size: 20px;
    }
    
    .policy-point p {
        font-size: 14px;
    }
    
    .contact-info {
        padding: 30px 20px;
    }
    
    .contact-info h3 {
        font-size: 24px;
    }
    
    .nav-menu {
        display: none;
    }
}

@media (max-width: 480px) {
    .page-header {
        height: 250px;
    }
    
    .page-header h1 {
        font-size: 28px;
    }
    
    .policy-point {
        padding: 15px;
    }
    
    .policy-point h3 {
        font-size: 18px;
    }
    
    .contact-info h3 {
        font-size: 20px;
    }
}
/* ==
=============================================
   Improved Circular Cards Styles
   =============================================== */

/* Fonts are now managed by unified-fonts.css */

/* Container for the circles */
.circles-container {
    display: flex;
    justify-content: center;
    gap: 30px; /* Space between circles */
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

/* The Circle Card */
.circle-card {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%; /* Makes it a perfect circle */
    overflow: hidden;   /* Ensures image stays inside circle */
    border: 2px solid #e0e0e0; /* Subtle outer border */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.circle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* The Image Background */
.circle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.circle-card:hover .circle-bg {
    transform: scale(1.1); /* Gentle zoom effect on hover */
}

/* --- THE MAGIC FIX: VISIBILITY OVERLAY --- */
.circle-card .overlay {
    position: absolute;
    inset: 0; /* Covers the whole circle */
    /* This gradient replicates your green/teal look but adds enough opacity (0.7 to 0.85) to make text readable.*/
    background: linear-gradient(to bottom,
        rgba(46, 139, 87, 0.75), /* SeaGreen with transparency */
        rgba(0, 128, 128, 0.85)  /* Teal with higher opacity */
    );
    transition: background 0.3s ease;
    z-index: 1;
}

/* Slight lighten on hover so user can see more image detail */
.circle-card:hover .overlay {
    background: linear-gradient(to bottom,
        rgba(46, 139, 87, 0.65), 
        rgba(0, 128, 128, 0.75)
    );
}

/* Text Content Styling */
.card-content {
    position: relative;
    z-index: 2; /* Sits on top of overlay */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: white;
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
    line-height: 1.3;
    /* Text Shadow for extra pop */
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.card-details {
    font-size: 0.95rem;
    font-weight: 400;
    opacity: 0.95;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-top: 10px;
    margin-top: 5px;
    /* Text Shadow for extra pop */
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

.date-range {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 8px;
    font-style: italic;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
    .circles-container { 
        flex-direction: column; 
        align-items: center; 
        gap: 20px;
        padding: 20px 0;
    }
    
    .circle-card {
        width: 280px;
        height: 280px;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .card-details {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .circle-card {
        width: 250px;
        height: 250px;
    }
    
    .card-title {
        font-size: 1rem;
    }
    
    .card-content {
        padding: 15px;
    }
}


/* Performance Optimizations */
.carousel-inner,
.carousel-item,
.carousel-image {
    will-change: transform;
    transform: translateZ(0);
}

.btn,
.nav-link,
.circle,
.program-card {
    will-change: transform;
    transform: translateZ(0);
}

/* Smooth hover effects */
.btn:hover,
.nav-link:hover,
.circle:hover {
    transform: translateY(-2px) translateZ(0);
}

/* Optimize images for better loading */
img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* GPU acceleration for smooth scrolling */
.container,
.container-fluid {
    will-change: transform;
    transform: translateZ(0);
}

/* Optimize tab switching */
.nav-tabs .nav-link {
    transition: all 0.2s ease;
    will-change: background-color, border-color;
}

.tab-content {
    will-change: contents;
}