@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'DM Sans';
	font-weight:400;
	}
	html{
		overflow-x: hidden;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.fl{ float:left;}
.fr{ float:right;}
.show-tab, show-mob{ display:none;}
.show-desk{ display:block;}
.hide-desk{ display:none;}
.over-hiden{ overflow:hidden;}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Bold.woff2') format('woff2'),
        url('DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Regular.woff2') format('woff2'),
        url('DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Medium.woff2') format('woff2'),
        url('DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.topStrip{
	float:left;
	width:100%;
	padding:4px 0;
	background:#c9def9;
	height:32px;
	overflow:hidden;
	position:relative;
	}
.caption{
	position:absolute;
	left:0;
	width:100%;
	}
.caption-txt{
    color: #000000;
    font-size:16px;
	line-height:24px;
	white-space: nowrap;
	}
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:90px;
	}
.header{
	float: left;
	width: 100%;
	background: #ffffff;
	height: 90px;
	padding: 15px 0;
	margin-top: -90px;
	top: 90px;
	position: relative;
	border-bottom: 1px solid #dddddd;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	}				
.logo{
	float: left;
    margin-top: 0;
    max-width: 160px;
	}

ul.mainMenu{
	display:inline-block;
	vertical-align:middle;
	margin:22px 0 0 0px;
	}
ul.mainMenu li{
	float:left;
    padding:0 8px;
	}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:16px;
	font-weight:500;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#01c2a9;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:0;
    top:20px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:91px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.fixed-nav .mobilemenu { top:59px;}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float: left;
    width: 100%;
    padding: 17px 20px;
    font-size: 18px;
    color: #000;
	}
	
.header-right{
	float: right;
	width: 250px;
	border: 1px solid #c8dce7;
	border-radius: 5px;
	padding: 8px 5px;
	position: relative;
	margin-top: 1px;
	}
.headr-call-icn{
	position:absolute;
	left:12px;
	top:50%;
	margin-top:-14px;
	}
.call-sec{
	float:right;
	width:calc(100% - 50px);
	text-align:left;
	border-left:1px solid #c8dce7;
	padding-left:12px;
	}
.call-para{
	float:left;
	width:100%;
	font-size:14px;
	line-height:14px;
	color:#000000;
	font-weight:normal;
	}
a.call-num{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 22px;
    color: #06618a;
    font-weight: 700;
    margin-top: 4px;
}

/*============================
		BANNER CSS
=============================*/
.banner {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background: url(../images/banner.jpg) no-repeat center top #f9f9f9;
	height: 602px;
	}
.banner-left{
	float:left;
	width:57%;
	text-align:left;
	}
.bnr-top-text{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-weight:500;
	}
.bnr-top-text span{
	display: inline-block;
    width: 36px;
    height: 2px;
    vertical-align: middle;
    border: 2px solid #003b55;
	margin-right:15px;
	}
.banner-heading{
	float: left;
    width: 100%;
    font-size: 58px;
    line-height: 70px;
    color: #06618a;
    font-weight: bold;
    margin-top: 15px;
	}
.bnr-text{
	    float: left;
    width: 89%;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-top: 24px;
	border-top:1px solid #dadada;
	padding-top:20px;
	}

.botton{
	display: inline-block;
    vertical-align: middle;
	width:100%;
	max-width:330px;
	margin-top:35px;
	position:relative;
	}
a.click-btn{
	float: left;
    width: 100%;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    background: #01c2a9;
    font-weight: 700;
    letter-spacing: 0.5px;
	}
.btnRev {
	float: left;
	width: 100%;
	margin-top: 5px;
	position: relative;
	text-align: center;
}
.btnRev:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #c7c7c7;
}
.btnRev span {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #383838;
    background: #f9f9f9;
    position: relative;
    padding: 0 10px;
}
.section-1 .btnRev span, .section-2 .btnRev span, .services .btnRev span{ background:#fff;}
img.btn-arrow {
    position: absolute;
    top: 0px;
    right: -50px;
}

/*============================
	SECTION-1 CSS
=============================*/
.section-1{
	float:left;
	width:100%;
	padding: 70px 0;
	}
.common-heading{
	    float: left;
    width: 100%;
    font-size: 45px;
    line-height: 49px;
    color: #003b55;
    font-weight: bold;
	}
.commn-text{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    margin-top: 30px;
	}
.cmn-pad{ padding:0 130px;}
.sec1-row{
	float: left;
	width: 100%;
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 25px;
	margin-top: 58px;
	}
.s1-col{
    width: 14%;
    padding: 27px 10px;
    border-radius: 10px;
    box-shadow: 0 0 9px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px 3px rgba(0,0,0,0.1);
	border: 1px solid #01c2a9;
	}
.s1-col img{
	display:block;
	margin:0 auto;
	max-width:50px;
	}
.s1-col p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#000000;
	font-weight:500;
	margin-top:12px;
	}

/*============================
	SECTION-2 CSS
=============================*/
.section-2{
	float: left;
    width: 100%;
    padding: 70px 0;
    border-top: 1px solid #e3e3e3;
	}
.s2-left{
	float: right;
    width: 50%;
    position: relative;
    margin-top: 11px;
}
.payout-bx{
	float:right;
	width:70%;
	background:url(../images/payout-bg.png) center top no-repeat;
	background-size:cover;
	padding:57px 35px;
	color:#fff;
	border-radius: 10px;
}
.payout-tx{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	letter-spacing:0.5px;
	}
.payout-tx span{color:#faff64;}
.payout-prog-sec{
	float:left;
	width:100%;
}
.pay-prog-bar{
	float:left;
	width:100%;
	position:relative;
}
.pay-prog-curv{
	position: relative;
    overflow: hidden;
    width: 370px;
    left: -25px;
    height: 183px;
    margin: 0 auto;
}
.bar{
	position: absolute;
    top: 25px;
    left: 20px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 6px solid #eee;
    border-bottom-color: #ffd465;
    border-right-color: #ffd465;
}
.bar:after{
	content: '';
    position: absolute;
    left: 44px;
    top: 271px;
    width: 34px;
    height: 34px;
    background: url(../images/prog-icn.png) no-repeat center center;
    transform: rotate(35deg);
	}
.prog-icn{
	position: absolute;
    left: 97%;
    top: 88%;
	}
.pay-out-info{
	float:left;
	width:100%;
	margin-top:-90px;
	position:relative;
	}
.max-pay{
	float:left;
	width:100%;
	font-size:21px;
	line-height:26px;
	}
.pay-prc{
	font-size:40px;
	line-height:50px;
	float:left;
	width:100%;
	font-weight:bold;
	margin-top:25px;
	}
.s2-lft-img{
	float: left;
	margin-top: -250px;
	z-index: -1;
	position: relative;
	left: 30px;
	}
.s2-dots{
	position: absolute;
	left: 85px;
	top: 147px;
	z-index: -1;
	}
.busi-qlty{
	position: absolute;
    left: -50px;
    top: 40px;
    text-align: right;
	}
.brief-icn{
	border-radius:50%;
	border:5px solid #fff;
	display:inline-block;
	vertical-align:middle;
	}
.busi-qlty p{
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#292c31;
	width:calc(100% - 100px);
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
	}

.s2-rgt{
	float: left;
	width: 49%;
	text-align: left;
	margin-top: 55px;
}
.section-2 .btn-bx{float:left; margin-top:30px;}
.blue-border{
	float:left;
	width:100%;
	height:2px;
	background:#0076ae;
	margin-top:30px;
	}
ul.s2-rgt-list{
	float:left;
	width:100%;
	margin-top:15px;
	padding: 25px 0;
	}
ul.s2-rgt-list li{
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/s2-bullet.png)no-repeat left 1px;
	padding-left: 30px;
	margin-top: 15px;
	}
ul.s2-rgt-list li p{
	color:#000;
	font-size:20px;
	line-height:28px;
	}
ul.s2-rgt-list li p span{font-weight:700;}

/*============================
	SECTION-3 CSS
=============================*/
.section-3{
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #f9f9f9;
	}
.s3-contnt{
	display:inline-block;
	vertical-align:middle;
	max-width:1000px;
	width:100%;
	}
.s3-left{
	float: left;
	width: 40%;
	}
.s3-img{
	display:block;
	margin:30px auto 0;
	}
.s3-rgt{
	float: right;
	width: 60%;
	}
ul.s3-list{
	float:left;
	width:100%;
	margin-top:40px;
	}
ul.s3-list li{
	float:left;
	width:100%;
	text-align:left;
	padding-left:75px;
	margin-top:35px;
	position:relative;
	}
ul.s3-list li:before{
	content:'';
	position:absolute;
	top:45px;
	left:14px;
	height:150px;
	border-left:2px dotted #d1d3d7;
	}
ul.s3-list li:last-child:before{display:none;}
.s3-list-txt1{
	position: absolute;
	top: 0;
	left: -12px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgb(1, 194, 169,0.1);
	padding: 10px;
	text-align: center;
	}
.s3-list-txt1 span{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:32px;
	background:#01c2a9;
	border-radius:50%;
	color:#fff;
	font-size:23px;
	line-height:35px;
	font-weight:bold;
	text-align:center;
	
	}
.s3-list-txt2{
	color:#000;
	font-size:26px;
	line-height:34px;
	font-weight:700;
	}
.s3-list-txt3{
	color:#000;
	font-size:18px;
	line-height:28px;
	margin-top:10px;
	}

/*============================
	SECTION-4 CSS
=============================*/
.section-4{
	float: left;
    width: 100%;
    padding: 70px 0;
    background: #fff;
	}
.s4-cntnt{
	margin-top: 35px;
    float: left;
    width: 100%;
	padding: 0 50px;
	}
.testi-bx{
	    width: 31%;
    text-align: left;
    background: #ffffff;
    padding: 7px 19px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #dddddd;
    display: inline-block;
    margin: 0 0px;
	}
.testi-top{
	float: left;
	width: 100%;
	padding: 27px 0 0px 70px;
	position: relative;
	}
.testi-img{
	position:absolute;
	top:22px;
	left:0;
	border-radius:50%;
	}
.testi-top-txt1{
	color: #000000;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	}
.testi-top-txt2{
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
	}
.testi-btm{
	float: left;
	width: 100%;
	padding: 5px 0 22px;
	}
.testi-btm-txt1{
	color:#000;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	}
.testi-star{
	display:block;
	margin-top:12px;
	}
.testi-btm-txt2{
	color: #000;
    font-size: 19px;
    line-height: 28px;
    margin-top: 10px;
    min-height: 115px;
	}
ul.debt-list {
    float: left;
    width: 100%;
    margin-top: 15px;
}
ul.debt-list li{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    padding: 13px 15px;
}
ul.debt-list li img{margin: 0px 7px 0 0; float: left;}
ul.debt-list li span{ float:right; font-weight:700;}
ul.debt-list li:nth-child(odd){background:#f4f4f4;}

/*============================
	FORM SECTION CSS
=============================*/
.conatct-form {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 70px 0;
}
.contact-inner {
    display: inline-block;
    width: 100%;
}
.contact-list {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    margin: 25px 0 0 0;
    column-gap: 75px;
}
.contact-list li {
        font-size: 20px;
    line-height: 30px;
    color: #000;
    position: relative;
    background: url(../images/grn-tick.png) no-repeat left top 7px;
    padding-left: 30px;
}
.contact-list li:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: -2px;
    right: -38px;
    border-right: 1px solid #ccc;
}
.contact-list li:last-child:after {
    border: none;
}
.contact-inner {
        width: 100%;
    float: left;
    margin: 38px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.cont-from {
    background: #01c2a9;
    float: left;
    width: 64%;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 29px 29px;
    row-gap: 18px;
    justify-content: center;
    column-gap: 13px;
}
.from-field {
    float: left;
    width: 49%;
    text-align: left;
}
.from-field label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}
.from-field input[type="text"], .from-field input[type="email"], .from-field input[type="tel"] {
	float: left;
	width: 100%;
	height: 64px;
	border: none;
	border-radius: 10px;
	padding: 2px 0 0 15px;
	font-size: 18px;
	line-height: 30px;
	border: none;
}
.range-row{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	margin-top: 5px;
	text-align: center;
	}
.rangeSliderbox{
	float:left;
	width:100%; 
	}
.range-row p{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}
.wid-100{ width:100%; position:relative;}
.wid-100:after{
	position: absolute;
    bottom: -23px;
    left: 0;
    content: '';
    border-top: 1px solid #ffffff;
    width: calc(100% + 60px);
    margin-left: -30px;
}
.cont-slider {
    float: left;
    width: 100%;
    height: 144px;
    border-bottom: 1px solid #fff;
}
.cont-from a.click-btn {
    background: #fff;
    color: #333;
}
.lock-txt img {
    display: inline-block;
    vertical-align: middle;
    margin: -7px 10px 0 0;
}

.lock-txt {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

/*=============================
		FOOTER CSS
===============================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0 20px;
	border-top: 1px solid #f9f9f9;
	}
.ftr-box {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btm-link-bx1, .btm-link-bx2, .btm-link-bx3,.btm-link-bx4{
	float:left;
	text-align:left;
	color:#000;
	position:relative;
	}
.btm-link-bx1{
	width:25%;
	}
	.btm-link-bx4{
	width: 21%;
	    text-align: left;
}
.btm-link-bx1:after, .btm-link-bx2:after, .btm-link-bx4:after{
	content:'';
	position:absolute;
	top:0;
	right:-22px;
	border-right:1px solid #dcdcdc;
	height:100%;
	}
.btm-link-bx2{
	width:18%;
	}
.btm-link-bx3{
	width:23%;
	}
ul.social-lst{
	    float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 15px;
	}
ul.social-lst li{
	}
ul.social-lst li img{ max-width:35px;}
.bx1-tx{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	margin-top:25px;
	}
.btm-link-hd{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#000;
	}
ul.btm-links{
	float:left;
	width:100%;
	}
ul.btm-links li{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.btm-links li a{
	color:#333;
	font-size:18px;
	line-height:22px;
	}
.btm-link-bx3 ul.btm-links li{
	padding-left:40px;
	position:relative;
	}
.ftr-icn{
	position:absolute;
	top:-2px;
	left:0;
	}
.ftr-btm{
	border-top:1px solid #c6c6c6;
	float:left;
	width:100%;
	padding:25px 0;
	}
.cpy-rgts-tx{
	font-size:17px;
	line-height:22px;
}
.disclmr-txt {
    float: left;
    width: 100%;
    text-align: left;
    border-top: 1px solid #dcdcdc;
    margin-top: 30px;
    padding-top: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
}

/*============================ INNER CSS =============================*/

/*=============================
		BREADCUMB CSS
===============================*/
.breadcumb {
    float: left;
    width: 100%;
    background: #f1f5fa;
    text-align: left;
	padding: 6px 0;
}
.breadcumb ul {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    column-gap: 22px;
    flex-wrap: wrap;
}
.breadcumb ul li{
	position: relative;
    font-size: 14px;
}
.breadcumb ul li:after{
	content:"\003e";
	position:absolute;
	top:0;
	right:-15px;
}
.breadcumb ul li:last-child:after{content:"";}

/*=============================
		INNER BANNER CSS
===============================*/
.inner-banner {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: url(../images/inner-header.jpg) no-repeat center top;
	height: auto;
	background-size: cover;
}
.inner-bnr-left {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

/*=============================
		ABOUT SCTION1 CSS
===============================*/
.abt-section-1{
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #FFF;
	position: relative;
}
.abt-s1top{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.abt-s1right{
	float:right;
	width:60%;
	text-align:left;
	position:relative;
	margin: 66px 0 0 0;
	padding: 0 120px 0 0;
}
.abt-s1leftimg{
	position:absolute;
	top: -62px;
    left: -470px;
}

.abt-section-2{
	padding: 80px 0;
    border-radius: 10px;
    background: url(../images/s1-btm-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
    margin: 60px 0;
}
.abt-s2hed{
	color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    float: left;
    width: 100%;
	}
.abt-s2mid{
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	float: left;
	flex-wrap: wrap;
	}
.abt-s2midbox{
	width:25%;
	padding:0 20px;
	}
.abt-s2txt1{
	font-size:45px;
	line-height:45px;
	font-weight:700;
	letter-spacing:0.5px;
	background: rgb(245,105,62);
	background: linear-gradient(180deg, rgba(44,178,225,1) 0%, rgba(73,207,244,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
.abt-s2txt1 span{
	font-size: 20px;
}
.abt-s2txt2{
	font-size:21px;
	line-height:26px;
	font-weight:400;
	letter-spacing:0.5px;
	color:#fff;
	margin-top: 10px;
	}
.abt-section-2 .btnRev span{background: #003b55; color:#fff;}

/*=============SERVICES SECTION==================*/
.services{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	}
.serv-top-box{
	float:left;
	width:100%;
}
.sev-left {
    text-align: left;
    float: left;
    width: 49%;
}
.serv-top-bx-prod{
	float: left;
    margin: 23px 0 0 -14px;
	}
.serv-top-right{
	float: right;
	width: calc(100% - 618px);
	text-align: left;
	margin-top: 17px;
}
.servDetails-s3-right{
	float: left;
    width: 100%;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.servDetails-s3-slide-dwn{
	float: left;
    width: 100%;
    border: 2px solid #e1e1e1;
    padding: 30px 1px 20px 72px;
    border-radius: 10px;
	position:relative;
}
.servDetails-s3-slide-dwn.open-acc {
    border: 2px solid #01c2a9;
}
.ac-icon {
    position: absolute;
    left: 16px;
    top: 26px;
	max-width:45px;
}
.serv-heading {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/cls-btn.png) no-repeat 96% center;
	padding: 0px 35px 15px 0;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.serv-heading.active {
	background: url(../images/opn-btn.png) no-repeat 96% center;
	color:#003b55;
	}
.serv-acdn-content {
	float: left;
	width: 100%;
	padding:2px 35px 0 0;
	text-align:left;
}
.serv-acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:normal;
	padding-bottom:12px;
	letter-spacing:0.5px;
	}
.acdnlist{
	float:left;
	width:100%;
	padding:0 0 20px 35px;
	}
.acdnlist li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:400;
	padding-left:5px;
	list-style:disc;
	margin-top:10px;
}
.serv-mid{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #f9f9f9;
}
.white{ color:#fff;}
.serv-mid-row{
	float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 30px;
	}
.serv-mid-col{
	float: left;
	width: 31%;
	background: #fff;
	padding: 42px 10px 42px 105px;
	position: relative;
	overflow: hidden;
	text-align: left;
	border-radius: 10px;
}
.serv-col-icn{
	position: absolute;
	left: 22px;
	top: 28px;
	max-width:70px;
}

.serv-mid-col span {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    color: #131a2a;
    font-weight:bold;
    position: relative;
    z-index: 5;
}
.serv-mid-col p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 18px;
    position: relative;
	font-weight:400;
    z-index: 5;
	}

/*=============CONTACT SECTION==================*/
.contact-sec{
	float: left;
    width: 100%;
    padding: 60px 0;
	}
.contact-bx{
	    display: inline-block;
    vertical-align: middle;
    max-width: 1000px;
    width: 100%;
    border: 2px solid #003b55;
    border-radius: 12px;
    background: #fff;
	}
.cont-bx-lft, .cont-bx-rgt {
    float: left;
    width: 50%;
    position: relative;
    padding: 27px 33px;
    text-align: left;
}

.cont-bx-rgt{
	background:#003b55;
	border-radius:0 9px 9px 0;
	padding: 29px 33px;
}
.cont-bx-rgt a.click-btn {
	background: none;
    border: 2px solid #fff;
    color: #fff;
}
.cont-bx-rgt .commn-text {
    color: #fff;
}			
.cont-bx-p1{
	font-size:18px;
	line-height:25px;
	color:#000000;
	}
.contact-bx .common-heading{
	font-size: 36px;
    line-height: 42px;
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
}
.contact-bx .common-heading:after {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    bottom: -14px;
    border-bottom: 1px solid #ccc;
}
.contact-bx .botton {
    max-width: 325px;
    margin-top: 25px;
}
.cont-bx-lft a.click-btn {
    background: none;
    border: 2px solid #01c2a9;
    color: #01c2a9;
    height: 63px;
    line-height: 62px;
}
.contact-bx .cont-bx-rgt .common-heading{color:#fff;}

.cont-icon{
	position:absolute;
	top:30px;
	right:50px;
	}		
.white{ color:#fff;}

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

img.bbbLogo {
    max-width: 5rem;
    vertical-align: middle;
}

.bbbArea {
    float: right;
    padding: 2px 10px;
}

/*---------Media Querry---------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner{ height:auto; padding:50px 0 140px;}
.banner-left{ width:72%;}
.bnr-text{ width:80%;}

.section-2{padding:40px 0;}
.s2-left{margin-top: 20px;}
.busi-qlty{left: -70px;}
.bar{width: 290px; height: 290px;}
.bar:after{left: 12px; top: 214px; background-size: 26px;}
.payout-tx{font-size: 20px; line-height: 28px;}
.max-pay{line-height:24px; margin-top:8px;}
.s2-dots{left: 75px; top: 137px;}
.blue-border{margin-top:25px;}

.testi-btm-txt2{font-size: 18px; line-height: 27px;}

.cont-from{ width: 72%;}

/*ABOUT SECTION*/

.container{width:1004px;}

.s1BtmMidBox { padding: 0 6px;}
.s1BtmTxt1 { font-size: 42px; line-height: 43px;}
.s1LeftImg {  left: -437px;}

.s1-col{ width:15.5%;}
.s1-col p{ font-size:19px; line-height:22px;}

.cont-from{width:75%;}

/*SERVICES SECTION*/
.serv-top-box{}
.serv-top-right{width: calc(100% - 510px); margin-top:0;}
.servDetails-s3-right{ margin-top:25px;}
.serv-top-bx-prod{ margin-left:0; max-width: 100%;}

.serv-mid-col{padding: 30px 20px 30px 85px;}
.serv-col-icn{left: 12px;}
.serv-mid-col span{}
.slid-btm{ width:47%;}
.slider-nav div{ margin:0 2px;}

}


@media only screen and (max-width:1024px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

/*.header-right{ margin-right:50px;}*/
.header-right{ margin-right:20px;}
.bbbArea {
    margin-right: 3rem;
}
.mobilemenu{ top:121px;}

.banner{ background-size: cover; padding: 50px 0;}
.bnr-top-text{font-size: 22px;}
.banner-heading{font-size: 46px; line-height: 56px;}
.bnr-text{ font-size:17px; line-height:26px; width: 70%;}
ul.banner-point li{ font-size:19px; line-height:27px;}
.frm-flds{ padding:0 5px 0 28px;}
.frm-icn{ width:25px; margin-top:-12.5px; left:6px;}
.input-flds, .selcet-fld{ font-size:12px; letter-spacing:0;}
.frm-flds .fl-is-active .input-flds{ font-size:14px; line-height:16px;}
.mail-field .fl-is-active .input-flds{ padding-top:26px;}
.frm-flds label{ top:5px; left:35px; font-size:12px;}
.form-button{ height:50px; line-height:50px; font-size:20px;}
.frm-btn-arw{margin: -4px -8px 0 8px; width: 9px;}

.common-heading{ font-size:36px; line-height:44px;}
.commn-text{ font-size:16px; line-height:25px;  margin-top: 20px;}
.cmn-pad{ padding:0 25px;}

.section-1{padding: 40px 0;}
.sec1-row{ margin-top:30px; margin-bottom: 0;}
.s1-col{padding: 15px 10px;}
.s1-col p{font-size: 16px; line-height: 20px; margin-top: 7px;}
.s1-col img{ max-width:44px;}

.s2-rgt{width:48%; margin-top: 15px;}
ul.s2-rgt-list{margin-top:10px;}
.payout-bx {padding: 30px 20px; width:80%;}
.payout-tx {font-size: 18px; line-height: 26px;}
.bar {width: 270px; height: 270px;}
.pay-prog-curv {height: 150px; width: 310px;}
.max-pay { font-size: 17px; line-height: 24px; margin-top: 8px;}
.pay-prc {font-size: 36px; line-height: 40px; margin-top: 10px;}
.busi-qlty{ display:none;}
.s2-dots{ display:none;}

.section-3{padding:40px 0;}
.s3-img{margin: 40px auto 0; max-width: 220px;}
.s3-rgt{width:56%;}
ul.s3-list{margin-top:10px;}
ul.s3-list li{padding-left:55px; margin-top:25px;}
ul.s3-list li:before{top:34px; height:182px;}
.s3-list-txt1 span{line-height:31px;}
.s3-list-txt2{font-size: 22px; line-height: 32px;}
.s3-list-txt3{margin-top:5px;}

.conatct-form{padding: 40px 0;}
.cont-from{ width:100%;}

.footer{padding:40px 0 35px;}
.bx1-tx{font-size:14px;}
ul.btm-links li a{font-size:14px; line-height:20px;}

/*ABOUT SECTION*/
.inner-banner{ height:auto; background-size:cover; padding: 30px 0;}
.inner-bnr-left{ margin-top:0;}

.abt-section-1{ padding: 30px 0 30px;}
.abt-s1right { width: 50%; padding-right: 0;}
.abt-s1leftimg{ max-width:100%; top: -32px; left: -410px;}

.abt-section-2{padding: 30px 0;}

.commonHead { font-size: 38px;line-height: 48px;padding-bottom: 25px;}
.commonText { font-size: 18px; line-height: 26px; margin-top: 20px;}
.abt-s2txt1{font-size: 32px;line-height: 38px;}

/*SERVICES SECTION*/
.services{padding: 40px 0;}
.sev-left{width: 47%;}
.serv-top-right { width: 51%;}
.servDetails-s3-slide-dwn{padding: 15px 5px 15px 65px;}
.servDetails-s3-right{ padding-bottom:0; margin-top:0px; row-gap: 15px;}
.serv-heading{ font-size:20px; line-height:27px; padding: 0px 35px 0px 0;}
.serv-acdn-content{ padding:0px 20px 0 0;}
.serv-acdn-para{ font-size:17px; line-height:25px; margin-top:10px;}

.serv-mid{padding: 40px 0;}
.serv-mid-row{ row-gap: 5px; margin-top: 20px;}
.serv-mid-col{ padding: 15px 12px 20px 62px; margin-top: 15px; border-radius: 10px;}
.serv-mid-col span{ font-size:19px; line-height:27px; }
.serv-col-icn{width: 42px; left: 12px; top: 15px;}
.serv-mid-col p{ font-size: 15px; line-height: 22px; margin-top: 10px;}
.ac-icon{ top: 12px; max-width: 35px; left: 15px;}

/*CONTACT SECTION*/
.contact-sec{padding: 40px 0;}
.cont-bx-rgt {padding: 22px 20px;}
.cont-bx-lft{padding: 20px 20px;}
.cont-icon {top: 15px;right: 20px;}

}

@media only screen and (max-width:767px){
	ul.s2-rgt-list{
	padding: 5px 0;
	}

	.btm-link-bx4 {
    width: 100%;
}
.btm-link-bx1:after, .btm-link-bx2:after, .btm-link-bx4:after {
    display: none;

}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.caption-txt{
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	animation: move 15s linear infinite;
	-webkit-animation: move 15s linear infinite;
	font-size: 15px;
	}

@keyframes move {
  to { transform: translateX(-100%); }
}

@-webkit-keyframes{
	to { -webkit-transform: translateX(-100%); }
}

.logo{ width: 105px; margin: 4px 0 0 0;}
.top-fix-bar{ margin-bottom:55px;}
.header{height:60px; padding:5px 0;margin-top: -60px;top:60px;}
.bbbArea {padding: 5px 10px;}
img.bbbLogo {max-width: 3.5rem;}
.bbbArea {margin-right: 1.9rem;}
.header-right{  width: 200px;padding: 4px 3px;margin-top: 2px; display:none;}
.call-sec {width: calc(100% - 40px); padding-left:8px;}
.headr-call-icn{ left: 10px;}
.call-para{ font-size:10px; line-height:13px;}
a.call-num{ font-size:16px; line-height:17px;}
.headr-call-icn{ width:24px; margin-top:-12px;}
.mob-mnu-ic{right: 10px; top: 15px;}
.mobilemenu {top: 91px;}


.banner{ padding:30px 0; background:#fafafa;}
.bnr-mob{max-width:none; float:left;width: calc(100% + 20px); margin:0 0 0 -10px;}
.banner-left{ width:100%; text-align:center;}
.bnr-top-text{ font-size:17px; line-height:25px;}
.banner-heading{font-size: 30px; line-height: 37px; margin-top: 0px;}
ul.banner-point{ display:inline-block; vertical-align:middle; max-width:360px; float:none; margin-top:8px;}
ul.banner-point li{ font-size:15px; line-height:20px; background: url(../images/banner-cchk.png) no-repeat left 3px;background-size:15px; padding-left:23px; margin-top:10px;}
.bnr-text {font-size: 16px;line-height: 23px;margin-top: 0; width:100%; border:none; padding:0;}

.section-1{ padding:25px 0 30px;}
.common-heading, .contact-bx .common-heading{ font-size:24px; line-height:32px;}
.cmn-pad{ padding:0;}
.commn-text{ margin-top:10px;}
.sec1-row{ margin-top:10px; padding-bottom:0;}
.s1-col{ width:31.5%; margin-top:10px; border-radius:7px;}
.botton{ margin-top:25px;}
.serv-mid .botton{margin: 0px auto 0;}
a.click-btn{ font-size:20px; height:60px; line-height:60px;}
a.click-btn .btn-arw{ margin:-2px 0 0 15px; width:10px;}

.section-2{padding:25px 0 30px;}
.s2-left{width:100%;}
.payout-bx{width:100%; margin-top:20px; text-align:center;}
.pay-prog-curv{width:305px; left:0; height:163px;}
.bar{width:280px; height:280px; left:12px;}
.bar:after{left:30px; top:222px;}
.max-pay{font-size:18px; margin-top:0px;}
.pay-prc{font-size:34px; line-height:36px;}
.s2-rgt{width:100%; margin:0; text-align: center;}
ul.s2-rgt-list li{background-position:left 0px;}
ul.s2-rgt-list li p{font-size:18px; line-height:26px;}

.section-3{padding:25px 0 30px;}
.s3-rgt{width:100%;}
.mob-s3-img{width:220px; display:block; margin:20px auto 0;}
ul.s3-list{margin-top:0px;}
ul.s3-list li{padding-left:50px; margin-top:20px;}
ul.s3-list li:before{top:43px; height:152px;}
.s3-list-txt1{width:50px; height:50px;}
.s3-list-txt1 span{width:30px; height:30px; font-size:20px; line-height:31px;}
.s3-list-txt2{font-size:20px; line-height:30px;}
.s3-list-txt3{font-size: 16px; line-height: 24px; margin-top: 5px;}

.section-4{ padding:25px 0 30px;}
.s4-cntnt{margin-top: 15px; padding: 0 0px;}
.testi-btm{padding: 5px 0;}

.conatct-form{padding:25px 0 30px;}
.contact-list{row-gap: 6px; margin: 15px 0 0 0; column-gap: 0; display: inline-block; float: none; width: 90%;}
.contact-list li{width: 100%; text-align: left; font-size: 18px; background-size: 16px; padding-left: 22px; background-position: left top 10px;}
.contact-list li:after{ display:none;}
.contact-inner{ margin:15px 0 0 0;}
.cont-from{padding: 15px 15px; row-gap: 10px;}
.from-field label{ font-size:18px;}
.from-field{ width:100%;}
.from-field input[type="text"], .from-field input[type="email"]{height: 54px; font-size: 16px; line-height:26px;}
img.btn-arrow{ display:none;}
.wid-100:after{width: calc(100% + 30px); margin-left: -15px;}
.range-row p{font-size: 20px;}

.footer{padding:25px 0;}
.ftr-logo{width:140px;}
.btm-link-bx1, .btm-link-bx2, .btm-link-bx3, .btm-link-bx4, .btm-link-bx5{width:100%; margin-right:0;}
.btm-link-bx1, .btm-link-bx2, .btm-link-bx3, .btm-link-bx4, .btm-link-bx5{width:100%;}
.bx1-tx{margin-top:20px;}
ul.social-lst{width:100%; margin-top:20px;}
.btm-link-hd{font-size:17px; margin-top:25px;}
ul.btm-links li{margin-top:8px;}
.cpy-rgts-tx{font-size:14px; line-height:20px; margin-top:20px;}

.ftr-btm{border-top:none; padding:0 0 20px;}
.btm-link-bx1:after, .btm-link-bx2:after{ display:none;}
.ftr-icn{ max-width:24px;}
.btm-link-bx3 ul.btm-links li{ padding-left:30px;}
.disclmr-txt{margin-top: 20px; padding-top: 15px;}

/*ABOUT SECTION*/
.inner-bnr-left{width: 80%;}
.inner-bnr-left .commn-text {margin-top: 10px;}

.breadcumb{ padding:10px 0 6px;}

.abt-section-1{ padding: 30px 0 0px;}
.abt-s1right{ margin:0;}
.abt-s1right{ width:100%;}
.abt-s1leftimg{position: static; margin: 0px auto 0; display: block;  width: 280px; padding-top: 25px;}

.abt-section-2 {margin: 30px 0; padding: 30px 20px; background: #003b55;}
.abt-s2hed{font-size: 20px; line-height: 28px;}
.abt-s2mid {margin-top: 0; display: inline-block;}
.abt-s2midbox {padding: 0 10px; width: 50%; float: left; margin: 20px 0 0 0;}
.abt-s2txt1 {font-size: 20px; line-height: 30px;}
.abt-s2txt1 span{font-size: 14px;}
.abt-s2txt2 {font-size: 16px; line-height: 22px; margin-top: 5px; padding: 0 0px;}

/*SERVICES SECTION*/
.services{ padding:30px 0;}
.sev-left{ width:100%; text-align:center;}
.serv-top-box{}
.servDetails-s3-slide-dwn{ padding: 15px 5px 15px 60px;}
.serv-top-bx-prod1{ display:inline-block; vertical-align:middle; float:none; margin:10px auto 0; max-width: 100%;}
.serv-top-right{ width:100%; margin-top:20px;}
.servDetails-s3-right{ margin-top: 0; row-gap: 15px; margin-bottom: 25px;}
.serv-heading{ font-size:18px;}
.serv-acdn-para{ font-size:16px; line-height:22px; padding:0;}

.serv-mid{ padding: 30px 0;}
.serv-mid-row{ margin-top:20px; row-gap: 20px; padding:0 15px;}
.serv-mid-col{ width:100%;padding: 15px 10px 15px 65px; margin-top:0;}
.serv-mid-col p{ font-size: 16px;  line-height: 24px;}
.serv-col-icn{max-width: 60px;top: 15px;}
.serv-mid .botton{margin-top: 25px;}

/*CONTACT SECTION*/
.contact-sec {padding: 30px 0;}
.contact-bx {margin-top: 0px;}
.cont-bx-lft, .cont-bx-rgt {width: 100%;padding:25px 25px;}
.cont-bx-rgt{ border-radius: 0 0 9px 9px;}
.cont-bx-p1 { font-size: 16px; line-height: 20px;}
.cont-icon { top: 25px; right: 15px;}
}

/* ===============pageLoader============== */



.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}
.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}
.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: folding 2.5s infinite linear both;
  -moz-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
  -webkit-transform: rotateZ(90deg) scale(1.1);
  -moz-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}
.cube-folding .leaf3 {
  -webkit-transform: rotateZ(270deg) scale(1.1);
  -moz-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}
.cube-folding .leaf4 {
  -webkit-transform: rotateZ(180deg) scale(1.1);
  -moz-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}

@-webkit-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.cubeBox .cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.cubeBox .cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  -moz-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}
.cubeBox .cube-wrapper .loading {
  font-size: 24px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -webkit-animation: text 0.5s ease infinite alternate;
  -moz-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}
@-moz-keyframes text {
  100% {
    top: 35px;
  }
}
@-ms-keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-ms-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}


.cubeBox {
  background: rgba(0,198,255,0.8);
  
  background: -webkit-linear-gradient(to left, rgba(0,198,255,0.9), rgba(0,114,255,0.9));
  
  background: linear-gradient(to left, rgba(0,198,255,0.9), rgba(0,114,255,0.9));
  
      width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
        z-index: 999999;
        display: none;
}

.cubeBox h1 {
  font-size: 26px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 50px 20px;
  font-weight: 300;
}

.cubeBox .made-with-love {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 10px;
  text-align: center;
  font-size: 10px;
  z-index: 9999;
  color: #fff;
}
.cubeBox .made-with-love i {
  font-style: normal;
  color: #f50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.cubeBox .made-with-love a {
  color: #fff;
  text-decoration: none;
}
.cubeBox .made-with-love a:hover {
  text-decoration: underline;
}

/* ===============pageLoader============== */

.lefthd {
    /* float: left !important; */
    text-align: left;
}

.offr .serv-mid-col {
    width: 45%;
}

.whychs .lefthd {
    margin-bottom: 35px;
}


.get-more h2 {
    text-align: left;
    font-size: 26px;
}

.get-more p.serv-acdn-para {
    text-align: left;
}


.get-more {
    top: 35px;
    /* position: relative; */
}

.testimon .testi-top {
    padding-top: 80px;
}

