@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');


/* CSS Document */

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Logo
	3.2 Main Nav
	3.3 Header Side
	3.4 Hamburger
4. Menu
	4.1 Menu Social
	4.2 Menu copyright
5. Home
	5.1 Hero Slider
	5.2 Hero Slider Navigation
6. Hero Boxes
7. Page Section
8. Buttons
9. Popular
10. Register
11. Search
	11.1 Search Form
12. Services
13. Testimonials
14. Events
15. Footer
	15.1 Newsletter
	15.2 Footer Content
	15.3 Footer Copyright


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 2.29;
	font-weight: 400;
	color: #a5a5a5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {
	background: #FFD266;
	color: #C88E00;
}

p::selection {
	background: #FFD266;
	color: #C88E00;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 11px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

::-webkit-input-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}

:-moz-placeholder

/* older Firefox*/
	{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}

::-moz-placeholder

/* Firefox 19+ */
	{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}

:-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}

::input-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.nopadding {
	padding: 0px !important;
}


/* ===============================
model
============================== */

#new-model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1111;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: none;
	overflow-y: auto;
	outline: 0;
	background-color: black;
}

#new-model.show {
	opacity: 0.5;
}

#new-model-box {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 12111;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: none;
	overflow-y: auto;
	outline: 0;
}

.mo-box {
	margin: auto;
	width: 60%;
	background-image: url("modal pic3.png");
	/* The image used */
	/* Used if the image is unavailable */
	height: auto;
	/* You must set a specified height */
	background-position: center;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	border-radius: 20px;
}

.close-b {
	margin-top: 20px;
	margin-left: 20px;
	border: none;
	padding: 7px 10px;
	background-color: #ffffffd7;
	color: rgb(49, 49, 49);
	border-radius: 7px;
	font-size: 18px;
}

.form-box {
	width: 45%;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.form-group {
	margin: 5px;
}

.form-group input {
	padding: 10px;
	border-radius: 4px;
}

#submit2 {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	padding: 7px 10px;
	background-color: #ffffffd7;
	color: rgb(49, 49, 49);
	border-radius: 7px;
	font-size: 18px;
}

@media only screen and (max-width: 998px) {
	.form-box {
		width: 95%;
		margin-left: 5px;
		margin-right: 5px;
	}

	.mo-box {
		width: 95%;
	}
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 95%;
	height: 70px;
	background: #c9ffd5;
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 5px;
}

.header.scrolled {
	top: 0px;
	width: 100%;
}

.header.scrolled .header_content::before {
	box-shadow: 0px 20px 49px rgba(0, 0, 0, 0.17);
	border-radius: 0px;
	background: #c9ffd5;
}

.header_content {
	/* width: calc(100% - 279px); */
	height: 100%;
}

.header_content::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	box-shadow: 0px 05px 49px rgba(0, 0, 0, 0.67);
	z-index: -1;
}

.navbar2 {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
	padding-right: 20px;
}

@media only screen and (max-width: 991px) {
	.navbar2 {
		display: none;
	}
}

.dropbtn {
	color: black;
	padding: 8px;
	font-size: 15px;
	font-weight: 700;
	font-family: "Roboto Slab", serif;
	border: none;
	cursor: pointer;
	/* letter-spacing: .6px; */
}

.dropbtn:hover {
	color: #74c545;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: 30px;
	left: -50px;
	background-color: #c9ffd5;
	border-top: 3px solid #74c545;
	font-family: "Roboto Slab", serif;
	white-space: nowrap;
	/* min-width: 160px; */
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content2 {
	display: none;
	position: absolute;
	top: 30px;
	left: -15px;
	background-color: #c9ffd5;
	border-top: 3px solid #74c545;
	font-family: "Roboto Slab", serif;
	/* min-width: 230px; */
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 7px 10px;
	text-decoration: none;
	display: block;
}

.dropdown-content2 a {
	color: black;
	padding: 7px 10px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #ff9600;
	color: white;
}

.dropdown-content2 a:hover {
	background-color: #ff9600;
	color: white;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropdown-content2 {
	display: block;
}

/* .dropdown:hover .dropbtn {
	color: yellow;
  } */
/*********************************
3.1 Logo
*********************************/

.logo_container {
	display: inline-block;
	padding-left: 20px;
	width: 360px;
}

.logo span {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #3a3a3a;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left: 3px;
}

/*********************************
3.2 Main Nav
*********************************/

.main_nav_container {
	display: inline-block;
	margin-left: auto;
	padding-right: 93px;
}

.main_nav {
	margin-top: 7px;
}

.main_nav_item {
	display: inline-block;
	margin-right: 40px;
}

.main_nav_item:last-child {
	margin-right: 0px;
}

.main_nav_item a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav_item a:hover {
	color: #ff9600;
}

/*********************************
3.3 Header Side
*********************************/
.header.scrolled .header_side {
    border-radius: 0px;
}

.header_side {
	width: 250px;
	height: 100%;
	background: #1b4d27;
	border-radius: 0px 5px 5px 0px;
}

.header_side img {
	width: 15px;
	height: 15px;
}

.header_side span {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	padding-left: 6px;
}

.header_side button {
	margin-top: 3px;
	width: 73%;
	border: none;
	padding: 7px 10px;
	background-color: white;
	color: #1b4d27;
	border-radius: 7px;
	font-size: 14px;
	font-family: "Roboto Slab", serif;
}

.header_side button:hover {
	background-color: white;
	color: black;
}

/*********************************
3.4 Hamburger
*********************************/

.hamburger_container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: none;
	cursor: pointer;
}

.hamburger_container i {
	font-size: 24px;
	padding: 10px;
	color: #3a3a3a;
}

.hamburger_container:hover i {
	color: #ff9600;
}

/*********************************
4. Menu
*********************************/

.menu_container {
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 12;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}

.menu_container.active {
	visibility: visible;
	opacity: 1;
	right: 0;
}

.menu {
	position: absolute;
	top: 150px;
	left: 0;
	padding-left: 25px;
}

.menu_list {
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 1000ms 600ms ease;
	opacity: 0;
}

.menu_container.active .menu_list {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.menu_item {
	margin-bottom: 9px;
}

.menu_item a {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_item a:hover {
	color: #ff9600;
}

.menu_close_container {
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu_close {
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close::after {
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
	background: #ff9600;
}

/*********************************
4.1 Menu Social
*********************************/

.menu_social {}

.menu_social_container {
	margin-top: 100px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1000ms ease;
	-moz-transition: all 1000ms 1000ms ease;
	-ms-transition: all 1000ms 1000ms ease;
	-o-transition: all 1000ms 1000ms ease;
	transition: all 1000ms 1000ms ease;
	opacity: 0;
	padding-left: 4px;
}

.menu_social_item {
	display: inline-block;
	margin-right: 30px;
}

.menu_social_item a i {
	color: #3a3a3a;
}

.menu_social_item a i:hover {
	color: #ff9600;
}

.menu_container.active .menu_social_container {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}


.contact-iframe{
	width: 100%;
	height: 580px;
	overflow: hidden;
	margin-top: -80px;
}

/* ************************* */

.treatment-box img {
	object-fit: cover;
	width: 100%;
	height: 200px;
	border-radius: 10px;
}

.treatment-box2 img {
	object-fit: cover;
	width: 275px;
	height: 275px;
	border-radius: 10px;
}

.treatment-box2 p{
	margin-top: 0px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: #2e377b;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
}

/* ************************ */

/*********************************
4.2 Menu copyright
*********************************/

.menu_copyright {
	margin-top: 60px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1200ms ease;
	-moz-transition: all 1000ms 1200ms ease;
	-ms-transition: all 1000ms 1200ms ease;
	-o-transition: all 1000ms 1200ms ease;
	transition: all 1000ms 1200ms ease;
	opacity: 0;
	padding-left: 3px;
}

.menu_container.active .menu_copyright {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}



/* ****************** MOdel Forms ************* */

.modal-content {
	padding: 0px;
	border-radius: 10px;
	background-image: url("img/modal pic3.png");
	/* The image used */
	background-position: center;
	/*Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
}

.modal-body {
	margin: 0px;
	padding: 0px;
}

.modal-body .contact2 {
	position: relative;
	top: -15px;
}

#closebtn {
	width: 95%;
	color: white;
	background: transparent;
	border: none;
	font-size: 25px;
	font-weight: 600;
	text-align: end;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#clod {
	width: 53%;
}

@media (max-width: 990px) {
	#clod {
		width: 100%;
	}

}


/*********************************
5. Home
*********************************/

.home {
	width: 100%;
	height: 80vh;
	position: relative;
}

.shadow-dark-hero {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 31, 13, 0.457);
	z-index: 1;
}

/*********************************
5.1 Hero Slider
*********************************/

.hero_slider_container {
	width: 100%;
	height: 100%;
}

.hero_slide {
	width: 100%;
	height: 100%;
}

.hero_slide_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.hero_slide_container {
	width: 100%;
	height: 100vh;
}

.hero_slide_content {
	max-width: 80%;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	z-index: 5;
}

.hero_slide_content h1 {
	font-size: 72px;
	font-weight: 400;
	color: #FFFFFF;
}

.hero_slide_content h1 span {
	background: #ff9600;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: -12px;
	margin-right: -12px;
}

.animated {
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.animate-out {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

/*********************************
5.2 Hero Slider Navigation
*********************************/
.hero_slider_nav span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #121212;
	line-height: 1;
}

.hero_slider_nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(calc(-50% + 30px));
	width: 58px;
	height: 58px;
	background: #FFFFFF;
	z-index: 9;
	cursor: pointer;
}

.hero_slider_nav:hover {
	background: #ff9600;
}

.hero_slider_nav:hover span {
	color: #FFFFFF;
}

/* ********************************* */

.hero_slider_nav2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 30%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(calc(-50% + 30px));
	width: 58px;
	height: 30px;
	background: #FFFFFF;
	z-index: 9;
	cursor: pointer;
}

.hero_slider_nav2:hover {
	background: #ff9600;
}

.hero_slider_nav2:hover span {
	color: #FFFFFF;
}

.hero_slider_nav2 span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #121212;
	line-height: 1;
}

.hero_slider_left {
	left: 4.32%;
}

.hero_slider_right {
	right: 4.32%;
}

/*********************************
6. Hero Boxes
*********************************/

.hero_boxes {
	width: 100%;
	z-index: 9;
	padding-top: 50px;
}

/* .hero_boxes_inner {
	position: absolute;
	top: -212px;
	left: 0;
	width: 100%;
} */

.hero_box {
	width: 100%;
	height: 161px;
	background: #1a1a1a;
	padding-left: 50px;
	cursor: pointer;
}

.hero_box:hover {
	background: #ff9600;
}

.hero_box img {
	width: 62px;
	height: auto;
	margin-top: -6px;
}

.svg path {
	fill: #ff9600;
}

.hero_box svg {
	width: 62px;
	height: auto;
}

.hero_box:hover svg path {
	fill: #FFFFFF;
}

.hero_box_content {
	padding-left: 13px;
	padding-top: 11px;
	margin-top: -6px;
}

.hero_box_title {
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 7px;
}

.hero_box_link {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 3px;
}

.hero_box_link:hover {
	color: #1a1a1a;
}


/*===============================
	About -- Notice CSS
=================================*/
.about-notice {
	margin-top: 50px;
	margin-bottom: 50px;
}

.about-text p {
	margin-top: 20px;
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	color: #2e377b;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
	text-shadow: none;
}


.about-text2 p {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	color: #2e377b;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
	text-shadow: none;
}

.about-text2 {
	margin-bottom: 20px;
}

.notice-box {
	margin: 20px;
}

.n-box {
	margin: auto;
	width: 95%;
	border-radius: 7px;
	border: 2px solid #ff9600;
	height: auto;
	background-color: #f0f0f0;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.17);
}

.n-box2 {
	height: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 7px;
	border: 2px solid #ff9600;
	height: auto;
	background-color: #f0f0f0;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.17);
}

.n-box2 marquee {
	height: 300px;
}

.n-text {
	margin: auto;
	width: 90%;
	background-color: #ff9600;
	border-radius: 7px;
	margin-bottom: 20px;
	padding: 7px 20px;
}

.n-text2 {
	margin: auto;
	width: 98%;
	background-color: #ff9600;
	border-radius: 7px;
	margin-bottom: 20px;
	padding: 2px 5px;
}

.n-title {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	margin-top: 0px;
	padding: 0px;
	color: #2e377b;
}

.n-title2 {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #2e377b;
}

.n-detail {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	margin-top: 0px;
	padding: 0px;
	color: #2e377b;
	line-height: 18px;
}

.n-detail2 {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #2e377b;
	line-height: 18px;
}

/*===============================
	Courses CSS
=================================*/
.courses {
	background: #f8f8f8;
}

.courses .course-slider {
	margin-top: 30px;
}

.courses .single-course {
	padding: 12px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 30px;
}

.courses .single-course:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}

.courses .course-head {
	position: relative;
	overflow: hidden;
}

.courses .course-head::before {
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}

.courses .course-head img {
	height: 100%;
	width: 100%;
}

.courses .course-head:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}

.courses .course-head:hover:before {
	opacity: 0.8;
	visibility: visible;
}

.courses .course-head a {
	position: absolute;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 10;
	border-radius: 0px;
	left: 50%;
	font-weight: 500;
	text-transform: capitalize;
	margin-left: -58px;
	padding: 12px 22px;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	border-radius: 50px;
}

.courses .course-head:hover .btn {
	transform: scale(1);
	opacity: 1;
}

.courses .course-body {
	margin: 15px;
	margin-top: 0px;
}

.courses .name-price {
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 9;
	margin-top: -33.5px;
}

.courses .name-price .teacher-info {
	display: inline-block;
}

.courses .teacher-info img {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	display: inline-block;
	border: 4px solid #fff;
	float: left;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}

.courses .single-course .teacher-info:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.courses .teacher-info .title {
	font-weight: 500;
	padding: 10px;
	color: #fff;
	border-radius: 30px;
	position: absolute;
	left: 0;
	bottom: -43px;
	z-index: 33;
	font-size: 13px;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.courses .teacher-info:hover .title {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.courses .teacher-info .title::before {
	content: "";
	border-bottom: 12px solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
}

/* Price */
.courses .price {
	color: #fff;
	padding: 5px 25px;
	font-weight: 700;
	position: relative;
	margin-top: 12px;
	float: right;
	border-radius: 50px;
	right: 0;
}

.courses .price::before {
	position: o;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	border-left: 15px solid #fff;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	display: none;
}

.courses .course-body .c-title {
	font-size: 18px;
	text-align: left;
	margin: 5px 0 15px;
}

.courses .course-body .c-title a {
	color: #252525;
	font-weight: 700;
}

.courses .course-body p {
	color: #666;
}

.courses .course-meta {
	background: #fff;
	border-top: 1px solid rgba(204, 204, 204, 0.45);
	overflow: hidden;
	margin: 15px;
	text-align: left;
	padding-top: 15px;
}

/* Rattings */
.courses .rattings li {
	display: inline;
	margin-right: 2px;
	color: #ff9600;
}

.courses .rattings li.point span {
	display: inline-block;
	position: relative;
}

.courses .rattings li.point span:before {
	content: "(";
}

.courses .rattings li.point span::after {
	content: ")";
}

/* Course Info */
.courses .course-info {
	margin-top: 4px;
}

.courses .course-info span {
	display: inline-block;
	color: #888;
	margin-right: 8px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.courses .course-info span:last-child {
	margin-right: 0px;
}

.courses .course-info span i {
	margin-right: 5px;
}

/* Slider Meta */
.courses .owl-controls {
	margin-top: 30px;
}

.courses .owl-controls .owl-nav div {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	padding: 0;
	border-radius: 100%;
	color: #555;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}

.courses .owl-controls .owl-nav div:last-child {
	margin: 0;
}

.courses .course-slider:hover .owl-controls .owl-nav div {
	opacity: 1;
	visibility: visible;
}

.courses .owl-controls .owl-nav div:hover {
	border-color: transparent;
	color: #fff;
}

/* Courses Archive */
.courses.archive {
	padding: 60px 0 90px;
}

.courses.archive .single-course {
	margin: 30px 0 0;
}

/*===============================
	End Courses CSS
=================================*/

/*********************************
7. Page Section
*********************************/

.page_section {
	padding-top: 117px;
	padding-bottom: 117px;
}

.section_title h1 {
	display: block;
	color: #3a7919;
	font-weight: 500;
	padding-top: 15px;
	font-family: "Roboto Slab", serif;
}

.bold {
	font-weight: 800;
	color: #1b4d27;
}

.section_title h1::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 5px;
	content: '';
	background: #1b4d27;
}

.section_title h1::after {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 5px;
	content: '';
	background: #74d242;
}

/*********************************
8. Buttons
*********************************/

.button {
	cursor: pointer;
}

.button:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.button a {
	font-size: 14px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
}

.button_1 {
	width: 202px;
	height: 48px;
}

/*********************************
9. Popular
*********************************/

.popular {}

.course_boxes {
	margin-top: 68px;
}

.card {
	display: block;
	background: #f8f9fb;
	border: none;
}

.card-img-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.card-body {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.card-title {
	margin-top: 55px;
}

.card-title a {
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1.2;
}

.card-title a:hover {
	color: #a5a5a5;
}

.card-text {
	font-size: 14px;
	font-weight: 500;
	color: #a5a5a5;
	margin-top: -12px;
}

.price_box {
	width: 100%;
	height: 67px;
	background: #eaebec;
	margin-top: 41px;
	padding-left: 35px;
}

.course_author_image {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
}

.course_author_name {
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	padding-left: 20px;
	margin-top: 7px;
}

.course_author_name span {
	color: #a5a5a5;
}

.course_price {
	width: 67px;
	height: 67px;
	background: #ff9600;
	margin-left: auto;
}

.course_price span {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	margin-top: 7px;
}

/*********************************
10. Register
*********************************/

.register {
	width: 100%;
}

.register_section {
	width: 100%;
	background: #ff9600;
	padding-top: 80px;
	padding-bottom: 80px;
}

.register_content {
	width: 522px;
}

.register_title {
	color: #FFFFFF;
	margin-bottom: 16px;
	line-height: 1.63;
}

.register_title:last-child {
	margin-bottom: 0px;
}

.register_title span {
	color: #1a1a1a;
}

.register_text {
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 32px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0px;
}

.register_button {
	background: #1a1a1a;
	margin-top: 65px;
}

.register_button a {
	color: #FFFFFF;
}

/*********************************
11. Search
*********************************/

.search_section {
	width: 100%;
	height: 100%;
	background: #ececec;
}

.search_content {
	width: 522px;
}

.search_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.23;
}

.search_title {
	color: #1a1a1a;
	margin-bottom: 20px;
}

/*********************************
11.1 Search Form
*********************************/

.search_form {
	margin-top: 57px;
}

.input_field {
	width: 100%;
	height: 42px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: solid 2px #FFFFFF;
	padding-left: 25px;
	margin-bottom: 24px;
}

input:last-of-type {
	margin-bottom: 0px;
}

.input_field:focus {
	outline: none !important;
	border: solid 2px #ff9600;
}

.search_submit_button {
	width: 100%;
	height: 48px;
	background: #ff9600;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 28px;
	border: none;
	cursor: pointer;
}

.search_submit_button:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.search_submit_button:focus {
	outline: solid 2px #FFFFFF;
}

/*********************************
12. Services
*********************************/

.services {
	padding-bottom: 76px;
}

.services_row {
	margin-top: 65px;
}

.service_item {
	margin-bottom: 41px;
}

.service_item h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 13px;
}

.service_item p {
	font-size: 14px;
	font-weight: 500;
	color: #a5a5a5;
	max-width: 100%;
	margin-bottom: 0px;
}

.icon_container {
	height: 41px;
	width: auto;
	margin-bottom: 30px;
}

.icon_container img {
	height: 100%;
}

/*********************************
13. Testimonials
*********************************/

.testimonials {
	width: 100%;
	background: #1a1a1a;
}

.testimonials_background_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testimonials_background {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.27;
}

.testimonials .section_title h1 {
	color: #FFFFFF;
}

.testimonials_slider_container {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 56px;
}

.testimonials_item {
	width: 100%;
	padding-bottom: 75px;
}

.quote {
	font-size: 36px;
	color: #ff9600;
}

.testimonials_text {
	color: #FFFFFF;
	margin-bottom: 0px;
}

.testimonial_user {
	margin-top: 43px;
}

.testimonial_image {
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial_image img {
	width: 100%;
	height: auto;
}

.testimonial_name {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f6af03;
	margin-top: 21px;
}

.testimonial_title {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 6px;
}

.testimonials_slider .owl-dots {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}

.testimonials_slider .owl-dot span {
	width: 8px !important;
	height: 8px !important;
	border: solid 2px #FFFFFF;
	background: transparent !important;
}

.testimonials_slider .owl-dot.active span {
	width: 16px !important;
	height: 16px !important;
	border: none;
	background: #ff9600 !important;
}

/*********************************
14. Events
*********************************/

.event_items {
	margin-top: 68px;
}

.event_item {
	margin-bottom: 56px;
}

.event_item:last-child {
	margin-bottom: 0px;
}

.event_date {
	width: 131px;
	height: 131px;
	border: solid 2px #ff9600;
	margin-bottom: 18px;
}

.event_day {
	font-size: 48px;
	font-weight: 700;
	color: #ff9600;
	margin-bottom: 1px;
	line-height: 1;
}

.event_month {
	font-size: 16px;
	font-weight: 700;
	color: #ff9600;
}

.event_name a {
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
}

.event_name a:hover {
	color: #ff9600;
}

.event_location {
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 2px;
}

.event_content p {
	font-weight: 500;
	color: #a5a5a5;
	margin-top: 21px;
	margin-bottom: 13px;
}

.event_image {}

.event_image img {
	width: 100%;
}


/*********************************
9. Contact
*********************************/
.contact-home {
	width: 100%;
	height: 447px;
}

.home_background_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home_background {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home_content {
	position: absolute;
	left: 50%;
	bottom: 109px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: white;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 10px;
}

.home_content h1 {
	font-size: 85px;
	font-weight: 500;
	color: #2e377b;
	line-height: 0.5;
	white-space: nowrap;
	font-family: 'Oswald', sans-serif;
}

.dual-color {
	color: #ff7700;
}

.contact {
	padding-top: 106px;
	padding-bottom: 117px;
}

.contact_title {
	font-size: 36px;
	font-weight: 500;
	color: #1a1a1a;
}

.contact_form_container {
	margin-top: 70px;
}

.input_field {
	width: 100%;
	background: #f8f4f4;
	border: solid 2px transparent;
	margin-bottom: 24px;
	height: 42px;
	padding-left: 33px;
}

.input_field:focus {
	outline: none !important;
	border-color: #ff9600;
}

.text_field {
	width: 100%;
	height: 189px;
	background: #f8f4f4;
	border: solid 2px transparent;
	padding-left: 33px;
	margin-bottom: 24px;
}

.text_field:focus {
	outline: none !important;
	border-color: #ff9600;
}

.contact_send_btn {
	width: 100%;
	height: 48px;
	background: #ff9600;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
}

.contact_send_btn:focus {
	outline: solid 1px #ff9600;
	border: green !important;
}

/* ********************************* */
/* scroll-tab-box */

.scroll-tab-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding-bottom: 50px;
}

.scroll-tab {
	width: 30%;
	direction: rtl;
	height: 441px;
	overflow-x: auto;
	margin-left: 10px;
}

.tab-box {
	width: 70%;
}

.tabcontent h2{
	color: #1b4d27;
	font-family: "Roboto Slab", serif !important;
	text-align: center;
	font-size: 25px;
	font-weight: 800;
}

/* ************************************ */


/******************************
cource-hero
*************************** */

.c-hero .container-fluid {
	padding: 0px;
	margin: 0px;

}

/*********************************
10. About
*********************************/

.about_title {
	font-size: 36px;
	font-weight: 500;
	color: #1a1a1a;
}

.about_text {
	margin-top: 20px;
}

.contact_info {
	margin-top: 64px;
	padding-left: 46px;
}

.contact_info_item {
	font-size: 14px;
	font-weight: 400;
	color: #a5a5a5;
	margin-bottom: 22px;
}

.contact_info_item:last-child {
	margin-bottom: 0px;
}

.contact_info_icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.contact_info_icon img {
	width: 100%;
}

/*********************************
11. Google Map
*********************************/

#google_map {
	width: 100%;
	height: 532px;
	margin-top: 117px;
}

.map_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#map {
	width: 100%;
	height: calc(100% + 30px);
}

/*********************************
15. Footer
*********************************/

.footer {
	width: 100%;
	padding-top: 86px;
	background: #1b4d27;
}

.footer .section_title h1 {
	color: #FFFFFF;
}

.logo-footer img {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	width: 250px;
	height: 100%;
	background-color: white;
	padding: 10px;
}

/*********************************
15.1 Newsletter
*********************************/

.newsletter {
	padding-bottom: 85px;
	border-bottom: solid 2px #4d4e4e;
}

.newsletter_form_container {
	width: 60%;
	margin-top: 48px;
}

.newsletter_email {
	width: calc(100% - 164px);
	height: 42px;
	border: none;
	padding-left: 27px;
	font-weight: 500;
	color: #1a1a1a;
}

.newsletter_email:focus {
	outline: solid 2px #ff9600;
}

.newsletter_submit_btn {
	width: 164px;
	height: 42px;
	border: none;
	background: #ff9600;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.newsletter_submit_btn:focus {
	border: solid 2px #FFFFFF;
}

/*********************************
15.2 Footer Content
*********************************/

.footer_content {
	padding-top: 80px;
	padding-bottom: 83px;
	border-bottom: solid 2px #4d4e4e;
}

.footer_content .logo_container {
	padding-left: 0px;
}

.footer_content .logo span {
	color: #FFFFFF;
}

.footer_about_text {
	margin-top: 24px;
	font-family: "Roboto Slab", serif;
	font-size: 15px;
	font-weight: 600;
	color: #a5a5a5;
	line-height: 18px;
	margin-bottom: 0px;
	text-align: justify;
	padding-right: 20px;
}

.footer_column_title {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-top: 15px;
}

.footer_column_content {
	margin-top: 32px;
}

.footer_list_item {
	margin-bottom: 11px;
}

.footer_list_item a {
	font-size: 14px;
	color: #a5a5a5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_list_item a:hover {
	color: #ff9600;
}

.footer_contact_item {
	font-size: 14px;
	font-weight: 400;
	color: #a5a5a5;
	margin-bottom: 22px;
}

.footer_contact_item:last-child {
	margin-bottom: 0px;
}

.footer_contact_icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.footer_contact_icon img {
	width: 100%;
}

/*********************************
15.3 Footer Copyright
*********************************/
.footer_bottom {
	padding-top: 19px;
	padding-bottom: 19px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 1.5px;
}

.foot_copyright p {
	font-size: 16px;
	font-weight: 700;
}

.foot_copyright a {
	font-size: 14px;
	font-weight: 700;
	color: white;
}

.foot_social {
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.foot-soc {
	display: flex;
	flex-direction: row;
}

.foot-soc li {
	margin-right: 10px;
	margin-left: 10px;
}

.footer_social .menu_social_item a i {
	color: #FFFFFF;
}

.footer_social .menu_social_item a i:hover {
	color: #ff9600;
}

.footer_social .menu_social_item:last-child {
	margin-right: 0px;
}


/* ======================== Director msg ================== */

.cahairman-img {
	margin-top: 30px;
}


.top-space {
	margin-top: 50px;
}


.left-col {
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	padding: 20px;
}

.sidebar {
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.side-courece {
	border-bottom: 1px solid black;
	padding: 20px;
	font-size: 17px;
}

.side-tittles {
	padding: 20px 0px 0px 20px;
	color: #ff9600;
}

.affi-box {
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	height: 350px;
	width: 350px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 25px;
	padding: 20px;
}

.afii-tittle {
	text-align: center;
	color: #ff9600;
}

.affi-college {
	text-align: center;
}

.affi-address span {
	font-size: 14px;
	font-weight: bold;
	color: #ff9600;
}

.affi-college span {
	font-size: 14px;
	font-weight: bold;
	color: #ff9600;
}

.courses-box {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.course-info {
	margin-top: 10px;
	/* text-align: center; */
	color: black;
	margin-bottom: 10px;
}

.c-button button {
	margin-top: 3px;
	width: 100%;
	border: none;
	padding: 7px 10px;
	background-color: #343c7f;
	color: white;
	border-radius: 7px;
	font-size: 18px;
}

.c-button button:hover {
	background-color: rgb(241, 218, 8);
	color: black;
}


/* ================================================= */

/*=============================
	Faqs CSS
===============================*/
.faqs {
	background: #f8f8f8;
}

.faqs .faq-image,
.faqs .faq-main {
	margin-top: 30px;
}

.faqs .text-content {
	text-align: left;
	padding: 0 60px 0 0;
	margin-bottom: 30px;
}

.faqs .faq-img img {
	width: 100%;
}

.faqs .panel-group {
	margin: 0;
	text-align: left;
}

.faqs .panel {
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: none;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.faqs .panel:last-child {
	margin: 0;
}

.faqs .panel-heading {
	background: none;
}

.faqs .faq-title a {
	padding: 15px;
	font-size: 15px;
	position: relative;
	color: #252525;
	background: #fff;
	width: 100%;
	display: block;
	font-weight: 700;
}

.faqs .panel.active .faq-title a {
	text-decoration: none;
	color: #fff;
}

.faqs .panel .faq-title a i {
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 100%;
	width: 28px;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faqs .panel.active .faq-title a i {
	border-color: #fff;
}

.faqs .faq-body {
	padding: 25px;
	color: #555;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
}

/*=============================
	End Faqs CSS
===============================*/


.panc {
	background-image: url("4897726.jpg");
	;
	background-color: #cccccc;
	/* Used if the image is unavailable */
	height: 500px;
	/* You must set a specified height */
	background-position: center;
	/* Center the image */
	background-repeat: no-repeat;
	background-size: cover;
}


/* ========================================
Panchtatav style
======================================== */

.panchimg img {
	border-radius: 10px;
}

.panchtextbox {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.panchtextbox h2 {
	color: #ff9600;
}

.vertical-tab-menu {
	width: 100%;
	height: 350px;
	overflow-y: auto;
}