body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	font-weight: 400;
	background-color: #fff;
}

/* Common CSS*/

#map {
	width: 100%;
	height: 400px;
	margin-top: 60px;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.btn-submit {
	background-color: #125fa3;
	padding: 6px 20px;
	color: #fff;
	border: none;
	letter-spacing: 1px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

h1 {
	color: #2f7605;
	font-size: 26px;
}

/* header css */

.navbar-nav>li>a {
	color: #484848;
	font-size: 15px;
	position: relative;
}

.navbar-nav>li:hover>a {
	color: #2f7605;
}

.navbar-nav>li.active>a {
	color: #2f7605;
}

.navbar-nav>li.active>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #2f7605;
}

.navbar-nav>li>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.navbar-nav>li:hover>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #2f7605;
}

header .socio-icons li a, .socio-icons li a {
	color: #484848;
}

.socio-icons {
	width: 100%;
	text-align: right;
	position: relative;
	top: 10px;
}

.socio-icons ul li {
	margin-right: 5px;
}

.socio-icons ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.navbar {
	border: none;
	-webkit-box-shadow: 1px 1px 8px 0px #ddd;
	-moz-box-shadow: 1px 1px 8px 0px #ddd;
	-o-box-shadow: 1px 1px 8px 0px #ddd;
	-ms-box-shadow: 1px 1px 8px 0px #ddd;
	box-shadow: 1px 1px 8px 0px #ddd;
	margin: 0;
}

.navbar .container {
	padding: 0 45px;
}

.navbar-nav>li {
    margin-right: 10px;
}
.navbar-nav>li:last-child {
    margin-right: 0;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-right {
    margin-right: -30px;
    margin-top: 38px;
}

.navbar-brand>img {
	margin-top: -8px;
	width: 90%;
}

/* home-page */

.parallax-window {
    min-height: 500px;
    background: transparent;
}

.parallax-container {
	position: relative;
}

.register-form-container {
	z-index: 1;
}

.register-form {
	width: 320px;
	float: right;
	background-color: #4a813b;
	padding: 0 12px;
	position: absolute;
	top: 0;
	right: 45px;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.register-form .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 15px;
	font-size: 13px;
}

.register-form .form-horizontal {
	background-color: #fff;
	padding: 25px;
	position: relative;
    top: 40px;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.register-form .form-horizontal h4 {
	position: absolute;
	right: 15px;
	top: 25px;
	text-transform: uppercase;
	color: #0f5899;
	margin: 0;
	font-size: 22px;
}

.register-form .form-horizontal h4 span {
	font-weight: 700;
}

.register-form .btn-submit {
	margin-top: 10px;
	margin-bottom: 0;
}

.free-badge {
	position: relative;
	left: -25px;
    top: -62px;
	margin-bottom: -40px;
}

.program-container {
	margin-top: -20px;
}

.program-container .col-lg-3 {
	padding: 0;
}

.program-container .details {
	padding: 20px 25px;
	color: #fff;
}

.program-container .details .title {
	font-size: 24px;
	line-height: 24px;
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}

.program-container .details p {
	font-size: 14px;
	letter-spacing: 0.3px;
}

.program-container .details .read-more {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-top: 5px;
	text-decoration: none;
}

.about-section {
	padding: 0 50px;
	margin-top: 25px;
}

.video-section {
	padding: 0 50px;
	margin-top: 50px;
}

.about-section p {
	color: #595959;
	font-size: 15px;
}

.about-section h1 {
	margin-bottom: 25px;
}

.list-blogs li {
	font-size: 14px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.list-blogs li * {
	color: #777 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 13px !important;
}

.list-blogs li:last-child {
	border: none;
}

.list-blogs li .dates {
	font-size: 12px;
	color: #7f7f7f;
	display: block;
	font-weight: 500;
}

.list-blogs li a {
	color: #424242;
	text-decoration: none;
}

.video-section .list-links a {
	color: #49971b;
	text-decoration: none;
}

.list-links li {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	margin-bottom: 7px;
	letter-spacing: 0.3px;
}

.list-links li:hover a {
	color: #2f7605;
}

.list-links li:before {
	content: url(../images/list-arrow.png);
	position: absolute;
	left: 0;
	top: -1px;
}

 .video-section h1 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.video-slider .item .col-lg-4 {
	padding: 0 8px;
}

.video-slider .carousel-control {
	background: none;
	top: 35%;
	bottom: inherit;
	width: 30px;
    height: 30px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.255);
	background-color: #fff;
	opacity: 1;
}

.video-slider .carousel-control.left {
	box-shadow: -1px 1px 4px 2px rgba(0,0,0,0.255);
	left: -20px;
}
.video-slider .carousel-control.right {
	right: -20px;
}

.video-slider .title {
	color: #424242;
	font-size: 16px;
	padding-right: 25px;
}

.carousel-control .glyphicon-menu-left {
	left: 0;
	text-shadow: none;
	color: #333;
	font-size: 14px;
}

.carousel-control .glyphicon-menu-right {
	right: 0;
	text-shadow: none;
	color: #333;
	font-size: 14px;
}

.video-section .border {
	border: 1px solid #a4a4a4;
}

/* footer */

footer {
	background-color: #ffffff;
}

.list-footer-link {
	margin-top: 20px;
	margin-bottom: 20px;
}

.list-footer-link li {
	font-size: 15px;
	margin-right: 40px;
}

.list-footer-link li:last-child {
	margin-right: 0;
}

.list-footer-link li a {
	color: #484848;
	text-decoration: none;
}
.list-footer-link li.active a, .list-footer-link li:hover a {
	color: #2f7605;
	text-decoration: none;
}

.post-footer {
	background-color: #000000;
	color: #666666;
	text-align: center;
	padding: 7px 15px;
	font-size: 13px;
}

.img-container {
  overflow: hidden;
  position: relative;
}
.img-container:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.img-container img {
	 -webkit-transition: transform .5s ease, opacity 1.3s ease;
  transition: transform .5s ease, opacity 1.3s ease;
}

.img-container:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img-container:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .5s ease, opacity 1.3s ease;
  transition: transform .5s ease, opacity 1.3s ease;
}
.img-container .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  z-index: 1;
}
.img-container a {
  color: #fff;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 100px;
  height: 30px;
  line-height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  text-decoration: none;
  border: 1px solid #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform .5s ease, opacity .7s ease;
  transition: transform .5s ease, opacity .7s ease;
}

.video-slider .img-container i {
  font-size: 40px;
  border: none;color: #fff;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 100px;
  height: 30px;
  line-height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  text-decoration: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform .5s ease, opacity .7s ease;
  transition: transform .5s ease, opacity .7s ease;
}

.video-slider .img-container:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .5s ease, opacity 1.3s ease;
  transition: transform .5s ease, opacity 1.3s ease;
  }

.video-slider .img-container {
	cursor: pointer;
}

.img-container.color1:hover .overlay {
  background-color: rgba(246, 117, 112, 0.8);	
}
.img-container.color2:hover .overlay {
  background-color: rgba(251, 152, 0, 0.8);	
}
.img-container.color3:hover .overlay {
  background-color: rgba(220, 186, 22, 0.8);	
}
.img-container.color4:hover .overlay {
  background-color: rgba(249, 119, 92, 0.8);	
}

.modal-backdrop {
	background-color: rgba(0,0,0,0.8);
}


/*  About Page  */

.breadcrumb-container {
	min-height: 250px;
    background: transparent;
	position: relative;
	margin-bottom: 30px;
}

.breadcrumb-container:after {
	content: "";
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.breadcrumb-container h2 {
    margin: 0;
	font-size: 35px;
	font-weight: 600;
	margin-left: 45px;
	color: #fff;
	z-index: 1;
	letter-spacing: 0.5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-abt .img-container {
  box-shadow: 0px 4px 12px 0px rgba(104, 104, 104, 0.4);
}


.inner-abt .left-img {
	margin-bottom: 50px;
}

.inner-abt .left-img .img-container {
    margin-top: -17px;
    z-index: 1;
	position: absolute;
    left: -350px;
	width: 405px;
}
.inner-abt .right-img .img-container {
    margin-top: 35px;
    z-index: 1;
	position: absolute;
    right: -350px;
	width: 405px;
}

.inner-abt p {
	color: #595959;
	font-size: 18px; 
}

.inner-abt .left-img .content {
	border: 5px solid #82ca76;
	padding: 30px 70px 50px 115px;
	letter-spacing: 0.2px;
	line-height: 1.375;
}
.inner-abt .right-img .content {
	border: 5px solid #82ca76;
	padding: 30px 160px 50px 35px;
	letter-spacing: 0.2px;
	line-height: 1.375;
}

.inner-abt .content h1 {
	margin-bottom: 25px;
	font-size: 30px;
	margin-top: 0;
}

.left-img .abt-content-width {
	width: 70%;
	margin-left: 30%;
	position: relative;
}

.right-img .abt-content-width {
	width: 70%;
	margin-right: 30%;
	position: relative;
}

.counter-container {
	background-color: #63b333;
	padding: 25px;
	margin-top: 60px;
}

.counter-container img {
	margin: 0 auto;
	display: block;

}

.counter {
	float: right;
	text-align: center;
	width: 50%;
}

.ico-container {
	width: 50%;
	float: left;
}

.counter span.name {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	position: relative;
}

.counter span.name:before {
	content: "";
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.counter span.digit {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 40px;
	position: relative;
}

.counter span.digit:after {
	content: "+";
	position: absolute;
	right: -30px;
	top: 0;
	font-weight: 400;
	font-size: 45px;
	line-height: 55px;
}

.counter-container .col-lg-4 {
	border-right: 1px solid #fff;
	padding: 0 45px;
}

.counter-container .col-lg-4:last-child {
	border: none;;
}

.testimonial-container {
	padding: 40px;
	height: 380px;
	background-color: transparent;
	position: relative;
	color: #fff;
	text-align: center;
	margin-bottom: -60px;
}

.testimonial-container .content-details {
	width: 60%;
	margin-left: 20%;
}

.testimonial-container:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.6);
}

.testimonial-container .content-details {
	position: relative;
	z-index: 1;
	font-size: 15px;
	letter-spacing: 0.3px;
	word-spacing: 0.3px;
}

.testimonial-container .carousel-control {
	background: none;
	opacity: 1;
	width: 0;
	top: -60px;
}

.testimonial-container .carousel-control.left {
    left: -70px;
}
.testimonial-container .carousel-control.right {
    right: -70px;
}

.testimonial-container .carousel-inner {
	min-height: 200px;
}

.testimonial-container .client-name span {
	display: block;
}

.testimonial-container .client-name {
	margin-top: 30px;
}

.testimonial-container .content-details i {
	font-size: 50px;
}

.testimonial-container .content-details h2 {
	letter-spacing: 1px;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 25px;
}

.testimonial-container .glyphicon-chevron-left:before {
    content: "\f100";
	font-family:'FontAwesome';
}
.testimonial-container .glyphicon-chevron-right:before {
    content: "\f101";
	font-family:'FontAwesome';
}

.testimonial-container .glyphicon {
	font-size: 40px;
}


/* Contact Page */

.contact-container {
	padding: 0 45px;
}

.contact-container form {
	margin-top: 30px;
}

.contact-container .form-control {
	border: none;
	border-bottom: 2px solid #a4a4a4;
	margin-bottom: 30px;
	border-radius: 0;
	box-shadow: none;
	letter-spacing: 0.5px;
}

.contact-container form .btn {
	background-color: #105cb2;
	color: #fff;
	border-radius: 0;
	padding: 6px 20px;
    font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.contact-container form .btn:hover {
	box-shadow: -1px 16px 8px -10px rgba(0,0,0,0.3);
}

.contact-container textarea {
	resize: none;
}

.contact-address ul {
	margin-left: 30px;
	margin-top: 40px;
}

.contact-address li {
	position: relative;
	font-size: 20px;
	color: #202020;
	margin-bottom: 15px;
}

.contact-address li:last-child {
	margin-left: -30px;
	font-size: 22px;
}

.contact-address li:last-child h3 {
	font-size: 30px;
}

.contact-address li a {
	color: #202020;
	text-decoration: none;
}

.contact-address li.marker:before, .contact-address li.phone:before, .contact-address li.email:before {
	font-family:'FontAwesome';
	position: absolute;
    left: -30px;
    top: 2px;
    font-size: 18px;
}

.contact-address li.marker:before {
	content: "\f041";
}
.contact-address li.phone:before {
	content: "\f095";
}
.contact-address li.email:before {
	content: "\f0e0";
}


/* our programs */


.tabs-left .nav-tabs li,
.tabs-right .nav-tabs li {
  float: none;
  font-size: 16px;
}

.tabs-left .nav-tabs li a,
.tabs-right .nav-tabs li a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-left: 1px solid #a6a6a6;
  border-bottom: 0;
  padding: 8px 0;
}

.tabs-left .nav-tabs li a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
	border: none;
	color: #818181;
}

.tabs-left .nav-tabs li a:hover,
.tabs-left .nav-tabs li a:focus {
  border: none;
}

.tabs-left .nav-tabs .active a,
.tabs-left .nav-tabs .active a:hover,
.tabs-left .nav-tabs .active a:focus {
  border: none;
  color: #2f7605;
  position: relative;
}


.tabs-left .nav-tabs .active a:before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  top: 0;
  background-color: #2f7605;
  width: 3px;
}

.our-programs {
	padding: 0 45px;
}

.our-programs .tab-content {
	padding-right: 30px;
	font-size: 16px;
	color: #595959;
}

.our-programs .tab-content .img-container {
	margin-bottom: 20px;
}

.our-programs .tab-content strong {
	color: #000;
}

.our-programs .tab-content .img-container img {
	width: 100%;
}

.our-programs .list-programs li {
	margin-bottom: 50px;
	font-size: 16px;
	color: #595959;
}

.our-programs .list-programs li .title {
	border-bottom: 1px solid #a6a6a6;
	padding-bottom: 12px;
	margin-bottom: 22px;
	font-size: 22px;
}

.gallery-container {
	width: 100%;
	float: left;
}

.gallery-container li {
	width: 33.33333333333333%;
	float: left;
}

.parallax-container .carousel-inner {
	max-height: 500px;
	position: relative;
}

.parallax-container .carousel-inner .item img {
	width: 100%;
	height: 100%;
}

.parallax-container .carousel-control {
	background: none;
}

.parallax-container .carousel-caption {
	position: absolute;
	top: 5%;
	text-shadow: 8px 2px 10px rgba(255,255,255,0.9);
}

.parallax-container .carousel-caption h1 {
	font-size: 28px;
	color: #1069b9;
	display: inline-block;
	text-align: left;
	font-weight: 600;
}

div.blogs * {
	font-family: 'Roboto', sans-serif !important;
}

.blogs-listing .list-blogs {
	padding-left: 25px;
}

.blogs-listing .list-blogs li {
	border-bottom-style: dashed;
	border-color: rgba(0, 0, 0, 0.2);
	padding-bottom: 15px;
	padding-right: 15px;
}

.blogs-listing .list-blogs li:last-child {
	border: none;
}

.blogs-listing .list-blogs li h3 {
	color: #000 !important;
	font-size: 15px !important;
}
.blogs-listing .list-blogs li p {
	font-size: 13px;
	color: #777;
	font-weight: 400;
}

.blogs-listing .list-blogs li .date {
	display: block;
	font-size: 12px;
	color: #777;
	font-weight: 400;
	position: relative;
	padding-left: 16px;
	top: -5px;
}

.blogs-listing .list-blogs li .date:before {
	content: "\f073";
	font-family:'FontAwesome';
	position: absolute;
	left: 0;
	top: -1px;
}
 
.btn-more {
	border: 1px solid #2f7605;
	padding: 3px 10px;
	color: #2f7605 !important;
	font-weight: 400;
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.btn-more:hover, .btn-more:focus {
	border: 1px solid #2f7605;
	background-color: #2f7605; 
	color: #fff !important;
	font-weight: 400;
	font-size: 13px;
}
 
.blogs-listing .blog-details {
	padding-right: 25px;
}

.blog-details .blogs p {
	font-size: 16px;
	margin-top: 15px;
	float: left;
	width: 100%;
	color: #333;
	letter-spacing: 0.3px;
}

.post-date {
	display: inline-block;
	text-align: center;
	color: #fff;
}  

.day {
	background-color: rgba(119, 119, 119, 0.8);
	display: block;
	padding: 6px 10px;
    font-size: 25px;
    font-weight: 500;
}

.month {
	background-color: #2f7605;
	padding: 5px 10px;
    display: block;
    font-size: 14px;
	line-height: 12px;
}

.year {
	font-size: 8px;
}

.inner-abt .content h3 {
	color: #2f7605;
	font-size: 17px;
}

.inner-abt .content ul p {
	font-size: 15px;
}

.form-program {
	background-color: #2f7605;
	width: 100%;
	float: left;
	margin-top: 30px;
}

.form-program h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 15px;
}

.form-program .form-control {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	height: 36px;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}

.form-program .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-program .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-program .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-program .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.form-program .btn-submit {
	background-color: #104a97;
	height: 36px;
	border-radius: 0;
	width: 110px;
	text-align: center;
	font-size: 16px;
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.our-programs .tab-content h2 {
	color: #2f7605;
    font-size: 26px;
	font-weight: 700;
}

.our-programs .tab-content strong {
	color: #2f7605;
}

