/*
Theme Name: CRest Beauty Spa Pro
Theme URI: https://www.themescave.com/themes/wordpress-theme-crest-beauty-spa-pro/
Author: themescave
Author URI: https://themescave.com
Description: CRest Beauty Spa is clean and beautiful WordPress Theme focused on Spa and Salon business used in many multipurpose business like Beauty Salon Spa, massage parlours, beauty center, luxury spa, wellness center, hair care products, dermatologist, rehabilitation and rejuvenation health services and chiropractic therapy, meditation center, cosmetics, nail salon, beauty salon, yoga studio, hairdressing, ayurvedic, manicures, pedicures, makeup, mashups, nails, detox, tanning, facials, waxing, massages or other Hair & Barber hair salon, spa and body treatments, massage parlour, male grooming, physiotherapy centre, hospitality and other similar websites, makeup artist, beauty spa and all such related websites.  It is SEO-friendly will improve your site rank soon on major search engines like Google. This theme is a fully responsive and mobile friendly theme that support all type of devices. 
Version: 1.0
Requires at least: 4.0
Tested up to: 6.0
Requires PHP: 5.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crest-beauty-spa-pro
Tags: custom-menu,one-column,right-sidebar,theme-options,threaded-comments,translation-ready,blog,custom-background,custom-colors,custom-header,custom-logo,editor-style,featured-images,full-width-template,two-columns,portfolio

CRest Beauty Spa Pro WordPress Theme has been created by themescave(themescave.com), 2022.
CRest Beauty Spa Pro WordPress Theme is licensed under the GPL.
*/
/* main tags */

/*extra Classes */


* {
    margin: 0;
    padding: 0;
    outline: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/***
====================================================================
## Start CSS
====================================================================
***/

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

#top {
    position: relative;
}


/**
 * Typography
 * -------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #844c85;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}


/**
 * Elements
 * -------------------------------------------------------------
 */

.clr {
    clear: both;
}


/***
====================================================================
## Header
====================================================================
***/

.mainheader {
    position: relative;
    width: 100%;
    z-index: 999;
}

.header-top {
    padding: 10px 0;
    background-color: #fbe4e6;
}

.header-top .container {}

@media (max-width: 1100px) {
    .mainheader {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .header-top {
        padding: 20px 0;
    }
}


/**
 * Logo
 * -------------------------------------------------------------
 */

.logo {
    float: left;
    line-height: 0;
}

.logo a {
    display: inline-block;
}

.logo img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .logo {
        float: none;
        text-align: center;
        margin-top: 20px;
    }
}


/**
 * Social
 * -------------------------------------------------------------
 */

.header-top .right {
    float: right;
    text-align: right;
    margin-top: 10px;
}

.header-top .social-icons a {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: none;
    border: solid 1px transparent;
    border-radius: 50%;
    font-size: 14px;
    color: #161616;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}

.header-top .social-icons a:hover {
    background: #ef7a86;
    border-color: #ef7a86;
    color: #fff;
}

.header-top .social-icons a:not(:last-child) {
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .header-top .right {
        float: none;
        text-align: center;
        margin-top: 0;
    }
}


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

.header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 999;
}

.header .header-inner {
    position: relative;
    margin: 0 auto;
    padding: 5px 0;
}

.header-box.header-right {}

.header-navigation {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0;
}

.header-nav {
    text-align: center;
}

.header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav ul li {
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 10px 15px;
}

.header-nav ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.header-nav ul li.current_page_item a,
.header-nav ul li a:hover,
.header-nav ul li:hover a {
    color: #fff;
}

.header-nav ul li.current_page_item,
.header-nav ul li:hover {
    background: #844c85;
}

.toggle {
    display: none;
}

.toggle a.toggleMenu {
    width: 100%;
    background: #844c85 url(../wp-content/uploads/2022/09/mobile_nav_right.png) no-repeat right center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 10px;
}

@media screen and (max-width: 980px) {
    .toggle {
        display: block;
    }
    .header .header-inner {
        padding: 0;
    }
    .header-box.header-right {
        margin-top: 5px;
    }
    .header-nav {
        background-color: #333;
    }
    .header-nav ul li {
        display: block;
        text-align: left;
        padding: 10px;
        border-bottom: solid 1px #444;
    }
    .header-nav ul li:last-child {
        border-bottom: none;
    }
    .header-nav ul li a {
        display: block;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
    }
    .header-nav ul li.current_page_item a,
    .header-nav ul li a:hover,
    .header-nav ul li:hover a {
        color: #ef7a86;
    }
    .header-nav ul li.current_page_item,
    .header-nav ul li:hover {
        background: none;
    }
}

@media screen and (max-width: 767px) {
    .header-box.header-right {
        margin-top: 0;
    }
}


/***
====================================================================
## Slider
====================================================================
***/

.slider-main {}

.nivoSlider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(132 76 133 / 50%);
    top: 0;
    left: 0;
    z-index: 1;
}

.nivo-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(132 76 133 / 60%);
    top: 0;
    left: 0;
    z-index: 1;
}


/**
 * Nivo Caption
 * -------------------------------------------------------------
 */

#slider .nivo-caption {}

#slider .nivo-caption .slide_info {}

#slider .nivo-caption .slide_info p {
    margin: 0;
    padding: 0;
    color: #fff;
    /*text-shadow: 1px 0 0 #333;*/
}


/**
 * Direction nav styles (e.g. Next & Prev)
 * -------------------------------------------------------------
 */

a.nivo-prevNav {
    right: 0;
    background: #fff url(../wp-content/uploads/2022/09/slide-nav.png) no-repeat -7px center;
}

a.nivo-nextNav {
    right: 0px;
    top: 80px;
    background: #fff url(../wp-content/uploads/2022/09/slide-nav.png) no-repeat -87px center;
}

a.nivo-prevNav:hover {
    background: #844c85 url(../wp-content/uploads/2022/09/slide-nav-a.png) no-repeat -7px center;
}

a.nivo-nextNav:hover {
    background: #844c85 url(../wp-content/uploads/2022/09/slide-nav-a.png) no-repeat -87px center;
}


/***
====================================================================
## Keyword
====================================================================
***/

#aboutsection {
    padding: 50px 0;
    background: #fff;
    border-top: solid 1px #E1E1E1;
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
}

#aboutsection .container {
    text-align: center;
}

#aboutsection .about-boxy {}

#aboutsection .about-boxy p {
    margin: 0;
    padding: 0;
}


/***
====================================================================
## Categories-1
====================================================================
***/

#welcomeareay {
    position: relative;
    padding: 50px 0;
}

/*#welcomeareay:before {
    position: absolute;
    width: 100%;
    content: "";
    background-color: #fad7da;
    left: -77.5%;
    top: 0px;
    bottom: 0;
}*/

/*@media screen and (max-width:767px) {
    #welcomeareay::before {
        display: none;
    }
}*/

.welcome-boxy {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}

.welcome-boxy .left-column-50 {}

.welcome-boxy .welcome_thumbnail {}

.welcome-boxy .welcome_thumbnail img {
    object-fit: cover;
    width: 100%;
}

.welcome-boxy .right-column-50 {
    text-align: center;
}

.welcome-boxy .welcome_pagecontent {}

.welcome-boxy .right-column-50 h2.section_title {}

.welcome-boxy .right-column-50 p {}

@media screen and (max-width: 767px) {
    .welcome-boxy .left-column-50,
    .welcome-boxy .right-column-50 {
        text-align: center;
        float: none;
        width: 100%;
    }
    .welcome-boxy .welcome_thumbnail {
        margin-bottom: 20px;
    }
}


/***
====================================================================
## Post 4-1
====================================================================
***/

#pagearea {
    position: relative;
    padding: 0 0 50px;
    background: #f6f6f6;
}

#pagearea .container {
    width: 100%;
}

#pagearea .pagecommoncl .topboxbg {
    position: relative;
    padding: 35px 0;
    transition: all .2s ease-in-out;
}

#pagearea .columnbox1 .topboxbg {
    background: #fad7da;
}

#pagearea .columnbox2 .topboxbg {
    background: #fdf1f2;
}

#pagearea .columnbox3 .topboxbg {
    background: #fad7da;
}

#pagearea .columnbox4 .topboxbg {
    background: #fdf1f2;
}

#pagearea .pagecommoncl .topboxbg:hover {
    background: #fff;
}

#pagearea .pagecommoncl .topboxbg h3 {
    padding: 0 20px;
}

#pagearea .pagecommoncl .topboxbg h3 a {
    color: #333;
}

#pagearea .pagecommoncl .topboxbg .thumbbx {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

#pagearea .pagecommoncl .topboxbg .thumbbx img {
    object-fit: cover;
    width: 100%;
}

#pagearea .pagecommoncl .topboxbg .pagecontent {
    padding: 0 20px;
}

#pagearea .pagecommoncl .topboxbg .pagecontent p {}

.menuordernow {
    display: inline-block;
    background: #fff;
    border: solid 1px #844c85;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #844c85;
    padding: 10px 20px;
    margin-top: 20px;
}

.menuordernow:hover {
    background: #844c85;
    border-color: #844c85;
    color: #fff;
}


/***
====================================================================
## Categories-2 / Option-1
====================================================================
***/

#ourskills {
    position: relative;
    padding: 50px 0;
}

#ourskills:before {
    position: absolute;
    width: 100%;
    content: "";
    background-color: #fad7da;
    left: -77.5%;
    top: 0px;
    bottom: 0;
}

/*@media screen and (max-width:767px) {
    #ourskills::before {
        display: none;
    }
}*/

#ourskills .container {}

#ourskills .skillwrap {}

#ourskills .skillwrap .history_thumbnail {
    float: left;
    width: 50%;
}

#ourskills .skillwrap .history_thumbnail_image {}

#ourskills .skillwrap .thumbnail_image {}

#ourskills .skillwrap .thumbnail_image img {}

#ourskills .skillwrap .history_counter {
    text-align: center;
    float: right;
    width: 50%;
}

#ourskills .skillwrap .sec_content_main_title {}

#ourskills .skillwrap .sec_content_main_title h2 {}

#ourskills .skillwrap .pagecontent {}

#ourskills .skillwrap .pagecontent p {
    margin: 0;
}

@media screen and (max-width: 767px) {
    #ourskills .skillwrap .history_thumbnail {
        text-align: center;
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    #ourskills .skillwrap .history_counter {
        text-align: center;
        float: none;
        width: 100%;
    }
    #ourskills .skillwrap .history_thumbnail_image {
        width: 320px;
        margin: 0 auto 20px;
    }
}


/***
====================================================================
## Categories-2 / Option-2
====================================================================
***/

#Videocave {
    position: relative;
    padding: 160px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#Videocave:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(132 76 133 / 60%);
    top: 0;
    left: 0;
    z-index: -1;
}

#Videocave .container {}

#Videocave .videocave-wrap {}

#Videocave .left-column-50 {
    text-align: center;
    float: none;
    margin: 0 auto;
}

#Videocave .sec_content_main_title {}

#Videocave .sec_content_main_title h2 {
    color: #fff;
}

#Videocave .pagecontent {}

#Videocave .pagecontent p {
    margin: 0;
    color: #fff;
}

@media screen and (max-width: 992px) {
    #Videocave .left-column-50 {
        width: 100%;
    }
}


/***
====================================================================
## Post 2-1
====================================================================
***/

#newswraper {
    padding: 50px 0;
    background: #fcfcfc;
    border-top: solid 1px #E1E1E1;
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
}

#newswraper .container {}

#newswraper .blogpostwrap {}

.fourcolumn-news {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.news-box {
    float: none;
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 48%;
    margin-right: 3%;
}

.news-box.last {
    margin-right: 0;
}

.news-box .news-thumb {
    overflow: hidden;
    position: relative;
}

.news-box .news-thumb img {
    object-fit: cover;
    width: 100%;
}

.news-box .newsdesc {
    padding: 20px;
}

.news-box .newsdesc h3 {}

.news-box .newsdesc h3 a {
    color: #333;
}

.news-box .newsdesc p {
    margin: 0;
}

.news-box:hover {
    background: #844c85;
}

.news-box:hover .news-thumb img {
    opacity: 0.5;
}

.news-box:hover h3 a {
    color: #fff;
}

.news-box:hover .newsdesc p {
    color: #fff;
}

@media screen and (min-width:300px) and (max-width: 480px) {
    .news-box {
        clear: both;
        text-align: center;
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
    .news-box.last {
        margin-bottom: 0;
    }
}


/***
====================================================================
## Content Six
====================================================================
***/

#testimonialmain {
    position: relative;
    padding: 50px 0;
}

#testimonialmain .container {}

#testimonialmain .testimonials-wrap {
    text-align: center;
}

#testimonialmain .sec_content_main_title {}

#testimonialmain .sec_content_main_title h2 {
    font-weight: normal;
}

#testimonialmain .pagecontent {}

#testimonialmain .pagecontent h3 {}

#testimonialmain .pagecontent p {}

#testimonialmain #clienttestiminials {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

#testimonialmain .testimonial-box-bg {
    position: relative;
    background-color: #f6f6f6;
    padding: 35px;
    margin-top: 20px;
}

#testimonialmain .tmthumb {}

#testimonialmain .tmthumb img {
    object-fit: cover;
    width: 100%;
}


/***
====================================================================
## Single
====================================================================
***/

.content-area {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}

.middle-align {
    margin: 0 auto;
    padding: 0;
}

.site-main {
    float: left;
    width: 710px;
    margin: 0;
    padding: 0;
}

#sidebar {
    float: right;
    width: 360px;
}

@media screen and (max-width: 992px) {
    .content-area {
        width: 100%;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-main,
    #sidebar {
        float: none;
        width: 100%;
    }
}


/***
====================================================================
## Innerbanner
====================================================================
***/

.innerbanner {
    overflow: hidden;
}

.innerbanner img {
    object-fit: cover;
    width: 100%;
}


/***
====================================================================
## Single Post
====================================================================
***/

.site-main {}

article.single-post {
    margin-bottom: 50px;
}

article.single-post .blog-post-repeat {}

article.single-post .entry-header {}

article.single-post h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

article.single-post .post-thumb.blogsingle {
    margin-bottom: 20px;
}

article.single-post .post-thumb.blogsingle img {
    object-fit: cover;
    width: 100%;
}

article.single-post .entry-content {}

article.single-post .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
}

article.single-post .entry-content p {}


/***
====================================================================
## Sidebar
====================================================================
***/

#sidebar {}

#sidebar aside {
    margin-bottom: 30px;
}

#sidebar aside:last-child {}

.wp-block-group {
    box-sizing: border-box;
}

.wp-block-group__inner-container {}

#sidebar aside h2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 10px 20px;
    background: #844c85;
}

#sidebar aside h2 a {
    color: #fff;
}

#sidebar aside ul {
    list-style: none;
    margin: 0;
    padding: 20px;
    background: #f9f9f9;
}

#sidebar aside ul li {
    margin: 0;
    padding: 10px 0 10px 15px;
    border-bottom: dashed 1px #28374a;
    background: url(../wp-content/uploads/2022/09/icon.png) no-repeat left center;
}

#sidebar aside ul li:last-child {
    border-bottom: none;
}

#sidebar aside ul li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#sidebar aside ul li a:hover,
#sidebar aside ul li:hover a {
    color: #844c85;
}


/***
====================================================================
## Footer
====================================================================
***/

#footer-wrapper {
    position: relative;
}

.copyright-wrapper {
    text-align: center;
    position: relative;
    padding: 30px 0;
    background-color: #4f2d4f;
}

.copyright-txt {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

#footer-wrapper .copyright-wrapper a {
    color: #ef7a86;
}


/***
====================================================================
## Back Top
====================================================================
***/

#back-top {
    position: fixed;
    bottom: 15px;
    right: 25px;
}

#back-top a {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: #fff url(../wp-content/uploads/2022/09/up-arrow.png) no-repeat center;
    border: solid 5px #222;
    border-radius: 50%;
    opacity: 0.5;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    opacity: 1;
}


/***
====================================================================
## End CSS
====================================================================
***/

/*section {
    padding: 50px 0;
}*/

section .container {
    z-index: 999;
}

.clear {
    clear: both;
}

img {
    margin: 0;
    padding: 0;
    border: none;
}

section img,
img {
    max-width: 100%;
}

.left-column-10,
.left-column-20,
.left-column-30,
.left-column-40,
.left-column-45,
.left-column-50,
.left-column-60,
.left-column-70,
.left-column-80,
.left-column-90,
.right-column-10,
.right-column-20,
.right-column-30,
.right-column-40,
.right-column-45,
.right-column-50,
.right-column-60,
.right-column-70,
.right-column-80,
.right-column-90 {
    float: left;
    padding: 0 15px;
}

.left-column-10 {
    width: 10%;
}

.left-column-20 {
    width: 20%;
}

.left-column-30 {
    width: 30%;
}

.left-column-40 {
    width: 40%;
}

.left-column-45 {
    width: 45%;
}

.left-column-50 {
    width: 50%;
}

.left-column-60 {
    width: 60%;
}

.left-column-70 {
    width: 70%;
}

.left-column-80 {
    width: 80%;
}

.left-column-90 {
    width: 90%;
}

.right-column-10 {
    width: 10%;
}

.right-column-20 {
    width: 20%;
}

.right-column-30 {
    width: 30%;
}

.right-column-40 {
    width: 40%;
}

.right-column-45 {
    width: 45%;
}

.right-column-50 {
    width: 50%;
}

.right-column-60 {
    width: 60%;
}

.right-column-70 {
    width: 70%;
}

.right-column-80 {
    width: 80%;
}

.right-column-90 {
    width: 90%;
}

.space5 {
    height: 5px;
    clear: both;
}

.left {
    float: left;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

article ul,
article ol {
    margin: 0 0 15px 15px;
}

article ul li {
    list-style: disc;
}

blockquote {
    background: url(wp-content/uploads/2022/09/icon_quote.png) no-repeat 20px 22px;
    padding: 15px 15px 15px 60px !important;
    font-style: italic;
    color: #888;
    font-size: 14px;
    line-height: 1.5;
}

.custom-height {
    min-height: 20px;
}

.wp-caption {
    margin: 0;
    padding: 0;
    font-size: 13px;
    max-width: 100%;
}

.wp-caption-text {
    margin: 0;
    padding: 0;
}

.sticky {
    margin: 0;
    padding: 0;
}

.gallery-caption {
    margin: 0;
    padding: 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 13px;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 0;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.main-container ol {
    list-style-position: outside;
    margin-left: 20px;
}

.main-container ol li {
    margin: 5px 0;
}

.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.header.fixed {
    position: fixed;
    top: 0;
    z-index: 999999;
    padding: 14px 25px;
    border-bottom: 1px solid #ccc;
}

.left {
    float: left;
}

.right span.phno {
    padding-right: 0;
    margin-right: 0;
}


/* vacation section end */

/* welcome to our website start */

.end {
    margin-right: 0 !important;
}

.buttonstyle2 {
    background-color: #555;
    color: #fff;
    padding: 6px 15px;
    font: normal 14px/20px 'Roboto Condensed';
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.buttonstyle2:hover {
    background-color: #fff;
    color: #555;
}

.textwidget select {
    width: 100%;
}

table {
    width: 100%
}

.header_right {
    float: right;
    text-align: right;
}

/* = innerbanner css
-------------------------------------------------------------- */
.UnderLine {
    width: 50%;
    position: relative;
    display: block;
    clear: both;
    margin: 10px auto 30px;
    border-top: 1px solid #E1E1E1;
}

.hr-inner {
    position: absolute;
    margin-top: -1px;
    top: 50%;
    height: 1px;
    width: 100%;
}

.hr-style {
    background-color: #364558;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 9px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    width: 9px;
}


/*-=-=-=-=-=-=-=-=-=-=- */
/* Flip Panel */
/*-=-=-=-=-=-=-=-=-=-=- */

.panel {
    margin: 0 auto;
    height: auto;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}

.panel .front,
.panel .back {
    text-align: center;
}

.panel .front {
    height: inherit;
    position: relative;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel .back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.panel.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

.box1 {
    width: auto;
    height: 252px;
    margin: 0 auto;
    overflow: hidden;
}

.box2 {
    background-color: #28374a;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 6px 20px;
    text-align: center;
}

.topbox {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    padding-top: 15px;
}

.underline {
    border-bottom: 1px solid #efeded;
}


/* = section first css
-------------------------------------------------------------- */
.box-equal-height {
    display: inline-block;
    text-align: center;
}

.pagecommoncl {
    float: none;
    margin: 0;
    padding: 0 5px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.Pagee3Column {
    width: 33%;
}

.Pagee4Column {
    width: 24%;
}

@media (max-width: 1100px) {
    .Pagee4Column {
        width: 360px;
        margin-bottom: 50px;
    }
}

.one_column {
    float: none;
    width: 50%;
}

.one_column.pagecommoncl {
    margin: 0 auto !important;
}

.one_column {
    width: 100%;
}

.two_column {
    width: 48%;
}

.three_column {
    width: 30%;
}

.five_column {
    width: 18.3%;
    margin-right: 2%;
}


a.pagemore::after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: -5px;
    text-align: center;
    content: "\f0da";
    font-size: 14px;
    position: relative;
    font-family: 'Font Awesome 6 Free';
    margin: 0;
    float: right;
    border-radius: 100%;
    border: solid 1px #e8e8e8;
    color: #e8e8e8;
}

.topboxbg a.rdmore {
    background: none;
    font-weight: 600;
    font-size: 17px;
}

/* --------- Pages ------- */
.sitefull {
    width: 100% !important;
}

.sidebar-left {
    float: left !important;
}

.flotRight {
    float: right !important;
}


/* Buttons */
.button {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font: 400 14px/22px 'PT Sans', sans-serif;
    padding: 8px 20px;
    display: inline-block;
}

.frdbox {
    width: 22%;
    float: left;
    margin: 0 4% 4% 0;
    min-height: 95px;
}

.frdbox .fa {
    border: none;
    color: #333;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 15px 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    font-size: 50px;
}

.frdbox i.fa {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: none;
    margin: 11px 0;
}

.frdbox h4 {
    margin: 0 0 10px;
    color: #28374a;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.frdbox p {
    margin-left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}


/*post nav css*/
.post-nav {
    clear: left;
    margin-top: 40px;
}

.prev-page,
.next-page {
    margin: 0;
    padding: 0;
}

.prev-page a {
    float: left;
}

.next-page a {
    float: right;
}

.prev-page a,
.next-page a {
    background-color: #333333;
    padding: 5px 10px;
    color: #ffffff;
    font: 15px 'Roboto', san-serif;
}

.prev-page a:hover,
.next-page a:hover {
    color: #ffffff;
    background-color: #34c6f6;
}

.singleright {
    float: left;
}

.singleleft {
    float: right;
}

/*extra css */
.header-top-middle {
    float: left;
}

.right.headercommon li {
    line-height: 26px;
    margin: 0 0 0 13px;
    display: inline;
}

.left.headercommon {
    padding: 5px 0 0;
    line-height: 24px;
}

.maintopheader {
    position: relative;
    width: 100%;
    z-index: 999;
    clear: both;
}

/* = Section8 Testimonials Section css
-------------------------------------------------------------- */
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* = Testimonials Section css
-------------------------------------------------------------- */
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* = Section first css
-------------------------------------------------------------- */
#menu-header-menu .menu-item-has-children>a::after,
#menu-header-menu .page_item_has_children>a::after {
    font-family: 'Font Awesome 6 free';
    content: '\f107';
    vertical-align: bottom;
    margin-left: 0.80em;
    font-weight: 600;
}


/* new css */
/* Lists ------------------------------------- */

ul,
ol {
    margin: 0 0 3rem 3rem;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

ul ul ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

ol ol {
    list-style: lower-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

li>ul,
li>ol {
    margin: 1rem 0 0 2rem;
}

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: 700;
}

dt+dd {
    margin-top: 0.5rem;
}

dd+dt {
    margin-top: 1.5rem;
}

/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
    background: rgba(0, 0, 0, 0.075);
    border-radius: 0.2rem;
}

pre {
    border: 0.1rem solid #dcd7ca;
    line-height: 1.5;
    margin: 4rem 0;
    overflow: auto;
    padding: 3rem 2rem;
    text-align: left;
}

pre code {
    background: transparent;
    padding: 0;
}


/* Media ------------------------------------- */

figure {
    display: block;
    margin: 0;
}

iframe {
    display: block;
    max-width: 100%;
}

video {
    display: block;
}

svg,
img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
}

figcaption,
.wp-caption-text {
    color: #6d6d6d;
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
    color: inherit;
}


/* GALLERIES */

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 3em 0 3em -0.8em;
    width: calc(100% + 1.6em);
}

.gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%;
}

.gallery-caption {
    display: block;
    margin-top: 0.8em;
}


/* Inputs ------------------------------------ */

fieldset {
    border: 0.2rem solid #dcd7ca;
    padding: 2rem;
}

legend {
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 1rem;
}

label {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"]+label {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #dcd7ca;
    box-shadow: none;
    cursor: pointer;
}

input[type="checkbox"]:checked::before {
    /* Use the "Yes" SVG Dashicon */
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    display: inline-block;
    margin: -0.1875rem 0 0 -0.25rem;
    height: 1.75rem;
    width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

:root {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.nivo-controlNav a {
    background-color: #ffffff;
}

.nivo-controlNav a.active {
    background-color: #844c85;
}

.nivo-directionNav a.nivo-nextNav:hover::before,
.nivo-directionNav a.nivo-prevNav:hover::before {
    color: #ffffff;
}

.UnderLine {
    border-color: #e1e1e1;
}

.hr-style {
    background-color: #364558;
    border-color: #364558;
}

iframe {
    border: 1px solid #e5e5e4;
}