/*!
 * Convert2Web by Spencer.ph
 * v4.5.0
*/

body {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 300;
	font-size: 17px;
	color: #5a5b5d;

}
.sec-white {
	background: #fff;
	padding: 30px 20px;
	margin: 30px auto 0px auto;
}
.sec-aquamarine {
	background: #e4fcf8;
	padding: 30px 20px;
	margin: 30px auto 0px auto;
}
.sec-blue {
	background: #2284c6;
	color: #ffffff;
box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);
-webkit-box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);
-moz-box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);		
}
.sec-blue h2 {
	font-size: 50px;		
}
.sec-grey {
	background: #e0e4e5;
	padding: 50px 0;	
box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);
-webkit-box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);
-moz-box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);	
}
.sec-grey h2 {
	color: #2284c6;
}
.sec-footer {
	background: #55565a;
	color: #ffffff;
	padding: 60px 0;	
}
.justify {
	text-align: justify;
}
.stblue {
	color: #31aae1;
}
.fstyle-one {
	font-size: 40px	;
}

.content-ctrl-a {
	width: 740px;
	margin: auto;
}
.content-ctrl-b {
	width: 1150px;
	margin: auto;
}
.bg-1 {
	background: #f9d32e;
}
.bg-2 {
	background: #333;
}
.bg-3 {
	background: #9bdded;
}
.bg-4 {
	background: #febc0d;
}
.bg-5 {
	background: #d7b9da;
}
.swiper-slide {
	overflow: hidden;
}
.swiper-slide img {
	height: 640px;
}
.swiper-pagination, .swiper-pagination span, .swiper-button-next, .swiper-button-prev {
	color: #fff!important;
	--swiper-theme-color:#fff!important;
}
.btn-km {
	font-size: 10px!important;
	padding: 5px!important;
	min-width: 80px!important;
}
hr {
	border-top: 4px solid rgba(0,0,0,.1)!important;
}
/*Global*/
h2 {
	font-weight: 500;
	font-size: 25px;
}
p {
	margin-bottom: 10px;
}
.btn {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none!important;
	font-size: 16px;
	padding: 10px 20px;
	background: #2284c6!important;
	border: 0px!important;
	min-width: 100px;
	color: #fff!important;;
}
.btn-white {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none!important;
	font-size: 16px;
	padding: 10px 20px;
	background: #ffffff!important;
	border: 0px!important;
	min-width: 100px;
	color: #2284c6!important;;
}
.form-control {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


.dsktp-block {
	display: block;
}
.main-desc {
	height: 40px;
	font-weight: 500;
}
.desc-a {
	font-size: 11px;
}
.sub-t {
	font-size: 15px;
}
.img-thmb {
	border: 1px solid #2551a7;
	width: 100%;
	margin: 10px auto;
}
.footer {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0px!important;
}
@media all and (max-width:1150px){
	.dsktp-block {
		display: unset;
	}
	.content-ctrl-b {
		width: 100%;
	}
	.main-desc {
		height: auto;
	}
}
@media all and (max-width:900px){
	.content-ctrl-a {
		width: 100%;
	}
	.col {
		width: 50%;
		display: block!important;
		float: none!important;
		flex-basis:unset;
		padding-bottom: 20px;
		flex-grow:0;
	}
}
@media all and (max-width:500px){
	.swiper-slide img {
		height: 300px;
	}
	.col {
		width: 100%;
	}
}

b span {
	color: #b68a1c;
	font-weight: 700;
}
.terms-cond p {
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 12px;
}
.terms-cond h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
.view-tc {
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}


.product_ctrl img {
	width: 100%;
}

.col-md-4 {
	padding: 2px;
}

.footer-arrow-top {
	width:100%;
	position: relative;
	text-align: center;
	bottom: -28px;
}
.social-media img{
	padding: 0 2px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer h3 {
	font-weight: 300;
	font-size: 16px;
	padding-bottom: 5px;
	color: #fff;
}
.footer-col {
	padding-bottom: 20px;
}

.logo-h {
	clear: both;
}
@media all and (max-width:991px){
	.col-md-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media all and (max-width:768px){
	.col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.btn-download {
    width: 150px !important;
    margin-top: -45px;
    float: left;
    position: relative;
}


.txt-field {
	border:0px;
	width: 70%;
}
.txt-field:focus {
  outline: none;
}

.bg-main {
	background: #ebebeb;
}

.form-select {
	width: 100%;
}



.form-wrapper h3 {
	color: #1d6487;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.form-wrapper {
	max-width: 400px;
	width: 90%;
	margin: auto;
}

.form-control {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	border: 0px solid #54565a;
}
.form-group {
	margin-bottom: 8px;
}
.tfield-ctrl {
	margin-bottom: 5px;
}
label {
	display: block;
	font-size: 12px;
	text-align: left;
	margin-bottom: 0px;
}
.form-ctrl {
	width: 100%;
}
@media all and (max-width:600px){
	.form-ctrl {
		display: block;
		width: 100%;
	}
	.tfield-ctrl {
		margin-bottom: 15px;
	}
	.nnja {
		display: none;
	}
}










.logo {
	width: 90%;
	max-width: 400px;
	margin: auto;
	padding: 40px 0;
}

.banner-main {
	max-width: 1200px;
	width: 100%;
	margin: auto;

box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);
-webkit-box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);
-moz-box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);

}
.intro-content {
	font-size: 15px;
}
.taaleem-ctrl {
	max-width: 900px;
	margin: auto;
	width: 100%;
}
.taaleem-ctrl h2{
	display: block;
	background-color: #54565a;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 5px;
}

.taaleem-ctrl h3{
	background: #b89131;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	width: 280px;
	text-align: center;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: -15px;
}

.img-awards {
	width: 23%;
	display: inline-block;
	text-align: center;
	margin: 5px;
	border:1px solid #f6f6f6;
}
.info-wrap {
	border: 2px solid #f6f6f6;
	margin-top: 30px;
	margin-bottom: 30px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.iw-l {
	flex: 0 0 49%;
	max-width: 49%;
	margin-right: 8px;
}

.no-mar {
	margin: 0px;
}
.no-pad {
	padding: 0px;
}

.services a {
	display: inline-block;
	text-align: center;
	vertical-align:top; 
	width: 200px;
}
.ico-f a {
	display: inline-block;
	text-align: center;
	vertical-align:top; 
	width: 110px;
	text-decoration: none;
	color: #5a5b5d;
}

.ico-f a span {
	display: block;
	padding-top: 10px;
	line-height: 12px;
}

.plan-ctrl {
	display: inline-block;
	margin: auto;
}
.pctrl-w-33p {
	width: 32%;
	margin: auto 3px;	
	margin-bottom: 30px;
}
.pctrl-w-50p {
	width: 50%;
}
.plan-ctrl h5 {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	background: #b89131;
	color: #fff;
	padding: 5px;
	margin: 0px;
	font-size: 15px;
}
.bg-v2 h5{
	background: #5a5b5d!important;
}

.plan-ctrl h5 small{
	font-size: 10px	;
	font-weight: 300;
}

.plan-content-ctrl {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

	border-top: 0px;
	border-left: 2px solid #f6f6f6;
	border-right: 2px solid #f6f6f6;
	border-bottom: 2px solid #f6f6f6;

	text-align: left;

}
.p50{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.numbg {
	height: 150px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.pnl-1, .pnl-2 {
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
.pnl-2 span {
	font-size: 20px;
	font-weight: 500;
}
.pnl-2 span small {
	font-size: 11px;
	font-weight: 300;
}
.pnl-2 p {
	font-size: 11px;
	line-height: 15px;
}
.pnl-2 {
	padding-left: 8px;
}
.clear {
	clear: both;
}
.st-v2 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.small {
	font-weight: 300;
	font-size: 11px;
}
.dblock {
	display: block;
}


.modal-body h2{
	color: #30aae1;
	font-size: 33px;
}
.modal-body h3{
	font-size: 18px;
}

.modal-content {
	background-color: #e1e4e5;
	border: 0px;
	border-radius: 0px;
	box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);
	-moz-box-shadow: 0px 7px 21px -8px rgba(0,0,0,1);	
}



@media all and (max-width:900px){
	.dblock {
		display: inline-block;
	}
	.mblock {
		display: block;
	}
	.taaleem-ctrl h2 {
		font-size: 18px;
	}
	.fstyle-one {
		font-size: 30px	;
	}
	.services a {
		width: 90%;
	}
	.info-wrap {
		width: 90%;
		margin: auto;
		flex:unset;
		max-width: unset;
		margin-bottom: 30px;
		}
	.taaleem-ctrl h3 {
		width: 100%;
	}
	.img-awards {
		width: 100%;
	}
	.pctrl-w-33p {
		width: 90%;
	}
	.ico-f a {
		width: 120px;	
		display: inline-block;
		margin-bottom: 20px;
	}
	.col-sm {
		margin-bottom: 90px;	
	}
	.modal-body h3{
		font-size: 15px;
	}
	.sec-blue h2 {
		font-size: 30px;		
	}

}






