body{
	margin: 0;
	padding: 0;
}
.top{
	width: 100%;
	height: 100px;
	background-color: #003558;
	border-bottom: 2px solid #fff;
}
.top:after{
	content: "";
	display: block;
	clear: both;
}
.topleft{
	float: left;
	height: 80px;
	margin-top: 10px;
}
.topleft img{
	height: 100%;
}
.topright{
	float: right;
}
.socialbox{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	margin: 25px 10px;
	transition: all .2s;
}
.topright a{
	font-size: 20px;
	color: #003558;
}
.topright a:hover .socialbox{
	background-color: #ffb901;
}
.topright a:hover .socialbox i{
	transform: scale(1.4);
}
.menubar{
	width: 100%;
	background-color: #003558;
	height: 50px;
	border-bottom: 1px solid #fff;	
}
.navbar-nav>li{
	display: inline-block;
	float: none;
}
.navbar-right{
	text-align: center;
	float: none;
	width: 100%;
}
nav>li>a {
    color: #fff;
}
.navbar-default{
	background-color: #003558;
	border: 0;
}
.navbar{
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
	font-family: "poppins",sans-serif;
	font-size: 18px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: #ffb901;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
    color: #333;
    background-color: #ffb901;
}
.navbar-default .navbar-toggle {
    border-color: #ffb901;
    margin: 16px auto 0;
    width: 100%;
}
.navbar-toggle {
    position: relative;
    float: none;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #ffb901;
    background-image: none;
    border: 1px solid transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1000000;
}
.menu-text{
	font-size: 18px;
	color: #333;
	font-weight: 500;
	font-family: "poppins",sans-serif; 
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:active {
    background-color: #ffb901;
    z-index: 100;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #ffb901;
}
navbar-collapse{
	z-index: 1000000;
	position: relative;
}
.navbar-collapse{
	z-index: 100;
	position: relative;
	background: #003558;
}
.ban{
	height: 500px;
	width: 100%;
	background-color: #ddd;
	position: relative;
}
.tigger{
	height: 120px;
	width: 360px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -60px;
	z-index: 10;
}
.tigger:after{
	display: block;
	clear: both;
	content: "";
}
.tiggerone{
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-color: #85be4f;
	float: left;
	cursor: pointer;
	text-align: center;
}
.tiggerone img{
	height: 60px;
	margin-top: 30px;
}
.tiggertwo{
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-color: #89c6ff;
	float: left;
	cursor: pointer;
	text-align: center;
}
.tiggertwo img{
	height: 60px;
	margin-top: 30px;
}
.tiggerthree{
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-color: #e6af4b;
	float: left;
	cursor: pointer;
	text-align: center;
}
.tiggerthree img{
	height: 60px;
	margin-top: 30px;
}
.banimg{
	height: 300px;
	text-align: center;
	margin-top:100px;
}
.banimg img{
	height: 100%;
}
.bantext{
	/*position: relative;*/
	text-align: center;
	margin-top:100px;
}
.bantext h1{
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	transform: translateY(-50%);*/
	font-size: 40px;
	color: #003558;
	font-family: 'Pirata One', cursive;
}
.bigone{
	width: 100%;
	background-color: #85be4f;
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
}
.bigtwo{
	width: 100%;
	background-color: #89c6ff;
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
}
.bigthree{
	width: 100%;
	background-color: #e6af4b;
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
}
.welldiv{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 30px;
	background-color: #fff;
	text-align: center;
}
.welldiv h1{
	font-family: :"poppins",sans-serif;
	font-size: 40px;
	color: #003558;
	font-weight: 600;
}
.welldiv p{
	font-family: :"poppins",sans-serif;
	font-size: 16px;
	color: #555;
	font-weight: 600;
	margin-top: 30px;
}
.abtbtn{
	width: 160px;
	height: 40px;
	background-color: #003558;
	text-align: center;
	margin: 50px auto 0;
	border-radius: 30px;
}
.abtbtn a{
	font-family: "poppins",sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	display: block;
}
.servivediv{
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 120px;
	height: initial;
}
.servivediv h1{
	font-family: :"poppins",sans-serif;
	font-size: 40px;
	color: #003558;
	font-weight: 600;
}
.servicebox{
	margin-top: 50px;
	height: 200px;
	position: relative;
	border:1px solid #ccc;
}
.servicebox img{
	height: 100%;
}
.boxhood{
	padding: 10px 0;
	width: 200px;
	border-top: 10px solid #81b64f;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -90px;
	text-align: center;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow: 1px 2px 6px #000;
}
.boxhood h1{
	font-family: "poppins",sans-serif;
	font-size: 26px;
	color: #81b64f;
}
.boxhood a{
	font-family: "poppins",sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 500;
}
.downback{
	padding: 80px 0;
	width: 100%;
	background-image: url("../images/overlay.png"), url("../images/pexels-photo.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
.downbox{
	text-align: center;
}
.downbox h1{
	font-family: "poppins",sans-serif;
	font-size: 30px;
	color: #fff;
	margin: 0;
}
.downbox a{
	font-family: "poppins",sans-serif;
	font-size: 50px;
	color: #81b64f;
	text-decoration: none;
	margin: 0;
	font-weight: 600;
}
.downbox a img{
	background-image: url("../images/pdf.png");
	display: inline-block;
	height: 48px;
	background-repeat: no-repeat;
}
.client{
	width: 100%;
	padding: 50px 0;

}
.clbox{
	height: 400px;
	border: 5px solid #81b64f;
	background: transparent;
	padding: 20px;
	background-image: url("../images/overlay2.png"), url("../images/money-gold-coins-finance.jpg");
	background-repeat: no-repeat;
	background-size: cover;   
}
.clbox h1{
	font-family: "poppins",sans-serif;
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: 600;
}
.slider{
	height:300px;
}
.sliderbox{

}
.slideimg{
	height: 60px;
	width: 60px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.slideimg img{
	height: 100%;
}
.sliderbox p{
	font-size: 16px;
	color: #333;
	font-family:"poppins",sans-serif;
	text-align: justify;
	font-weight: 600;
}
.clientdiv{
	height: initial;
	margin-top: 100px;
	background: #fff;
}

.cone{
	text-align: center;
}
.coneimg{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #e8ffd3;
	text-align: center;
	margin: 0 auto;
}
.coneimg img{
	width: 60px;
	height: 60px;
	text-align: center;
	margin-top: 20px;
}
.cone h1{
	font-family:"poppins",sans-serif;
	font-size: 20px;
	color: #003558;
	font-weight: 600;
}
.cone h2{
	font-family:"poppins",sans-serif;
	font-size: 40px;
	color: #85be4f;
	font-weight: 600;
}
.contdiv{
	background-color: #003558;
	padding: 50px 0;
}
.contdetails{

}
.contdetails h1{
	font-family: "poppins",sans-serif;
	font-size: 30px;
	font-weight: 600px;
	color: #fff;
}
.contdetails img{
	height: 60px;
}
.add p{
	font-family:"poppins",sans-serif;
	font-size: 18px;
	color: #fff;
	display: inline-block;
}
.add{
	position: relative;
	padding-left: 30px;
	margin-top: 20px;
}
.add:before{
	content: "\F041";
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
	color: #fff;
	font-family: "fontawesome";
	position: absolute;
	top: 0;
	left: 0;
}
.ph{
	position: relative;
	padding-left:30px;
	margin-top: 20px;
}
.ph p{
	font-family:"poppins",sans-serif;
	font-size: 18px;
	color: #fff;
}
.ph:before{
	content: "\F098";
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	color: #fff;
	font-family: "fontawesome";
	position: absolute;
	top: 0;
	left: 0;
}
.email p{
	font-family:"poppins",sans-serif;
	font-size: 18px;
	color: #fff;
}
.email{
	position: relative;
	padding-left: 30px;
	margin-top: 20px;
}
.email:before{
	content: "\F0E0";
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	color: #fff;
	font-family: "fontawesome";
	position: absolute;
	top: 0;
	left: 0;
}
.web a{
	font-family:"poppins",sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.web{
	position: relative;
	padding-left: 30px;
	margin-top: 20px;
}
.web:before{
	content: "\F0AC";
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	color: #fff;
	font-family: "fontawesome";
	position: absolute;
	top: 0;
	left: 0;
}
.quicklink{

}
.quicklink h1{
	font-family: "poppins",sans-serif;
	font-size: 30px;
	font-weight: 600px;
	color: #fff;
}
.contleft{

}
.contmenu{
	margin-top: 60px;
}
.contmenu a{
	font-family: "poppins",sans-serif;
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 20px 0;
	text-decoration: none;
}
.contright{

}
.contmenu{
	margin-top: 60px;
}
.contmenu a{
	font-family: "poppins",sans-serif;
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 20px 0;
	text-decoration: none;
}
.contsub{

}
.contsub h1{
	font-family: "poppins",sans-serif;
	font-size: 30px;
	font-weight: 600px;
	color: #fff;

}
.subfrom{
	margin-top: 60px;
}
.subfrom input{
	height: 40px;
	width: 100%;
	border:1px solid #fff;
	background-color: transparent;
	padding: 10px;	
	margin: 10px 0;
	color:white;
}
.subfrom textarea{
	min-height: 80px;
	max-height: 60px;
	max-width: 100%;
	min-width: 100%;
	border:1px solid #fff;
	background-color: transparent;
	padding: 10px;	
	margin: 10px 0;
	margin-bottom: 10px;
	color:white;
}
.send{
	width: 160px;
	height: 40px;
	background-color: #fff;
	text-align: center;
	display: block;
	margin-right: 0;
}
.send p{
	font-family: "poppins",sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	cursor: pointer;
}
.line{

	height: 2px;
	background-color: #fff;
	margin: 0 auto;
}
.copy{
	width: 100%;
	padding:15px 0;
	background-color: #003558;
}
.copyleft{
	width: 49.5%;
	display: inline-block;
}
.copyleft p{
	font-size: 16px;
	font-family: "poppins",sans-serif;
	color: #fff;
	margin: 0;
}
.copyright{
	width: 49.5%;
	display: inline-block;
	text-align: right;
}
.copyright p{
	font-size: 16px;
	font-family: "poppins",sans-serif;
	color: #fff;
	margin: 0;
	display: inline-block;
}
.copyright a{
	font-size: 16px;
	font-family: "poppins",sans-serif;
	color: #fff;
	margin: 0;
	text-decoration: none;
	display: inline-block;	
}
.subtop{
	height: 300px;
}
.subtop img{
	height: 100%;
	width: 100%;
}
.abtholder{
	padding:50px 0;
	background-color: #fff;
}
.theing{
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.theing img{
	height: 100%;
	width: 100%;
}
.pdfdiv{
	margin: 0 auto 30px;
	width: 40%;
	text-align: center;
	background-color: #f1f1f1;
	border-radius: 30px;
	padding: 10px 0;
}
.pdfdiv h1{
	font-family: "poppins",sans-serif;
	font-size: 30px;
	color: #003558; display: 
	inline-block;
}
.pdfdiv img{
	height: 50px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.threediv{
	margin-bottom: 50px;
}
.threediv h1{
	font-size: 30px;
	font-weight: 600;
	font-family: "poppins",sans-serif;
	color: #003558;
	margin-top: 0;
}
.threediv h2{
	font-size: 30px;
	font-weight: 600;
	font-family: "poppins",sans-serif;
	color: #333;
	margin-top: 0;
}
.threediv p{
	font-size: 20px;
	font-family: "poppins",sans-serif;
	color: #555;
	text-align: justify;
	position: relative;
	padding-left: 20px;
}
.threediv p:before{
	content: "\F101";
	display: inline-block;
	font-family: "fontawesome";
	position: absolute;
	top: 0;
	left: 0;
	color: #85be4f;
}
.threediv span{
	font-size: 20px;
	font-family: "poppins",sans-serif;
	color: #555;
	text-align: justify;
	margin-bottom: 10px;

}
.threediv h5{
	font-size: 20px;
	font-family: "poppins",sans-serif;
	color: #555;
	text-align: justify;
	font-weight: 400;
}
.linkbox{
	height: 270px;
	padding: 15px 20px;
	background-color: #fff;
	border:1px solid #ccc;
	box-shadow: 1px 2px 6px #000;
	border-radius: 15px;
	margin: 20px 0
}
.linkbox h1{
	font-size: 18px;
	font-family: "poppins",sans-serif;
	color: #003558;
	font-weight: 600;
}
.linkbox a{
	font-size: 18px;
	font-family: "poppins",sans-serif;
	color: #003558;
	font-weight: 400;
	text-decoration: none;
	padding-left: 20px;
	position: relative;
	display: block;
}
.linkbox a:before{
	content: "\F101";
	display: inline-block;
	font-family: "fontawesome";
	position: absolute;
	top: 0;
	left: 0;
	color: #85be4f;
	font-weight: 500;
}
.enqdiv{

}
.enqdiv h1{
	font-size: 30px;
	font-weight: 600;
	font-family: "poppins",sans-serif;
	color: #003558;
	margin-bottom: 50px;
}
.enqdiv span{
	font-size: 18px;
	font-family: "poppins",sans-serif;
	color: #555;
	font-weight: 600;
}
.enqdiv input{
	height: 40px;
	background-color: transparent;
	border: 1px solid #777;
	padding: 8px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 30px;
}
.enqdiv input:active, .enqdiv input:focus{
	outline: transparent;
}
.enqdiv textarea{
	min-height: 100px;
	max-height: 100px;
	min-width: 100%;
	max-width: 100%;
	background-color: transparent;
	border: 1px solid #777;
	padding: 8px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 30px;
}
.enqdiv textarea:active, .textarea input:focus{
	outline: transparent;
}
.subbtn{
	height: 40px;
	width: 180px;
	background-color: #003558;
	text-align: center;
	cursor: pointer;
}
.subbtn p{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	font-family: "poppins",sans-serif;
	line-height: 40px;
}
.imagessub{
	height: 400px;
	text-align: center;
	margin-top: 100px;
}
.imagessub img{
	height: 100%;
	width: 100%;
}
.subtop2{
	height: 400px;
}
.lastlogos{
	display: block;
	text-align: center;
}
.lastlogos h1{
	font-size: 40px;
	color: #003558;
	font-family: "poppins",sans-serif;
	font-weight: 600;
}
.lastlogos img{
	height: 100%;
}
.laticon{
	font-size: 60px;
	color: #81b64f;
	display: block;
	text-align: center;
}
.textdiv{
	display: block;
	text-align: center;
}
.textdiv p{
	font-size: 20px;
	color: #555;
	font-family: "poppins",sans-serif;
	font-weight: 500;
}

.fxWp{
    position:fixed;
    bottom:20px;
    right:15px;
    z-index:99;
}

.fxWp img{
    height:40px;
}