@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600;700;800&display=swap');
body {
	font-family: 'Jost', sans-serif;
}

a {
	text-decoration: none !important;
}
a:hover{color:#fff}
p {
	margin: 0px;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}

.form-select:focus {
	box-shadow: none !important;
	border: 1px solid #282F59 !important;
}

 
.form-control:focus {
	box-shadow: none !important;
	border-color: #282F59 !important;
}

.text-blue{
	color: #282F59 !important;
}
.background-blue{
	color: #282F59 !important;
}
.font-size-15 {
	font-size: 15px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
}
.font-weight-800 {
	font-weight: 800;
}

.line-height-25 {
	line-height: 25px;
}

.text-gray {
	color: #666 !important;
}

.text-dark {
	color: #333 !important;
}

.text-light-grey {
	color: #ddd;
}
.topbar{
	padding: 20px 0;
	background-color: #fff;
	color: #282F59;
}
.topbar .topbar-links{
	display: flex;
	margin: 0;
	list-style-type: none;
	justify-content: flex-end;
}
.topbar .topbar-links  li a i{
	margin-right: 7px;
}
.topbar .topbar-links  li {
	margin-right: 20px;
}
.topbar .topbar-links  li a {
	color: #282F59 !important;
}
.register-btn{
	padding: 8px 20px;
	background-color: #73bc25;
	border-radius: 5px;
	border:2px solid #73bc25;
	color: #fff;
}
.register-btn:hover{
	background-color: #fff;
	color:#73bc25;
	border:2px solid #73bc25 !important;
}
.sticky {
	position: fixed !important;;
	top: 0 !important;;
	left: 0;
	right: 0;
	z-index: 100000;
	background-color: #333 !important;;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}
.banner{
	padding: 120px 0 50px 0;
	background: url(../images/banner-background-home.jpg) no-repeat center center;
	height: auto;
	position: relative;
	background-size: cover;
}
.banner-image{
	width: 100%;
	height: 500px;
}
.banner-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	float: right;
}
.overlay {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
  }
.small-banner{
	padding: 200px 0 120px 0 !important;
	/*background: url(../images/inner-background.jpg) no-repeat center center;*/
	background-size: cover;
	position: relative;
}
.navbar{
	position: absolute;
	top: 0;
	width: 100%;
	background-color: transparent;
	padding: 20px 0;
	z-index: 1000;
}
.navbar .navbar-nav .nav-item .nav-link{
	color: #fff !important;
	font-size: 17px;
	padding: 7px 20px;
}
.dropdown:hover .dropdown-menu{
	display: block;
}
.dropdown-item{
	text-transform: capitalize;
}
.breadcrumb li a, .breadcrumb li {
	color: #fff;
	padding: 0 5px;
  }
.banner-pattern{
	background: rgba(0, 0, 0, 0.5);
	background-size: cover;
	opacity: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.banner h1{
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
}
.banner h1 b{
	font-weight: 800;
}
.owl-prev span, .owl-next span {
	color: #282F59;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	font-size: 18px;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #282F59;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: -5%;
}

.owl-next {
	right: -5%;
}
.banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
.banner-content p{
	color: #fff;
	margin-top: 30px;
}
.learn-btn{
	padding: 10px 30px;
	background-color: #fff;
	border:2px solid #fff;
	color: #282F59;
	border-radius: 10px;
	display: inline-block;
	margin-top: 40px;
}
.learn-btn:hover{
	color: #282F59 !important;
	background-color:transparent;
	border:2px solid #fff;
	color:#fff !important;
}
.stats-outer{
	border-radius: 20px;
	background-color: white;
	box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
	border-radius: 20px;
	padding: 50px;
	margin-top: -100px;
	z-index: 1000;
	position: relative;
}
.stats-bar h2{
	color: #282F59;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
}
.stats-bar h5{
	color: #333;
	text-align: center;
}
.why-us{
	padding: 70px 0;
}
.common-heading{
	text-align: center;
	margin-bottom: 70px;
}
.common-heading h2{
	color: #282F59;
	font-weight: 700;
	font-size: 35px;
}
.common-heading p{
	text-align: center;
	width: 75%;
	margin: 0 auto;
}
.why-section{
	margin-bottom: 50px;
	padding-right: 40px;
}
.why-section i{
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #282F59;
	color: #282F59;
	font-size: 30px;
	float: left;
	text-align: center;
	margin-right: 30px;
}
.why-section h4{
	font-size: 25px;
	font-weight:600;
	color: #282F59;
}
.why-section p{
	color: #666;
}
.amount{
	width: 120px;
	height: 120px;
	line-height: 120px;
	background-color: #282F59;
	color: #fff;
	border-radius: 50%;
	margin: 0 auto;
	
}
.services {
	background: url(../images/services-background-home.jpg) no-repeat center center;
	padding: 70px 0;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.z-index-100{
	z-index: 100;
	position: relative;
}
.partner-content{
	padding: 30px;
}
.services .common-heading h2, .services .common-heading p{
	color: #fff;
}
.service-image {
	width: 100%;
	height: 350px;
}
.partner-content{
	background-color: #fff;
}
.service-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pricing-wrap ul li i{
	margin-top: 7px;
	margin-right: 8px;
}
.pricing-wrap ul{
	list-style-type: none;
	padding: 0;
}
.pricing{
	padding-top: 70px;
}
.pricing-wrap ul li {
	line-height: 35px;
	margin-bottom: 15px;
}
.pricing-wrap{
	border: 1px solid #ccc;
	padding: 40px;
	border-radius: 20px;
}
.pricing-wrap:hover{
	border-color: #282F59;
}
.pricing-wrap .get-started{
	padding: 8px 25px;
	background-color: #282F59;
	color: #fff;
	border-radius: 5px;
	display: block;
	text-align: center;
}
.testimonials{
	background: url(../images/feedback-background.jpg) no-repeat center center;
	padding: 70px 0;
	background-size:cover !important;
}
.feedback{
	padding: 20px;
	border: 1px solid #282F59;
	border-radius: 5px;
	position: relative;
}
/*.feedback:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 34px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 12.5px 0 12.5px;
	border-color: #282F59 transparent transparent transparent;
	background-color: #fff !important;
}*/
.feedback i{
	font-weight: 500;
}
.testimonials h4{
	font-weight: 600;
}
footer{
	padding: 70px 0;
	background-color: #282F59;
	color: #fff;
}
.social{
	list-style-type: none;
	display: flex;
	margin-top: 30px;
}
.social li{
	margin-right: 15px;
}
.social li a{
	color: #fff;
}
.social li a i{
	font-size: 25px;
}
footer h2{
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
footer ul{
	list-style-type: none;
	padding: 0;
}
footer ul li{
	line-height: 30px;
}
footer ul li a{
	font-size: 18px;
	color: #fff;
}
footer p{
	width: 70%;
}
.seo-section, .meet-team{
	padding: 70px 0;
}
.seo-section h2{
	font-weight: 600;
	margin: 20px 0;
}
.seo-image{
	width: 100%;	
	height: 300px;
}
.seo-image img{
	width: 100%;	
	height: 100%;
	object-fit: cover;
}
.seo-image1{
	margin-top: 70px;
}
.seo-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.team-wrap{
	text-align: center;
	background-color: #F6F9FC;
	border: 1px solid #F6F9FC;
	padding: 50px;
	text-align: center;
	border-radius: 20px;
	position: relative;
}
.team-image{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	overflow: hidden;
}
.team-wrap img{
	width: 100px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-wrap a h4{
	color: #282F59 !important;
}
.team-wrap ul{
	text-align: center;
	display: inline-flex;
	margin-top: 20px;
}
.team-wrap ul li a{
	color: #282F59;
}
.team-wrap p{
	color: #666
}
.team-wrap h4{
	margin-top: 20px;
}
.team-members{
	margin-top: 130px;
}
.our-partners{
	padding-bottom: 70px;
}
.partner-logo{
	margin-bottom: 30px;
}
.partner-logo{
	width: 100%;
	height: 50px;
}
.partner-content h5{
	color: #333 !important;
	font-weight: 600;
}
.partner-content p{
	color: #666 !important;
}
.partner-logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.team-wrap:hover {
	border-color: #282F59;
}
.about-details{
	padding: 70px 0;
}
.about-details h3{
	font-size: 32px;
}
.about-details p{
	font-size: 16px;
	line-height: 28px;
	color: #4e4e4e !important;
}
.about-details h6{
	color: #000;
}
.about-details ul{
	padding-left: 30px;
}
.faqs{
	padding: 70px 0;
}
.accordion-item .accordion-button{
	color: #282F59;
	font-weight: 600;
	background-color: #f6f7ff;
	padding: 25px 35px;
}
.accordion-button:focus{
	box-shadow: none;
}
.service-details small{
	color: #282F59;
}
.service-details h3{
	margin: 20px 0;
	font-weight: 600;
	color: #333;
}
.service-detail-big{
	width: 100%;
	height: 350px;
	padding: 5px;
	background-color: #fff;
}
.service-detail-big img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-detail-small{
	width: 50%;
	height: 250px;
	float: left;
	padding: 5px;
	background-color: #fff;
}
.service-detail-small img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-details ul li{
	line-height: 30px;
	color: #4e4e4e !important;
}
.content h2{
	font-weight: 600;
}
.content p{
	color: #666;
}
.content ul {
	margin-top: 30px;
	padding-left: 35px;
}
.content ul li{
	line-height: 30px;
	color: #666 !important;
}
.error-section{
	padding: 70px 0;
}	
.error-section i{
	font-size: 40px;
}
.error-section h1{
	font-size: 55px;
}
.contact-wrap{
	padding: 70px 0;
}
.contact-wrap h5{
	margin-bottom: 20px;
}
.contact-wrap .form-control{
	margin-bottom: 15px;
}
.contact-wrap .btn-primary{
	background-color: #282F59;
	display: block;
	text-align: center;
	color: #fff;
	width: 100%;
	border: none;
	padding: 10px 0;
}
.contact-wrap a i{
	color: #282F59;
	font-size: 20px;
	margin-top: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background-color: #282F59;
	color: #fff;
}
.contact-wrap a{
	color: #666;
	font-size: 20px;
}
.blogs{
	padding: 70px 0;
}
.blog-wrapper{
	margin-top: 30px;
}
.blog-wrapper .blog-image{
	width: 100%;
	height: 300px;
}
.blog-wrapper .blog-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-wrapper .blog-image-big{
	width: 100%;
	height: 600px;
}
.blog-wrapper .blog-image-big img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-wrapper h4{
	margin-top: 20px;
	color: #333;
}
.blog-wrapper p{
	color: #666;
	margin: 20px 0;
}
.blog-read-more{
	padding: 8px 25px;
	background-color: #282F59;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px;
}
.blog-wrapper .about-details ul{
	margin-left: 30px !important;
}
.cta{
	background: url(../images/cta-background-home.jpg) no-repeat center top;
	padding: 100px 0;
	background-size: cover;
	background-attachment: fixed;
}
.cta h2{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}
.cta p{
	color: #fff;
}
.cta hr{
	margin-bottom: 70px;
}
.cta .register-btn{
	font-size: 18px;
}
.fab,.fas{color:#73bc25;}
.register-btn > .fa-sign-in-alt{color:#fff;}
.register-btn:hover >.fa-sign-in-alt{color:#73bc25;}
.template-details p{padding-bottom:28px;}
.template-image-big img{vertical-align:top;}
*:focus {
    outline: none;
}
.accordion a:hover{color:#73bc25;}
.contact-us-bottom a{color:#0d6efd;}
.contact-us-bottom a:hover{color:#73bc25;}
.services-module{margin-bottom:20px;}
.cookies{
	position: relative;
}
.cookies-text{
	position: fixed;
	bottom: 0;
	position: fixed;
	bottom: 0;
	left: 13%;
	right: 13%;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 15px;
	display: flex;
	justify-content: space-between;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
	border-radius: 10px;
}
.cookies-text p{
	font-size: 18px;
	color: #fff;
	margin-left: 20px;
}
.cookies-text a{
	padding: 8px 25px;
	background-color: #73bc25;
	color: #fff;
	border-radius: 5px;
}
.cookies-text img{
	filter: invert(97%) sepia(52%) saturate(0%) hue-rotate(12deg) brightness(102%) contrast(105%);
	width: 70px;
}