 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*  
	font-family: "Montserrat", sans-serif; 
*/
body{font-family: "Montserrat", sans-serif;}
.img-fullwidth{width:100%;}
.position-relative{position:relative;}
.header{ 
	position:absolute; 
	z-index:999;
	width:100%;
	padding:10px 0;
}

.header .navbar-collapse{
	padding:0;
}
 
/* Topbar */
.header .topbar {
	border-bottom: #66678d 1px solid;
	padding:   0px;
}
.header .content {
	float: left;
}
.header .content li {
	display: inline-block;
	color: #ffffff;
	font-size:16px;
	margin-right: 10px;
	line-height:40px; 
	padding-left:10px;
	border-left:#66678d 1px solid;
}
.header .content li:last-child{
	margin-right: 0px;
	padding-right:0px;
	border-right:0px;
}
.header .content li i {
	margin-right: 5px;
}
.header .content li a {
	color: #fff;
}
.header .social{
	float:right;
}
.header .social li {
	display: inline-block;
	margin: 0; 
	line-height:40px;
	text-align:center;
	padding:0 15px; 
}
.header .social li:last-child{
	margin-right:0px;
}
.header .social li a {
	color: #fff;
	
}
/* Logo */
.header .logo { 
	margin:   0; 
}
.header .header-inner{
	background:none;	
}
.header .header-menu { 
	z-index: 3333;
	margin:25px  0; 
	
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
}
.navbar-nav {
	display: block;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 2px; 
}
.header .nav li:last-child{
	margin-right:0px; 
}
.header .nav li a {
	color: #fff;
	font-size: 12px; 
	padding:  10px 14px;
	font-weight:400;
	display: block;
	position: relative; 
	text-shadow: none;
	text-transform:uppercase;
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #fff;
}
.header .nav li a i {
	margin-left: 5px;
}
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.header .nav li:hover .dropdown{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border:none;
}
.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #252525;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:right;
}
.header .nav li .dropdown li:hover a{
	color:#252525;
}
.header .nav li .dropdown.submenu{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a{
	color:#252525;
} 

.header .button {
	position: absolute;
	top: 0;
	right: 0; 
}
.header .button .btn { 
	color: #fff; 
	padding:9px 20px;
	box-shadow:none;
	background:#000000;
	font-size:12px;
	text-transform:inherit;
	border:1px solid transparent;
}
.header .button .btn:hover{
	color:#000;
	background:#000000;
	border-color:#e6e6e6;
}
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#000;
	z-index:999;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}
/*===============================
	End Header CSS 
=================================*/		

/*===============================
	Slider CSS 
=================================*/
.home-slider{
	height: 100vh;
}
.home-slider .overlay{
	position:relative
}
.home-slider .overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #000;
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	border: none;
}
.home-slider .single-slider:before{
	opacity:0.4;
}
.home-slider .single-slider .slider-text {
	margin:225px 0 0;
	padding:20px;  
} 
.home-slider .single-slider h1 {
	font-size: 60px; 
	color: #fff;
	margin-bottom:10px;
	font-weight: bold;  
}
.home-slider .single-slider p {
	font-size: 18px;
	color: #fff;
	text-transform:uppercase;
} 

.home-slider .single-slider .social {
	margin-top:20px;
}
.home-slider .single-slider .social li {
	display: inline-block;
	margin-right: 15px; 
	border-radius: 100%;
}
.home-slider .single-slider .social li i{
	text-align:center;
	margin:0 !important;
	color: #fff;
	font-size:18px; 
}
.home-slider .single-slider .social li:last-child{
	margin:0;
}
.home-slider .single-slider .social li a {
	display: block; 
	line-height: 34px; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	color: #fff;
}  
.home-slider .single-slider .button{
	margin-top:10px;
}
.home-slider .single-slider .btn { 
	color: #fff ;
	font-size:16px;
	text-transform:capitalize;
	background: #8f69ad;
	position: relative;
	z-index: 3; 
	border-radius:30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover{
	background:#8f69ad;
	color:#fff;
}
.home-slider .single-slider .btn.primary{
	color:#fff;
}
.home-slider .single-slider .btn.primary:before{
	background:#fff;
}
.home-slider .single-slider .btn.primary:hover{
	color:#252525;
	background:transparent;
}
.home-slider .single-slider .btn:last-child{
	margin-right:0px;
}
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover{
	background:#000;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover{
	left:25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
	right:25px;
}
/*===============================
	End Slider CSS 
=================================*/
.about-real{ 
	padding:60px 0;
	background:#ffffff;	
}
.about-real h2{
	color:#122223;
	font-size:24px;
	font-weight:600; 
	margin:10px 0 15px 0;  
	padding:0;	 
}
 
 
.about-real p{
	margin:0 0 10px 0;
	padding:0; 
	font-size:16px; 
	text-align:justify; 
	color:#122223;	
}
.about-real ul li{
	margin:0;
	padding:0 0 0 25px; 
	font-size:16px;  
	color:#122223;
	background:url(../images/right-icon.png) left 2px no-repeat;
}
.about-real .read-more-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px; 
  text-transform:uppercase;
  color: #2c3e50; 
  padding: 10px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.about-real .read-more-btn:hover { 
  color: #000;
} 
 
.about-shree {
	background:#fff9f2;
	padding: 60px 0;
}
   
.about-shree h2 {
	color: #122223;
	font-size: 25px;
	font-weight: 600;
	margin:	10px 0 15px 0; 
	padding:0; 
}
  
.about-shree p{
	margin-bottom:15px;  
	font-size:16px;
	color:#000000;
	line-height:30px;
} 
.about-shree .btn {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  background:#8f69ad;
  position: relative;
  z-index: 3;
  border-radius:30px;
  -webkit-transition:all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition:all 0.4s ease;
}  
.about-shree .btn:hover{
	background:#8f69ad;
	color:#fff;
}
.about-shree .btn::before{
	background:#8f69ad;
	color:#fff;
}
.about-shree .btn.primary{
	color:#fff;
	background:#03d64f;
}
.about-shree .btn.primary:before{
	background:#fff;
}
.about-shree .btn.primary:hover{
	color:#252525;
	background:transparent;
}
  
.about-img {
    position: relative;
	text-align:center; 
} 
/*=============================
	End About US CSS
===============================*/
.ourservices{
	margin: 0;
	padding:60px 0;
	background:#fff; 
	position:relative;
}  
.ourservices h2{font-size:36px; margin:0 0 20px 0; padding: 0; font-weight:600;  position:relative; letter-spacing:1px;   text-align:center;  }
.ourservices h2 small{
	font-size:16px;	
	color: #674188;
	text-transform:uppercase;
	font-weight:400;
}
.ourservices h6{
	font-size:14px;
	font-weight:400;	  
	text-align:center;
	line-height:24px;
}
.servbox{
	margin:15px 0;
	padding:0;
	background-color: #fffbf6;	
}
.servbox h3{
	margin:  10px 0 ;
	padding:0;
	font-size:18px;	 
  	font-weight: 600;
	color: #000;
}
.servbox h3 a{
	color: #000;
}
.servbox p{
	margin:0 0 10px 0 ; 
}
.servbox .read-more-btn {  
  font-size: 14px; 
  text-transform:uppercase;
  color: #2c3e50; 
  padding: 10px 0; 
  margin:10px 0;
  transition: all 0.3s ease;
}

.servbox .read-more-btn:hover { 
  color: #000;
}


.any-question{
	padding:0 ;
	margin:25px 0; 
	position: relative;
	 
}
.any-question .bg{
	background-color: #472d5e; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #472d5e , #472d5e);
  padding:20px;
  border-radius:25px;
}
.any-question h2{     
	margin:15px 0 ; 
	color: #fff; 
  font-size:24px;
  font-weight: 600;	 
}
.any-question p {
  color:#fff;
  font-size:14px;
  font-weight:400;
  margin:0; 
  line-height:26px
}
.any-question ul li{
	margin:0;
	padding:0 0 0 25px; 
	font-size:14px;  
	color:#fff;
	background:url(../images/right-icon.png) left 2px no-repeat;
}
.any-question .button{
	margin-top:20px;
}
.any-question .btn { 
	color: #fff ;
	font-size:14px;
	background-color: #926baf ;
    border-radius: 30px;
	padding:15px 40px; 
	font-weight:600; 
	text-transform:uppercase; 
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.any-question .btn::before{
	background-color: #C59660 ;
}


.enrollin{
	background: #674188 !important;	
}
.enroll {
	position: relative; 
	background-image:url(../images/enroll.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center ;
	padding:20px 0 40px;
}
.enroll .enroll-form {
	margin-top: 30px;
	text-align: left; 
}
.enroll .form-title {
	padding:0 
}
.enroll .form-title h2 {
	padding: 0;
	font-size: 30px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #fff;
}
.enroll .form-title p {
	color: #fff; 
	font-size:26px
}
.enroll .form {
	padding: 0;
}
.enroll .form-group {
	margin-bottom: 20px;
}  
.enroll .form-group input {
	width: 100%;
	height: 40px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	background:#e6e2e7;
	font-weight: 500;
	border-radius: 5px;
	padding: 0 10px;
}
.enroll .form-group input:hover,
.enroll .form-group textarea:hover{
	padding-left:15px;
}
.enroll .form-group textarea {
	height: 120px;
	color: #999999;
	background:#e6e2e7;
	box-shadow: none;
	text-shadow: none;
	border: none;
	resize: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0 10px;
	border-radius: 5px;
}
.enroll .form-group .btn { 
	background: #674188;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	padding: 12px 20px;
	border-radius: 5px;
	border: #fff 2px solid;
}
.enroll .form-group .btn:before{
	display:none;
}  
.enroll .enroll-right h2 {
	color: #fff;
	margin: 20px 0;
	padding: 0;
	font-weight:600; 
	font-size: 35px;
}
.enroll .enroll-right small{
	color: #dcc6ea;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
}
.enroll .enroll-right p {
	color: #fff;
	padding: 0;
	font-size:16px;
	margin-bottom:10px;
} 
.enroll .enroll-right  ul{margin-bottom:10px;} 
.enroll .enroll-right  ul li {
	color: #fff;
	padding: 0;
	margin:0 0 0 15px;
	font-size:16px;
	list-style:disc;
} 
 


.ourblog{
	margin: 0;
	padding:60px 0;
	background:#fff9f2; 
	position:relative;
}  
.ourblog h2{font-size:36px; margin:0 0 20px 0; padding: 0; font-weight:600;  position:relative; letter-spacing:1px;   text-align:center;  }
.ourblog h2 small{
	font-size:16px;	
	color: #674188;
	text-transform:uppercase;
	font-weight:400;
}
.ourblog h6{
	font-size:14px;
	font-weight:400;	  
	text-align:center;
	line-height:24px;
}
.blogbox{
	margin:15px 0;
	padding:15px;
	border-radius:5px;
	background-color: #fff;	
}
.blogbox img{
	border-radius:5px;	
}
.blogbox h3{
	margin:  10px 0 ;
	padding:0;
	font-size:18px;	 
  	font-weight: 600;
	color: #000;
}
.blogbox h3 a{
	color: #000;
}
.blogbox p{
	margin:0 0 10px 0 ; 
}
.blogbox .read-more-btn {  
  font-size: 14px; 
  text-transform:uppercase;
  color: #2c3e50; 
  padding: 10px 0; 
  margin:10px 0;
  transition: all 0.3s ease;
}

.blogbox .read-more-btn:hover { 
  color: #000;
}
/*=============================
	Events CSS
===============================*/
.events h2{font-size:36px; margin:0 0 20px 0; padding: 0; font-weight:600;  position:relative; letter-spacing:1px;   text-align:center;  }
.events h2 small{
	font-size:16px;	
	color: #674188;
	text-transform:uppercase;
	font-weight:400;
}
.events h6{
	font-size:14px;
	font-weight:400;	  
	text-align:center;
	line-height:24px;
}
.events .single-event {
	margin:  15px 0; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
	border: #2a2a2a 2px solid;
}
 
.events .single-event .head{ 
	position:relative; 
}
 

.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	opacity:0;
	visibility:visible;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:111;
	background:#000; 
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
	}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
} 
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
	background:#fff;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content {
	padding: 12px;
	position: relative;
	text-align: left; 
} 
 
.events .event-content::before {
  position: absolute;
  bottom: 100%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
  top: -15px;
  left: 50%;
}
 
.events .event-content p{
	color: #151515; 
  font-size: 14px;	
  text-align:center;
  font-weight:600;
}
/*=============================
	End Events CSS
===============================*/
  .our-testimonials{
	margin:0;
	padding: 60px 0 60px;
	position:relative;
	overflow: hidden;
	background:#fff;
  	background-size: cover;
  	background-position: center;	
} 
.our-testimonials h2{font-size:36px; margin:0 0 20px 0; padding: 0; font-weight:600;  position:relative; letter-spacing:1px;   text-align:center;  }
.our-testimonials h2 small{
	font-size:16px;	
	color: #674188;
	text-transform:uppercase;
	font-weight:400;
}
.reviewbox .content more {position:absolute;bottom:-5px	;right:0;color:#000;font-weight:700;cursor:pointer;background-color:#fff;display:block;}
.reviewbox .content .less {position:static;padding-left:0;text-align:right;display:inline-block;}
.reviewbox .rrate{font-size:12px;}
.reviewbox .rrate i {color:#fabb05;font-size:15px;} 
.reviewbox .rtitle{
	padding-top:5px;
	font-size: 14px;
	text-align:left; 
	font-weight:600;
	color:#000;	
} 
 
 
.testimonial-slider{
	margin:0;
	padding:0;	
}
 
.reviewbox{
	margin:15px 5px;
	padding: 30px;
	border-radius: 5px;
	position:relative;
	box-shadow: 0 4px 12px rgba(0,0,0,.175);
	background:#fff;
}
.reviewbox .content {
  display: block;
  position: relative;
  margin-bottom: 5px;
  line-height: 2em;
  font-size: 14px;
  text-align: left;
  color:#000;
  transition: all 0.3s ease;
}
.reviewbox .ofhide {
  max-height: 80px;
  overflow: hidden;
}
.reviewbox .rquote1 {
  color: #ddd;
  font-size: 10px;
}
.reviewbox .rquote2 {
  color: #ddd;
  font-size: 10px;
  margin-right: 5px;
}
.reviewbox .content more {position:absolute;bottom:-5px	;right:0;color:#000;font-weight:700;cursor:pointer;background-color:#fff;display:block;}
.reviewbox .content .less {position:static;padding-left:0;text-align:right;display:inline-block;}
.reviewbox .rrate{font-size:12px;}
.reviewbox .rrate i {color:#fabb05;font-size:15px;} 
.reviewbox .rtitle{
	padding-top:5px;
	font-size: 14px;
	text-align:left; 
	font-weight:600;
	color:#000;	
} 
.ti-review-header { 
  display: flex; 
  flex-wrap: nowrap;
  position: relative;
}
.ti-profile-img {
  margin: 0 15px 0 0 !important;
}

 
.ti-profile-img img {
  width: 40px !important;
  height: 40px !important;
  padding: 0px !important;
  display: block;
  border-radius: 30px;
  min-width: initial !important;
  max-width: initial !important;
  object-fit: cover;
  object-position: top;
}
.ti-profile-details {
  -webkit-box-flex: 1; 
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ti-name { 
  font-size: 16px;
  overflow: hidden;
  padding-right: 25px;
  white-space: nowrap;
  line-height: 18px;
  text-overflow: ellipsis;
  color: #000000;
  margin-bottom: 2px;
}
.ti-date {
  color: #000000;
  opacity: 0.5;
  font-size:16px !important;
} 
.faqs{
	padding: 60px 0 60px ;
	margin: 0; 
  	position: relative;
	background:#fff9f2; 
}	
.faqs h2{font-size:36px; margin:0 0 20px 0; padding: 0; font-weight:600;  position:relative; letter-spacing:1px;   text-align:center;  }
.faqs h2 small{
	font-size:16px;	
	color: #674188;
	text-transform:uppercase;
	font-weight:400;
}
.faqs .faq-content{margin-top:30px}
.faqs .text-content{text-align:left;padding:0 60px 0 0;margin-bottom:30px}
.faqs .text-content h2{font-size:38px;margin-bottom:25px}
.faqs .text-content p{font-size:16px}
.faqs .panel-group{margin:0;text-align:left}
.faqs .panel{background:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;margin:0 0 2px}
.faqs .panel-heading{background:0 0}
.faqs .faq-title a{padding:20px;     font-size:14px;position:relative;color:#212121; width:100%;border:#bababa 1px solid;border-radius:5px;display:block}
.faqs .faq-title a::after{content:"\f0d8";font-family:FontAwesome;top:50%;margin-top:-5px;right:24px;position:absolute;background:0 0;width:10px;height:10px;line-height:10px;color:#4d2508;border-radius:0;text-align:center;font-size:16px}
.faqs .panel.active .faq-title a{color:#151515; text-decoration:none}
.faqs .faq-title a.collapsed::after{content:"\f0d7";color:#191919;background:0 0}
.faqs .faq-body{padding:15px 0;color:#282828;font-size:16px;box-shadow:none;text-shadow:none; }
.faqs .panel-default{border:none;box-shadow:none;background:0 0!important;text-shadow:none;margin:10px 0}
.faqs .faq-img img{width:100%}
/*=============================
	Footer CSS
===============================*/
.footer { 
	padding: 0;
	background:#000000;
	font-family: 'Poppins', sans-serif;
} 
.footer a,
.footer p{
	color:#eee;
	font-weight:400;
}
.footer .footer-top {
	padding:40px 0 30px;
}
.footer .footer-bottom {
	border:#25282a 1px solid;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	color: #fff; 
	font-family: 'Manrope', sans-serif;
	position: relative;
}
.footer .single-widget h2:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	background:#fff;
	width:50px;
	height:2px;
}
.footer .about p {
	margin-top: 20px;
}
.footer .list{
	margin-top:20px;
}
.footer .list li {
	line-height: 30px;
	color: #fff;
}
.footer .list li a{
	color:#fff;
}
.footer .list li i {
	margin-right: 15px;
	color:#fff;
}
.footer .useful-links p {
	color: #fff;
	font-size: 15px;
}
.footer .useful-links ul li {
	position: relative;
	line-height: 30px;
}
.footer .useful-links ul li a {
	color: #fff;
	font-size: 15px;
}
.footer .useful-links ul li i{
	margin-right:10px;
} 
.footer .bottom-head {
	padding: 10px 0; 
}
.footer .social {
	margin-top:20px;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px; 
	border-radius: 100%;
}
.footer .social li i{
	text-align:center;
	margin:0 !important;
	color: #fff; 
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 34px;
	width: 34px;
	line-height: 34px; 
	text-align: center; 
	margin: 0; 
	padding: 0;
	background:#25282a;
	color: #fff;
}  
.footer .copyright {
	text-align: center; 
}
.footer .copyright p {
	font-size: 12px;
	color: #a8aca1;
	text-transform: capitalize;
}
.footer .copyright a{
	color:#a8aca1;
}
   




.banner-slider{
	height: 450px;
}
.banner-slider .overlay{
	position:relative
}
.banner-slider .overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #000;
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.banner-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height:450px;
	border: none;
}
.banner-slider .single-slider:before{
	opacity:0.4;
}
.banner-slider .single-slider .slider-text {
	margin:250px 0 0;
	padding:20px 0;  
} 
.banner-slider .single-slider h1 {
	font-size:36px; 
	color: #fff;
	margin-bottom:10px;
	font-weight: bold;  
}
.banner-slider .single-slider p {
	font-size: 14px;
	color: #fff; 
}   
.inner{
	margin: 0;
	padding: 30px 0;
	position: relative;
}
.inner p{
  text-align: justify;
}


.mf{margin: 0;padding:20px  0; position:relative;} 

.rn{margin:  0; padding:0px; position:relative; }
.rn h2{ color: #122223;
  font-size: 25px;
  font-weight: 600;
  margin:
10px 0 15px 0;
  text-transform: uppercase;} 
.rn p{color:#000; margin-bottom:17px;   text-align:inherit;}
.rn p i{color:#674188;}
.rn p a{color:#000} 
 .contactbox{
	margin:15px 0;
	padding:0;	
}
.contactbox h3{
	margin:0 0 	10px 0;
	padding:0;
	color:#3d3d3d;
	font-size:18px;	 
}
.contactbox h3 i{
	color:#674188;
	font-size:18px;
	margin-right:5px;	
}
.contactbox .social{ margin:10px 0}
.contactbox .social li{margin-right:10px;display:inline-block}
.contactbox .social li a{display:block;   text-align:center;margin:0;padding:0; color:#3d3d3d} 
.contactbox .social li i{color:#674188;margin:0}
.mf .enroll-form{ margin-bottom:20px; padding: 	0px;    }
.mf .form-title h2{
	color: #122223;
  font-size: 25px;
  font-weight: 600;
  margin:
10px 0 15px 0;
  text-transform: uppercase; 
  }
.mf .form-title h2 span{color:#4d2508; background:#f6cb74; padding:10px 20px;}
.mf .form-title p{color:#707070; font-size:14px; font-weight:300}
.mf .form{padding:0;  }
.mf .form-group{margin-bottom:15px}
.mf .form-group label{font-size:14px; font-weight:500; margin-bottom:5px; }
.mf .form-group input{width:100%; height:40px; color:#707070; box-shadow:none; text-shadow:none; border:1px solid #ccc; border-radius:0; padding:0 0 0 10px}
.mf .form-group input:hover,.mf .form-group textarea:hover{padding-left:15px}
.mf .form-group textarea{height:80px;color:#707070; box-shadow:none; text-shadow:none; border:1px solid #ccc; resize:none; margin-bottom:0; padding:0 0 0 10px; border-radius:0}
.mf .form-group .btn{width:auto; background:#3a3a3a;   color:#ffff; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; transition:all .4s ease; display:block; padding:10px 20px; border-radius:3px; border:none; font-size:18px;}
.mf .form-group .btn:before{display:none} 

.blog-section{
	padding:  0;
	position:relative;
	margin:0;	
}
 

.singlepost {
    position: relative;
    margin-bottom: 36px;
}
.post-item {
    margin-bottom: 24px;
}
.singlepost .post-thumb {
    height: 480px;
}
.post-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.post-thumb .labels {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #281b17;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    padding: 4px 10px;
    transition: 0.5s ease;
}

.post-item:hover .labels {
    background: #f2e6e6;
}

.post-thumb .labels a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}

.post-item:hover .labels a {
    color: #000;
}
.post-thumb img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    object-fit: cover;
}
.post-item:hover .post-thumb img {
    transform: scale(1.05);
}

.singlepost .post-info {
    position: absolute;
    bottom: 0;
    padding: 16px;
    z-index: 2;
}

.singlepost .post-info * {
    color: #fff;
}

.singlepost .post-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000082;
    z-index: 1;
}


.singlegrid {
    position: relative;
    margin-bottom: 36px;
}
.singlegrid .post-thumb {
  max-width: 100%;
  height: 220px;
}
.singlegrid .post-info {
  padding:   0px;
}
.singlegrid .post-title{
	line-height:24px;
}
.singlegrid .post-title a{
	color:#000; 
	font-size:20px;	 
}

.blogbox{ 
	position:relative;	
}
.blogbox .read-more-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px; 
  text-transform:uppercase;
  color: #2c3e50; 
  padding: 10px 0;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.blogbox .read-more-btn:hover { 
  color: #000;
}
.blog-info{
	margin:5px 10px;
}
.blog-info a {
	color: #777;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500;
}
.blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
	color:#f37434;
}
.blogbox .bltxt{
	padding: 0px; 
}
.blogbox .bltxt h3{
	margin:0 0 15px 0;
	padding:0;
	font-size:30px;
	color:#202124;  
}
.blogbox .bltxt h4{
	margin:0 0 10px 0;
	padding:0; 
	font-size:12px;
	font-weight:400;
	color: #ff4d4d ;	
	min-height:50px;
}
.blogbox .bltxt h6{
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	color:#214b8d; 	
	font-weight:600;
}
.blogbox .bltxt p{
	color: #5c5c5c;
	font-size:16px;   
	text-align:justify;
	margin:10px 0;	
}
.blogbox .bltxt .button{margin-top:20px}
.blogbox .bltxt .btn{color:#fff; font-size:14px; letter-spacing: 1px; padding:10px 20px; border-radius:15px; text-transform:uppercase; background:#10b5c7; border:#10b5c7 1px solid;}
.blogbox .bltxt .btn:hover{
	color:#10b5c7;
}
.entry-header-infobar {
    display: flex;
    flex-direction: row;  
    justify-content: space-between; 
    align-items: center;
	margin-bottom:15px;
}
.entry-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.25s;
  margin:5px 0;
}
.meta-comments {
  margin-right: 20px;
}
.meta-date {
  color: #7b7b7b;
}
.social-header {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}
.social-header ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
}

.social-header ul li a {
    color: #000;
    margin-left: 19px;
}

.blog-right{
	margin:  0;  
	padding: 0px ;
} 

.tags{
	margin-bottom:30px;
	position:relative; 
}
.tags h3{
    margin-bottom: 30px; 
  letter-spacing: inherit;
  font-size: 24px;
  color: #000;
  padding: 0;
  text-align: left;
}
.tags a {
    background-color: #F0F4F5;
    border: 1px solid #EAEAEA;
    color: #5c5c5c ;
    font-size: 13px ;
    letter-spacing: 1.5px;  
    padding:.7em .7em ; 
    margin-right: .4rem ;
    margin-bottom:.7rem ;
    border-radius: 0;
	display:inline-block;
}

.tags a:hover {
    text-decoration: none;
    color: white !important;
    background-color: #f37434 !important;
    border-color: transparent;
}
.searchwidget{
	margin-bottom:30px;
	position:relative;  
}
.searchwidget input {
    padding-right: 3.5em;
    border-radius: 0;
	background-color: #fff;
	border-color: #ccc;
	color: #5c5c5c;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
	height: 3.06em;
	padding-left: calc(1em - 1px); 
    width: 100%;
}
.searchwidget .button {
    top: 0;
    right: 0;
    position: absolute;
    background-color: transparent ;
    color: #B0B0B0;
    font-size: 17px;
	border:none; 
    height: 100%;
    width: 15%;
    padding: 0;
}

.searchwidget:hover .button {
    color: #f37434;
}
 

.widgetlink{
	margin-bottom:30px;
	position:relative; 
} 
.widgetlink ul{
	list-style:none;	
}
.widgetlink li {
    border-top: 1px solid #ccc;
    padding: 8px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.widgetlink li:last-child{
    padding-bottom: 0;
}
.widgetlink li a {
    color: #444c61; 
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

ul.widgetlink li a:hover {
    color: #5c5c5c;

}


.widget-title {
  margin-bottom: 30px; 
  letter-spacing: inherit;
  font-size: 24px;
  color: #000;
  padding: 0;
  text-align: left; 
}
.latest-news{
	margin-bottom:30px;
	position:relative;  
} 
.latest-news .single-news {
	position: relative;
	padding-left: 85px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.latest-news .single-news:last-child{
	margin:0;
}
.latest-news .single-news img {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 0; 
	top:  0px;
}
.latest-news .single-news h4{
	margin: 5px 0;
	padding:0; 
	font-size: 18px;  
}
.latest-news .single-news h4 a {
	color:#3a3a3a;  
}
.latest-news .single-news p{ 
	font-size:14px; 
	color: #6d6d6d;
	line-height:16px;
} 

.project-section{position:relative;padding:20px 0 20px}
h4.card-title{background:#0a0a0a none repeat scroll 0 0;color:#fff;font-size:1rem;margin:0}
h4.card-title a{color:#fff}
.card-header{padding:0}
.card-body{padding:10px}
.project-section .nav-link{margin:0 0 15px 0;padding:0}
.project-section .nav-tabs{border-bottom:none;font-size:15px; }
.project-section .nav-tabs .nav-item{margin:0;padding:5px 10px;display:inline-block}
.project-section .nav-tabs .nav-link{border:1px solid #ccc; padding:5px 10px; border-top-left-radius:.25rem;border-top-right-radius:.25rem;color:#818181;display:flex; } 
.project-section .nav-tabs .nav-link:focus,.project-section .nav-tabs .nav-link:hover{border-color:transparent;color:#4a4a4a}
.project-section .nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#868e96}
.project-section .nav-tabs .nav-item.show .nav-link,.project-section .nav-tabs .nav-link.active{background-color:#472d5e;color:#fff;font-weight:600;border-radius:0}
.project-section .team-button{padding-left:20px;margin-top:45px}
.project-section .button .btn{color:#fff}
.project-section .button .btn:before{background:#252525}
.project-section .button .btn:hover{background:0 0;color:#fff}
.project-section .tab-pane{width:100%}


.expactivities01{
  margin:  0;
  padding:40px 0;
  position: relative; 
  background:#ffffff  url(../images/wall-background-simple.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: scroll !important;
}
.expactivities01 .row, .expactivities01 .col-md-6{
  margin: 0;
  padding: 0; 
}
.expactivities02{
  margin:  0;
  padding:40px 0;
  position: relative; 
  background:#ffffff  url(../images/inline_image_preview.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: scroll !important;
}
.expactivities02 .row, .expactivities02 .col-md-6{
  margin: 0;
  padding: 0; 
}
.expactivities03{
  margin:  0;
  padding:40px 0;
  position: relative; 
  background:#ffffff  url(../images/white-and-gold-abstract-background-image.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: scroll !important;
}
.expactivities03 .row, .expactivities03 .col-md-6{
  margin: 0;
  padding: 0; 
}

.expactivities02 img{
    border:#2A2A2A 5px solid;
    border-radius:50%;
}
.expactivities03 img{
    border:#2A2A2A 5px solid; 
}

.eatext{
  padding: 0 30px;
  align-content: center;
  align-content: flex-start;
  align-items: center; 
  display: flex;
  height: 100%;
}
.eatext h2{
	color: #122223;
	font-size: 30px;
	font-weight: 600;
	margin:	10px 0 15px 0; 
	position: relative;
	padding:0 0 15px 0;
	text-align:left;
} 
.eatext  h2::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #37ca46;
  content: "";
  width: 50px;
  height: 2px;
}
.eatext p{ 
  text-align: justify;
  font-size: 14px;
  color:#2a2a2a;
}
.eatext ul li{ 
  list-style:disc;
  font-size: 14px;
  color:#2a2a2a;
  margin:0 0 0 15px;
}