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

/*scrollbar-effects-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #506e6e #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
*::-webkit-scrollbar-thumb {
    background-color: #506e6e;
    border-radius: 0;
    border: 0px solid #506e6e;
    height: 69px !important;
}

/* Chrome, Edge, and Safari */
.testimonial-wrapp ::-webkit-scrollbar {
    width: 3px;
}
.testimonial-wrapp ::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 0;
}
.testimonial-wrapp ::-webkit-scrollbar-thumb {
    background-color: #151515;
    border-radius: 0;
    border: 0px solid #151515;
    height: 4px !important;
}

/*video-effects-css*/
.video-play-button {
	width: 50px;
	height: 50px;
	float: none;
	display:inline-block;
	margin: 0 0 0;
	position: relative;
}
.video-play-button:after {
	width: 65px;
	height: 65px;
	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: 55px;
	height: 55px;
	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: 18px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 7px 11px;
}
 @-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-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: 10;
}
.accordion h4 .circle-effect { 
	width: 14px;
	float: right;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

.feeser-wrapp .accordion h4 .circle-effect { 
	width: 14px;
	float: right;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 27px;
}

.faq-wrapp .accordion h4 .circle-effect { 
	width: 14px;
	float: right;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 27px;
}

.custom-select1 .circle-effect { 
	width: 14px;
	transform: translateY(-50%);
	margin: 0 17px 0;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -9;
}

.custom-about .circle-effect { 
	width: 14px;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -9;
}

.getin-bar1 .custom-select1 .circle-effect { 
	right: 24px;
}

.sidbar-bar1 .custom-select1 .circle-effect { 
	right: 24px;
}

.sidbar-col2 .circle-effect { 
	right: 24px;
}

.header-row4 li .circle-effect { 
	width: auto;
	float: left;
	margin: 0 10px 0 0;
	bottom: -3px;
}
.contact-row1 .custom-select1 .circle-effect {
	right: 20px;
}
.instagram-wrapp h2 .circle-effect {
	width: 38px;
	display: inline-block;
	bottom: -2px;
}
.circle-effect:hover img, .accordion h4.active .circle-effect img, .accordion h4:hover .circle-effect img, .header-row4 li:hover .circle-effect img, .custom-select1:hover .circle-effect img, .instagram-wrapp h2:hover .circle-effect img { 
	opacity: 0;
}
.circle-effect:hover .circle-row1, .accordion h4.active .circle-effect .circle-row1, .accordion h4:hover .circle-effect .circle-row1, .header-row4 li:hover .circle-effect .circle-row1, .custom-select1:hover .circle-effect .circle-row1, .instagram-wrapp h2:hover .circle-effect .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effect:hover .circle-row1 img, .accordion h4.active .circle-effect .circle-row1 img, .accordion h4:hover .circle-effect .circle-row1 img, .header-row4 li:hover .circle-effect .circle-row1 img, .custom-select1:hover .circle-effect .circle-row1 img, .instagram-wrapp h2:hover .circle-effect .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 9px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 25px;
}
.checkbox1 a, .checkbox2 a {
	color: #506e6e;
	font-weight: 700;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #151515;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	font-weight: 400;
	color: #151515;
	letter-spacing: normal;
	line-height: 1.67;
	display: inherit;
	position: relative;
	top: -2px;
}
[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: 15px;
    height: 15px;
	background: none;
	border: 1px solid rgba(21,21,21,0.5);
	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: #506e6e;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    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(21,21,21,0.5);
}

.getin-col1 .checkbox1 a, .getin-col1 .checkbox2 a {
	color: #506e6e;
}
.getin-col1 .checkbox1 a:hover, .getin-col1 .checkbox2 a:hover {
	color: #ffffff;
}
.getin-col1 .checkbox1 span, .getin-col1 .checkbox2 span {
	color: #ffffff;
	top: -2px;
}

.getin-col1 [type="checkbox"]:checked + label:before,
.getin-col1 [type="checkbox"]:not(:checked) + label:before {
	background: #fff;
	border: 1px solid #fff;
}

.sidbar-col1 .checkbox1 a, .sidbar-col1 .checkbox2 a {
	color: #506e6e;
}
.sidbar-col1 .checkbox1 a:hover, .sidbar-col1 .checkbox2 a:hover {
	color: #ffffff;
}
.sidbar-col1 .checkbox1 span, .sidbar-col1 .checkbox2 span {
	color: #ffffff;
	top: -2px;
}

.sidbar-col1 [type="checkbox"]:checked + label:before,
.sidbar-col1 [type="checkbox"]:not(:checked) + label:before {
	background: #fff;
	border: 1px solid #fff;
}

/*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: 100%;
	background: #595d5e;
	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-effect:hover .square-row1 img {
	transform: none;
	transition: none;
	filter: none;
}
.square-effect:hover .square-row1 {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #7d7c7c;
}
.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;
  font-weight:500;
  background-color: transparent;
  color: #FFF;
  padding: 1.5em 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 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);
}

.accordion h4:hover .circle-effect .circle-row1 {
    opacity: 0;
}

.accordion h4:hover .circle-effect img {opacity: 1;}

.accordion h4.active:hover .circle-effect>img{opacity:0}
.accordion h4.active:hover .circle-effect .circle-row1{opacity:1}

.feeser-wrapp  .accordion .feeser-row1 h4.active:hover .circle-effect>img
{
	opacity: 1;
}


.feeser-wrapp .circle-effect:hover img, .accordion .feeser-row1  h4.active .circle-effect img, .accordion .feeser-row1 h4:hover .circle-effect img, .header-row4 li:hover .circle-effect img, .custom-select1:hover .circle-effect img, .instagram-wrapp h2:hover .circle-effect img
{opacity: 1;}
/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effect-css*/
.header-row4 li .circle-effect { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
.contact-row1 .custom-select1 .circle-effect {
	right: 5%;
}
.instagram-wrapp h2 .circle-effect {
	width: 28px;
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 12px;
}
.checkbox1 span, .checkbox2 span {
	top: -3px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    display: inline;
	padding: 0 0 0 22px;
}

.feeser-wrapp .accordion h4 .circle-effect { right:5%;}

.faq-wrapp .accordion h4 .circle-effect { right:5%;}

.video-play-button:after, .video-play-button:before { display:none;}
.custom-select1:hover .circle-effect .circle-row1 img {opacity: 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effect-css*/
.header-row4 li .circle-effect { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
.contact-row1 .custom-select1 .circle-effect {
	right: 5%;
}
.instagram-wrapp h2 .circle-effect {
	width: 28px;
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 12px;
}
.checkbox1 span, .checkbox2 span {
	top: -3px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    display: inline;
	padding: 0 0 0 22px;
}

.video-play-button:after, .video-play-button:before { display:none;}

.custom-select1:hover .circle-effect .circle-row1 img {opacity: 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effect-css*/
.header-row4 li .circle-effect { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
.contact-row1 .custom-select1 .circle-effect {
	right: 5%;
}
.instagram-wrapp h2 .circle-effect {
	width: 28px;
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 12px;
}
.checkbox1 span, .checkbox2 span {
	top: -3px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    display: inline;
	padding: 0 0 0 22px;
}

.video-play-button:after, .video-play-button:before { display:none;}

.custom-select1:hover .circle-effect .circle-row1 img {opacity: 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effect-css*/
.header-row4 li .circle-effect { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
.instagram-wrapp h2 .circle-effect {
	width: 26px;
}

/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 3px;
}
.checkbox2 {
	margin: 0 0 19px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effect-css*/
.header-row4 li .circle-effect { 
	width: auto;
	display: none;
	margin: 0 8px 0 0;
}
.instagram-wrapp h2 .circle-effect {
	width: 30px;
}

/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 6px;
}
.checkbox2 {
	margin: 0 0 22px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*circle-effect-css*/
.header-row4 li .circle-effect { 
	display: none;
}
.instagram-wrapp h2 .circle-effect {
	width: 34px;
}
}

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

@media screen and (max-width:767px) {
 .custom-select1 span.circle-row1 {
		display: none;
	}
	
.custom-select1 .circle-effect img {
		opacity: 1 !important;
	}
}