@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Poppins:300,400,700|Roboto:300,400,700|Rubik:300,400,700&display=swap');/*  
	font-family: 'Poppins', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Rubik', sans-serif;

    font-family: 'Roboto', sans-serif;

*/
body{font-family: 'Roboto', sans-serif;}
p{color:#2a2a2a;font-size:16px;line-height:1.8;margin:0;padding:0}
a{color:#2a2a2a}
a:hover{color:#009146;text-decoration:none}
.text-red{color:#C00!important;font-size:12px}
.img-fullwidth{width:100%}
.header{position:relative; background: #fff; border-top:#009146 3px solid; }

.header .content {
	float: right;
	margin:20px 0;
	font-family: 'Poppins', sans-serif;
}
.header .content li {
	display: inline-block;
	color:#009146;  
	line-height:24px;
	background:url(../images/w-icon.png) center left no-repeat;
	padding-left:35px;
} 
.header .content li i {
	margin-right: 5px;
	color:#ee4a23;
}
.header .content li a {
	color: #303030;
	font-weight:600;
}
.header .navbar-collapse{padding:0}  
.header .logo{margin:5px 0;   position:absolute; z-index:111111; }
.header .logo img{background:#FFF; padding:10px; border-radius:50%;}
.header .header-menu{z-index:3333;margin:19px 0; }
.header .navbar{background:0;box-shadow:none;border:0;position:relative;padding:0}
.navbar-nav{display:block}
.header .nav li{float:left;position:relative;   }
.header .nav li:last-child{margin-right:0}
.header .nav li a{color:#333333;font-size:16px;padding:10px 18px; font-weight:500;display:block;position:relative;text-shadow:none; border-bottom:transparent 2px solid;}
.header .nav li:hover a,.header .nav li.active a{color:#009146;  border-bottom:#009146 2px solid;} 
.header .nav li a i{margin-left:5px}
.header .nav li .dropdown{background:#000;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:0 5px 12px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 12px rgba(0,0,0,0.2);box-shadow:0 5px 12px rgba(0,0,0,0.2);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;margin:0; border-top:#009146 solid 2px;  }
.header .nav li:hover .dropdown{transform:scale(1.0);opacity:1;visibility:visible}
.header .nav li .dropdown li{float:none;margin:0;border:0;  list-style:none; }
.header .nav li .dropdown li a{padding:10px 15px;color:#fff;  border:none; 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:#fff;}
.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:#fff;background:transparent}
.header .nav li .dropdown li .dropdown.submenu li:hover a{color:#fff}
.header .button{text-align:center}
.header .button .btn{margin-top:0;color:#333333;border-radius:0;box-shadow:none;padding:8px 25px;background:none;border:2px solid #aa1f43; border-radius:4px;}
.header .button .btn:hover{color:#333333;background:#aa1f43 !important; border-color:#aa1f43}
.header.sticky .header-inner{position:fixed; z-index:999999; width:100%;top:0;left:0; z-index:999;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;background:rgba(255,255,255,1);transition:all .4s ease;animation:fadeInDown 1s both .2s;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.30);-moz-box-shadow:0 0 10px rgba(0,0,0,0.30);box-shadow:0 0 10px rgba(0,0,0,0.30)}
.home-slider{
	height: 647px;
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 647px;
	border: none;
} 
.home-slider .single-slider .slider-text {
	margin: 430px 0 0;
}
.home-slider .single-slider h1 {
	position: relative;
	color: #fff;
	font-size: 42px; 
	line-height: 1.2em; 
	font-family: 'Poppins', sans-serif; 
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #000;
}
.home-slider .single-slider p {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	line-height: 1.6em;
	text-shadow: 1px 1px 2px #fff;
	font-family: 'Roboto', sans-serif;
} 
.home-slider .single-slider .button{
	margin-top:30px;
}
.home-slider .single-slider .btn {
	margin-right: 15px;
	color: #fff;
	background: #aa1f43;
	position: relative;
	z-index: 3;
	font-family: 'Rubik', sans-serif;
	border-radius:8px;
	font-size:18px;
	text-transform:none;
	border:#aa1f43 2px solid;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover{
	background:#fff;
	color:#aa1f43;
}
.home-slider .single-slider .btn.primary{
	color:#333;
	background:#FFF;
}
.home-slider .single-slider .btn.primary:before{
	background:#aa1f43;
}
.home-slider .single-slider .btn.primary:hover{
	color:#fff;
	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(255, 255, 255, 1);
	color: #333;
	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; 
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover{
	background:#009146;
}
.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;
}

/* Slider Animation */
.home-slider .owl-item.active .slider-text h1{
	animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p{
	animation: fadeInUp 1s  both 1s;
}
.home-slider .owl-item.active .slider-text .button{
	animation: fadeInUp 1s  both 1.2s;
}
.jc {
    position: relative;
    padding:   0px; 
    background-color: #f5f5f5;
} 
.jc .text{
	position:relative;
	color:#bbbbbb; 
	padding:35px 0;
	font-family: 'Poppins', sans-serif; 
}
.jc .text h2{
	margin:0 0 10px  0; 
	padding:0;
	font-size:36px;
	color:#009146;
	font-weight:bold;
	text-transform:uppercase;
}
.jc .text p{
	margin:0;
	padding:0;
	font-weight:300;
	font-size:14px;
	text-align:justify;
	line-height:26px;	
}
.jc .text p span{
	color:#009146; 	
}
.joining{
	margin:0;
	padding:35px 25px;
	background:url('../images/joining-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;	
	text-align:center;
	font-family: 'Poppins', sans-serif; 
}
.joining h3{
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	text-transform:uppercase;
	color:#FFF;
	font-size:24px;
	background:url(../images/dotted-border.png) center bottom no-repeat;	
}
.joining h2{
	margin:15px 0;
	padding:0;
	text-transform:uppercase;
	color:#FFF;
	font-size:36px;
	font-weight:bold;	
}
.joining h4{
	margin:0 0 15px 0;
	padding:0 ; 
	color:#FFF;
	font-size:24px; 	
}
.joining .button{
	margin-top:20px; 
}
.joining .btn{
	color:#333;
	background:#fff;
	border-radius:8px; 
	text-transform:none;
	font-size:16px; 
	font-weight:bold;
}
.joining .btn:hover{ 
	color:#009146 !important;
} 
 
.about-us {
	background: #fff;
	padding: 30px 0 40px;
}
.video-thumb{
	margin-top:30px;	
}
 .video-thumb figure {
    position: relative;
    margin: 0;
}
.video-thumb figure .thumbnail {
    display: inline-block;
    margin: 0 30px 0 70px;
    position: relative;
    z-index: 111;
}
.video-thumb figure .thumbnail img {
    width: 100%;
    display: block;
}
.video-thumb figure .thumbnail .play-ico {
    display: inline-block;
    width: 69px;
    height: 69px;
    background: url(../images/play.png); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 000;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
}
.video-thumb figure .thumbnail::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.video-thumb figure .con {
    position: absolute;
    left: -106px;
    top: 152px;
    transform: rotate(-90deg);
    border: 8px solid #f5f5f5;
    z-index: 99;
}
 .video-thumb figure .con h4 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 110px 100px 65px;
    color: #c9c9c9;
}
 
  .about-text{
	margin-top:30px;
	font-family: 'Poppins', sans-serif;
} 
  .about-text h2 {
	font-size:36px;
	margin:0 0 15px 0; 
	position:relative;
	padding:0 0 15px 0;
	background:url(../images/border.png) left bottom no-repeat;
}

 .about-text h2 span{
	color:#009146;	
}
  .about-text h3 {
	font-size:20px;
	margin:0 0 5px 0; 
	position:relative;
	padding:0; 
}
  .about-text h3 i{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:#009146;
	border-radius:50%;
	margin-right:5px;	
}
  .about-text p{
	margin-bottom:15px;
	text-align:justify;
	line-height:26px;
	font-weight:300;
}   

.fun-facts{
	background:#009146; 
	position:relative; 
	font-family: 'Poppins', sans-serif;
} 
.fun-facts .single-fact {
	text-align: center;
	margin:  0;
	padding:55px 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.fun-facts .single-fact:hover{
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.fun-facts .single-fact i {
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
}
.fun-facts .single-fact .number {
	color: #fff;
	font-weight: 700;
	font-size: 45px; 
	margin: 20px 0;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
}
.fun-facts .single-fact p {
	color: #fff;
	font-size: 16px;
	margin:0;
	padding:0;
	font-weight:600; 
	position:relative;
} 

.our-courses{
	padding:30px 0;
	position:relative;
	background:#f4faf7;
	font-family: 'Poppins', sans-serif;
}
.our-courses h2{
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	font-size:36px;
	color:#323232;
	font-weight:bold;
	text-align:center;
	background:url(../images/border.png) center bottom no-repeat;	
}
.our-courses h6{
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	line-height:22px;
	color:#717171;
	text-align:center;	
}
.our-courses .single-course {
	margin:15px 0; 
	background:#FFF;  
}
.our-courses .single-course h3{
	margin:10px 0;
	padding:0;
	color:#000;
	font-size:20px;	
}
.our-courses .single-course h3 a{
	color:#000;	
}

.our-courses .single-course h4{
	margin:5px 0;
	padding:0;
	color:#323232;
	font-size:14px;	
}
.our-courses .single-course h4 i{
	color:#009146;	
}
.our-courses .single-course p{
	margin:0;
	padding:0;
	font-size:15px;
	text-align:justify;	
}
.our-courses .single-course .button{
	margin-top:10px;
}
.our-courses .single-course .btn {
	margin-right: 10px;
	color: #fff;
	background: #009146;
	position: relative;
	z-index: 3;  
	font-size:15px;
	padding: 8px 20px;
	text-transform:none;
	border:#009146 2px solid;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.our-courses .single-course .btn:hover{
	background:#fff;
	color:#009146;
} 
.our-courses:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.our-courses .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #009146;
	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-top: -24px;
}
.our-courses .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.our-courses .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.our-courses .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.our-courses .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.our-courses .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}


.our-services{
	background:#FFF;
	position:relative;
	padding:35px 0;	
	font-family: 'Poppins', sans-serif;
}
.our-services h2{
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	font-size:36px;
	color:#323232;
	font-weight:bold;
	text-align:center;
	background:url(../images/border.png) center bottom no-repeat;	
}
.our-services h6{
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	color:#717171;
	line-height:22px;
	text-align:center;	
}
.service-area {
	margin:25px 0;
	padding:0;
	background:url(../images/tree.png) center center no-repeat;	
}

.service-left, .service-right{
	margin:25px 0;
	padding:0;	
}
 .service-left .service-list {
    text-align: right;
    display: block;
    margin: 0 0 40px;
}
.service-left .service-list h4 {
    color: #111111;
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.service-left .service-list h4 span {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    width: 46px;
    height: 46px;
	background:#009146;
    position: relative;
    border-radius: 100%;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}
.service-left .service-list p {
    margin: 0;
    padding-left: 32px;
}


 .service-right .service-list {
    text-align: left;
    display: block;
    margin: 0 0 40px;
}
.service-right .service-list h4 {
    color: #111111;
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.service-right .service-list h4 span {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    width: 46px;
	background:#009146;
    height: 46px;
    position: relative;
    border-radius: 100%;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}
.service-right .service-list p {
    margin: 0;
    padding-left: 32px;
}

 

.ub{
	margin:0;
	padding:50px 0;
	background:#fff;	
	font-family: 'Poppins', sans-serif;
}
.ub h2{
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	font-size:36px;
	color:#323232;
	font-weight:bold;
	text-align:center;
	background:url(../images/border.png) center bottom no-repeat;	
}
.ub h6{
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	line-height:22px;
	color:#717171;
	text-align:center;	
}
.upevents{
	margin:0;
	padding:0;	
} 
.upevents .single-blog {
	position: relative;
	margin: 15px   0;
	background: #fff;  
}
.upevents .blog-head{
	overflow:hidden;
}
.upevents .blog-head:before{
	z-index:35;
	opacity:0;
	visibility:hidden;
}
.upevents .single-blog:hover .blog-head:before{
	opacity:0.5;
	visibility:visible;
}
.upevents .single-blog img{
	width:100%;
}
.upevents .single-blog:hover img{
	transform:scale(1.2) rotate(5deg);
}
.upevents   .date { 
	background:#009146;
	text-align: center;
	border-radius: 30px;
	width: 60px;   
	margin:15px auto;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease; 
	z-index:36;
}
.upevents .single-blog:hover .date{
	transform: scale(1);
	opacity:1;
	visibility:visible
}
.upevents .date h4 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding: 20px 0;
}
.upevents   .date h4 span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.upevents .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative;
}
.upevents .blog-content { 
	margin:15px 0;
}
.upevents .blog-content .blog-title { 
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px; 
}
.upevents .blog-content .blog-title a{
	color:#252525;
}

.upevents .blog-content  a{
	color:#009146;
}   
  
.project-section{
	position:relative;
	padding:35px 0px;
	background:#f4faf7;
	font-family: 'Poppins', sans-serif;
}
.project-section h2{
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	font-size:36px;
	color:#323232;
	font-weight:bold;
	text-align:center;
	background:url(../images/border.png) center bottom no-repeat;	
} 

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:18px;
	font-weight:bold; 
}
.project-section .nav-tabs .nav-item {
    margin:  0px   ;
	padding:5px 10px;
	display:inline-block;
}
.project-section .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	color:#000;
}
.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: #00994a ; 
    color: #fff; 
	border-radius:0;
	padding:5px 10px;
}
 
.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:transparent;
	color:#fff;
}
.project-section .tab-pane{
	width:100%;	
} 
.events{
	padding: 0; 
}
.events .section-title {
	text-align: center;
	margin-bottom: 20px;
	padding: 0  ;
}
.events .section-title h4{ 
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	margin-bottom:10px;
	letter-spacing: 1px;
	color: #fff; 
}
.events .section-title h2 {
	font-size: 36px;
	text-transform: capitalize;
	padding-bottom: 12px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 18px;
}
.events .section-title h2::before {
	position: absolute;
	left: 50%;
	content: "";
	width: 50px;
	height: 3px;
	background: #fff;
	bottom: -1px;
	margin-left: -25px;
} 
.events p {
    color:  #777;
    line-height: 26px;
	text-align:justify;
    margin: 0 0 20px;
} 
.events .single-event {
	margin: 15px 0; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head{
	position:relative;
}
.events .single-event .head img{}
.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
	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;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content {
	margin:0px;
	padding:15px 0;
	text-align:center;
	background:#fff;
} 
.events .event-content h4 {
	font-size: 18px;
	margin:   0;
}
.events .event-content h4 a{
	color:#252525;
	font-weight:700;
}  
 

.testimonials {
	background:#fff;
	padding:35px 0;
	position:relative;
	font-family: 'Poppins', sans-serif;
} 
.testimonials h2{
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	font-size:36px;
	color:#323232;
	font-weight:bold;
	text-align:center;
	background:url(../images/border.png) center bottom no-repeat;	
}
.testimonials h6{
	margin:0 0   0;
	padding:0;
	font-size:16px;
	line-height:22px;
	color:#717171;
	text-align:center;	
}
.testimonials .single-testimonial {
	text-align:center;
	background: #fefffe;
	padding: 30px;
	border:#dddddd 1px solid;
	border-radius:10px;
	position: relative;
	margin: 30px 0;
	box-shadow: inherit;
}
.testimonials .single-testimonial img{
	margin:auto; 
	height:80px;
	width:80px;
	border-radius:100%;
	border:5px solid #fff;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonials .single-testimonial:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.testimonials .single-testimonial p {
	font-size: 15px;
	position: relative;
	z-index: 4;
	text-align: left;
}
.testimonials .main-content {
	position: relative;
	z-index: 4;
	margin: 35px 0;
}
.testimonials .main-content:before,
.testimonials .main-content:after{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 32px;
	z-index: -4;
	color:#cce9da;
}
.testimonials .main-content::before {
	left: 0;
	top: -33px;
	content: "\f10d";
}
.testimonials .main-content::after {
	right: 0;
	bottom: -33px;
	content: "\f10e";
}
.testimonials .single-testimonial h4 {
	 font-size: 20px;
	color:#009146;
	position: relative;
	margin: 15px 0;
}
.testimonials .single-testimonial h4  small{
	color:#666;	
}
.testimonials .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.testimonials .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	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%;
}
.testimonials .owl-carousel .owl-nav div:hover{
	background:#009146;
}
.testimonials .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.testimonials .owl-carousel .owl-nav .owl-next{
	right:-75px;
}

 .footer {
	background-image: linear-gradient(120deg, rgba(0, 145, 70, 0.9) 0%, rgba(0, 145, 70, 0.9) 50%, #232227 50%);
	padding: 0;
	font-family: 'Poppins', sans-serif;
} 
.footer a,
.footer p{
	color:#333;
	font-weight:400;
}
.footer .footer-top {
	padding: 60px 0 60px;
}
.footer .single-widget{
	margin-top:20px;
}
.footer .single-widget h2 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase; 
	position: relative;
}
.footer .single-widget h2:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	width:50px;
	height:2px;
	background:#fff;
}
.footer .about p {
	margin-top: 20px;
}
.footer .list{
	margin-top:20px;
}
.footer .list li {
	line-height: 30px;
	color: #fff;
	list-style:none;
}
.footer .list li a{
	color:#fff;
}
.footer .list li i {
	margin-right: 15px;
}
.footer .useful-links ul li {
	position: relative;
	line-height: 36px;
	list-style:none;
	float:left;
	width:48%;
	margin-right:1%;
}
.footer .useful-links ul li a {
	color: #fff;
	font-size: 15px;
}
.footer .useful-links ul li i{
	margin-right:10px;
}
.footer .single-news {
	position: relative;
	padding-left: 65px;
	margin-bottom: 15px;
}
.footer .single-news:last-child{
	margin:0;
}
.footer .single-news img {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0; 
	top: 10px;
}
.footer .single-news h4 a {
	color: #333333; 
	font-size: 16px; 
	font-weight:700;
	font-family: 'Rubik', sans-serif; 
}
.footer .single-news p{
	padding-right:50px;
} 
.footer .bottom-head {
	padding:10px 0;
	background:#000603;
}
.footer .social {
	text-align: left;
	margin-top:20px;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 34px;
	width: 34px;
	line-height: 37px;
	background: rgba(69, 69, 69, 0.8);
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	color: #fff;
}
.footer .social li a:hover{
	background:#000;
}
.footer .copyright { 
	margin: 0;
}
.footer .copyright p {
	font-size: 15px;
	color: #fff;
	line-height:34px;
	text-transform: capitalize;
}
.footer .copyright a{
	color:#fff;
} 
.footer .copyright a:hover{
	color:#fff;
} 
.hSocial{margin:15px 0;padding:0}
.hSocial h4{font-size:16px;font-weight:700;letter-spacing:1px;margin:0 0 5px;padding:0;text-transform:uppercase}
.hSocial ul{margin:0;padding:0}
.hSocial ul li{display:inline-block;font-size:18px;margin:0 2px;padding:0px}
.hSocial a{background:#009d99 none repeat scroll 0 0;color:#fff;display:block;height:40px;line-height:40px;margin:0;padding:0;text-align:center;transition:background .3s ease-in-out 0s;width:40px;border-radius:50%}
.hSocial a i{color:#fff;font-size:20px;margin:0 !important;padding:0;text-align:center}
.hSocial .Facebook a{background:#395498 none repeat scroll 0 0}
.hSocial .Twitter a{background:#27a5da none repeat scroll 0 0}
.hSocial .Instagram a{background: #d6249f; background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);}
.hSocial .Linkedin a{background:#0071b1 none repeat scroll 0 0}
.hSocial .Youtube a{background:#c9242a none repeat scroll 0 0}
.hSocial .Google a{background:#dc4e41 none repeat scroll 0 0}
.hSocial .Whatsapp a{background:#25D366 none repeat scroll 0 0}
.hSocial .Facebook a:hover{background:#4c6da3 none repeat scroll 0 0}
.hSocial .Twitter a:hover{background:#1d9ceb none repeat scroll 0 0}
.hSocial .Instagram a:hover{background: #d6249f; background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);}
.hSocial .Linkedin a:hover{background:#0194e7 none repeat scroll 0 0}
.hSocial .Youtube a:hover{background:#da4a4f none repeat scroll 0 0}
.hSocial .Google a:hover{background:#e11907 none repeat scroll 0 0}
.hSocial .Whatsapp a:hover{background:#1ecc5f none repeat scroll 0 0}


.bread{background:#f3f3f3;color:#000;margin:0;padding:10px 0}
.bread ul{margin:0;padding:0;text-align:right}
.bread ul li{color:#000;display:inline-block;margin:0 5px;padding:0}
.bread ul li a{color:#000}
.bread ul li a:hover{color:#000}
.sec-title{
	position:relative;
	margin-bottom:20px;
}

.sec-title h2{
	position:relative;
	font-size:36px; 
	color:#333333; 
	line-height:1.3em;
	padding-bottom:10px;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:20px;
	height:2px;
	background-color:#009146;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:24px;
	bottom:0px;
	width:10px;
	height:2px;
	background-color:#009146;
}

.sec-title.light h2{
	color:#ffffff;
}

.inner{
	padding:30px 0;
	background:#FFF;
	position:relative;	
}

.inleft{
	margin:0;
	padding:0;	
	position: sticky !important; 
	top: 100px;
}
.me{
	margin-bottom:20px;
	padding:0;	
}
.me h2{
	padding: 20px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: normal;
	background-color: #111;
	color: #fff; 
	width: 100%; 
	border: 1px solid #c9c9c9;
	line-height: 20px;
	transition: all 0.2s ease-in-out;
	max-width: 400px;
	margin: 0 auto;
	float: none;
	display: block;
}
.me ul{
	margin:0;
	padding:0;
	list-style:none;	
}
.me ul li a {
    padding: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    background-color: #ededed;
    color: #252525;
    display: inline-block;
    width: 100%;
    border: 1px solid #c9c9c9;
    line-height: 20px;
    transition: all 0.2s ease-in-out;
    text-align: left;
}
.me ul li a:hover {
    background-color: #fff;
    text-decoration: none;
}
.me ul li a.active{
    background-color: #111;
    color: black;
    background-color: #fff;
    text-decoration: none;
}
.anyquestion{
	margin-bottom:20px;
	padding:0;	
}
.anyquestion h2{
	padding: 20px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: normal;
	background-color: #111;
	color: #fff; 
	width: 100%; 
	border: 1px solid #c9c9c9;
	line-height: 20px;
	transition: all 0.2s ease-in-out;
	max-width: 400px;
	margin: 0 auto;
	float: none;
	display: block;
}
.anyquestion ul{
	margin:0;
	padding:10px ;
	border: 1px solid #c9c9c9;
	background-color: #ededed;
	list-style:none;
	text-align:center;	
}
.anyquestion ul li{
	font-size:16px;
	margin:2px 0; 	
}

.mvc{
	margin:0;
	padding:0;
	background: #032c4b   url(../images/mvc-bg.png) !important; 
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;	
}
.mvcBox{
	margin:15px 0;
	padding:0;	
}
.mvcBox h3{
	margin: 10px 0;
	padding:0;
	color:#FFF;
	font-size:24px;	
}
.mvcBox p{
	margin:0;
	padding:0;
	color:#FFF;
	text-align:justify;
	line-height:24px;	
}
.chancellor{
	margin:0;
	padding:0 0 15px 0;
	background:#272c3f;
	position:relative;	
}
.chancellor h6 {
    position: absolute;
    z-index: 1;
    margin-top: -30px;
    background: #46a5d2;
    width: auto;
    padding: 10px 15px;
    color: #fff;
    font-style: italic;
}
.chancellor p{
	margin:8px 10px 0 10px;
	padding:0;
	color:#FFF;
	text-align:justify;
	line-height:24px;
}
.mvc a{
	color:#FFF;
	font-size:18px;	
}
.cmap {
    margin: 10px 0;
}
.cmap h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 24px;
    color: #ee4a23;
    font-weight: bold;
}
.cmap p {
    color: #4a4a4a;
    margin:   0;
}

.pdBox{
	margin:15px 0;
	padding:0;	
}
.pdBox h3  {
    font-size: 20px;
    font-weight: 500;
    color: white;
    background-color: #009146;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 20px;
}

	
.sidebar-page-container{
	position:relative;
	padding:30px 0px 20px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:20px;
}

.sidebar-page-container .sidebar-side .sidebar.style-two{
	padding:35px 35px 25px;
	border-radius:5px;
	border:3px solid #cccccc;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

.sidebar-title{
	position:relative;
	margin-bottom:35px;
}

.sidebar-title h2{
	position:relative;
	color:#333333;
	font-size:22px; 
	font-family: 'Rubik', sans-serif;
	padding-bottom:10px;
}

.sidebar-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:20px;
	height:2px;
	background-color:#009146;
}

.sidebar-title h2:after{
	position:absolute;
	content:'';
	left:24px;
	bottom:0px;
	width:10px;
	height:2px;
	background-color:#009146;
}

.categories-blog .inner-box{
	position:relative;
	padding-bottom:20px;
	border-bottom:1px solid #cccccc;
}

.categories-blog .inner-box ul{
	position:relative;
	margin-left:12px;
	list-style:none;
}

.categories-blog .inner-box ul li{
	position:relative;
	margin-bottom:14px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.categories-blog .inner-box ul li a{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#777777;
	padding-left:20px;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.categories-blog .inner-box ul li a:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:0px;
	color:#777777;
	font-size:18px;
	font-family: 'FontAwesome';
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.categories-blog .inner-box ul li span{
	position:absolute;
	right:0px;
}

.categories-blog .inner-box ul li.active a,
.categories-blog .inner-box ul li a:hover{
	color:#aa1f43;
}

.categories-blog .inner-box ul li.active a::before,
.categories-blog .inner-box ul li a:hover::before{
	color:#aa1f43;
}

.info-contact-section{
	position:relative;
	padding:60px 0px 30px;
	border-bottom:2px solid #dddddd;
}

.info-contact-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.info-contact-section .info-column .inner{
	position:relative;
	text-align:center;
}

.info-contact-section .info-column .inner .icon-box{
	position:relative;
	margin-bottom:20px;
	color:#aa1f43;
	font-size:36px;
}

.info-contact-section .info-column .inner .icon{
	position:relative;
	color:#aa1f43;
	font-size:36px;
}

.info-contact-section .info-column .inner h3{
	position:relative;
	color:#333333;
	font-size:24px;
	font-family: 'Rubik', sans-serif; 
	line-height:1.2em;
	margin-bottom:20px;
}

.info-contact-section .info-column .inner .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:1.7em;
}

.contact-form-section{
	position:relative;
	padding:90px 0px 60px;
}

.contact-form-section h2{
	position:relative;
	color:#333333;
	font-size:30px; 
	line-height:1.2em;
	font-family: 'Rubik', sans-serif; 
	margin-bottom:0px;
}

.contact-form-section .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:35px;
}

/*Contact Form*/

.contact-form-section .form-group{
    position: relative;
    margin-bottom: 30px;
}

.contact-form-section input[type="text"],
.contact-form-section input[type="email"],
.contact-form-section input[type="password"],
.contact-form-section select,
.contact-form-section textarea{
	display:block;
	width:100%;
	line-height:18px;
	height:40px;
	font-size:16px;
	padding:10px 20px;
	background:#ffffff;
	color:#333333;
	border-radius:5px;
	border:1px solid #cccccc;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.contact-form-section input:focus,
.contact-form-section select:focus,
.contact-form-section textarea:focus{
	border-color:#aa1f43;
	background:none;
}

.contact-form-section input.error,
.contact-form-section select.error,
.contact-form-section textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form-section label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.contact-form-section textarea{
	height:190px;
	resize:none;
	padding:20px 20px;	
}

.contact-form-section button{
	font-weight:500;
	margin-top:15px;
	font-size:16px;
	padding:7px 10px 5px;
} 
.contact-form-section .btn {
	margin-right: 10px;
	color: #fff;
	background: #aa1f43;
	position: relative;
	z-index: 3;
	font-family: 'Rubik', sans-serif;
	border-radius:8px;
	font-size:15px;
	padding: 8px 20px;
	text-transform:none;
	border:#aa1f43 2px solid;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.contact-form-section .btn:hover{
	background:#fff;
	color:#aa1f43;
}
.contact-form-section .btn.primary{
	color:#333;
	background:#FFF;
}
.contact-form-section .btn.primary:before{
	background:#aa1f43;
}
.contact-form-section  .btn.primary:hover{
	color:#fff;
	background:transparent;
} 

.volunter-form-section{
	position:relative;
	padding:30px 0;
}

.volunter-form-section .inner-column{
	position:relative;
	padding:45px 50px 30px;
	border-radius:5px;
	background-color:#f5f5f5;
}
.volunter-form{
	position:relative;
}

.volunter-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.volunter-form .form-group input,
.volunter-form .form-group select,
.volunter-form .form-group textarea{
	position:relative;
	height:40px;
	width:100%;
	padding:10px 20px;
	border-radius:5px;
	line-height:18px;
	font-size:13px;
	background-color:#ffffff;
	border:1px solid #bbbbbb;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.volunter-form .form-group textarea{
	height:250px;
	resize:none;
	padding:20px 20px;
}

.volunter-form .form-group input:focus,
.volunter-form .form-group select:focus,
.volunter-form .form-group textarea:focus{
	border-color:#aa1f43;
}

.volunter-form .form-group .theme-btn{
	font-weight:500;
	padding:6px 17px 6px;
	font-family: 'Roboto', sans-serif;
}
.volunter-form .btn {
	margin-right: 10px;
	color: #fff;
	background: #00994a;
	position: relative;
	z-index: 3; 
	border-radius:8px;
	font-size:15px;
	padding: 8px 20px;
	text-transform:none;
	border:#00994a 2px solid;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.volunter-form .btn:hover{
	background:#fff;
	color:#00994a;
}
