.clsloginwith
{
	color:#fff;
}
.mt-50
{
	margin-top:50px; 
}
.clsoursets .sets-card .hover-area a
{
	font-size: 15px;
	text-decoration: none;
	padding: 10px;
}
.clshomepage .client-speak .clstext
{
	max-height: 77px;
	overflow: hidden;
	min-height: 77px;
}
#testimonialModal .clients-block .section:nth-child(2) {
  left: 15px;
  top: 15px;
  width: 100%;
  height: 90%;
  background: #f4f4f4;
  z-index: -1;
  border-radius: 30px;
  padding: 30px;
  margin-top: -90px;
  padding-top: 90px;
}
.contactmodal .btncolor
{
	color:#ffff;
}
.mt-20
{
  margin-top: 20px;
} 
.mt-50
{
	margin-top: -50px;
}
.paymentmainDiv .c-content-bar-1.c-bordered {
    border: 3px solid transparent;
    padding: 0px 27px 74px 49px;
}

.paymentmainDiv .c-theme-border {
    border-color: #141845 !important;
}
.paymentmainDiv .c-font-30 {
    font-size: 30px;
}
.paymentmainDiv .c-font-20 {
    font-size: 20px;
}
.paymentmainDiv  .c-font-bold {
    font-weight: 600 !important;
}
.paymentmainDiv .c-shadow {
    box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.3);
}   
.paymentmainDiv .c-margin-t-30
{
	margin-top: 30px;
}
.paymentmainDiv .checkbox input[type="checkbox"] {
    opacity: 0;
}
.paymentmainDiv .checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.paymentmainDiv .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    margin-top: 9px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.paymentmainDiv .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.paymentmainDiv .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: -1px;
    margin-top: 3px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.paymentmainDiv .checkbox {
    padding-left: 20px;
}
.paymentmainDiv .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.paymentmainDiv h5
{
	font-size: 20px;
    font-weight: 600;
}   
.paymentmainDiv .button-small
{
	border:none;
}
.paymentmainDiv .termsDiv {
    height: 210px;
    overflow-y: scroll;
    padding: 15px;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
}
.top-button .badge 
{
  position: absolute;
}
.clstermspage .widget .widget-title 
{

    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    font-family: Merriweather;
 }   
.clstermspage .widget .widget-title::after 
{
	content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #e65910;
    margin-top: 5px;
}
.clstermspage .widget 
{

    margin: 0 0 50px;

}
.btnaddreview
{
	padding: 15px;
    font-size: 15px;
}
.ajax-loading  
{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: white;
 
}

.ajax-loading  .ct-preloader-content  {
  width: 200px;
  height: 200px;
   background: url(../../images/logo.png) no-repeat;
  margin: 0 auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
          animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -75px;
    
   -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-animation: blink normal 1.5s infinite ease-in-out;
    -webkit-animation: blink normal 1.5s infinite ease-in-out;
    -ms-animation: blink normal 1.5s infinite ease-in-out;
    animation: blink normal 1.5s infinite ease-in-out;
}

@media (max-width: 480px) {
	.ajax-loading .ct-preloader-content 
	{
		left: 8%;
	}
	.clspd-90
	{
		padding: 65px !important;
	}
}
@media (min-width: 481px) and (max-width:767px) {
	.ajax-loading .ct-preloader-content {
		left: 25%;
	}
	.clspd-90
	{
		padding: 65px !important;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	.ajax-loading .ct-preloader-content {
		left: 7%;
		top:30%;
	}
	.clscaptcha
	{
	  margin-left: 52px;
      width: 190px;
    }
    .clspd-90
	{
		padding: 65px !important;
	}
}
@media (max-width: 768px) {
	.clspl 
	{
		padding-left:15px !important;
	}
	.paymentmainDiv .termsDiv
	{
		 padding: 15px 0;
	}
	.clspd-90
	{
		padding: 65px !important;
	}
}
@media (max-width: 640px) {
	.clspd-90
	{
		padding: 65px !important;
	}
}
.clspl
{
	padding-left:0px;
}
.clspr
{
	padding-right:0px;
}
.mt-10
{
	margin-top:10px; 
}
.clspd-90
{
	padding: 90px;
}
.textright
{
	text-align:right;
}
.gallery-masonry-item {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px
}
.gallery-masonry-item .gallery-image {
	position: relative;
	max-height: 100%
}
.gallery-masonry-item .gallery-image img {
	width: 100%
}
.gallery-masonry-item .gallery-image .desc-wrap {
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-ms-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid  #e65910;
	display: flex;
	align-items: flex-end
}
.gallery-masonry-item .gallery-image a:hover .desc-wrap {
	opacity: 1
}
.gallery-masonry-item .gallery-image .desc-wrap:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #262626;
	opacity: .8
}
.gallery-masonry-item .gallery-image .desc-wrap .desc {
	width: 100%;
	padding-bottom: 60px;
	padding-left: 25px;
	padding-right: 25px
}
.gallery-masonry-item .gallery-image .desc-wrap .title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
	display: block;
	font-family: Merriweather, Georgia, serif
}
.gallery-masonry-item .gallery-image .desc-wrap .title:after {
	content: "\f30f";
	font-family: Ionicons;
	font-size: 18px;
	font-weight: 400;
	height: 40px;
	width: 40px;
	display: inline-block;
	border: 2px solid rgba(255,255,255,.7);
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	float: right;
	margin-top: 4px;
	color:  #e65910
}
.gallery-masonry-item .gallery-image .desc-wrap .cates {
	font-size: 12px;
	color: #fff;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: Montserrat, Helvetica, Arial, sans-serif
}
.gallery-masonry-item .gallery-image .desc-wrap .cates, .gallery-masonry-item .gallery-image .desc-wrap .icon, .gallery-masonry-item .gallery-image .desc-wrap .title {
	position: relative;
	z-index: 2
}