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

* {
	scrollbar-width: auto;
	scrollbar-color: #ffffff;
}

*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 40px;
}
*::-webkit-scrollbar-thumb {
    background: #9DCE1E;
    border-radius: 40px;
    border: none;
    height: 69px !important;
}

/*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;
	right: 0;
	bottom: 0;
	z-index: 10;
}
a .circle-effects1 { 
	width: 12px;
	float: left;
	margin: 0 9px 0 0;
	bottom: -4px;
}
.services-row1 h2 .circle-effects1 {
	width: 22px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	top: -2px;
}
.circle-effects1:hover img, a:hover .circle-effects1 img, .services-row1 h2:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, a:hover .circle-effects1 .circle-row1, .services-row1 h2:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.circle-effects1:hover .circle-row1 img, a:hover .circle-effects1 .circle-row1 img, .services-row1 h2:hover .circle-effects1 .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 26px;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 700;
	color: #ffffff;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: rgba(255,255,255,0.3);
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: normal;
	line-height: 1.92;
	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
{
    cursor: pointer;
    display: inline;
    padding-left: 24px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #ffffff;
	border-radius: 3px;
    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 {
	background: none;
	border: 1px solid rgba(255,255,255,0.3);
}

/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.square-effect1 img {
	width: 100%;
	display: block;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
}
.square-effect1:hover img {
	transition: all 1.5s ease 0s;
	filter: grayscale(100%);
	transform: scale(1.08);
}
.square-effect1 .square-row1 {
	width: 70px;
	float: left;
	filter: alpha(opacity=0);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	opacity: 0;
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 9;
}
.square-effect1:hover .square-row1 img {
	transform: none;
	transition: none;
	filter: none;
}
.team-col4 .square-effect1:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 10px;
	background: #9DCE1E;
	filter: alpha(opacity=0);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	opacity: 0;
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.square-effect1:hover .square-row1, .team-col4 .square-effect1:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.teamer-row1 .square-effect1:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 10px;
	background: #9DCE1E;
	filter: alpha(opacity=0);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	opacity: 0;
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.square-effect1:hover .square-row1, .teamer-row1 .square-effect1:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*background-gradient-mask-effect-css*/
.back-gradient-mask1:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #9DCE1E;
	border-radius: 10px;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.back-gradient-mask2:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #9DCE1E;
	border-radius: 10px 0 0 10px;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-mask1:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(66,65,67,1) 0%, rgba(66,65,67,1) 100%) border-box;
	border-radius: 5px;
	opacity: 0;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask1:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
	background: linear-gradient(180deg, rgba(66,65,67,0.3) 0%, rgba(66,65,67,0.3) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask1:hover:after {
	opacity: 1;
}

.btn-gradient-mask2:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #9DCE1E;
	border-radius: 5px;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask2:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
	background: #9DCE1E;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask2:hover:after {
	opacity: 0;
}

.btn-gradient-mask3:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) border-box;
	border-radius: 5px;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask3:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask3:hover:after {
	opacity: 0;
}

.btn-gradient-mask4:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) border-box;
	border-radius: 5px;
	opacity: 0;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask4:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
	background: linear-gradient(180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask4:hover:after {
	opacity: 1;
}

/*play-hover*/
.video-play-button {
	width: 56px;
	height: 56px;
	float: left;
	background: no-repeat center / 100%;
	margin: 0 16px 0 0;
	position: relative;
	border: 2px solid #fff;
  	border-radius: 50px;
}
.video-play-button:after {
	width: 76px;
	height: 76px;
	background: rgba(255,255,255,0.5);
	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: 56px;
	height: 56px;
	background: rgba(255,255,255,0.5);
	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: 16px solid #ffffff;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	margin: 17px 21px;
}
.testi-wrapp .video-play-button {
	background:none;
}

/* hover-effect-css */
.hovereffect {
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #7d7d7d;
  }
  .hovereffect .overlay1 {
	position: absolute;
	overflow: hidden;
	width: 80%;
	left: 10%;
	bottom: 1%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-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 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
  }
  .hovereffect:hover img {
	mix-blend-mode: multiply;
  }
  .hovereffect h3 {
	text-align: center;
	position: relative;
	font-size: 16px;
	background-color: transparent;
	color: #FFF;
	padding: 1em 0;
	opacity: 0;
	line-height: 1.13;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
  }
  .hovereffect a, .hovereffect p {
	color: #FFF;
	padding: 1em 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
  }
  .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h3 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }
  
  .hovereffect2 {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
  }
  
  .hovereffect2 .overlay2 {
	width: 100%;
	position: absolute;
	overflow: hidden;
	bottom: 75px;
	left: 0;
  }
  
  .hovereffect2 img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
  }
  
  .hovereffect2:hover img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
  }
  


 @-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) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}

/*background-gradient-mask-effect-css*/
.back-gradient-mask1:after {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 0;
}
.back-gradient-mask2:after {
	width: 100%;
	border-radius: 0;
	margin: 0 0 0;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}

/*background-gradient-mask-effect-css*/
.back-gradient-mask1:after {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 0;
}
.back-gradient-mask2:after {
	width: 100%;
	border-radius: 0;
	margin: 0 0 0;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}

/*background-gradient-mask-effect-css*/
.back-gradient-mask1:after {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 0;
}
.back-gradient-mask2:after {
	width: 100%;
	border-radius: 0;
	margin: 0 0 0;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effects-css*/
.checkbox1 {
	margin: 0 0 4px;
}
.checkbox2 {
	margin: 0 0 20px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effects-css*/
.checkbox1 {
	margin: 0 0 7px;
}
.checkbox2 {
	margin: 0 0 23px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}
}

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

}