@import url(../css-1);

* {
    margin: 0;
    padding: 0;
    outline: 0
}

ol,
ul {
    list-style: none
}

input:focus {
    outline: 0 !important;
    box-shadow: 0 0 10px transparent !important
}

a:focus,
a:hover {
    text-decoration: none;
    border-color: transparent;
    outline: 0;
    color: transparent
}

img {
    border: 0
}

.clr {
    clear: both
}

address,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
strong,
ul {
    cursor: auto;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal
}

body {
    overflow-x: hidden
}

a {
    text-decoration: none
}

a:focus {
    outline: 0
}

a:hover {
    text-decoration: none
}

.preloader {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999999
}

.wrapper {
    height: 50px;
    margin-top: calc(50vh - 25px);
    margin-left: calc(50vw - 85px);
    width: 180px
}

.circle {
    border-radius: 50%;
    border: 3px #f89833 solid;
    float: left;
    height: 50px;
    margin: 0 5px;
    width: 50px
}

.circle-1 {
    -webkit-animation: move 1s ease-in-out infinite;
    animation: move 1s ease-in-out infinite
}

.circle-1a {
    -webkit-animation: fade 1s ease-in-out infinite;
    animation: fade 1s ease-in-out infinite
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.circle-2 {
    -webkit-animation: move 1s ease-in-out infinite;
    animation: move 1s ease-in-out infinite
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px)
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px)
    }
}

.circle-1a {
    margin-left: -55px;
    opacity: 0
}

.circle-3 {
    -webkit-animation: circle-3 1s ease-in-out infinite;
    animation: circle-3 1s ease-in-out infinite;
    opacity: 1
}

@-webkit-keyframes circle-3 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes circle-3 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.preloader h1 {
    color: #fff;
    margin: 40px auto;
    text-align: center
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-80 {
    margin-bottom: 80px
}

.m-b-50 {
    margin-bottom: 50px
}

.pr0 {
    padding-right: 0
}

.pl0 {
    padding-left: 0
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.mt0 {
    margin-top: 0 !important
}

img {
    max-width: 100%
}

.section {
    padding-top: 80px;
}

.heading h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 24px
}

.color h2 {
    color: #11a7cc
}

.heading h2 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -1px;
    word-spacing: 6px;
    font-size: 31px
}

.heading p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 32px;
    padding-top: 5px
}

.btn {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    transition: ease all .3s;
    padding: 12px 38px !important;
    font-family: "Open Sans", sans-serif !important;
    border-radius: 36px;
    cursor: pointer;
    text-decoration: none;
    border: 0 none
}

.tg-sliderholder form {
    position: absolute;
    top: 150px;
    right: 60px;
    width: 334px;
    background: #30d3c8d1;
    padding: 23px;
    border-radius: 10px;
}

.btn-br {
    border: 1px solid #fff
}

.btn-br:hover {
    border: 1px solid #fff
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
    border: 1px solid transparent;
    background: #0560aab8
}

.navbar-collapse .btn:focus {
    border: 1px solid #fff
}

.btn-4 {
    overflow: hidden;
    position: relative
}

.btn-4 span {
    z-index: 20
}

.btn-4:after {
    background: #0e1629;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .4;
    position: absolute;
    top: -40px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 2s cubic-bezier(.19, 1, .22, 1);
    width: 50px;
    z-index: 8
}

.btn-4:hover:after {
    border: 1px solid #fff;
    left: 120%;
    transition: all 2s cubic-bezier(.19, 1, .22, 1)
}

.header-top {
    position: relative;
    overflow: hidden;
    background-color: #242c37;
    z-index: 99
}

.header-top ul li {
    display: inline-block
}

.phone-mail {
    padding-top: 10px
}

.phone-mail li a i {
    padding-right: 10px;
    color: #fff
}

.phone-mail li:last-child {
    padding-left: 20px
}

.header-top ul li a {
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    position: relative
}

.social_icon {
    float: right
}

.social_icon {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.form-inner-head {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 0;
    margin: -2px 0 13px 0
}

.social_icon ul li {
    list-style: none;
    margin: 10px 0 10px 10px
}

.social_icon ul li a {
    color: #fff;
    transition: all ease .5s 0s;
    font-size: 13px
}

.social_icon ul li a:hover {
    color: #fff
}

.navbar .btn-menu {
    margin-top: 8px
}

.header_area {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.navbar {
    position: relative;
    width: 100%;
    transition: all ease .5s;
    background: rgb(255 255 255)
}

.navcss {
    position: fixed;
    background: rgb(255 255 255);
    transition: all ease .5s;
    margin-top: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.header-nav .navbar-nav li a {
    position: relative;
    display: inline-block;
    margin: 30px 15px 25px 0;
    padding: 0 10px;
    outline: 0;
    color: #0e1629;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 0 0 1px rgba(255, 255, 255, .3);
    font-size: 14px;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    cursor: pointer
}

.header-nav .navbar-nav li a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    margin-right: 4px
}

.header-nav .navbar-nav li .active {
    font-weight: 700;
    cursor: pointer
}

.header-nav .navbar-nav li a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.header-nav .navbar-nav li a {
    overflow: hidden
}

.header-nav .navbar-nav li .active span,
.header-nav .navbar-nav li a:focus span,
.header-nav .navbar-nav li a:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

.add-more-bottom-head {
    color: #2dd3c7 !important;
    text-transform: uppercase;
    font-weight: 700 !important
}

.navcss .navbar-nav li a {
    color: #000
}

.header-nav .navbar-brand span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: -9px;
    float: left
}

.header-nav .navbar-nav .nav-item {
    position: relative
}

.header-nav .m-nav {
    margin-right: 60px
}

.navbar-toggler {
    border: none;
    padding: 10px 6px;
    outline: 0 !important
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 18px
}

.navbar-toggler span+span+span {
    width: 10px
}

.navbar .btn-shape:after,
.navbar .btn-shape:before {
    background: 0 0
}

.dropdown-toggle::after {
    margin-left: -1px !important;
    vertical-align: .05em !important
}

.custom_nav ul>li.active>a:after,
.custom_nav ul>li:hover>a:after,
.custom_nav ul>li>a:focus:after {
    opacity: 1
}

.dropdown-menu {
    background: #fff;
    min-width: 262px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    border-radius: 0;
    border: none;
    margin-top: 12px;
    padding: 0;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: 0 0
}

.dropdown-menu>li:hover {
    background: rgb(255 200 0)
}

.dropdown-menu>li:hover a,
.dropdown-menu>li>a:focus {
    background: 0 0;
    color: #fff !important;
    font-weight: 600;
    transition: all .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s
}

.dropdown-menu>li>a {
    padding: 16px 0 30px !important;
    color: #181917 !important;
    padding: 10px 18px !important;
    text-align: left;
    margin: 0 !important;
    font-weight: 600 !important
}

@media(min-width:768px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        top: 110%
    }

    .custom_nav ul>li:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: 2px;
        width: 240px
    }
}

.tg-sliderholder {
    overflow: hidden;
    position: relative;
    margin-top: 42px
}

.pogoSlider-slide {
    background-size: cover !important
}

.tg-homeslider .pogoSlider-slide {
    float: left;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0 100px;
    overflow: hidden;
    position: absolute;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tg-slidercontent {
    padding-top: 130px
}

.tg-slidercontent h6 {
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 10px;
    padding-bottom: 10px
}

.tg-slidercontent h1 {
    color: #fff;
    font-size: 100px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: -3px;
    word-spacing: 6px;
    padding-bottom: 60px
}

.banner-btn {
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, #f89833 0, #f89833 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #f89833 0, #f89833 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left, #f89833 0, #f89833 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f89833 0, #f89833 100%) repeat scroll 0 0
}

.pogoSlider-nav-btn {
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    cursor: pointer
}

.pogoSlider-nav-btn--selected {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.aboutus {
    position: relative
}

.about-cont {
    padding-top: 29px
}

.about-cont h5,
.about-cont p {
    color: #444
}

.about-cont p {
    padding-bottom: 0
}

.service {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.testimonial1 {
    position: relative;
    padding: 0
}

.test-3 {
    position: relative;
    z-index: 99
}

.test-1 {
    background: #3c7025;
    position: relative;
    z-index: 99
}

.test-1:after {
    position: absolute;
    content: '';
    top: 0;
    left: -300%;
    height: 139.5%;
    width: 300%;
    background: #3c7025;
    opacity: 1;
    z-index: 9
}

.pop {
    position: fixed;
    margin-right: 10px;
    right: 0;
    margin-bottom: 50px;
    bottom: 8px;
    z-index: 99;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example;
}
.pop i{
    background-color:#007bff;
    color: white;
    padding: 13px;
    font-size: 30px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.pop i:hover{
    transform: scale(1.1, 1.1);
}
.whatsapp i:hover{
    transform: scale(1.1, 1.1);
}
.whatsapp{
    position: fixed;
    margin-right: 10px;
    right: 0;
    margin-bottom: 125px;
    bottom: 8px;
    z-index: 99;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example;
}
.whatsapp i{
    background: #0cc041;
    color: white;
    padding: 11px;
    font-size: 30px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.up{
    position: fixed;
    margin-right: 10px;
    right: 0;
    margin-bottom: 10px;
    bottom: 8px;
    z-index: 99;
}
.up i{
    background: #f89833;
    color: white;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
}


@keyframes example {
    0% {
        bottom: 28px;
        right: 0
    }

    50% {
        bottom: 48px;
        right: 0
    }

    100% {
        bottom: 28px;
        right: 0
    }
}

.test-2 {
    position: absolute;
    top: 0;
    right: -17px;
    z-index: 0;
    height: 485px;
    overflow: hidden
}

.test-4 {
    position: absolute;
    top: 0;
    left: 35%;
    z-index: 9;
    height: 485px;
    overflow: hidden
}

.service-cont {
    color: #fff;
    padding: 90px 95px 90px 0
}

.slide-service img {
    width: 100%;
    height: 485px;
    object-fit: cover
}

.classes-slider-img .col-md-12 {
    padding: 0
}

.testimonial1 img {
    cursor: grab
}

.testimonial1 {
    position: relative
}

.testimonial1:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #7caf00;
    opacity: .6;
    z-index: 9
}

.testimonial1.slick-center:after {
    opacity: 0
}

.service-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 51%;
    transform: translateX(-50%);
    background: #f89833;
    z-index: 999
}

.service-right-cont {
    color: #fff;
    width: 80%;
    padding: 20px 0 20px 70px
}

.service-right-cont .heading h2 {
    font-size: 29px
}

.service-right-cont {
    color: #fff;
    width: 747px;
    padding: 23px 30px 23px 0;
    margin-left: 12%
}

.slidNext4 {
    position: absolute;
    right: -35px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    padding-left: 3px;
    padding-top: 1px;
    background: #000;
    color: #fff
}

.slidNext4:hover {
    background: #fff;
    color: #f89833;
    -webkit-box-shadow: 0 0 12px 0 rgba(105, 90, 166, .8);
    -moz-box-shadow: 0 0 12px 0 rgba(105, 90, 166, .8);
    box-shadow: 0 0 12px 0 rgba(105, 90, 166, .8);
    transition: all .4s ease
}

.slidprev4 {
    position: absolute;
    right: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    padding-top: 1px;
    background: #000;
    color: #fff
}

.slidprev4:hover {
    background: #fff;
    color: #f89833;
    -webkit-box-shadow: 0 0 12px 0 rgba(105, 90, 166, .8);
    -moz-box-shadow: 0 0 12px 0 rgba(105, 90, 166, .8);
    box-shadow: 0 0 12px 0 rgba(105, 90, 166, .8);
    transition: all .4s ease
}

.ser-btn {
    margin-top: 10px
}

.chooseus {
    padding-bottom: 100px
}

.choose-icon ul li {
    float: left;
    margin-right: 30px;
    padding-top: 50px
}

.choose-icon ul li a {
    color: #f89833;
    padding: 0 15px
}

.add-what-sec-home {
    background: url(../images/bg-new.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0
}

.choose-icon ul li {
    margin-top: 30px;
    border: 1px solid #ccc;
    width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 100px;
    line-height: 80px
}

.choose-icon ul li:hover {
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, #f89833 0, #f89833 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #f89833 0, #f89833 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left, #f89833 0, #f89833 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #3c6f26 0, #82b400 100%) repeat scroll 0 0;
    transition: background .9s linear;
    -o-transition: background .9s linear;
    -ms-transition: background .9s linear;
    -moz-transition: background .9s linear;
    -webkit-transition: background .9s linear
}

.choose-icon ul li i {
    line-height: 80px
}

.choose-icon [class*=" flaticon-"]:after,
.choose-icon [class*=" flaticon-"]:before,
.choose-icon [class^=flaticon-]:after,
.choose-icon [class^=flaticon-]:before {
    margin-left: 0 !important;
    font-size: 50px !important
}

.choose-icon li p {
    padding-top: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px
}

.choose-icon ul li:hover i {
    color: #fff;
    transition: background .6s linear;
    -o-transition: background .6s linear;
    -ms-transition: background .6s linear;
    -moz-transition: background .6s linear;
    -webkit-transition: background .6s linear
}

.choose-icon ul li:hover p {
    color: #000;
    font-weight: 600;
    transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear
}

.choose-us-image {
    margin-top: -55px;
    padding: 45px
}

.counter-part {
    background: url(../images/counter-background-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0
}

.counter-part:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffc800;
    opacity: .8;
    z-index: -9
}

.counter-text {
    padding: 50px 0 65px;
    color: #fff
}

.counter-text h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 4px
}

.counter-text h3 {
    text-transform: uppercase;
    font-size: 45px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    line-height: 24px;
    padding-top: 10px
}

.therapist-part {
    padding-top: 80px;
    padding-bottom: 80px
}

.therapist-cont h5,
.therapist-cont p {
    color: #444
}

.therapist-cont h2 {
    color: #008838
}

.therapist-cont p {
    padding-bottom: 40px
}

.text-holder ul {
    display: inline-block;
    text-align: center
}

.text-holder ul li {
    float: left;
    margin: 30px 14px
}

.team-name {
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 24px;
    padding-top: 35px;
    color: #fff
}

.text-holder p {
    text-transform: capitalize;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    padding-top: 5px
}

.text-holder ul li a {
    color: #f89833;
    font-size: 16px
}

.add-more-mg-home {
    margin: -19px 0 0 0
}

.add-more-mg-button-new {
    margin: -18px 0 0 0
}

.text-holder ul li a:hover {
    color: #fff
}

.therapist-item,
.therapist-item .img-holder {
    overflow: hidden;
    position: relative;
    display: block
}

.therapist-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all .5s ease 0s;
    width: 100%
}

.therapist-item:hover .img-holder .overlay-style-one {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.therapist-item:hover .img-holder img {
    transform: scale(1, 1)
}

.add-bg-popup-new-home {
    background: #0e1629 !important
}

.therapist-item .text-holder {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    transition: all .8s ease;
    left: 0;
    position: absolute;
    width: 100%;
    bottom: -100%;
    background: -webkit-linear-gradient(100deg,#f89833 20%, #f89833 80%);
    background: -o-linear-gradient(100deg,#f89833 20%, #f89833 80%);
    background: -moz-linear-gradient(100deg,#f89833 20%, #f89833 80%);
    background: linear-gradient(100deg,#f89833 20%, #f89833 80%);
    z-index: 3
}

.therapist-item:hover .text-holder {
    transition: all .9s ease;
    bottom: 1px;
    border-bottom: none
}

.relaxation {
    background: url(../images/relax-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0
}

.add-cont-footer-home-all {
    line-height: 35px
}

.relaxation:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #f89833;
    opacity: .8;
    z-index: -9
}

.other-cont {
    color: #fff;
    padding: 100px 0
}

.other-cont p {
    padding-bottom: 55px
}

.service-br {
    border: 1px solid #f89833;
}

.service-br:hover {
    background: -webkit-linear-gradient(100deg, #f89833 20%, #f89833 80%);
    background: -o-linear-gradient(100deg, #f89833 20%, #f89833 80%);
    background: -moz-linear-gradient(100deg, #f89833 20%, #f89833 80%);
    background: linear-gradient(100deg, #f89833 20%, #f89833 80%);
    border: 1px solid transparent
}

.service-br:hover span {
    color: #fff
}

.other-cont ul {
    padding-top: 20px
}

.other-cont ul li {
    margin-top: 30px
}

.other-cont ul li a {
    font-family: "Playfair Display", sans-serif !important;
    font-weight: 400 !important;
    font-size: 43px;
    line-height: 24px;
    padding: 14px 42px !important;
    position: relative
}

.other-cont ul li a em {
    transform: translateY(4px);
    font-size: 16px;
    font-style: normal;
    font-family: "Playfair Display", sans-serif !important;
    position: absolute;
    text-transform: lowercase
}

.other-cont ul li a b {
    font-weight: 400;
    font-size: 35px
}

.other-cont ul li a span {
    font-family: "Open Sens", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px;
    color: #f89833;
    line-height: 28px
}

.Pricing {
    padding-bottom: 100px
}

.price-cont {
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s
}

.price-cont:before {
    position: absolute;
    content: '';
    top: -42%;
    left: -55px;
    border-radius: 100%;
    height: 400px;
    width: 400px;
    background: #f89833;
    z-index: -1
}

.price-cont:after {
    position: absolute;
    content: '';
    top: -42%;
    left: 0;
    border-radius: 0;
    height: 20%;
    width: 100%;
    background: 0 0;
    z-index: -9
}

.Pricing-top {
    padding: 32px 0;
    z-index: 99
}

.Pricing-top i {
    margin-bottom: 10px;
    color: #fff
}

.Pricing-top h6 {
    color: #fff;
    font-size: 30px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: -1px
}

.Pricing-top [class*=" flaticon-"]:after,
.Pricing-top [class*=" flaticon-"]:before,
.Pricing-top [class^=flaticon-]:after,
.Pricing-top [class^=flaticon-]:before {
    margin-left: 0 !important;
    font-size: 70px !important
}

.price-list {
    margin-top: 50px;
    margin-bottom: 50px
}

.price-list p {
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #444;
    padding-bottom: 25px
}

.price-btn {
    margin-top: 10px;
    color: #f89833 !important;
    background: #fff;
    border: 1px solid #ccc
}

.price-list li:last-child {
    margin-top: 16px
}

.price-cont:hover p {
    color: #fff !important;
    -webkit-transition: ease all .9s;
    -moz-transition: ease all .9s;
    -o-transition: ease all .9s;
    transition: ease all .9s
}

.price-cont:hover:before {
    background-color: #f89833;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    -o-transition: ease all 1s;
    transition: ease all 1s
}

.price-cont:hover:after {
    background-color: #f89833;
    bottom: 0;
    left: 0;
    border-radius: 0;
    height: 100%;
    top: 0;
    -webkit-transition: ease all .9s;
    -moz-transition: ease all .9s;
    -o-transition: ease all .9s;
    transition: ease all .9s
}

.price-btn:hover,
.price-cont:hover .price-btn {
    color: #fff !important;
    border: 1px solid #f89833;
    background: -webkit-linear-gradient(100deg, #f89833 20%, #f89833 80%);
    background: -o-linear-gradient(100deg, #f89833 20%, #f89833 80%);
    background: -moz-linear-gradient(100deg, #f89833 20%, #f89833 80%);
    background: linear-gradient(100deg, #f89833 20%, #f89833 80%)
}

.testimoni {
    background: url(../images/testimonial-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative
}

.testimoni:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffc800;
    opacity: .8;
    z-index: -9
}

.testimoni-cont h2,
.testimoni-cont h5,
.testimoni-cont p,
.testimonial-cont {
    color: #fff
}

.testimonial-content {
    color: #fff;
    padding-top: 10px
}

.testimonial-content img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-bottom: 30px
}

.left-side-bar {
    max-width: 340px
}

.testimonial-content p {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 50%
}

.widget-posts {
    position: relative;
    background: #fff;
    padding: 35px 30px;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #ffc800
}

.title-widget h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 43px;
    text-transform: capitalize;
    color: #1f1c1c;
    margin-bottom: 6px;
    border-bottom: 3px solid #ffc800
}

.widget-posts .lastet-posts:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.links-services {
    padding-left: 0;
    margin-bottom: 0;
    border-top: none
}

.links-services li {
    border-bottom: 1px solid #f5f3f3;
    margin-right: 0;
    margin-left: 0
}

.links-services li a {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    display: block;
    line-height: 15px;
    text-transform: capitalize;
    color: #898989;
    padding-top: 15px;
    transition: all .4s
}

.testimoni .slick-dots li {
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    margin: 0 -20px;
    color: #48416f;
    margin-top: 60px;
    margin-bottom: 60px
}

.add-new-txt-home-ser {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    margin: 6px 0 0 0
}

.blog-area .single-blog .info {
    padding: 5px;
    margin: 7px 0 23px 0
}

.blog-area .btn {
    margin: 20px 0 0
}

.add-course-name-home a {
    font-size: 18px;
    font-weight: 700;
    color: #2dd3c7
}

.add-course-name-home {
    font-size: 18px;
    font-weight: 700
}

.add-new-sr-sec {
    padding: 30px 0;
    position: relative
}

.testimoni .slick-dots .slick-active {
    background: #fff
}

.testimoni .slick-dots li button {
    display: block;
    outline: 0;
    font-size: 0;
    line-height: 24px;
    font-weight: 500;
    font-family: Arimo;
    background: 0 0;
    color: transparent;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 100%;
    border: 2px solid #fff;
    padding: 0;
    height: 15px;
    width: 15px
}

.form {
    background: #fff;
    width: 100%;
    padding: 44px 20px 7px 20px;
    border-radius: 5px;
    border: transparent;
    -webkit-box-shadow: 0 0 10px 0 rgba(105, 90, 166, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(105, 90, 166, .2);
    box-shadow: 0 0 10px 0 rgba(105, 90, 166, .2);
    z-index: 999;
    position: inherit
}

.flato2 {
    margin-bottom: 21%
}

.cont-inline2 .cont-group .form-control,
.cont-inline2 .cont-group textarea {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 5px 10px;
    height: 40px;
    color: #777 !important;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 20px;
    padding-left: 17px
}

.cont-inline2 .cont-group textarea {
    position: relative;
    height: 120px;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #777 !important;
    border-radius: 5px
}

.send_btn {
    margin-top: 1%
}

.send_btn a {
    position: absolute;
    border-style: none;
    transition: all .3s ease;
    text-transform: capitalize;
    font-family: 'Baloo Paaji', cursive;
    font-weight: 400;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 25px;
    font-size: 16px;
    color: #695aa6;
    text-decoration: none;
    cursor: pointer;
    border: transparent;
    left: 88.5%;
    -webkit-box-shadow: 0 0 10px 0 rgba(105, 90, 166, .3);
    -moz-box-shadow: 0 0 10px 0 rgba(105, 90, 166, .3);
    box-shadow: 0 0 10px 0 rgba(105, 90, 166, .3)
}

.send_btn a:hover {
    background-color: #695aa6;
    -webkit-box-shadow: 0 0 10px 0 rgba(105, 90, 166, .9);
    -moz-box-shadow: 0 0 10px 0 rgba(105, 90, 166, .9);
    box-shadow: 0 0 10px 0 rgba(105, 90, 166, .9);
    color: #fff
}

.border-blog {
    transform: translate(-15px, 0);
    padding-left: 0;
    padding-right: 0
}

.blog-content {
    padding: 25px 38px 52px 15px;
    border: 1px solid #e1e1e1;
    border-left: none
}

.blog-content h4 {
    font-size: 17px;
    color: #3c6f26;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    line-height: 43px
}

.blog-content h6 {
    font-size: 14px;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 18px;
    padding-top: 4px;
    line-height: 24px
}

.blog-content p {
    font-size: 16px;
    line-height: 24px;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 3px
}

.blog-content a {
    font-size: 15px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    background: #f89833;
    line-height: 24px;
    text-transform: capitalize;
    padding: 6px
}

.blog-content:hover {
    background: #7db000;
    border: 1px solid #3c7026
}

.blog-content:hover a,
.blog-content:hover h4,
.blog-content:hover h6,
.blog-content:hover p {
    color: #fff
}

.blog-browse {
    margin-top: 60px
}

footer {
    background-color: #242c37;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#contact {
    padding: 53px 0
}

.add-new-copy-ff {
    color: #fff
}

.add-new-copy-ff a {
    color: #fff
}

.add-new-copy-ff a:hover {
    color: #fff
}

.footer-social p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: justify;
    margin-top: 12px;
    font-family: "Open Sans", sans-serif
}

.footer-social ul li {
    float: left
}

.footer-social ul li i {
    color: #fff;
    opacity: .5;
    padding-right: 17px;
    margin-top: 30px
}

.footer-social ul li i:hover {
    color: #fff;
    opacity: 1
}

.recent-tweet li h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    padding-right: 30px
}

.recent-tweet ul li i {
    padding-right: 30px
}

.treatment h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
    font-family: "Open Sans", sans-serif
}

.treatment ul li {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif
}

.treatment ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 32px
}

.recent-tweet h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif
}

.add-new-button-mg {
    margin: -61px 0 0 0
}

.recent-tweet ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif
}

.instragram h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif
}

.instragram ul li {
    float: left;
    margin: 2px;
    transition: all .5s ease 0s
}

.instragram ul li:hover {
    transform: scale(1.14)
}

.copy-right p {
    font-size: 13px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 20px;
    background: #031521;
    padding: 6px;
    text-align: center;
    border-radius: 58px;
    line-height: 24px
}

.about-banner {
    background: url(../images/about-banner-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: 46px
}

.about-banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f89833;
    opacity: .8;
    z-index: -9
}

.about-banner-inner h3 {
    font-size: 50px;
    color: #fff;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    line-height: 24px;
    padding: 225px 0 110px;
    text-transform: capitalize
}

.p0 {
    padding: 0
}

.ser-user {
    position: relative
}

.about-service {
    height: 363px;
    overflow: hidden
}

.ser-user img {
    width: 100%;
    height: 363px;
    object-fit: cover
}

.about-service {
    position: relative
}

.ser-test-2 {
    background: #f89833;
    position: relative;
    z-index: 99
}

.ser-test-2:after {
    position: absolute;
    content: '';
    top: 0;
    left: -300%;
    height: 100%;
    width: 300%;
    background: #f89833;
    opacity: 1;
    z-index: 9
}

.ser-test {
    position: absolute;
    top: 0;
    float: right;
    right: -43px;
    z-index: 0;
    height: 484px;
    overflow: hidden;
    width: 1400px
}

.feature-title {
    background: #f89833;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    opacity: .8
}

.feature-title h5 {
    color: #fff;
    padding: 25px 0;
    font-size: 30px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    line-height: 24px
}

.feature-title-mid {
    background: #f89833;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    opacity: .8
}

.feature-title-mid h5 {
    color: #fff;
    padding: 25px 0;
    font-size: 30px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    line-height: 24px
}

.about-chooseus .heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.exclusive-part {
    padding-bottom: 50px;
    margin-top: -30px
}

.service-page {
    overflow: hidden
}

.service-page-img {
    position: relative;
    transition: all 1s ease
}

.ser-color {
    position: absolute;
    bottom: 0;
    top: 62%;
    width: 100%;
    color: #fff;
    transition: all 1s ease;
    padding: 15px 35px 30px;
    background:#f89833;
}

.ser-color2 {
    position: absolute;
    bottom: 0;
    top: 62%;
    transition: all 2s ease;
    width: 100%;
    color: #fff;
    padding: 15px 35px 30px;
    background: #f89833;
}

.service-page-img:hover .ser-color,
.service-page-img:hover .ser-color2 {
    top: 0;
    transition: all 1s ease
}

.service-page-img:hover .ser-color i,
.service-page-img:hover .ser-color p,
.service-page-img:hover .ser-color2 i,
.service-page-img:hover .ser-color2 p {
    display: block;
    transition: all 1s ease
}

.ser-color i,
.ser-color2 i {
    padding-top: 20px
}

.ser-color i,
.ser-color p,
.ser-color2 i,
.ser-color2 p {
    display: none
}

.ser-color [class*=" flaticon-"]:after,
.ser-color [class*=" flaticon-"]:before,
.ser-color [class^=flaticon-]:after,
.ser-color [class^=flaticon-]:before,
.ser-color2 [class*=" flaticon-"]:after,
.ser-color2 [class*=" flaticon-"]:before,
.ser-color2 [class^=flaticon-]:after,
.ser-color2 [class^=flaticon-]:before {
    margin-left: 0 !important;
    font-size: 60px !important
}

.service-page-img h5 {
    font-size: 30px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    padding-top: 20px
}

.service-page-img p {
    font-size: 15px;
    font-family: "Open Sens", sans-serif;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px
}

.relaxation2 {
    background: url(../images/free-seation-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0
}

.relaxation2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #f89833;
    opacity: .8;
    z-index: -9
}

.modal-content,
.modal-header {
    background: 0 0;
    border-color: transparent
}

.modal-dialog {
    margin-top: 100px;
    max-width: 800px !important;
    z-index: 99999
}

.download-close {
    float: right;
    background: -webkit-linear-gradient(100deg, #f89833 20%, #f89833 80%);
    background: -o-linear-gradient(100deg, #f89833 20%, #f89833 80%);
    background: -moz-linear-gradient(100deg, #f89833 20%, #f89833 80%);
    background: linear-gradient(100deg, #f89833 20%, #f89833 80%);
    border-radius: 50%;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    z-index: 99999;
    position: absolute;
    right: 185px;
    top: 72px
}

.download-close i {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    padding: 0 13px
}

.download-icon {
    margin-left: 59%;
    transform: translateX(-50%);
    margin-top: 30px
}

.news_letter {
    position: relative;
    width: 441px;
    height: 343px;
    margin-top: 25%;
    background: #fff;
    margin-left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%)
}

.letter_img {
    width: 34%;
    float: left
}

.letter_inner {
    text-align: left;
    margin-left: 5%;
    margin-right: 26%;
    padding-top: 14px
}

#letter input {
    position: relative;
    color: #ccc;
    border: .5px solid #ccc;
    font-size: 14px;
    border-radius: 50px;
    font-family: "Open Sans", sans-serif;
    height: 45px;
    background: 0 0;
    width: 400px;
    padding-left: 22px;
    z-index: 9;
    box-shadow: none
}

#letter input:focus {
    outline: 0 !important;
    border: .5px solid #ccc;
    color: #f89833
}

#letter::placeholder {
    color: #f89833;
    opacity: 1
}

#letter .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9
}

.modal-open {
    padding-right: 0 !important
}

.modal-open .navbar {
    margin-right: inherit !important
}

.modal {
    background: #0e16299c
}

.pop-up {
    position: relative;
    margin-top: 45px
}

.pop-up .btn {
    padding: 11px 35px !important;
    font-family: "Open Sans", sans-serif !important;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    border: 0 none
}

#back-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #76a402;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    display: none;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    z-index: 999;
    padding: 14px;
    text-align: center
}

#back-top-btn i {
    position: relative;
    color: #fff;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s
}

#back-top-btn:hover {
    background: #324403;
    box-shadow: 0 0 40px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 40px 4px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 40px 4px rgba(0, 0, 0, .3)
}

.error {
    background: url(../images/404-background-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.product-page-inner2 {
    position: relative;
    width: 475px;
    float: right;
    margin-right: 50px
}

.error-content {
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 450px
}

.error-content h2 {
    padding-top: 80px;
    font-size: 200px;
    font-family: "Open Sens", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 200px;
    color: #f89833;
    animation: bulb 10s infinite
}

.error-content h3 {
    font-size: 30px;
    font-family: "Open Sens", sans-serif;
    font-weight: 700;
    line-height: 30px;
    color: #444;
    margin-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase
}

.error-content p {
    font-size: 16px;
    font-family: "Open Sens", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #444;
    padding-bottom: 40px
}

.blog-detail-banner {
    background: url(../images/blog-details-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: 46px
}

.blog-detail-banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f89833;
    opacity: .8;
    z-index: -9
}

.blog-detail-inner {
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.blog-detail-inner h4 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #f89833;
    font-size: 30px;
    padding: 30px 0 10px
}

.gallery-title {
    font-size: 36px;
    color: #42b32f;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e
}

.filter-button {
    font-size: 18px;
    border: 1px solid #42b32f;
    border-radius: 5px;
    text-align: center;
    color: #42b32f;
    margin-bottom: 30px
}

.contact-item .inner-contact h4 {
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
    font-weight: 600;
    color: #02185a;
    padding-bottom: 10px;
    text-transform: capitalize
}

.contact-item .inner-contact span {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #ffc800;
    border: 1px solid #0c0c0c;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px
}

.contact-item .inner-contact {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e4e4;
    padding-bottom: 25px
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.contact-item {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #eee;
    border-radius: 2px
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #42b32f;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #42b32f
}

.btn-default:active .filter-button:active {
    background-color: #42b32f;
    color: #fff
}

.port-image {
    width: 100%
}

.gallery_product {
    margin-bottom: 30px
}

.add-mg-new-inner-about {
    margin: -180px 0 0 0
}

.blog-detail-inner p {
    letter-spacing: -.3px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    font-weight: 500;
    line-height: 26px;
    color: #444;
    padding-bottom: 20px
}

.search-icon button {
    text-decoration: none;
    position: absolute;
    right: 27px;
    font-size: 16px;
    top: 1px;
    cursor: pointer;
    background: 0 0;
    border: 1px solid transparent;
    padding: 5px;
    z-index: 99
}

.search-icon button a {
    color: #f89833
}

.search-icon i {
    color: #bfbfbf
}

.search-icon i:hover {
    color: #f89833
}

.search-icon .form-control:focus {
    border-color: #bfbfbf
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

button:focus {
    outline: 0
}

.sidebar_search {
    margin-bottom: 50px
}

.search-icon input {
    height: 42px;
    width: 100%;
    display: inline-block;
    border: 1px solid #bfbfbf;
    font-size: 13px;
    border-radius: 30px;
    padding-left: 20px;
    font-family: 'Open Sens', sans-serif
}

.sidebar_search input::placeholder {
    color: #bfbfbf;
    opacity: 1
}

.sidebar_categori h2 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #f89833;
    font-size: 30px;
    padding: 0 0 30px
}

.sidebar_categori .row {
    margin-bottom: 25px
}

.news {
    padding-top: 20px
}

.news a {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #f89833;
    font-size: 24px
}

.news p {
    font-family: "Open Sens", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #444;
    font-size: 16px;
    padding-top: 12px
}

.tag h2 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #f89833;
    font-size: 26px;
    text-transform: capitalize;
    margin-top: 50px;
    padding-bottom: 30px
}

.tag a {
    font-family: 'Open Sens', sans-serif;
    font-weight: 400;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
    background: #f89833;
    padding: 8px 20px;
    border-radius: 30px
}

.blog_comments h4 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #444;
    font-size: 26px;
    text-transform: capitalize;
    padding-bottom: 30px
}

.media-body {
    padding-left: 15px
}

.media-heading {
    font-family: 'Open Sens', sans-serif;
    font-weight: 600;
    line-height: 24px;
    color: #444;
    font-size: 16px
}

.media-heading span {
    font-weight: 400;
    padding-left: 10px
}

.media-heading span em {
    font-weight: 400;
    color: #f89833;
    font-style: normal
}

.media-body p {
    font-family: 'Open Sens', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #444;
    padding-bottom: 30px
}

.media-bdr {
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0 0
}

.media-middle-last {
    padding-left: 80px
}

.media_last {
    padding-top: 30px
}

.blogdetails_form h4 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #444;
    font-size: 26px;
    padding-top: 30px
}

.blogdetails_form form .form-group.col-sm-12 textarea {
    width: 720px;
    height: 140px;
    margin-top: 40px;
    padding: 15px 20px
}

.blogdetails_form form input::placeholder,
.blogdetails_form form textarea::placeholder {
    color: #bfbfbf;
    opacity: 1
}

.blogdetails_form form .form-group {
    margin-left: 0
}

.blogdetails_form form .form-group input,
.blogdetails_form form .form-group textarea {
    color: #888;
    text-transform: capitalize;
    resize: none;
    font-family: 'Open Sens', sans-serif;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    font-size: 14px;
    padding: 15px 0 15px 20px
}

.blogdetails_form {
    margin-top: 30px;
    margin-bottom: 25px
}

.contact-banner {
    background: url(../images/counter-background-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: 46px
}

.contact-banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f89833;
    opacity: .8;
    z-index: -9
}

.aboutus .blogdetails_form form .form-group.col-sm-12 textarea {
    width: 100%;
    height: 140px;
    margin-top: 40px;
    padding: 15px 20px
}

.contact-in p {
    font-family: 'Open Sens', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #444;
    font-size: 16px
}

.contact-in {
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-53%)
}

.contact-img,
.contact-inner {
    position: relative;
    padding: 0
}

.contact-text {
    position: absolute;
    bottom: 0;
    z-index: 99;
    color: #fff;
    padding: 80px 100px
}

.contact-img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(to top, #f89833 20%, transparent 90%);
    background: -o-linear-gradient(to top, #f89833 20%, transparent 90%);
    background: -moz-linear-gradient(to top, #f89833 20%, transparent 90%);
    background: linear-gradient(to top, #f89833 20%, transparent 90%);
    opacity: .8;
    z-index: 1
}

.form-map {
    position: relative;
    width: 100%
}

.form-map iframe {
    width: 100%;
    border: 0;
    height: 500px;
    position: relative;
    z-index: 99;
    margin-bottom: -5px
}

@keyframes bulb {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes stretch {
    0% {
        transform: scale(.3);
        background-color: #f89833;
        border-radius: 100%
    }

    50% {
        background-color: #f89833
    }

    100% {
        transform: scale(1);
        background-color: #f89833
    }
}

@keyframes zoom {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.2, 1.2)
    }

    100% {
        transform: scale(1, 1)
    }
}








.heading h1 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -1px;
    word-spacing: 6px;
    font-size: 31px;
}