@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap'); */
@font-face {
    font-family: 'Termina';
    src: url('../fonts/Termina-Regular.eot');
    src: url('../fonts/Termina-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Termina-Regular.woff2') format('woff2'),
        url('../fonts/Termina-Regular.woff') format('woff'),
        url('../fonts/Termina-Regular.ttf') format('truetype'),
        url('../fonts/Termina-Regular.svg#Termina-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Termina Light';
    src: url('../fonts/Termina-Light.eot');
    src: url('../fonts/Termina-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Termina-Light.woff2') format('woff2'),
        url('../fonts/Termina-Light.woff') format('woff'),
        url('../fonts/Termina-Light.ttf') format('truetype'),
        url('../fonts/Termina-Light.svg#Termina-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Termina Medium';
    src: url('../fonts/Termina-Medium.eot');
    src: url('../fonts/Termina-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Termina-Medium.woff2') format('woff2'),
        url('../fonts/Termina-Medium.woff') format('woff'),
        url('../fonts/Termina-Medium.ttf') format('truetype'),
        url('../fonts/Termina-Medium.svg#Termina-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Termina Bold';
    src: url('../fonts/Termina-Bold.eot');
    src: url('../fonts/Termina-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Termina-Bold.woff2') format('woff2'),
        url('../fonts/Termina-Bold.woff') format('woff'),
        url('../fonts/Termina-Bold.ttf') format('truetype'),
        url('../fonts/Termina-Bold.svg#Termina-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    --primary1: 205, 165, 129;  /*  #cda581; */
    --primary2: 2, 4, 7; /* #020407; */
    --primary3: 189, 163, 147;  /* #bda393 */
    --primary4: 174, 150, 123;  /* #ae967b */
    --primary5: 207, 200, 178;  /* #cfc8b2 */
    --primary6: 1, 3, 6;  /* #010306 */
    --color_black: 0, 0, 0;
    --color_base:45,54,65;
    --color_white: 255, 255, 255;
    --baseFont: 'Termina', sans-serif;
    --fontLight: 'Termina Light', sans-serif;
    --fontMedium: 'Termina Medium', sans-serif;
    --fontBold: 'Termina Bold', sans-serif;
    --imgPrimary1: invert(68%) sepia(39%) saturate(313%) hue-rotate(347deg) brightness(94%) contrast(88%);
    --imgPrimary3: invert(71%) sepia(28%) saturate(259%) hue-rotate(339deg) brightness(92%) contrast(80%);
    --imgPrimary4: invert(60%) sepia(30%) saturate(308%) hue-rotate(351deg) brightness(96%) contrast(87%);
    --imgPrimary5: invert(87%) sepia(20%) saturate(208%) hue-rotate(8deg) brightness(90%) contrast(89%);
    --imgWhite: invert(100%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(103%) contrast(102%);
    --imgBlack: invert(0%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(93%) contrast(103%);
}
.color-primary1{
    color: rgb(var(--primary1));
}
.color-primary2{
    color: rgb(var(--primary2));
}
.color-primary3{
    color: rgb(var(--primary3));
}
.color-primary4{
    color: rgb(var(--primary4));
}
.color-primary5{
    color: rgb(var(--primary5));
}
.color-primary6{
    color: rgb(var(--primary6));
}
.bg-primary1{
    background-color: rgb(var(--primary1));
}
.bg-primary2{
    background-color: rgb(var(--primary2));
}
.bg-primary3{
    background-color: rgb(var(--primary3));
}
.bg-primary4{
    background-color: rgb(var(--primary4));
}
.bg-primary5{
    background-color: rgb(var(--primary5));
}
.bg-primary6{
    background-color: rgb(var(--primary6));
}

.color-gray{
    color: rgba(var(--color_black),0.4)
}

body {
    font-family: var(--baseFont);
    color: rgb(var(--color_black));
}

.sprite{
    background-image: url('../images/sprite.png');
    display: inline-block;
    vertical-align: middle;
}

a,
a:hover,
a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

button:focus {
    outline: none;
}

.content p {
    font-size:12px;
    margin-bottom: 15px;
    line-height: 1.7;

    font-family: var(--fontLight);
}

#aesthetic-block p,#plastic-surgery p{
    font-family1: 'Lato', sans-serif;
}

.content p strong{
    font-family: var(--fontMedium);
}

.content p.special{
    text-transform: uppercase;
    color: rgb(var(--primary4));
    margin-bottom: 0 !important;
}
.content p.special strong{
    font-family: var(--fontBold);
}

.content p span.special {
    color: rgb(var(--primary4));
    font-family: var(--fontBold);
}

.content p a{
    color: rgb(var(--primary3));
    text-decoration: underline;
}

.content p:last-child {
    margin-bottom: 0;
}

.content p.color-primary1 a{
    text-decoration: none;
    color: rgb(var(--primary1));
}

.content h3{
    font-size: clamp(1.125rem, 1.0625rem + 0.3125vw, 1.4375rem);
    font-family: var(--fontBold);
    margin: 40px 0 24px;
}

.content ul{
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.content ul li{
    font-size:12px;
    margin-bottom: 3px;
    line-height: 1.3;
    padding-left: 15px;
    position: relative;
    font-family: var(--fontLight);
}

.content ul li::before{
    content: "";
    width: 4px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    background-color: rgb(var(--primary2));
}


.bullet-style01 {
    padding: 0 !important;
}
.bullet-style01 li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 0 !important;
}
.bullet-style01 li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0c98dd;
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
}

.content .bullet-style02 li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px !important;
}
.content .bullet-style02 li::before{
    content: "";
    width: 6px;
    height: 3px;
    background-color: rgb(var(--color_white));
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
}

.padding {
    padding:clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem) 0;
}

h2.title, h1.title{
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

hr{

    margin: clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem) 0 0;
}

.btn-custom{
    color: rgb(var(--color_white));
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 0;
    font-size: 12px;
    line-height: normal;
    position: relative;
    border: 1px solid rgb(var(--color_white));
}

.btn-custom:hover, .btn-custom:focus,.btn-custom:active{outline: none;
    color: rgb(var(--color_white)) !important;
    background-color: rgba(var(--primary2),0.7) !important;
    border-color: rgba(var(--primary2),0.7) !important;
}

#wrapper{max-width: 1920px; margin: 0 auto;}

/* header */
.header{
    z-index: 99;
    background-color: rgb(var(--color_white));
    max-width: 1920px;
    box-shadow: 0px 4px 50px rgba(44, 48, 50, 0.1);
}
.header *{transition: all .3s linear;}
.header.fixed .navbar-brand img{
max-width: 180px;
}

.header .navbar-brand{
    max-width: 200px;
    padding: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem) 0;
}

.social-media{
    position: absolute;
    right: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
    top: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
}
.social-media a{
    margin-left: 10px;
}

.social-media a img{
    filter:var(--imgPrimary1);
    opacity: 0.5;
    transition: all .3s linear;
}
.social-media a:hover img
{
    opacity: 1;
}

.header .navbar-nav .nav-item .nav-link{
    text-transform: uppercase;
    padding: 15px 10px;
    font-family: var(--fontLight);
    color: rgb(var(--primary2));
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
    line-height: 1.2;
}


.header .navbar-nav .nav-item.active>.nav-link{
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgb(var(--primary3));
    color: rgb(var(--primary2));
    font-family: var(--fontMedium);
}

.header .dropdown:hover > .dropdown-menu {
    display: block;
}

.header .dropdown-menu .dropdown-item:focus, .header .dropdown-menu .dropdown-item:hover{
    color: rgb(var(--primary1));
    background-color: transparent;
}

.header .navbar-nav .nav-item .nav-link:hover{
    color: rgb(var(--primary1));
}

.header .navbar-nav .nav-item ul li a{
    text-transform: uppercase;
    font-family: var(--fontLight);
    padding: 0.5rem 1rem;
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
    line-height: 1.2;
}
header .mega-menu1 .dropdown-menu.sub-menu{
  column-count: 2;
}

header .mega-menu1 .dropdown-menu.sub-menu li {
   break-inside: avoid;
}



/* banner */
#banner {position: relative; height: 85vh; max-height: 700px; overflow: hidden;}
#banner .slider{z-index: inherit; position: relative;}
#banner .container{position: relative; z-index: 3; height: 100%; height: 100%; display: flex; justify-content: center; flex-direction: column; text-align: right;}
#banner .slider .item {overflow: hidden; height: 85vh; max-height: 700px; position: relative; background-size: cover; background-position: center top; background-repeat: no-repeat;}
#banner .slider .item::after{content: ""; background-color: rgba(var(--primary1),0.5); position: absolute;
    left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;
}
.home #banner .banner-conent{max-width: 470px;}
#banner .banner-conent{max-width: 50vw; margin-left: auto;  color: rgb(var(--primary2));}
#banner .banner-conent .banner-title {font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); line-height: 1.3; text-transform: uppercase; margin-bottom: 24px;}
#banner .banner-conent .banner-subtitle {font-size:clamp(1rem, 0.95rem + 0.25vw, 1.25rem);}
#banner .banner-conent p{font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); font-family: var(--fontLight); line-height: 1.2;}
#banner .banner-conent .para{font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);}
#banner .banner-conent .para-style02{font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem); font-family: var(--baseFont);}

.parent-pageid-195 #banner,.parent-pageid-195 #banner .slider .item{height: 65vh; max-height: 530px;}
.parent-pageid-195 #banner .slider .item{background-position: left top;}
.parent-pageid-228 #banner,.parent-pageid-228 #banner .slider .item{height: 65vh; max-height: 530px;}
.parent-pageid-228 #banner .slider .item{background-position: left top;}
.parent-pageid-228 #banner .container{justify-content: flex-end;}
.parent-pageid-228 #banner .banner-conent{padding-bottom: 100px;}
.page-template-blog-page #banner,.page-template-blog-page #banner .slider .item{height: 65vh; max-height: 530px;}
.page-template-blog-page #banner .slider .item{background-position: left top;}

.page-id-339 #banner,.page-id-339 #banner .slider .item{height: 65vh; max-height: 530px;}
.page-id-339 #banner .slider .item{background-position: left top;}
.single-format-standard #banner,.single-format-standard #banner .slider .item{height: 65vh; max-height: 530px;}
.single-format-standard #banner .slider .item{background-position: left top;}
/* about */
#about p{
    text-align: justify;
}

/* slide */
.slide{
    overflow: hidden;
}
.slide span{
    font-size: 12px;
}

.img-wrap.has-overlay{position: relative;}
.img-wrap.has-overlay::before{
    content: "";
    background-color: rgba(var(--primary1),0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.pic-wrap{padding-top: 66.66%; position: relative; overflow: hidden;}
.pic-wrap img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: all .3s linear;}
.pic-wrap:hover img{ transform: scale(1.1);}
.img-wrap02{padding-top: 100%; position: relative; overflow: hidden; display: block; margin: 0 1px 1px 0;}
.img-wrap02 img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: all .3s linear;}
.img-wrap02:hover img{transform: scale(1.1);}


img1{opacity: 0.1}

.progress-outer{
    position: absolute;
    width: 260px;
    left: calc(50% + 75px);
    bottom: -55px;
}

.progress {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    background-color: #b29b82;
    background-image: linear-gradient(to right, #c3b09d, #c3b09d);
    background-repeat: no-repeat;
    background-size: 0 100%;

    transition: background-size .4s ease-in-out;
}

.plastic-surgery .slider{margin-bottom: 65px;  opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;}

    .plastic-surgery .slider.slick-initialized{
        visibility: visible;
        opacity: 1;
    }



.slick-slide{margin: 0 15px;}


.slick-prev:before,.slick-next:before{
    font-family: "FontAwesome";
    color: rgba(var(--color_white),0.5);
    font-weight: lighter;
    font-size: 16px;

}

.slick-prev:before{
    content: "\f053";
}
.slick-next:before{
    content: "\f054";
}
.slick-prev:hover:before,.slick-next:hover:before{
    color: rgb(var(--color_white));
}



.slick-prev, .slick-next{width: 25px; height: 25px;
    background-color: rgb(var(--primary5));
    border: none;
    z-index: 9;
    top: auto;
    bottom: -75px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{background-color: rgb(var(--primary5));}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{background-color: rgb(var(--primary5));}

.slick-prev{left: calc(50% - 30px);}
.slick-next{right: calc(50% - 30px);}

.news-slider .pic-wrap{padding-top: 120%;}
.news-slider .slide{color: rgb(var(--primary2));}
.news-slider .pic-wrap span{color: rgb(var(--primary2));}
.news-slider .slide .pic-wrap::before{content: "";
    background-color: rgba(var(--primary3),0.7);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.news-slider .slide:hover .pic-wrap::before{
opacity: 1;
visibility: visible;
}

.news-slider .slide .read-more{position: absolute; display: flex;
align-items: center;
justify-content: center;
top: 50%;
color: rgb(var(--color_white));
z-index: 2;
left: 0;
right: 0;
transition: all .3s linear;
transform: scale(0);
font-size: 12px;
text-transform: uppercase;
}

.news-slider .slide .read-more .icon{
    margin-left: 5px;
    width: 25px;
    height: 25px;
    background-color: rgba(var(--color_white),0.5);
}

.news-slider .slide .read-more .icon::before{
    content: "\f054";
    font-family: "FontAwesome";
    color: rgba(var(--color_white),0.8);
    font-weight: lighter;
    font-size: 16px;
    display: flex;
    justify-content: center;
}

.news-slider .slide:hover .read-more{
    transform: scale(1);
}

.owl-carousel.style01 .owl-nav .owl-prev, .owl-carousel.style01 .owl-nav .owl-next{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgb(var(--primary5));
    top: calc(50% - 30px);
    transform: translateY(-50%);
}

.owl-carousel.style01 .owl-nav .owl-prev i::before, .owl-carousel.style01 .owl-nav .owl-next i::before{
    color: rgba(var(--color_white),0.5);
    font-weight: lighter;
    font-size: 16px;
}

.owl-carousel.style01 .owl-nav .owl-prev {
    left: -50px;
}

.owl-carousel.style01 .owl-nav .owl-next{
    right: -50px;
}

.feed-row .col{width: 14.28%; flex: 1 0 14.28%;}

#bottom-block.content p{font-family: var(--baseFont);}
#bottom-block h2.title, #bottom-block h1.title{text-transform: none !important;}
#bottom-block h2.title span, #bottom-block h1.title span{font-family: var(--fontLight);}
#bottom-block .left-block a{
    color: rgb(var(--primary2));
    text-decoration: none;
}
#bottom-block .left-block a:hover{
    text-decoration: underline;
    color: rgb(var(--primary1));
}

#bottom-block .right-block{
    background-image: url('../images/right-pic.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-width: 100%;
    position: relative;
}

#bottom-block .right-block a{
    color: rgb(var(--primary2));
    text-decoration: none;
}
#bottom-block .right-block a:hover{
    text-decoration: underline;
}

#bottom-block .form .form-label{
    font-size: 12px;
}
#bottom-block .form .form-control {
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(var(--primary2));
    height: auto;
    padding: 15px 0;
    color: rgb(var(--primary2));
    background-color: transparent;
    box-shadow: none    ;
}

#bottom-block .form textarea.form-control {
    height: 120px;
    resize: none;
}

#bottom-block .form .btn-custom{
    border-radius: 25px;
    padding: 15px;
    background-color: rgb(var(--primary2));
    border: none;
    color: rgb(var(--color_white));
    text-transform: none;
    font-size: 1rem;
    font-family: var(--fontLight);
}
#bottom-block .form .btn-custom:hover,#bottom-block .form .btn-custom:focus{
    background-color: rgb(var(--primary4));
}

/* footer */
.footer {
    background-image: url('../images/footer-bg02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 25px 50px;
    position: relative;
    overflow: hidden;
}

.footer .container-fluid {
    position: relative;
    z-index: 2;
}

.footer .f-logo{
max-width: 285px;
}

.footer .footer-links li a {
    display: inline-block;
    color: rgb(var(--color_white));
    font-size: 12px;
    margin-bottom: 0;
}
.footer .footer-links li a:hover{
    color: rgb(var(--primary2));
}

.footer .social-media{
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
}
.footer .social-media a{
    color: rgba(var(--color_white),0.4);
}

.footer .social-media img{
    filter: var(--imgWhite);
}

footer .copyright,footer .info{
    color: #2d3641;
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
}
footer .links li a{
    margin-right: 40px;
    display: inline-block;
    color: #2d3641;
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
}




/* inner page styles */
.breadcrumb li.active, .breadcrumb li a{font-family: var(--fontBold); color: rgb(var(--primary4)); text-transform: uppercase; font-size: 12px; vertical-align: top;}
.breadcrumb li a:hover{color: rgb(var(--primary2));}

.left-column p{text-align: justify;}
.right-column{background-position: center top; background-repeat: no-repeat; object-fit: cover; width: 100%;}
.left-column ul li,.left-column ol li,.right-column ul li,.right-column ol li{font-weight: 200; line-height: 20px; letter-spacing: .32px; margin-bottom:8px;}

.middle-block,.last-block{text-align: justify;}


.blog-item{margin-bottom: 30px;}

.blog-pic{padding-top: 56.25%; position: relative; overflow: hidden;}
.blog-pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: all .3s linear;}
.blog-pic:hover img{ transform: scale(1.1);}

.blog-content{position: relative; height: 100%;}
.blog-content::after{content: ""; background-color: rgb(var(--primary1)); width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; right: 0;  opacity: .25;}

.blog-content h3{font-size: 12px; font-family: var(--fontBold); text-transform: uppercase; margin:0 0 1rem; color: rgb(var(--primary4));}
.blog-content h3 a{font-size: inherit; text-decoration: none; color: rgb(var(--primary4));}
.blog-content h3 a:hover{color: rgb(var(--primary1));}
.blog-content .read-more{font-size: 10px; text-transform: uppercase; color: rgb(var(--color_white));
    padding: 8px 15px; border-radius: 25px;
    transition: all .3s linear;
    background-color: rgb(var(--primary4)); display: flex; align-items: center; justify-content: flex-end;  margin-left: auto;
}
.blog-content .read-more .icon{border: 1px solid rgb(var(--color_white)); border-radius: 50%; width: 18px;
    display: flex; height: 18px; text-align: center; align-items: center; justify-content: center; }

.blog-content .read-more:hover{background-color: rgb(var(--primary1));}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    padding: 0.5rem;
}
.wpcf7 form .wpcf7-response-output{margin: 0; font-size: 12px;}
.wp-pagenavi a, .wp-pagenavi span{background-color: rgb(var(--primary4)); color: rgb(var(--color_white)); padding: 5px 10px; border: none; font-size: 12px; border-radius: 2px;}
.wp-pagenavi a:hover,.wp-pagenavi a:focus, .wp-pagenavi span.current:hover,.wp-pagenavi span.current:focus{background-color: rgba(var(--primary2),0.7); color: rgb(var(--color_white));}
.wp-pagenavi span.current{background-color: rgba(var(--primary2),0.7); color: rgb(var(--color_white)); font-weight: normal; font-family: var(--fontMedium);}
.google-map iframe{filter: grayscale(100%);}
.page-id-942 .header .navbar-brand{display: none !important;}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse { justify-content: flex-start !important;}
}	