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

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

/*circle-effect-css*/
.circle-effect {
	display: block;
	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;
	margin: 0 0 0;
	position: absolute;
	right: 0;
	bottom: -100%;
	z-index: 99;
}
a .circle-effect, span .circle-effect { 
	width: 14px;
	transform: translateY(-50%);
	position: absolute;
	top: 52%;
	right: 0;
}

.paiger-btn1 .circle-effect { width:32px;}

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

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


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




.sidbar-col2 .custom-select1 .circle-effect { width:24px; right:0;}

.custom-col1 .custom-select1 .circle-effect { width:24px; right:0;}

.accordion h4 .circle-effect { 
	width: 18px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -9;
}

.fees-wrapp .accordion h4 .circle-effect { width:24px;}

.linker-row2 li .circle-effect { 
	width: auto;
	float: left;
	margin: 0 6px 0 0;
	position: relative;
	bottom: -11px;
}
.circle-effect:hover img, a:hover .circle-effect img, span:hover .circle-effect img, .custom-select1:hover .circle-effect img, .accordion h4:hover .circle-effect img, .linker-row2 li:hover .circle-effect img, .custom-about:hover .circle-effect img { 
	opacity: 0;
}
.circle-effect:hover .circle-row1, a:hover .circle-effect .circle-row1, span:hover .circle-effect .circle-row1, .custom-select1:hover .circle-effect .circle-row1, .accordion h4.active .circle-effect .circle-row1, .accordion h4:hover .circle-effect .circle-row1, .linker-row2 li:hover .circle-effect .circle-row1, .custom-about:hover .circle-effect .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effect:hover .circle-row1 img, a:hover .circle-effect .circle-row1 img, span:hover .circle-effect .circle-row1 img, .custom-select1:hover .circle-effect .circle-row1 img, .accordion h4.active .circle-effect .circle-row1 img, .accordion h4:hover .circle-effect .circle-row1 img, .linker-row2 li:hover .circle-effect .circle-row1 img, .custom-about:hover .circle-effect .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 4px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 4px;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 700;
	color: #5b2b6b;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #403d39;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 400;
	color: #403d39;
	letter-spacing: normal;
	line-height: 1.92;
	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 25px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 13px;
    height: 13px;
	background: #5b2b6b;
	border: 1px solid #5b2b6b;
	border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #ffffff;
	border-radius: 50%;
    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 {
	border: 1px solid #5b2b6b;
}

/*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%);
}

.team-wrapp .team-col2 .team-row2.square-effect:hover .square-row1 img {
    transform: scale(1.08);
    filter: none;
}



/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #ef346c;
}
.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);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effect-css*/
.linker-row2 li .circle-effect { 
	width: auto;
	float: none;
	vertical-align: middle;
	display: none;
	margin: -2px 2px 0 0;
	position: relative;
	bottom: 0;
}

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

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effect-css*/
.linker-row2 li .circle-effect { 
	width: auto;
	float: none;
	vertical-align: middle;
	display: none;
	margin: -2px 2px 0 0;
	position: relative;
	bottom: 0;
}

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

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effect-css*/
.linker-row2 li .circle-effect { 
	width: auto;
	float: none;
	vertical-align: middle;
	display: none;
	margin: -2px 2px 0 0;
	position: relative;
	bottom: 0;
}

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

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effect-css*/
.custom-select1 .circle-effect {
	right: 16px;
}

.custom-about .circle-effect {
	right: 16px;
}


.linker-row2 li .circle-effect { 
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 0;
}
.checkbox2 {
	margin: 0 0 0;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    padding: 0 0 0 21px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effect-css*/
.custom-select1 .circle-effect {
	right: 19px;
}

.custom-about .circle-effect {
	right: 19px;
}


.linker-row2 li .circle-effect { 
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 2px;
}
.checkbox2 {
	margin: 0 0 2px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    padding: 0 0 0 23px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*circle-effect-css*/
.linker-row2 li .circle-effect { 
	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) {

}