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

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

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

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

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

/*video-effects-css*/
.video-play-button {
	width: 84px;
	height: 84px;
	float: none;
	background: #36c2ee;
	border: 1px solid #36c2ee;
	border-radius: 50%;
	transform: translateY(-50%);
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}

.video-play-button:after {
	width: 104px;
	height: 104px;
	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: 80px;
	height: 80px;
	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: 26px solid #ffffff;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin: 25px 31px;
}

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

.testimonials-row2 .video-play-button {
	width: 54.9px;
	height: 54.9px;
	background: none;
	border: 4px solid #ffffff;
}

.testimonials-row2 .video-play-button:after {
	width: 72.9px;
	height: 72.9px;
	background: rgba(54, 194, 238, 0.60);
}

.testimonials-row2 .video-play-button:before {
	width: 54.9px;
	height: 54.9px;
	background: rgba(54, 194, 238, 0.60);
}

.testimonials-row2 .video-play-button span {
	border-left: 16px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 13px 19px;
}

.testimonial-row1 .video-play-button {
	width: 54.9px;
	height: 54.9px;
	background: none;
	border: 4px solid #ffffff;
}

.testimonial-row1 .video-play-button:after {
	width: 72.9px;
	height: 72.9px;
	background: rgba(54, 194, 238, 0.60);
}

.testimonial-row1 .video-play-button:before {
	width: 54.9px;
	height: 54.9px;
	background: rgba(54, 194, 238, 0.60);
}

.testimonial-row1 .video-play-button span {
	border-left: 16px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 13px 19px;
}

/*circle-effects-css*/
.circle-effects1 {
	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;
	bottom: 0;
	left: 0;
	z-index: 10;
}

a .circle-effects1 {
	width: 23px;
	float: none;
	display: block;
	margin: 0 auto 0;
}

.contact-ul-list li .circle-effects1 {
	width: 16px;
	float: left;
	margin: 0 0 0;
	position: absolute;
	top: 2px;
	left: 0;
}

.circle-effects1:hover img,
a:hover .circle-effects1 img,
.contact-ul-list li:hover .circle-effects1 img,
.service-col2:hover .circle-effects1 img {
	opacity: 0;
}

.circle-effects1:hover .circle-row1,
a:hover .circle-effects1 .circle-row1,
.contact-ul-list li:hover .circle-effects1 .circle-row1,
.service-col2:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
}

.circle-effects1:hover .circle-row1 img,
a:hover .circle-effects1 .circle-row1 img,
.contact-ul-list li:hover .circle-effects1 .circle-row1 img,
.service-col2:hover .circle-effects1 .circle-row1 img {
	opacity: 1;
}

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

.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 16px;
}

.checkbox1 a,
.checkbox2 a {
	color: #ffffff;
}

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

.checkbox1 span,
.checkbox2 span {
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.24px;
	line-height: 2.09;
	display: inherit;
	position: relative;
	top: -4px;
}

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

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

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

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
	content: '';
	width: 7px;
	height: 7px;
	background: #012169;
	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 #d9d9d9;
}

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

.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%);
}

.testimonials-col4 .square-effect1:hover img,
.testimonial-row2 .square-effect1:hover img {
	transform: none;
}

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

	/*video-effects-css*/
	.banner-wrapp .video-play-button {
		width: 44px;
		height: 44px;
		/*display: none;*/
		margin: 0 auto 0;
	}
	.banner-wrapp .video-play-button:before {
		width: 40px;
		height: 40px;
	}
	.banner-wrapp .video-play-button:after {
		width: 64px;
		height: 64px;
	}
	.banner-wrapp .video-play-button span {
	    border-left: 11px solid #ffffff;
	    border-top: 6px solid transparent;
	    border-bottom: 6px solid transparent;
	    margin: 16px 16px;
	}

	/*circle-effects-css*/
	.contact-ul-list li .circle-effects1 {
		width: auto;
		display: none;
		margin: 0 0 0;
	}

	/*checkbox-effect-css*/
	.checkbox1 span,
	.checkbox2 span {
		position: relative;
		top: -7px;
	}

	[type="checkbox"]:checked+label,
	[type="checkbox"]:not(:checked)+label {
		display: inline;
	}
}

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

	/*video-effects-css*/
	.banner-wrapp .video-play-button {
		width: 44px;
		height: 44px;
		/*display: none;*/
		margin: 0 auto 0;
	}
	.banner-wrapp .video-play-button:before {
		width: 40px;
		height: 40px;
	}
	.banner-wrapp .video-play-button:after {
		width: 64px;
		height: 64px;
	}
	.banner-wrapp .video-play-button span {
	    border-left: 11px solid #ffffff;
	    border-top: 6px solid transparent;
	    border-bottom: 6px solid transparent;
	    margin: 16px 16px;
	}

	/*circle-effects-css*/
	.contact-ul-list li .circle-effects1 {
		width: auto;
		display: none;
		margin: 0 0 0;
	}

	/*checkbox-effect-css*/
	.checkbox1 span,
	.checkbox2 span {
		position: relative;
		top: -7px;
	}

	[type="checkbox"]:checked+label,
	[type="checkbox"]:not(:checked)+label {
		display: inline;
	}
}

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

	/*video-effects-css*/
	.banner-wrapp .video-play-button {
		width: 84px;
		/*display: none;*/
		margin: 0 auto 0;
	}

	/*circle-effects-css*/
	.contact-ul-list li .circle-effects1 {
		width: auto;
		display: none;
		margin: 0 0 0;
	}

	/*checkbox-effect-css*/
	.checkbox1 span,
	.checkbox2 span {
		position: relative;
		top: -7px;
	}

	[type="checkbox"]:checked+label,
	[type="checkbox"]:not(:checked)+label {
		display: inline;
	}
}

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

	/*video-effects-css*/
	.video-play-button {
		width: 76px;
		height: 76px;
	}

	.video-play-button:after {
		width: 96px;
		height: 96px;
	}

	.video-play-button:before {
		width: 72px;
		height: 72px;
	}

	.video-play-button span {
		border-left: 22px solid #ffffff;
		border-top: 14px solid transparent;
		border-bottom: 14px solid transparent;
		margin: 24px 30px;
	}

	/*circle-effects-css*/
	.contact-ul-list li .circle-effects1 {
		width: 14px;
	}
}

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

	/*video-effects-css*/
	.video-play-button {
		width: 80px;
		height: 80px;
	}

	.video-play-button:after {
		width: 100px;
		height: 100px;
	}

	.video-play-button:before {
		width: 76px;
		height: 76px;
	}

	.video-play-button span {
		border-left: 24px solid #ffffff;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		margin: 24px 30px;
	}

	/*circle-effects-css*/
	.contact-ul-list li .circle-effects1 {
		width: 15px;
	}
}

@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) {}