@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Noto+Sans:400,700');



body {
	font-family: 'Noto Sans', sans-serif;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
	font-weight: 700 !important;
}

a,
a:hover,
a:focus,
button {
	text-decoration: none !important;
	outline: none !important;
}

p {
	font-size: 15px;
	line-height: 1.6;
}


/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on {
	background: rgba(51, 48, 75, 0.86);
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.section_title_all h3 {
	text-transform: capitalize;
	font-weight: 500;
}

.section_subtitle {
	max-width: 550px;
}

.section_title_all span {
	color: #d83939;
}

.social-box{
    width:100%;
    background:#C7E0B9;
    display:block;
    padding-top:20px;
    min-height:150px;
    color:#414141;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding:15px;
    border-radius:9px;
    transition: all 0.5s ease-out;
    margin-bottom:15px;
}

.social-box:hover{
    width:100%;
    background:#A8D091;
    display:block;
    padding-top:20px;
    min-height:150px;
    color:#414141;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding:15px;
    border-radius:36px;
}



.social-box img{
    display: block;
    width:60px;
    height:60px;
    margin:0 auto 10px auto;
}

.home_table_cell_center {
	display: table-cell;
	vertical-align: middle;
}

.home_table_cell {
	display: table;
	width: 100%;
	height: 100%;
}

.text_custom {
	color: #d83939;
}

.bg_custom {
	background-color: #d83939;
}

.bg_custom_gradiant {
	background: #ff4b1f;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #ff4b1f, #ff9068);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #ff4b1f, #ff9068);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgb(41 75 138)!important;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header h5 {
	color: #fff!important;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgb(255 255 255)!important;
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.btn {
	padding: 8px 20px;
	font-size: 14px;
	transition: all 0.5s;
	letter-spacing: 0.2px;
	color: #fff;
	box-shadow: none !important;
	text-transform: uppercase;
	outline: none !important;
}

.btn_custom {
	border: 1px solid #d83939;
	background-color: #d83939;
	border-radius: 30px;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.btn_custom:active,
.btn_custom:focus,
.btn_custom:hover,
.open>.dropdown-toggle.btn_custom {
	color: #f3f3f3;
	background-color: #f2395c;
	border-color: #f2395c;
}

.btn_outline {
	border: 2px solid #d83939;
	color: #000;
}

.btn_outline:hover,
.btn_outline:focus,
.btn_outline:active,
.btn_outline.active,
.btn_outline.focus,
.btn_outline:active,
.btn_outline:focus,
.btn_outline:hover,
.open>.dropdown-toggle.btn_outline {
	background-color: #d83939;
	border-color: #d83939;
	color: #ffffff;
}

.btn_rounded {
	border-radius: 30px;
}

.vertical_content_manage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.section_all {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #e5e5ff;
}

.section_video {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/video-sec-bg2.jpg) center center #039;
}

.section_video2 {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: linear-gradient(to right bottom, #01009a, #0048b2, #005e8b, #006e58, #537846);
}

.video-outer {
	background: #000;
	margin-bottom: 7px;
	display: block;
}

.bg-white {
	background: #fff!important;
}

.btn_small {
	padding: 7px 14px;
}

.navbar-brand img {
	height: 34px;
}

.btn-rounded {
	border-radius: 35px;
}

.custom_nav_menu {
	padding: 10px 0px;
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;
	transition: all 0.5s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background: #01009a;
}

.custom_nav_menu .social_menu .list-inline-item:not(:last-child) {
	margin-right: 8px;
}

.custom_nav_menu .navbar-nav li a {
	color: #000;
	font-size: 15px;
	background-color: transparent !important;
	padding: 15px 0;
	margin: 0 7px;
	font-weight: 500;
	transition: all 0.4s;
}

.navbar-toggler {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}

.stickyadd .navbar-nav {
	margin-top: 0px;
}

.stickyadd.custom_nav_menu .navbar-nav li a {
	color: rgba(0, 0, 0, 0.75);
}

.custom_nav_menu .navbar-brand.logo img {
	height: 70px;
}

.stickyadd.custom_nav_menu {
	margin-top: 0px;
	padding: 0px 0px;
	background-color: #01009a;
	border-bottom: 1px solid #3736b0;
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.logo .logo-light {
	display: inline-block;
}

.stickyadd .logo .logo-dark {
	display: inline-block;
}

.stickyadd .logo .logo-light {
	display: none;
}

.logo .logo-dark {
	display: none;
}

.bg_home_personal_cover {
	background-color: #01009a;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 100px 0;
	position: relative;
}
.bg_home_personal_cover3 {
	background-image: linear-gradient(to right bottom, #01009a, #0048b2, #005e8b, #006e58, #537846);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 100px 0;
	position: relative;
}

.personal_home_title {
	font-size: 30px;
	line-height: 1.2;
	max-width: 700px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
}

.stxt {
	font-size: 36px;
	color: #093f87;
	font-weight: bold;
}

.stxt2 {
	font-size: 46px;
	color: #FFEB3B;
}

.stxt5 {
	font-size: 62px;
	color: #FFEB3B;
}

.stxt3 {
	font-size: 36px;
	color: #FFEB3B;
}

.home_personal_max {
	max-width: 580px;
}

.home_personal_max h5 {
	color: #fff;
}

.home_big_budget {
	padding: 12px 15px 12px 15px;
	background-color: #d83939;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
}

.home_small_budget {
	background: #fff;
	padding: 4px 10px;
	border-radius: 30px;
}

.scroll_down {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	color: #d83939;
	font-size: 16px;
	z-index: 8;
}

.scroll_down i {
	position: relative;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	border-radius: 30px;
	display: inline-block;
	color: #FFC107;
	font-size: 28px;
}

.scroll_down i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	transition: all .2s;
}

.logo_img img {
	max-height: 100px;
	width: auto !important;
}

.pcall {
	    display: inline-block;
    text-align: center;
    margin-right: 20px;
	color: #000;
}

.mobi {
	display: none;
}

.timetxt{
	margin-right: auto;
    font-size: 36px;
    color: #fff;
   font-weight: 500;
   padding-left: 20px;
   border-left: 1px solid;
}

.block {
    background: #eff6ff;
    padding: 15px 20px;
    border-radius: 10px;
}


/*=====================
    15. CONTACT US
======================*/

.form-control {
	height: 50px;
	font-size: 16px;
	border-color: #eae7e7;
}

textarea.form-control {
	height: auto !important;
}

.form-control:focus {
	border-color: #d83939 !important;
	box-shadow: none;
	outline: 0;
}

.contact_details_content {
	border-radius: 4px;
}

.contact_detail p {
	overflow: hidden;
}

.card-inner {
	display: block;
}

.card-inner .stricked {
	display: block;
	text-align: center;
	color: #666;
	font-size: 18px;
	font-weight: 600;
	text-decoration: line-through;
}


/*==================
    16.FOOTER
====================*/

.bg_footer {
	background-color: #01009a;
}
.bg_footer2 {
	background-image: linear-gradient(to right bottom, #01009a, #0048b2, #005e8b, #006e58, #537846);
}


.buss_footer_menu_list li a {
	color: #6c757d;
	font-size: 16px;
}

.buss_footer_menu_list li {
	padding-bottom: 10px;
}

.footer_alt_cpy {
	color: #fff;
}

.buss_icon_social_footer ul li a {
	border: 2px solid #fff;
	color: #fff;
	height: 45px;
	width: 45px;
	display: inline-block;
	line-height: 43px;
	border-radius: 50%;
	transition: all 0.5s;
	text-align: center;
	font-size: 16px;
}

.buss_icon_social_footer ul li a:hover {
	border: 2px solid #d83939;
	color: #3F51B5;
}

.form-outer {
	width: 100%;
	display: block;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}

.icon-list {
	display: block;
}

.icon-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

.icon-list ul li {
	list-style: none;
	display: block;
	position: relative;
	font-size: 19px;
	vertical-align: middle;
	padding: 8px 0 8px 35px;
}

.taj ul li {
	text-align: justify;
}

.list-icon {
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 30px;
	color: #d83939;
}

.enroll-outer {
	width: 100%;
	display: block;
	padding: 30px;
	background: #fff;
	border: 1px solid #eee;
}

.enroll-outer h1 {
	font-weight: 900;
	font-size: 30px;
	color: #294b8a;
}

.enroll-outer h1 span {
	margin-left: 15px;
}

.strick {
	text-decoration: line-through;
	color: #999;
}

.f20 {
	font-size: 20px;
}

.offer {
	color: #999;
	font-size: 20px;
}

.overview-block {
	text-align: center;
}

.home_aboutright{
	text-align: center;
}

.slick-next {
    right: 36px!important;
z-index: 9!important;

}

.slick-prev {
    left: 15px!important;
    z-index: 9!important;
}

/*=====================
    18. Accordion
=======================*/

.content-accordion .accordion>.card {
    border: 0;
    margin-bottom: 10px;
    border-radius: 0 !important;
}

.content-accordion .accordion>.card>.card-header {
    padding: 0 !important;
    border-radius: 0 !important;
}

.content-accordion .accordion-tab {
    padding: 0 60px 0 30px;
    line-height: 18px;
    position: relative;
    /* background-color: #F0F4FF; */
    background-color: #3F51B5;
    border: 1px Solid #d2e2ed;
    cursor: pointer;
}

.content-accordion h2 {
    color: #FFF;
    font-size: 24px;
    line-height: 24px;
    margin: 25px 0 0 0;
}

.content-accordion .card-header .batch_date {
    display: inline-block;
    margin-bottom: 25px;
    background: #fff;
    padding: 1px 5px;
    border-radius: 2px;
    margin-top: 5px;
}

.content-accordion .batch_date {
    /* color: #009688; */
    color: #2196F3;
    font-size: 14px;
}

.content-accordion .accordion-tab.collapsed .offers_1 {
    display: block;
}

.content-accordion .accordion-tab .offers_1 {
    display: none;
}

.content-accordion .offers_1 {
    float: right;
    text-align: center;
}

.content-accordion .offers_text2 {
    color: #fff;
    background: #333333;
    padding: 3px 15px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    bottom: -10px;
}

.content-accordion .offers_text1 {
    color: #fff;
    background: #FF6600;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    font-style: italic;
}

.content-accordion .offers_text3 {
    color: #fff;
    background: #333333;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block;
    font-style: italic;
    position: relative;
    top: -9px;
}

.content-accordion .accordion-tab {
    padding: 0 60px 0 30px;
    line-height: 18px;
    position: relative;
    /* background-color: #F0F4FF; */
    background-color: #3F51B5;
    border: 1px Solid #d2e2ed;
    cursor: pointer;
}

.show, .in {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0rem 1rem inset;
}

.content-accordion .card-body {
    padding: 0;
}

.course-list {
    float: left;
    width: 100%;
}

.course-1 {
    border-top: 1px solid #ddd;
    padding: 15px 30px;
    float: left;
    width: 100%;
}

.content-accordion h3 {
    color: #666;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 0 0;
}

.course-1 .price-text {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 24px;
    color: #FF0000;
}

.discount-text {
    font-size: 14px;
    display: block;
    text-align: right;
    color: #333;
    margin: 5px 0;
    font-style: italic;
}

.inst-text {
    color: #a94442;
}

.course-buttons {
    float: left;
    width: 100%;
    text-align: right;
}

.btn-democlass {
    padding: 0 20px;
    line-height: 32px;
    border-radius: 5px;
    background: #0066FF !important;
    border: 0 !important;
    font-size: 15px;
    color: #fff;
    margin: 0 10px 0 0;
}

.btn-enroll {
    padding: 0 20px;
    line-height: 32px;
    border-radius: 5px;
    background: #D9534F !important;
    border: 0 !important;
    font-size: 15px;
    color: #fff;
}

.itax {
    color: #009688;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
}

/*=====================
    18. RESPONSIVE
=======================*/

@media (max-width: 768px) {
    
    .mob-s{
        font-size: 18px;
    }
    
    .stxt5 {
	font-size: 42px;
	color: #FFEB3B;
}
	.custom_nav_menu {
		margin-top: 0px;
		padding: 10px 0px !important;
		/* background-color: #fff !important; */
	}
	.vertical_content_manage {
		display: inherit;
	}
	.home_title {
		font-size: 34px;
	}
	.personal_home_title {
		font-size: 24px;
		line-height: 1.2;
		max-width: 700px;
		font-weight: bold;
	}
	.custom_nav_menu .navbar-nav li a {
		margin: 0 0px;
		padding: 6px 0;
		color: rgba(0, 0, 0, 0.55) !important;
	}
	.custom_nav_menu .navbar-nav li.active a {
		color: #d83939 !important;
	}
	.custom_nav_menu>.container {
		width: 90%;
	}
	.custom_nav_menu .logo .logo-dark {
		display: inline-block;
	}
	.custom_nav_menu .logo .logo-light {
		display: none;
	}
	.custom_nav_menu .navbar-brand.logo img {
		height: 60px;
	}
	.navbar-nav {
		margin-top: 0px;
	}
	.section_title h3 {
		z-index: 100;
		position: absolute;
		top: 7px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.section_title p {
		font-size: 36px;
		position: relative;
	}
	.web {
		display: none;
	}
	.mobi {
		display: block;
		margin: 0;
		text-align: center;
	}
	.timetxt{
		padding-left: 0;
		border-left: none;
		font-size: 24px;
		text-align: center;
	}
    .timetxt2 {
    padding-left: 0;
    border-left: none;
    font-size: 14px!important;
    text-align: center;
        width: 48%;
    color:#fff;}
	.bg_home_personal_cover{
		padding: 164px 0;
	}
    .bg_home_personal_cover3{
		padding: 75px 0;
	}
}

.timetxt2 {
    padding-left: 0;
    border-left: none;
    font-size: 28px;
    text-align: center;
    color:#fff;
    
}

.bank-high-outer{
    display:block;
    border-radius:16px;
    background: #ffc107;
    padding:20px;
    margin-top:20px;
    min-height:100px;
    text-align: center;
}

.bank-high-outer h4{
    color:#C9C934;
    font-weight: bold;
    display:inline-block;
    padding:5px 15px;
    background: #dc3545;
    border-radius:6px;
    
}

.bank-high-outer h3{
    color:#01009a;
    margin:0;
    padding:0;
    font-weight: bold;
    font-size: 34px;
}

.bank-high-outer p{
    color:#414141;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:0;
}

.hr{
    display:block;
    height:1px;
    background: #414141;
    margin:10px 0;
}

.bank-high-outer h3 span{
    color:dc3545;
}

/*----------*/

.pb-outer{
    display: block;
    border-radius:12px;
    border: 1px solid  #ccdbd0;
    margin-bottom:10px;
    padding-bottom:12px;
    margin-top:15px;
    background: rgba(255, 255, 255, 0.8);
    
}

.pb-outer .text-center{
    margin-bottom:0;
}

.btn-s{
    font-size: 14px!important;
    font-weight: 400!important;
    padding:8px 20px!important;
    font-style: normal;
}

.pb-head{
    display: block;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    background: #244081;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color:#fff;
    margin:0;
    padding:16px 0;
}

.pb-head2{
    display: block;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    background: #01009a;
    text-align: center!important;
    font-size: 17px!important;
    font-weight: 700;
    color:#fff!important;
    margin:0;
    padding:16px 0;
}

.pb-inner{
    display: block;
    padding:10px 15px 15px 15px;
    
    
}

.pb-inner ul{
    list-style: none;
    margin:0!important;
    padding:0!important;
    min-height: 336px;
}

.min-212{
	min-height: 212px!important;
}

.min-417{
	min-height: 417px!important;
}


.pb-inner ul li{
    position: relative;
    list-style: none;
    display: block;
    border-bottom:1px solid #ccc;
    padding: 8px 0 8px 21px!important;
    font-size: 14px!important;
    line-height: 18px;
    font-weight: 500!important;
    margin:0!important;
}

.pb-icon{
    position: absolute;
    left:0;
    top:9px;
    font-size: 16px;
    color:#244081;
}

.pb-price{
    display: block;
    padding:10px 0;
    text-align: center!important;
    border-radius:12px;
    background: #e5e5eb;
    margin-top:10px;
}
.pb-price h6{
    color:#C7572B;
    font-size: 14px;
    font-weight: 700;
    margin-bottom:5px;
}

.pb-price h5{
    color: #244081!important;
    font-size: 19px!important;
    font-weight: 700!important;
    margin-bottom: 5px!important;
}

.pb-price p{text-align: center!important; margin-bottom:5px!important;}

.pb-price h4{
   color: #a3a3a3!important;
    font-size: 14px!important;
    font-weight: 700!important;
    margin-bottom: 5px!important;
}

.smlt{
    font-size: 13px;
    font-weight: 400;
    color:#5a5a5a;
}

.min-h2{
    min-height: 232px!important;
}

.testi{
    display:block;
    position: relative;
}

.testi-right{
    display: inline-block;
    vertical-align: middle;
   
}

.testi img{
    display: inline-block;
    margin-right:10px;
}

/*------message css--*/
.cus-msg{
    display:block;
    border-radius:16px;
    background:#fff;
    padding:25px;
    text-align: center;
}

.cus-msg h3{
    font-size: 24px;
    font-weight: 900;
    color:#45B417;
}

.cus-msg h3 span{
    color:#1E2A8A;
}

.high-bg{
    background:#D4FC1E;
    display:inline-block;
    padding:3px 10px;
    font-size: 16px;
}

.hall-num{
    display: block;
    border-radius:12px;
    background:#FDF8AF;
    border:2px dashed #F8A134;
    padding:25px;
    text-align: center;
    margin-bottom:15px;
}

.hall-num h4{
    color:#100C74;
    font-weight: 500;
}

.hall-num h4 b{
    color:#c56a1f;
}

.bg-yellow-cet{
    background-image: linear-gradient(to right bottom, #c1c1e1, #b3cbe3, #b1d3dd, #bcd8d4, #ccdbd0);
}