@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #212121;
	/*letter-spacing: 0.5px;*/
}
a, img {
	text-decoration: none;
	outline: none;
	border: none;
}
:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
a, a:hover, a:focus, a:active {
	/*color: #444444;*/
	text-decoration: none;
	outline: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
/* Main Header */
.header-top-bar {
    background-color: #84C126;
    padding: 12px 0;
    color: #fff;
}
.text-16 {
	font-size: 16px;
}
.header-top-bar a {   
    color: #fff;
}
.header-top-bar a:hover {   
    color: #212121;
}
.header-top-bar .list-inline-item {	
	line-height: 14px;
}
.header-top-bar .list-inline-item:last-child  {	
	padding-left: 10px;
}
.header-top-bar .list-inline-item .fa {	
	padding-right: 5px;
}
.list-inline {
    margin-bottom: 0;
}
.top-navbar {
	position: relative;
	background-color: #fff;
	/*box-shadow: 0 0 7px 0px rgba(141,141,148,0.75);*/
	height: 90px;
}
.aftr-scroll-header {
	position: fixed;
	width: 100%;
	z-index: 111;
	top: 0;
}
header .navbar {
	background-color: transparent;
	padding: 0;
}
header .navbar-light .navbar-nav .nav-link, 
header .navbar-light .navbar-nav .nav-link:focus {
	color: #202020;
	padding: 33px 20px;
	font-size: 16px;
	text-transform: uppercase;
}
header .navbar-nav a {
	/*font-size: 14px;*/
	/*text-transform: uppercase;*/
}
header .nav-link {
	position: relative;
}
header .dropdown-toggle::after {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -2px;
}
header .navbar-light .navbar-nav .nav-link:hover, 
header .navbar-light .navbar-nav .active>.nav-link, 
header .navbar-light .navbar-nav .nav-link.active, 
header .navbar-light .navbar-nav .nav-link.show, 
header .navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
	background-color: #00ADE1;
}
#navbarSupportedContent {
	position: relative;
}
header .navbar-light .navbar-nav .dropdown-menu {
	margin-top: 0;
}
header .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.container {
    position: relative;
    z-index: 1;
}
/* Slider Section */
.slider-wrapper {
	position: relative;
	overflow: hidden;
}
.slider-wrapper .carousel-caption {
	right: 14%;
	left: 14%;
	bottom: 13%;
	z-index: 2;
	color: #fff;
}
.slider-wrapper .carousel-indicators  {
    display: block !important;
    right: 0;
    bottom: 40%;
    left: auto;
    margin-right: 5%;
    margin-left: 0%;
    z-index: 5;
}
.carousel-indicators li {
    position: relative;
    display: block !important;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 15px;
    text-indent: -999px;
    background-color: #fff;
    border-radius: 100px;
    width: 8px;
    height: 8px;
    cursor: pointer;
}
.slider-wrapper .carousel-indicators .active {
    background-color: #fff;
}
.slider-wrapper .carousel-indicators .active:before {
    position: absolute;
    top: -6px;
    left: -6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #88C0D6;
    border-radius: 100px;
    z-index: -1;
}
.slider-wrapper .carousel-caption h1 {
	font-size:55px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 15px;
	text-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.slider-wrapper .carousel-caption h3 {
	font-size:24px;
	font-weight: 400;
	margin-bottom: 40px;
}
.text-green {
	color: #84BF26;
}
.slider-wrapper .text-para {
	position: relative;
	padding: 15px 20px;
	width: 50%;
}
.slider-wrapper .text-para:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #fff;
}
.text-green {
	color: #84BF26;
}
.btn-blue {
	position: relative;
	background-color: #00ADE1;
	min-width: 190px;
	height: 55px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
	padding: 15px 15px;
	text-shadow: 1px 2px 3px rgba(0,0,0,.5);
	border-radius: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-blue span {
	position: relative;
	z-index: 1;
}
.btn-blue .fa-long-arrow-right {
    margin-left: 5px;
}
.btn-blue:hover {
	background-color: #84BF26;
	color: #fff;	
}
.btn-blue:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	z-index: -1;
}
.why-choose {
    padding: 60px 0;
}
.main-title {
	position: relative;
    font-size: 40px;
    font-weight: 800;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.main-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #84C126;
}
.learning-box * {
	-webkit-transition: all .4s;
	transition: all .4s;
}
.learning-box {
    text-align: center;
    padding: 20px 15px 35px;
    min-height: 322px;
    border-radius: 10px;   
}
.learning-box img {
    margin-bottom: 45px;
}
.learning-box h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.learning-box p {
    opacity: 0;
}
.learning-box:hover {
    background-color: #F0F0F0;
    min-height: 302px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.20);
}
.learning-box:hover p {
    opacity: 1;
}
.learning-box:hover img {
    margin-bottom: 25px;
}
.upcoming-course {
    background-color: #F0F0F0;
    padding: 60px 0;
}
.upcoming-course .row {
	margin-right: -10px;
	margin-left: -10px;
}
.upcoming-course .row [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.single-course {
    position: relative;
    border: 3px solid #fff;
    /*-webkit-transition: all 1s;
	transition: all 1s;*/
}
.course-thumbs {
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.course-thumbs:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,333333+80,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(51,51,51,0.8) 80%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(51,51,51,0.8) 80%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(51,51,51,0.8) 80%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all .4s;
	transition: all .4s;
}
.single-course:hover .course-thumbs:after {
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.single-course .course-thumbs:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	/*height: 0;*/
	-webkit-transition: all .4s;
	transition: all .4s;
}
.single-course:hover .course-thumbs:before {
	/*height: 100%;*/
	opacity: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ade1+40,84c126+100&0.85+0,0.85+100 */
	background: -moz-linear-gradient(-45deg, rgba(0,173,225,0.80) 0%, rgba(0,173,225,0.80) 40%, rgba(132,193,38,0.80) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,173,225,0.80) 0%,rgba(0,173,225,0.80) 40%,rgba(132,193,38,0.80) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0,173,225,0.80) 0%,rgba(0,173,225,0.80) 40%,rgba(132,193,38,0.80) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d900ade1', endColorstr='#d984c126',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-transition: all .4s;
	transition: all .4s;
}
.single-course:hover h4, .single-course:hover .date {
	color: #000;
}
.course-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    padding: 15px;
}
.single-course h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
}
.date {
    font-size: 14px;
    font-weight: 600;
    color: #84C026;
}
.upcoming-course .btn-blue:before, .who-is-box .btn-blue:before {
    border: 1px solid #1074BC;
}
.who-is {
	background: url(../images/who-is-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
    padding: 60px 0;
}
.who-is-box {
	position: relative;
	z-index: 1;
    background-color: #fff;
    padding: 30px 30px 70px;
    margin-left: auto;
}
.who-is-box .main-title {
	font-size: 32px;
}
.what-our {
    background-color: #F0F0F0;
    padding: 60px 0;
}
.what-our .embed-responsive {
    border: 3px solid #fff;
}
.what-our .btn-blue::before {
	border-color: #1074BC;
}
/** jcarousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 200px;
    float: left;
    padding:0 20px;
	/*margin: 0 20px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
     margin: 0 auto;
}
.jcarousel-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -18px;
	width: 100%;
}
.jcarousel-control-prev {
	position: absolute;
	left: -15px;
}
.jcarousel-control-next {
	position: absolute;
	right: -15px;
}
.jcarousel-arrow a {
    color: #84C126;
    padding: 0 5px;
    border: 2px solid #84C126;
    width: 35px;
    height: 35px;
    display: block;
    font-size: 20px;
    border-radius: 4px;
    transition: all .4s;
}
.jcarousel-arrow a:hover, .jcarousel-arrow a:focus {
    background-color: #333;
    border-color: #333;
}
.what-our .btn-blue {
	margin-top: 40px;
}
.get-your {
	background: url(../images/get-your-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.get-your-left {
    padding-top: 60px;
    padding-bottom: 50px
}
.get-your-left .main-title {
	color: #fff;
}
ul.text-list {
    margin: 30px 0 0;
    padding-right: 40px;
}
.text-list li {
	position: relative;
	padding-left: 35px;
    margin-bottom: 20px;
}
.text-list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	background: url(../images/tick-arrow.png) no-repeat;
	width: 20px;
	height: 19px;
}
.get-your-right {
    background-color: rgba(16,116,188,.8);
    padding: 60px 30px 30px;
    position: relative;
	z-index: 1;
}
.get-your-right h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 45px;
}
.get-your .form-control {
    height: 50px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #88B0CC;
}
.get-your .form-group {
    margin-bottom: 30px;
}
.get-your .form-control::placeholder {
	color: #D8D8D8;
}
.get-your .btn-green {
	margin-top: 20px;
}
.btn-green {
	position: relative;
	background-color: #84C126;
	min-width: 190px;
	height: 55px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 15px;
	text-shadow: 1px 2px 3px rgba(0,0,0,.5);
	border-radius: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-green span {
	position: relative;
	z-index: 1;
}
.btn-green .fa-long-arrow-right {
    margin-left: 5px;
}
.btn-green:hover {
	background-color: #00ADE1;
	color: #fff;	
}
.btn-green:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	z-index: -1;
}
.how-good {
	background: url(../images/how-good-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
    padding: 20px 0 30px;
}
.how-good h3 {
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.how-good .btn-blue:hover {
	background-color: #212121;
}
footer {
    background-color: #1E1E1E;
    padding-top: 45px;
}
.footer-link .list-unstyled {
    float: left;
    width: 50%;
    margin-bottom: 0;
}
.footer-link li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #B0B0B0;
    padding: 5px 0;
}
.footer-link li a:hover {
	color: #84C126;
}
.social-icon li a {
    border: 1px solid #888888;
    width: 40px;
    height: 40px;
    display: block;
    color: #B0B0B0;
    text-align: center;
    line-height: 40px;
    transition: all .4s;
}
.social-icon li a:hover {
    color: #84C126;
    border-color: #84C126;
}
.copyright {
    color: #B0B0B0;
    text-align: center;
    border-top: 1px solid #535353;
    padding: 15px 0;
    margin-top: 30px;
}

/* inner page */
.banner-inner {
	background: url(../images/about-banner.jpg) no-repeat center center;
	background-size: cover;
    padding: 40px 0 40px;
}
.banner-inner h1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}
.banner-inner .breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.page-breadcrumb {
    float: right;
    font-size: 15px;
}
.breadcrumb-item a {
	color: #00ACDF;
}
.breadcrumb-item.active {
    color: #fff;
}
.inner-content-wrapper {
    padding: 60px 0;
}
.about-img {
	position: relative;
}
.about-img img {
	position: relative;
	z-index: 1;
    border: 5px solid #BFBFBF;
}
.about-img:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 45px;
    height: 100%;
    width: 100%;
    background-color: #F0F0F0;
}
.inner-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.comman-text {
	font-size: 13px;
}
.founder h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
}
.text-primary {
	color: #00ACDF !important;
}
a.text-primary:hover {
	color: #84BF26 !important;
}
.courses-filter {
    background-color: #F0F0F0;
    padding: 25px 20px;
    margin-bottom: 30px;
}
.courses-filter .form-inline .custom-select {
    width: 50%;
    max-width: 335px;
    height: 50px;
    color: #7D7D7D;
}
.btn-primary {
	font-size: 20px;
    color: #fff;
    background-color: #00ADE1;
    border-color: #00ADE1;
    width: 70px;
    height: 50px;
}
.btn-primary:hover {
    background-color: #84C126;
    border-color: #84C126;
}
.inner-course .single-course {
    border: none;
    margin-bottom: 30px;
}
.inner-course .col-md-4:nth-last-child(1) .single-course,
.inner-course .col-md-4:nth-last-child(2) .single-course,
.inner-course .col-md-4:nth-last-child(3) .single-course {
	margin-bottom: 0;
}
.contact-form-box {
    /*background-color: #fff;*/
    border: 5px solid #F0F0F0;
    padding: 20px 20px;
}
.contact-form-box .form-control {
    height: 50px;
    background-color: #fff;
    color: #7D7D7D;
    border: 1px solid #E5E5E5;
    font-size: 14px;
}
.contact-form-box .form-control::placeholder {
	color: #7D7D7D;
}
textarea.form-control{
	height: auto !important;
}
/* 13 08 2018*/
.contact-form-box .inner-title{
	text-transform: capitalize;
}
.contact-form-box .btn-blue:before{
	border: 1px solid #1074BC;
}
.google-map{
	border: 5px solid #EBEBEB;
}
.contact-detail{
	margin-top: 20px;
}
.contact-detail label{
	font-weight: 700;
    font-size: 12px;
}
.m-t-20{
	margin-top: 20px;
}
.contact-detail a{
	color: #1074BC;
}
.reception-txt{
	color: #202020 !important;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 600;
}
.reception-txt i{
	padding-right: 7px;
}
.reception-time-txt{
    font-size: 12px;
    padding-left: 10px;
}
.contact-detail p{
	color: #666666;
}
/*.custom-select{
	background: url(../images/down-arrow.png);
	background-repeat: no-repeat;
}*/
.detail-pg-title{
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.detail-pg-title .btn-blue{
	height: 43px;
	padding: 10px 15px;    
	margin-top: -10px;
}
.detail-pg-title .btn-blue i{
	padding-right: 10px;
}
.sml-title{
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
.offer-list{
	padding: 0;
}
.offer-list li{
	list-style-position: inside;
	margin-bottom: 5px;
}
.table thead th{
	border-bottom: 0 !important;
    background: #F0F0F0;
    font-size: 13px;
   	padding: 10px;
}
.table-bordered td{
	font-size: 13px;
	padding: 10px;
}
.course-info-box{
	background: #F0F0F0;
}
.course-info-box h2{
	background: #84C126;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 18px;
}
.info-box-content{
	padding: 30px;
}
.single-info{
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	color: #1F1F1F;
	margin-bottom: 0;
}
.single-info:first-child{
	padding: 0 0 15px 0;
}
.single-info span{
	float: right;
	color: #000000;
	font-weight: 500;
}
.course-info-box .btn-blue:before{
	border: 1px solid #1074BC;
	z-index: 0;
}
.course-info-box .btn-blue{
	max-width: 190px;
}
.course-info-box .btn-blue span{
	background: #00ade1;
    min-width: 190px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-info-box .btn-blue:hover span{
	background: #84C126;
}
.discount-box{
	border: 1px solid #DDDDDD;
	padding: 20px;
	margin-top: 30px;
}
.discount-img{
	margin: 0 auto;
	display: block;
}
.blue-txt{
	color: #00ACE0;
	font-size: 16px !important;
	font-weight: 600;
}
.discount-box p{
	font-size: 12px;
}
a.navbar-brand img{
	max-width:143px;
}



/* 22 08 2018 for testimonial page*/
.single-testimonial{
	background: #F0F0F0;
	margin-bottom: 20px;
	border-radius: 6px;
}
.testimonial-content{
    padding: 0px 30px 0 15px;
    align-items: center;
    display: flex;
}
.testimonial-name{
	font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.testimonial-content p{
	line-height: 22px;
	font-size: 14px;
}
.testimonial-content .fa-quote-left{
	font-size: 20px;
    margin-bottom: 20px;
    color: #999;
}
.single-testimonial .embed-responsive{
	border-radius: 6px;
}
.open-video-modal{
	position: relative;
}
.open-video-modal .embed-responsive:after{
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
}
#myModal .modal-body{
	padding: 5px;
}
#myModal .close{
	opacity: 1;
}
#myModal .close span{
	background: #000;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    opacity: 1;
    border-radius: 50px;
    line-height: 30px;
    color: #fff;
}
.title-testimonial{
    font-size: 18px;
    color: #00ade1;
    font-weight: 600;
    margin-bottom: 20px;
}

.gf_browser_chrome .name_first input,
.gf_browser_chrome .ginput_container_email input {
	padding-left: 15px !important;
	height: 50px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #88B0CC;
	border-radius: 4px;
	margin-bottom: 0px !important;
}

.gf_browser_chrome .name_first input::placeholder {
	color: #f2f2f2;
}
.gf_browser_chrome .ginput_container_email input::placeholder {
	color: #f2f2f2;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0px!important;
    border-top: 0px solid #C89797 !important;
    border-bottom: 0px solid #C89797 !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #88B0CC !important;
}

.gform_wrapper .validation_message {
	color: #f00 !important;
    font-size: 1em !important;
    font-weight: normal !important;
    display: block !important;
	padding-top: 3px !important;
}




