@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Laila:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');


@font-face {
    font-family: 'Billgest';
    src: url('../fonts/Billgest-Regular.eot');
    src: url('../fonts/Billgest-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Billgest-Regular.woff2') format('woff2'),
        url('../fonts/Billgest-Regular.woff') format('woff'),
        url('../fonts/Billgest-Regular.ttf') format('truetype'),
        url('../fonts/Billgest-Regular.svg#Billgest-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'Quicksand';
    src: url('fonts/Quicksand-Regular.eot');
    src: url('fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Quicksand-Regular.woff2') format('woff2'),
        url('fonts/Quicksand-Regular.woff') format('woff'),
        url('fonts/Quicksand-Regular.ttf') format('truetype'),
        url('fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

/*@font-face {
    font-family: 'Quicksand-Bold';
    src: url('fonts/Quicksand-Bold.eot');
    src: url('fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Quicksand-Bold.woff2') format('woff2'),
        url('fonts/Quicksand-Bold.woff') format('woff'),
        url('fonts/Quicksand-Bold.ttf') format('truetype'),
        url('fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Medium';
    src: url('fonts/Quicksand-Medium.eot');
    src: url('fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Quicksand-Medium.woff2') format('woff2'),
        url('fonts/Quicksand-Medium.woff') format('woff'),
        url('fonts/Quicksand-Medium.ttf') format('truetype'),
        url('fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/

/*@font-face {
    font-family: 'Laila-Bold';
    src: url('Laila-Bold.eot');
    src: url('Laila-Bold.eot?#iefix') format('embedded-opentype'),
        url('Laila-Bold.woff2') format('woff2'),
        url('Laila-Bold.woff') format('woff'),
        url('Laila-Bold.ttf') format('truetype'),
        url('Laila-Bold.svg#Laila-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/


*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
	box-sizing: border-box;
	/*transition: all ease-in-out 0.35s;*/
}
a{
	text-decoration: none;
}
a:hover{
	color: #D083FF;
}
html{
	font-size: 16px;
}
body{
	width: 100%;
    overflow-x: hidden;
    line-height: 1.6rem;
    color: #000;
    font-family: 'Quicksand', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}
#header {
    background: rgba(255,255,255,0.35);
    /*background: linear-gradient(90.06deg, rgba(255, 255, 255, 0.4) 1.07%, rgba(255, 255, 255, 0.1) 99.27%);*/
    padding: 5px 25px 5px 25px;
    z-index: 10;
    position: relative;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(90.06deg, rgba(255, 255, 255, 0.4) 1.07%, rgba(255, 255, 255, 0.1) 99.27%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(20px);
}
#logo {
    display: flex;
    align-items: center;
    margin-top: -8px;
}
.logo a {
    text-decoration: none;
}
#logo span.text {
    font-family: 'Billgest';
    font-size: 64px;
    line-height: 60px;
    color: #000000;
}

.hero-banner {
    padding: 150px 100px 100px 100px;
    background-color: #fafafa;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    min-height: 100vh;
}
.hero-conent-right h1 {
    font-family: 'Billgest';
    font-style: normal;
    font-weight: 400;
    font-size: 128px;
    line-height: 154px;
    color: #AC6963;
    margin-bottom: 20px;
}
.btn-style1{
    background: #FFEAE6;
    max-width: 280px;
    width: 100%;
    border-radius: 14px;
    position: relative;
    padding: 0;
    border: none;
}
.btn-style1-inner {
    background: #FFEAE6;
    border-radius: 14px;
    position: relative;
    z-index: 1;
    -ms-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -webkit-transition: all 5s linear;
    -o-transition: all 5s linear;
}
.btn-style1 .text{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #FF6F61;
    padding: 15px 20px;
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    border-radius: 14px;
}
.btn-style1-border{
    box-shadow: 8px 8px 15px #caa19d, -8px -8px 15px #ffffff;
    border-radius: 14px;
    filter: blur(1px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -webkit-transition: all 5s linear;
    -o-transition: all 5s linear;
    background: #FFEAE6;
}
/*.btn-style1:hover .btn-style1-border{
    box-shadow: inset 6px 6px 12px rgba(202, 161, 157, 0.5), inset -6px -6px 12px rgba(255, 255, 255, 0.5);
    transition: all ease-in-out 350ms;
    -ms-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -webkit-transition: all 5s linear;
    -o-transition: all 5s linear;
}*/
.header-right-navigation .navbar-nav .nav-item a.nav-link {
    font-size: 20px;
    color: #000;
    padding: 10px 25px;
}
.header-right-navigation .navbar-nav .nav-item a.nav-link.active{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
.header-user-avtar {
    width: 34px;
    height: 34px;
    background-color: #f5f5f5;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}
.header-user {
    padding-left: 7%;
}
.hero-content p {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}
.hero-content-description {
    max-width: 450px;
    margin: auto;
    display: block;
}
.hero-conent-right {
    max-width: 650px;
    width: 100%;
    text-align: center;
}
.login-singup-btns .btn {
    margin: 10px 18px;
}
.bg-light-cream{
    background-color: #EDE7F9;
}
.section-space{
    padding: 85px 0;
}
.flower-pattern-bg{
    background-image: url('../images/flower-group-pattern.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.section-title h2{
    font-family: 'Cormorant', serif;
    font-size: 48px;
    line-height: 58px;
    color: #333333;
}
.title-vertical-line {
    position: relative;
}

.title-vertical-line .line {
    width: 5px;
    height: 69px;
    display: inline-block;
    background: #333333;
    margin-top: 26px;
}
.bg-green .title-vertical-line .line {
    background: #7A8C46;
}
.blog-featu#FF6F61 {
    position: relative;
}
.featu#FF6F61-img {
    /*height: 470px;*/
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-meta {
    display: flex;
    align-items: flex-end;
    position: absolute;
    height: 100%;
    right: 100%;
    padding: 15px 55px 75px 55px;
}
.blog-meta span{
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    -webkit-background-clip: text;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #AC6963;
    background: #EDE7F9;
    position: relative;
    z-index: 1;
    padding: 25px 0px 10px 0px;
    max-height: 140px;
    text-align: center;
}
.blog-item-bx {
    padding-left: 168px;
}
.blog-content-body {
    background: #EDE7F9;
    box-shadow: 6px 6px 12px #ead9cc, -6px -6px 12px #ffffff;
    padding: 25px;
    margin: -75px 75px 0px -168px;
    position: relative;
    z-index: 1;
    max-width: 450px;
}
.blog-meta:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #333333;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    top: 0px !important;
}
.blog-item {
    padding-top: 55px;
    padding-bottom: 55px;
}
.btn-style2{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #3F3D56;
    padding: 15px 10px;
    border-radius: 8px;
    min-width: 218px;
}
.btn-large{
    font-size: 32px !important;
    line-height: 48px !important;
}
.btn-bg-light-cream,
.btn-bg-light-cream:hover {
    background: #EDE7F9;
    color: #3F3D56;
}
.btn-bg-light-pink,
.btn-bg-light-pink:hover{
    background: #FFEAE6;
    color: #8B4C4A;
}
.btn-bg-light-green,
.btn-bg-light-green:hover{
    background: #E8F5E9;
    color: #7A8C46;
}
.btn-shadow{
    box-shadow: 4px 4px 8px #EAD9CC, -4px -4px 8px #FFFFFF;
}
.btn-shadow3{
    box-shadow: 4px 4px 8px #B4C87D, -4px -4px 8px #FFFFFF;
}
.blog-title h3 {
    font-size: 24px;
    font-family: 'Cormorant', serif;
    /*font-family: 'Laila', sans-serif;*/
    font-weight: 700;
}
.blog-time-category {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #3F3D56;
    margin-bottom: 5px;
}
.blog-time-category span {
    padding: 5px 0px;
    display: inline-block;
    position: relative;
}
.blog-time-category span:not(last-child) {
    padding-right: 25px;
}
.blog-time-category span::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #3F3D56;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 13px;
}
.blog-time-category span:last-child:after {
    display: none;
}
.blog-by {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: right;
    color: #3F3D56;
    margin-bottom: 0;
}
.blog-excerpt {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #3F3D56;
    padding: 15px 0px;
}
#footer{
    background:#EDE7E9;
    padding: 50px 0;
}
.bg-pink {
    background: #FFEAE6;
}
.prod-slider .owl-item,
.prod-slider2 .owl-item{
    display: flex;
}
.prod-slider .owl-stage,
.prod-slider2 .owl-stage{
    display: flex !important;
}
.prod-slider .owl-item .item,
.prod-slider2 .owl-item .item{
    width: 100%;
    display: flex;
}
.prod-slider .item {
    padding: 25px 25px;
}
.prod-slider2 .owl-item .card-style2 {
    width: 100%;
}
.card{
    background: #FFEAE6;
    position: relative;
}
.card-outer {
    padding: 30px;
    width: 100%;
}
.card-shadow {
    box-shadow: 8px 8px 15px #caa19d, -8px -8px 15px #ffffff;
    filter: blur(1px);
    border-radius: 14px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.card-left-img {
    min-height: 250px;
    padding: 20px;
}
.card-shadow-in {
    background: #FFEAE6;
    box-shadow: 8px 8px 16px #caa19d, -8px -8px 16px #ffffff, inset -8px -8px 16px #ffffff, inset 8px 8px 16px #caa19d;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.img-bx {
    width: 100%;
    min-height: 270px;
    padding-bottom: 120%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.card-outer .card-body {
    position: relative;
    z-index: 1;
}
.btn-style2.btn-large {
    padding: 15px 25px;
    min-width: 300px;
}
.card-style1 .title h3 {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #AC6963;
}
.card-style1 .title h3 a {
    color: #AC6963;
}
.bg-green .card-style1 .title h3 a {
    color: #7A8C46;
}
.content {
    word-break: break-word;
    /*font-family: 'Poppins',sans-serif;*/
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px !important;
    color: #1c1a1a;
    text-align: justify;
    width: 100%;
    display: inline-block;
    /*font-family: 'Quicksand', sans-serif;*/
    /*font-style: normal;*/
    /*font-weight: 600;*/
    /*font-size: 18px;*/
    /*line-height: 24px;*/
    /*color: #000000;*/
}
.content p{
    font-size: 18px;
    /*line-height: 34px !important;*/
    line-height: 30px !important;
}
.container-large {
    max-width: 1640px;
    padding-left: 32px;
    padding-right: 32px;
}
.card-right {
    padding-left: 22px;
}
.card-right .content{
    margin-bottom: 40px;
}
.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    background: #FFEBE6 !important;
    box-shadow: -8px -8px 15px #ffffff, 8px 8px 15px #caa19d;
    filter: blur(1px);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-nav button:hover{
    background: #FFEBE6 !important;
}
.bg-blue .owl-carousel .owl-nav button {
    background: #E3F2FD !important;
    box-shadow: -8px -8px 15px #ffffff, 8px 8px 15px rgb(57 100 134 / 45%);
}
.bg-blue .owl-carousel .owl-nav button:hover{
    background: #E3F2FD !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -80px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -80px;
}
.owl-carousel .owl-nav button span {
    font-size: 0;
    background-image: url(../images/arrow.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: cover;
}
.bg-blue .owl-carousel .owl-nav button span {
    background-image: url(../images/blue-arrow.png);
}
.bg-green .owl-carousel .owl-nav button span {
    background-image: url(../images/green-arrow.png);
}
.owl-carousel .owl-nav button.owl-next span{
    transform: rotate(180deg);
}
.title-vertical-line .line2{
    background: #AC6963;
}
.bg-green{
    background-color: #E8F5E9 !important;
}
.bg-green .card-shadow-in {
    background: #E8F5E9;
    box-shadow: 8px 8px 16px #b4c87d, -8px -8px 16px #ffffff, inset -8px -8px 16px #ffffff, inset 8px 8px 16px #b4c87d;
}
.bg-blue{
    background-color: #E3F2FD !important;
}
.btn-bg-light-blue,
.btn-bg-light-blue:hover{
    background: #E3F2FD;
    color: #396486;
}
.btn-style2:hover{
    opacity: 0.75;
}
.prod-slider2 .item {
    padding: 30px 20px;
}
.card-style2 .card-body {
    padding: 0;
    position: relative;
    z-index: 1;
}
.card-blurb-img {
    min-height: 300px;
    padding-top: 100%;
    border-radius: 14px 14px 0px 0px;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.05);
}
.card-blurb-content {
    padding: 35px 25px;
}
.card-blurb-content .title h3 {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
}
.card-blurb-content .title h3 a{
    color: #396486;
}
.product-price {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #396486;
}
.card-style2 .card-shadow {
    box-shadow: 8px 8px 15px rgb(57 100 134 / 30%), -8px -8px 15px #ffffff;
    filter: blur(2px);
}
.btn-shadow2{
    box-shadow: 8px 8px 15px rgba(57, 100, 134, 0.3), -8px -8px 15px #FFFFFF;
}
.card-shadow2{
    box-shadow: 8px 8px 15px #B4C87D, -8px -8px 15px #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blog-style-grid .row{
    padding-left:-70px;
    padding-right:-70px;
}
.blog-grid-item {
    padding: 30px 70px;
    display: flex;
}
.btn-addtocart {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
}
.cart-btn-bg {
    background: #E3F2FD;
    box-shadow: -4px -4px 8px #FFFFFF, 4px 4px 8px rgba(57, 100, 134, 0.45);
    filter: blur(2px);
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 50%;
}
.btn-addtocart .cart-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 32px !important;
}
.footer-logo .logo-text {
    font-family: 'Billgest';
    font-style: normal;
    font-weight: 400;
    font-size: 128px;
    line-height: 135px;
    color: #000000;
}
.footer-socials li {
    display: inline-block;
    padding: 15px 35px;
}
.footer-socials li a img {
    width: 50px;
}
.footer-inner-column ul li a {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}
.footer-inner-column ul li .sub-menu li a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding: 2px 0;
}
.footer-inner-column > ul > li {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.footer-rt-column {
    margin-top: 120px;
}
.footer-contact-info .iconbox {
    min-width: 65px;
    text-align: center;
    padding-right: 10px;
}
.footer-contact-info .mail .mail-address,
.footer-contact-info .telephone .tel-no {
    display: inline-block;
    width: 100%;
}
.playstore-btn {
    background: #EDE7F9;
    box-shadow: 4px 4px 8px #EAD9CC, -4px -4px 8px #FFFFFF;
    border-radius: 8px;
    display: inline-flex;
    padding: 23px 25px;
    align-items: center;
}
.playstore-btn img {
    max-width: 60px;
}
.playstore-btn span {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    padding-left: 15px;
}
.footer-widget-title {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    padding: 10px 0px;
}
.footer-subscribe .label {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 15px;
}
.footer-contact-info .location, .footer-contact-info .mail, .footer-contact-info .telephone {
    margin-bottom: 25px;
}
.location .detail {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.detail h5 {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.mail-address {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.mail-address a{
    color: #000;
}
.telephone .tel-no a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.subscribe-input {
    width: 100%;
    position: relative;
}
.subscribe-input .subscribe-bg {
    background: #EDE7F9;
    box-shadow: inset 3px 3px 6px #EAD9CC, inset -3px -3px 6px rgba(255, 255, 255, 0.6);
    filter: blur(3px);
    border-radius: 14px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.subscribe-input input.form-control {
    position: relative;
    z-index: 1;
    border: none;
    background: transparent;
    height: 60px;
    padding: 10px 75px 10px 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.subscribe-input input.form-control:focus{
    box-shadow: none;
    outline: none;
}
.subscribe-btn {
    position: absolute !important;
    right: 0;
    top: 0;
    position: 8px 15px;
}
.subscribe-btn-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #EDE7F9;
    box-shadow: 3px 3px 6px #EAD9CC, -3px -3px 6px #FFFFFF;
    filter: blur(1px);
    border-radius: 14px;
    left: 0;
    top: 0;
}
.subscribe-btn img {
    position: relative;
    z-index: 1;
}

/************/
.login-signup {
    position: relative;
    padding: 40px;
    background: #FFE9E7;
    border-radius: 14px;
    max-width: 850px;
    width: 100%;
}
.login-signup .bg-overlay {
    background: #FFE9E7;
    box-shadow: 8px 8px 15px #CAA19D, -8px -8px 15px #FFFFFF;
    filter: blur(2px);
    border-radius: 14px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.login-signup-inner{
    position: relative;
    z-index: 3;
}
.btn-shadow4{
    box-shadow: 4px 4px 8px #CAA19D, -4px -4px 8px #FFFFFF;
}
.btn-fb-bg {
    background: #337AB7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    filter: blur(2px);
}
.social-btn{
    padding: 7px 15px;
    margin: 10px 0;
}
.btn-google-bg{
    background: #D9534F;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    filter: blur(2px);
}
.social-btn-inner{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 45px;
}
.social-btn .text{
    color: #ffff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.social-btn-icon{
    padding-left: 7px;
}
.or-seperator {
    width: 90%;
    margin: 15px 5%;
    text-align: center;
    position: relative;
}
.or-seperator span {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #AC6963;
    padding: 5px 60px;
    display: inline-block;
    background: #ffe9e7;
    position: relative;
    z-index: 1;
}
.or-seperator:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #CAA19D;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
}
.form-style1 .form-label,
.login-signup-form .form-label {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    width: 100%;
    display: inline-block;
}
.form-style1 textarea,
.form-style1 input,
.form-style1 select,
.login-signup-form textarea,
.login-signup-form input,
.login-signup-form select {
    background: #FFEAE6;
    box-shadow: inset 6px 6px 12px rgba(202, 161, 157, 0.6), inset -6px -6px 12px rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 20px 34px;
    border-radius: 14px;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #AC6963;
}
.form-style1 .form-group,
.login-signup-form .form-group {
    margin-bottom: 30px;
}
.form-style1 button,
.login-signup-form button{
    position: relative;
    padding: 12px 15px;
}
.btn-overlay-bg {
    background: #FFEAE6;
    box-shadow: 4px 4px 8px #caa19d, -4px -4px 8px #ffffff;
    filter: blur(2px);
    border-radius: 14px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.form-style1 button .text,
.login-signup-form button .text {
    position: relative;
    z-index: 1;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #AC6963;
}
.login-info-action {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: right;
    color: #000000;
    margin-bottom: 25px;
}
.login-action .btn{
    position: relative;
    width: 245px;
    padding: 7px 15px;
}
.login-action .btn .bg-overlay {
    background: #AC6963;
    box-shadow: 4px 4px 8px #caa19d, -4px -4px 8px #ffffff;
    filter: blur(2px);
    border-radius: 7px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.login-action .btn .text{
    position: relative;
    z-index: 1;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}
.form-style1 button {
    position: relative;
}
.fire-star-pattern-bg {
    background-image: url(../images/aadri_bg3.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.water-wave-pattern-bg {
    background-image: url(../images/water-wave-pattern.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.leaf-pattern-bg {
    background-image: url(../images/leaf-pattern-bg.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.forget-pass a {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #AC6963;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.horoscope-box {
    max-width: 554px !important;
    padding: 32px;
}
.login-signup .title {
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #AC6963;
    margin-bottom: 25px;
}
.horoscope-box .login-signup-form {
    padding: 0px 35px;
}
.date-field > *,
.time-field > * {
    width: 79px;
    position: relative;
}
.date-field,
.time-field {
    display: flex;
    justify-content: space-between;
}
.date-field input,
.time-field input,
.time-field select {
    padding: 23px 10px;
    text-align: center;
}
.date-field > div:not(:last-child):after,
.time-field > div:not(:last-child):after {
    content: '';
    position: absolute;
    width: 7px;
    height: 3px;
    text-align: center;
    background: #000;
    display: inline-block;
    z-index: 3;
    right: -42px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
}
.time-field .time-period {
    width: 100px;
}
.horoscope-box .login-action .btn .text {
    font-size: 18px;
    padding: 13px 15px;
}
.horoscope-box .login-action .btn .bg-overlay{
    border-radius: 14px;
}
.blog-hero {
    background: #EDE7F9;
    padding: 150px 0px 100px;
}
.blog-bookmark svg{
    cursor: pointer;
}
.blog-bookmark svg .bookmark-shadow{
    display: none;
}
.blog-bookmark.active svg .bookmark-shadow {
    display: block;
}
.trending-article-card {
    padding: 25px 17px;
}
.article-inner-box {
    background: #FFEAE6;
    border: 0.5px solid #CAA19D;
    box-shadow: 4px 4px 8px #CAA19D, -4px -4px 8px #FFFFFF;
    border-radius: 8px;
    padding: 17px 20px 17px 100px;
    position: relative;
    min-height: 138px;
    height: 100%;
}
.blog-hero-content {
    max-width: 520px;
    width: 100%;
}
.blog-heading {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 96px;
    line-height: 85px;
    color: #000000;
    margin-bottom: 0;
}
.blog-topic-article ul li {
    display: inline-block;
    padding: 3px 0px 3px 0;
    position: relative;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}
.blog-topic-article ul li:not(:last-child) {
    margin-right: 30px;
}
.blog-topic-article ul li:not(:last-child):after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 50%;
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto;
}
.blog-topic-article .blog-excerpt {
    font-size: 36px;
    line-height: 45px;
    color: #000000;
    padding: 30px 0px;
}
.blog-topic-article .blog-author {
    font-size: 36px;
    line-height: 45px;
    padding-right: 22%;
}
.blog-link a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #000000;
}
.blog-pg .blog-content-body {
    background: #FBE7E2;
}
.blog-pg .blog-meta span {
    background: #FBE7E2;
}
.suggestion-links ul li {
    display: inline-block;
    padding: 5px;
}
.hint-item {
    background: #FFEAE6;
    border: 0.5px solid rgba(202, 161, 157, 0.5);
    box-shadow: 4px 4px 8px #CAA19D, -4px -4px 8px #FFFFFF;
    border-radius: 32px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #3F3D56;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    padding: 15px 15px;
    display: inline-block;
    min-width: 138px;
    position: relative;
    margin: 5px 5px;
    cursor: pointer;
}
.hint-item a{
    color: #3F3D56;
}
.hint-item.selected button {
    color: #AC6963;
    font-size: 12px;
    font-weight: 600;
    background: #FFEAE6;
    border: 1px solid rgba(202, 161, 157, 0.5);
    box-shadow: 4px 4px 8px #CAA19D, -4px -4px 8px #FFFFFF;
    border-radius: 32px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    padding: 0 !important;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -17px;
    cursor: pointer;
}
.hint-item.selected {
    background: #FFEAE6;
    box-shadow: inset 6px 6px 12px rgb(202 161 157 / 60%), inset -6px -6px 12px rgb(255 255 255 / 60%);
    border-radius: 28px;
    border: none;
}
.search-form button {
    background: url('../images/search.png') no-repeat center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 15px;
    background-size: 32px;
}
.search-form input {
    text-align: center;
}
.search-form input::-webkit-input-placeholder,
.search-form input::-moz-placeholder,
.search-form input:-ms-input-placeholder,
.search-form input:-moz-placeholder {
  color: #AC6963;
}
.bg-green .search-form input::-webkit-input-placeholder,
.bg-green .search-form input::-moz-placeholder,
.bg-green .search-form input:-ms-input-placeholder,
.bg-green .search-form input:-moz-placeholder {
  color: #7A8C46;
}
.article-inner-box .number {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #CAA19D;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 15px;
}
.article-info .blog-time-category {
    padding-right: 30px;
    margin-bottom: 0;
}
.article-info {
    position: relative;
}
.blog-bookmark {
    position: absolute;
    right: 0;
    top: 0;
}
.date {
    font-size: 14px;
    line-height: 18px;
    color: #AC6963;
}
.article-info .blog-time-category span {
    /*padding: 3px 0;*/
}
.article-info .blog-title h3 {
    margin-bottom: 0;
}
.hr3{
    border-top: 3px solid rgba(202, 161, 157, 0.6);
}
.bg-blue .hr3 {
    border-top-color: #396486;
}
.blog-full-content .blog-time-category {
    font-size: 20px;
    line-height: 25px;
}
.blog-full-content .blog-title h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Laila', sans-serif;
}
.blog-full-content .blog-by {
    font-size: 24px;
    line-height: 30px;
    max-width: 600px;
}
.blog-full-content .blog-excerpt {
    font-size: 24px;
    line-height: 30px;
}
.blog-full-img {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
}
.blog-full-content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-full {
    padding: 75px 0;
}
.blog-full .btn-style2 {
    font-size: 24px;
    line-height: 30px;
    padding: 20px;
    min-width: 278px;
}
.blog-full-content .date {
    font-size: 20px;
    line-height: 25px;
}
.post-label {
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    color: #AC6963;
}
.service-grid > .row {
    margin-left: -50px;
    margin-right: -50px;
}
.service-grid .row .card-grid-item {
    padding: 40px 50px;
    display: flex;
}
.hero-slider .single-slider {
    padding-top: 74px;
}
.hero-slider .single-slider .item-slide {
    min-height: 550px;
    height: calc(100vh - 74px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 120px 100px 120px;
}
.owl-dots .owl-dot span {
    width: 29px !important;
    height: 29px !important;
    display: inline-block;
    background: rgba(255, 234, 230, 0.5) !important;
    box-shadow: -4px -4px 8px #FFFFFF, 4px 4px 8px #AC6963, inset -4px -4px 8px #FFFFFF, inset 4px 4px 8px #AC6963;
    filter: blur(1.5px);
    padding: 0px !important;
    margin: 0 !important;
    opacity: 1;
}
.bg-green .owl-dots .owl-dot span{
    background: rgba(230, 240, 201, 0.5) !important;
    box-shadow: -4px -4px 8px #FFFFFF, 4px 4px 8px #B4C87D, inset -4px -4px 8px #FFFFFF, inset 4px 4px 8px #B4C87D;
}
.bg-blue .owl-dots .owl-dot span{
    background: #E3F2FD !important;
box-shadow: -4px -4px 8px #FFFFFF, 4px 4px 8px rgba(57, 100, 134, 0.3), inset -4px -4px 8px #FFFFFF, inset 4px 4px 8px rgba(57, 100, 134, 0.3);
}
.owl-dots .owl-dot.active span {
    width: 42px !important;
    height: 42px !important;
}
.owl-dots .owl-dot {
    display: inline-flex !important;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-slider .single-slider .owl-dots {
    margin-top: -80px;
}
.hero-slider .single-slider .owl-nav button{
    background: #FFEBE6 !important;
    box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.5), 4px 4px 8px rgba(0, 0, 0, 0.5);
    filter: blur(1.5px);
}
.bg-green .owl-nav button{
    background: #E8F5E9!important;
}
.hero-slider .single-slider .owl-nav button.owl-prev {
    left: 30px;
}
.hero-slider .single-slider .owl-nav button.owl-next {
    right: 30px;
}
.slide-content{
    display: inline-block;
    max-width: 850px;
}
.item-slide h1 {
    font-family: 'Billgest';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 115px;
    color: #FFEAE6;
    text-shadow: -4px 4px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    display: grid;
    padding: 10px 20px;
}
.bg-green .item-slide h1{
    color: #E8F5E9;
}
.item-slide h1:after {
    content: '';
    border-bottom: 6px solid #FFEAE6;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    left: 0;
    position: absolute;
}
.bg-green .item-slide h1:after{
    border-bottom-color: #E8F5E9;
}
.big-title h2 {
    font-family: 'Cormorant', serif;
    font-size: 128px;
    line-height: 155px;
    text-align: center;
    color: #AC6963;
    font-weight: 400;
}
.course-full .card-grid-item {
    padding: 50px 0;
}
.card-avtar {
    background: #FFEAE6;
    box-shadow: 4px 4px 8px #ffffff, inset 0px 4px 8px rgb(255 255 255 / 25%), inset 0px -4px 8px #caa19d;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    padding: 11px;
}
.bg-blue .card-avtar{
    background: #E3F2FD;
    box-shadow: 4px 4px 8px #FFFFFF, inset 0px 4px 8px rgba(255, 255, 255, 0.25), inset 0px -4px 8px rgba(57, 100, 134, 0.3);
}
.card-avtar-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.card-profile {
    margin-top: -115px;
    margin-bottom: 15px;
}
.multi-slider .testimonial-card {
    margin: 35px 0px 15px 0px;
    padding: 30px;
}
.multi-slider .item {
    padding: 25px 20px;
}
.testimonial-content {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-top: 10px;
    text-align: left;
}
.testimonial-title h3 {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #AC6963;
    margin-bottom: 5px;
}
.testimonial-title h3 a{
    color: #AC6963;
}
.bg-blue .testimonial-title h3,
.bg-blue .testimonial-title h3 a{
    color: #396486;
}
.testimonial-title .address {
    display: inline-block;
    background: url(../images/location-pin.png) left 5px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 2px 0px 2px 20px;
    font-family: 'Cormorant', serif;
    font-size: 20px;
    line-height: 24px;
    color: #AC6963;
}
.bg-blue .testimonial-title .address{
    color: #396486;
}
.bg-green .big-title h2 {
    color: #7A8C46;
}
.bg-blue .big-title h2 {
    color: #396486;
}
.bg-green .form-style1 input {
    background: #E8F5E9;
    box-shadow: inset 6px 6px 12px #B4C87D, inset -6px -6px 12px rgba(255, 255, 255, 0.6);
}
.bg-blue .form-style1 input {
    background: #E3F2FD;
    box-shadow: inset 6px 6px 12px rgba(57, 100, 134, 0.3), inset -6px -6px 12px rgba(255, 255, 255, 0.6);
}
.shop-grid .row {
    margin-left: -45px;
    margin-right: -45px;
}
.shop-grid-item {
    padding: 45px 45px;
    display: flex;
}
.card-style2{
    width: 100%;
}
.bg-blue .card-shadow {
    background: #E3F2FD;
    box-shadow: 8px 8px 15px rgb(57 100 134 / 30%), -8px -8px 15px #ffffff;
}
.product-featu#FF6F61 {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.product-item-img,
.product-item-content {
    padding: 25px 50px;
}
.product-slider .owl-dots {
    margin-top: 0 !important;
}
.type {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    color: #396486;
}
.product-title {
    font-family: 'Billgest';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 115px;
    color: #000000;
}
.product-excerpt {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.product-content-description {
    max-width: 700px;
    padding-right: 25px;
}
.product-price-quantity .price {
    font-family: 'Cormorant', serif;
    font-size: 128px;
    line-height: 128px;
    color: #396486;
    width: 60%;
}
.quantity .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 48px;
    height: 48px;
}
.quantity .btn .btn-overlay{
    background: #E3F2FD;
    box-shadow: -4px -4px 8px #ffffff, 4px 4px 8px rgb(57 100 134 / 30%);
    filter: blur(1.5px);
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.quantity .btn span {
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product-price-quantity {
    padding: 40px 0;
}
.quantity input[type="number"] {
    background: transparent;
    width: 78px;
    height: 48px;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    padding: 6px 6px 6px 20px;
}
.product-price-quantity .quantity {
    width: 40%;
}
.product-slider .owl-nav button.owl-prev {
    left: -80px;
}
.product-slider .owl-nav button.owl-next {
    right: -80px;
}
.nav-tabs-style li {
    padding: 0px 25px;
}
.nav-tabs-style li button {
    font-family: 'Quicksand', sans-serif;
    font-size: 36px;
    line-height: 45px;
    color: #396486;
    border: none !important;
}
.nav-tabs-style li button.active {
    background: transparent !important;
    border: none !important;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
.blog-title a {
    color: #000;
}
.bg-gray{
    background: #f2f2f2;
}

/***********/
#sync1 .item {
  background: #0c83e7;
  padding: 0px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  padding: 0px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #0c83e7;
}
.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #d6d6d6;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
.carousel-thumb {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-details-pg .featu#FF6F61-block,
.product-details-pg .item-content-block {
    padding: 25px 50px;
}
.back-btn {
    width: 75px;
    height: 75px;
    background: transparent;
    position: relative;
}
.back-btn .bg-overlay {
    background: #E3F2FD;
    box-shadow: -8px -8px 15px #FFFFFF, 8px 8px 15px rgba(57, 100, 134, 0.3);
    filter: blur(1.5px);
    transform: rotate(-180deg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.bg-pink .back-btn .bg-overlay {
    background: #FFEAE6;
    box-shadow: -8px -8px 15px #FFFFFF, 8px 8px 15px rgba(172, 105, 99, 0.3);
    filter: blur(1.5px);
}
.bg-gray .back-btn .bg-overlay {
    background: #f2f2f2;
    box-shadow: -8px -8px 15px #FFFFFF, 8px 8px 15px rgba(0, 0, 0, 0.1);;
    filter: blur(1.5px);
}
button.back-btn:after {
    content: '';
    position: absolute;
    background: url('../images/blue-arrow.png');
    width: 26px;
    height: 26px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.bg-pink button.back-btn:after{
    background-image: url('../images/arrow.png');
}
.back-arrow {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0 50px;
}
.item-content-block .btn-style2::after {
    content: '';
    background: url(../images/blue-arrow-right.png) no-repeat center;
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 12px;
}
.arrow-badge .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    padding: 35px 60px 35px 35px;
    background-size: 100% 100% !important;
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #AC6963;
    height: 120px;
    margin-left: -55px;
    margin-top: -23px;
}
.arrow-badge .badge a{
    color: #AC6963;
}
.arrow-badge .badge.pink {
    background: url(../images/badge-bg.png) no-repeat right center;
}
.arrow-badge .badge.green {
    background: url(../images/badge-green-bg.png) no-repeat right center;
}
.service-detail .title h1 {
    font-family: 'Billgest';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 90px;
}
.service-detail .title h1 a{
    color: #000000;
}
.mode-fees {
    padding: 15px 0;
}
.mode-fees .mode strong,
.mode-fees .fees strong {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #AC6963;
    padding-right: 15px;
}
.mode-fees .mode,
.mode-fees .fees {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    display: flex;
    align-items: baseline;
    padding: 8px 15px;
}
.info-note {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #AC6963;
}
.whatsapp-btn{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #AC6963;
    display: flex;
    align-items: center;
}
.whatsapp-btn a{
    color: #AC6963;
}
.whatsapp-btn img {
    margin-right: 10px;
}
.footer-content a {
    color: #000;
}
.btn-info-content h3 {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #AC6963;
    margin-bottom: 15px;
}
.btn-info-content p{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.btn-info-content p a{
    color: #AC6963;
}
.hr6 {
    border-top: 6px solid #CAA19D;
    opacity: 1;
    border-radius: 10px;
}
.course-slider .single-slider .item {
    padding: 40px;
    position: relative;
}
.course-slider .single-slider .item .item-slide {
    min-height: 200px;
    width: 100%;
    display: block;
    padding-top: 100%;
    position: relative;
    z-index: 1;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.course-slider .single-slider .item .slide-shadow {
    background: #E8F5E9;
    box-shadow: 8px 8px 15px #b4c87d, -8px -8px 15px #ffffff;
    filter: blur(1.5px);
    border-radius: 14px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}
.course-slider .single-slider .owl-nav{
    display: none;
}
.course-details .badge {
    margin-left: -65px;
    margin-top: -4px;
}
.point-list {
    padding: 15px;
    display: flex;
}
.point-list-li {
    background: #93A560;
    border-radius: 14px;
    padding: 15px 10px;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 106px;
}
.why-us {
    padding-bottom: 50px;
}
.why-us h2 {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #7A8C46;
    margin-bottom: 20px;
}
.point-card {
    padding-left: 8%;
}
.content ul {
    padding-left: 15px;
}
.content ul li {
    line-height: 28px;
    color: #000000;
    padding-bottom: 10px;
    list-style: decimal;
}
.course-content-slide {
    padding: 25px;
}
.course-content-slide .card-shadow2 {
    border-radius: 14px;
}
.course-table table thead tr th,
.course-table table tbody tr td{
    padding: 5px 15px;
}
.course-table table thead tr th{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}
.course-table table tbody tr td{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.course-table table thead tr .sr-no {
    width: 60px;
}
.chapter-name,
.course-time {
    position: relative;
}
.chapter-name:after,
.course-time:after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 2px dotted #000;
    bottom: 8px;
    margin: auto;
    height: 2px;
    opacity: 0.75;
    left: 0;
}
.chapter-name .title,
.course-time span {
    background: #E8F5E9;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}
.course-table table thead tr .author {
    width: 200px;
}
.heading-style h3 {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    line-height: 58px;
    color: #7A8C46;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
    background: #E8F5E9;
    padding: 2px 35px;
    max-width: 450px;
    margin: 0 50px;
}
.heading-style:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #7A8C46;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 6px;
}
.bg-gray .heading-style h3 {
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.5);
}
.bg-pink .heading-style:after {
    background: #000;
}
.bg-pink .heading-style h3 {
    background: #ffeae6;
    color: #AC6963;
}
.bg-gray .heading-style:after {
    background: rgba(0,0,0,0.5) !important;
}
.heading-style {
    position: relative;
}
.course-content {
    padding: 50px 80px;
}
.arrow-badge .badge.green {
    color: #93A560;
}
.course-info-section .card-shadow2 {
    border-radius: 14px;
}
.course-info-section .card-body {
    padding: 25px 60px;
}
.info-heading {
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #7A8C46;
}
.info-content {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.course-info-list .row {
    padding-top: 12px;
    padding-bottom: 12px;
}
.course-info-list h5 {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    color: #7A8C46;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 0;
}
.inquiry{
    position: relative;
    padding-right: 120px;
}
.whatsapp-click {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.whatsapp-click .background {
    background: #E8F5E9;
    box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.5), 4px 4px 8px #B4C87D;
    filter: blur(1.5px);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.whatsapp-click img{
    position: relative;
    z-index: 1;
}
.inquiry p {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.inquiry p a {
    text-decoration-line: underline;
    color: #7A8C46;
}
.page-title {
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 90px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 45px;
}
.profile-section {
    padding-top: 150px;
    padding-bottom: 120px;
}
.card-shadow-bg {
    background: #F2F2F2;
    box-shadow: 8px 8px 15px rgb(0 0 0 / 10%), -8px -8px 15px #ffffff;
    filter: blur(1.5px);
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.profile-left,
.profile-right {
    display: flex;
}
.profile-left .--inner,
.profile-right .--inner {
    position: relative;
    padding: 50px 30px;
    width: 100%;
}
.profile-left .inner-body,
.profile-right .inner-body{
    position: relative;
    z-index: 1;
    width: 100%;
}
.profile-left .card-avtar {
    background: #F2F2F2;
    box-shadow: -8px -8px 16px #FFFFFF, 8px 8px 16px rgba(0, 0, 0, 0.1), inset -8px -8px 16px #FFFFFF, inset 8px 8px 16px rgba(0, 0, 0, 0.1);
    width: 280px;
    height: 280px;
    padding: 30px;
}
.profile-left {
    padding-right: 35px;
}
.profile-details {
    padding-top: 35px;
}
.profile-details .name h3 {
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000000;
}
.call-email .call img,
.call-email .email img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 21px;
}
.call-email .call,
.call-email .email{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 100%;
    padding: 3px 0px;
}
.profile-right .form-style1 input {
    background: #F2F2F2;
    box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.1), inset -6px -6px 12px rgba(255, 255, 255, 0.6);
}
.profile-right .form-style1 .btn-overlay-bg {
    background: #f2f2f2;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%), -4px -4px 10px rgb(255 255 255 / 60%);
}
.profile-right .form-style1 button .text{
    color: #000;
}
.profile-right .inner-body {
    padding: 0px 10px;
}
.editable-field {
    position: relative;
}
.editable-field .edit {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.editable-field input {
    padding-right: 75px;
}
.name h2 {
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.profile-details .address {
    font-family: 'Cormorant', sans-serif;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.address img {
    margin-right: 10px;
}
.profile-full-card .card-avtar {
    margin-top: -225px;
    width: 350px;
    height: 350px;
}
.profile-full-card {
    margin-top: 140px;
}
.profile-full-card{
    padding-right: 0;
}
.slider-box .single-slider .item {
    padding: 40px;
    width: 100%;
    position: relative;
}
.slider-box .single-slider .item .slide-shadow {
    background: #F2F2F2;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1), -8px -8px 15px #FFFFFF;
    filter: blur(1.5px);
    border-radius: 14px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}
.slider-box .single-slider .item .item-slide {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.slider-box .single-slider .owl-nav{
    display: none;
}
.bg-gray .owl-theme .owl-dots span {
    background: #EAECEE !important;
    box-shadow: -4px -4px 8px #FFFFFF, 4px 4px 8px rgba(0, 0, 0, 0.1), inset -4px -4px 8px #FFFFFF, inset 4px 4px 8px rgba(0, 0, 0, 0.1);
}
.bg-gray .card-shadow {
    background: #F2F2F2;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1), -8px -8px 15px #FFFFFF;
}
.content-big {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000000;
}
.team-card {
    padding: 45px 0;
}
.team-members .team-card:nth-child(odd) .member-picture {
    padding-right: 40px;
}
.team-members .team-card:nth-child(even) .member-picture {
    order: 2;
    padding-left: 40px;
}
.team-members .team-card:nth-child(even) .member-detail {
    order: 1;
    text-align: right;
    padding-left: 15px;
}
.team-members .team-card:nth-child(odd) .member-detail {
    padding-right: 15px;
}
.content-left-block .content-inner {
    max-width: 575px;
    margin: auto;
    text-align: center;
}
.content-left-block h1 {
    font-family: 'Laila', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 62px;
    text-align: center;
    color: #333333;
    max-width: 375px;
    display: block;
    margin: 0 auto 20px auto;
}
.content-left-block p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000000;
}
.circle-shadow-img {
    background: #F2F2F2;
    box-shadow: inset -8px -8px 16px #ffffff, inset 8px 8px 16px rgb(0 0 0 / 10%);
    border-radius: 50%;
    padding: 50px;
}
.circle-shadow-img .featu#FF6F61-img {
    border-radius: 50%;
}
.about-second-section {
    padding: 2% 0 5% 0;
}
.about-first-section {
    padding: 150px 0 80px;
}
.title h1 {
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 90px;
    color: rgba(0, 0, 0, 0.5);
}
.content-details .title {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.content-details .content,
.content-details .content p {
    font-size: 20px;
    line-height: 25px;
}
.member-detail h3 {
    font-family: 'Cormorant', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    margin-top: 10px;
}
.member-detail h3 a{
  color: rgba(0, 0, 0, 0.5);  
}
.member-detail .address {
    font-family: 'Cormorant', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.5);
}
.member-detail .content {
    display: inline-block;
    width: 100%;
    padding: 15px 0 10px 0;
    font-size: 19px;
    line-height: 28px !important;
    font-family: 'Quicksand', sans-serif;
}
.btn-bg-gray{
    background: #F2F2F2;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), -4px -4px 8px #FFFFFF;
    color: rgba(0, 0, 0, 0.5);
}
.memeber-img img {
    border-radius: 14px;
}
.team-card .card-outer {
    padding: 15px;
}
.single-blog {
    padding-top: 74px;
    padding-bottom: 100px;
}
.single-blog-right {
    border-left: 1px solid #AC6963;
    padding-left: 35px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.single-blog-left {
    padding-right: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.single-blog-info h1 {
    font-family: 'Cormorant', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 40px;
}
.author span {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.author span a{
    color: #000;
}
.author .user-img {
    width: 29px;
    height: 29px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffded8;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.post-info .category,
.post-info .date {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.post-info > div {
    display: inline-block;
    padding: 3px 15px;
    position: relative;
}
.post-info > div:not(:last-child):after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #AC6963;
}
.post-info > div:not(:last-child):after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #AC6963;
    top: 14px;
    right: -4px;
}
.main-paragraph {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    max-width: 750px;
    margin: 40px auto 60px;
    position: relative;
    padding-bottom: 40px;
}
.main-paragraph:after{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #000000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.content-bold {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    padding: 30px 0;
}
.heading-style2 {
    position: relative;
    margin-bottom: 10px;
}
.heading-style2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.heading-style2 .title {
    font-family: 'Cormorant', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #AC6963;
    background: #ffeae6;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 20px;
}
.blog-featu#FF6F61 .blog-img {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-blurb .blog-featu#FF6F61 {
    margin-bottom: 20px;
}
.blog-blurb .blog-content .post-info > div {
    padding-left: 0;
    padding-right: 20px;
}
.blog-blurb .blog-content .post-info > div:last-child {
    padding-right: 0;
}
.blog-blurb .blog-content .post-info .author .user-img {
    margin-right: 6px !important;
}
.blog-blurb .blog-content .post-info > div:not(:last-child):after {
    right: 5px;
}
.blog-blurb .excerpt {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-top: 10px;
}
.realted-story{
    padding-top: 35px;
    padding-bottom: 70px;
}
.login-for-comment {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.login-for-comment a {
    color: #000000;
    font-weight: 700;
    text-decoration: underline;
}
.commentor-name, .commentor-name a {
    font-family: 'Cormorant', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}
.comment-activity ul li {
    display: inline-block;
    padding: 5px 15px;
    position: relative;
}
.comment-activity ul {
    padding-left: 20px;
    margin: 5px 0 0px 0;
}
.comment-activity ul li::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #AC6963;
}
.comment-text {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.comment-body {
    padding-left: 80px;
    position: relative;
}
.comment-body {
    padding-left: 110px;
    position: relative;
    min-height: 110px;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.commentor-img {
    width: 92px;
    height: 92px;
    background-color: #f5f5f5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.comments-area .comment-reply {
    padding-left: 110px;
    display: inline-block;
    width: 100%;
}
.comment-card {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.subscribe-form button{
    background: #FFEAE6;
    box-shadow: 4px 4px 8px #caa19d, -4px -4px 8px #ffffff;
    border-radius: 8px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #3F3D56;
    padding: 15px 20px;
    min-width: 225px;
    margin-left: 40px;
}
.single-blog .back-arrow {
    position: absolute;
    box-sizing: border-box;
    width: 150px;
}
.blog-share-bookmark {
    position: absolute;
    right: 70px;
    top: 50px;
}
.blog-share-bookmark ul li {
    display: inline-block;
    padding: 5px 10px;
}
.btn-transparent {
    background: transparent;
}
.blog-share-bookmark ul li .btn-transparent .blog-bookmark {
    position: relative;
}
.author-avtar {
    background: #FFEAE6;
    box-shadow: inset 6px 6px 12px rgb(202 161 157 / 60%), inset -6px -6px 12px rgb(255 255 255 / 60%);
    width: 260px;
    height: 260px;
    border-radius: 50%;
    margin: auto;
}
.author-name {
    font-family: 'Cormorant', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: rgba(172, 105, 99, 0.7);
    margin-top: 15px;
    margin-bottom: 15px;
}
.author-name a{
    color: rgba(172, 105, 99, 0.7);
}
.author-detail {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    max-width: 375px;
    margin: auto;
}
.heading-h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}
.author-profile {
    margin-bottom: 100px;
}
.topic-list li {
    display: inline-block;
    width: 100%;
    padding: 3px 0px;
}
.topic-list li a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    display: block;
}
.popular-stories .article-inner-box {
    width: 100%;
    display: inline-block;
    margin: 16px 0;
}
.topics-area {
    margin-bottom: 60px;
}
.single-blog-right .suggestion-links ul {
    margin-left: -6px;
    margin-right: -6px;
}
.dot-ul-list ul li a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.dot-ul-list ul li {
    position: relative;
    padding-left: 30px;
}
.dot-ul-list ul li:before {
    content: '';
    position: absolute;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #AC6963;
    border-radius: 10px;
    left: 14px;
}
.single-blog-right .suggestion-links ul li {
    padding: 5px 3px;
}
.card-right .btn-style2 {
    max-width: 360px;
}
@media(min-width: 767px){
    .about-second-img{
        order: 2;
    }
    .content-left-block{
        order: 1;
    }
}
.team-profile .container {
    padding: 0px 100px;
}


/**************/
#water-while-slider {
    /*padding: 0px 100px;*/
}
#water-while-slider .water-while-slider-inner {
  height:950px;
  position:relative;
  max-width: 100%;
}
#water-while-slider img {
  visibility:hidden; /* hide images until carousel can handle them */
  cursor:pointer; /* otherwise it's not as obvious items can be clicked */
  /*max-width: 900px;
  width: 100% !important;*/
}
.water-while-slider-inner .item {
  height: 100%;
  position: absolute;
  width: 100%;
  padding-top: 100%;
}
#water-while-slider img{
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  padding: 25px 25px;
    background: #E8F5E9;
    box-shadow: 8px 8px 15px #b4c87d, -8px -8px 15px #ffffff;
    border-radius: 14px;
}
.prev-slide-btn, .next-slide-btn {
  color: #000;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  text-align: center;
  padding: 15px;
}
.prev-slide-btn img, .next-slide-btn img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1199px){
    #water-while-slider .water-while-slider-inner{
        height: 500px;
    }
}
.gallery-slider .owl-item.large .item {
    transform: scale(2);
}
.gallery-slider .owl-item.large{
    z-index: 2;
}
.gallery-slider .owl-item.medium .item{
    transform: scale(1.5);
}
.gallery-slider .owl-item.medium{
    z-index: 1;
}
/* .gallery-slider .owl-item.medium .item{
    transform: translate(50%, 0px);
}
.gallery-slider .owl-item.small .item{
    transform: translate(100%, 0px);
}
.gallery-slider .owl-item.large ~ .owl-item.medium .item{
    transform: translate(-50%, 0px);
}
.gallery-slider .owl-item.large ~ .owl-item.small .item{
    transform: translate(-100%, 0px);
} */
.gallery-slider .owl-item {
    border-radius: 5px;
    padding: 150px 15px;
}
.gallery-slider .owl-item .item {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    height: 200px;
    background-color: #E8F5E9;
    border-radius: 14px;
    background-size: cover;
    box-shadow: 4px 4px 8px #b4c87d, -4px -4px 8px rgba(255,255,255,0.5);
}
.gallery-slider .owl-item .item .item-inner{
    width: 100%;
    height: 100%;
}

/*02-dec-2022*/
.home-hero{
    line-height: 30px;
    font-size: 25px;
    font-weight: 300;
    font-family: fangsong;
}
.patri{
    font-weight: 600;
}
.book-cart{
    border: 1px solid #000000;
    border-radius: 13px;
    color:#396486;
    font-size:inherit;
}

/**********/
.course-section .card-shadow2 {
    border-radius: 14px;
}
.multi-slider .owl-stage,
.multi-slider .owl-stage .owl-item,
.multi-slider .owl-stage .owl-item .item{
    display: flex;
}
.multi-slider .owl-stage .owl-item .item .testimonial-card{
    width: 100%;
}
.profile-details nav.list-group a {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    background: transparent;
}

.profile-details nav.list-group {
    border: none !important;
    margin-top: 60px;
    text-align: left;
}
.whatsapp-btn {
    font-size: 26px !important;
    max-width: 100%;
    min-width: auto !important;
}
.profile-details nav.list-group a.active {
    color: #000;
}
.call-btn {
    padding: 15px;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #333333;
    box-shadow: -8px -8px 16px #ffffff, 8px 8px 16px rgb(0 0 0 / 3%);
    filter: blur(0.75px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-btn-wrap {
    position: fixed;
    right: 0;
    bottom: 0px;
    width: 100%;
    z-index: 3;
}
.call-btn img {
    width: 32px;
}
.inline-content-img{
    max-width: 500px;
    width: 50%;
    float: left;
    padding-right: 15px;
}
table.table tbody tr td {
    vertical-align: middle;
}
table.table tbody tr td a {
    color: #000;
}
.as_journal_box_wrapper p.ptag {
    font-size: 16px;
    line-height: normal;
}
.as_journal_box_wrapper .hoverEffect {
    margin-bottom: 25px;
}
.as_journal_box_wrapper p.ptag a{
    color: #000;
}
.edit-profilepic input[type="file"] {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.edit-profilepic {
    max-width: 200px;
    margin: auto;
    text-align: right;
}
.edit-icon {
    padding: 10px;
    display: inline-block;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: #F2F2F2;
    box-shadow: -8px -8px 16px #ffffff, 8px 8px 16px rgb(0 0 0 / 10%), inset -8px -8px 16px #ffffff, inset 8px 8px 16px rgb(0 0 0 / 10%);
    cursor: pointer;
}
.edit-profilepic {
    max-width: 200px;
    margin: auto;
    text-align: right;
    margin-bottom: -45px;
    position: relative;
    z-index: 33;
}
.call-btn-wrap .cta-block {
    max-width: 350px;
    width: 100%;
    padding: 25px;
    position: fixed;
    right: 19px;
    bottom: 80px;
    background: #F2F2F2;
    box-shadow: -5px -5px 6px #ffffff, 5px 5px 15px rgb(0 0 0 / 5%), inset -5px -5px 20px #ffffff, inset 3px 2px 8px rgb(0 0 0 / 5%);
    border-radius: 15px;
    display: none;
}
.call-btn-wrap .cta-block ul {
    padding-left: 0;
    margin-bottom: 0;
}
.call-btn-wrap .cta-block ul li {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.call-btn-wrap .cta-block ul li a {
    color: #000;
    font-size: 16px;
}
.call-btn-wrap .cta-block.active{
    display: block;
}
.cta-close-btn {
    background: #fff;
    width: 28px;
    height: 28px;
    padding: 5px;
    text-align: center;
    border: none;
    line-height: 18px;
    font-size: 15px;
    font-weight: bold;
    color: rgba(0,0,0,0.75) !important;
    border-radius: 50px;
    position: absolute;
    right: -6px;
    top: -10px;
    box-shadow: 1px 4px 7px -3px rgba(0,0,0,0.15);
}

.profile-image {
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    color: #545353;
    background: #ffe9e7;
    height: 45px;
    width: 45px
    
}    