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

/*scrollbar-effects-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #06402b #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
*::-webkit-scrollbar-thumb {
    background-color: #06402b;
    border-radius: 0;
    border: 0px solid #06402b;
    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: auto;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 6px 0 0;
}
.review-btn1 .circle-effects1 { 
	width: 22px;
}
.plain-white-btn1 .circle-effects1, .plain-black-btn1 .circle-effects1 {
	margin-right: 0;
	margin-left: 6px;
}

.review-wrapp2 .plain-black-btn1 .circle-effects1, .black-next-row1 .plain-black-btn1 .circle-effects1, .blog1-wrapp .plain-black-btn1 .circle-effects1, .gallin-wrapp .plain-black-btn1 .circle-effects1, .team3-wrapp .plain-black-btn1 .circle-effects1 { margin-right:6px; margin-left:0;}

ul li .circle-effects1 { 
	width: auto;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 4px 0 0;
}
.js-video-button .circle-effects1 { 
	width: 20px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 10px;
}
.custom-select1 .circle-effects1 { 
	width: 10.8px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 6%;
	z-index: -9;
}

.become2-wrapp .circle-effects1 { width:15px; transform: translateY(-50%);
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	left: 0;}

.circle-effects1:hover img, a:hover .circle-effects1 img, ul li:hover .circle-effects1 img, .js-video-button:hover .circle-effects1 img, .custom-select1:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, a:hover .circle-effects1 .circle-row1, ul li:hover .circle-effects1 .circle-row1, .js-video-button:hover .circle-effects1 .circle-row1, .custom-select1:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effects1:hover .circle-row1 img, a:hover .circle-effects1 .circle-row1 img, ul li:hover .circle-effects1 .circle-row1 img, .js-video-button:hover .circle-effects1 .circle-row1 img, .custom-select1:hover .circle-effects1 .circle-row1 img { 
	opacity: 1;
}
.col6 a:hover .circle-effects1 img, .col6 ul li:hover .circle-effects1 img { 
	opacity: 1;
}
.col6 a:hover .circle-effects1 .circle-row1, .col6 ul li:hover .circle-effects1 .circle-row1 {
	opacity: 0;
	visibility: hidden;
}
.col6 a:hover .circle-effects1 .circle-row1 img, .col6 ul li:hover .circle-effects1 .circle-row1 img { 
	opacity: 0;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 3.3%;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 3.3%;
}
.checkbox1 a, .checkbox2 a {
	color: #231f20;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #c1ccb9;
}
.checkbox1 span, .checkbox2 span {
	font-size: 14px;
	font-weight: 400;
	color: #231f20;
	letter-spacing: normal;
	line-height: 1.79;
	display: inherit;
	position: relative;
	top: -5px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    cursor: pointer;
    display: block;
    padding: 0 0 0 24px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 14px;
    height: 14px;
	background: none;
	border: 1px solid rgba(35,31,32,0.6);
	border-radius: 50%;
	margin: 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #06402b;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	margin: 0 0 0;
    position: absolute;
    top: 4px;
    left: 4px;
}
[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 rgba(35,31,32,0.6);
}

/*grayscale-effect-css*/
.grayscale-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;
}
.grayscale-effect .grayscale-row1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.grayscale-effect:hover .grayscale-row1 img {
	filter: grayscale(100%);
	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;
}
.grayscale-effect:not(:has(a)):hover .grayscale-row1 img {
    filter: none;
}

.grayscale-effect:not(:has(a)) .grayscale-row1 {
    cursor: default;
}
/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.square-effect1 img {
	width: 100%;
	display: block;
}
.square-effect1 .square-row1 {
	width: 100%;
	height: 100%;
	background: #06402b;
	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;
	padding: 12% 10% 12% 10%;
	margin: 0 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.square-effect1:hover .square-row1 {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*btn-effect-css*/
.btn-white-forest-green-on-hover-forest-green-transparent {
	color: #ffffff;
	background: #06402b;
	border-color: #06402b;
}
.btn-white-forest-green-on-hover-forest-green-transparent:hover {
	color: #06402b;
	background: none;
	border-color: #06402b;
}

.btn-grey-arame-green-on-hover-arame-green-transparent {
	color: #231f20;
	background: #c1ccb9;
	border-color: #c1ccb9;
}
.btn-grey-arame-green-on-hover-arame-green-transparent:hover {
	color: #c1ccb9;
	background: none;
	border-color: #c1ccb9;
}

.btn-white-transparent-blue-on-hover-white-blue {
	color: #ffffff;
	background: none;
	border-color: #1bc2d4;
}
.btn-white-transparent-blue-on-hover-white-blue:hover {
	color: #ffffff;
	background: #1bc2d4;
	border-color: #1bc2d4;
}

.contact1-wrapp .checkbox1 { margin:0 0 16px;}
.contact1-wrapp .checkbox1 span, .contact1-wrapp .checkbox2 span { top:-4px;}
.contact1-wrapp [type="checkbox"]:checked + label, .contact1-wrapp [type="checkbox"]:not(:checked) + label {
	display: inline;
}

/*referrals*/
.checkbox-col1 .checkbox1 {
	width: 100%;
	float: left;
	margin: 36px 0 20px 0;
	text-align: left;

}
.checkbox-col1 .checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 30px;
	text-align: left;
}

.referrals-wrapp .checkbox1 a, .referrals-wrapp .checkbox2 a {
	font-weight: 600;
	color: #333132;
}
.referrals-wrapp .checkbox1 a:hover, .referrals-wrapp .checkbox2 a:hover {
	color: #333132;
}

.referrals-wrapp .checkbox1 span, .referrals-wrapp .checkbox2 span {
	font-size: 16px;
	font-weight: 400;
	color: #231f20;
	line-height: 2;
	display: inherit;
	position: relative;
}

.become2-col2 .checkbox1 span, .become2-col2 .checkbox2 span {
	font-size: 16px;
	font-weight: 400;
	color: #231f20;
	line-height: 2;
	display: inherit;
	position: relative;
}

.become2-col2 [type="checkbox"]:checked + label, .become2-col2 [type="checkbox"]:not(:checked) + label { padding:0 0 0 32px;}
.become2-col2 [type="checkbox"]:checked + label:before, .become2-col2 [type="checkbox"]:not(:checked) + label:before { width:20px; height:20px; border:1px solid rgba(6,64,43,0.5); border-radius:50%;}
.become2-col2 [type="checkbox"]:checked + label:after, .become2-col2 [type="checkbox"]:not(:checked) + label:after { top:7px; left:7px;}

.become2-col2 .checkbox1 {
	width: 25%;
	float: left;
	margin: 0 0 15px 0;
	text-align: left;
}
.become2-col2 .checkbox1:last-child {
	margin-right: 0;
}

.referrals-col4 .checkbox1 {
	width: 25%;
	float: left;
	margin: 0 0 0 0;
	text-align: left;
}
.referrals-col4 .checkbox1:last-child {
	margin-right: 0;
}

.referrals-wrapp [type="checkbox"]:checked + label, .referrals-wrapp [type="checkbox"]:not(:checked) + label { padding:0 0 0 32px;}
.referrals-wrapp [type="checkbox"]:checked + label:before, .referrals-wrapp [type="checkbox"]:not(:checked) + label:before { width:20px; height:20px; border:1px solid rgba(6,64,43,0.5); border-radius:50%;}
.referrals-wrapp [type="checkbox"]:checked + label:after, .referrals-wrapp [type="checkbox"]:not(:checked) + label:after { top:7px; left:7px;}

.referrals2-wrapp .checkbox1 { width:45%; float:left;}
.referrals2-wrapp .checkbox1:nth-child(2n) { float:right;}
.referrals2-wrapp .checkbox1 span, .referrals2-wrapp .checkbox2 span {
	font-size: 16px;
	font-weight: 400;
	color: #231f20;
	line-height: 1.69;
	display: inherit;
	position: relative;
	top:-3px;
}

.referrals2-wrapp [type="checkbox"]:checked + label, .referrals2-wrapp [type="checkbox"]:not(:checked) + label { padding:0 0 0 32px;}
.referrals2-wrapp [type="checkbox"]:checked + label:before, .referrals2-wrapp [type="checkbox"]:not(:checked) + label:before { width:20px; height:20px; border:1px solid #231f20; border-radius:50%;}
.referrals2-wrapp [type="checkbox"]:checked + label:after, .referrals2-wrapp [type="checkbox"]:not(:checked) + label:after { top:7px; left:7px;}

.referrals3-wrapp .checkbox1 { width:100%; float:left; margin:0 0 14px;}
.referrals3-wrapp .checkbox1 span, .referrals3-wrapp .checkbox2 span {
	font-size: 16px;
	font-weight: 400;
	color: #231f20;
	line-height: 1.69;
	display: inherit;
	position: relative;
	top:-3px;
}

.referrals3-wrapp [type="checkbox"]:checked + label, .referrals3-wrapp [type="checkbox"]:not(:checked) + label { padding:0 0 0 32px;}
.referrals3-wrapp [type="checkbox"]:checked + label:before, .referrals3-wrapp [type="checkbox"]:not(:checked) + label:before { width:20px; height:20px; border:1px solid rgba(6,64,43,0.5); border-radius:50%;}
.referrals3-wrapp [type="checkbox"]:checked + label:after, .referrals3-wrapp [type="checkbox"]:not(:checked) + label:after { top:7px; left:7px;}

.referrals4-wrapp .checkbox1 span, .referrals4-wrapp .checkbox2 span {
	color: #ffffff;
}

.referrals4-wrapp [type="checkbox"]:checked + label:before, .referrals4-wrapp [type="checkbox"]:not(:checked) + label:before { border:1px solid #ffffff; border-radius:50%;}
.referrals4-wrapp [type="checkbox"]:checked + label:after, .referrals4-wrapp [type="checkbox"]:not(:checked) + label:after { background:#ffffff; top:7px; left:7px;}

.referrals4-wrapp .referrals4-col1 .checkbox1 { width:100%; float:left; margin:0 0 14px;}

/*upload-effect-css*/
.upload-btn-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 0;
	padding: 2.2% 2% 2.2% 3.4%;
	border-radius:20px;
}
.upload-btn-wrapper:nth-child(2n) {
	float: right;
}
.upload-btn-wrapper .upload-btn-tex {
	width: 76%;
	float: left;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 3.4%;
}
.upload-btn-wrapper input[type=file] {
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

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


.cog-date-picker .el-picker-panel__content .is-selectable .el-date-picker__cell:hover {
    background: #06402b;
    color: #ffffff;
}


.gotosection1:hover {
    color: #06402b;
    background: none;
    border-color: rgba(0, 0, 0, 0);
}
/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effects-css*/
a .circle-effects1 { 
	width: auto;
	vertical-align: middle;
	display: inline-block;
	margin: 0 6px 0 0;
}
ul li .circle-effects1 { 
	width: auto;
	display: none;
	margin: -2px 2px 0 0;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

/*referrals*/
.checkbox-col1 .checkbox1 { width:100%; margin:32px 0 10px 0; text-align:center;}
.checkbox-col1 .checkbox2 { width:100%; margin:0 0 10px 0; text-align:center;}

.referrals-col4 .checkbox1 {
	width: 100%;
	margin: 0 0 10px;
	text-align:center;
}
.referrals-col4 .checkbox1:last-child {
	margin-bottom: 0;
}

.referrals-wrapp .checkbox1 span, .referrals-wrapp .checkbox2 span { top:0;}


/*upload-effect-css*/
.upload-btn-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 0 4.2%;
	padding: 18px 5% 20px;
}
.upload-btn-wrapper:last-child {
	margin-bottom: 0;
}
.upload-btn-wrapper .upload-btn-tex {
	width: 100%;
	transform: none;
	margin: 0 0 16px;
	position: relative;
	top: inherit;
	left: inherit;
}

.referrals2-wrapp .checkbox1 { width:100%; margin:0 0 20px;}
.referrals2-wrapp .checkbox1 span, .referrals2-wrapp .checkbox2 span { top:1px;}

.referrals3-wrapp .checkbox1 span, .referrals3-wrapp .checkbox2 span { top:1px;}

.become2-col2 .checkbox1 { width:100%; text-align:center; margin:0 0 10px;}
.become2-col2 .checkbox1 span, .become2-col2 .checkbox2 span { top:1px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effects-css*/
a .circle-effects1 { 
	width: auto;
	vertical-align: middle;
	display: inline-block;
	margin: 0 6px 0 0;
}
ul li .circle-effects1 { 
	width: auto;
	display: none;
	margin: -2px 2px 0 0;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

/*referrals*/
.checkbox-col1 .checkbox1 { width:100%; margin:32px 0 10px 0; text-align:center;}
.checkbox-col1 .checkbox2 { width:100%; margin:0 0 10px 0; text-align:center;}

.referrals-col4 .checkbox1 {
	width: 100%;
	margin: 0 0 10px;
	text-align:center;
}
.referrals-col4 .checkbox1:last-child {
	margin-bottom: 0;
}

.referrals-wrapp .checkbox1 span, .referrals-wrapp .checkbox2 span { top:0;}

/*upload-effect-css*/
.upload-btn-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 0 4.2%;
	padding: 18px 5% 20px;
}
.upload-btn-wrapper:last-child {
	margin-bottom: 0;
}
.upload-btn-wrapper .upload-btn-tex {
	width: 100%;
	transform: none;
	margin: 0 0 16px;
	position: relative;
	top: inherit;
	left: inherit;
}

.referrals2-wrapp .checkbox1 span, .referrals2-wrapp .checkbox2 span { top:1px;}

.referrals3-wrapp .checkbox1 span, .referrals3-wrapp .checkbox2 span { top:1px;}

.become2-col2 .checkbox1 { width:100%; text-align:center; margin:0 0 10px;}
.become2-col2 .checkbox1 span, .become2-col2 .checkbox2 span { top:1px;}

.square-effect1 .square-row1 { padding:7% 7% 7% 7%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effects-css*/
a .circle-effects1 { 
	width: auto;
	vertical-align: middle;
	display: inline-block;
	margin: 0 6px 0 0;
}
ul li .circle-effects1 { 
	width: auto;
	display: none;
	margin: -2px 2px 0 0;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

/*referrals*/
.checkbox-col1 .checkbox1 { width:100%; margin:32px 0 10px 0; text-align:center;}
.checkbox-col1 .checkbox2 { width:100%; margin:0 0 10px 0; text-align:center;}

.referrals-col4 .checkbox1 {
	width: 100%;
	margin: 0 0 10px;
	text-align:center;
}
.referrals-col4 .checkbox1:last-child {
	margin-bottom: 0;
}

.referrals-wrapp .checkbox1 span, .referrals-wrapp .checkbox2 span { top:0;}

/*upload-effect-css*/
.upload-btn-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 0 4.2%;
	padding: 18px 5% 20px;
}
.upload-btn-wrapper:last-child {
	margin-bottom: 0;
}
.upload-btn-wrapper .upload-btn-tex {
	width: 100%;
	transform: none;
	margin: 0 0 16px;
	position: relative;
	top: inherit;
	left: inherit;
}

.referrals2-wrapp .checkbox1 span, .referrals2-wrapp .checkbox2 span { top:1px;}

.referrals3-wrapp .checkbox1 span, .referrals3-wrapp .checkbox2 span { top:1px;}

.become2-col2 .checkbox1 { width:100%; text-align:center; margin:0 0 10px;}
.become2-col2 .checkbox1 span, .become2-col2 .checkbox2 span { top:1px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effects-css*/
ul li .circle-effects1 { 
	margin: -2px 2px 0 0;
}
.flinker-row5 li .circle-effects1 { 
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
}

.referrals-wrapp .checkbox1 span, .referrals-wrapp .checkbox2 span { font-size:14px; top:-3px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effects-css*/
ul li .circle-effects1 { 
	margin: -2px 3px 0 0;
}
.flinker-row5 li .circle-effects1 { 
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*circle-effects-css*/
.flinker-row5 li .circle-effects1 { 
	display: none;
}
}

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

}