@charset "utf-8";
/* CSS Document */

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

/* Chrome, Edge, and Safari */
.testi-wrapp ::-webkit-scrollbar {
    width: 6px;
}
.testi-wrapp ::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 0;
}
.testi-wrapp ::-webkit-scrollbar-thumb {
    background-color: #b8956b;
    border-radius: 0;
    border: 0px solid #b8956b;
    height: 4px !important;
}

/*circle-effect-css*/
.circle-effect {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effect img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effect .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	margin: 0 0 0;
	position: absolute;
	right: 0;
	bottom: -100%;
	z-index: 99;
}
a .circle-effect, span .circle-effect { 
	width: 6.9px;
	margin: 0 0 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

.paiger-btn2 .circle-effect { right:inherit; left:0;}

.custom-select1 .circle-effect { 
	width: 9px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -9;
}

.accordion h4 .circle-effect { 
	width: 9px;
	margin: 0 0 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

.circle-effect:hover img, a:hover .circle-effect img, span:hover .circle-effect img, .custom-select1:hover .circle-effect img { 
	opacity: 0;
}
.circle-effect:hover .circle-row1, a:hover .circle-effect .circle-row1, span:hover .circle-effect .circle-row1, .custom-select1:hover .circle-effect .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effect:hover .circle-row1 img, a:hover .circle-effect .circle-row1 img, span:hover .circle-effect .circle-row1 img, .custom-select1:hover .circle-effect .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 16px;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 700;
	color: #b9976d;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #37314b;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	font-weight: 400;
	color: #37314b;
	letter-spacing: normal;
	line-height: 1.42;
	display: inherit;
	position: relative;
	top: -6px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    cursor: pointer;
    display: inline;
    padding: 0 0 0 20px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 11px;
    height: 11px;
	background: none;
	border: 1px solid #b9976d;
	border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #37314b;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 3px;
    left: 3px;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
	border: 1px solid #b9976d;
}

/*square-effect-css*/
.square-effect {
	display: block;
}
.square-effect 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;
}
.square-effect .square-row1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
}
.square-effect:hover .square-row1 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%);
}

.sidbar-col1 .checkbox1 span, .sidbar-col1 .checkbox2 span { color:#ffffff;}
.sidbar-col1 .checkbox1 a:hover, .sidbar-col1 .checkbox2 a:hover { color: #ffffff;}

/*video-play-effects-css*/
.video-play-button {
	width: 65px;
	height: 65px;
	float: left;
	border-radius: 50%;
	margin: 0 0 0;
	position: relative;
}
.video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(185,151,109,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(185,151,109,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.testi-wrapp .video-play-button {
	width: 43.5px;
	height: 43.5px;
}
.testi-wrapp .video-play-button:after {
	width: 53px;
	height: 53px;
}
.testi-wrapp .video-play-button:before {
	width: 43.5px;
	height: 43.5px;
}

 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}


/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effect-css*/
.custom-select1 .circle-effect { 
	top: 60%;
}

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

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effect-css*/
.custom-select1 .circle-effect { 
	top: 60%;
}

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

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effect-css*/
.custom-select1 .circle-effect { 
	top: 60%;
}

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

@media screen and (min-width:768px) and (max-width:900px) {
/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 4px;
}
.checkbox2 {
	margin: 0 0 10px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 7px;
}
.checkbox2 {
	margin: 0 0 13px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.mac-os .testi-wrapp ::-webkit-scrollbar {
    width: 6px;
}
.mac-os .testi-wrapp ::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 0;
}
.mac-os .testi-wrapp ::-webkit-scrollbar-thumb {
    background-color: #b8956b;
    border-radius: 0;
    border: 0px solid #b8956b;
    height: 4px !important;
}
}