:root{
	--primary-theme-color:#1f386b;
	--secondary-theme-color:#e41937;
	--nav-hover:#fff;
	--font-theme:'Open Sans', sans-serif;
}
body {
	line-height: 1.7;
	color: #666666;
	font-size: 14px;
	font-family: var(--font-theme);
}
.btn-primary-theme{
	background-color: var(--primary-theme-color);
}

.btn-sm {
	font-size: 12px;
	padding: 5px 17px;
}

/*color classes*/
.bg-primary-theme{
	background-color: var(--primary-theme-color);
}
.bg-secondary-theme{
	background-color: var(--secondary-theme-color);
}
.text-primary-theme{
	color: var(--primary-theme-color);
}
.text-secondary-theme{
	color: var(--secondary-theme-color);
}
/*main styling*/
h1, h2, .h1, .h2 , h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
	font-weight: 700;
	line-height: 1.42857143;
	color: #333333;
}
h1,
.h1 {
  font-size: 3.4rem;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px; 
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
/*header*/
.topbar ul li {
	font-size: 13px;
}
.navbar-light .navbar-nav .nav-link{
	border-radius: 30px;
	padding: 8px 16px;
	font-size: 16px;
	margin: 0 4px;
	font-weight: 600;
	transition: .5s;
	color: #333;
}
.navbar-light .navbar-nav .login-link .nav-link{
	background-color:var(--primary-theme-color);
	color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:var(--nav-hover);
	background-color: var(--primary-theme-color);
}
.navbar	.dropdown-menu {
	padding:0;
	border-radius: 0;
	border: 1px solid #eee;
}
.navbar .dropdown-item {
	padding: 7px 25px 7px 22px;
	font-size: 12px;
	margin: 0;
	color: #666666;
}

@media (max-width: 991.98px) { 
		.navbar-light .navbar-nav .nav-link{
			border-radius: 0;
			border-bottom: 1px solid #f5f5f5;
		}
		.navbar .dropdown-toggle::after {
			margin-left: 75%;
		}
 }

/*feature*/
.feature .feature-box{
	position: relative;
	z-index: 9;
	min-height: 189px;

}
.feature .feature-cont{
	padding: 30px 20px;
}
.feature .feature-cont a{ 
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
.feature [class*="col"] > .feature-box::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	background-color: var(--primary-theme-color);
	z-index: -1;
}
.feature [class*="col"]:nth-child(2) .feature-box::before{
	filter: brightness(90%);
}
.feature [class*="col"]:nth-child(3) .feature-box::before{
	filter: brightness(80%);
}
.feature [class*="col"]:nth-child(4) .feature-box::before{
	filter: brightness(70%);
}
@media (min-width:768px){
	.feature{
		margin-top:-100px;
	}
}
.form-control::placeholder {
  color: #999;
  font-size: 13px;
}
select.form-control{
	color: #999;
	font-size: 13px;
}
/*why choos*/
.why-bg{

}
.why-choose .why-box .icon-box{
	display: block;
	height: 90px;
	width: 90px;
	min-width: 90px;
	font-size: 36px;
	line-height: 90px;
	text-align: center;
	background-color: #fff;
	color: var(--secondary-theme-color);
	border-radius: 50%;

}
.why-choose .why-choose-padding{
	padding: 60px 160px 40px 90px;

}
.why-choose .why-right-bg{
	background-image:url(../images/why-right-bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: right;
}
@media (max-width: 575.98px) {
	.why-choose .why-choose-padding{
		padding: 20px 20px;

	}

}
.our-courses .course-box{
	border: 2px solid #eeeeee;
	border-bottom: 3px solid var(--primary-theme-color);
}
/*counter------------------------------------------*/
.counter {
    width: 100%;
    border-radius: 5px;
}
.counterbg{
    background-image: url(../images/counter-bg.jpg);
	width: 100%;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    
}
/*.countercolor{
    background-color:rgb(0, 20, 112, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}*/
.counter i{
	color: #fff;
}
.count-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.count-text {
    font-size: 20px;
    font-weight: 400;
	color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.testimonial {
	background-image: url(../images/testi-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
 .testimonial::before{ 
    background-color: rgba(17, 17, 17, 0.5);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.testimonial  .testi-box img{
	width: 75px!important;
	height: 75px;
	object-fit: cover;
}
footer .footer-lower{
	background-color: #333333;
}
footer .footer-upper{
	background-color: #e4e7f6;
}
footer .footer-link li a{
	color: #232323;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
footer .footer-link li a:hover{
	color: #8d8d8d;
}
footer .footer-title{
	position: relative;
}
footer .footer-title::before{
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 50px;
	left: 0;
	background-color: var(--primary-theme-color);
}
footer .footer-social-icons a{
	display: inline-block;
	height: 30px;
	min-width: 30px;
	width: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.header-bg{
	background-image: url(../images/header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position:center;*/
}
.header-bg li + li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 7px;
    padding-right:.5rem;
}
.sidebar .sidebar-widget .sidebar-title{
	position: relative;
	padding-bottom: 10px;
}
.sidebar .sidebar-widget .sidebar-title::before{
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 50px;
	left: 0;
	background-color: var(--primary-theme-color);
}
.sidebar .sidebar-list li a{
	display: block;
	background-color: #eeeeee;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px 10px 20px;
	margin-bottom: 8px;
	color: #808080;
	text-decoration: none;
}
.contact-form label{
	font-weight: 700;
	font-size: 16px;
}
.contact-info-box{
	background-color: var(--primary-theme-color);
	padding: 25px; 
}
.contact-info-box p{
	margin-bottom: 0;
}
.contact-info-box .contact-icon-box{
	min-width: 50px;

}
.contact-info-box .contact-icon-box i{
	font-size: 40px;
	color: var(--secondary-theme-color);
}
.line-bottom{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.line-bottom::before{
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 50px;
	left: 0;
	background-color: var(--primary-theme-color);
}
.instaimg img{
	max-width: 20%;
}
#whatsapp-icon{
	position: fixed;
	right: 10px;
	bottom: 15px;
	z-index: 99;
	display: inline-block;
	max-width: 60px;
}
@media (max-width: 575.98px) { 
	.feature .feature-cont {
		padding: 20px 10px;
		}
		.feature .feature-box {
		min-height: 100px;
		}
		.feature .feature-box .fa-5x {
		font-size: 2em;
		}
		.feature .feature-cont a {
			font-size: 8px;
		}
		footer{
			text-align: center;
		}
		footer .footer-title::before {
		display: none;
		}
		#whatsapp-icon{
			max-width: 40px;
		}
}
.about-bg{
	background-color: #eaeaee;
}
.alert-success {
    color: #fff;
    background-color: #019525;
    border-color: #019525;
}