/*
Theme Name: AfraHome
Theme URI: https://webramz.com
Author: Nastaran Moradi
Author URI: https://webramz.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://webramz.com
Text Domain: https://AfraHome.com/
Version: 21.7.7

All css files are placed in /css/ folder
*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    direction: rtl;
}

@font-face {
    font-family: "kalam";
    src: url("fonts/KalamehWeb(FaNum)-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "kalam-bold";
    src: url("fonts/KalamehWeb(FaNum)-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "fontawsome";
    src: url("fonts/fontawesome-webfont.woff2") format("woff2");
}

/* register */
.auth-button,
.regFormTheme button {
    background-color: #1e3d3d;
    color: #fff;
    border: none;
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 10px auto;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: right;
    border-radius: 5px;
}

.login-form-container,
.register-form-container {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.nsl-container.nsl-container-block {
    text-align: center !important;
}

.loginLink {
    color: #F0C75E !important;
}

.loginLink:hover {
    color: #214146 !important;
}

.regFormTheme {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.page-template-page-login header,
.page-template-page-login footer,
.page-template-page-register header,
.page-template-page-register footer,
.page-template-page-login-register header,
.page-template-page-login-register footer {
    display: none !important;
}

.forgot-register-links a {
    color: #191919 !important
}

.forgot-register-links a:hover {
    color: #F0C75E !important
}

.imgLoginBack {
    width: 100%;
    height: 100vh;
}

.auth-right a:hover {
    color: #F0C75E !important;
    cursor: pointer !important;
}

/* color ------------------------------------------------ */
:root {
    --dark: #242424;
    --white: #ffffff;
    --gray: #C2C2C2;
    --secondGray: #F7F7F7;
    --mainColor: #000;
    --boxShadow: rgba(0, 0, 0, 0.25);
    --grayBorder: #EBE9E9;

}

/* default ----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-family: 'kalam-bold' !important;
    margin-bottom: .75rem !important;
    line-height: 3rem;

}

.cont-nm h1,
.cont-nm h2 {
    font-size: 17px !important;
}

.cont-nm h3,
.cont-nm h4 {
    font-size: 16px !important;
}

.cont-nm h5,
.cont-nm h6 {
    font-size: 14px !important;
}

.cont-nm li {
    line-height: 3rem;
    font-size: 16px !important;
}

.cont-nm p {
    line-height: 2rem;
    font-size: 16px !important;

}

p {
    margin: 0 !important;
    line-height: 1.75rem;
}

p,
span,
a,
div,
td,
tbody {
    font-family: 'kalam' !important;
    font-size: 15px !important;

}

a {
    text-decoration: none !important;
}


ol,
ul {
    padding-left: 0 !important;
}

footer ul,
footer li,
header ul,
header li {
    list-style: none;
}

h2 {
    font-size: 1.5rem !important;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s ease;
    z-index: 5;
    transform: translateY(0%);
    padding: 2rem 0;
}


.main-header {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);

}

header.header .navbar-light .navbar-nav .nav-link.active,
header.header .navbar-light .navbar-nav .show > .nav-link {
    color: #000 !important;
}

header.header .navbar-light .navbar-nav .nav-link {
    color: #000000b9;
}


.nm-top-header a {
    color: #fff;
}


.navbar-light .navbar-nav .nav-link {
    font-family: 'kalam-bold' !important;
}


.leftheader {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}


/* main-header ---------------------------------------------------------------*/

#menu-main-menu {
    position: relative;
}

a.custom-logo-link {
    height: 100%;
    display: flex;
    align-items: center;
}

a.custom-logo-link img {
    max-width: 90%;

}

header .navbar-light .navbar-toggler-icon {
    background-image: url(./img/menu.png);
    width: 25px;
    height: 25px;
    background-size: contain;
}


.navbar-light .navbar-toggler {
    border: none !important;
}


.offcanvas .dropdown-menu {
    background-color: #000;
}

.offcanvas .dropdown-item {
    color: #ffffffc4 !important;

}

/* 
header.header .navbar-light .offcanvas .navbar-nav .nav-link {
    color: #ffffffc4 !important;
} */

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #000 !important;
    color: #fff !important;
}


/* res-header ----------------------------------------------------------------*/
.res-top-header {
    color: #fff;
    border-bottom: 1px solid rgb(156 156 156 / 12%);
}

.res-top-header svg.dgwt-wcas-ico-magnifier-handler path {
    fill: #fff !important;
}


a.dropdown-item {
    text-align: right;
    padding: 0.25rem 0.5rem;
    font-size: 14px !important;
}

a.dropdown-item.active {
    background-color: #000;
}

.navbar-nav .dropdown-menu {
    padding: 0.25rem 0 !important;
}

.dropdown-menu[data-bs-popper] {
    left: inherit;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #000;

}

.dropdown-item.active:hover {
    color: #000 !important;
}

.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px 40px 10px 15px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #eeeeee !important;
}

/* end top-header ------------------------------------------------------------*/
/* wd tools ----------------------------------------------------------------- */
.wd-toolbar.wd-toolbar-label-show {
    position: fixed;
    bottom: 0;
    z-index: 2;
    background: #000;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
    color: #fff;
}

.wd-toolbar.wd-toolbar-label-show a {
    color: #fff;

}

.wd-tools-element a {
    color: #fff;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px !important;
}

span.wd-toolbar-label {
    font-size: 13px !important;
    padding-top: .2rem;
}

/* end wd tools -------------------------------------------------------------- */


/* res main-header -----------------------------------------------------------*/
.res-main-header {
    border-bottom: 1px solid rgb(156 156 156 / 12%);
}

.res-main-header .offcanvas {
    width: 65% !important;
}

.res-main-header .navbar-nav {
    width: 100% !important;
    padding: 1rem !important;
}

.res-main-header button.btn-close.text-reset {
    position: absolute !important;
    top: 16px !important;
    left: 11px !important;
}

.res-nm-main-header h1 {
    font-size: 15px !important;
}

.dropdown-menu.depth_0 > .dropdown-menu {
    display: block;
    position: relative !important;
    text-align: right;
    border: 0px;
    padding: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    line-height: 2;
}

.dropdown-menu.depth_0 {
    text-align: right;
}

.dropdown-menu.depth_1 {
    position: absolute;
    right: 100%;
    top: 0;
    text-align: right;
    line-height: 2;
}

#menu-menu-3 .depth_0 li {
    padding-left: 0rem !important;
}

.res-top-header .call {
    padding: 0;
    font-size: 13px;
}

.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 16px 40px 16px 15px !important;
}

/* res main-header -----------------------------------------------------------*/
/* ---------------search style----------- */

.full-width-search {
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    /* Black with transparency */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
    display: none;
    justify-content: center;
    align-items: center;
}


.overlay-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.overlay input {
    width: 50vh;
    padding: 1rem;
    border-radius: 30px;
    outline: 0;
    border: none;
}

/* end main-header -----------------------------------------------------------*/
/* slider --------------------------------------------------------------------*/
/* swiper --------------------------------------------------------------------*/
.slider {
    position: relative;
}

.mainBtn {
    background-color: #F0C75E;
    border: 2px solid #AF7F03;
    border-radius: 25px;
    font-size: 14px;
    padding: 8px 16px;
    font-weight: 700;
    float: left;
    margin-top: 1rem;
}

.mainBtn img {
    width: 22px;
    margin-right: 8px;
    object-fit: none;
}

.home .slider .swiper {
    width: 100%;
    /* height: 90vh; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider .swiper-slide img {
    object-fit: cover;

}

.home .swiper-button-next,
.home .swiper-button-prev {
    color: #707070 !important;
}


.textSlider {
    position: absolute;
    color: #fff;
    font-size: 2.5rem !important;
    z-index: 5;
    top: 50%;
    text-align: justify;
}

.home .swiper-pagination {
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: row-reverse;
    bottom: 25px !important;
}

.home .swiper-pagination-bullet {
    background: transparent !important;
    font-size: 18px !important;
    opacity: 1 !important;
    margin: 0 10px !important;
}

.home .swiper-pagination-bullet-active {
    text-decoration: underline;
}

/* end swiper --------------------------------------------------------------------*/
/* team  */
.team {
    background-color: #EBF2FA;
}

.team-Swiper .swiper-slide {
    border: 2px solid #214146;
    border-radius: 16px;
    background-color: #fff;
}

.imgTeam {
    width: 100px;
    height: 100px;
}

.imgTeam img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.social-list a {
    color: #214146 !important;
}

.innerTeam img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.titleTeam {
    position: relative;
    font-size: 1.2rem;


}

.lineTaem {
    width: 90%;
    height: 2px;
    background-color: #c7c7c7;
    display: block;
    margin-top: 1rem;
}

#team-popup-close {
    position: absolute;
    top: 10px;
    left: 10px;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
}

#team-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

#team-popup-content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.linkdin i {
    font-size: 2rem;
    color: #8a8a8a;
}

.innervalue img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}

/* end team */
/* package */
.packages button.nav-link {
    background-color: #214146 !important;
    color: #F0C75E !important;
    width: 100%;
    border-radius: 8px 8px 0 0;
    position: relative;
    border: 0;
    opacity: .8;
}

.packages button.nav-link.active {
    opacity: 1;
}

.packages .nav-tabs {
    justify-content: space-between;
    border: none !important;
}

.packages button.nav-link::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-top: 30px solid #214146;
    display: block;
    position: absolute;
    right: 0px;
    opacity: 0;
}

.packages button.nav-link.active::after {
    opacity: 1;
}


.packages .tab-content ol {
    display: flex;
    flex-wrap: wrap;
}

.packages .tab-content li {
    width: 50%;
    line-height: 2rem;
}

.mejs-container * {
    border-radius: 16px !important;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
    border-radius: 16px !important;
}

.mejs-overlay-button {
    background: url(./img/play.png) no-repeat !important;
    height: 120px !important;
    width: 120px !important;
}

.packages .tab-content ol {
    list-style: none;
    /* حذف مارکر پیش‌فرض */
    counter-reset: my-counter;
    padding-left: 0;
}

.packages .tab-content ol li {
    counter-increment: my-counter;
    position: relative;
    padding-right: 3em;
    margin-bottom: 1em;
}

.packages .tab-content ol li::before {
    content: counter(my-counter);
    position: absolute;
    right: 0;
    top: 0;
    width: 2em;
    height: 2em;
    border: 2px solid #234;
    /* رنگ کادر دایره‌ای */
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    font-weight: bold;
    color: #234;
    /* رنگ متن داخل دایره */
}

/* end packages */

/* services --------------------------------------------------------*/
.inner-service-box {
    background-color: #EBF2FA;
    padding: 1rem;
}

.titleDiv {
    width: fit-content;
    padding: 0 1rem;
}

.titleSec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleSec hr {
    flex-grow: 1 !important;
}

.titleDiv h3 {
    font-size: 1.4rem !important;
}

.serviceDiv {
    background-color: #fff;
    border: 1px solid #214146;
    padding: 1rem;
    border-radius: 8px;
    width: 80%;
}

.box-image {
    text-align: center;
    margin-bottom: 1rem;
}

/* end services --------------------------------------------------- */
/* portfolios ----------------------------------------------------- */
.portfolios {
    background: url(./img/bgportfolios.png);
    background-size: cover;
    padding: 15% 0 2rem 0;

}

.portfolioDiv {
    background-color: #fff;
    border: 2px solid #1A2E49;
    border-radius: 8px;
    width: 100%;
}

.portfolioDiv .box-image {
    height: 300px;
    padding: 2rem;
}

.portfolioDiv .box-image img {
    height: -webkit-fill-available;
}

.box-cont-info.text-center {
    padding: 2rem 0;
}

.box-cont-info.text-center div {
    margin-bottom: 1rem;
}

.line {
    height: 10px;
    width: 100%;
    background-color: #214146;
    position: relative;
}

.line img {
    position: absolute;
    left: 1rem;
    top: -100%;
}

.navigator {
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: 3rem;
}

.navportfolios {
    position: relative;
}

.swiper-button-next {
    background-image: url('./img/left.png');
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
}

.swiper-button-prev {
    background-image: url('./img/right.png');
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    opacity: 0;
}

.navportfolios h3 {
    font-size: 1.3rem !important;
}

/* end portfolios -------------------------------------------------- */
/* counseling ------------------------------------------------------ */
.innercounseling {
    background-color: #E2BA52;
}

.sabz.sabz {
    background-color: #214146;
    border: none;
    color: #fff;
}

.innercounseling h3 {
    font-size: 1.4rem;
}

/* end counseling -------------------------------------------------- */
/* nazarat --------------------------------------------------------- */

.voice-Swiper .swiper-slide {
    flex-direction: column;
    height: auto;
}

.voice-Swiper {
    padding: 5rem 10px 3rem 0.6rem;
    margin-bottom: 15px;
}

.voice-div {
    color: #000;
    border: 1px solid #474747;
    border-radius: 16px;
    width: -webkit-fill-available;
    height: 100%;
    justify-content: center;
}

.voice-div h6,
.voice-div p {
    color: #000;
}

audio {
    padding: 4px 22px;
}

.imgVoice {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

.imgVoice img {
    width: 83px;
    height: 83px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -3rem;
}

.navigation {
    position: absolute;
    bottom: 2.5rem;
    display: flex;
    width: 9%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* end nazarat ----------------------------------------------------- */
/* certificate ----------------------------------------------------- */
/* end certificate ----------------------------------------------------- */
/* gallery ---------------------------------------------------------*/
.grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}

.innergallery {
    display: flex;
    align-items: center;

}

.innergallery img {
    object-fit: cover;
    height: 100%;
    border-radius: 50px;
    width: 100%;

}

.shine {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    border-radius: 50px;

}

.shine::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%);
    border-radius: 50px;

}

.shine:hover:before {
    opacity: 1;
    left: 135%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: linear;
}

.innergallery:first-child {
    grid-column: 1 / span 6;
}

.innergallery:nth-child(2) {
    grid-row-start: 2;
    grid-column: 1 / span 4;
}

.innergallery:nth-child(3) {
    grid-row-start: 2;
    grid-column: 5 / span 2;
}

.innergallery:nth-child(4) {
    grid-column: 7 / span 3;
    grid-row-start: span 2;
    padding: 1rem;
}

.innergallery:nth-child(5) {
    grid-column: 10 / span 3;
    grid-row-start: span 2;
    padding: 1rem;

}

.innergallery:first-child img {
    height: 200px;
}

.innergallery:nth-child(2) img {
    height: 200px;
}

.innergallery:nth-child(3) img {
    border-radius: 50%;
    height: 200px;
}

.innergallery:nth-child(4) img {
    height: 450px;
    border-radius: 100px;

}

.innergallery:nth-child(5) img {
    height: 450px;
    border-radius: 100px;

}


.innergallery:nth-child(3) .shine {
    border-radius: 50%;
}

.innergallery:nth-child(4) .shine {
    border-radius: 100px;

}

.innergallery:nth-child(5) .shine {
    height: 450px;
    border-radius: 100px;

}

/* end gallery ----------------------------------------------------- */

/* comments home ------------------------------------------------------------*/
.backComments {
    object-fit: contain;
}

.backComments img {
    position: absolute;
    left: 50%;
    width: 250px;
    height: 250px;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.innerSlide .text {
    text-wrap: balance;
    /* max-width: 60%; */
}

.innerSlide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profit {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    object-fit: cover;
}

/* comments home -------------------------------------------------------------*/
/* comment blog --------------------------------------------------------------*/
h2.comments-title {
    font-size: 1.2rem !important;
}

div#respond {
    padding-top: 1rem;
    width: 60%;
}

h2#reply-title {
    font-size: 1.2rem;
}

.comment-form-author {
    width: 49%;
    margin-left: 12px !important;
}

.comment-form-email {
    width: 49%;
}

div#respond textarea {
    width: 100%;
    padding: 8px 16px;
    border-radius: 4px;

}

.comment-form-author input,
.comment-form-email input {
    padding: 5px 16px;
    border-radius: 4px;
}

input#submit {
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
}

p.comment-notes {
    margin-bottom: 1rem !important;
}


/* comments ----------------------------------------------------------------- */
.comment a,
.comment,
.comment p {
    color: #333333;
}

.comment-notes,
.comment-form-cookies-consent {
    font-size: 12px;
}

.comment-body * {
    color: #54707D;
}

.comment-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 15px 0;
}

.comment-author {
    display: flex;
    align-items: center;
}

.comment-author img {
    margin-left: 10px;
    border-radius: 50%;
}

.comment-meta {
    display: flex;
    justify-content: end;
    width: 100%;
}

.comment-content {
    width: 100%;
    text-align: justify;
    margin: 10px 0;
    color: grey;
    border-top: 1px solid #333333;
}

.reply {
    width: 100%;
    color: #000;

}

.reply a {
    color: #000;
    float: left;
    width: fit-content;

}


.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-reply-title {
    display: flex;
    font-size: 22px;
}

.comment-form-comment textarea {
    border-radius: 15px;
}


.comment-respond * {
    text-align: justify;
    font-size: 16px;
    color: #333;
}

.comment-form-url {
    display: none;
}

.comment-form-author {
    width: 49%;
    float: right;
    display: flex;
    align-items: baseline;
}

.comment-form-email {
    width: 49%;
    float: left;
}

.form-submit {
    display: flex;
    justify-content: end;
}

.comment-respond label,
p.comment-notes {
    display: none;
}

p.comment-form-cookies-consent {
    display: flex;
    width: 100%;
    padding: 1rem 0;
}

p.comment-form-cookies-consent label {
    display: block;
    padding-right: 5px;

}

h3#reply-title {
    color: #000;
    font-weight: 500;
    font-size: 18px !important;
    display: flex;
    justify-content: space-between;
}

.reply {
    text-align: left;

}


a.comment-reply-link {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;

}

.comment-meta.commentmetadata a {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #9AB0BC;
}

.comment-meta.commentmetadata a:after {
    content: '';
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./img/path.png');
    display: block;
    position: absolute;
    right: -20%;
}


.fn .url {
    font-weight: bold;
}

p.logged-in-as {
    display: none;
}

.comment-respond a:hover {
    color: #333;
}


/* comment blog ------------------------------------------------------------- */
/* text img 1 --------------------------------------------------------------- */

.imgBoxtext {
    width: 50%;
    position: absolute;
    border: 4rem solid #F3F2ED;
    left: 0;
    height: 100%;
}

.imgBoxtext2 {
    width: 50%;
    position: absolute;
    border: 4rem solid #F3F2ED;
    right: 0;
    height: 100%;
}

.darkbtn {
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    width: fit-content;
    margin-top: 1rem;
}

.darkbtn:hover {
    background-color: #000;
    color: #fff;
    padding: 8px 16px;

}

@media only screen and (min-width: 1200px) {
    .textImg1 .title {
        max-width: 60%;
        font-size: 1.8rem;
        line-height: 3.5rem;
    }

    .textImg2 .title {
        max-width: 60%;
        font-size: 1.8rem;
        line-height: 3.5rem;
    }

    .cell {
        position: static;
    }

    .imgBoxtext {
        left: 0;
        top: 0;
        bottom: 0;
        right: 50%;
        padding-left: calc((100% - 1170px) / 2);
    }

    .imgBoxtext2 {
        right: 0;
        top: 0;
        bottom: 0;
        left: 50%;
        padding-right: calc((100% - 1170px) / 2);
    }


}

/* text img 1---------------------------------------------------------------- */
/* images ------------------------------------------------------------------- */
.back_images {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 15px;
    background-size: contain;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
    background-size: cover !important;
    background-position: center !important;
}

.back_text {
    position: absolute;
    bottom: 3rem;
    right: 2rem;
    margin-bottom: 0 !important;
    line-height: 2;
}

.back_images h4 {
    margin-bottom: 0 !important;
}

label.sms-notif-groups-label.sms-notif-groups-label-1 {
    display: none;
}

button#sms-notif-submit-1 {
    margin-right: 0 !important;
}

/* end images --------------------------------------------------------------- */

/* information box ----------------------------------------------------------- */
/* .inner-contact-box{
    border-radius: 15px;
    box-shadow: 0 1px 14px -5px rgb(0 0 0 / 15%);
} */
.box-cont-image {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    min-width: 80px;
}

/* .box-cont{
    border-left: 2px solid #E4E4E4;
} */
.grayFont {
    color: #898989;
    margin-top: 1rem;
}

.certificate img {
    height: 150px;
    object-fit: contain;
}


@keyframes wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.box-cont:hover img {
    -webkit-animation-name: 'wobble-to-top-right';
    animation-name: 'wobble-to-top-right';
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.box-cont:last-child {
    border: none !important;
}

.box-cont {
    border-left: 1px solid;
}

/* end information box ------------------------------------------------------- */
/* video section ------------------------------------------------------------- */
.videoSec {
    position: relative;
}


.videoSec .videoImg {
    width: 70%;
}


video#vid {
    object-fit: cover;
    position: relative;
    border-radius: 16px;
}

.vidSec {
    position: relative;
    padding: 0;
    /* height: 80vh; */
}

.over {
    width: 100%;
    height: 100%;
    background-color: #06060652;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    border-radius: 16px;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 150px !important;
    height: 150px !important;
    cursor: pointer;
}

.play img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.textImg ul li::marker {
    color: #F0C75E;
    font-size: 1.2em;
}

/* end video section --------------------------------------------------------- */
/* blog home ----------------------------------------------------------------- */
.nm-news a {
    color: #000;
}

.desk-news {
    padding-top: 1rem;
}

.desk-news h4 {
    font-size: 1.2rem;
    margin: 0 !important;
}

.desk-news p {
    color: #888888;
}

.blog .figure-news img {
    max-width: 100%;
    height: auto;
}

.category-name {
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* end blog home ------------------------------------------------------------- */

/* breadcrumbs -------------------------------------------------------------- */
.nm-page-breadcrumb {
    background-color: #214146;
    border-radius: 16px 0 0 16px;
    color: #fff !important;
}

@media only screen and (min-width: 1200px) {
    .nm-page-breadcrumb {
        right: 0;
        left: 50%;
        position: absolute;
        height: fit-content;
        z-index: -1;
    }
}

#breadcrumbs a {
    color: #000;
}

/* end breadcrumbs ---------------------------------------------------------- */
/* footer --------------------------------------------------------------------*/
footer {
    background-color: #F2F2F2;

}


.footer-h.social {
    color: #000;
}

.in-box-footer .address p {
    max-width: 60%;
    margin: auto !important;
}

footer h5 {
    font-size: 1rem !important;
}

.light-text i {
    font-family: 'fontawsome' !important;
    margin-left: 6px;
    width: 40px;
    height: 40px;
    /* outline: 2px solid; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline-offset: -2px;
    color: var(--mainColor);
    font-size: 22px;
}


.social-icons {
    justify-content: end;
    padding-left: 0 !important;
}

.widget_media_image {
    margin-bottom: 1rem;
}

.custom-html-widget {
    line-height: 2rem;
}

footer a {
    color: #000 !important;
}

.copyright {
    border-top: 1px solid;
}

/* end footer ----------------------------------------------------------------*/


/* contact-page ------------------------------------------------------------- */
.contact-page {
    background: #fff;
    padding-top: 3rem;
}

.inn-contact.first {
    padding-left: 15px;
}

.inn-contact h4 {
    text-align: right;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}

.inn-contact h4::after {
    content: '';
    border-bottom: 3px solid #ffbc01;
    bottom: -3px;
    height: 3px;
    right: 0;
    position: absolute;
    width: 50px;
}

.full-contact a {
    color: #fff;
}

.iner-contact-page.first {
    background: #000;

}

.inn-contact i {
    color: #ffbc01;
}

.div-map img {

    width: 100%;
}

.gform_title {
    color: #000;
    text-align: right;
    position: relative;
    margin-bottom: 0 !important;
    font-size: 24px !important;
}

.gform_description {
    margin-bottom: 2rem !important;
    display: block;
    font-size: 1.2rem !important;
    line-height: 2.5rem;
}


.inn-contact {
    padding: 0 15px;
}

.contact-box i {
    font-size: 24px !important;
    margin-right: 0;
    margin-left: 20px;
    transition: .3s all linear;
    background-color: #E2BA52;
    color: #ffff;
    padding: 2rem;
}

.contact-box:hover i {
    color: black;
}

.contact-box {
    display: flex;
    align-items: center;
    padding: 0 8px;
    margin: 1rem 0;
}


.contact-image {
    height: 300px;
    filter: grayscale(1);
    transition: .3s all linear;
}

.contact-image:hover {
    filter: grayscale(0);

}

.contact-page .row {
    position: relative;
}

.contact-page input,
.contact-page textarea {
    border-radius: 5px !important;
}

.inn-contact input[type=submit] {
    background: #E2BA52;
    padding: 5px 40px;
    color: #000;
    border: none !important;
    float: left;
    border-radius: 20px;
    font-size: 1.2rem !important;
    margin-bottom: 2rem !important;
}


input[type="submit"] {
    width: auto;
}

.gform_footer.top_label {
    float: left !important;
}

.archiveblogs .nav-link {
    color: #495057 !important;
}

.archiveblogs .nav-tabs .nav-item.show .nav-link,
.archiveblogs .nav-tabs .nav-link.active {
    color: #000 !important;
}

.archiveblogs .nav-tabs {
    border: none !important;
}

.archiveblogs .nav-link {
    border: none !important;
}

/* end contact page ---------------------------------------------------------*/
/* about-page -------------------------------------------------------------- */
.inn-about.first {
    filter: grayscale(1);
}

.page-template-about .about-page,
.page-template-about .contact-box {
    background-color: #F4F4F9;
}

.page-template-about .clearfix.back {
    background-color: #F4F4F9;

}

.full-about {
    background: #fff;
}

.aboutTitle {
    text-align: right;
    color: var(--mainColor);
    font-size: 16px;
}

.about-page ul {
    position: relative;
    padding-right: 1rem;
    list-style: none !important;
}

.about-page ul li::before {
    content: url(./img/Tick.svg);
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
}

p,
ul li {
    line-height: 2rem;
}

/* end about page ---------------------------------------------------------- */
/* blog ---------------------------------------------------------------------*/
.blogdiv span {
    border-left: 1px solid;
}

.blogdiv span:last-child {
    border-left: none;
}

h1.titleBlog {
    font-size: 1.3rem;
    margin: 0 !important;
}

.figureBlog img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}

.figure img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    max-height: 300px;
    object-fit: cover;
}

.sidebar-blog {
    height: 100%;
    padding: 2rem 0;
}

.sidebar-blog ul,
.sidebar-blog li {
    list-style: none;
}

.article-content-blog p {
    padding-top: .5rem;
}

.title-article a {
    color: var(--secondColor) !important;
}

.title-article a:hover {
    color: var(--mainColor) !important;
}

.title-article h3 {
    font-size: 22px !important;
}

.article-content-blog h3,
.article-content-blog h2,
.article-content-blog h2,
.article-content-blog h4,
.article-content-blog h5,
.article-content-blog h6 {
    margin-bottom: .5rem !important;
}

.in-nm-articles {
    border-radius: 15px;
    padding: 2rem 15px;
}

.nm-articles:nth-child(2n-1) {
    background-color: #EBF2FA;

}

.nm-articles {
    margin-bottom: 2rem;
    padding: 1rem 3rem;
    border-radius: 8px;
}

.single-blogs .nm-articles {
    padding-top: 0;
}

.nm-articles:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.sidebar-blog .side-back {
    padding-bottom: 1rem !important;
}


.pull-left img {
    height: auto;
    border-radius: 4px;
}

.media-body {
    padding-right: .5rem;
    color: #000;
}

.media a {
    align-items: center;
}


.sidebar-blog .searchform div {
    display: flex;
}

.sidebar-blog .searchform div input[type=text] {
    width: 85%;
    border-radius: 0 5px 5px 0;
}

h6.entry-title {
    text-wrap: inherit;
    line-height: 1.75rem;
    font-size: 14px;
    padding-left: .5rem;
}


.sidebar-blog input {
    width: 100%;
    padding: 4px 8px;
    border-radius: 5px;

}

.sidebar-blog label {
    width: 100%;
}

.titles {
    font-size: 1.2rem;
}

.sidebar-blog a {
    color: #000 !important;
}

.sidebar-blog {
    position: relative;
}

.innerSidebar {
    /*position: sticky;*/
    /*top: 0;*/
}

.figure {
    border: 1px solid #214146;
    padding: 1rem;
    border-radius: 8px;
}

.recent-posts-swiper a {
    color: #000 !important;
}

/* end blog -----------------------------------------------------------------*/
/* about us ---------------------------------------------------------------- */

.right_conatct_social_icon {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}

.contact_us {
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    left: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding: 20px 0;
    width: 100%;
    justify-content: center;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

/* sticky toolbox ---------------------------------------------------------- */
.sticky_toolbox {
    position: fixed;
    width: 39px;
    bottom: 55px;
    left: 20px;
    right: auto;
    text-align: center;
    font-size: 13px;
    z-index: 999;
    display: block;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.sticky_toolbox.active {
    opacity: 1;
    pointer-events: all;
    left: 30px;
    right: auto;
}

.sticky_toolbox li {
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    font-size: 15px;
    position: relative;
    color: #333 !important;
    box-shadow: 0 1px 14px -5px rgb(0 0 0 / 15%);
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    margin-bottom: 6px;
}

.sticky_toolbox .header-cart-count {
    top: 3px !important;
}

.shop-sidebar-btn {
    background-color: var(--mainColor);
    padding: 0.618em 1em;
    font-weight: 700;
    color: #fff;

}

.shop-sidebar-btn:hover {
    color: #fff;
}


.fal,
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.active {
    opacity: 1;
}

.offcanvas {
    padding: 2rem 15px 15px 15px;
    bottom: auto !important;
    height: 100vh;
}

.wd-progress-bar.wd-free-progress-bar {
    margin-bottom: 2rem;
}

.wd-progress-bar .progress-bar {
    background-color: var(--mainColor);
}

.wd-progress-bar :is(.progress-area, .progress-bar) {
    height: 15px;
    border-radius: 20px;
}

.wd-progress-bar .progress-area {
    width: 100%;
    background-color: #f1f1f1;
}

.sticky_toolbox .header-cart-count {
    left: -4px;
}

.mybtn0 {
    opacity: 0;
}

.mybtn0.active {
    opacity: 1;
}

/* end sticky toolbox ------------------------------------------------------ */
/* modal add to cart --------------------------------------------------------*/
.modal.fade {
    display: block !important;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
}

.modal.fade.show {
    opacity: 1;
    visibility: visible;
}

.modal-body {
    padding: 2rem !important;
}

.btn.cart-modal {
    background-color: var(--secondColor) !important;
    border-color: var(--secondColor) !important;
}

.modal-footer .btn.close:hover {
    background-color: #6c757d !important;
}

.modal.show .modal-dialog {
    top: 30%;
}

#exampleModal {
    background: #12121359;
}

img.attachment-shop_catalog.img-fluid.size-shop_catalog.img-fluid.wp-post-image {
    border-radius: 20px;
    /* min-height: 215px;
    max-height: 215px; */
    object-fit: cover;
}

/* banner ------------------------------------------------------------------- */
.page-titlex {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 3rem;
}

.page-titlex span a {
    color: var(--white);
    z-index: 2;
    position: relative;
}

.page-titlex span {
    color: var(--white);
    z-index: 2;
    position: relative;
}

.page-titlex .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    color: #fff;
    z-index: 1;
    position: relative;
}

.page-titlex::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}

/* end modal add to cart ----------------------------------------------------*/
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .navbar-expand-md .navbar-nav .nav-item:first-child .nav-link {
        padding-right: 0 !important;
    }
}

/* @media 999 -------------------------------------------------------------- */
@media only screen and (max-width: 999px) {

    .contact-page {
        padding-top: 2rem;
        padding-bottom: 0;
    }

    .inn-contact {
        padding-top: 2rem;
        padding-bottom: 2rem;

    }

    .gform_title {
        padding-top: 1rem;
    }
}


/* end @media 999 -----------------------------------------------------------*/


@keyframes wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.iner-box-choose:hover img {
    -webkit-animation-name: wobble-to-top-right;
    animation-name: wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* gallery page -------------------------- */
.grid {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-column-fill: balance;
    column-fill: balance;
    /* margin: 20px auto 0; */
    padding: 2rem;
}

.grid .item {
    display: inline-block;
    margin: 0 0 20px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
}

.grid .item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.grid video {
    border-radius: 15px;
}

a.lb-close {
    position: absolute;
}

@media (min-width: 1200px) {
    .grid {
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 900px) {
    .grid {
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 600px) {
    .grid {
        -moz-column-count: 2;
        column-count: 2;
    }
}

/*@media only screen and (min-width: 992px) {*/

ul.dropdown-menu .dropdown:hover .dropdown-menu {
    /*display:block; */
    right: 100% !important;
    top: 0 !important;
}

ul.dropdown-menu .dropdown:hover .dropdown-menu.menu-item-has-children {
    display: block;
    position: initial;
    border: none;
}

.depth_1 .menu-item-has-children:hover .sub-menu.depth_2 {
    right: 100% !important;
    display: block;
}

ul .dropdown:hover > ul.dropdown-menu {
    display: block;
    right: 0 !important;
    top: 95% !important;
}

ul.dropdown-menu .dropdown .dropdown-toggle::after {
    margin-right: 0.25rem;
    transform: rotate(90deg);
}

/*}*/
ul.dropdown-menu.sub-menu.depth_1.show > .dropdown-menu {
    display: block;
    border: none;
}

ul.dropdown-menu .dropdown:hover .dropdown-menu.menu-item-has-children {
    display: block;
    position: initial;
    border: none;
}

ul.dropdown-menu.sub-menu.depth_2.show {
    background-color: #2E3192;
    color: #fff !important;
}

ul.dropdown-menu.sub-menu.depth_2.show .dropdown-item {
    color: #fff !important;
}

.term-description {
    display: none;
}


/* gallery page -------------------------- */
.grid {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-column-fill: balance;
    column-fill: balance;
    /* margin: 20px auto 0; */
    padding: 2rem;
}

.grid .item {
    display: inline-block;
    margin: 0 0 20px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
}

.grid .item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.grid video {
    border-radius: 15px;
}

a.lb-close {
    position: absolute;
}


.lb-data .lb-close {
    width: 15px;
    background-size: contain;
    position: absolute;
    top: -32px;
}


@media (min-width: 600px) {
    .grid {
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 900px) {
    .grid {
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .grid {
        -moz-column-count: 4;
        column-count: 4;
    }
}

/* @media 768 ---------------------------------------------------------------*/


@media only screen and (max-width: 768px) {
    .archiveblogs .figure {
        width: 100%;
    }

    .nm-articles:last-child {
        margin-bottom: 1rem !important;
    }

    .innervalue img {
        width: 200px;
        height: 200px;
    }

    .innervalue {
        margin-bottom: 1rem;
    }

    .nm-articles {
        padding: 1rem 2rem;
    }

    .article-content-blog p {
        text-align: justify;
    }

    .packages li.nav-item {
        margin: 1rem 0 !important;
    }

    .navigation {
        width: 35% !important;
    }

    .header {
        padding: 1rem 0;
    }

    .textSlider {
        top: 20%;
        padding: 2rem;
    }

    .swiper-slide a {
        height: 100%;
    }

    button.full-width-search.openBtn img {
        width: 22px;
    }

    /* .box-image img {
        width: 64px !important;
    } */
    .serviceDiv {
        width: 100%;
        margin: 0 auto;
    }

    .box-cont-info.text-center {
        padding: 1rem !important;

    }

    div#respond {
        width: 100%;
    }

    .home .slider .swiper {
        height: 65vh;
    }

    .slider .swiper-slide img {
        height: 100%;
    }

    .textSlider {
        font-size: 1.2rem !important;
    }

    .counseling .col-lg-3 img {
        display: none;
    }

    .innercounseling p {
        text-align: justify;
    }

    .imgBoxtext2,
    .imgBoxtext {
        position: relative;
        height: 100vh;
        width: 100%;
    }

    .depth_1 .menu-item-has-children:hover .sub-menu.depth_2 {
        background-color: #2E3192;
        color: #fff !important;
        display: none;
    }

    .depth_1 .menu-item-has-children .sub-menu.depth_2.show {
        display: block !important;
    }

    /* ul.dropdown-menu .dropdown:hover .dropdown-menu{*/
    /*    display: none;*/
    /*}*/
    /*    ul.dropdown-menu .dropdown .dropdown-menu.show{*/
    /*            display: block !important;*/
    /*}*/
    .depth_1 .menu-item-has-children:hover .sub-menu.depth_2 a {
        background-color: #2E3192;
        color: #fff !important;

    }


    img.custom-logo {
        max-width: 100% !important;
        height: auto;
    }


    .box-footer:nth-child(2) {
        border-right: 0;
        border-left: 0;
    }

    .box-footer:nth-child(2) .in-box-footer {
        border: 1px solid;
        border-right: 0;
        border-left: 0;
        padding: 1.5rem 0;
    }

    .header-cart-count {
        top: -4px;
    }

    .full-about {
        background: transparent;
    }


    .offcanvas-end {
        width: 65% !important;
    }

    .sticky_toolbox.active {
        left: 15px;
    }

    .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
        min-width: fit-content !important;
    }

    .sidebar-blog {
        margin-top: 2rem;
    }


    section.page-breadcrumb:before {
        width: 50%;
    }

    .sticky_toolbox.active p {
        font-size: 13px !important;
    }


}


div#tab-description li {
    list-style: disc !important;
}

div#tab-description ul {
    list-style: disc !important;
    padding-right: 2rem !important;
}

.back_images {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.ablackimages {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;

}

.ablackimages:hover .back_images {
    transform: scale(1.2);

}

/* videos */
.in-nm-videos .figure {
    border: none;
    padding: 0;
}

/* blog */
.archiveblogs .figure {
    padding: 0;
    border: none;
}

/* end @media 768 -----------------------------------------------------------*/
@media only screen and (max-width: 768px) {


    .swiper.swiper-slide {
        padding: 2rem 0;
    }


    .row.shoping {
        padding-top: 1rem;
    }

    .tab-content {
        height: auto;
    }

    .play {
        width: 64px;
        height: 64px;
    }

    .pinClass {
        position: absolute;
        right: 50%;
        top: 15%;
        z-index: 2;
    }

    a.garanty div {
        font-size: 11px !important;
    }

    .innerTab .swiper {
        padding: 4rem;
    }

    /* li.nav-item {
        margin: 0.5rem 0;
    } */
    /* .selector {
        margin: 0.5rem 0;
    } */
    li.nav-item {
        margin: 0;
    }

    .selector {
        margin: 0;
    }

    /* .box-cont-info {
        min-width: 150px;
    } */
    .box-cont {
        /* width: 100%; */
        justify-content: center;
    }


    .videoSecPart {
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
        align-items: center;
        margin-bottom: 1rem
    }

    .videoSec .videoImg {
        width: 100px;
    }

    h6.cat-heading {
        font-size: 13px;
    }

    .home h6.cat-heading {
        font-size: 17px;
    }

    .innerTabProducts .nav-item.active .nav-link {
        background-color: var(--secondColor) !important;
        color: #fff !important;
    }

    .contact-box span {
        min-width: 200px;
    }

    .contact-box i {
        font-size: 50px;
    }

    .contact-image {
        height: 300px;
        margin-top: 2rem;
    }

}

/*.instock p.stock.in-stock {*/
/*    display: none;*/
/*}*/
@media only screen and (min-width: 768px) {
    #container {
        position: relative;
        overflow: hidden;
    }

    .slide {
        display: block;
        position: absolute;
        height: 200px;
        width: 200px;
    }

    .one {
        left: -5%;
        top: 10%;
        width: 400px;
        height: 400px;

    }

    .two {
        right: 18%;
        top: 64%;
    }

    .three {
        left: 40%;
        top: 20%;
    }

    .four {
        left: 50%;
        top: 80%;
    }

    .slide img {
        width: 100%;
    }


    .widthTheme {
        min-width: 50%;
        max-width: 50%;
    }

    .innerTab p,
    .innerTab h3 {
        max-width: 80%;
    }

    .btnTab {
        min-width: 40%;
        max-width: 40%;
    }

    .innerVideo {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }


    .clearfix.catP {
        margin-top: -7rem;
        z-index: 2;
        position: relative;
    }
}

form.staffs-wrapper {
    background: #EBEBEB;
    padding: 1rem;
    border-radius: 1rem;
}

.staff-radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.staff-radio-item input {
    margin: 0;
    max-width: fit-content;
}

label.staff-radio-item-wrapper {
    padding: 1rem;
    margin: .5rem 0;
    background: white;
    border-radius: .75rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.staff-radio-item span {
    font-size: 16px !important;
    font-weight: bold;
}

.staff-radio-item p {
    line-height: 1.5 !important;
    font-size: 14px !important;
}

.bookly-css-root {
    background: #EBEBEB;
    padding: 1rem;
    border-radius: 1rem;
}

@media only screen and (max-width: 768px) {

    .header {

        padding: 1rem 0;
        z-index: 0;
        position: relative;
    }

}

div#exampleModal .searchandfilter label {
    width: 100%;
}

header.header .navbar-light .navbar-nav .nav-link {
    font-size: .9rem !important;
    font-weight: normal !important;
    padding: 0 !important;
    color: #000000b9;
}

.navbar-nav {
    column-gap: 1rem;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0 !important;
    margin: 1rem 0 !important;
    float: unset!important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: unset!important;
    width: 100%!important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: unset!important;
    width: 100%!important;
}
.bookly-form .bookly-service-step .bookly-week-days, .bookly-service-step .bookly-available-date , .bookly-service-step .bookly-time-range{
    display: none!important;
}