/* =================================
------------------------------------
  Unica - University Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

@font-face {
	font-family: 'NotoSans';
	src:url('../icon-fonts/NotoSans.eot') format('embedded-opentype'),
		url('../icon-fonts/NotoSans.woff') format('woff'),
		url('../icon-fonts/NotoSans.ttf') format('truetype'),
		url('../icon-fonts/NotoSans.svg#NotoSans') format('svg');
	font-weight: normal;
	font-style: normal;
}


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

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

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: 16px;
	color: #636363;
	line-height: 1.6;
	text-align: justify;
}

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: 90px;
	padding-bottom: 90px;
}

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

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

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

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

/*.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, .know-more a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background: #1c2e41;
	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;
	word-spacing: 4px;
}

.site-btn a, .site-btn:hover{color: #fff;}
/* 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 #00a86b;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #03945f;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #00a86b;
		border-left-color: transparent;
	}
}

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

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

.header-section {
	padding: 17px 0px 3px;
	background: #D0F0C0;
}

.site-logo {
	display: inline-block;
	padding-top: 0px;
}
.site-logo>img {
    width: 90%;
}
.header-info {
	/*display: inline-block;
	float: right;*/
	padding: 5px 10px;
}

.header-info .hf-item {text-align: right;}

.header-info .hf-item.social{text-align: left;}

.header-info .hf-item i {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #00a86b;
	font-size: 17px;
	padding-top: 13px;
	margin-bottom: 10px;
}

	.header-info .hf-item a{margin-right: 18px;	margin-top: 10px;}
	.header-info .hf-item a:first-child{color:#333; font-size: 13px;  font-weight: 500;}
	 .goog-te-gadget .goog-te-combo{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #069b65;
    background: #00a86b;
    padding: 10px 20px 7px;
    margin-top: -15px;
}

	.header-info .hf-item i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #069b65;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 2px;
}

.header-info .hf-item p {
	display: inline-block;
	position: relative;
	top: 10px;
	margin-bottom: 0;
}

.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #020031;
	font-weight: 500;
}

.nav-switch {
	display: none;
}

.nav-section {
	background: #D0F0C0;
    margin-top: 0px;
    padding-top: 5px;
    border-top: 1px solid #17a2b8;
}

.nav-section .nav-right {
	float: right;
	padding-top: 23px;
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 16px;
}

.main-menu {
	list-style: none;
	    padding-left: 0px;
}

.main-menu li {
	display: inline;
}


.main-menu li a {
	display: inline-block;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 14px 10px;
	margin-right: -8px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.main-menu>li:first-child a {
    margin-left: -10px;
}
.main-menu li.active a {
    background: #00A86B;
}
.main-menu li a:hover {
	background: #00A86B;
}

.main-menu li.active a {
	    /*border-bottom: 3px solid #00A86B;*/
}

/*---------------------
	Hero Section
-----------------------*/

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

.hs-item .hs-text {
	position: absolute;
	display: table-cell;
	vertical-align: middle;
    z-index: 2;
    float: right;
    right: 25px;
    background: #d0f0c0a1;
    width: 38%;
    height: auto;
    padding: 30px 0px 30px 25px;
    top: 20%;
}

	.hs-item .hs-title, .hs-item .hs-subtitle{word-spacing:6px;}
.hs-item .hs-subtitle, .hs-item .hs-title, .hs-item .hs-des{
	color: #fff;} 
.hs-item .hs-subtitle {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 20px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-title {
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 25px;
	opacity: 0;
	text-transform: uppercase;
}

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

.hs-item .site-btn {
	margin-top: 10px;
	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-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 1;
	text-align: center;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #D0F0C0;
}

/*---------------------
	Counter Section
-----------------------*/

.counter-section {
	background: #dee1e6;
	padding: 40px 0;
}

.counter-section .big-icon {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 70px;
	background: #fff;
	text-align: center;
	padding-top: 15px;
	margin-right: 15px;
}

.counter-section .big-icon i {
	font-size: 28px;
	color: #008957;
}

.counter-section .counter {
	padding-left: 40px;
}

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

.counter-section .counter .counter-item:last-child {
	border-right: none;
}

.counter-section .counter .counter-item h4 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 4px;
}

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

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

.counter-content p {
	text-transform: uppercase;
	margin: 0px 0px 5px;
}
.counter-section .site-btn {
    margin-top: 15px;
}
.counter-content p i {
	color: #008957;
	margin-right: 10px;
}

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

.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;
}

/*---------------------
	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: 30px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

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

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

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

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

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

/*---------------------
	Courses Section
-----------------------*/

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

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

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

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

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

.course-item .course-thumb .course-cat span {
	min-width: 150px;
	bottom: 0;
	background: #00a86b;
	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;
}

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

.course-item .course-info .date {
	color: #00a86b;
	font-size: 14px;
	margin-bottom: 10px;
}

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

.course-item .course-info .cource-price {
	padding-top: 15px;
	color: #00a86b;
}

.course-item .course-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: #00a86b;
	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: #00a86b;
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

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

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

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

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

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

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

/*---------------------
	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%;
}

/*---------------------
	Blog Section
-----------------------*/

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

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

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

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

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

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

.blog-item .blog-meta span i {
	color: #00a86b;
	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: #008957;
	background-image: url("../img/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center 75px;
}

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

.footer-section .copyright {
	border-top: 1px solid #312f56;
	padding: 27px 0;
	text-align: center;
}

.footer-section .copyright p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

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

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

.footer-widget .fw-title {
	text-transform: uppercase;
	color: #0e3e55;
	margin-bottom: 25px;
	padding-top: 10px;
    font-size: 18px;
}

.footer-widget p, .footer-widget p a,
.footer-widget span {
	color: #fff;
	font-size: 15px;
}

.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 {
	color: #fff;
    margin-right: 15px;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 3px 8px;
}

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

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

}

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

.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: 14px;
}

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

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

.footer-widget .contact li p {
	margin-bottom: 0;font-size: 15px;
}

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

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

.site-breadcrumb {
	padding: 80px 0;
	color: #fff;
	font-size: 20px;
	background: url(../img/title-bg.jpg);
	background-size: contain !important;
	background-attachment: fixed !important;
}

.site-breadcrumb a {
	color: #fff;
}

.site-breadcrumb 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: #00a86b;
	border-color: #00a86b;
	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: #00a86b;
}
.testimonial-slider .ts-author-pic {
	/*width: 110px;
	height: 110px;
	border-radius: 50%;*/
	width: 250px;
    height: 250px;
    border-radius: 5%;
	margin-bottom: 30px;
}

.testimonial-slider .ts-text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.testimonial-slider .ts-text h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #111;
}

.testimonial-slider .ts-text span {
	color: #008957;
	font-size: 14px;
	word-spacing: 3px;
}

.testimonial-slider .owl-nav {
	position: absolute;
	top: 35px;
	width: 180px;
	left: 40px;
}

.testimonial-slider .owl-prev {
	float: left;
}

.testimonial-slider .owl-next {
	float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
	font-size: 36px;
	color: #008957;
}

.testimonial-slider .owl-dots {
	position: absolute;
	left: -15px;
	bottom: -5px;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #b7b7b7;
	display: inline-block;
	margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #00a86b;
}

.member {
	text-align: center;
}

.member h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #111;
}

.member p.desg {
	color: #00A86B;
	margin-bottom: 0;
	font-weight: 14;
	text-align: center;
	margin-bottom: 15px;
}

.member:hover .member-pic:after {
	opacity: 0.4;
}

.member:hover .member-social {
	opacity: 1;
}

.member:hover .member-social a {
	top: 0;
}

.member:hover .member-social a:nth-child(1) {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.member .member-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

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

.member .member-social {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a {
	padding: 0 5px;
	margin: auto 5px;
	color: #fff;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a:hover {
	color: #00a86b;
}



/*---------------------
	Blog 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: 15px;
	font-size: 15px;
	color: #111;
}

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

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

.post-item .tag i {
	color: #00a86b;
	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:#00a86b;
	background: #00a86b;
	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: #00a86b;
}

.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: 13px;
	color: #111;
	margin-bottom: 0;
}

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

.widget .recent-post-widget .rp-content h6 {
	font-size: 16px;
	font-weight: 500;
	color:#008957;
	line-height: 1.5;
	margin-bottom: 10px;
}

.widget .recent-post-widget .rp-content h6>a {
	color:#008957;
}

.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 #00a86b;
	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 #00a86b;
	-webkit-box-shadow: 0 0 40px #f2f2f2;
	        box-shadow: 0 0 40px #f2f2f2;
	margin: 40px 0 35px;
}

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

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

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

.contact-info-warp {
	position: absolute;
    float: right;
    right: 0;
    width: 400px;
    height: 480px;
    background: #00A86B;
    text-align: left;
    z-index: 1;
    padding: 40px 30px;
}

.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) {
	.counter-section .counter {
		padding-left: 20px;
	}
	.counter-section .counter .counter-item {
		min-width: 80px;
	}
	.counter-section .counter .counter-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;
	}
	.counter-section .counter {
		padding-top: 15px;
		padding-left: 0;
	}
	.counter-section .counter .counter-item {
		min-width: 70px;
	}
	.counter-section .counter .counter-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: 768px) {
	.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: #00a86b;
	}
	.main-menu li.active a {
		background-color: transparent;
	}
	.hs-item {
		min-height: auto;
		padding: 100px 0;
	}
	.hs-item .hs-title {
		font-size: 40px;
	}
	.counter-section .counter {
		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%;
	}
	.testimonial-slider .owl-dots {
		text-align: center;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.testimonial-slider .ts-item {
		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;
	}
	.counter-section .counter .counter-item {
		min-width: 65px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 25px;
	}
	.course-item .course-info {
		margin: 0;
	}
	.blog-item .blog-thumb {
		height: 230px;
		width: 100%;
		margin-bottom: 20px;
	}
	.blog-item .blog-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;
	}
}




.header-info .hf-item.social i {
    width: 30px;
    height: 30px;
    color: #069b65;
    padding-top: 6px;
}

.home-about-us .service-item .service-content {
    padding-left: 35px;
}
.home-about-us .service-item .service-content h4 {
    color: #111;
}
.home-about-us{/*background: #dff8d2;*/}

.home-about-us .service-item .service-icon>p {
    font-size: 35px;
    color: #00a86b;
    position: absolute;
    float: left;
    left: 0px;
}
.home-about-us .service-item .service-icon {
	width: 35px;padding: inherit;
}

.home-about-us .service-item .service-content h4{font-size:20px;
    line-height: 28px;}

.home .section-title{
    margin-bottom: 30px;
}

.home-about-us .section-title>p {
    margin-bottom: 25px;
}

.home-about-us .section-title>h5, .sp-title{
    font-size: 20px;
    font-weight: 400;
    color: #111;
}

.home-about-us .service-item {
    margin-bottom: 10px;
}

.about-director {
    background: url(../img/about_agri_bg.jpg);
    background-position: center right;
}

.about-director .section-title p {
    margin-bottom: 15px;
}

.director-info>h2 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #008957;
}

.director-info {
    text-align: center;
    margin-top: 20px;
}

.director-info p {
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-align: center;
}

.home .blog-item{
    margin-bottom: 30px;
}
.blog-section .site-btn {
    width: 20%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.blog-section .site-btn>a{color:#fff;}

.blog-section .site-btn {
    width: 20%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.blog-section .site-btn>a{color:#fff;}

.sponsor-section{background:#f4f9ff; padding-top: 65px;  padding-bottom: 65px;}
.sponsor-section .container {
    background: #fff;
    max-width: 1200px;
    padding: 60px;
}
.home .sponsor-section .section-title{margin-bottom:0;}
/*.sponsor-section{background:url("../img/sponsor-bg.jpg") center fixed;}*/

.sp-title{margin: 20px 0px;    text-transform: uppercase; word-spacing: 5px;}

.home-about-us ul {
    margin-top: 15px;
    padding-left: 25px;
}

.home-about-us ul li {
    margin-top: 15px;
}

.home-about-us ul li strong {
    font-weight: 500 !important;
    color: #111;
}

.sponsor-section .col-xl-4.col-lg-4.col-md-4.col-sm-12{/*padding-right: 15px;*/}

#back-to-top {
    position: fixed;
    float: right;
    right: 15px;
    color: #fff;
    background: #0e3e55;
    width: 35px;
    height: 35px;
    bottom: 25px;
    padding: 0px 12px;
    font-size: 20px;
}
.know-more{margin-top:15px;
	margin-bottom:50px;}
.know-more a{
	min-width: 170px;
}




.job-seeker {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  padding: 45px 60px 15px;
  position: relative;
}
.job-seeker:before {
    color: #ccc;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 2em;
    position: absolute;
    float: left;
    left: 22px;
    top: 17px;
}
.job-seeker p {
  display: inline;
}

.job-seeker blockquote{margin: 10px 0 1rem;}

.division .spad {
    padding: 40px 0px 60px;
}
.sspad{ padding: 90px 0px 60px;}
.division section:first-child{padding-top: 90px;}
hr {
    height: 5px;
    border: 1px;
    box-shadow: inset 0 3px 3px -3px rgba(134, 144, 153, 0.8)
}

.division .services ul li, .tour .services ul linear {
    margin-bottom: 25px;
}

.division .services ul li>summary, .tour .services ul li>summary{
    margin-bottom: 8px;
    font-weight: 500;
}


.founders img{box-shadow: 0px 0px 7px 1px #bebebe;}
.founders .director-info {
    padding: 50px 0px 30px;
}
.founders .spad{padding-bottom: 0px;}
.founders .director-info>h2{margin-top:25px;}
.founders .team-section.spad {
    padding: 50px 0px 90px;
}

.gallery{position: relative;}
.gallery .section-title{margin: 50px 0px;}
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
 }
.modal-body {
  position:relative;
  padding:0px;
}
.close {
    right: 10px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #6c757d;
    opacity: 1;
}
.gallery .modal{top:200px; overflow: visible;}
.video-btn {border: 0;}
.video-btn:hover {
    cursor: pointer;
}
.gallery .fadeIn{opacity: 1; display: block;}
.gallery .modal-backdrop.show {
    opacity: .7;
}

.video-info h4 {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 10px 0px;
    text-align: center;
    color: #111;
}

.modal-header h4, .modal-footer h4 {
    color: #008957;
    font-size: 20px;
    font-weight: 400;
    padding-top: 5px;
}
.gallery .section-title:first-child{margin-top: 0px;}
.modal-body{padding: 15px;}

li.sub-menu .sub-menu-dropdown {
    position: absolute;
    float: left;
    left: 0;
    top: 36px;
    display: none;
    background: #00A86B;
    padding: 15px;
    width: 250px;
    z-index: 2;
}

li.sub-menu {
    position: relative;
}
li.sub-menu:hover a{background: #00A86B;}
/*li.sub-menu:hover .sub-menu-dropdown{ display: block;}*/


	.home-about-us .service-item .service-icon img {	
    width: 15px;	
    margin: 7px 25px 18px;	
}

.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}

.register .btn-primary {
    background-color: #312f56;
    border-color: #312f56;
    padding: 8px 22px;
    margin-right: 10px;
}
.text-black{color: #111;}
.contact-form .section-title p{text-align:center;}
.interestedin .ins{display: inline-block;}


#entreprenuer, #student, #farmer, #organization {
    display: none;
}

.home .event-item {
    margin-bottom: 0;
}

.tour .spad{padding-bottom:0;}




.carousel {
    height: 500px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
 .carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
 .carousel .item {
    width: 100%;
    height: 500px;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}


.event-thumb .hs-item {
    min-height: 370px !important;
    height: 370px !important;
}
.event-thumb .hero-slider .owl-dots{bottom: 40px;}

.event-item .event-thumb .event-date{    z-index: 2;}


/* Slider */
.customer-logos {
    width: 1100px !important;
    margin: 0 auto !important;
    padding: 0px 0px;
}

.sponsor-section img {
    /*border: 1px solid #e9e3e3;
    box-shadow: 0px 0px 8px 2px #e9e3e3;*/
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    /*display: none;*/
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.slick-arrow {
    position: absolute;
    top: 45%;
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
}

.slick-prev{
    float: left;
    left: 0;
}

.slick-next{
    float: right;
    right: 0;
}
.slick-prev:before , .slick-next:before {
    position: absolute;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 20px;
    line-height: 28px;
    background: #00a86b;
}
.slick-prev:before{
	content: '>';
    float: left;
    left: 0px;	
    z-index: 999
}
.slick-next:before {
	content: '>';
    float: right;
    right: 0px;
}


.event-item .event-thumb .hero-section {
    position: relative;
}

.event-item .event-thumb .hero-section .owl-prev, .event-item .event-thumb .hero-section .owl-next {
    position: absolute;
    top: 50%;
    color: #fff;
    background: green;
    font-size: 15px;
    padding: 5px;
    text-transform: uppercase;
}

.event-item .event-thumb .hero-section .owl-prev {
    float: right;
    right: 0;
}

.event-item .event-thumb .hero-section .owl-next {
    float: left;
    left: 0;
}

.lang-btn button{
    background: #00a86b;
    color: #fff;
    border: 0;
    margin-left: -15px;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 14px;
    padding: 8px 10px 7px;
	cursor: pointer;
}

.goog-te-gadget .goog-te-combo{    width: 170px !important;}

ul.lang-btn {
    list-style: none;
}

ul.lang-btn li {
    display: inline-table;
}

/*New Header style*/
header.top-header {
    border-top: 10px solid #00a86b;
    border-bottom: 5px solid #00a86b;
    background: #fff;
    padding: 17px 0px 0px;
}

.header-info .nav-section {
    background: #fff;
    border: 0;
    padding: 0;
}

header.top-header .header-info {
    padding: 0;
}

header.top-header .header-info .hf-item i:after {
    border: 1px solid #a2a2a2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(0deg);
    border-radius: 1px;
}

header.top-header .header-info .hf-item.social i {
    background: #a2a2a2;
    color: #fff;
}

header.top-header .header-info .hf-item a{margin-right: 1px;}
/*End New Header Style*/

div#google_translate_element {position: relative;     height: 50px;}


.main-menu li.sub-menu.dropdown a {padding-right: 30px;}
.dropdown>a:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    position: absolute;
    float: right;
    right: 8px;
    top: 3px;
}

.event-item .event-info h4 {
    text-align: initial;
}

.division .services ul li, .tour .services ul linear {text-align: justify;}
img#u-logo {
    padding-top: 25px;
}img#m-pic, #s-bg {
    box-shadow: 6px 6px 2px 2px #f0f0f0;
}


/*Pagination*/
.pagination {
    justify-content: center;
}
.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination ul li{
display: inline;
}
.pagination ul li:first-child>a, .pagination ul li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination ul>li>a, .pagination ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.pagination .active_page>a, .pagination .active_page>a:focus, .pagination .active_page>a:hover, .pagination .active_page, .pagination .active_page:focus, .pagination .active_page:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.teamcontent {
    margin-bottom: 50px;
}
/*End Pagination*/

/*News Scroll*/
	#news-container{width: 100%; margin: auto;}
	#news-container ul li {height:auto !important;}
	#news-container ul li{border-bottom: 1px solid #869cb3; position: relative;padding-bottom: 3px !important;margin-bottom: 3px !important;}
	#news-container ul li, #news-container ul li a{font-size: 18px;color: #008957;}
	#news-container ul li span{
	    position: absolute;
	    font-size: 12px;
	    background: #ff3939;
	    color: #fff;
	    float: right;
	    right: -40px;
	    top: 5px;
	    width: 50%;
	    padding: 2px 5px;
	}
	select#university option:last-child {background: #4d90fe;line-height: 2.2em !important;font-size: 18px !important;}
	.blink {animation: blinker 1s step-start infinite;}
	@keyframes blinker {
	 50% {opacity: 0;}
	}
/*End Scroll*/

/*Sort Volunteers*/
.vol-by-dis {
    position: absolute;
    float: right;
    right: 5%;
    top: -30px;
}

.vol-by-dis ul {
    display: inline-block;
    list-style: none;
}

.vol-by-dis ul li {
    display: inline-block;
}
.vol-by-dis ul li>label{
    text-transform: uppercase;
    font-weight: 500;
}
.volunteers select#district {
    background: #00a86b;
    color: #fff;
}

.volunteers select#district:focus {
    box-shadow: none;
}

/*Error message*/
.msg ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.msg ul li {
    font-size: 18px;
    color: red;
    margin: 0;
    padding-bottom: 10px;
}

p.msg {
    width: 100%;
    padding: 10px 10px 0px;
    border: 1px solid #008957;
    margin-top: 50px;
    display: none;
}

/*Check svg*/

#successModal .modal-dialog{max-width: 400px;}
#successModal{background: rgba(0, 0, 0, 0.42);}
#successModal .close {float: right; right: 10px;  position: absolute; top: 5px;}
#successModal .modal-body {text-align: center; padding: 50px 15px 40px;}
#successModal p {font-size: 18px; text-align: center; margin: 10px;}
.fade-in{opacity: 1;}
#successModal .modal-content {border-top: 8px solid #008956;}
#successModal svg{border: 3px solid #008957;border-radius: 50%;padding: 8px 3px;background: #008957;margin-bottom:15px;}
#check {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  -webkit-animation: draw 2s ease forwards 3;
  animation: draw 3s ease forwards 3;
}
-webkit-@keyframes draw {
  from {
    stroke-dashoffset: 180;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 180;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.event-info ul li:nth-last-child(1), .event-info ul li:nth-last-child(2) {
    margin-left: 10px;
}

.bankinfo {
    width: 100%;
    padding: 25px;
    border: 5px solid #00a86b;
}
/*Custom responsiveness*/


@media only screen and (max-width: 1200px){
	.sponsor-section .container{max-width: 1100px;}
	.customer-logos{width: 1000px !important;}
	header.top-header{padding:14px 0px 0px;}
}

@media only screen and (max-width: 1024px){
	.sponsor-section .container{max-width: 900px;}
	.customer-logos{width: 800px !important;}
	.hs-item .hs-text{top: 12%;}
	.hs-item .hs-title {font-size: 18px; line-height: 28px;}
	header.top-header .container {padding: 0;}
	header.top-header .col-lg-4, header.top-header .col-lg-8 {padding: 0;}
	.header-info .nav-section {margin-left: -60px;}
	.main-menu li a {padding: 14px 7px; margin-right: -7px;}
	.testimonial-slider .ts-author-pic{width:210px; height: 210px;}
	.testimonial-slider .ts-text p{font-size: 17px;}
	.testimonial-slider .owl-nav{left: 15px;}
	.site-breadcrumb {padding:120px 0;background-size: cover !important;background-attachment: initial !important;}
	.modal-dialog {max-width: 600px; margin: 0px auto;}
	#news-container{margin-bottom: 20px;}
}

@media only screen and (max-width: 992px){
header.top-header .container>.row {margin: 0;}
.container {max-width: 900px;}
.header-info .nav-section{margin-left:0px;}
.footer-widget .recent-post p, .director-info, .director-info p{text-align: initial;}
.home .event-item:first-child {margin-bottom: 50px;}
.testimonial-slider .owl-nav{left: 42px;}
#u-logo, #l-logo{padding-top: 0px; padding-bottom: 45px; margin-top: -50px;}
.founders .row {display: flex; flex-direction: column-reverse;}
.founders .director-info {padding: 0px 0px 30px; margin-top: 10px;}
.site-btn, .know-more a{padding:14px 15px; min-width: 140px; }
}


@media only screen and (max-width: 768px){
	.container {max-width: 720px;}
	header.top-header .container{max-width: 750px;}
	header.top-header .container>.row,header.top-header .header-info .row {display: -webkit-box;margin: 0px;}
	header.top-header .header-info .col-md-6{padding: 0px;}
	.lang-btn button{margin-right: 0px;margin-top:0px;padding: 8px 10px 6px;}
	header.top-header .col-lg-4, header.top-header .col-lg-8{position: initial;}
	.nav-switch{top:60px;}
	.header-info .hf-item i{float: none;}
	header.top-header .container>.row{flex-direction: column-reverse;}
	.header-info .nav-section{margin-left: 0;}
	.main-menu {position: absolute; z-index: 99; background: #fff; width: 70%; top: 130px;float: right;
    right: 0;}
	.main-menu li a{border-style: solid; border-width: 0px 1px 1px 1px;}
	.dropdown>a:after{right: 30px;top: 20px;}	
	.main-menu li.active a, .main-menu li:hover a{background: #00A86B;color: #fff; border: 0;}
	header.top-header {position: relative;}
	.main-menu li:first-child a{margin-left: 0px;}
	.main-menu li a {margin-right: 0;}
	li.sub-menu ul.sub-menu-dropdown {padding: 15px 0 0px;width: 100%;}
	.main-menu li.sub-menu.dropdown .sub-menu-dropdown li {border-bottom: 1px solid #fff;}
	.hero-slider.owl-carousel .hs-item{height: 350px !important; min-height:300px !important;}
	.hs-item .hs-title {font-size: 14px; line-height: 22px; margin-bottom: 10px;}
	.hs-item .hs-des, .hs-item .hs-subtitle {font-size: 14px !important; margin-bottom: 10px;}
	.hs-item .hs-title{font-size: 16px; line-height: 22px; margin-bottom: 10px;}
	.hs-item .site-btn {margin-top: 5px; padding: 8px 5px; font-size: 14px; width: 120px; min-width: 140px;}
	.hs-item .hs-text {top: 0%;}
	.sponsor-section .container{width: 680px;}
	.testimonial-slider .owl-nav {left: 15px;}
	.customer-logos {width: 580px !important;}
	.map-section .map{height: 100%;}
	.contact-info-warp{padding-bottom: 10px;}
	.footer-widget p, .footer-widget p a, .footer-widget span{text-align: initial;}
	.vol-by-dis {position: relative; float: none; margin-top: 25px;}
	.vol-by-dis ul li:first-child {float: right;}
	.vol-by-dis ul li:last-child {float: left;}
	.vol-by-dis ul li>label {margin: 8px;}
	.home-about-us ul {padding-left: 35px;}
	form#reg_form select {padding: 4px;}
	.site-breadcrumb {padding:85px 0;}
}


@media only screen and (max-width: 680px) {
header.top-header .container>.row {display: flex; flex-direction: column-reverse;}
header.top-header .container{max-width: 100%;}
.nav-switch {top: 100px; right: 50px;}
.main-menu{top: 195px;}
.customer-logos {width: 500px !important;}
.hs-item {background-size: contain;}
.event-thumb .hs-item {background-size: cover;}
.hs-item .hs-text {width: 100%;padding: 15px 15px 40px; right: 0; top: inherit; bottom: 5px; background: #008957;}
.owl-item.active .hs-item .hs-subtitle {font-size: 12px;margin-bottom: 10px;display: none;}
.hero-slider .owl-dots {bottom: 15px;}
.header-info .hf-item, .header-info .hf-item.social {text-align: center;}
.main-menu li a { font-size: 12px;}
.dropdown>a:after {right: 25px; top: auto;}
.counter-content h2 {font-size: 18px; line-height: 25px;}
.site-btn, .know-more a { font-size: 13px; padding: 12px 5px; margin-bottom:15px;}
.know-more a{min-width: 140px;}
.counter-content br {display: none;}
.section-title h3 {font-size: 25px;}
.container {padding: 0px 40px;}
header.top-header .container, .hs-item .hs-text .container{padding: 0 15px;}
p, .testimonial-slider .ts-text p {font-size: 16px;}
h5 {line-height: 28px;}
.home-about-us ul li p {text-align: initial;}
.about-director {background-size: contain;}
.event-thumb .hs-item {min-height: auto !important; height: auto !important; padding: 95px;}
.event-section .event-item:first-child .event-info {margin-bottom: 35px;}
.sponsor-section img {margin-bottom: 15px;}
.footer-section .footer-top{padding: 65px 45px;}
.footer-section .copyright p{font-size: 13px; line-height: 20px;}
.site-breadcrumb {font-size: 18px;}
.contact-info-warp .contact-info:last-child p {font-size: 15px;}
.contact-info-warp {padding: 40px 20px;}
.video-info { margin-bottom: 40px;}
.video-info h4{text-align: left;}
.sponsor-section .container {width: 590px;}
.hero-slider.owl-carousel .hs-item{height: 340px !important;}
.hero-slider.banner.owl-carousel.owl-loaded {background: #008957;}
.csc-list label{text-align: left !important;}
.csc-list select{margin-bottom: 15px;}
.site-breadcrumb {padding:65px 0;}
#news-container{top: 10px;}
.site-btn, .know-more a{padding:14px 15px; min-width: 140px; }
}

@media only screen and (max-width: 568px) {
.main-menu {top: 235px;}
.nav-switch {top: 140px;}
.sponsor-section .container {width: 445px;padding: 40px}
.customer-logos {width: 320px !important;;}
.sponsor-section .container {width: 400px;}
select#occupation {padding: 5px 15px;}
.modal-content {width: 90%; margin: 0 auto;}
.home-about-us ul{padding-left: 25px;}
.site-btn, .know-more a{padding:14px 15px; min-width: 140px; }
.vol-by-dis ul li:first-child,.vol-by-dis ul li:last-child{float: none;}
.vol-by-dis ul li>label{margin: 0;}
.site-breadcrumb {padding:50px 0;}
.site-breadcrumb span {display: block;}
.site-breadcrumb {font-size: 15px;}
}

@media only screen and (max-width: 481px) {
.site-breadcrumb {padding:40px 0;}
}

@media only screen and (max-width: 360px) {
.contact-info-warp {padding: 40px 10px;}
.counter-section .big-icon{width: 50px;height: 50px;padding-top: 15px;}
.counter-section .big-icon i{font-size: 25px;}
.sponsor-section .container {width: 300px;padding: 40px 20px;}
.customer-logos {width: 250px !important;}
.event-section .hero-slider.owl-carousel  .hs-item {height: auto !important; min-height: auto !important;}
.home-about-us ul{padding-left: 15px;}
.site-breadcrumb {padding:25px 0;}
}

    