@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600&display=swap');

*:not(i){
	font-family: 'Karla', sans-serif !important;
}


.loader-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgb(255, 255, 255);
}
.loader-inr {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loader-inr img {
	width: 80px;
}
/*
.loader-main .sk-fading-circle {
	margin: auto;
	width: 55px;
	height: 55px;
}
.loader-main .sk-circle .sk-child::before, .loader-main .sk-fading-circle .sk-circle::before {
	background-color: #005fa1;
}
*/


.text-danger {
  color: #005fa1 !important;
}
.text-primary {
	color: #005fa1 !important;
}
.text-primary:hover, a.text-primary:focus, a.text-primary:hover {
	color: #005fa1 !important;
}
.copyright a {
	color: #363636;
}
.copyright a:hover {
	color: #005fa1;
}
.rs-footer .footer-newsletter .newsletter-form input {
	padding: 10px 70px 10px 10px;
}
.rs-footer .footer-newsletter .newsletter-form input, .rs-footer .footer-newsletter .newsletter-form button {
	height: 50px;
}
.rs-footer .footer-newsletter .newsletter-form button {
	padding: 10px 15px;
}
.rs-footer .footer-content .about-widget .logo-part {
	margin-bottom: 15px;
}
.rs-footer .footer-content .about-widget .logo-part a img {
	height: 75px;
}
.full-width-header .rs-header .menu-area .logo-area img, .full-width-header .rs-header .menu-area.sticky .logo-area img {
	max-height: 75px;
}
.cstm-hdr{
	width: 75%;
	margin: auto;
}
.haw {
	background-image: url("../images/kwitu-body.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.haw::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
}
.rs-testimonial.style7 .testi-wrap .top-part {
	background: #f2f2f2;
}
.main-menu {
	width: 100%;
}
.rs-menu > ul {
	text-align: right;
}
.full-width-header .rs-header .menu-area.sticky .logo-area img, .rs-footer .footer-content .about-widget .logo-part a img, .full-width-header .rs-header .menu-area .logo-area img {
	max-height: 40px;
	/*filter: invert(2);*/
}
.rs-footer .footer-content .address-widget li i {
	float: none;
	padding-right: 15px;
	width: 32px;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li > a {
	height: 50px;
	line-height: 50px;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area {
	background: #005fa1 !important;
}


.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	border: 0 !important;
	border-radius: 0 !important;
	height: 48px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 10px 18px !important;
	height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #005fa1;
}
.custom-file-label {
	background: #ffffff;
	width: 100%;
	padding: 10px 18px;
	border: none;
	outline: none;
	border-radius: 0;
	color: #363636;
	font-size: 16px;
	height: 48px;
}
.custom-file-label::after {
	height: 48px;
	padding: 0 15px;
	line-height: 48px;
	color: #fff;
	background-color: #005fa1;
	border-radius: 0;
}
.custom-file-input:focus ~ .custom-file-label {
	border-color: unset;
	box-shadow: none;
}
.contact-sec .main-img {
	margin-top: 45px;
}
.contact-sec .contact-info {
	padding: 83px 50px !important;
}
.mg-b-30{
	margin-bottom: 30px;
}

/******** contact us **********/
.single-input input, .single-input textarea {
	width: 100%;
	background: #fff;
	padding: 10px 15px;
	border: 0;
	color: #333;
	font-size: 14px;
	min-height: 45px;
}
.single-input label {
	text-transform: uppercase;
	font: 300 15px "Roboto",sans-serif;
	color: #999;
}
.claim-fields .single-input.w50, .claim-fields > div.w50 {
	width: 48%;
	padding: 12px 0;
}
.single-input {
	padding: 12px 0;
}
.claim-fields .single-input, .claim-fields > div {
	width: 100%;
}
.file-upload-sec .upload-progress {
	position: relative;
	height: 90px;
	width: 90px;
	margin-right: 20px;
}
.file-upload-sec label {
	margin: 0;
}
.file-upload-label {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.file-upload-sec label span {
	font-size:14px;
	cursor: pointer;
	display: block;
	color: #ffa429;
}
.file-upload-sec .upload-progress canvas {
	max-width: 90px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.file-upload-sec input[type="file"] {
	display: none;
}
.file-upload-sec .upload-progress span {
	border-radius: 50%;
	position: absolute;
	left: 7px;
	top: 7px;
	height: 76px;
	width: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.rs-services.style10 .service-wrap {
	text-align: center;
}

.counter-bg-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	opacity: 0.035;
	width: 55%;
}
.rs-banner.style2 .content-part .btn-part a {
	background: #ffffff;
	color: #333333;
	padding: 11.5px 27px;
}
.left-contentsec {
	z-index: 1;
}

/*****************/

.rs-banner.style2.home-bg {
	background: url(../images/kwitu-body.jpeg);
	background-size: contain;
	position: relative;
}
.rs-banner.style2.home-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
}
.rs-banner.style2 .content-part .desc {
	max-width: 100%;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
	color: #000;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li a:hover, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.active a, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before {
	color: #005fa1 !important;
}

.abt-tabs-btn {
	border: 0;
	margin-bottom: 30px;
}
.abt-tabs-btn li {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.abt-tabs-btn li a {
	width: 100%;
	box-shadow: 0px 0px 45px -22px rgba(0, 0, 0, 0.22);
	padding: 20px 15px 10px;
	background-image: linear-gradient(180deg, #ffffff 0%, #ffe6eb 100%);
	display: block;
	border-bottom: 3px solid rgba(0, 0, 0, 0.22);
	text-align: center;
	color: #494949;
	border-radius: 4px;
	font-size: 14px;
}
.abt-tabs-btn li a.active {
	border-bottom: 3px solid #005fa1;
	color: #005fa1;
}
.tab-icon img {
	width: 20px;
	margin-right: 10px;
}
.inr-tabs-btn li a {
	margin: 0 15px;
	color: #737373;
}
.inr-tabs-btn li a.active {
	color: #005fa1;
}
.membrship-tab .featured-wrap {
	padding: 15px;
	background: #fff;
	box-shadow: 0px 0px 45px -22px rgba(0, 0, 0, 0.22);
}
.inr-tabs-btn {
	margin-bottom: 30px;
}
.membrship-tab .desc-text .title {
	font-size: 15px !important;
	margin-bottom: 10px !important;
}
.contributions .icon-part img {
	width: 35px !important;
}
.contributions .desc-text {
	padding-left: 15px !important;
}
.lws-clm {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.lws-clm .icon-part {
	margin-bottom: 2px !important;
}
.lws-clm .icon-part img {
	width: 40px !important;
}
.lws-clm .title {
	font-size: 12px !important;
	margin-bottom: 0px !important;
}
.lws-clm .counter-bg-img {
	width: 36%;
}
.lws-clm .service-wrap {
	padding: 20px 10px !important;
	cursor: pointer;
}

.nwe-tab-sec {
	margin-top: -34px;
	padding-bottom: 100px;
}
.contr-sec {
	margin-bottom: -120px;
}


/****/
.landing-banner-sec {
	padding-top: 200px;
	background: #005fa1;
	padding-bottom: 100px;
}
.landing-banner-sec h1 {
	color: #fff !important;
	font-size: 36px !important;
}
.landing-banner-sec p {
	color: #f2f2f2;
}

.db-item {
	background: #fff;
	padding: 15px;
	box-shadow: 0 6px 31px rgba(0, 0, 0, .06);
	border-radius: 3px;
}
.term-sec ul li::before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 12px;
	height: 12px;
	content: '';
	background-color: #005fa1;
	transform: rotate(45deg);
}
.term-sec ul li {
	padding-left: 22px;
	position: relative;
}
.term-sec ul.sub-ul li::before {
	display: none;
}
.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
	font-weight: 700;
	margin-bottom: 18px;
	font-size: 22px;
}
.rs-banner.style2 {
	padding: 140px 0 120px;
}
.rs-banner.style2 .content-part .title {
	font-size: 36px;
	line-height: 60px;
}
.rs-banner.style2 .content-part .desc {
	font-size: 17px;
	line-height: 24px;
}

.prtl-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff !important;
	padding: 15px 0 !important;
	z-index: 20;
	box-shadow: 0 0 20px -10px rgba(0,0,0,.8) !important;
}
.prtl-footer a.fst-ch {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.prtl-footer a.text-dark {
	font-size: 12px;
	margin: 0 4px;
	padding: 0 4px;
	position: relative;
	color: #212121 !important;
	font-weight: 500;
}
.prtl-footer a.text-dark:hover {
	color: #000 !important;
}
.prtl-footer a.text-dark::after {
	position: absolute;
	content: '|';
	top: -2.9px;
	right: -6px;
}
.prtl-footer a.text-dark.last-ch::after {
	content: '';
}
#scrollUp {
	bottom: 70px;
}
.term-sec {
	padding-bottom: 60px;
}
.prtl-footer a.ftr-docs {
	color: #005fa1 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.prtl-footer a.ftr-docs::after {
	content: '';
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky {
	background: var(--primary) !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
	color: #fff;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
	color: #fff !important;
}
.claim-sec.cancel-claimrq,.claim-sec.signup {
	padding-bottom: 80px !important;
}
.article-page-banner-sec {
	padding-top: 41px !important;
	padding-bottom: 10px !important;
	/* background: #d6dae4 !important; */
	/* background: linear-gradient(to right, #EA4471, #EC765D) !important; */
}
.page-titles .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.page-titles .breadcrumb li a {
	color: #828690;
	font-size: 14px;
}
.page-titles .breadcrumb li.active a {
	color: #005fa1;
	cursor: auto;
}
.page-titles {
	padding: 15px 0 0;
	background: #f4f8f9;
}

.sig-sec ,.sig-ftr{
	display: none;
}
.sig-sec.show,.sig-ftr.show {
	display: block;
}
.sg-dclr-txt {
	margin-bottom: 10px;
}
.modal-open .modal {
	padding: 0 !important;
}
.single-input.btm-inps.pull-right {
	position: relative;
}
.single-input.btm-inps.pull-right .ep-errmsg {
	position: absolute;
	width: 361px;
	right: 0;
	padding: 0 !important;
	bottom: -12px;
}




/****/


@media screen and (max-width: 1199px){
	.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li {
		margin-right: 13px;
	}
	.rs-banner.style2 .content-part .title {
		font-size: 34px;
	}
	.rs-banner.style2 {
		padding: 120px 0 100px;
	}
	.abt-tabs-btn li a {
		padding: 20px 10px 10px;
		font-size: 14px;
	}
	.tab-icon img {
		width: 20px;
	}
	.lws-clm {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.lws-clm:nth-child(4),.lws-clm:nth-child(5) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.landing-banner-sec h1 {
		font-size: 32px !important;
	}
	.landing-banner-sec {
		padding-top: 180px;
		padding-bottom: 80px;
	}
	.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
		font-size: 20px;
	}
	.abt-tabs-btn {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
		margin: 0 -7.5px 30px;
	}
	.abt-tabs-btn li {
		flex: 0 0 auto;
		padding: 0 7.5px;
	}
	.lws-clm .counter-bg-img {
		width: 93px;
	}
}
@media screen and (max-width: 991px){
	.rs-menu-toggle {
		padding: 20px 0;
		font-size: 25px;
	}
	.rs-footer .footer-newsletter .newsletter-form {
		margin: 0;
	}
	.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li {
		margin-right: 0;
	}
	.rs-banner.style2 .content-part .title,.sec-title .title,.desc-text .desc {
		text-align: center;
	}
	.rs-banner.style2 .content-part .desc {
		max-width: 100%;
		text-align: center;
	}
	.rs-whychooseus.style5 .image-wrap,.rs-whychooseus .img-part {
		text-align: center;
		max-width: 50%;
		margin: auto;
	}
	.sec-title.mb-40.benf-hd {
		margin-bottom: -8px;
	}
	.gt-main {
		width: 100%;
		text-align: center;
	}
	.gt-main .readon {
		margin: auto;
	}
	.contact-form .submit-btn,.contact-form .common-control input {
		text-align: center;
	}
	.rs-contact.style1.red-mode .contact-info {
		text-align: center;
	}
	.rs-contact.style1 .contact-info .title {
		margin-bottom: 0;
	}
	.rs-footer .footer-newsletter .newsletter-form {
		max-width: 100%;
	}
	.full-width-header .rs-header .menu-area.sticky .logo-area img, .rs-footer .footer-content .about-widget .logo-part a img, .full-width-header .rs-header .menu-area .logo-area img {
		max-height: 75px;
	}
	.left-contentsec .btn-part {
		text-align: center;
	}
	.rs-banner.style2 {
		padding: 65px 0 105px;
	}
		
	.inr-tabs-btn li a {
		font-size: 14px;
	}
	.rs-banner.style2 .content-part .title {
		font-size: 32px;
		margin-bottom: 0;
	}
	.rs-banner.style2 .content-part .desc {
		font-size: 16px;
	}
	.rs-banner.style2 .content-part .btn-part a {
		padding: 6.5px 27px;
	}
	.landing-banner-sec {
		padding-top: 85px;
		padding-bottom: 70px;
	}
	.landing-banner-sec h1 {
		font-size: 28px !important;
		margin-bottom: 0 !important;
	}
	.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li a:hover, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.active a, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before {
		color: #fff !important;
	}
	.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
		color: #f2f2f2 !important;
	}
	
	.abt-tabs-btn li {
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}
	.sec-title h2.title, .sec-title h2.title3 {
		font-size: 22px;
	}
	.item-part .desc {
		text-align: left;
	}
	.full-width-header .rs-header .menu-area.sticky .logo-area, .full-width-header .rs-header .menu-area .logo-area {
		position: unset;
	}
	.full-width-header .rs-header .menu-area .main-menu .rs-menu {
		position: unset;
	}
	.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu {
		padding-right: 0 !important;
	}
	.nav-menu li {
		display: inline-block !important;
	}
	.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li > a {
		height: 50px;
		line-height: 50px;
		padding: 0 !important;
		width: auto !important;
		border: 0 !important;
		margin-left: 15px;
	}
	.full-width-header .rs-header .menu-area.sticky .logo-area, .full-width-header .rs-header .menu-area .logo-area {
		position: unset;
		height: 50px !important;
		line-height: 50px !important;
	}
	.rs-menu.rs-menu-close {
		height: auto !important;
	}
	.article-page-banner-sec {
		padding-top: 0px !important;
		padding-bottom: 0 !important;
	}
}

@media screen and (max-width: 767px){
	.rs-featured.style1 .featured-wrap {
		text-align: center;
	}
	.cstm-hdr {
		width: 100%;
	}
	.sec-title.mb-40 {
		margin-bottom: 20px;
	}
	.rs-services.style10 .service-wrap {
		padding: 40px 15px 37px;
	}
	.abt-tabs-btn li {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.lws-clm {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.nwe-tab-sec {
		padding-bottom: 0;
	}
	.landing-banner-sec {
		padding-top: 40px;
		padding-bottom: 15px;
	}
	.landing-banner-sec h1 {
		font-size: 22px !important;
	}
	.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
		font-size: 17px;
	}
	.db-item p{
		font-size: 14px;
	}
	.db-item {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.main-content {
		padding-bottom: 90px;
	}
	.lws-clm:nth-child(5) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.claim-sec.cancel-claimrq,.claim-sec.signup {
		padding-bottom: 120px !important;
	}
	body {
		font-size: 13px;
	}
}

@media screen and (max-width: 575px){
	.claim-fields .single-input.w50, .claim-fields > div.w50 {
		width: 100%;
	}
	.upld-typ span {
		font-size: 13px;
	}
	.upld-typ p {
		font-size: 11px;
	}
	.rs-banner.style2 {
		padding: 60px 0 80px;
	}
	.rs-banner.style2 .content-part .title {
		margin-bottom: 15px;
	}
	/*.rs-banner.style2 .content-part .desc {
		margin-bottom: 0;
	}*/
	.rs-whychooseus.style5 .image-wrap, .rs-whychooseus .img-part {
		max-width: 70%;
	}	
	.rs-banner.style2 .bnr-image-wrap {
		display: none;
	}
	.rs-banner.style2 .content-part .btn-part a {
		padding: 11.5px 17px;
	}	
	
	
	
	.rs-services.style10 .service-wrap .desc.mb-0 {
		font-size: 13px;
	}
	.rs-services.style10 .service-wrap {
		padding: 20px 15px;
	}
	.rs-services.style10 .service-wrap .icon-part img {
		width: 50px;
	}
	.rs-banner.style2 .content-part .title {
		font-size: 24px;
	}
	.abt-tabs-btn li {
		-ms-flex: 0 0 58%;
		flex: 0 0 58%;
		max-width: 58%;
	}
	.lws-clm {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.landing-banner-sec h1 {
		font-size: 20px !important;
		line-height: 27px;
	}
	.lws-clm:nth-child(4), .lws-clm:nth-child(5) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.btm-inps {
		width: 100% !important;
	}
	.sg-btnclm {
		text-align: center !important;
		margin-bottom: 10px;
	}
	.single-input.btm-inps.pull-right .ep-errmsg {
		position: unset;
		width: auto;
		text-align: left;
	}
	.prtl-footer a.text-dark {
		margin: 0 3px;
		padding: 0 3px;
	}
	
				
	
}

@media screen and (max-width: 480px){
	.rs-whychooseus.style5 .content-wrap .item-part {
		text-align: center;
	}
	

}
@media screen and (max-width: 449px){
	.rs-services.style10 .service-wrap {
		padding: 15px 10px;
	}
	.rs-services.style10 .service-wrap .desc.mb-0 {
		font-size: 12px;
	}
	

}
