@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;
}

.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);
}

.grater-head{
	font-size:32px;
	text-align:center;
	color:#fff;
	font-weight:700;
	
	line-height:58px;}
	
.grater-head b{
	font-weight:900;
	font-size:52px;
	color:#FF0;}
	
.y-bg{
	display:block;
	border-radius:12px;
	background:rgba( 255, 255, 59, 0.8);
	padding:25px;
	margin-bottom:15px;}
	
.y-bg ul{
	list-style:none;
	margin:0;
	padding:0;}
	
.y-bg ul li{
	display:block;
	padding:8px 0 8px 45px;
	color:#414141;
	font-size:20px;
	font-weight:700;
	position:relative;}
	
.ar-ch{
	position:absolute;
	font-size:20px;
	left:0;
	color:#F33;
	top:6px;
	width:36px;
	height:36px;
	background:#fff;
	text-align:center;
	line-height:36px;
	border-radius:36px;}
	
.hw{
	font-weight:900!important;
	color:#d7383e;}

.card-header h4 {
	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 32px;
	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;
}

.f-block{
	display:block;
	background:#ffcc00;
	padding:25px;
	width:100%;
	text-align:center;
	margin-bottom: 20px;}
	
.f-block2{
	display:block;
	background:#01009a;
	padding:25px;
	width:100%;
	text-align:center;
	}
	
.card-outer{
	background:#fff;
	display:block;
	text-align: center;
	}	
.card-outer ul{
	list-style:none;
	padding:0;
	margin:0;}
	
.card-outer ul li{
	list-style:none;
	position:relative;
	display:block;
	color:#333;
	font-size:13px;
	line-height:18px;
	padding:5px 0 5px 23px}
	
.card-icon{
	position:absolute;
	color:
	#F30;
	font-size:16px;
	text-align:center;
	top:5px;
	left:0;}


.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: #ffffff;
}

.section_video {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/video-sec-bg-gate.jpg) center center #039;
}

.video-outer {
	background: #eee;
	margin-bottom: 7px;
	display: block;
	padding:8px;
	border-radius:5px
}

.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 #01009a;
	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-image:url(../images/cpb.jpg);
	background-color: #1f2756;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	padding: 100px 0;
	position: relative;
}

.personal_home_title {
	font-size: 49px;
	line-height: 1.2;
	font-weight: bold;
	color:#fff;
	text-align:center;
}

.stxt {
	font-size: 36px;
	color: #093f87;
	font-weight: bold;
}

.stxt2 {
	font-size: 46px;
	color: #FFEB3B;
}

.home_personal_max {
	max-width: 580px;
}

.home_personal_max h5 {
	color: #fff;
}

.block-link{
	background: #fff;
    color: #494a56;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    padding: 34px 20px 34px 80px;
    display: inline-block;
    /*width: 47%;
    margin-right: 10px;*/
    border-radius: 22px;
    border: 1px solid #eee;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
	transition: all 0.5s;

}

.block-link:hover{
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.23);
box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.23);} 
	
.block-icon{
	position: absolute;
    left: 15px;
    top: 30px;
    font-size: 55px;
    text-align: center;
    color: #FF5722;}

.small, small {
    font-size: 60%;
	color: #F44336;
}


.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;
}
.testi-bg{
background:#0c0b61;}
.testi-outer{
	display:block;
	width:100%;
	text-align:center;
	}
	
.testi-outer img{
	width:118px;
	height:118px;
	border-radius:118px;
	margin:0 auto;}
	
.testi-outer h4{
	color: #CC0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;}
	
.testi-outer p{
	color:#fff;
	font-size:15px;
	line-height:22px;
	max-width:700px;
	margin:0 auto 15px auto;
	display:block;}
	
.timetxt {
    margin-right: auto;
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    padding-left: 20px;
    border-left: 1px solid;
}
/*=====================
    15. CONTACT US
======================*/

.overview-block{
	text-align: center;
}

.home_aboutright{
	text-align: center;
}

.form-control {
	height: 40px;
	font-size: 16px;
	border-color: #eae7e7;
}

textarea.form-control {
	height: auto !important;
}

.form-control:focus {
	border-color: #d83939 !important;
	box-shadow: none;
	outline: 0;
}



.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;
}




.form-outer {
	width: 100%;
	display: block;
	padding: 30px;
	background: #f9e0e0;
	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;
}

.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;
}

.btn-header{
	display:inline-block;
	padding:3px ;
	background:#1d61b3;
	color:#fff;
	font-size:16px;
	border-radius:100px;
	line-height:32px;
	padding-right:15px;
	margin-top:20px;
	margin-right:10px;
	
	}
	
.btn-header span{
	width:32px;
	height:32px;
	background:#fff;
	
	color:#1d61b3;
	line-height:32px;
	text-align:center;
	font-size:18px;
	border-radius:100px;
	display:inline-block;
	margin-right:7px;
	float:left;}
	
.btn-header2{
	display:inline-block;
	padding:3px ;
	background:#e92525;
	color:#fff;
	font-size:16px;
	border-radius:100px;
	line-height:32px;
	padding-right:15px;
	margin-top:20px;
	
	}
	
.btn-header2 span{
	width:32px;
	height:32px;
	background:#fff;
	
	color:#e92525;
	line-height:32px;
	text-align:center;
	font-size:18px;
	border-radius:100px;
	display:inline-block;
	margin-right:7px;
	float:left;}
	
.btn-header:hover, .btn-header:focus, .btn-header2:hover, btn-header2:focus{
	color:#eee;}
	
.social-box{
	display:block;
	text-align:right;}	
	
.buss_icon_social_footer ul li a {
    border: 2px solid #3F51B5;
    color: #FFC107;
    height: 45px;
    width: 45px;
    display: inline-block;
    line-height: 43px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    font-size: 16px;
}

.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;
}

.btn-enrollcombo {
    padding: 0 20px;
    line-height: 32px;
    border-radius: 5px;
    background: #D9534F !important;
    border: 0 !important;
    font-size: 15px;
    color: #fff;
    margin: 0 10px 0 0;
}

.sub-hd {
    background: #607D8B;
    padding: 2px 12px;
    display: block;
    border-radius: 15px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.itax {
    color: #009688;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
}

/*=====================
    19. RESPONSIVE
=======================*/

@media (max-width: 768px) {
    .gq-outer2 p{
    font-size: 14px!important;
    font-weight: 700;
    
}
    .gq-outer2 h4{
    font-size: 18px!important;
    font-weight: 900;
    
}
    
    .gq-outer2 h1{
    font-size: 34px!important;
    font-weight: 900!important;
    text-align: center;
    display: block;
    background: #fff;
    border-bottom-right-radius:16px;
     border-bottom-left-radius:16px;
    padding: 15px 0!important;
}
    
    .bg-patch2{
    background: #EF2629;
    color:#fff;
    font-weight: 700;
    font-size: 18px!important;
    padding:15px 10px!important;
    border-top-right-radius:16px;
     border-top-left-radius:16px;
    
}
    
    .gq-outer2 .shd{
    color: #031a89;
    font-size: 20px!important;
    font-weight: 900;
}
    
    .gq-outer h1{
        font-size: 40px!important;}
	
	.card-outer{
		min-height:auto;}
	
	.f-block{
		margin-right:0;}
	.f-block2{
		margin-left:0;}
	
	.block-link{
		width:100%;}
	
	.social-box{
	display:block;
	text-align:left;}	
	
	.bg_home_personal_cover{
		padding:160px 0px 60px 0;}
		
	.custom_nav_menu {
		margin-top: 0px;
		padding: 10px 0px !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;
	}
	.timetxt {
    padding-left: 0;
    border-left: none;
    font-size: 24px;
    text-align: center;
	}
	.gcap{
		word-break: break-all;
	}
}

.gq-outer{
    border-radius:16px;
    background: #F7C61E;
    display: block;
    padding:15px;
}

.gq-outer p{
    font-size: 20px;
    font-weight: 700;
    
}

.gq-outer h1{
    font-size: 60px;
    font-weight: 900!important;
    text-align: center;
    display: block;
}

.gq-outer ul{
    margin-top:25px;
}

.gq-outer ul li{
    font-size: 24px;
}

.bg-patch{
    background: #EF2629;
    color:#fff;
    font-weight: 700;
    font-size: 20px;
    padding:7px 20px;
    border-radius:100px;
    
}

.table-adjust{
    display: block;
    width:100%;
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.gq-outer2{
    border-radius:16px;
    background: #F7C61E;
    display: block;
    padding:15px;
    text-align: center;
}

.gq-outer2 p{
    font-size: 20px;
    font-weight: 700;
    
}

.gq-outer2 h1{
    font-size: 90px;
    font-weight: 900!important;
    text-align: center;
    display: block;
    background: #fff;
    border-bottom-right-radius:16px;
     border-bottom-left-radius:16px;
    padding: 15px 0;
}

.gq-outer2 .shd{
    color: #031a89;
    font-size: 32px;
    font-weight: 900;
}


.bg-patch2{
    background: #EF2629;
    color:#fff;
    font-weight: 700;
    font-size: 28px;
    padding:18px 10px;
    border-top-right-radius:16px;
     border-top-left-radius:16px;
    
}

.w-pat{
    padding:5px 15px;
    text-align: center;
    display: block;
    background-image: linear-gradient(to right, #3d377e, #004985, #005378, #00595f, #005b46, #005b46, #005b46, #005b46, #00595f, #005378, #004985, #3d377e);
    border-radius:6px;
    color:#fff;
}
