@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
body {
	font-family: 'DM Sans', sans-serif;

}
p {
	font-size: 18px;
    color: #878787;
}

/*** Navbar ***/
.main_menu {
	background-color: #212529
}
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 50px;
    padding: 15px 0px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #e78d27;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    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;
    }
}


.service-title {
	margin-bottom: 0px;
    font-size: 24px;
    position: relative;
    padding-bottom: 0;
    padding: 10px 20px;
    background: #e38b24;
    color: #fff;
}
.header{
	padding: 25px 0;
}
.icon-header {
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.call_content p{
	font-size: 16px;
	margin-bottom: 0;
}
.icon-header {
	padding-right: 15px;
}
.header_right {
	text-align: right;
	display: inline-block;
}
.call {
	padding-left: 50px;
	padding-top: 50px;
}


/* banner css */
.banner_section .carousel-caption {
    bottom: 40%;
    left: 0%;
    right: 0%;
	text-align: center;
	/*background: rgba(0, 0, 0, 0.3);
	padding: 40px;*/
}

.banner_section .carousel-fade .carousel-item {
    
}
.banner_section .carousel-fade .carousel-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(12, 15, 22, .5);
}
.banner_section .carousel-fade .carousel-item h1 {
    font-size: 50px;
    color: #FFF;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 11px;
}
.banner_section .carousel-caption h5 {
	font-size: 80px;
	line-height: 80px;
	color: #FFFFFF;
	font-weight: 700;
	padding-bottom: 25px;
	text-shadow: 0px 2px 0px #e78d27;
}
.banner_section .carousel-caption p {
	color: #FFFFFF;
	font-size: 24px;
	padding-bottom: 30px;
	text-shadow: 0px 2px 0px #e78d27;
}
.banner_section .carousel-caption a {
	border: 0;
    border-radius: 10px;
    padding: 18px 40px;
    font-weight: 700;
    font-size: 18px;
	background: #FFFFFF;
	color: #e78d27;
	text-decoration: none;
}
.banner_section .carousel-caption a:hover {
	background: #000000;
	color: #FFFFFF;
}
.banner_section .carousel-indicators {
	justify-content:flex-start;
	left: 5%;
}
/* Home Service css */
.home_service {
	background-color: #f0f0f0;
	padding-bottom: 25px;
}
.service_header h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 25px 0;
	margin-bottom: 0;
}
.service1 {
	background-color: #FFFFFF;
	border-radius: 10px;
}
.service_top {
	justify-content: space-between;
}
.service_top_left {
	background-color: #e78d27;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 20px 25px;
	width: 150px;
    text-align: center;
}
.service_top_right {
	font-size: 60px;
	padding: 20px 30px 0;
	text-shadow: 0px 0px 1px #919293, 0px 0px 2px #919293;
	color: #FFFFFF;
}
.service_bottom {
	padding: 25px;
}
.service_bottom h2 {
	font-size: 24px;
	font-weight: 700;
	color: #212529;
	text-transform: uppercase;
}
.service_bottom p {
	color: #878787;
	font-size: 16px;
	padding-bottom: 15px;
}
.service_bottom a {
	border: 0;
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 16px;
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
}
.service_bottom a:hover {
	background: #e78d27;
	color: #FFFFFF;
}
/* home About us section */
.home_aboutus_section {
	padding: 60px 0;
}

.home_about_content {
	padding-left: 60px;
}
.home_about_content h6 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
}
.arrow1 {
	color: #e78d27;
}
.arrow2 {
	color: #a5641a;
}
.arrow3 {
	color: #70410b;
}
.home_about_content h1 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 55px;
	color: #000000;
	padding-bottom: 15px;
}
.home_about_content h2 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 40px;
	color: #e78d27;
	padding-bottom: 20px;
}
.home_about_list {
	padding: 0;
	padding-bottom: 10px
}

.home_about_list li {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	background: url("../images/icon4.png") no-repeat 0px 6px;
	letter-spacing: 0.25px;
	padding-bottom: 5px;
	align-items: center;
    justify-content: center;
	list-style: none;
	padding-left: 25px;
}
.home_about_content p {
	font-size: 18px;
	line-height: 30px;
	color: #878787;
	padding-bottom: 25px;
}
.btn-read {
	background-color: #e78d27;
	border: 0;
	border-radius: 10px;
	padding: 18px 40px;
	font-weight: 700;
	font-size: 18px
}
.btn-read:hover {
	background-color: #000000;
}



.sleep_section .home_about_content h1 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 45px;
	color: #000000;
	padding-bottom: 0px;
}
.sleep_section .home_about_content h2 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 40px;
	color: #e78d27;
	padding-bottom: 20px;
}
.sleep_section .home_about_list {
	padding: 0;
	padding-bottom: 10px
}

.sleep_section .home_about_list li {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	background: url("../images/icon4.png") no-repeat 0px 6px;
	letter-spacing: 0.25px;
	padding-bottom: 5px;
	align-items: center;
    justify-content: center;
	list-style: none;
	padding-left: 25px;
}
.sleep_section .home_about_content p {
	font-size: 18px;
	line-height: 30px;
	color: #878787;
	padding-bottom: 25px;
}
.sleep_section .btn-read {
	background-color: #e78d27;
	border: 0;
	border-radius: 10px;
	padding: 18px 40px;
	font-weight: 700;
	font-size: 18px
}
.sleep_section .btn-read:hover {
	background-color: #000000;
}


.client_section {
	background-color: #FFFFFF;
	padding-bottom: 50px;
	padding-top: 20px;
}
.sleep_section {
	background-color: #eaeaea;
	padding-bottom: 50px;
	padding-top: 20px;
}
/* footer section */
.footer_top h6 {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
}
.footer_top p a, .footer_top p {
	font-size: 16px;
	color: #b8b8b8;
	text-decoration: none;
}
.address img{
	margin-right: 10px;
}
.page-header {
    position: relative;
    display: block;
    padding: 132px 0 213px;
    z-index: 1;
}
.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.page-header-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(12, 15, 22, .5);
}
.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}
.page-header__inner h2 {
    font-size: 50px;
    color: #FFF;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 11px;
}
.thm-breadcrumb {
    position: relative;
    display: block;
}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.002em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li a {
	color: #e78d27;
}
.outteam_page {
	padding: 25px 0;
}
/* our team */


/* other flipper*/
section {
    padding: 60px 0;
}

section .section-title {
    text-align: left;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #e38b24  !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #e38b24  !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}




.outteam_page h1 {
	font-size: 32px;
    font-weight: 700;
    line-height: 55px;
    color: #000000;
}
.team_members {
	
}
.team_members h1{
	font-size: 24px;
	color: #e78d27;
	
}
.team_members p {
    font-size: 18px;
    line-height: 30px;
    color: #878787;
}
.whyus_list {
	padding-left: 0px;
}
.whyus_list li {
	border-bottom: #e8e8e8 1px solid;
	margin: 0 6px 0 0;
	padding: 10px 0;
	background: url(../images/icon4.png) no-repeat 0px 15px;
	list-style: none;
    padding-left: 25px;
	font-size: 18px;
	color: #878787;
}
/* Contact Us */
.contact_form label {
	font-size: 18px;
	color: #424242;
}
.contact_form input, .contact_form textarea {
	color: #bebebe;
    border: #e8e8e8 1px solid;
}
.contact_form input:focus, .contact_form textarea:focus {
	background-color: transparent;
    border-color: #e78d27;
	box-shadow: none;
}
.btn-orange {
	background-color: #e78d27;
	color: #FFFFFF;
	font-size: 18px;
	border: none;
	padding: 10px 25px;
}
.btn-orange:hover { 
	background-color: #000000;
}
.getintouch h1, .getintouch h2 {
	font-size: 24px;
	color: #e78d27;

}
.getintouch p {
	font-size: 18px;
    line-height: 30px;
    color: #878787;
}
/* blog page */
.blogs {
	border: 1px solid #ccc;
    border-radius: 10px;
}
.blogs:hover {
	background: #f1f1f1;
}
.blog_content {
	padding: 30px;
}
.blogs img {
	border-radius: 10px 10px 0 0;
}
.blogs h1 {
	font-size: 20px;
	color: #000000;
	
}
.blogs h1 a{
	text-decoration: none;
	color: #000000;
	
}
.blogs h1 a:hover{
	color: #e78d27
}
.blogs p {
	font-size: 18px;
    line-height: 30px;
    color: #e78d27;
	margin-bottom: 0;
}
.blogs p a{ 
text-decoration: none;
	color: #e78d27;
}

.blogs p a:hover{ 
	color: #000;
}

@media (max-width: 320px) {
	.logo_img {
		width: 100%;
	}
	.header_right {
		display: inline !important;
    	width: 100%;
	}
	.call {
		padding-left: 0;
		padding-top: 15px;
	}
	.carousel-caption {
		display: none;
	}
	.home_about_content {
		padding-left: 0;
	}
	.clients img {
		padding-bottom: 15px;
	}
}
@media (min-width: 320px) and (max-width: 480px) { 
	.logo_img {
		width: 100%;
	}
	.header_right {
		display: inline !important;
    	width: 100%;
	}
	.call {
		padding-left: 0;
		padding-top: 15px;
	}
	.carousel-caption h5 {
		font-size: 12px;
		line-height: 13px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.carousel-caption p {
		font-size: 10px;
	}
	.carousel-caption {
		bottom: 10px;
		left: 5px;
		padding-bottom: 0;
		top: 0;
	}
	.carousel-indicators {
		left: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
	.home_about_content {
		padding-left: 0;
		padding-top: 20px;
	}
	.clients img {
		padding-bottom: 15px;
	}
	.clients  {
		display: contents !important;
	}
}
@media (min-width: 481px) and (max-width: 576px) { 
	.logo_img {
		width: 100%;
	}
	.header_right {
    	width: 100%;
	}
	.call {
		padding-left: 0;
		padding-top: 15px;
		padding-right: 10px;
	}
	.carousel-caption h5 {
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.carousel-caption p {
		font-size: 15px;
	}
	.carousel-caption {
		bottom: 10px;
		left: 5px;
		padding-bottom: 0;
		top: 0;
	}
	.carousel-indicators {
		left: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
	.home_about_content {
		padding-left: 0;
		padding-top: 20px;
	}
	.clients img {
		padding-bottom: 15px;
	}
	.clients  {
		display: contents !important;
	}
}
@media (min-width: 577px) and (max-width: 767px) { 
	.header_right {
    	width: 100%;
	}
	.call {
		padding-left: 0;
		padding-top: 15px;
		padding-right: 10px;
	}
	.carousel-caption h5 {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.carousel-caption p {
		font-size: 18px;
	}
	.carousel-caption {
		bottom: 10px;
		left: 5px;
		padding-bottom: 0;
		top: 0;
	}
	.carousel-indicators {
		left: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
	.home_about_content {
		padding-left: 0;
		padding-top: 20px;
	}
	.clients img {
		padding-bottom: 15px;
	}
	.clients  {
		display: contents !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) { 
	.logo_img {
		width: 60%;
	}
	.call {
		padding-left: 0;
		padding-top: 15px;
		padding-right: 10px;
	}
	.carousel-caption h5 {
		font-size: 30px;
		line-height: 34px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.carousel-caption p {
		font-size: 26px;
	}
	.carousel-caption {
		bottom: 10px;
		left: 5px;
		padding-bottom: 0;
		top: 0;
	}
	.carousel-indicators {
		left: 0;
		margin-left: 0;
	}
	.home_about_content {
		padding-left: 0;
		padding-top: 20px;
	}
	.clients img {
		padding-bottom: 15px;
	}
	.clients  {
		display: contents !important;
	}
}

@media (min-width: 993px) and (max-width: 1024px) { 
	
	
	.carousel-caption h5 {
		font-size: 30px;
		line-height: 34px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.carousel-caption p {
		font-size: 26px;
	}
	.carousel-caption {
		bottom: 10px;
		left: 5px;
		padding-bottom: 0;
		top: 0;
	}
	.carousel-indicators {
		left: 0;
		margin-left: 0;
	}
	.home_about_content {
		padding-left: 0;
		padding-top: 20px;
	}
	.clients img {
		padding-bottom: 15px;
	}
	.clients  {
		display: contents !important;
	}
	.nav-link {
    font-size: 15px;
}
	.dropdown-item {
		font-size: 13px;
	}
}

@media (min-width: 1025px) and (max-width: 1152px) { 
	
	
	.carousel-caption h5 {
		font-size: 30px;
		line-height: 34px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.carousel-caption p {
		font-size: 26px;
	}
	.carousel-caption {
		bottom: 10px;
		left: 5px;
		padding-bottom: 0;
		top: 20%;
	}
	.carousel-indicators {
		left: 0;
		margin-left: 0;
	}
	.home_about_content {
		padding-left: 0;
		padding-top: 20px;
	}
	.clients img {
		padding-bottom: 15px;
	}
	.clients  {
		display: contents !important;
	}
	.nav-link {
    font-size: 15px;
}
	.dropdown-item {
		font-size: 13px;
	}
}

@media (min-width: 1153px) and (max-width: 1280px) { 
	
	
	.carousel-caption h5 {
		font-size: 30px;
		line-height: 34px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.carousel-caption p {
		font-size: 26px;
	}
	.carousel-caption {
		bottom: 10px;
		left: 5px;
		padding-bottom: 0;
		top: 20%;
	}
	.carousel-indicators {
		left: 0;
		margin-left: 0;
	}
	.home_about_content {
		padding-left: 0;
		padding-top: 20px;
	}
	.clients img {
		padding-bottom: 15px;
	}
	.clients  {
		display: contents !important;
	}
	.nav-link {
    font-size: 18px;
}
	.dropdown-item {
		font-size: 15px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 15px 10px;
	}
}
@media (min-width: 1281px) and (max-width: 1368px) { 
	
	
	.carousel-caption h5 {
		font-size: 30px;
		line-height: 34px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.carousel-caption p {
		font-size: 26px;
	}
	.carousel-caption {
		bottom: 10px;
		left: 5px;
		padding-bottom: 0;
		top: 20%;
	}
	.carousel-indicators {
		left: 0;
		margin-left: 0;
	}
	.home_about_content {
		padding-left: 0;
		padding-top: 20px;
	}
	.clients img {
		padding-bottom: 15px;
	}
	.clients  {
		display: contents !important;
	}
	.nav-link {
    font-size: 18px;
}
	.dropdown-item {
		font-size: 15px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 15px 12px;
	}
	.navbar .navbar-nav .nav-link {
		margin-right: 0;
	}
}
.details h2,  .details h4{
	color: #e38b24;
}
.catagory-items {
	padding: 25px;
}

.catagory ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -5px;
}

.catagory ul li {
  list-style: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(66, 74, 97, 0.1);
}

.catagory ul li:last-child {
  border-bottom: 0;
}

.catagory ul li a {
  position: relative;
  padding-left: 26px;
	text-decoration: none;
	color: #616161;
}

.catagory ul li a span {
  float: right;
}

.catagory ul li a i {
  margin-right: 5px;
}

.catagory ul li a svg {
  margin-right: 5px;
}

.catagory ul li a:after {
  
}

.catagory ul li:last-child {
  
}
.td-service-sidebar .catagory {
    margin-bottom: 34px;
    border-radius: 4px;
    background: #FAFAFA;
    border: 0;
}
.career-details-desc h3, .article-services-content h3 {
	color: #e38b24;
}
.career-details-desc h4 {
	color: #000000;
}
.career-details-desc a {
	background-color: #e78d27;
    border: 0;
    border-radius: 10px;
    padding: 18px 40px;
    font-weight: 700;
    font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	
}
.career-details-desc a:hover {
	background: #000000;
	color: #FFFFFF;
}
.article-services-content, .whyus_list li:first-child {
	padding-left: 0;
	background: none;
}

/* why subadha page */

section.section {
    background: #f7f7f7;
    border-top: 5px solid #f1f1f1;
    margin: 0px 0;
    padding: 50px 0;
}
.section h3 {
	color: #e38b24;
	font-size: 2rem;
}
.section h2 {
	color: #00000;
	font-size: 1.75rem;
}
/* Get start */
.testimonial blockquote {
    background: #e38b24;
    border-radius: 5px;
    border: 0;
    color: #666;
    font-family: playfair display,serif;
    margin: 0;
    padding: 40px 64px 40px 72px;
    padding: 2.5rem 4rem 2.5rem 4.5rem;
    position: relative;
}
blockquote {
    border-left: 5px solid #eee;
    margin: 0 0 16px;
    margin: 0 0 1rem;
    padding: 8px 16px;
    padding: .5rem 1rem;
    font-size: 1em;
}
.testimonial blockquote p {
    color: #fff;
    font-family: playfair display,serif;
    font-size: 1.2em;
}
.testimonial blockquote h6 {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
}
.testimonial blockquote:before {
    left: 22px;
    top: 21px;
    color: #fff;
    content: "“";
    font-size: 85px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}

/* our team */
.team_details h1{
	font-size: 24px;
	color: #e78d27;
}
.team_details span{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 15px;
}
.team_details p{
	font-size: 18px;
	color: #878787;
	line-height: 30px;
}


/* about css */
.abput_details h2 {
	font-size: 24px;
	color: #e78d27;
}

.abput_details p{
	font-size: 18px;
	color: #878787;
	line-height: 30px;
}
/* blog details css */
.blog_recent h1 {
	font-size: 24px;
    color: #e78d27;
}
.blog_detail_main {
	background: #f1f1f1;
	border-radius: 10px;
	
}
.blog_detail_img img {
	border-radius: 10px 10px 0 0;
}
.blog_detail_content {
	padding: 30px;
}

.blog_detail_content .meta-top {
    margin-top: 20px;
    color: rgba(33, 37, 41, 0.6);
}
.blog_detail_content .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0 0 15px 0;
}
.blog_detail_content .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(33, 37, 41, 0.6);
}
.blog_detail_content .meta-top a {
    color: rgba(33, 37, 41, 0.6);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}
.blog_detail_content .meta-top ul li{
	padding-right: 15px;
}

.blog_detail_content h1 {
	font-size: 24px;
	color: #e78d27;
}


.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: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    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: #e78d27;
    border-color: #dee2e6 #dee2e6 #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #e78d27;
}
@media (max-width: 576px) {
	.main_menu {
    background-color: #FFFFFF;
}
	.navbar-light .navbar-brand {
		width: 60%;
	}
	.navbar .navbar-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home_about_img {
		padding-top: 30px;
	}
	.banner_section .carousel-caption {
		display: none;
	}
}
@media (min-width: 577px) and (max-width: 768px) {
	.main_menu {
    background-color: #FFFFFF;
}
	.navbar-light .navbar-brand {
		width: 80%;
	}
	.navbar .navbar-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home_about_img {
		padding-top: 30px;
	}
	.banner_section .carousel-caption {
		display: none;
	}
	.clients img {
		padding-right: 15px;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.main_menu {
    background-color: #FFFFFF;
}
	
	.navbar .navbar-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home_about_img {
		padding-top: 30px;
	}
	.banner_section .carousel-caption {
		display: none;
	}
	.clients img {
		padding-right: 15px;
	}
	.banner_section .carousel-caption {
		left: 10%;
		right: 10%;
		top: 5%;
		padding: 20px;
	}
	.banner_section .carousel-caption h5 {
		font-size: 30px;
		line-height: 36px;
	}
	.banner_section .carousel-caption p {
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1300px) {
	.banner_section .carousel-caption {
		left: 10%;
		right: 10%;
		top: 5%;
		padding: 20px;
		bottom: 10%;
	}
	.banner_section .carousel-caption h5 {
		font-size: 50px;
		line-height: 56px;
	}
	.banner_section .carousel-caption p {
		font-size: 18px;
	}
	.navbar .navbar-nav .nav-link {
		margin-right: 0px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 15px 10px;
	}
}
@media (min-width: 1301px) and (max-width: 1600px) {
	.banner_section .carousel-caption {
		left: 10%;
		right: 10%;
		/*top: 5%;*/
		padding: 20px;
		bottom: 40%;
	}
	.banner_section .carousel-caption h5 {
		font-size: 60px;
		line-height: 66px;
	}
	.banner_section .carousel-caption p {
		font-size: 24px;
	}
	
}

@media (min-width: 1601px) and (max-width: 1800px) {
	.banner_section .carousel-caption {
		left: 10%;
		right: 10%;
		top: 5%;
		padding: 20px;
		bottom: 10%;
	}
	.banner_section .carousel-caption h5 {
		font-size: 70px;
		line-height: 76px;
	}
	.banner_section .carousel-caption p {
		font-size: 34px;
	}
	
}
 .styleTime p{
   border: 5px solid #e78d27;
    border-radius: 25px 0px 25px 0px;
    padding: 30px;
    font-size: 24px;
    font-weight: bold;
                    }
                    
.banner_section .carousel-item video {
    object-fit: fill;
    
}

.page-header-bg video {
    object-fit: fill;
    
}