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

/*scrollbar-effect-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #0499e1 #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
*::-webkit-scrollbar-thumb {
    background-color: #0499e1;
    border-radius: 0;
    border: 0px solid #0499e1;
    height: 69px !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: 0;
	z-index: 99;
}
a .circle-effect { 
	width: 15px;
	transform: translateY(-50%);
	position: absolute;
	top: 52%;
	right: 0;
}

.back-btn1 .circle-effect { 
	right: inherit; left:0;
}

.accordion h4 .circle-effect { 
	width: 4%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}
.services-row1 h2 .circle-effect { 
	width: 20px;
	float: none;
	vertical-align: middle;
	display: inline-block;
	margin: 0 4px 0 0;
}
.common-list-box li .circle-effect { 
	width: 5%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.circle-effect:hover img, a:hover .circle-effect img, .accordion h4:hover .circle-effect img, .services-row1:hover h2 .circle-effect img, .assist-col2:hover .circle-effect img, .common-list-box li:hover .circle-effect img { 
	opacity: 0;
}
.circle-effect:hover .circle-row1, a:hover .circle-effect .circle-row1, .accordion h4.active .circle-effect .circle-row1, .accordion h4:hover .circle-effect .circle-row1, .services-row1:hover h2 .circle-effect .circle-row1, .assist-col2:hover .circle-effect .circle-row1, .common-list-box 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, .accordion h4.active .circle-effect .circle-row1 img, .accordion h4:hover .circle-effect .circle-row1 img, .services-row1:hover h2 .circle-effect .circle-row1 img, .assist-col2:hover .circle-effect .circle-row1 img, .common-list-box li:hover .circle-effect .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 10px;
}
.checkbox1 a, .checkbox2 a {
	color: #9c9c9c;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #65373b;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	font-weight: 400;
	color: #9c9c9c;
	letter-spacing: 0.26px;
	line-height: 1.42;
	display: inherit;
	position: relative;
	top: -7px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
	background: none;
	border: 1px solid #65373b;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #65373b;
	border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    -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 {
	border: 1px solid #65373b;
}

/*square-effect-css*/
.square-effect {
	display: block;
}
.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 .square-row1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
}
.square-effect:hover .square-row1 img {
	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%);
}
.services-wrapp .services-col1 .services-row1 .circle-effect:hover img, a:hover .circle-effect img, .accordion h4:hover .circle-effect img, .services-row1:hover h2 .circle-effect img, .assist-col2:hover .circle-effect img, .common-list-box li:hover .circle-effect img {
    opacity: 1;
}
.faq-wrapp .accordion .faq-col1 span.circle-effect {
    width: 24px;
    height: 24px;
}
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #8c8c8c;
}
.hovereffect .overlay1 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  left: 10%;
  bottom: 0;
  -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);
}

/* .information-wrapp .information-col1 .information-row1 h4.active {
    padding-bottom: 1.1%;
} */
/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effect-css*/
.accordion h4 .circle-effect {
    width: 20px;
}
.services-row1 h2 .circle-effect { 
	width: 14px;
	float: none;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 4px 0 0;
}
.common-list-box li .circle-effect {
    width: 18px;
    transform: none;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 4px 0 0;
    position: relative;
    top: inherit;
    left: inherit;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effect-css*/
.accordion h4 .circle-effect {
    width: 20px;
}
.services-row1 h2 .circle-effect { 
	width: 14px;
	float: none;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 4px 0 0;
}
.common-list-box li .circle-effect {
    width: 18px;
    transform: none;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 4px 0 0;
    position: relative;
    top: inherit;
    left: inherit;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effect-css*/
.accordion h4 .circle-effect {
    width: 20px;
}
.services-row1 h2 .circle-effect { 
	width: 14px;
	float: none;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 4px 0 0;
}
.common-list-box li .circle-effect {
    width: 18px;
    transform: none;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 4px 0 0;
    position: relative;
    top: inherit;
    left: inherit;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effect-css*/
.services-row1 h2 .circle-effect { 
	width: 14px;
	margin: -2px 2px 0 0;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effect-css*/
.services-row1 h2 .circle-effect { 
	width: 17px;
	margin: -2px 3px 0 0;
}
}

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

}