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

/*scrollbar-effects-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #c29c68 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 8px;
}

*::-webkit-scrollbar-track {
	background: #ffffff;
	border-radius: 0;
}

*::-webkit-scrollbar-thumb {
	background-color: #c29c68;
	border-radius: 0;
	border: 0px solid #c29c68;
	height: 69px !important;
}

/*video-effects-css*/
.video-play-button {
	width: 22px;
	height: 22px;
	float: left;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: 0 10px 0 0;
	position: relative;
}

.video-play-button:after {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 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: 22px;
	height: 22px;
	background: rgba(255, 255, 255, 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;
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 6px solid #ffffff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin: 5px 7px;
}

@-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;
	}
}

/*circle-effects-css*/
.circle-effects1 {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}

.circle-effects1 img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}

.circle-effects1 .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	left: 0;
	bottom: -100%;
	z-index: 10;
}

a .circle-effects1,
.appointment-btn1 .circle-effects1,
.sidbar-btn1 .circle-effects1 {
	width: 6px;
	float: right;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: -9;
}

.circle-effects1:hover img,
a:hover .circle-effects1 img,
.appointment-btn1:hover .circle-effects1 img,
.sidbar-btn1:hover .circle-effects1 img {
	opacity: 0;
}

.circle-effects1:hover .circle-row1,
a:hover .circle-effects1 .circle-row1,
.appointment-btn1:hover .circle-effects1 .circle-row1,
.sidbar-btn1:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.circle-effects1:hover .circle-row1 img,
a:hover .circle-effects1 .circle-row1 img,
.appointment-btn1:hover .circle-effects1 .circle-row1 img,
.sidbar-btn1:hover .circle-effects1 .circle-row1 img {
	opacity: 1;
}

.blog-btn1 .circle-effects1,
.paiger-btn1 .circle-effects1,
.sidbar-btn1 .circle-effects1 {
	top: 50%;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 0;
}

.checkbox2 {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 16px;
}

.checkbox1 a,
.checkbox2 a {
	color: #1f2022;
}

.checkbox1 a:hover,
.checkbox2 a:hover {
	color: #c29c68;
}

.checkbox1 span,
.checkbox2 span {
	font-size: 12px;
	font-weight: 500;
	color: #333333;
	letter-spacing: 0.36px;
	line-height: 1.83;
	display: inherit;
	position: relative;
	top: -3px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
	padding-left: 28px;
	cursor: pointer;
	display: block;
	position: relative;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	background: #1f2022;
	border: 1px solid #1f2022;
	border-radius: 50%;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
	content: '';
	width: 6px;
	height: 6px;
	background: #c29c68;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 4px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[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 #1f2022;
}

/*tabs-effect-css*/
.tabs-nav {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(151, 138, 105, 0.3);
	margin: 0 0 0;
	padding: 0 0 0;
}

.tabs-nav li {
	float: left;
	list-style: none;
	margin: 0 20px 0;
}

.tabs-nav li:first-child {
	margin-left: 0;
}

.tabs-nav li:last-child {
	margin-right: 0;
}

.tabs-nav li a {
	font-size: 17px;
	font-weight: 600;
	color: rgba(31, 32, 34, 0.3);
	letter-spacing: 3.06px;
	text-transform: uppercase;
	display: block;
	padding: 22px 0 22px;
	text-decoration: none;
	position: relative;
}

.tabs-nav li a:hover {
	color: #1f2022;
}

.tabs-nav .tab-active a {
	color: #1f2022;
	cursor: default;
}

.tabs-nav li a:after {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #c29c68;
	transition: all 0.25s ease-out 0s;
	opacity: 0;
	margin: 0 0 0;
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
}

.tabs-nav li a:hover:after,
.tabs-nav .tab-active a:after {
	opacity: 1;
}

.tabs-stage {
	width: 100%;
	float: left;
	margin: 0 0 66px;
}

.tabs-thumb {
	width: 90.7%;
	float: right;
	margin: 0 0 0;
}

/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}

.square-effect1 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-effect1:hover 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%);
}

.square-effect1:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 1px solid #1f2022;
	border-right: 1px solid #1f2022;
	filter: alpha(opacity=0);
	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;
	opacity: 0;
	margin: 0 0 0;
	position: absolute;
	top: 8%;
	right: 8%;
	z-index: 9;
}

.square-effect1:hover:after {
	width: 26%;
	height: 26%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.sadaf-row2:after {
	top: 7%;
	right: 8%;
}

.about-row2:after {
	top: 8%;
	right: 5.6%;
}

.cases-col3:after {
	top: 5.6%;
	right: 8%;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {

	/*video-effects-css*/
	.video-play-button {
		width: 22px;
		height: 22px;
		display: none;
		margin: 0 0 0;
	}

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

	.checkbox2 {
		width: 100%;
		margin: 0 0 10px;
	}

	.checkbox1 span,
	.checkbox2 span {
		position: relative;
		top: -4px;
	}

	[type="checkbox"]:checked+label,
	[type="checkbox"]:not(:checked)+label {
		padding-left: 20px;
		display: inline;
	}

	/*tabs-effect-css*/
	.tabs-nav li {
		width: 100%;
		margin: 0 0 0;
	}

	.tabs-nav li a {
		font-size: 13px;
		letter-spacing: 2.06px;
		padding: 18px 0 18px;
	}

	.tabs-nav {
		width: 100%;
		border-bottom: none;
		margin: 0 0 0;
	}

	.tabs-stage {
		width: 100%;
		margin: 0 0 10px;
	}

	.tabs-thumb {
		width: 100%;
		margin: 0 0 0;
	}
}

@media screen and (min-width:481px) and (max-width:600px) {

	/*video-effects-css*/
	.video-play-button {
		width: 22px;
		height: 22px;
		display: none;
		margin: 0 0 0;
	}

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

	.checkbox2 {
		width: 100%;
		margin: 0 0 10px;
	}

	.checkbox1 span,
	.checkbox2 span {
		position: relative;
		top: -4px;
	}

	[type="checkbox"]:checked+label,
	[type="checkbox"]:not(:checked)+label {
		padding-left: 20px;
		display: inline;
	}

	/*tabs-effect-css*/
	.tabs-nav li {
		width: 48%;
		margin: 0 0 0;
	}

	.tabs-nav li:nth-child(2n) {
		float: right;
	}

	.tabs-nav li a {
		font-size: 13px;
		letter-spacing: 2.06px;
		padding: 18px 0 18px;
	}

	.tabs-nav {
		width: 100%;
		border-bottom: none;
		margin: 0 0 0;
	}

	.tabs-stage {
		width: 100%;
		margin: 0 0 10px;
	}

	.tabs-thumb {
		width: 100%;
		margin: 0 0 0;
	}
}

@media screen and (min-width:601px) and (max-width:767px) {

	/*video-effects-css*/
	.video-play-button {
		width: 22px;
		height: 22px;
		display: none;
		margin: 0 0 0;
	}

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

	.checkbox2 {
		width: 100%;
		margin: 0 0 10px;
	}

	.checkbox1 span,
	.checkbox2 span {
		position: relative;
		top: -4px;
	}

	[type="checkbox"]:checked+label,
	[type="checkbox"]:not(:checked)+label {
		padding-left: 20px;
		display: inline;
	}

	/*tabs-effect-css*/
	.tabs-nav li {
		width: 48%;
		margin: 0 0 0;
	}

	.tabs-nav li:nth-child(2n) {
		float: right;
	}

	.tabs-nav li a {
		font-size: 13px;
		letter-spacing: 2.06px;
		padding: 18px 0 18px;
	}

	.tabs-nav {
		width: 100%;
		border-bottom: none;
		margin: 0 0 0;
	}

	.tabs-stage {
		width: 100%;
		margin: 0 0 10px;
	}

	.tabs-thumb {
		width: 100%;
		margin: 0 0 0;
	}
}

@media screen and (min-width:768px) and (max-width:900px) {

	/*checkbox-effect-css*/
	.checkbox2 {
		margin: 0 0 10px;
	}

	/*tabs-effect-css*/
	.tabs-nav li {
		margin: 0 8px 0;
	}

	.tabs-nav li a {
		font-size: 12px;
		letter-spacing: 1.46px;
		padding: 16px 0 16px;
	}

	.tabs-stage {
		margin: 0 0 50px;
	}
}

@media screen and (min-width:901px) and (max-width:1024px) {

	/*checkbox-effect-css*/
	.checkbox2 {
		margin: 0 0 13px;
	}

	/*tabs-effect-css*/
	.tabs-nav li {
		margin: 0 12px 0;
	}

	.tabs-nav li a {
		font-size: 13px;
		letter-spacing: 2px;
		padding: 16px 0 16px;
	}

	.tabs-stage {
		margin: 0 0 58px;
	}
}

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

	/*tabs-effect-css*/
	.tabs-nav li {
		margin: 0 12px 0;
	}

	.tabs-nav li a {
		font-size: 13px;
		letter-spacing: 2px;
		padding: 16px 0 16px;
	}

	.tabs-stage {
		margin: 0 0 58px;
	}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
	.tabs-nav li a {
		font-size: 15px;
	}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
	.tabs-nav li a {
		font-size: 15px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {}