@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
	font-family: "Roboto", sans-serif; 
}
/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  background-color: #0165e1;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}
.sub-header ul {
	margin-bottom: 0;
	padding-left: 0;
}
.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 15%;
  text-align: center;
  line-height: 30px;
  color: #0165e1;
  font-size: 18px;
  transition: all .3s;
}

.sub-header ul.social-links li a:hover {
  background-color: #000000;
	color: #FFFFFF
}

.sub-header ul.info li {
  font-size: 14px;
  color: #FFFFFF;
  /*border-right: 1px solid #eee;*/
/*  margin-right: 10px;*/
  padding-right: 20px;
	font-weight: 500;
	line-height: 25px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #FFFFFF;
  margin-right: 8px;
	position: relative;
	top: 3px;
}

.background-header {
  background-color: #fff;
  height: 112px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.header-area {
  position: relative;
  background-color: #fff;
  height: 112px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}


.navbar .navbar-nav .nav-link {
    padding: 22px 25px;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    outline: none;
}
.navbar .navbar-nav .nav-link:last-child {
	padding-right: 0;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #0165e1;
}
.navbar-nav .dropdown-menu .dropdown-item {
	font-size: 18px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\F282";
    font-family: bootstrap-icons !important;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/* 
/*banner section */
.banner_section .carousel-caption {
	background-color: rgba(0, 0, 0, 0.0);
	padding-bottom: 50px;
	width: 30%;
	margin: auto;
	border-radius: 10px;
}
.banner_section .carousel-caption h5 {
	font-size: 30px;
}
.banner_section .carousel-caption p {
	font-size: 24px;
	padding-bottom: 20px;
}
.banner_section .carousel-caption a {
	background: #FFFFFF;
	font-size: 18px;
	color: #000000;
	padding: 18px 50px;
    border-radius: 10px;
	text-decoration: none;
	
}
.banner_section .carousel-caption a:hover {
	color: #FFFFFF;
	background: #000000;
}

/* home page service css */
.home_servce {
	background-color: #f1f1f1;
	padding: 30px 0;
}
.home_service_header h1 {
	font-size: 24px;
	font-weight: 500;
	color: #0165e1;
	padding-bottom: 15px;
}
.home_servce_card1 {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 24px;
}
.serivce_img img{
	border-radius: 10px;
	margin-bottom: 15px;
}
.service_content h1 {
	font-size: 17px;
	font-weight: 500;
	color: #0165e1;
}
.service_content p {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom: 0;
	line-height: 24px;
}
.service_content a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	padding-bottom: 4px;
	display: inline-block;
}
.service_content a:hover {
	color: #0165e1;
}
.service_content a i{
	font-weight: bold;
}

/* home about css */
.home_about {
	padding: 30px 0;
}

.home_about_content h1 {
	font-size: 24px;
	font-weight: 500;
	color: #0165e1;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.home_about_content h2 {
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}
.home_about_content p {
	font-size: 18px;
	color: #666666;
	margin-bottom: 0;
	padding-bottom: 20px;
	line-height: 32px;
}
.home_about_content a {
	text-decoration: none;
	font-size: 14px;
	color: #0165e1;
	font-weight: 500;
	padding-bottom: 4px;
	display: inline-block;
	border: 1px solid #85360d;
	padding: 18px 50px;
	border-radius: 10px;
}
.home_about_content a:hover {
	color: #FFFFFF;
	background-color: #000000;
	border:1px solid #000000;
	
}
.home_about_img img{
	border-radius: 10px;
}

/* home quality */
.home_quality {
	padding: 30px 0;
	background: #9fd0fc;
}
.home_quality_content {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px;
	min-height: 349px;
}
.home_quality_header {
	padding-bottom: 25px;
}
.home_quality_content h1 {
	font-size: 17px;
	font-weight: 500;
	color: #0165e1;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.home_quality_content p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 0;
	padding-bottom: 0px;
	line-height: 24px;
}

.quality_number {
	font-size: 60px;
	text-shadow: 0px 0px 1px #919293, 0px 0px 2px #919293;
    color: #FFFFFF;
}
.home_quality_btn {
	padding-top: 15px;
}
.home_quality_btn a {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	padding-bottom: 4px;
	display: inline-block;
	border: 1px solid #0165e1;
	padding: 18px 50px;
	border-radius: 10px;
	margin-top: 20px;
	background-color: #0165e1;
}
.home_quality_btn a:hover {
	color: #FFFFFF;
	background-color: #000000;
	border:1px solid #000000;
	
}



.home_quality_btn button {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	padding-bottom: 4px;
	display: inline-block;
	border: 1px solid #0165e1;
	padding: 18px 50px;
	border-radius: 10px;
	margin-top: 20px;
	background-color: #0165e1;
}
.home_quality_btn button:hover {
	color: #FFFFFF;
	background-color: #000000;
	border:1px solid #000000;
	
}

.home_contact {
	padding: 50px 0;
}

.home_contact_img img {
	border-radius: 10px;
}
.home_contact_content h1{
	color: #0165e1;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 15px;
}
.home_contact_content .form-control {
	padding: .6rem .75rem
}
/* Footer css */
.footer_top {
	background-color: #1d7acc;
	padding: 40px 0;
}
.quick_links h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 8px;
}
.quick_links ul {
	padding:6px 0 0 0; 
}
.quick_links ul li {
	list-style: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 15px;
}

.quick_links ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}
.quick_links ul li a:hover{
	text-decoration: underline;
	color: #ffc107;
}
.quick_links img {
	padding-top: 6px;
}

.footer_bottom {
	background-color: #0c508d;
	padding: 20px 0;
}
.copy {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 400;
}
.dropdown-divider {
	border-top: 2px solid rgb(255, 202, 4, 1);
	width: 26%;
	opacity: 1;
}





.social-icons ul.social-links {
  text-align: right;
	margin-bottom: 0;
}

.social-icons ul.social-links li {
  margin-left: 8px;
	display: inline-block;
}

.social-icons ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 15%;
  text-align: center;
  line-height: 30px;
  color: #000000;
  font-size: 18px;
  transition: all .3s;
}

.social-icons ul.social-links li a:hover {
  background-color: #000000;
	color: #FFFFFF
}



/* About Page css */
.about-section {
    /*background-image: url(../img/aboutus-inner-banner.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    
    position: relative;
}
.aboutus-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.about-section > .aboutus-overlay {
    background-color: rgba(0, 0, 0, 0.50);
}


/* About Page css */
.quality-section {
    /*background-image: url(../img/quality-inner-banner.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    
    position: relative;
}
.quality-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.quality-section > .quality-overlay {
    background-color: rgba(0, 0, 0, 0.50);
}



/* About Page css */
.contact-section {
    /*background-image: url(../img/contacttus-inner-banner.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    
    position: relative;
}
.contact-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.contact-section > .contact-overlay {
    background-color: rgba(0, 0, 0, 0.50);
}


.about-inner-head {
    padding: 132px 0;
}
.about-inner-head h1 {
    color: #FFF;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.breadcrumb {
    max-width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}
.breadcrumb-item {
    color: #FFF;
    font-size: 20px;
}
.breadcrumb-item+.breadcrumb-item {
    color: #FFF;
}

.course_tab {
	margin: 0 0 35px;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f4f4f4;
    border-radius: 14px;
}
.course_tab button.nav-link {
	list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.course_tab .nav-link {
	background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 17px;
    display: block;
    height: 50px;
    color: var(--eduact-black);
    cursor: pointer;
    overflow: hidden;
    transition: all 500ms ease;
    position: relative;
    z-index: 1;
}
.course_tab .nav-link.active {
    color: #FFFFFF;
    background-color: #f57005;
    border-color: #dee2e6 #dee2e6 #fff;
}

.course-details__overview__lists {
    margin: 27px 0 0;
    padding: 0;
}
.course-details__overview__lists li {
    display: block;
    position: relative;
    padding: 0 0 0 38px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #7a7575;
    margin: 0 0 14px;
}
.course-details__overview__lists li span {
    position: absolute;
    left: 0;
    top: 3px;
    width: 30px;
    height: 30px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFFFFF;
}
.course-details__comment {
    position: relative;
    margin: 20px 0 0;
}
.course-details__review-title {
    font-size: 24px;
    margin-bottom: 54px;
}
.course-details__comment-box {
    position: relative;
    padding: 19px 0 75px 196px;
    margin-bottom: 60px;
    min-height: 165px;
    border-bottom: 1px solid #000000;
}
.course-details__comment-box__thumb {
    width: 165px;
    height: 165px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin: 0;
    border: none;
}
.course-details__comment-box__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.course-details__comment-box__meta {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.course-details__comment-box__ratings {
    position: absolute;
    right: 0;
    top: 23px;
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    font-size: 16px;
    color: #000000;
}
.course-details__comment-box__text {
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.32px;
    margin: 0;
}
.course-details__instructor {
    position: relative;
    padding: 6px 0 0 196px;
    margin-top: 20px;
    min-height: 165px;
	margin-bottom: 20px;
}
.course-details__instructor__thumb {
    width: 165px;
    height: 165px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin: 0;
    border: none;
}
.course-details__instructor__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.course-details__instructor__name {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 2px;
}
.course-details__instructor__designation {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.course-details__instructor__text {
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.32px;
    margin: 0;
}

.about_inner_page h2 {
	font-size: 24px;
	color: #0165e1;
	font-weight: 500;
}
.about_inner_page p, .tab-pane p {
	font-size: 16px;
	line-height: 28px;
	color: #7a7575;
}

.service_details_img img {
	border-radius: 10px;
}

/* quality inner */
.quality_inner {
	box-shadow: 0px 0px 10px #666666;
	margin-bottom: 24px;
}
.quality_inner_page {
	padding-bottom: 25px;
}

.quality_inner_page h2 {
	font-size: 24px;
	color: #0165e1;
	font-weight: 500;
}
.quality_inner_page p {
	font-size: 16px;
	line-height: 28px;
	color: #7a7575;
}


/* contact inner css */
.contant_inner h2 {
	font-size: 24px;
	color: #0165e1;
	font-weight: 500;
}
.contant_inner p {
	color: #7a7575
}
.list-unstyled ul li {
	color: #7a7575
}
.icon-phone {
	font-weight: 500;
}

/* service pages css */
.service_inner_content h2 {
	font-size: 24px;
	color: #0165e1;
	font-weight: 500;
}
.service_inner_content p {
	color: #7a7575;
	font-size: 16px;
	line-height: 28px;
}

@media (max-width: 576px) {
	.sub-header ul, .sub-header ul.social-links {
		text-align: center;
		padding-bottom: 15px;
	}
	.home_about_img img {
		margin-top :30px;
	}
	.home_quality_content, .home_contact_img img {
		margin-bottom: 30px;
	}
	
	
	.navbar-brand{
		width: 75%;
	}
	.navbar-brand img {
		width: 100%;
	}
	.header-area, .background-header {
		height: 80px !important;
	}
}
@media (min-width: 577px) and (max-width: 768px) {
	.sub-header ul, .sub-header ul.social-links {
		text-align: center;
		padding-bottom: 15px;
	}
	.home_about_img img {
		margin-top :30px;
	}
	.home_quality_content, .home_contact_img img {
		margin-bottom: 30px;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.home_about_img img {
		margin-top :30px;
	}
	.home_quality_content, .home_contact_img img {
		margin-bottom: 30px;
	}
	.home_quality_content {
		min-height: 398px;
	}
	.banner_section .carousel-caption {
		width: 70%;
	}
}
@media (min-width: 992px) and (max-width: 1399px) {
	
	.navbar-brand{
		width: 35%;
	}
	.navbar-brand img {
		width: 100%;
	}
	.navbar .navbar-nav .nav-link {
		font-size: 20px;
		padding: 0 10px;
	}
	
	
	.home_quality_content {
		min-height: 421px;
	}
	.service_content h1 {
		overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
	}
	
	.banner_section .carousel-caption {
		width: 50%;
	}
}

gallery-head h2 {
	font-size: 24px;
	color: #0165e1;
	font-weight: 500;
}