/*
Theme Name:  Expert Makeup Artist Pro 
Theme URI: https://luzukdemo.com/demo/expert-makeup-artist-pro/
Author: luzuk Themes
Author URI: https://www.luzuk.com/
Description:  
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: expert-makeup-artist-pro 
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news, portfolio
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/***
====================================================================
## 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. */
}


/**
 * 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: 28px;
}

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 {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #a11a8d;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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


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

.clr {
    clear: both;
}


/***
====================================================================
## Content Layout
====================================================================
***/


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

.site-header {
    position: absolute;
    width: 100%;
    background: rgb(64 84 178 / 40%);
    border-bottom: solid 1px rgb(255 255 255 / 10%);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    z-index: 99999;
}

.top-bar-head {
    position: relative;
    width: 100%;
}


/**
 * Socials
 * -------------------------------------------------------------
 */

.mobnone {
    display: block;
    width: 100%;
}

header .head-inn {
    position: relative;
    width: 100%;
}

.mobnone .head-inn {
    /*padding: 0.5em 5em 1em;*/
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: solid 1px rgb(255 255 255 / 10%);
    padding-left: 0;
    padding-right: 0;
}

.share-btn {}

.share-btn ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    z-index: 9999;
}

.share-btn ul li {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: all 0.2s;
}

.share-btn ul li a.site-button {
    overflow: hidden;
    text-align: center;
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.2s;
}

.mobnone .share-btn ul li a.site-button {
    width: 32px;
    height: 32px;
    line-height: 34px;
    background: none;
    border-left: none;
    border-radius: 50%;
    color: #fff;
}

.mobnone .share-btn ul li a.site-button:hover,
.mobnone .share-btn ul li a.site-button:focus,
.mobnone .share-btn ul li a.site-button:active {
    color: #a11a8d;
}

.mobnone .share-btn ul li a.site-button:before {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.2s;
    z-index: -1;
}

.mobnone .share-btn ul li a.site-button:hover:before,
.mobnone .share-btn ul li a.site-button:focus:before,
.mobnone .share-btn ul li a.site-button:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1300px) {
    .mobnone {
        display: none;
    }
}


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

header .logo {}

header .logo .logo-header.mostion {
    position: relative;
    z-index: 1;
}

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


/**
 * Navigation
 * -------------------------------------------------------------
 */

header .header-right {
    position: relative;
}

.head-menu {
    position: relative;
}

.navigation .mainmenu {
    float: none;
    position: relative;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
    vertical-align: middle;
    z-index: 9999;
}

.navigation .mainmenu li {
    display: inline-block;
    position: relative;
}

.navigation .mainmenu li a {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

/*.navigation .mainmenu>li a:before {
    position: relative;
    content: "\f111";
    font-family: "Fontawesome";
    font-size: 9px;
    font-weight: 600;
    color: #a11a8d;
    top: -3px;
    left: 0;
    margin-right: 10px;
}*/


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

.mobnone1 {
    display: none;
}


/***
====================================================================
## Responsive
====================================================================
***/

@media screen and (min-width: 320px) and (max-width: 425px) {
    header .logo {
        padding-left: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .top-bar-head {
        position: relative;
        width: 100%;
    }
    .navigation .mainmenu {
        right: 0;
        padding-left: 0;
    }
}

/*@media screen and (min-width: 320px) and (max-width: 767px) {
    .site-header {
        position: relative;
        background: #000;
    }
}*/

@media screen and (min-width: 810px) and (max-width: 825px) {
    .hamburger-menus {
        right: -25px;
    }
}

@media only screen and (min-width: 992px) {
    .site-header .HeaderRbx,
    .site-header .head-menu,
    header .logo {
        padding: 0;
    }
}

@media only screen and (min-width: 1300px) {
    .menu-wrapper {
        position: relative;
    }
    .share-btn {
        text-align: right;
    }
    /*.site-header .col-md-9.col-sm-3.col-xs-2 {
        padding: 0;
    }*/
    .navigation .mainmenu {
        text-align: right;
        position: relative;
        margin-bottom: 0;
        padding: 0;
    }
    .navigation .mainmenu li {
        padding: 14px 0;
    }
    .navigation .mainmenu li:not(:last-child) {
        margin-right: 25px;
    }
    .navigation .mainmenu>li>a {
        display: block;
        position: relative;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        -webkit-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        transition: all 0.3s ease;
        white-space: nowrap;
        vertical-align: middle;
    }
    .navigation .mainmenu>li.current_page_item>a,
    .navigation .mainmenu>li>a:hover,
    .navigation .mainmenu>li:hover>a {
        color: #fed745;
        transition: all 0.3s ease;
        transform-style: preserve-3d;
    }
}

/*@media screen and (max-width:1300px) {
    .navigation.menuopen {
        background: #000;
        border-right-color: #a11a8d;
    }
}*/

@media (max-width: 992px) {
    /*header .head-inn {
        padding: 10px;
    }
    .share-btn {
        text-align: center;
    }*/
    header .header-right {
        float: right;
        margin: 0;
    }
}

@media (max-width: 992px) {
    .mobnone1 {
        display: block;
    }
}

@media only screen and (max-width: 1300px) {
    .site-header {
        position: relative;
        width: 100%;
        background: #222;
        padding: 10px 0;
    }
    header .logo {
        padding: 0;
    }
    .hamburger-menus {
        float: right;
        display: inline-block;
        position: relative;
        width: 30px;
        height: 30px;
        margin: 8px 0;
        -webkit-transition: .1s;
        transition: .1s;
        cursor: pointer;
    }
    .hamburger-menus span {
        display: block;
        width: 5px;
        height: 5px;
        background-color: #a11a8d;
        border-radius: 50%;
    }
    .hamburger-menus span:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
    }
    .hamburger-menus span:nth-child(2) {
        position: absolute;
        left: 12px;
        top: 0;
    }
    .hamburger-menus span:nth-child(3) {
        position: absolute;
        right: 0;
        top: 0;
    }
    .hamburger-menus span:nth-child(4) {
        position: absolute;
        left: 0;
        top: 12px;
    }
    .hamburger-menus span:nth-child(5) {
        position: absolute;
        left: 12px;
        top: 12px;
    }
    .hamburger-menus span:nth-child(6) {
        position: absolute;
        right: 0px;
        top: 12px;
    }
    .hamburger-menus span:nth-child(7) {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .hamburger-menus span:nth-child(8) {
        position: absolute;
        left: 12px;
        bottom: 0px;
    }
    .hamburger-menus span:nth-child(9) {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .hamburger-menus:hover span {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
        transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
        -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    }
    .hamburger-menus.click-menu {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        cursor: pointer;
        -webkit-transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
        transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    }
    .hamburger-menus.click-menu span {
        border-radius: 50%;
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
        -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
        transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    }
    .hamburger-menus.click-menu span:nth-child(2) {
        position: absolute;
        left: 6px;
        top: 6px;
    }
    .hamburger-menus.click-menu span:nth-child(4) {
        position: absolute;
        left: 6px;
        top: 18px;
    }
    .hamburger-menus.click-menu span:nth-child(6) {
        position: absolute;
        right: 6px;
        top: 6px;
    }
    .hamburger-menus.click-menu span:nth-child(8) {
        position: absolute;
        left: 18px;
        bottom: 6px;
    }
    .navigation.menuopen {
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .navigation {
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        width: 35vw;
        height: 100%;
        background-color: #fff;
        border-right: 5px solid #a11a8d;
        left: -100%;
        padding: 0;
        top: 0;
        margin: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 99999;
    }
    .overlaybg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 30%);
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 100;
    }
    .menu-wrapper {
        position: relative;
        z-index: 9999;
    }
    .navigation .mainmenu {
        list-style: none;
        margin: 0;
        padding: 5rem 0;
    }
    .navigation .mainmenu>li {
        display: block;
        position: relative;
        padding: 10px 20px;
        border-bottom: solid 1px #eee;
    }
    .navigation .mainmenu>li:last-child {
        border-bottom: none;
    }
    .navigation .mainmenu>li>a {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        display: block;
        position: relative;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        color: #333;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        vertical-align: middle;
    }
    .navigation .mainmenu>li.current_page_item>a,
    .navigation .mainmenu>li>a:hover,
    .navigation .mainmenu>li:hover>a {
        color: #a11a8d;
    }
}

@media only screen and (max-width: 992px) {
    .hamburger-menus {
        margin: 14px 0;
    }
}

@media only screen and (max-width: 991px) {
    /*.top-bar-head {
        padding: 10px 0;
    }*/
    .mobnone1 .head-inn {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobnone1 .share-btn ul li {
        margin-right: 20px;
    }
    .mobnone1 .share-btn ul li:nth-child(4n+4) {
        margin-right: 0;
    }
    .mobnone1 .share-btn ul li a.site-button {
        color: #494f54;
    }
    .mobnone1 .share-btn ul li a.site-button:hover,
    .mobnone1 .share-btn ul li a.site-button:focus,
    .mobnone1 .share-btn ul li a.site-button:active {
        color: #a11a8d;
    }
    /*.share-btn {
        margin-top: 5px;
    }*/
}   

@media only screen and (max-width: 768px) {
    /*.top-bar-head {
        width: 100%;
    }*/
    .navigation {
        width: 200px;
    }
}

@media screen and (max-width: 640px) {
    .head-menu {
        width: 100%;
    }
}


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

.slider_section {
    overflow: hidden;
    position: relative;
    min-height: auto;
    background-position: center;
    background-size: cover;
    z-index: 999;
    border-bottom: solid 10px #00bbd1;
}

.banner-style-one {}

.slider_gradiant {
    position: absolute;
    /*background: rgb(0 0 0 / 60%);*/
    background: linear-gradient(170deg, #96138461 0%, #00bbd1 100%);
    opacity: 60%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.banner-style-one img {
    object-fit: cover;
}

.slider_section img.shape {
    display: none;
    position: absolute;
    width: 100%;
    bottom: -1px;
    z-index: 999;
}

.slider_content {
    text-align: center;
    position: absolute;
    /*width: 837px;*/
    width: 970px;
    background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 40%) 50%, rgb(0 0 0 / 0%) 100%);
    margin: 0 auto;
    padding: 15px 0;
    /*top: 45%;*/
    bottom: 5%;
    left: 0;
    right: 0;
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
    z-index: 99;
}

.slider_section .sub-title {}

.slider_section .sub-title p {
    margin: 0;
    color: #fff;
}

.banner-style-one .border1,
.banner-style-one .border2,
.banner-style-one .border3 {
    display: none;
}

.banner-style-one .border1 {
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: solid 1px;
    top: 0%;
    left: 14%;
    z-index: 1;
}

.banner-style-one .border1:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 30px;
    bottom: 0;
    right: -2px;
    -webkit-animation: scroll1 6s ease-out infinite;
    animation: scroll1 6s ease-out infinite;
}

.banner-style-one .border2 {
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: solid 1px;
    top: 0%;
    left: 50%;
    z-index: 1;
}

.banner-style-one .border2:before {
    overflow: hidden;
    position: absolute;
    content: "";
    width: 4px;
    height: 30px;
    top: 0;
    right: -2px;
    -webkit-animation: scroll2 6s ease-out infinite;
    animation: scroll2 6s ease-out infinite;
}

.banner-style-one .border1,
.banner-style-one .border2 {
    border-left-color: #424141;
}

.banner-style-one .border1:before,
.banner-style-one .border2:before {
    background-color: #a11a8d;
}

.banner-style-one .border3 {
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px;
    top: 120px;
    z-index: 1;
}

@-webkit-keyframes scroll1 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@keyframes scroll1 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        top: 0;
    }

    50% {
        top: 50%;
    }

    100% {
        top: calc(100% - 30px);
        opacity: 0.5;
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        top: 0;
    }

    50% {
        top: 50%;
    }

    100% {
        top: calc(100% - 30px);
        opacity: 0.5;
    }
}

@-webkit-keyframes scroll3 {
    0% {
        opacity: 1;
        left: 0;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 100%;
        opacity: 0.5;
    }
}

@keyframes scroll3 {
    0% {
        opacity: 1;
        left: 0;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 100%;
        opacity: 0.5;
    }
}

#slider .owl-carousel {
    display: block;
    transition: all 5s ease, transform 2.5s ease;
    transform: scale(1.1);
}

#slider .owl-carousel .active {
    transform: scale(1);
}

.slider_section .owl-nav {
    display: none;
}

/*@media screen and (min-width: 320px) and (max-width: 399px) {
    .slider_content {
        width: 290px !important;
    }
}*/

/*@media screen and (min-width: 320px) and (max-width: 425px) {
    .slider_content {
        top: 30%;
    }
}*/

@media screen and (min-width: 320px) and (max-width: 768px) {
    #slider .owl-nav button {
        display: none;
    }
}

@media (max-width: 1012px) {
    #slider .owl-nav button {
        display: none;
    }
}

@media (max-width: 992px) {
    #slider .owl-nav button {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .slider_content {
        /*width: 695px !important;*/
        width: 80%;
        /*top: 40%;*/
    }
    /*.slider_section img.shape {
        bottom: -1px;
    }*/
}

@media only screen and (max-width: 768px) {
    .slider_content {
        display: none;
        /*width: 500px !important;*/
    }
    .slider_gradiant {
        background: rgb(0 0 0 / 20%);
    }
    /*.slider_section img.shape {
        bottom: -1px;
    }*/
}


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

#about {
    overflow: hidden;
    position: relative;
    padding-top: 5em;
    /*padding-bottom: 5em;*/
}

/*#about .container {
    padding-top: 15px;
    padding-bottom: 15px;
}*/

#about .about-rhs {}

#about .section-title {
    display: block;
    width: 100%;
}

#about .section-title h2 {
    position: relative;
    /*font-style: italic;*/
}

#about .section-title h2:after {
    display: none!important;
    display: inline-block;
    position: absolute;
    content: "";
    width: 25%;
    border-style: solid;
    border-width: 18px;
    border-left: none;
    border-right: none;
    border-color: #a11a8d;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    margin: auto 0 auto 20px;
}

#about .htext {}

#about .htext p {
    margin: 0;
}

#about .abtimg {}

#about .abou-img1 {
    overflow: hidden;
    position: relative;
    border-right: solid 5px #a11a8d;
    border-bottom: solid 5px #a11a8d;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom-right-radius: 13px;
}

#about .abou-img1:after {
    display: none;
    position: absolute;
    content: url(../wp-content/uploads/2022/09/aboutUs-1.png);
    transform: rotate(-3deg);
    left: -90px;
    top: -15px;
}

#about .abou-img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);*/
    border-radius: 10px;
}

@media only screen and (min-width: 991px) {
    #about .about-rhs {
        /*padding-left: 0;*/

        padding-left: 35px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #about .abtimg {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    #about {
        padding: 2.5em 0;
    }
    #about .about-rhs,
    #about .abtimg {
        padding-left: 0;
        padding-right: 0;
    }
    #about .abtimg {
        margin-top: 20px;
    }
    #about .abou-img1:after {
        left: -70px;
    }
    #about .abou-img1 img {
        height: 350px;
    }
}

@media screen and (min-width: 320px) and (max-width: 570px) {
    #about .abou-img1:after {
        left: -100px;
    }
    #about .abou-img1 img {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    #about .section-title h2:after {
        width: 14%;
        clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
        margin: auto 0 auto 10px;
    }
}


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

#features-section {
    overflow: hidden;
    position: relative;
    padding-top: 5em;
    padding-bottom: 5em;
}

#features-section .features-inn {}

#features-section .owl-carousel {
    display: block !important;
}

#features-section .owl-carousel .owl-stage-outer {}

#features-section .item {
    /*box-shadow: 2px 7px 7px 6px rgb(0 0 0 / 3%);*/
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}

#features-section .mem-inn {
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
}

#features-section .sec-icn {
    position: relative;
}

#features-section .sec-icn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /*background: rgb(0 0 0 / 50%);*/
    top: 0;
    left: 0;
}

#features-section .sec-icn img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

/*#features-section .sec-icn .fea-olay {
    position: absolute;
    background-image: linear-gradient(to top, #000 0%, #000 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity: 0.2;
    top: 0;
    right: 0;
    bottom: -50%;
    left: 0;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#features-section .mem-inn:hover .fea-olay {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}*/

#features-section .features-content {
    position: absolute;
    width: 100%;
    /*top: 45%;*/
    bottom: 0;
    /*padding: 0 25px 0 45px;*/
    padding: 10px 15px;
    background: rgb(0 0 0 / 60%);
    text-align: center;
}

#features-section .features-content h3.inner-area-title {
    position: relative;
    margin: 0;
    z-index: 1;
}

#features-section .features-content h3.inner-area-title:before {
    display: none!important;
    float: left;
    display: inline-block;
    position: absolute;
    content: "";
    width: 10%;
    border-style: solid;
    border-width: 12px;
    border-left: none;
    border-right: none;
    border-color: #a11a8d;
    clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
    left: -45px;
}

#features-section .features-content h3.inner-area-title a {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    #features-section {
        padding: 0 0 2.5em;
    }
}


/**
 * Owl Nav
 * -------------------------------------------------------------
 */

#features-section .owl-dots {
    display: none;
}

#features-section .owl-nav {
    display: block;
}

#features-section .owl-nav .owl-prev,
#features-section .owl-nav .owl-next {
    display: block;
    position: absolute;
    width: 60px;
    height: 50px;
    line-height: 50px;
    background: #a11a8d;
    border-radius: 0;
    opacity: 1;
    top: 36%;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    cursor: pointer;
    z-index: 1000;
}

#features-section .owl-nav .owl-prev {
    clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
    left: -75px;
}

#features-section .owl-nav .owl-next {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 27% 100%);
    right: -75px;
}

#features-section .owl-nav .owl-prev:hover,
#features-section .owl-nav .owl-next:hover {
    background: #8c127e;
}

#features-section .owl-nav .owl-prev span,
#features-section .owl-nav .owl-next span {
    font-size: 65px;
    font-weight: 900;
    line-height: 50px;
    color: #fff;
}

#features-section .owl-nav .owl-prev:hover span,
#features-section .owl-nav .owl-next:hover span {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    #features-section .owl-nav {
        display: none;
    }
}


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

#team {
    overflow: hidden;
    position: relative;
    background: #f7f7f5;
    padding-top: 5em;
    padding-bottom: 5em;
}

#team .single-team {
    padding: 0 15px;
}

#team .our-team {}

#team .our-team .single-team-img {
    overflow: hidden;
    position: relative;
}

#team .our-team .single-team-img:before {
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    box-shadow: 2px 7px 7px 6px rgb(0 0 0 / 3%);
    border-radius: 0;
    top: 25%;
    right: 2px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
}

#team .our-team .teamimg {
    position: relative;
    padding: 0 35px 0 0;
    z-index: 1;
}

#team .our-team .teamimginn {
    overflow: hidden;
    position: relative;
}

#team .our-team .teamimginn:before,
#team .our-team .teamimginn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #a11a8d;
    opacity: 0.7;
    top: 0;
    left: -100%;
    transition: all 0.4s ease-out 0.1s;
    z-index: 0;
}

#team .our-team:hover .teamimginn:before {
    left: 100%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

#team .our-team:hover .teamimginn:after {
    left: 0;
    opacity: 0.3;
    /*transform: scale(0.9, 0.7);*/
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
}

#team .our-team .single-team-img img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}

#team .team-social-icon {
    display: block;
    position: absolute;
    line-height: 0;
    width: 55%;
    background-color: #a11a8d;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    padding: 5px 20px 5px 20px;
    top: 40%;
    z-index: 2;
}

#team .team-social-icon a {
    position: relative;
    color: #fff;
    bottom: 0;
}

#team .team-social-icon a:not(:last-child) {
    margin-right: 5px;
}

#team .team-social-icon a:hover {
    color: #000;
}

#team .team-social-icon i {
    font-size: 20px;
    font-weight: normal;
    transition: all 0.2s;
}

#team .team-social-icon i:hover {
    transform: rotate(18deg);
    transition: all 0.2s;
}

#team .our-team .team-con {
    background-color: #fff;
    box-shadow: 2px 7px 7px 6px rgb(0 0 0 / 3%);
    /*box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 9%);
    border-radius: 0 5px 5px 5px;*/
    padding: 20px;
    margin-left: 9%;
    margin-right: 2px;
}

#team .our-team .team-text {}

#team .our-team h3.inner-area-title {
    margin: 0;
}

#team .our-team h3.inner-area-title a {
    color: #333;
}

@media only screen and (max-width: 991px) {
    #team {
        padding: 2.5em 0;
    }
    #team .our-team .teamimg {
        padding-right: 15px;
    }
    #team .our-team .single-team-img img {
        height: auto;
    }
    #team .team-social-icon {
        width: 75%;
    }
    #team .our-team .team-con {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*@media screen and (min-width: 320px) and (max-width: 1024px) {
    #team .single-team {
        padding-left: 0;
        padding-right: 0;
    }
    #team .team-social-icon {
        width: 65%;
    }
}*/

@media only screen and (max-width: 767px) {
    #team .single-team {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 2.5em;
    }
    #team .single-team:last-child {
        margin-bottom: 0;
    }
    #team .our-team .teamimg {
        padding-right: 25px;
    }
    #team .team-social-icon {
        width: 65%;
    }
    #team .our-team .team-con {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/***
====================================================================
## Content Link
====================================================================
***/

#appointment {
    overflow: hidden;
    position: relative;
    padding-top: 6em;
    padding-bottom: 8em;
    background-image:;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

#appointment:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    top: 0;
    left: 0;
}

#appointment .app-inn {
    display: block;
    position: relative;
    width: 100%;
}

#appointment .app-rhsbx {
    padding: 2em 3em;
    z-index: 1;
}

#appointment .olyinn {
    position: absolute;
    /*background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%, rgb(0 0 0 / 0%) 100%);*/
    background: rgb(0 0 0 / 40%);
    border: solid 1px rgb(255 255 255 / 30%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#appointment .app-rhsbxinn {
    text-align: center;
}

#appointment .appointment-txt {}

#appointment .appointment-txt h2 {
    position: relative;
    font-weight: normal;
    color: #fff;
}

#appointment .info-txt {}

#appointment .info-txt p {
    margin: 0;
    color: #fff;
}

#appointment .info-txt p a {
    color: #fff;
}

#appointment .info-txt p a:hover {
    color: #a11a8d;
}

@media only screen and (max-width: 991px) {
    #appointment {
        padding-top: 2em;
        padding-bottom: 4em;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #appointment .app-rhsbx {
        padding: 2em 1.5em;
    }
}

@media only screen and (max-width: 767px) {
    #appointment .appointment-txt h2 {
        font-size: 27px;
    }
}


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

#aboutus {
    overflow: hidden;
    position: relative;
    padding-top: 5em;
    /*padding-bottom: 5em;*/
}

/*#aboutus .container {
    padding-top: 15px;
    padding-bottom: 15px;
}*/

#aboutus .about-rhs {
    float: right;
}

#aboutus .section-title {
    display: block;
    width: 100%;
}

#aboutus .section-title h2 {
    position: relative;
    /*font-style: italic;*/
}

#aboutus .section-title h2:after {
    display: none!important;
    display: inline-block;
    position: absolute;
    content: "";
    width: 25%;
    border-style: solid;
    border-width: 18px;
    border-left: none;
    border-right: none;
    border-color: #a11a8d;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    margin: auto 0 auto 20px;
}

#aboutus .htext {}

#aboutus .htext p {
    margin: 0;
}

#aboutus .abtimg {
    float: left;
}

#aboutus .abou-img1 {
    overflow: hidden;
    position: relative;
    border-left: solid 5px #a11a8d;
    border-bottom: solid 5px #a11a8d;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 13px;
}

#aboutus .abou-img1:after {
    display: none;
    position: absolute;
    content: url(../wp-content/uploads/2022/09/aboutUs-2.png);
    transform: rotate(3deg);
    right: -80px;
    top: -15px;
}

#aboutus .abou-img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*clip-path: polygon(0px 0px, 90% 0px, 100% 100%, 0px 100%);*/
    border-radius: 10px;
}

@media only screen and (min-width: 991px) {
    #aboutus .about-rhs {
        /*padding-right: 0;*/

        padding-right: 35px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #aboutus .abtimg {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    #aboutus {
        padding: 2.5em 0;
    }
    #aboutus .about-rhs,
    #aboutus .abtimg {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    #aboutus .abtimg {
        margin-top: 20px;
    }
    #aboutus .abou-img1:after {
        right: -70px;
    }
    #aboutus .abou-img1 img {
        height: 350px;
    }
}

@media screen and (min-width: 320px) and (max-width: 570px) {
    #aboutus .abou-img1:after {
        right: -100px;
    }
    #aboutus .abou-img1 img {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    #aboutus .section-title h2:after {
        width: 14%;
        clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
        margin: auto 0 auto 10px;
    }
}


/***
====================================================================
## Post / Categories-2
====================================================================
***/

.blog-area {
    overflow: hidden;
    position: relative;
    padding-top: 5em;
    padding-bottom: 5em;
}

.blog-area-wrap {}

.blog-posts {}

.blog-area .blog-box {
    padding: 0 15px;
}

.blog-area .blog-post {
    height: auto!important;
    /*filter: drop-shadow(-1px -1px 4px rgba(50, 50, 0, 0.2));*/
}

.blog-area .blog-thumbnail {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.blog-area .blog-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    transition: all .5s ease;
}

.blog-area .blog-post .blog-ovrly {
    position: absolute;
    height: 100%;
    width: 100%;background-image: linear-gradient(to top, transparent 0%, #000 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity: 0.9;
    top: -45%;
    right: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 0;
}

.blog-area .blog-post:hover .blog-ovrly {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.blog-area .blog-single {
    overflow: hidden;
    position: relative;
    /*background: none;
    clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
    padding: 20px 20px 40px;*/
    transition: all .5s;
}

.blog-area .blog-single-img {}

.blog-area h3.inner-area-title {}

.blog-area h3.inner-area-title a {
    color: #333;
}

.blog-area .section-area-text {}

.blog-area .section-area-text p {}

/*=========button===========*/

.blog-area .btn5 {
    margin-top: 1.5em;
}

.blog-area .btn5 a {
    /*overflow: hidden;*/
    text-align: center;
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 9;
}

.blog-area .btn5 a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #a11a8d;
    left: 0;
    top: 10px;
}

.blog-area .btn5 a:hover:before {
    width: 30px;
}

.blog-area .btn5 a:hover {
    color: #333;
    padding-left: 40px;
}

@media only screen and (max-width: 991px) {
    .blog-area {
        padding: 0 0 2.5em;
    }
    .blog-area .blog-thumbnail img {
        height: auto;
    }
    .blog-area .blog-single {
        /*padding-left: 15px;
        padding-right: 15px;*/
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .blog-area .blog-box {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-area .blog-box {
        margin-bottom: 2.5em;
    }
    .blog-area .blog-box:last-child {
        margin-bottom: 0;
    }
    .blog-area .blog-single {
        /*padding-left: 20px;
        padding-right: 20px;*/
    }
}


/***
====================================================================
## Page Main Header
====================================================================
***/

.page-main-header {
    clear: both;
    position: relative;
    /*padding-top: 15em;
    padding-bottom: 5em;*/
    padding-top: 20em;
    background: linear-gradient(0deg, #ccc, #0a0607 80%) no-repeat;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center bottom;
    background-size:cover;
    text-align: center;
    z-index: 1;
}

.page-main-header .overlay {
    position: absolute;
    /*background: rgb(0 0 0 / 60%);*/
    background: linear-gradient(170deg, #961384 0%, #00bbd1 100%);
    opacity: 60%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-main-header h1.ht-main-title {
    margin: 0;
    padding: 20px;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 40%) 50%, rgb(0 0 0 / 0%) 100%);
}

@media only screen and (max-width: 991px) {
    .page-main-header {
        padding: 5em 0;
    }
}

@media only screen and (max-width: 767px) {
    .page-main-header h1.ht-main-title {
        font-size: 28px;
    }
}


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

#innerpage-box {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 15rem;
}

.inner_contentbox {
    position: relative;
}

.innerpage-whitebox {
    /*padding: 0 1em;*/
}

.innerpage-whitebox article.article {
    width: 100%;
}

.innerpage-whitebox article.article .post {}

.innerpage-whitebox article.article .single_post {}

.innerpage-whitebox article.article .single_post figure {
    margin: 0 0 20px;
}

.innerpage-whitebox article.article .single_post figure img {
    object-fit: cover;
    width: 100%;
    height: 450px;
}

.innerpage-whitebox article.article .post-single-content {}

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

.innerpage-whitebox article.article .post-single-content p {}

@media only screen and (min-width: 1300px) {
    .innerpage-whitebox article.article {
        width: 970px;
        margin: 0 auto;
        /*text-align: center;*/
    }
}

@media only screen and (max-width: 991px) {
    #innerpage-box {
        padding: 2.5em 0 5em;
    }
    .innerpage-whitebox article.article .single_post figure img {
        height: auto;
    }
}


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

.footer-area {
    overflow: hidden;
    position: relative;
    /*padding-top: 10em;*/
    background-color: transparent;
    background-image: none !important;
    background-position: center;
    background-size: cover;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

.footer-area .foterinn {}

.footer-area .foterinn img {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}

.footer-area .folay {
    display: none;

    position: absolute;
    /*background: rgb(0 0 0 / 60%);*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer-area .top-area {}

.footer-area .bottom-area {}

.footer-area .footer-block {
    border-top: solid 1px #e1e1e1;
}

.footer-area .f-contact {
    text-align: center;
}

.footer-area .f-contact-inn.fbox2 {
    padding: 20px 10px;
}

.footer-area .footer-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.footer-area .footer-text a {
    color: #333;
}

@media only screen and (max-width: 991px) {
    .footer-area {
        /*padding-top: 5em;*/
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .footer-area {
        /*padding-top: 2em;*/
    }
    .footer-area .footer-text {
        text-align: left;
    }
}


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

#back2Top {
    overflow: hidden;
    text-align: center;
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 20px;
    color: #a11a8d;
    bottom: 13px;
    right: 30px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    cursor: pointer;
    z-index: 99999;
}

#back2Top:hover {
    background-color: #000;
    color: #fff;
}


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

.pd-0 {
    padding: 0;
}

.pd-1 {
    padding: 0 3px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled] {
    cursor: default;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    color: #444;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 0px 15px;
    padding: 21px 30px 18px;
    background: #f2f2f2;
    font-size: 16px;
    color: #212121;
    font-style: italic;
    font-weight: 400;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 1.7em !important;
}

#innerpage-box blockquote p {
    margin: 0;
    font-weight: 400;
}

.wp-block-image img {
    max-width: 100%;
    /*width: 100%;*/
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #a11a8d;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

select {
    border: 1px solid #EEE;
    padding: 10px 40px 10px 8px;
    background-color: transparent;
    /*line-height: 100%;*/
    outline: 0;
    background-image: url(wp-content/uploads/2022/09/arrow.png);
    background-position: right;
    center: ;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

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

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
    -moz-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    -webkit-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

table {
    margin: 0 0 15px;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
    background: #fe5722;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    /*box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);*/
    font-size: 16px;
}

button:hover {
    /*background: #2d2d2d;*/
    opacity: 1;
}

button:focus,
button:active {
    outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    border-radius: 10px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    border-radius: 10px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
    width: 100%;
}

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

.page-content .wp-smiley,
.entry-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.home main#innerpage-box {
    margin-top: 8em;
}

.clearfix {
    clear: both;
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    text-align: center;
}

.section-title h3 {
    word-break: break-word;
    font-weight: 600;
    font-size: 30px;
    margin: 3px 0;
    display: inline-block;
    position: relative;
}

.titleborder:after {
    -webkit-animation: sp 3s linear infinite;
    animation: sp 3s linear infinite;
}

@keyframes sp {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 10px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.textcenter {
    text-align: center;
}

:hover {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

section .darkbox {
    padding: 3em 0;
    background: rgba(0, 0, 0, 0.6)
}

section .lightbox {
    padding: 5em 0;
}

.padding0 {
    padding: 0;
}

.ht-section-title-tagline {
    margin-bottom: 3em;
}

.ht-section-title {
    font-size: 33px;
    color: #323232;
    margin: 0 auto;
    font-weight: bold;
    line-height: 60px;
    word-break: break-word;
    position: relative;
}

/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/
.icon-x {
    text-align: right;
}

.main-header-info {
    text-align: center;
}

.header-icon {
    display: inline-block;
    text-align: left;
}

.top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #444444;
}

.dlab-topbar-right {
    float: right;
}

.dlab-topbar-left ul,
.dlab-topbar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dlab-topbar-left ul li,
.dlab-topbar-right ul li {
    display: inline-block;
}

.dlab-topbar-left ul li {
    padding-right: 0px;
}

.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a {
    color: #444444;
}

.topbar-social li a {
    padding: 0 6px;
}

.sf-arrows .sf-with-ul {
    padding-right: 0em !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

/* = Navigation sticky header css
-------------------------------------------------------------- */

.header-transparent .sticky-header {
    padding: 14px 0;
    text-align: right;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

.slider_section .owl-theme .owl-dots {
    display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home-page {
    padding: 0 0 30px 0;
}

.sticky {
    display: block;
}

.total-hentry {
    margin: 0 0 50px;
}

.byline,
.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.ht-post-wrapper {
    padding-left: 105px;
}

.entry-figure {
    background: #f9f9f9;
    text-align: center;
    margin-bottom: 15px;
}

.entry-figure+.entry-header {
    background: #FFF;
    position: relative;
    margin-top: -65px;
    width: 90%;
    padding: 15px 0 1px;
}

/*===================== responsive ==========================*/

@media screen and (min-width: 1024px) and (max-width: 1300px) {

    #slider .owl-nav button.owl-prev {
        left: 50px;
    }

    #slider .owl-nav button.owl-next {
        right: 50px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    #slider .owl-nav button {
        top: 63%;
        display: none;
    }

}

@media screen and (min-width: 994px) and (max-width: 1023px) {
    #slider .owl-nav button {
        display: none;
    }
}

@media screen and (max-width: 1000px) {

    .toggle-bar {
        display: block;
        position: absolute;
        top: -35px;
        right: 35px;
        width: 50px;
        background: #fe5722;
        cursor: pointer;
        text-align: center;
        color: #fff;
        padding: 20px 0;
        cursor: pointer;
    }

    .toggle-bar span {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        height: 4px;
        left: 8px;
        right: 8px;
        background: #FFF;
        box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
    }
}

@media screen and (min-width: 320px) and (max-width: 425px) {
    body {
        position: inherit;
    }
}

@media screen and (max-width: 668px) {
    .mg-3 {
        margin: 1em 0 0;
    }

    .pd-r {
        padding: 0em 0;
    }

    .pd-l {
        padding: 0em 0;
    }
}

@media only screen and (max-width: 767px) {
    .owl-slider.owl-theme .owl-dots {
        bottom: 180px;
        margin-top: 0;
        position: absolute;
        right: auto;
        text-align: center;
        top: auto;
        transform: translateY(-50%);
        width: 100%;
    }
}

@media screen and (max-width: 640px) {

    .slider_section .owl-theme .owl-nav {
        display: none;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 15px !important;
        height: 15px !important;
        margin: 5px 14px;
    }

    .slider_section .owl-theme .owl-dots .owl-dot span:before {
        font-size: 10px;
    }

    .slider_section .owl-theme .owl-dots .owl-dot.active span:before {
        width: 15px;
    }

    .margin-sec {
        margin: 0 3em;
    }

    .h-s-width {
        width: 80%;
    }
}

@media screen and (min-width: 320px) and (max-width: 320px) {
    .toggle-bar {
        right: 25px !important;
    }
}

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;
}

button {
    background: #a11a8d
}

.nav-next a:after {
    border-left-color: #a11a8d
}

.nav-previous a:after {
    border-right-color: #a11a8d
}