
html,
body {
	height: 100%;
	font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 { 
	color: #111111;
	margin: 0;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
} 

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #000000;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Helper CSS
-----------------------*/

.spad {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-title {
	margin-bottom: 20px;
}

.section-title h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}
 
.bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	opacity: 1; /*cange opacity for slider*/
}
.bg-img img{
	height: 50vh;
	width: 100%;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background: #f6783a;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 50px;
	min-width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
} 

/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
	Header section
-----------------------*/

.welcome{
	padding: 50px 40px;
}

.welcome h4{
	margin-bottom: 10px;
	color: #003399;
	text-transform: capitalize;
	font-weight: bold;
	
  } 

.welcome .director-holder img {
	border: 1px solid #003399;	
	padding: 10px;
	float: left; 
	height: 250px;
	width: 250px;
	margin: 10px;
}
.welcome p{
	text-align: justify;
	font-size: 16px;
}
/*---------------------
	Hero Section
-----------------------*/

.hs-item {
	min-height: 760px;
	position: relative;
	display: table;
	width: 100%;
}

.hs-item .hs-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}

.hs-item .hs-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	color: #f6783a;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 25px;
	position: relative;
	left: 150px;
	opacity: 0;
	text-transform: uppercase;
}

.hs-item .hs-des {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
	left: 150px;
	opacity: 0;
}

.hs-item .site-btn {
	margin-top: 30px;
	opacity: 0;
	top: 50px;
}

.owl-item.active .hs-item .hs-title,
.owl-item.active .hs-item .hs-des,
.owl-item.active .hs-item .hs-subtitle,
.owl-item.active .hs-item .site-btn {
	left: 0;
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item .hs-subtitle {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-title {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .hs-des {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

/*---------------------
  Hero
-----------------------*/
.hero_item {
	width: 100%;
	height: 65vh;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px
}
.hero_slider .owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
  }
	.hero_slider .owl-nav .owl-next,
	.hero_slider .owl-nav .owl-prev {
	  border: 1px solid red;
	  z-index: 92;
	  position: absolute;
	  top: 50%; }
	  .hero_slider .owl-nav .owl-next:active, .hero_slider .owl-nav .owl-next:focus,
	  .hero_slider .owl-nav .owl-prev:active,
	  .hero_slider .owl-nav .owl-prev:focus {
		outline: none; }
	  .hero_slider .owl-nav .owl-next i,
	  .hero_slider .owl-nav .owl-prev i {
		color: #006633; }
		.hero_slider .owl-nav .owl-next i:before,
		.hero_slider .owl-nav .owl-prev i:before {
		  font-size: 20px !important; }
	.hero_slider .owl-nav .owl-next {
	  border: 4px solid #006633;
	  right: 5%;
	}
	.hero_slider .owl-nav .owl-prev {
	  left: 5%; }
  
  .hero_slider .owl-dots {
	position: absolute;
	bottom: -15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); }
	.hero_slider .owl-dots .owl-dot {
	  background: none;
	  display: inline-block; }
	  .hero_slider .owl-dots .owl-dot > span {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: rgba(13, 2, 53, 0.726);
		margin: 4px; }
	  .hero_slider .owl-dots .owl-dot.active > span {
		background: #006633; }
	  .hero_slider .owl-dots .owl-dot:active, .hero_slider .owl-dots .owl-dot:focus {
		outline: none; 
  }

  .slide-content{
	position: relative; 
	/* left: 10vh;  */
	top: 50vh;
	right: 0;
	height: calc(90% - 50px);	
	background: rgba(0, 0, 0, 0.442);
	flex-direction: column;
	} 

  .hero_text span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	color: #7fad39;
}

.hero_text h2 {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	font-size: 35px;
	color: #fff;
	/* line-height: 52px; */
	font-weight:600;
	margin: 10px 0;
}

.hero_text h5 {
	/* margin-bottom: 35px; */
	font-weight: 500;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
	.hero_text h2 {
		font-size: 20px;		
	}
	
	.hero_text h5 {
		font-weight: 500;
		font-size: 18px;		
		
	}

	.slide-content{
		
		top: 43vh;
		} 

}
@media (max-width: 576px) {
	
}


/*---------------------
	link Section
-----------------------*/

.slider-menu {
	background: #003399;
	padding: 5px 0;
}

.slider-menu h6{
	color: #fff;
	margin-top: 10px;
}
.slider-menu .big-icon {
	display: block;
	float: left;
	width: 71px;
	height: 71px;
	border-radius: 70px;
	background: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 15px;
}

.slider-menu .big-icon i {
	font-size: 30px;
	color: #f6783a;
}

.slider-menu .link {
	padding-left: 40px;
}

.slider-menu .link .link-item {
	/* min-width: 100px; */
	font-size: 16px;
	/* text-transform: uppercase; */
	color: #fff;
	border-right: 1px solid #35335a;
	text-align: center;
	display: inline-block;
}

.slider-menu .link .link-item:last-child {
	border-right: none;
}

.slider-menu .link .link-item h4 {

	color: #fff;
	margin-bottom: 4px;
}

.link-content {
	padding-left: 90px;
}

.link-content h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}

.link-content p {
	text-transform: uppercase;
	color: #fff;
}

.link-content p i {
	color: #f6783a;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.link-item{
		min-width: 80px;
	}
   .link-item h6{
	font-size: 12px;
   }
   .link-item img{
	   height: 40px;
   }
  }

/*---------------------
	Service Section
-----------------------*/

.section-bg{
	background: #e8e8e8a7
}

.section-blue{
	background: #003399;
}

.section-padding{
	padding: 50px 40px;
}

.section-title {
	text-align: center;
  }

  .title {
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: #003399;
  }
  
  
	.section-title h3 {
	  font-weight: 600;
	  text-transform: uppercase;
	  padding-bottom: 20px;
	  position: relative;
	  color: #003399;
	}
  
	.section-title h3::before {
	  content: '';
	  position: absolute;
	  display: block;
	  width: 120px;
	  height: 1px;
	  background: #ddd;
	  bottom: 1px;
	  left: calc(50% - 60px);
	}
  
	.section-title h3::after {
	  content: '';
	  position: absolute;
	  display: block;
	  width: 40px;
	  height: 3px;
	  background: #47b2e4;
	  bottom: 0;
	  left: calc(50% - 20px);
	}
  
	.section-title p {
	  margin-bottom: 0;
	}
  
	@media (max-width: 768px) {
	  .section-title h3{
		font-size: 24px
	  }
  
	}

	.btn-white-outline {
		border: #003399 1px solid;
		background: #fff;
		box-shadow: 0px 6px 15px rgba(218, 223, 230, 0.12);
		font-size: 18px;
		padding: 10px 20px;
		color: #003399;
		border-radius: 50px;
	  }
	
	  .btn-white-outline:hover {
		border: #fff 2px solid;
		background: #003399;  
		padding: 12px 20px;
		color: #fff;
	  }

.services {
	margin-bottom: -50px;
}

.service-item {
	margin-bottom: 50px;
}

.service-item .service-icon {
	width: 45px;
	float: left;
}

.service-item .service-icon img {
	max-width: 100%;
}

.service-item .service-content {
	padding-left: 75px;
}

.service-item .service-content h4 {
	margin-bottom: 15px;
	font-weight: 400;
}


.categories_slider .col-lg-3 {
	max-width: 100%;
}
.categories_slider h5{
	font-size: 14px;
}

.categories_slider.owl-carousel .owl-nav button {
	font-size: 18px;
	color: #1c1c1c;
	height: 70px;
	width: 30px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #ebebeb;
	position: absolute;
	left: -35px;
	top: 50%;
	-webkit-transform: translateY(-35px);
	background: #ffffff;
}

.categories_slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -35px;
}


/*---------------------
	Enroll Section
-----------------------*/

.enroll-section {
	position: relative;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
}

.enroll-section .section-title {
	margin-bottom: 40px;
}

.enroll-list-item {
	padding-left: 70px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.enroll-list-item span {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50px;
	background: #f6783a;
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}

.enroll-list-item h5 {
	font-weight: 400;
	margin-bottom: 10px;
}

.enroll-list-item:after {
	position: absolute;
	content: '';
	height: calc(100% - 45px);
	left: 20px;
	top: 48px;
	border-left: 1px dashed #6c6e70;
}

.enroll-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.enroll-list-item:last-child:after {
	display: none;
}

/*---------------------
	SubjectCategories Section
-----------------------*/

.subjectcategories-section .container {
	margin-bottom: -50px;
}

.subjectcategory-item {
	margin-bottom: 50px;
}

.subjectcategory-item .subjectcategory-thumb {
	margin-bottom: 45px;
	position: relative;
}

.subjectcategory-item .subjectcategory-thumb img {
	min-width: 100%;
}

.subjectcategory-item .subjectcategory-thumb .subjectcategory-cat {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.subjectcategory-item .subjectcategory-thumb .subjectcategory-cat span {
	min-width: 150px;
	bottom: 0;
	background: #f6783a;
	padding: 10px 15px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.subjectcategory-item .subjectcategory-info {
	text-align: center;
	margin: 0 -15px;
}

.subjectcategory-item .subjectcategory-info .date {
	color: #f6783a;
	font-size: 14px;
	margin-bottom: 10px;
}

.subjectcategory-item .subjectcategory-info h4 {
	font-weight: 400;
	line-height: 1.3;
}

.subjectcategory-item .subjectcategory-info .cource-price {
	padding-top: 15px;
	color: #f6783a;
}

.subjectcategory-item .subjectcategory-info .cource-price span {
	font-size: 14px;
	font-weight: 500;
	color: #b7b7b7;
}

/*---------------------
	Fact Section
-----------------------*/

.fact-section {
	background-position: center center;
	position: relative;
}

.fact-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.fact-section .container {
	position: relative;
	z-index: 1;
}

.fact {
	text-align: center;
}

.fact-icon {
	font-size: 48px;
	color: #fff;
	width: 50px;
	display: inline-block;
}

.fact-text {
	padding-left: 20px;
	display: inline-block;
	text-align: left;
}

.fact-text h2 {
	color: #f6783a;
	font-weight: 400;
}

.fact-text p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
}

/*---------------------
	Event Section
-----------------------*/

.event-item {
	margin-bottom: 50px;
}

.event-item .event-thumb {
	margin-bottom: 45px;
	position: relative;
}

.event-item .event-thumb img {
	min-width: 100%;
}

.event-item .event-thumb .event-date {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.event-item .event-thumb .event-date span {
	min-width: 170px;
	bottom: 0;
	background: #f6783a;
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.event-item .event-info {
	text-align: center;
}

.event-item .event-info h4 {
	margin-bottom: 20px;
	font-weight: 400;
}

.event-item .event-detail h5 a {
	color: #003399;
	background: transparent !important;
}

.event-item .event-info p {
	margin-bottom: 30px;
}

.event-item .event-info p i {
	color: #f6783a;
	padding-left: 13px;
	padding-right: 4px;
}

.event-item .event-info .event-readmore {
	font-size: 13px;
	text-transform: uppercase;
	color: #b7b7b7;
	letter-spacing: 2px;
	font-weight: 500;
}

.event-item .event-info .event-readmore i {
	color: #f6783a;
}

/*---------------------
	Gallery Section
-----------------------*/

.gallery .gallery-item {
	width: 12.5%;
	position: relative;
}

.gallery .gallery-item:after {
	content: '';
	display: block;
	clear: both;
}

.gallery .gallery-item:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item:hover:before {
	opacity: 0.3;
}

.gallery .gallery-item.gi-big,
.gallery .gallery-item.gi-long {
	width: 25%;
}

.gallery .gallery-item a {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(246, 120, 58, 0.9);
	color: #fff;
	left: 50%;
	top: 60%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item a i {
	font-size: 24px;
}

.gallery .gallery-item:hover a {
	opacity: 1;
	top: 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	-o-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}

.gallery .grid-sizer {
	width: 12.5%;
}

/*---------------------
	Post Section
-----------------------*/

.post-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.post-item .post-thumb {
	width: 230px;
	height: 170px;
	float: left;
}

.post-item .post-content {
	padding-left: 258px;
}

.post-item .post-content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.4;
}

.post-item .post-meta {
	margin-bottom: 15px;
}

.post-item .post-meta span {
	margin-right: 10px;
	font-size: 12px;
	color: #b7b7b7;
}

.post-item .post-meta span i {
	color: #f6783a;
	margin-right: 3px;
}

/*---------------------
	Newsletter Section
-----------------------*/

.newsletter-section {
	background: #f7f7f7;
	padding: 50px 0;
}

.newsletter-section .newsletter {
	position: relative;
	margin-top: 12px;
}

.newsletter-section .newsletter input {
	width: 100%;
	font-size: 14px;
	padding: 18px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 170px;
}

.newsletter-section .newsletter .site-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0px 50px 50px 0px;
	min-width: 150px;
}

/*---------------------
	Footer Section
-----------------------*/

.footer-section {
	background-color: #2F2E81;
	background-repeat: no-repeat;
	background-position: center 75px;
}

.footer-section .footer-top {
	padding: 40px 15px;
}

.footer-section .copyright {
	border-top: 1px solid #312f56;
}

.footer-section .copyright p {
	font-size: 13px !important;
	color: #b7b7b7;
	margin-bottom: 0;
} 

.footer-section .copyright p a {
	color: #fff;
	font-weight: 500;
}

.footer-section .copyright p a:hover {
	color: #f6783a;
}

.footer-widget .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 10px;
}

 .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 10px;
}

 .fw-title::before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #50d8af;
	top: 12%;
	left: 5%;
  }

.footer-widget p,
.footer-widget span {
	color: #fff;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget .about-widget img {
	margin-bottom: 30px;
}

.footer-widget .about-widget p {
	margin-bottom: 35px;
}

.footer-widget .social a {
	font-size: 1.5em;
	color: #fff !important;
	margin-right: 15px;
}

.footer-widget .dobule-link ul {
	display: inline-block;
}

.footer-widget .dobule-link ul a {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
}

.footer-widget .dobule-link ul a:hover {
	color: #cccccc;
}

.footer-widget .dobule-link ul li:last-child a {
	margin-bottom: 0;
}

.footer-widget .dobule-link ul:last-child {
	margin-left: 50px;
}

.footer-widget .recent-post li {
	margin-bottom: 25px;
}

.footer-widget .recent-post p {
	margin-bottom: 5px;
}

.footer-widget .recent-post span {
	font-size: 12px;
}

.footer-widget .recent-post span i {
	color: #f6783a;
	margin-right: 5px;
}

.footer-widget .contact li {
	margin-bottom: 15px;
	display: block;
}

.footer-widget .contact li p {
	margin-bottom: 0;
}

.footer-widget .contact i {
	font-size: 12px;
}

/*---------------------
	Other Pages
----------------------
======================*/

.site-breadcrumb {
	padding: 20px 0;
	background: #f7f7f7;

	font-size: 18px;
}

.breadcrumb-link span {
	color: #111111;
	font-size: 13px;

}
.breadcrumb-link a {
	color: #2F2E81;
	font-size: 13px;
}
.breadcrumb-link a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}

.site-pageination {
	list-style: none;
}

.site-pageination li {
	display: inline;
	text-align: center;
}

.site-pageination li a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	color: #636363;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 14px;
	border-radius: 2px;
}

.site-pageination li a:hover,
.site-pageination li a.active {
	background: #f6783a;
	border-color: #f6783a;
	color: #fff;
}

/*---------------------
	About page
-----------------------*/

.about-text h5 {
	font-weight: 400;
	margin-bottom: 12px;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
}

.about-text .about-list li i {
	color: #f6783a;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
  max-height: 250px
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*---------------------
	Post Page
-----------------------*/

.post-item {
	margin-bottom: 60px;
}

.post-item .post-thumb {
	height: 320px;
	margin-bottom: 40px;
}

.post-item .post-thumb-full {
	margin-bottom: 40px;
}

.post-item .post-content h3 {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-item .post-content h3 a {
	color: #111111;
}

.post-item .post-content p {
	margin-bottom: 0;
}

.post-item .post-meta {
	margin-bottom: 10px;
}

.post-item .post-meta span {
	margin-right: 10px;
	font-size: 14px;
	color: #b7b7b7;
}

.post-item .post-meta span i {
	color: #f6783a;
}

.post-item .tag {
	padding-top: 15px;
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
}

.post-item .tag i {
	color: #f6783a;
	margin-right: 5px;
}

.post-item .post-author {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.post-item .post-author .pa-thumb {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.post-item .post-author .pa-content {
	padding-left: 130px;
	padding-top: 5px;
}

.post-item .post-author .pa-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.comment-warp {
	padding-top: 40px;
	border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
	font-weight: 400;
	margin-bottom: 35px;
}

.comment-warp .comment-list {
	list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment-warp .comment {
	margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comment-warp .comment .comment-content {
	padding-left: 100px;
}

.comment-warp .comment .comment-content .c-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
	margin-bottom: 5px;
	display: block;
}

.comment-warp .comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.comment-warp .comment .comment-content p {
	margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	color: #111111;
	padding: 5px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
	border-color: #f6783a;
	background: #f6783a;
	color: #fff;
}

.comment-form-warp {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 18px 20px;
	margin-bottom: 30px;
	border-radius: 2px;
}

.comment-form textarea {
	height: 150px;
}

.comment-form.--contact input[type='text'],
.comment-form.--contact input[type='email'],
.comment-form.--contact textarea {
	border: 1px solid #e1e1e1;
}

.comment-form.--contact textarea {
	margin-bottom: 50px;
}

.widget {
	margin-bottom: 55px;
	margin-left: -19px;
}

.widget .widget-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	padding: 5px 0;
	display: inline-block;
}

.widget ul a:hover {
	color: #f6783a;
}

.widget .search-widget {
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 30px;
}

.widget .recent-post-widget .rp-content {
	padding-left: 100px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 12px;
	color: #b7b7b7;
	margin-bottom: 0;
}

.widget .recent-post-widget .rp-content p i {
	color: #f6783a;
}

.widget .recent-post-widget .rp-content h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}

.widget .tags a {
	min-width: 80px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	padding: 12px 15px;
	border: 1px solid #f6783a;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 2px;
}

.post-item.post-details {
	margin-bottom: 0;
}

.post-item.post-details p {
	margin-bottom: 15px;
}

.post-item.post-details blockquote {
	padding: 25px 30px;
	font-size: 16px;
	color: #111111;
	border-left: 3px solid #f6783a;
	-webkit-box-shadow: 0 0 40px #f2f2f2;
	        box-shadow: 0 0 40px #f2f2f2;
	margin: 40px 0 35px;
}

/*---------------------
	Contact page
-----------------------*/

.map-section {
	height: 500px;
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 400px;
	height: 100%;
	background: rgba(2, 0, 49, 0.8);
	text-align: center;
	z-index: 1;
	padding-top: 70px;
}

.contact-info-warp .contact-info {
	margin-bottom: 40px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}

/*------------------
	Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-menu .link {
		padding-left: 20px;
	}
	.slider-menu .link .link-item {
		min-width: 80px;
	}
	.slider-menu .link .link-item h4 {
		font-size: 35px;
	}
	.widget {
		margin-left: 0;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-info .hf-item i {
		float: left;
	}
	.header-info .hf-item p {
		display: block;
	}
	.hs-item {
		height: auto;
		min-height: auto;
		padding: 140px 0;
	}
	.slider-menu .link {
		padding-top: 15px;
		padding-left: 0;
	}
	.slider-menu .link .link-item {
		min-width: 70px;
	}
	.slider-menu .link .link-item h4 {
		font-size: 27px;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 25%;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: -16px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-info {
		display: none;
	}
	.site-logo {
		padding: 15px 0;
	}
	.nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: #111;
		top: 25px;
		display: block;
	}
	.nav-section .nav-right {
		display: block;
		float: none;
		text-align: right;
		padding-bottom: 20px;
	}
	.main-menu {
		display: none;
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		padding: 15px;
		display: block;
		border-top: 1px solid #212031;
	}
	.main-menu li a:hover {
		background-color: transparent;
		color: #f6783a;
	}
	.main-menu li.active a {
		background-color: transparent;
	}
	.hs-item {
		min-height: auto;
		padding: 100px 0;
	}
	.hs-item .hs-title {
		font-size: 40px;
	}
	.slider-menu .link {
		float: none;
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 50%;
	}
	.fact {
		text-align: left;
		margin-bottom: 15px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: 50%;
		margin-left: -90px;
	}
	.testimonial-slider .owl-dots {
		text-align: center;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.testimonial-slider .ts-author-pic {
		margin: 5px auto 30px;
	}
	.testimonial-slider .ts-item {
		text-align: center;
		padding-bottom: 50px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
	.map-section {
		height: auto;
	}
	.contact-info-warp {
		position: relative;
		height: auto;
		display: block;
		width: 100%;
		padding-bottom: 70px;
	}
	.map-section .map {
		height: 300px;
	}
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hs-item .hs-title {
		font-size: 27px;
	}
	.slider-menu .link .link-item {
		min-width: 65px;
	}
	.slider-menu .link .link-item h4 {
		font-size: 25px;
	}
	.subjectcategory-item .subjectcategory-info {
		margin: 0;
	}
	.post-item .post-thumb {
		height: 230px;
		width: 100%;
		margin-bottom: 20px;
	}
	.post-item .post-content {
		padding-left: 0;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 100%;
	}
	.newsletter-section .newsletter {
		text-align: center;
	}
	.newsletter-section .newsletter input {
		padding-right: 30px;
		margin-bottom: 20px;
		text-align-last: auto;
	}
	.newsletter-section .newsletter .site-btn {
		position: relative;
		border-radius: 50px;
	}
	.post-item .post-author .pa-thumb,
	.comment-warp .comment .comment-avator {
		float: none;
		margin-bottom: 15px;
	}
	.post-item .post-author .pa-content,
	.comment-warp .comment .comment-content {
		padding-left: 0;
	}
}

.event{
	margin: 10px 0 20px 0;
}

.events-bg h4{
	color: #fff;
}
.event h3{
	text-transform: uppercase;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.event a{
	color: #fff;
	background: #cccccc;
}

.event .event-day{
	border: #2F2E81 solid 2px;
	background: #fff;
	margin: 10px 0;
}

.event .event-day .date{
	background: #003399;
	padding: 5px 10px;
	color: #fff;
}

.event .event-day .date h4{
	color: #fff;
}

.event .event-day .detail{
	padding: 5px;
}

.event .event-day .detail h5 a { 
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	background: transparent !important;
}

.line {
	/* margin:0 0 1em; */
	line-height:1.5em;
	padding:0;
	color:#cccccc;
	text-shadow:1px 1px 1px #000;
	text-transform: uppercase;
	font-size:1.5em;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.line:before,.line:after {
	content:" ";
	position:absolute;
	top:50%;
	margin-left:-999em;
	height:2px;
	width:998em;
	border-top:1px solid #cccccc;
	background:rgba(0,0,0,0.2);
}
.line:after {
	left:auto;
	width:999em;
	margin:0 0 0 1em;
}

.statement{
	margin: 30px;
}

.values{
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	/* padding: 10px; */
	background: #fff;
	/* height: 200px; */
}

.values .value-content{
	padding: 20px;
}

.values .title-header{
	background: #003399;
	height: 40px;
}

.value-item {
	background: #fff;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); 
	padding: 10px;
	min-height: 100px;
}


.value-item h5{
	text-transform: capitalize;
	font-weight: 600;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #003399;
}

 .value-item p{
	font-size: 14px;
	color: #000;
	margin-bottom: 0;	
}

.values .title-header h4{ 
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	color: #fff;
	text-align: left;
}

.values ul {
	padding-left: 100px;
	list-style-type: square;
}

.values p{
	padding: 20px;
	font-size: 15px;
	line-height: 1.5em;
	text-align: justify;

}
 

.events-bg {
	background: url("../img/events.jpg") center top no-repeat fixed;
	background-size: cover;
	/* padding: 30px 0 30px 0; */
	position: relative;
	min-height: 250px;
  }
  
  .events-bg::before {
	content: '';
	position: absolute;
	left: 50;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(22, 21, 21, 0.418);
	z-index: 9;
	}
	
	.events-bg h3{
		font-weight: bold;
		color: #fff;
		/* text-align: center; */
	}

.admission {
	background: url("../img/events.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 50px 0 50px 0;
	position: relative;
  }
  
  .admission::before {
	content: '';
	position: absolute;
	left: 50;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(22, 21, 21, 0.418);
	z-index: 9;
  }
  
  .admission .container {
	position: relative;
	z-index: 10;
	align-content: center
  }
   
  .admission h3{
	color: #fff
  }
  
  .admission h6{
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff
  }

.content{
	box-sizing: border-box;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	padding: 0;
}
 

.content .header h4{ 
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	color: #fff;
	text-align: center;
}

.content ul {
	padding: 5px 30px;
	font-size: 14px;
	list-style-type: square;
	text-align: justify
}

.content p{
	padding: 20px;
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;
}

.content h4{ 
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	color: #003399;
	text-align: center;
}

.portal h5{
	font-size: 1em;
}

.post-post{
	background: #fff;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.548);
	border: 1px solid #f7f7f7;
}

.post-post .info{
	padding: 5px;
}

.post-post h4{
	color: #003399;
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.post-post .info .date {
	letter-spacing: 0.05em;
	font-weight: 400;
	text-transform: uppercase;
	color: #aaa;
}

.post-post .info .description i{
	font-size: 12px;
	color: #cccccc;
}

#social-links ul li{
  display: inline !important;
}

#social-links ul li a{
  font-size: 20px;
  margin-right: 10px;
}

#social-links ul li a{
  font-size: 25px;
  margin-right: 10px;
}

#social-links .fa-facebook-official{
  color: #003399
}

#social-links .fa-twitter{
  color: #069dc1
}

#social-links .fa-linkedin{
  color: #123b7f
}

#social-links .fa-whatsapp{
  color: #009933
}




