html,
body {
	background: #eff1f6;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

a {
	text-decoration: none;
}

.btn {
	background: none;
	curosr: pointer;
	border: 0;
	transition: all .5s;
}

.btn-primary {
	background-color: rgb(104,179,69); /* Old browsers */
}

.btn-secondary {
	background-color: rgb(122,67,167); /* Old browsers */
}

.card {
	background: #fff;
}

.section-header .title-primary {
	text-align: center;
}

/*----- site header -----*/

.site-header {
	left: 0;
	padding: 1rem 0;
	position: fixed;
	top: 0;
	z-index: 9990;
}

.site-header:not(.dark-header) .logo-positive {
	display: none !important;
}

.site-header.dark-header .logo-negative{
	display: none !important;
}

.dark-header {
	background: #3c1a57;
}

@media (min-width: 992px) {
	.site-header {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.site-logo img {
		max-height: 3rem;
		width: auto;
	}
}

@media (max-width: 991.98px) {
	.site-header {
		background: #31134b;
	}
	.site-logo img {
		max-width: 100%;
	}
    .req-pop-lhs {
        display: none;
    }
    .req-pop-in {
        width: 90%!important;
        height: 90%!important;
        overflow-y: auto!important;
    }

    .req-pop-rhs {
        width: 100%!important;
    }
    
    .mt40{margin-top: 10px!important; }
	
}

/*----- site-hero -----*/

.site-hero {
	background: #31134b;
	overflow: hidden;
	position: relative;
}

.site-hero::before {
	background: #3c1a57;
	content: '';
	display: block;
	height: 60rem;
	left: -5%;
	position: absolute;
	top: -50%;
	transform: rotate(45deg);
	width: 60rem;
}

.site-hero::after {
	background: #eff1f6;
	bottom: -5rem;
	content: '';
	display: block;
	height: 8rem;
	left: -2%;
	position: absolute;
	transform: rotate(-2.25deg);
	width: 105%;
	
}

.header-lnk i {
	padding-right: 0.25rem;
    font-size:1em;
}

.register-lnk {
	margin-right: 1rem;
}

.search-form .input-field,
.search-form .form-button {
	margin-bottom: 1rem;
}

.search-form .input-field {
	background: #fff;
	padding: .675rem;
}

.search-form .input-field input {
	background: none;
	border: 0;
	outline: none;
	padding-left: 1rem;
	width: 90%;
}

.form-button .btn {
	padding: .875rem 2.5rem;
	width: 100%;
}

.form-button .btn-primary {
	background: -moz-linear-gradient(left,  rgba(104,179,69,1) 0%, rgba(121,193,66,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(104,179,69,1) 0%,rgba(121,193,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(104,179,69,1) 0%,rgba(121,193,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68b345', endColorstr='#79c142',GradientType=1 ); /* IE6-9 */
	padding: .875rem 2.5rem;
}

.form-button .btn-secondary {
	background: -moz-linear-gradient(left,  rgba(122,67,167,1) 0%, rgba(86,30,162,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(122,67,167,1) 0%,rgba(86,30,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(122,67,167,1) 0%,rgba(86,30,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a43a7', endColorstr='#561ea2',GradientType=1 ); /* IE6-9 */
	padding: .875rem 2.5rem;
}


.form-button .btn-primary:hover {
	background: rgba(104,179,69,1);
}


.form-button .btn-secondary:hover {
	background:  rgba(86,30,162,1);
    color:#fff;
}

input:focus::placeholder {
	color: transparent;
}

@media (min-width: 992px) {
	.site-hero {
		padding-bottom: 8rem;
		padding-top: 8rem;
	}
}

@media (max-width: 991.98px) {
	.site-hero {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
    .header-lnk i {
	padding-right: 0.25rem;
    font-size:2em;
}
}

/*----- slick -----*/

.main-services .slick-dots {
	bottom: auto;
	left: 0rem;
	top: -3rem;
}

.main-services .slick-dots li {
	list-style: none;
}

.main-services .slick-dots li button {
	background: rgba(0,0,0,.125);
	border-radius: 50%;
	color: transparent;
	font-size: 0;
	height: 1.25rem;
	width: 1.25rem;
}

.main-services .slick-dots li.slick-active button {
	background: rgba(0,0,0,.35);
}

.slick-dots li button:before {
	display: none;
}

/*----- sections -----*/

.section-header .title-primary {
	position: relative;
}

.section-header .title-primary::after {
	background: #6fbe44;
	bottom: 0;
	content: '';
	display: block;
	height: .5rem;
	left: calc(50% - 5rem);
	position: absolute;
	width: 10rem;
}

@media (min-width: 992px) {
	.section-header .title-primary {
		margin-bottom: 4rem;
		padding-bottom: .75rem;
	}
	
}

/*----- main-services -----*/

.service-box {
    min-height: 19rem;
    padding: 0 0 1.5rem 0;
    position: relative;
}

.service-icon {
/*	height: 4rem;
	width: 4rem;*/
}

.service-icon img {
display: block;
    height: auto;
    width: 100%;
}

.service-box .title-primary {
	margin: 0;
	padding: 1rem 0;
}

.service-details {
	bottom: 0;
	height: 2.5rem;
	position: absolute;
	right: 0;
	width: 2.5rem;
}

.service-details i {
	bottom: 1rem;
	position: absolute;
	left: 1rem;
	z-index: 9900;
}

.service-details:after {
	border-bottom: 4rem solid #6fbe44;
    border-left: 4.25rem solid transparent;
	bottom: 0;
	content: '';
	height: 0;
	position: absolute;
	right: 0;
    transition: all .5s;
	width: 0;
	z-index: 9000
}

.service-details:hover::after {
	border-bottom: 4rem solid #31134b;
    border-left: 4.25rem solid transparent;
}

/*----- articles -----*/

.article-box {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

.article-image {
	height: 12rem;
	overflow: hidden;
}

.article-image img {
	width: 100%;
}

.art-details {
	padding: .5rem 0;
}

.site-footer {
	background: #31134b;
	margin-top: 2rem;
	padding: 3rem 0;
}

.site-footer a{color: #b09db8;}

.site-footer .title-secondary {
	margin: 0;
	padding: 0 0 1rem 0;
}

.footer-social {
	margin: 0;
	padding: 0;
}

.footer-social li {
	list-style: none;
}

.footer-social li a {
	opacity: .5;
	padding: 0 .75rem 0 0;
	transition: all .5s;
}

.footer-social li a:hover {
	opacity: 1;
}

.footer-address span{line-height:2em!important;}



.req-pop{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7607843137254902);
    z-index: 9991;display:none;
}
.req-pop-in{
    background: #fff;
    width: 750px;
   
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
	box-shadow: 0px 11px 32px -9px rgb(0, 0, 0);
    
}
.req-pop-lhs{
    float: left;
    width: 45%;
    background: #182830;
    padding: 50px 30px;
    text-align: center;
    color: #fff;
}
.req-pop-lhs h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.req-pop-lhs ul{padding-left: 0;
    list-style-type: none;}
.req-pop-lhs ul li{
    margin-bottom: 25px;
    border-bottom: 1px solid #283541eb;
    padding-bottom: 13px;
}
.req-pop-lhs ul li img{
    margin-bottom: 10px;
    width: 65px;
}
.req-pop-lhs ul li p{
    color: #737c80;
    font-size: 14px;
}
.req-pop-rhs{
    float: left;
    width: 55%;
    padding: 40px;
}
.req-pop-rhs h2{
    margin-bottom: 12px;
    font-weight: 600;text-align: center;
}
.req-pop-rhs p{
    margin-bottom: 25px;
}
.req-pop-sec-1{}
.req-pop-sec-1 .v8-chbox{}
.req-pop-sec-1 .v8-chbox ul{
    overflow: hidden;
    overflow-y: auto;
    max-height: 350px;
}
.req-pop-sec-1 .v8-chbox ul li{
    margin-bottom: 15px;
}
.req-pop-lhs ul li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.req-pop-sec-1 .v8-chbox ul li input{}
.req-pop-sec-1 .v8-chbox ul li label{
    color: #333;
    font-weight: 600;
}
.req-pop-rhs .req-nxt{
    background: #dce3e3;
    color: #748484;
    padding: 10px 40px;
    display: inline-block;
    float: right;
    margin-top: 15px;
    cursor: pointer;
}
.req-pop-rhs .req-nxt.nxt-act{background: #f66262;
    color: #ffffff;}
	

.req-pop-sec-2, .req-pop-sec-3{display:none;}	
.v8-inputs{}
.v8-inputs form{}
.v8-inputs form ul{}
.v8-inputs form ul li{
    margin-bottom: 15px;    padding: 0px 15px;
}
.v8-inputs form ul li input{
    border: 1px solid #d4d4d4;
    font-weight: 600;
    color: #1a2a38;
    width: 100%;
    padding: 5px 20px 5px 45px;
    height: 42px;
    font-size: 15px;
    border-radius: 2px;
}
.v8-inputs form ul li input::placeholder {
	font-weight: 500;
    color: #63686e;
  opacity: 1; /* Firefox */
}
.v8-inputs form ul li:before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    font-size: 18px;
    margin: 9px 10px 10px 15px;
    color: #424a5a;
    font-weight: 300;
    z-index: 1;
}
.v8-inputs form ul li:nth-child(1):before {
    content: "\f007";
}
.v8-inputs form ul li:nth-child(2):before {
    content: "\f095";
}
.v8-inputs form ul li:nth-child(3):before {
    content: "\f0e0";
}
.v8-inputs form ul li:last-child:before {
    display:none;
}
.rer-sub-btn{
    background: #f74d40;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    padding-left: 0;
    background: -webkit-linear-gradient(to top, #3547ab, #3F51B5);
    background: linear-gradient(to top, #F44336, #fb5a4e);
    border: 0px;
    border-bottom: 1px solid #ea3224;display: block;
}
.req-pop-clo{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;	
}
.req-pop-sec-3 div h2{font-size:42px;}
.req-pop-sec-3 div p{    text-align: center;
    font-size: 18px;
    color: #394d53;}
.req-pop-sec-3 div img{width:100%;}
.alert{font-size:1.2em;}
.mt10{margin-top:10px!important;}
.mt40{margin-top:40px!important;}
.border-red{border:#ff0000 1px solid!important;color:#000;}
.validation-advice {color: #ff0000 !important;  font-size: 10px; margin-top: -10px !important; }
.validation-advice-ajax {color: #ff0000;  font-size: 12px; }
.service-title{height:70px;}
.fairo{text-align:center;margin-top:20px;}
.btn-fairo{min-width:300px;}
.btn-secondary:hover{color:#fff;}
