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

/*scrollbar-effects-css*/
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 4px;
}
*::-webkit-scrollbar-track {
    background: #e9e9e9;
    border-radius:25px;
}
*::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
    border-radius:25px;
    border: 0px solid #b8b8b8;
    height: 11px !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;
	position: absolute;
	right: 0;
	/*bottom: -100%;*/
	z-index: 99;
}
a .circle-effect, .header-row3 li .circle-effect, .contact-ul-box li .circle-effect, .flinker-row2 li .circle-effect { 
	width: 13px;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	bottom: -3px;
}
.circle-effect:hover img, a:hover .circle-effect img, .header-row3 li:hover .circle-effect img, .contact-ul-box li:hover .circle-effect img, .flinker-row2 li:hover .circle-effect img { 
	opacity: 0;
}
.circle-effect:hover .circle-row1, a:hover .circle-effect .circle-row1, .header-row3 li:hover .circle-effect .circle-row1, .contact-ul-box li:hover .circle-effect .circle-row1, .flinker-row2 li:hover .circle-effect .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effect:hover .circle-row1 img, a:hover .circle-effect .circle-row1 img, .header-row3 li:hover .circle-effect .circle-row1 img, .contact-ul-box li:hover .circle-effect .circle-row1 img, .flinker-row2 li:hover .circle-effect .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 14px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 22px;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 600;
	color: #000000;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ffffff;
}
.checkbox1 span, .checkbox2 span {
	font-size: 17px;
	font-weight: 700;
	color: #000000;
	letter-spacing: normal;
	line-height: 1.76;
	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 34px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 23px;
    height: 23px;
	background: #eddddd;
	border: 1px solid #eddddd;
	border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #000000;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 6px;
    left: 6px;
}
[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 #eddddd;
}

.signup-col1 .checkbox1 span, .signup-col1 .checkbox2 span {
	font-size: 12px;
	font-weight: 400;
	color: #20342c;
	line-height: 1.76;
	display: inherit;
	position: relative;
	top: 3px;
}

.signup-col1 [type="checkbox"]:checked + label:before,
.signup-col1 [type="checkbox"]:not(:checked) + label:before {
    width: 19px;
    height: 19px;
	border-radius:5px;
}
.signup-col1 [type="checkbox"]:checked + label:after,
.signup-col1 [type="checkbox"]:not(:checked) + label:after {
    width: 7px;
    height: 7px;
    top: 6px;
    left: 6px;
}

.signup-col1 [type="checkbox"]:checked + label, .signup-col1 [type="checkbox"]:not(:checked) + label { padding-left:30px;}

.involved-bar1 .checkbox1 { width:100%;}
.involved-bar1 .checkbox2 { width:100%;}
.checkbox1 a:hover, .checkbox2 a:hover { color: #eddddd;}
.involved-bar1 .checkbox1 span, .involved-bar1 .checkbox2 span { top:-1px;}
.involved-bar1 [type="checkbox"]:checked + label, .involved-bar1 [type="checkbox"]:not(:checked) + label { display:inline-block;}

.involved-wrapp .checkbox1 { width: auto; float: left; margin: 0 26px 22px 0;}
.involved-wrapp .checkbox2 { width: auto; float: left; margin: 0 0 22px;}

/*square-effect-css*/
.square-effect {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.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: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-effect .square-row1 {
    width: 100%;
    height: auto;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    opacity: 0;
    margin: 0 0 0;
    position: absolute;
    top: 55%;
	transform:translateY(-50%);
    left: 0;
    right: 0;
}
.square-effect:hover .square-row1 img {
    transform: none;
    transition: none;
    filter: none;
}
.square-effect:hover .square-row1 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-col1 .square-effect {
    background: rgba(0,0,0,0.3);
	border-radius:50%;
	overflow:hidden;
}
.team-col1 .square-effect:hover img {
    mix-blend-mode: multiply;
    filter: none;
	transform: none;
}

/*video-play-button*/
.video-play-button {
	width: 39.2px;
	height: 39.2px;
	float: none;
	display:block;
	background: none;
	border: 0px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	margin: 0 auto 0;
	position: relative;
}
.video-play-button:after {
	width: 50px;
	height: 50px;
	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: 39.2px;
	height: 39.2px;
	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 {
	width: 0;
	height: 0;
	border-left: 18px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	display: block;
	margin: 22px 26px;
	position: relative;
	z-index: 3;
}

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

/*upload-effect-css*/
.upload-btn-wrapper {
	width: 100%;
	float: left;
	margin: 0 0 0;
	overflow:hidden;
	position:relative;
}

.referrals-btn1 input[type=file] {
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}

}

@media screen and (min-width:481px) and (max-width:600px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}

}

@media screen and (min-width:601px) and (max-width:767px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}

}

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

}

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

}

@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 .checkbox1 span { top:5px;}
.mac-os .checkbox2 span { top:5px;}

.mac-os .signup-col1 .checkbox1 span { top:0;}
.mac-os .signup-col1 .checkbox2 span { top:0;}

.mac-os .involved-bar1 .checkbox1 span { top:0;}
.mac-os .involved-bar1 .checkbox2 span { top:0;}
 
}