@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500&display=swap");
.body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-family: "Raleway", sans-serif;
    scroll-behavior: smooth;
}

#header {
    overflow: hidden;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0px 0px 0px;
    background-color: rgb(143, 176, 67,0.6);
}

#header .social-contact {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    text-decoration: none;
}

#header .social-contact a {
    text-decoration: none;
    font-weight: bold;
}

#header .social-contact .conatct-icon {
    position: absolute;
    left: -2%;
}

#header .social-contact .conatct-icon a {
    color: #111;
    font-size: 0.8rem;
    font-weight: bold;
    font-weight: 600;
    font-family: 'Lora',sans-serif;
}

#header .social-contact .conatct-icon i {
    margin-left: 30px;
    padding: 0 5px;
    font-size: 0.9rem;
    color: #561609;
}

#header .social-contact .media-icon {
    position: absolute;
    right: 8%;
    top: 2px;
}

#header .social-contact .media-icon i {
    padding-left: 10px;
    font-size: 1rem;
    top: 50%;
    font-weight: bold;
    transform: translateY(40%);
    cursor: pointer;
    color: #111;
}

@media (max-width: 768px) {
    #header .social-contact .timeControl {
        display: none;
    }
    #header .social-contact a {
        text-decoration: none;
        font-weight: bold;
    }
    
    #header .social-contact .conatct-icon {
        position: absolute;
        left: -2%;
    }
    #header .social-contact .conatct-icon a{
    color: #111;
    font-size: 13px;
    font-weight: bold;
    font-weight: 600;
    font-family: 'Lora',sans-serif;
    }
    #header .social-contact .conatct-icon i {
        margin-left: 5px;
        padding: 0 5px;
        font-size: 0.9rem;
        color: #561609;
    }
    #header .social-contact .media-icon {
        position: absolute;
        right: 3%;
        top: 2px;
    }
    #header .social-contact .media-icon a{
        font-size: 13px;
    }
}


/* ==================================================Navigation=================================== */


/* ==================================================Navigation=================================== */

.navbar {
    overflow: hidden;
    width: 100%;
    background:azure;
}
.sticky {
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 10000;
}

.navbar-brand {
    width: 150px;
    height:80px;
    transform: scale(1.1);
}

.navbar .logotitle {
    color: #300601;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px;
    text-align: center;
    justify-content: center;
    margin: 6px 0;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.navbar-brand img {
    width: 100%;
    height: 90%;
}

.navbar .nav-item {
    padding: 0 20px;
}

.navbar .nav-item .nav-link {
    font-size: 1rem;
    color: #300601;
    font-family: "Lora";
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

@media(max-width:1200px) {
    .navbar .nav-item .nav-link {
        font-size: .80rem;
    }
}

.navbar .nav-item .nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: rgb(4, 28, 36);
    transition: width .3s;
}

.navbar .nav-item .nav-link.active:after,
.navbar .nav-item .nav-link:hover:after {
    width: 100%;
}

@media (max-width: 992px) {
    /* Remove border from toggler */
    .navbar-toggler {
        border: 0;
    }
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
        border: 0;
    }
    /* Lines of the Toggler */
    .toggler-icon {
        width: 30px;
        height: 3px;
        background-color: rgb(48, 6, 1);
        display: block;
        transition: all 0.2s;
    }
    /* Adds Space between the lines */
    .middle-bar {
        margin: 5px auto;
    }
    /* State when navbar is opened (START) */
    .navbar-toggler .top-bar {
        transform: rotate(0);
        transform-origin: 10% 10%;
    }
    .navbar-toggler .middle-bar {
        opacity: 10;
        filter: alpha(opacity=0);
    }
    .navbar .nav-item .nav-link.active:after,
    .navbar .nav-item .nav-link:hover:after {
        width: 0;
    }
    .navbar .nav-item .nav-link {
        font-size: 1rem;
    }
    .navbar-nav {
        padding-top: 10px;
        background-color: azure;
        color:#300601;
    }
    .navbar-brand {
        width: 50px;
        height: auto;
        transform: scale(1.2);
    }
    .navbar .logotitle {
        font-size: 13px;
        font-weight: 600;
        margin: 0 0 0;
        width: 135px;
        transform: translateX(-20px);
    }
    .navbar-collapse {
        position: fixed;
        top: 56px;
        left: 0;
        padding-bottom: 10px;
        padding-left: 6px;
        width: 75%;
        height: 100%;
        z-index: 1000;
        background: azure;
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}


/*==================================================
Navbar css end here
=====================================================================*/


/*======================================================================
Gallary start css
=======================================================================*/

.photo-gallery {
    overflow: hidden;
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}


/*=======================================================================
gallery css end here
======================================================================*/


/* =================================================Home Section============================ */

.homeSection {
    overflow: hidden;
    width: 100%;
    height: 85vh;
    background-color: rgb(0, 0, 0);
    overflow-x: hidden;
}

#firstSlide {
    background: linear-gradient(to left, rgb(0, 0, 0, 0.2), rgb(0, 0, 0, 0.4)), url(img/Head-Shoulder-massage.jpg);
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: cover;
}

#secondSlide {
    background: linear-gradient(to left, rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.6)), url(img/aroma-thai-massage-.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#thirdSlide {
    background: linear-gradient(to left, rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.6)), url(img/four-hand-massage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homeSection .carousel-inner,
.homeSection .carousel-item {
    width: 100%;
    height: 85vh;
}

.homeSection .carousel-caption {
    transform: translateY(-50%);
    text-align: left;
}

.homeSection .carousel-caption h5 {
    font-size: 2rem;
    font-weight: 600;
    padding-left: 10px;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
    line-height: 3rem;
    color: azure;
}

.homeSection .carousel-caption p {
    font-size: 1.2rem;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
    line-height: 2rem;
    color: azure;
    text-align: justify;
    word-spacing: 3px;
    margin: 0 10px;
}

.homeSection .carousel-control i {
    font-size: 2rem;
    width: 50px;
    height: 50px;
    background-color: rgb(52 151 226);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    border-radius: 100px;
    color: #111;
}

.homeSection .carousel-control i:hover {
    opacity: 1;
}

.homeSection .carousel-indicators [data-bs-target] {
    width: 1rem;
    height: 1rem;
    background-color: azure;
    border: 2px solid azure;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: transform 2s;
    animation: mymove 5s infinite;
}
@keyframes mymove{
    from {transform: rotate(0deg);}
    to{transform: rotate(180deg);}
}

@media(max-width:990px) {
    .homeSection .carousel-caption h5 {
        font-size: 1.6rem;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        text-transform: capitalize;
        line-height: 2rem;
    }
    .homeSection .carousel-caption p {
        font-size: 1rem;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        text-transform: capitalize;
        line-height: 2rem;
        text-align: justify;
        word-spacing: 3px;
    }
}

@media(max-width:600px) {
    .homeSection {
        width: 100%;
        height: 70vh;
        background-color: rgb(0, 0, 0);
    }
    /*
    #firstSlide {
        background: linear-gradient(to left, rgb(0, 0, 0, 0.9), rgb(0, 0, 0, 0.9)), url(img/banner1.jpeg);
        background-position: center 75%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #secondSlide {
        background: linear-gradient(to left, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), url(img/slider-bg-1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }*/
    .homeSection .carousel-inner,
    .homeSection .carousel-item {
        width: 100%;
        height: 71vh;
    }
    .homeSection .carousel-caption {
        transform: translateY(-40%);
        text-align: center;
    }
    .homeSection .carousel-caption h5 {
        font-size: 16px;
        text-align: left;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        text-transform: capitalize;
        line-height: 1.6rem;
    }
    .homeSection .carousel-caption p {
        font-size: 12px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        text-transform: capitalize;
        line-height: normal;
        text-align: left;
        word-spacing: 0px;
    }
    .homeSection .carousel-control i {
        font-size: 1rem;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: left;
        opacity: 0.5;
        border-radius: 100px;
        color: #111;
    }
    .homeSection .carousel-control i:hover {
        opacity: 1;
    }
    .homeSection .carousel-indicators [data-bs-target] {
        width: 0.6rem;
        height: 0.6rem;
    }
}


/* ======================================Custom Design For all============================== */

section {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 14px 50px;
}

@media (max-width:500px) {
    section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }
}

section h1 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Lora";
    text-transform: capitalize;
    text-transform: uppercase;
    text-align: center;
    color: rgb(48, 6, 1);
    position: relative;
    padding: 20px 0;
}

.titleSection {
    padding: 30px 0 40px 0;
}

section h1:after {
    content: "";
    position: absolute;
    width: 9rem;
    height: 3px;
    background-color: rgb(48, 6, 10);
    bottom: 0;
    border-radius: 100px;
    left: 50%;
    transform: translateX(-50%);
}

section h1:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 2.2rem;
    background-color: rgb(48, 6, 10);
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border-radius: 40px;
}

.serviceSection {
    overflow-x: hidden;
    background-color: #eee;
    padding: 0 0 5% 0;
}

@media (max-width:500px) {
    section h1 {
        font-size: 1.8rem;
    }
    .titleSection p {
        font-size: .9rem;
        font-family: 'Lora';
        font-weight: 600;
    }
}


/*======================================================================================
our Services css start here
====================================================================================*/

.section-bg {
    overflow: hidden;
    background-image: url(img/bodyspa.jpg);
    background-repeat: no-repeat;
    width: 100%;
    
    background-position: center;
    background-size: cover;
}

.service-wrapper {
    padding-left: 15px;
}

.service-inner {
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
    width: 100%;
}

.service-inner i {
    font-size: 40px;
    color: #ffffff;
    float: left;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    background: #300601;
    padding: 15px;
    width: 74px;
    text-align: center;
}

.service-box {
    padding: 0px;
    margin-left: 73px;
    /* margin-top: -15px; */
    background-color: transparent;
    padding: 1px 20px 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border: solid 1px #300601;
    margin-right: 28px;
    margin-bottom: 21px;
}

.service-box h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #300601;
}

.service-box p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 26px;
    text-align: justify;
    color: #300601;
}

@media(max-width:500px) {
    .service-box p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 26px;
        text-align: left;
        color: #300601;
    }
    .service-box h3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
}


/*==========================================================================================
Our Services css end here
==========================================================================================*/


/*--========================================================================================
Number Count css start here
==========================================================================================*/
/*
.count {
    overflow: hidden;
    line-height: 100px;
    color:azure;
    margin-left: 30px;
    font-size: 35px;
    font-weight: bold;
}

#talkbubble h3 {
    color: azure;
    text-align: center;
}

.numCountText {
    font-size: 20px;
    color: #300601;
    text-align: center;
    font-weight: bold;
}

@media(max-width:520px) {
    .count {
        margin-left: 0px;
        font-size: 20px;
        font-weight: bold;
    }
    .numCountText {
        font-size: 16px;
        text-align: center;
    }
}

.linker {
    font-size: 20px;
    color: black;
}

.exp {
    background: linear-gradient(rgb(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("img/hotoilmassage.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .numCountText {
        font-size: smaller;
        color: #300601;
        text-align: center;
        font-weight: bold;
    }
}

*/
/*----------------------------------------------------------------------
  cta end css
  ------------------------------------------------------------------*/


/*--========================================================================================
Number Count css end here
==========================================================================================*/


/*--========================================================================================
About Us css start here
==================================================================================--------*/

#aboutUs {
    overflow: hidden;
    background-color: azure;
}

.aboutus p {
    font-size: 20px;
   text-align: justify;
    color: #561609;
    font-family:'Lora';
}

.aboutus-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus-social .card {
    border-radius: 20px;
    background-color: rgb(255, 215, 0, 0.2);
    border: 2px dotted goldenrod;
}

.aboutus-social .card:hover {
    background-color: transparent;
    border: 2px solid goldenrod;
}

.aboutus-social .fa {
    margin: 15px;
    font-size: 38px;
    background-size: 50px;
}

.aboutus-social .fa-instagram {
    margin: 15px;
    color: purple;
}

.aboutus-social .fa-instagram:hover {
    color: cyan;
}

.aboutus-social .fa-facebook-square {
    color: blue;
}

.aboutus-social .fa-facebook-square:hover {
    color: white;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 10px;
}


/* ===============================================Service Section=========================== */

a {
    text-decoration: none;
}


/* Card Styles */

.card-sl {
    width: 100%;
    height: auto;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
    color: #561609;
    background-color: azure;
    transition: 0.7s ease-in-out;
    flex-direction: column;
    box-shadow: 5px 10px 15px azure;
    margin: 16px 0px;
}

.card-sl:hover {
    transform: translateY(-30px);
    box-shadow: 15px 15px 20px #808080;
}

.card-image img {
    height: 190px;
    width: 100%;
    border-radius: 8px 8px 0px 0;
}

.card-action {
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 20px;
    z-index: 2;
    color: #561609;
    background: azure;
    border-radius: 100%;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action:hover {
    color:azure;
    background: #561609;
}

.card-heading {
    font-size: 18px;
    text-align: center;
    color: azure;
    font-weight: bold;
    background: #561609;
}

.card-text {
    text-align: center;
    background: #561609;
    color: azure;
    font-size: 14px;
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #561609;
    color: #fff;
    border:2px solid azure;
    border-radius: 0 0 8px 8px azure;
}

.card-button:hover {
    text-decoration: none;
    background-color: transparent;
    border: 2px solid goldenrod;
    color: goldenrod;
}


/* @-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
} */

.img-thumbnail {
    overflow: hidden;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: 600px;
}
/* ============================================ Equary Modal ============================== */

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
    color: gold;
}

a:not([href]):not([tabindex]) {
    color: gold;
    text-decoration: none;
}

.partnerProgramForm {
    overflow: hidden;
    width: 350px;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
    position: fixed;
    z-index: 1000;
    right: 4px;
    top: 20%;
    border-radius: 10px;
    animation: uparrow 0.6s infinite alternate ease-in-out;
}

@keyframes uparrow {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-0.7em);
        opacity: 1;
    }
}

.partnerProgramForm form {
    width: 100%;
}

.formTitle h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: gold;
}

.login-box {
    width: 100%;
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
}

.login-box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #111;
    text-align: center;
}

.login-box .user-box {
    position: relative;
}

.login-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: gold;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid gold;
    outline: none;
    background: transparent;
}

.login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: gold;
    pointer-events: none;
    transition: 0.5s;
}

.login-box .user-box input:focus~label,
.login-box .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: gold;
    font-size: 12px;
}

.login-box form button {
    display: inline-block;
    width: 100%;
    padding: 7px 0;
    color: gold;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    overflow: hidden;
    transition: 0.5s;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    border: 2px solid gold;
    background-color: #111;
    border-radius: 7px;
}

.login-box button:hover {
    background: transparent;
    color: gold;
    border-radius: 7px;
    border: 2px solid gold;
}

.fa-times {
    position: absolute;
    right: 20px;
    font-size: 1.4rem;
    transition: 0.5s ease-in-out;
}

.fa-times:hover {
    transform: rotate(720deg);
    cursor: pointer;
}

.programButtonClick {
    position: fixed;
    margin: 0;
    top: 50%;
    background-color: black;
    color: gold;
    padding: 6px 14px;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 700;
    opacity: 0;
    right: -54px;
    z-index: 10000;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    transform: rotate( 270deg);
}

@media(max-width:500px) {
    .partnerProgramForm {
        width: 300px;
        right: 3%;
    }
    .programButtonClick {
        position: fixed;
        margin: 0;
        top: 50%;
        font-size: 1rem;
        right: -48px;
        padding: 4px 10px;
    }
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonialhead h2 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Lora";
    text-transform: capitalize;
    text-transform: uppercase;
    text-align: center;
    color: rgb(240, 255, 255);
    position: relative;
    padding: 20px 0;
}

.titleSection {
    padding: 30px 0 40px 0;
}

.testimonialhead h2:after {
    content: "";
    position: absolute;
    width: 9rem;
    height: 3px;
    background-color: rgb(240, 255, 255);
    bottom: 0;
    border-radius: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonialhead h2:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 2.2rem;
    background-color: rgb(240, 255, 255);
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border-radius: 40px;
}

.serviceSection {
    overflow-x: hidden;
    background-color: #eee;
    padding: 0 0 5% 0;
}

@media (max-width:500px) {
    section h1 {
        font-size: 1.8rem;
    }
    .titleSection p {
        font-size: .9rem;
        font-family: 'Raleway' sans-serif;
        font-weight: 600;
    }
}
#testimonials {
    overflow: hidden;
}

.testimonialSection {
    background: linear-gradient( rgb(86, 22, 9,0.1),rgb(86, 22, 9,0.2)), url(img/deep\ tissue\ therapy.jpg) fixed center center;
    background-size: cover;
    background-position: left center;
    padding: 40px 0;
    color: #fff ;
    background-attachment: fixed; 
    
}

.testimonialSection .testimonial {
    margin: 0 20px 40px;
}

.testimonialSection .testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: rgb(48, 6, 1);
    border: 1px solid #300601;
    position: relative;
    height: 150px;
    border-radius: 10px
}

.testimonialSection .testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #300601;
    position: absolute;
    bottom: -10px;
    left: 48%;
    transform: rotate(45deg);
}

.testimonialSection .testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: azure;
    text-align: center;
    font-size: 22px;
    color: #300601;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonialSection .testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #414599;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonialSection .testimonial .description {
    font-size: 15px;
    font-family: 'Lora';
    color: azure;
    line-height: 23px;
    margin: 0;
}

@media(max-width: 1024px) {
    .testimonialSection .testimonial .description {
        font-size: 13px;
    }
}

.testimonialSection .testimonial .description i {
    color: gold;
    font-size: 18px;
    font-style: bold;
    font-weight: 600;
}

.testimonialSection .testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: azure;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonialSection .testimonial .post {
    display: block;
    font-size: 14px;
    color: #47b2e4;
}

.testimonialSection .owl-theme .owl-controls {
    margin-top: 20px;
}

.testimonialSection .owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.testimonialSection .owl-theme .owl-controls .owl-page.active span,
.testimonialSection .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff4242;
}

.testimonialSection h2 {
    color: #f0f0f2;
}
/*========================================================================
testimonial css end here
=========================================================================*/


/* ==============================================Contact Us Section================================ */
/*
.contact .info {
    border-top: 3px solid gold;
    border-bottom: 3px solid gold;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .social-links1 {
    margin-top: 13px;
    display: flex;
    justify-content: left;
}

.contact .social-links1 a {
    margin: 0 10px;
}

.contact .email .social-links1 a li {
    font-size: 18px;
    display: inline-block;
    color: #687683;
    line-height: 1;
    margin: 0 8px;
    transition: 0.3s;
    padding: none;
    border-radius: 50px;
    border: 1px solid #dde1e4;
}

.contact .social-links1:hover {
    transform: rotate(360deg);
}

@media(max-width:500px) {
    .contact .social-links1 {
        margin-top: 13px;
    }
    .contact .social-links1 a {
        margin: 0 4px;
    }
    .contact .email .social-links1 a li {
        font-size: 18px;
        line-height: 1;
        margin: 0 8px;
        transition: 0.3s;
        padding: none;
        border-radius: 50px;
        border: 1px solid #dde1e4;
    }
    .contact .info i {
        font-size: 20px;
        color: #3497e2;
        float: left;
        width: 40px;
        height: 40px;
    }
    .contact .social-links1:hover {
        transform: rotate(360deg);
    }
}

.contact .info i {
    font-size: 20px;
    color: whitesmoke;
    float: left;
    width: 44px;
    height: 44px;
    background: rgb(255, 215, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: rgb(255, 215, 0);
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: rgb(255, 215, 0);
}

.contact .info .email a {
    text-decoration: none;
}

.contact .info .email p {
    padding-top: 5px;
    text-decoration: none;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: silver;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: silver;
    color: #fff;
}
*/

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid rgb(86, 22, 9);
    border-bottom: 3px solid rgb(86, 22, 9);
    padding: 22px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form label {
    color: rgb(86, 22, 9);
    font-size: 20px;
    padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #9c86a0;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: rgb(86, 22, 9);
    border: 0;
    padding: 12px 34px;
    color: azure;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: rgb(86, 22, 9);
}

iframe {
    padding: 10px 0;
}

@media(max-width:500px) {
    iframe {
        height: 400px;
    }
}

/*--------------------------------------------------------------
# Contact Me
--------------------------------------------------------------*/
.contact .info-box {
    color: #561609;
    background-color:azure;
    text-align: center;
    box-shadow: 10px 50px 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    border-radius: 10px;
    border: 2px solid #111;
    
  }
  .contact .info-box:hover{
    
      box-shadow: 10px 10px 20px grey;
  }

  .contact .info-box i h3{
      color: #561609;
  }
  .contact .info-box i.fa {
    font-size: 24px;
    color: #561609;
    border: 2px solid #561609;
    border-radius: 20px;
    padding: 15px;
    margin-right: 5px;
    background: azure;
    transition: ease-in-out;
    transition: height 2s,width 2s, transform 0.9s;
  }
  .contact .info-box i.fa:hover{
    transform: scale(1.2);
    transform: rotate(360deg);
      color: azure;
      border-radius: 50%;
      border: 2px solid white;
      background-color: #561609;
  }
  @media(max-width:500px){
      .contact .info-box i.fa {
          font-size: 20px;
          color: azure;
          border: 2px solid #111;
          border-radius: 50%;
          padding: 10px;
          margin-right: 5px;
          background: #561609;
        }
  }
  .contact .info-box h3 {
    font-size: 20px;
    color: #111;
    font-weight: 700;
    margin: 10px 0;
  }
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .contact .social-links {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  .contact .social-links a li{
    font-size: 18px;
    display: inline-block;
    color: #687683;
    line-height: 1;
    margin: 0 8px;
    transition: 0.3s;
    padding: none;
    border-radius: 50px;
    border: 1px solid #dde1e4;
  }
  a{
      text-decoration: none;
      color: black;
  }
  /*========================================================
  contact us 
  ========================================================*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    font-size: 14px;
    background:rgb(143, 176, 67,0.6);
}

#footer .footer-top {
    padding: 40px 0 30px 0;
    color:rgb(86, 22, 9) ;
    background-color: azure;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(86, 22, 9);
}

#footer .footer-top .footer-contact .footer-p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #561609;
}

#footer .footer-top .footer-contact .footer-p a {
    color: #561609;
}

#footer .footer-top h4 {
    font-size: 19px;
    font-weight: bold;
    color: #561609;
    font-weight: bold;
    position: relative;
    padding-bottom: 4px;
}

#footer .footer-top .footer-links p {
    margin-bottom: 30px;
    color: #561609;
}

#footer .footer-top .footer-links ul {
    color: #561609;
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #561609;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #561609;
    transition: 0.3s;
    font-size: 18px;
    font-family: 'roboto';
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #561609;
    color: white;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .footer-links p {
    font-size: 16px;
    color: gold;
    font-family: unset;
    margin: 10px 0px;
    font-weight: 400;
}

#footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 3px;
    color: #000;
}

#footer .copyright {
    float: left;
    color: rgb(86, 22, 9);
    font-size: 1rem;
}

#footer .credits {
    float: right;
    color: rgb(86, 22, 9);
    font-size: 1rem;
}

#footer .credits a {
    transition: 0.3s;
    text-decoration: none;
    color: rgb(86, 22, 9);
    font-weight: 700;
}

.footer-contact img {
    width: 93px;
    height: auto;
    margin: 6px 0;
}

@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }
    #footer .credits {
        padding-top: 4px;
    }
    #footer .footer-top .footer-contact .footer-p {
        font-size: 1rem;
        line-height: 20px;
    }
}


/* ==============================Phone=========================================*/

.label-container {
    position: fixed;
    bottom: 30px;
    right: 105px;
    display: table;
    z-index: 1000;
    visibility: hidden;
}

.label-text {
    color: #FFF;
    background: rgb(94 93 93 / 50%);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 21px;
    right: 40px;
    background-color: #34e25f;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 1000;
}

.my-float {
    font-size: 30px;
    margin-top: 18px;
}

@media(max-width:500px) {
    .float {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 6px;
        z-index: 1000;
    }
    .my-float {
        font-size: 28px;
        margin-top: 12px;
    }
}
.float:hover{
    color: #300601;

}
a.float+div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover+div.label-container {
    visibility: visible;
    opacity: 1;
}
