html {
  scroll-behavior: smooth;
}
a {
	text-decoration:none!important;
}
.font-10 {
	font-size:10px;
}
.font-11 {
	font-size:11px;
}
.font-12 {
	font-size:12px;
}
.font-13 {
	font-size:13px;
}
.font-14 {
	font-size:14px;
}
.font-15 {
	font-size:15px;
}
.font-16 {
	font-size:16px;
}
.font-17 {
	font-size:17px;
}
.font-18 {
	font-size:18px;
}
.font-19 {
	font-size:19px;
}
.font-20 {
	font-size:20px;
}
.font-25 {
	font-size:25px;
}
.font-30 {
	font-size:30px;
}
.font-40 {
	font-size:40px;
}
.font-50 {
	font-size:50px;
}
.login-btn:hover {
	color:white;
	background:#3a559f;
}
/* mobile navbar left side effcts  start */
@media (max-width: 768px) {
	body {
		font-size:20px;
	}
	.navbar {
		padding:0px 20px;
	}
    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: -100%;
        width: 100%;
        transition: all 0.4s ease;
        display: block;
        opacity: 0.8;
		background: #2a8ad6;
		z-index: 9999999;
    }
	.navbar-collapse ul li {
		border-bottom:solid 1px #0e6db9;
		padding:5px 10px;
		
	}
	.navbar-collapse ul li a {
		color:white;
	}
    .navbar-collapse.collapsing {
        height: auto !important;
        left: -100%;
        margin-left: 1px;
        transition: all 0.4s ease;
        opacity: 0.9;
    }
    .navbar-collapse.show {
        margin-left: 100%;
        transition: all 0.2s ease;
        opacity: 1;
    }
	a.navbar-brand img {
		height: 50px;
		margin-bottom: 0px;
	}
	.padding-50 {
		padding:10px!important;
	}
	.xs-p-10 {
		padding:10px;
	}
	.xs-m-10 {
		margin:10px;
	}
	.xs-mt-10 {
		margin-top:10px;
	}
	.xs-mb-10 {
		margin-bottom:10px;
	}
	
#myBtn {
	display: none;
	position: fixed;
    bottom: 10px!important;
    right: 10px!important;
    z-index: 99;
    font-size: 17px!important;
    border: none;
    outline: none;
    background-color: #e0e0e078;
    color: #28a745;
    cursor: pointer;
    /* padding: 15px; */
    border-radius: 4px;
    border: solid 1px #ddd;
	}
	.page-header-bg {
	background: radial-gradient(white 15%, transparent 16%) 0 0, radial-gradient(white 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-color: #eee;
    background-size: 16px 16px;
    padding: 10px 10px!important;
    border-top: solid 2px #ddd;
    border-bottom: solid 2px #ddd;
    box-shadow: 5px 8px 10px #0000001f;	
}
.addredBox {
	padding: 20px 10px;
    margin-left: 0!important;
	
}
}
/* mobile navbar left side effcts end */
.navbar {
	padding:0 10px;
}
.navbar-nav li a{
	padding:5px 10px;
	color:#444;
}
.navbar-nav li a:hover {
	color:#f5854d;
	box-shadow:inset 0 0 2px 0 black;
	
	border-radius:5px;
	transition:0.2s;
}
.btn-hover:hover {
	background:#333;
	color:white;
}
.text-navy-blue {
	color:#3a559f;
}
.text-blue {
	color:#2a8ad6;
}
.bg-blue {
	background:#2a8ad6;
}
.text-red {
	color:#d2222a;
}
.text-gray {
	color:#ddd;
}
.text-dark-gray {
	color:#999;
}
.bg-navy-blue {
	background:#3a559f;
}
.padding-50 {
	padding:50px;
}
.width-40 {
	width:40px;
}
.width-50 {
	width:50px;
}
.width-60 {
	width:60px;
}
.width-100 {
	width:100px;
}
.width-150 {
	width:150px;
}
.width-200 {
	width:200px;
}
.tbl-flow {
	white-space:nowrap;
	overflow-x:auto;
}
.navDown {
	background:#2a8ad6;
	padding:5px;
}
.navDownLink {
	background: white;
    padding: 5px 10px;
    float: left;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
	height:47px;
}
.course-btn {
	background: #3a559f;
    color: white!important;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 20px;
}
.footer-main {
	background-image:url(../../assets/images/footer-bg.png);
	width:100%;
	min-height:380px;
	background-size: cover;
}
.footer-links {
	background:#0000006e;
	padding:30px 10px;
	width:100%;
}
.footer-links a {
	color:white;
	padding:5px 10px;
}
.footer-links a:hover {
	color:#f5854d;
}
/* website scroll to top btn css */
#myBtn {
	display: none;
	position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: #e0e0e078;
    color: #28a745;
    cursor: pointer;
    /* padding: 15px; */
    border-radius: 4px;
    border: solid 1px #ddd;
}
/* navbar fixed top start */
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
	box-shadow: 0px 6px 15px #00000033;
	transition:0.5s;
	border-top:solid 3px #343a40;
}
.bg-sticky {
	background:white;
}
/* navbar fixed top end */
.carousel-indicators .active {
    background-color: rgb(18, 111, 57);
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #555;
}


.slide-text {
    left: 0;
    top: 17%;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 10px 4%; 
	font-size: 20px;
    line-height: 37px;	
}
.slide-text_2 {
	top: 20%;
    right: 5%;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 10px 4%; 
	font-size: 20px;
    line-height: 37px;	
}
.slide-text_3 {
	top: 20%;
	left:30%;
    margin:0 auto;
    position: absolute;
    text-align: left;
    padding: 10px 4%; 
	font-size: 20px;
    line-height: 37px;	
}
.slide-text-bg {
	background: #3a559fe0;
    padding: 30px 15px;
    display: inline-block;
    border: solid 10px #3a559f57;
}
.banner-text {
	font-size:30wh;
}
.slide-text > h1 {
    color:red;
    padding: 0;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color:green;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.uline {
	width:50px;
	height:5px;
	background:#2a8ad6;
}
.page-header-bg {
	background: radial-gradient(white 15%, transparent 16%) 0 0, radial-gradient(white 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-color: #eee;
    background-size: 16px 16px;
    padding: 40px 10px;
    border-top: solid 2px #ddd;
    border-bottom: solid 2px #ddd;
    box-shadow: 5px 8px 10px #0000001f;	
}
.accordion .card-header {
    padding: 0px 10px;
}
.accourdian-head {
    padding: 7px 10px;
    color: #2a8ad6;
    cursor: pointer;
    font-size: 20px;
}
.accourdian-head .fa {
	color:#333;
	font-size: 14px;
}
.gray-bg {
    background: #eee;
    padding: 50px 10px;
    box-shadow: 10px 10px 15px #0000001c;
}
.addredBox {
	background: #3a559f;
    padding: 40px 10px;
    margin-left: -15%;
	color:white;
	box-shadow: 10px 10px 15px #00000059;
}