body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

* {
	outline: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	max-width: 100%
}

*:focus {
	outline: none;
}

.red-top {
	width: 100%;
	float: left;
	background: #0d474e;
	color: #fff;
	padding: 20px 0;
	font-size: 16px;
	line-height: 20px;
}

.container.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header {
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px 0;
}

.header {
	width: 100%;
	float: left;
	z-index: 2;
	left: 0px;
	right: 0px;
	top: 0px;
}

.header.ok-coming {
	position: fixed;
	border-bottom: 1px solid #f1f1f1;
	box-shadow: 0 0 10px #888;
}

.header-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding: 0;
}

.header-in ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	align-items: center;
}

.header-in ul li {
	position: relative;
}

.header-in ul li a:after {
	content: "";
	width: 0%;
	position: absolute;
	left: 50%;
	right: 0px;
	text-align: center;
	height: 2px;
	background: #02c8e2;
	bottom: 0;
	transform: translateX(-50%);
	transition: width .5s ease;
}

.header-in ul li.current-menu-item a:after {
	width: 42%;
}

.header-in ul li.active a:after {
	width: 42%;
}

.header-in ul li a:hover:after {
	width: 42%;
}

.header-in ul li a {

	display: block;
	padding: 10px 18px;
	color: #000;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	position: relative;
	text-align: center;
}

.banner {
	width: 100%;
	float: left;
	padding: 100px 0;
}

.banner .banner-in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.banner .banner-in .banner-text {
	width: 49%;
	float: left;
	display: flex;
	flex-direction: column;
}

.banner .banner-in .banner-text h1 {
	font-size: 42px;
	line-height: 1.2;
	font-weight: bold;
	color: #012964;
	margin: 20px 0;
}

.banner .banner-in .banner-text p {
	border-left: 4px solid #0d6efd;
	padding-left: 20px;
	font-size: 20px;
	line-height: 31px;
	margin: 20px 0;
}

.banner .banner-in .banner-text .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 20px 0
}

.banner .banner-in .banner-image {
	width: 49%;
}

.banner .banner-in .banner-image a {}

.button:hover {
	color: #fff;
}

.button {
	border-radius: 4px;
	background-color: #02c8e2;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	padding: 7px 15px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	text-transform: capitalize;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 25px;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}

.slide-logo {
	width: 100%;
	float: left;
	padding: 20px;
	/* background-image: url(../images/Group-7426.png); */
	background-repeat: no-repeat;
	background-size: cover;
	margin: 40px 0;
	padding: 60px 0 20px 0;
	background-color: #02c8e2;
}

.slide-logo h2 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin: 20px 0;
}

.slide-logo .logo-slide {
	width: 100%;
	float: left;
	padding: 40px 0 20px 0;
	border-top: 1px solid #fff;
	margin-top: 20px;
}

.slide-logo .owl-nav {
	position: absolute;
	right: 0px;
	top: -70px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
}

.slide-logo .owl-carousel .owl-nav button.owl-prev {
	color: #fff;
	border: 1px solid #fff;
	padding: 20px !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}

.slide-logo .owl-carousel .owl-nav button.owl-next {
	color: #fff;
	border: 1px solid #fff;
	padding: 20px !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}

.discription {
	width: 100%;
	float: left;
	padding: 40px 0;
}

.discription p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #212529
}

.discription h5 {
	color: #02c8e2;
}

.discription h3 {
	color: #02c8e2;
	font-size: 32px;
	line-height: 48px;
}
.content-area{
    padding: 20px;
    text-align: justify;
}
.content-area h1{}
.content-area h2{}
.content-area p{
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
}
.content-area ul{
    list-style: circle!important;
    padding: 0;
    padding-left: 18px;
}
.content-area ul li{
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
    list-style: decimal;
}
.content-area ul li a{}
.content-area blockquote{
    padding-left: 20px;
    border-left: 6px solid #02c8e2;
    font-size: 16px;
    line-height: 30px;
}
.counter {
	width: 100%;
	float: left;
	padding: 20px;
	/* background-image: url(../images/Group-7426.png); */
	background-repeat: no-repeat;
	background-size: cover;
	margin: 40px 0;
	padding: 60px 0 20px 0;
	background-color: #02c8e2;
}

.counter h3 {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	font-size: 31px;
	line-height: 55px;
	text-transform: capitalize;
	font-weight: 400;
	color: #1d1c1c;
}

.counter h3 span {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: 300;
	color: #1d1c1c;
	display: block
}

.circle-con {
	text-align: center;
	height: 260px;
	margin: 30px 0;
}

.circle-count {

	font-size: 38px;

	background: #ffffff;

	display: inline-block;

	text-align: center;

	border-radius: 100%;

	-moz-border-radius: 100%;

	-webkit-border-radius: 100%;

	color: #000;

	border: 2px solid #ff0000;

	width: 100%;

	position: relative;

	transition: all .5s ease;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	font-family: 'Lato', sans-serif;

	height: 170px;

	width: 170px;

	line-height: 150px;

	border: 10px solid #6e85a7;

	font-weight: bold;
}

.circle-count:after {
	border: 3px solid #000;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	content: "";
	border-radius: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease
}

.circle-count:hover:after {
	left: -8px;
	right: -8px;
	top: -8px;
	bottom: -8px;
}

*:focus {
	outline: none
}

.circle-con h5 {
	margin: 10px 0px;
	padding: 10px 0px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	display: block;
	text-align: center;
	float: left;
	width: 100%;
	font-weight: 300;
	color: #fff;
}

.boost {
	width: 100%;
	float: left;
	padding: 40px 0;
}

.boost h3 {
	font-size: 42px;
	line-height: 50px;
	font-weight: bold;
	color: #02c8e2;
	text-align: center;
	margin-bottom: 20px;
}

.boost h3 span {
	display: block;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	line-height: 37px;
}

.boost .container-in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.boost .container-in .img-wrap {
	width: 49%;
}

.boost .container-in .discription-list {
	width: 49%;
}

.boost .container-in .discription-list h3 {
	text-align: left;
}

.boost .container-in .discription-list p {
	color: #000;
	font-size: 23px;
	line-height: 30px;
}

.boost .container-in .discription-list ul {}

.boost .container-in .discription-list ul li {
	position: relative;
	list-style: none !important;
	margin-bottom: 9px;
	line-height: 25px;
	font-size: 17px;
}

.boost .container-in .discription-list ul li a {}

.boost .container-in .discription-list ul li:before {
	position: absolute;
	left: -33px;
	top: 50%;
	content: "";
	padding: 0;
	line-height: 22px;
	border: 1px solid #02c8e2;
	border-radius: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	width: 20px;
	height: 20px;
}

.boost .container-in .discription-list ul li:after {
	position: absolute;
	left: -29px;
	top: 50%;
	content: "";
	padding: 0;
	line-height: 22px;
	/* border: 1px solid #000; */
	border-radius: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	width: 12px;
	height: 12px;
	background: #02c8e2;
}
.lead{margin-bottom:30px;}
.footer {
	width: 100%;
	float: left;
	/* background-image: url(../images/footer.png); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	background-color: #02c8e2;
}

.footer h3 {
	border-left: 2px solid #fff;
	margin: 0px;
	padding: 0px !important;
	padding-left: 20px !important;
	font-size: 20px;
	font-weight: bold;
}

.footer strong {
	font-weight: bold;
}

.footer p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}

.footer ul.f-page-lists {
	margin: 0px;
	margin-top: 45px !important;
}

.footer ul.f-page-lists li {
	display: block;
}

.footer ul.f-page-lists li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}
.form-area-page{
    float: left;
    width: 100%;
    margin: 0;
    background: #f1f1f1f1;
    padding: 80px 0;
}
.flex-col-div{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 900px;
    width: 100%;
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1000px;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 2px 12px #ccc;
    margin-top: 0;
    background: #f4f4f4;
    overflow: hidden;
}
.user-signup.conatct-full{width:100%}
.user-signup{
    width: 60%;
    padding: 30px;
    background: #fff;
}
.user-signup h2{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.user-signup h3 span{
    font-size: 16px;
    color: #666;
    font-weight: lighter;
    background: #fff;
    position: relative;
    padding: 0 20px;
    }
.user-signup h3:before{content:"";position:absolute;width:100%;height:1px;background:#f1f1f1;left: 0;top: 60%;}
.user-signup h3{
    background-color: #fff;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    width: 100%;
    margin: 0 0 20px 0;
}
.form-control-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f-ctrrl-wrap{
    width: 47%;
    display: flex;
    flex-direction: column;
    height: 100px;
}
.f-ctrrl-wrap label span{color:#ff0000;}
.f-ctrrl-wrap label{
    font-size: 14px;
    line-height: 20px;
    padding-left: 3px;
}
.f-ctrrl-wrap .tarea{height:100px}
.f-ctrrl-wrap .textbox,
.f-ctrrl-wrap .tarea,
.f-ctrrl-wrap .ctrl-class{
    float: left;
    width: 100%;
    border-radius: 3px;
    background: #f4f4f4;
    border: 1px solid #a1a1a1;
    outline: none;
    padding: 8px 10px;
    font-size: 15px;
    transition: box-shadow .3s;
    resize: none;
    color: #666;

}
.f-ctrrl-wrap .ctrl-class:focus{background:#fff;}
.f-ctrrl-wrap .ctrl-class:hover{background:#fff;}
.f-ctrrl-wrap .error{color: #ff0000;font-size: 14px;line-height: 18px;}
.user-adver{width:40%;padding: 30px;text-align: center;}
.f-ctrrl-wrap.full-width{    width: 100%;
    height: auto;
    margin: 10px 0;}
.user-adver h2{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #02c8e2;
    }
.user-adver p{    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    line-height: 40px;}
.click-menu, .mobile-menu-cst{display:none}
@media only screen and (max-width: 767px) {
	/*mobile menu*/
	.mobile-menu-cst, .click-menu {
    display: block;
}
#profitline-res{display:block;}
.mobile-menu-cst #map-id {   display: block;}
.mobile-menu-cst.show-menu{left:0px;}
.mobile-menu-cst{position: fixed;top: 0px;left: -100%;height: 100%;z-index: 999;background: #1a1918;width: 80%;transition: all .5s ease;}
.mobile-menu-cst ul{margin: 0px;padding: 0px;list-style: none;}
.mobile-menu-cst ul li ul{display:none;}
.mobile-menu-cst ul li:last-child{border:none;}
.mobile-menu-cst ul li li:after{content:"";position:absolute;top:100%;left: -50px;/* background:#fff; */height:1px;width: 50px;border-bottom: 1px solid rgba(255, 255, 255, 0.06);}
.mobile-menu-cst ul li{padding: 0;display: block;float: left;width: 100%;}
.mobile-menu-cst ul li a{color:#fff;text-decoration: none;font-weight: normal;}
.mobile-menu-cst ul li a:hover{color: rgb(238, 213, 21);}
.mobile-menu-cst ul ul li{background:none!important;padding-left:0px;position: relative;}
.mobile-menu-cst ul li.menu-item-has-children:after{content:"";position:absolute;right: 16px;width: 0;height: 0;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid white;top: 28px;margin-top: -4px;}
.mobile-menu-cst ul li{color: rgb(255, 255, 255);font-size: 19px;line-height: 26px;/* background-position: 10px 10px; */display: block;float: left;width: 100%;border-bottom: 1px solid rgb(255 255 255);padding: 13px;position: relative;}
.close-menu{position: absolute;z-index: 999;
    right: 10px;
    background: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
	top:10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;}
.sub-menu-toggle{display:none;}
/*mobile menu*/

	.click-menu{display:block;margin-left:auto;}
 .menu ul{display:none;}
 .banner {padding: 0;}
 .banner .banner-in {

    align-items: flex-start;
    flex-direction: column;
}
.banner .banner-in .banner-text {
    width: 100%;

}
.banner .banner-in .banner-image{   width: 100%;}
.header-in {
    padding: 0 20px;
}
.banner .banner-in .banner-text h1 {
    font-size: 26px;

}
.slide-logo h2 {
    font-size: 16px;
}
.slide-logo {

    padding: 20px 0;
}
.boost .container-in {

    align-items: flex-start;
    flex-direction: column;
}
.boost .container-in .img-wrap,
.boost .container-in .discription-list{width:100%;}
.boost .container-in+div{flex-direction: column-reverse;}
.flex-col-div{flex-direction: column-reverse;}
.user-signup{width:100%}
.user-adver{width:100%}
.form-control-wrap {

    flex-direction: column;
}
.f-ctrrl-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100px;
}
}

/* Dropdown css  */

.dropdown a{
display: block;
    padding: 10px 18px;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

ul.dropdown-menu {
    display: none;
}

h3.sub-title-3.mt-0 {
	font-size: 16px;
	color: #000;
 }
	a {
	text-decoration: none !important;
	}
 
 
	
 .breadcrumbs {
	background: #02c8e217;
	color:#000;
	font-weight:500;
 }
 
 .breadcrumbs ol {
	display: inline-flex;
	width: 100%;
	padding: 10px 72px;
 }
 
 .breadcrumbs li {
	 padding: 0px 8px;
 }
 
 button.btn.btn-link.btn-block.text-left {
    text-decoration: none;
}

.card-header h3 {
    text-decoration: none !important;
    font-size: 15px;
    color: #000;
    padding-top: 4px;
}


/*header css changes */

li.bt a {
    background: #02c8e2;
    margin: 0px 6px;
    border-radius: 36px;
    font-size: 13px !important;
    color: #fff !important;
}

a#dropdownMenu2 {
    padding: 10px;
    font-size: 13px !important;
    display:flex !important;
}

.dropdown {
    display: flex;
}

p.text-capitalize {
    padding-top: 18px;
}

.dropdown-toggle::after {
    
    margin-top:28px;
}

a.dropdown-item.submenu {
    font-size: 12px;
    text-align: left;
    padding: 4px 10px;
}

.card-header.bg-primary.text-white {
    background: #02c8e2 !important;
}

.btn-primary{
	background-color: #02c8e2!important;
	border-color:#02c8e2 !important;
}