@charset "utf-8";

/* CSS Document */



.photobox {
	display: inline-block;
--photoboxOverlay: rgba(170, 152, 116, 0.60);
	cursor: pointer;
	photoboxAnimationDuration: .5s;
}

.photobox img {
	transition: transform 0.8s ease-in-out 0s;
}

.photobox:hover img {
	transform: scale(1.08);
	transition: all 1.5s ease 0s;
}

.photobox:hover .thumbs-bar1 img {
	transform: none;
	transition: none;
}

.photobox:hover .thumbs-bar2 img {
	transform: none;
	transition: none;
}

.previewbox {
	position: relative;
	overflow: hidden;
}

.preview {
	display: block;
	max-width: 100%;
}

.previewbox:before, .previewbox:after {
	content: "";
}

.enquer-bar1:hover .previewbox:after {
	width: 60px;
	height: 60px;
	margin: 0 auto 0;
	background: /*url(../images/plus-thumb1.png)*/ no-repeat center / cover;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 99;
	transition: all 0.25s ease-out 0s;
}

.photobox-effect1 .previewbox:before {
	width: 0;
	height: 0;
	padding: 25%;
	background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8));
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	transition: -webkit-transform var(--photoboxAnimationDuration, .4s) ease;
	transition: transform var(--photoboxAnimationDuration, .4s) ease;
	transition: transform var(--photoboxAnimationDuration, .4s) ease, -webkit-transform var(--photoboxAnimationDuration, .4s) ease;
	will-change: transform;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.photobox-effect1:hover .previewbox:before {
	-webkit-transform: translate(-50%, -50%) scale(4);
	transform: translate(-50%, -50%) scale(4);
	transition-duration: calc(var(--photoboxAnimationDuration, .4s) * 2);
}

.treter-wrapp .photobox {
	--photoboxOverlay: rgba(38, 88, 168, 0.88);
}



.photobox-effect1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	cursor:pointer;
}

.photobox-effect1 img {
	width: 100%;
	-webkit-transition-duration: 800ms;
	-o-transition-duration: 800ms;
	transition-duration: 800ms;
}

.photobox-effect1:hover img { filter:grayscale(100%); -webkit-filter:grayscale(100%); }

.photobox-effect1 .line1 {
	width: 80px;
	height: 8px;
	background-color: #fae004;
	position: absolute;
	z-index: 9999;
	top: -15px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}

.photobox-effect1 .line2 {
	width: 80px;
	height: 8px;	
	background-color: #fae004;
	position: absolute;
	z-index: 9999;
	bottom: -15px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}

.photobox-effect1:hover .line1 {
	opacity: 1;
	visibility: visible;
	top: 0;
	right: 0;
}

.photobox-effect1:hover .line2 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	left: 0;
}

.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #ffffff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.hovicon.effect-1.sub-a:hover {
    background: rgba(72, 72, 71, 0.90);
}

.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.boxes-wrapper .box > * {
    z-index: 1;
}

.boxes-wrapper .photobox-effect1:hover .previewbox:before {
    z-index: 1;
}

.team-wrapp .team-bar2.photobox-effect1:hover .previewbox:before { -webkit-transform: translate(-50%, -50%) scale(4); transform: translate(-50%, -50%) scale(4); transition-duration: calc(var(--photoboxAnimationDuration, .4s) * 2); }
.team-wrapp .team-bar2.photobox-effect1 .previewbox:before { width: 0; height: 0; padding: 25%; background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8)); border-radius: 50%; position: absolute; top: 50%; left: 50%; z-index: 99; transition: transform var(--photoboxAnimationDuration, .4s) ease, -webkit-transform var(--photoboxAnimationDuration, .4s) ease; will-change: transform;}


/*-------new-home--------*/

/*scrollbar-effects-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #aa9874 #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
*::-webkit-scrollbar-thumb {
    background-color: #aa9874;
    border-radius: 0;
    border: 0px solid #aa9874;
    height: 69px !important;
}

/*circle-effects-css*/
.layout-newhome .circle-effects {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.layout-newhome .circle-effects img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.layout-newhome .circle-effects .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 99;
}
.layout-newhome a .circle-effects { 
	width: 11px;
	float: left;
	margin: 0 3px 0 0;
	position: relative;
	bottom: 0;
}
.layout-newhome .circle-effects:hover img, .layout-newhome a:hover .circle-effects img { 
	opacity: 0;
}
.layout-newhome .circle-effects:hover .circle-row1, .layout-newhome a:hover .circle-effects .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.layout-newhome .circle-effects:hover .circle-row1 img,.layout-newhome a:hover .circle-effects .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.layout-newhome .checkbox1 {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
.layout-newhome .checkbox2 {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
.layout-newhome .checkbox1 a, .layout-newhome .checkbox2 a {
	color: #000000;
}
.layout-newhome .checkbox1 a:hover, .layout-newhome .checkbox2 a:hover {
	color: #aa9874;
}
.layout-newhome .checkbox1 span, .layout-newhome .checkbox2 span {
	font-size: 11.5px;
	font-weight: 400;
	color: #000000;
	letter-spacing: normal;
	line-height: normal;
	display: inherit;
	position: relative;
	top: 0;
}
.layout-newhome [type="checkbox"]:checked,
.layout-newhome [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.layout-newhome [type="checkbox"]:checked + label,
.layout-newhome [type="checkbox"]:not(:checked) + label
{
    padding: 0 0 0 29px;
    cursor: pointer;
    display: inline;
    position: relative;
}
.layout-newhome [type="checkbox"]:checked + label:before,
.layout-newhome [type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 17px;
    height: 17px;
	background: none;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.layout-newhome [type="checkbox"]:checked + label:after,
.layout-newhome [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #ffffff;
	border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 5px;
    left: 5px;
}
.layout-newhome [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.layout-newhome [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.layout-newhome [type="checkbox"]:checked + label:before {
	background: #000000;
	border: 1px solid #000000;
}

/*square-effect-css*/
.layout-newhome .square-effects {
	overflow: hidden;
	cursor: pointer;
	display: block;
}
.layout-newhome .square-effects img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
}
.layout-newhome .square-effects:hover img, .layout-newhome .treatment-col2:hover .square-effects img {
	transform: scale(1.08);
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
	filter: grayscale(100%);
}

			.hovereffect {
                height: 100%;
                float: left;
                overflow: hidden;
                cursor: pointer;
                background: rgba(170 152 116 / 45%)
            }

            .hovereffect .overlay1,.hovereffect a,.hovereffect h3,.hovereffect p {
                -webkit-transition: opacity .35s,-webkit-transform .35s;
                transition: opacity .35s,transform .35s
            }

            .hovereffect .overlay1 {
                position: absolute;
                overflow: hidden;
                width: 80%;
                left: 10%;
                bottom: 1%;
                -webkit-transform: scale(0,1);
                -ms-transform: scale(0,1);
                transform: scale(0,1)
            }

            .hovereffect:hover .overlay1 {
                opacity: 1;
                filter: alpha(opacity=100);
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1)
            }

            .hovereffect img {
                display: block;
                position: relative;
                -webkit-transition: all .25s ease-out 0s;
                transition: all .25s ease-out 0s
            }

            .hovereffect:hover img {
                mix-blend-mode: multiply
            }

            .hovereffect a,.hovereffect h3,.hovereffect p {
                color: #fff;
                opacity: 0;
                filter: alpha(opacity=0)
            }

            .hovereffect,.hovereffect h3 {
                text-align: center;
                position: relative
            }

            .hovereffect h3 {
                font-size: 15px;
                background-color: transparent;
                padding: 2em 0;
                -webkit-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0)
            }

            .hovereffect a,.hovereffect p {
                padding: 1em 0;
                -webkit-transform: translate3d(0,100%,0);
                transform: translate3d(0,100%,0)
            }

            .hovereffect:hover a,.hovereffect:hover h3,.hovereffect:hover p {
                opacity: 1;
                filter: alpha(opacity=100);
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effects-css*/
.layout-newhome a .circle-effects { 
	width: 9px;
	display: none;
	margin: 0 0 0;
}

/*checkbox-effect-css*/
.layout-newhome .checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.layout-newhome .checkbox2 {
	width: 100%;
	margin: 0 0 14px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effects-css*/
.layout-newhome a .circle-effects { 
	width: 9px;
	display: none;
	margin: 0 0 0;
}

/*checkbox-effect-css*/
.layout-newhome .checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.layout-newhome .checkbox2 {
	width: 100%;
	margin: 0 0 14px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effects-css*/
.layout-newhome a .circle-effects { 
	width: 9px;
	display: none;
	margin: 0 0 0;
}

/*checkbox-effect-css*/
.layout-newhome .checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.layout-newhome .checkbox2 {
	width: 100%;
	margin: 0 0 14px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effects-css*/
.layout-newhome a .circle-effects { 
	width: 9px;
	display: none;
	margin: 0 3px 0 0;
}

/*checkbox-effect-css*/
.layout-newhome .checkbox1 {
	margin: 0 0 14px;
}
.layout-newhome .checkbox2 {
	margin: 0 0 14px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effects-css*/
.layout-newhome a .circle-effects { 
	width: 10px;
	display: none;
	margin: 0 3px 0 0;
}

/*checkbox-effect-css*/
.layout-newhome .checkbox1 {
	margin: 0 0 17px;
}
.layout-newhome .checkbox2 {
	margin: 0 0 17px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*circle-effects-css*/
.layout-newhome a .circle-effects { 
	display: none;
}
}