@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
}

::-moz-selection {
	color: #fff;
	background: #025f82;
}

::selection {
	color: #fff;
	background: #025f82;
}

::-webkit-scrollbar-track {
	background-color: #cacaca;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
	background-color: #353535;
}

a {
	text-decoration: none !important;
}

.pdd {
	padding: 0 !important;
}

.home {
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	z-index: 999;
	position: fixed;
    top: 0; 
}

.fixheader {
	position: fixed;
	top: 0;
	background: #0085ad;
	background: -moz-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #0085ad), color-stop(100%, #003d57));
	background: -webkit-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -o-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -ms-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: linear-gradient(45deg, #007da4 5%, #005371 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085ad', endColorstr='#003d57', GradientType=1);
	z-index: 999;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.fixheader .logo img {
	width: 120px;
}

.fixheader .topright {
	margin: 5px 0 0 0;
}

.description {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0;
	color: #555;
}

.logo {
	padding: 0 !important;
}

.logo img {
	width: 200px;
	padding: 0;
	margin: 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

 
.topright {
	padding: 0 !important;
	margin: 16px 0 0 0;
	text-align: right;
}

.callus {
	display: inline-block;
	margin: 0 0 0 10px;
}
 

.callus a {
	padding: 0 15px;
	font-size: 13px;
	line-height: 37px;
	letter-spacing: 1px;
	font-weight: 400;
	background: #fff;
	border-radius: 25px;
	display: block;
	color: #0092d7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.callus a svg {
	margin: 0 2px 0 0;
}

.callus a:hover,
.callus a:focus {
	color: #007cc4;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}

.social {
	padding: 0;
	display: inline-block;
}

.whatsapp {
	width: 50px;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 9;
}

.whatsapp a,
.whatsapp a:hover,
.whatsapp a:focus {
	width: 100%;
	line-height: 50px;
	background: #14a94c;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 23px;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}

.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.social li {
	width: auto !important;
	list-style: none;
	margin: 0 !important;
	border: none !important;
	padding: 0 !important;
	display: inline-block !important;
	text-align: left;
}

.social li a {
	display: block;
	color: #fff;
	font-size: 15px;
	margin: 0 3px;
	padding: 0 5px;
	line-height: 37px;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.social li a:hover {
	color: #fff;
}

.menu-collapser {
	position: absolute;
	top: -78px;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	color: #333;
	font-size: 0;
	line-height: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.collapse-button {
	position: absolute;
	right: 0;
	top: 24px;
	width: 40px;
	padding: 0;
	color: #000000;
	font-size: 14px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.collapse-button span:nth-of-type(2) {
	width: 30px;
}

.collapse-button span:nth-of-type(3) {
	width: 20px;
}

.collapse-button .icon-bar {
	display: block;
	float: right;
	height: 2px;
	width: 40px;
	position: relative;
	margin: 4px 0;
	background-color: #fff;
	border-radius: 1px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.crotate .icon-bar {
	width: 35px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.crotate span:nth-of-type(3) {
	width: 35px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
}

.crotate span:nth-of-type(2) {
	display: none;
}

ul.slimmenu {
	width: 100%;
	margin: 7px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

ul.slimmenu:before,
ul.slimmenu:after {
	content: '';
	display: table
}

ul.slimmenu:after {
	clear: both
}

ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li > ul {
	position: static;
	display: none
}

ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px
}

ul.slimmenu li {
	position: relative;
	display: inline-block;
}

ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}

ul.slimmenu li ul li {
	width: 100%;
	padding: 0 15px;
}

ul.slimmenu li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	min-width: 235px;
	background: #fff;
	border-top: 5px solid #00c6ff;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
}

ul.slimmenu li > ul:before {
	position: absolute;
	content: '';
	top: -13px;
	left: 10%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #00c6ff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

ul.slimmenu li > ul > li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}

ul.slimmenu li a {
	padding: 0 10px;
	margin: 0;
	line-height: 46px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
}

ul.slimmenu li a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	top: -1px;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
}

ul.slimmenu li a:hover:before,
ul.slimmenu li.active a:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

ul.slimmenu li:last-child a {
	padding: 0 0 0 13px;
}

ul.slimmenu li ul li a,
ul.slimmenu li ul li:last-child a {
	width: 100%;
	display: block;
	line-height: 20px;
	color: #333;
	padding: 8px 0;
	letter-spacing: .4px;
	margin: 0;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	border-top: 1px dashed #ccc;
}

ul.slimmenu li ul li:first-child a {
	border-top: 0px dashed #ccc;
}

 

ul.slimmenu li ul li:last-child a {
	border-bottom: 0px solid #fff;
}

ul.slimmenu li ul li a:hover {
	color: #0092d7;
}

ul.slimmenu li.active a {
	color: #ffffff;
}

ul.slimmenu li a:hover {
	color: #ffffff;
}

ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 999;
	width: 10px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}

ul.slimmenu li .sub-toggle svg {
	display: inline-block;
	color: #fff;
	font-size: 9px;
	font-weight: 100;
	vertical-align: middle;
}

ul.slimmenu li ul li .sub-toggle svg {
	color: #000;
}

ul.slimmenu li ul li .sub-toggle {
	right: 2px;
}

ul.slimmenu > li {}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
	border-left: 0
}

  
	

/*---------------DESKTOP STARTS----------*/
@media only screen and (min-width: 1061px) {
.pay-online
    {
     position:fixed;
     right:0%;
     top:.4em;
     z-index:9999999;
    }
    
.landing-header-bg
        {
        background-image: url(../landing-page-bg/web-landing-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width:100%;
        height:650px;
        margin-bottom:2em;
        }
        
.banner-text
    {
     margin-top:17em;
    }
        
.header-form
    {
        margin-top:10em;
    }
    
    .banner-heading
    {
        line-height:1.5;
    }
    
.banner-sub-heading
    {
        line-height:1.5;
    }
    
}	
/*---------------DESKTOP ENDS----------*/

		
.pl-2
    {
        padding:2em;
    }
    
.text-white
    {
        color:#fff;
    }
	    
.mt-1
    {
    margin-top:1em;
    }
	    

 @media only screen and (max-width: 480px) {
	.home {
		padding: 5px 0 0 0;
	}

	.fixheader {
		padding: 3px 0;
	}

	.fixheader .logo img {
		width: 105px;
	}

	.fixheader .collapse-button {
		top: 39px;
	}

	.fixheader .crotate {
		top: 20px;
	}

	.logo img {
		width: 120px!important;
	}

	.quickenqleft {
		right: 12px;
		width: 123px;
		margin-top: -70px;
		height: 25px;
		font-size: 11px;
		line-height: 16px;
	}

	.quickenqright {
		padding: 50px 15px;
		right: -290px;
		width: 290px;
	}

	.qright {
		right: 0;
	}

	.quickenqright input,
	.quickenqright select,
	.quickenqright textarea {
		height: 40px;
	}

	.quickenqright textarea {
		height: 90px;
	}

	.callus {
		display: none;
	}

	.collapse-button {
		top: 35px;
	}

	.crotate {
		top: 19px;
	}

	 
}
@media only screen and (max-width: 992px) {
	.fixheader {
		padding: 5px 0;
	}

	.fixheader .topright {
		margin: 4px 0 0 0;
	}

	.fixheader .collapse-button {
		top: 37px;
	}

	.fixheader .crotate {
		top: 20px;
	}

	.quickenqright textarea {
		height: 90px;
	}

	.logo img {
		width: 180px;
	}

	.topright {
		padding: 0 60px 0 0 !important;
		margin: 14px 0 0 0;
	}

	ul.slimmenu {
		width: 250px;
		height: 100%;
		top: 0;
		right: 0;
		display: none;
		position: fixed;
		text-align: left;
		padding: 15px 20px;
		background: #fff;
		overflow-x: hidden;
		overflow-y: scroll;
		z-index: 999;
		margin: 0;
		border: none;
		-webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
		-moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
		box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
	}

	.crotate {
		position: fixed;
		top: 20px;
		right: 250px;
		background: #fff;
		z-index: 9999;
		padding: 10px 8px 10px 10px;
		-webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
		-moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
		box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
	}

	.crotate .icon-bar {
		width: 25px;
		background-color: #333;
		top: 5px;
	}

	.crotate span:nth-of-type(3) {
		width: 25px;
		top: -5px;
	}

	ul.slimmenu li a,
	ul.slimmenu li:last-child a {
		color: #333;
		padding: 0;
		line-height: 40px;
	}

	ul.slimmenu li a:before {
		display: none;
	}

	ul.slimmenu li.active a {
		color: #0092d7;
	}

	ul.slimmenu li a:hover {
		color: #0092d7;
	}

	ul.slimmenu li .sub-toggle svg {
		color: #333;
		font-size: 12px;
	}

	ul.slimmenu li .sub-toggle {
		right: 0;
		width: 30px;
		text-align: right;
	}

	ul.slimmenu li > ul {
		min-width: initial;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
	}

	ul.slimmenu li > ul:before {
		display: none;
	}

	ul.slimmenu li ul li {
		padding: 0 0 0 10px;
	}

	ul.slimmenu li ul li a,
	ul.slimmenu li ul li:last-child a {
		border: none;
		border-bottom: 1px solid #f0f0f0;
	}

	 
}

.social-icons li a.active, .social-icons li a:hover{
    background: #005371 !important;
    border-color: #005371  !important;
}
.blogs {
	padding: 10px 0 60px 0;
	position: relative;
}

.blogs:before {
	position: absolute;
	content: '';
	width: 45%;
	height: 140%;
	top: -39%;
	left: 0;
	background: url(../images/bg4.jpg);
	background-size: 100% 100%;
	z-index: -1;
	opacity: .1;
}

.bmain {
	margin: 0 -15px;
}

.bbox {
	padding: 0 !important;
	background: #f0f0f0;
	margin: 30px 0 0 0;
}

.bbox .bimg {
	overflow: hidden;
	position: relative;
}

.bbox .bimg img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.bbox:hover .bimg img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.bbox .bdate {
	position: absolute;
	top: 0;
	right: 20px;
	background: #0092d7;
	padding: 13px 15px 2px 15px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 20px;
	z-index: 1;
}

.bbox .bdate:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	bottom: -10px;
	left: 0;
	background: #0092d7;
	z-index: -1;
	-webkit-transform: skewY(-7deg);
	-moz-transform: skewY(-7deg);
	-o-transform: skewY(-7deg);
	transform: skewY(-7deg);
}

.bbox .bdate span {
	display: block;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 3px;
}

.btext {
	padding:10px;
	background: #0092d712;
}

.btext h4 {
	font-size:17px;
	text-align: left;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	text-align: left;
	letter-spacing: .4px;
	padding: 0 0 0px 0;
	color: #111;
}

.btext .description {
	padding: 0 0 15px 0;
}

.btext a {
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #0092d7;
}

.btext a span {
	width: 30px;
	height: 1px;
	background: #0092d7;
	display: inline-block;
	vertical-align: 4px;
	margin: 0 5px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.btext a:hover span {
	width: 50px;
}

.btext a:hover,
.btext a:focus {
	color: #0092d7;
}

footer {
	position: relative;
	overflow: hidden;
}

footer:before {
	position: absolute;
	content: '';
	left: -200px;
	bottom: -200px;
	width: 400px;
	height: 400px;
	border: 50px solid #0092d7;
	border-radius: 100%;
	z-index: -1;
	-webkit-animation: zoom-fade 6s infinite linear;
	-moz-animation: zoom-fade 6s infinite linear;
	-o-animation: zoom-fade 6s infinite linear;
	-ms-animation: zoom-fade 6s infinite linear;
	animation: zoom-fade 6s infinite linear;
}

@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.fbox {
	padding: 0 !important;
}

.fbox h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #333;
	font-family: inherit;
}

.fbox hr {
	width: 35px;
	height: 2px;
	margin: 10px 0 20px 0;
	padding: 0;
	display: block;
	background: #0092d7;
	border: none;
}

.fbox .description {
	text-align: left;
	padding: 0 0 9px 0;
}

.fbox .description svg {
	margin: 0 3px 0 0;
}

.fbox .social li a {
	color: #555;
	border: 1px solid #555;
	width: 30px;
	line-height: 28px;
	margin: 0 7px 0 0;
}

.fbox .social li a:hover {
	background: #0092d7;
	border-color: #0092d7;
	color: #fff;
}

.fbox2 {
	padding: 0 0 0 30px !important;
}

.fcopy { 
	padding-bottom: 20px;
	border-top: 1px dashed #ccc;
}

.fcopy .description {
	text-align: center;
	padding: 0;
	font-size: 13px;
}

.fcopy .description a {
	color: #555;
}

.testimonials {
	padding: 0;
	position: relative;
}

.testimonials:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg5.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	opacity: .1;
}
