@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Metrophobic');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Galada');
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed');
@import url('https://fonts.googleapis.com/css?family=Pacifico');

body{ margin:0; padding:0; line-height:150%; letter-spacing:1px; font-family:/*'Pacifico', cursive*/'Encode Sans Condensed', sans-serif;}

img{ border:none;}

p{ margin:0;}

.clr{ clear:both; width:100%;}

.header{ background:#f8f8f8; padding:10px 0 0px 0; color:#525252; font-size:12px;}

.social-icon {
	float: right;
}
.social-icon ul {}
.social-icon ul li {
    display: inline;
    margin-left: 8px;
}
.social-icon ul li a {
	display: inline-block;
}

.social-icon ul li a i {
    color: #525252;
    font-size: 12px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid #525252;
    background: transparent;
    text-align: center;
    line-height: 28px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.social-icon ul li a i::after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 108%;
    height: 108%;
    border-radius: 100%;
    background: #525252;
    z-index: -1;
    -webkit-transform: rotate3d(2, 2, 0, 90deg);
    -moz-transform: rotate3d(2, 2, 0, 90deg);
    -ms-transform: rotate3d(2, 2, 0, 90deg);
    -o-transform: 	rotate3d(2, 2, 0, 90deg);
    transform: rotate3d(2, 2, 0, 90deg);
    -webkit-transition: .5s; 
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px solid;
}
.social-icon ul li a i:hover {
	color: #f8f8f8;	
}
.social-icon ul li a i:hover::after {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: 	rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);	
}

.button {
    font-size: 18px;
    display: inline-block;
    color: #0f7028;
    padding: 13px 19px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1px;
    outline: none;
    border: 2px solid #fff;
    box-shadow: inset 6px 5px 27px 22px #fff, inset 1px 0px 0px 0px #fff;
    transition: .3s;
}
.button:hover {
    border: 2px solid #fff;
    background-color: #0f7028;
    color: #fff;
    box-shadow: inset 0px 0px 0px 0px #0f7028, inset 0px 0px 0px 0px #0f7028;
}

.btn1 {
    font-size: 1vw;
    display: inline-block;
    color: #fff;
    padding: 13px 19px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1px;
    outline: none;
    border: 2px solid #0f7028;
    box-shadow: inset 6px 5px 27px 22px #0f7028, inset 1px 0px 0px 0px #0f7028;
    transition: .3s;
	margin:10px 0 0 0; width:100%; text-align:center;
}
.btn1:hover {
    border: 2px solid #0f7028;
    background-color: #fff;
    color: #0f7028;
    box-shadow: inset 0px 0px 0px 0px #fff, inset 0px 0px 0px 0px #fff;
}

.btn2 {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    padding: 13px 19px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1px;
    outline: none;
    border: 2px solid #0f7028;
    box-shadow: inset 6px 5px 27px 22px #0f7028, inset 1px 0px 0px 0px #0f7028;
    transition: .3s;
	margin:20px 0 0 0; text-align:center;
}
.btn2:hover {
    border: 2px solid #0f7028;
    background-color: #fff;
    color: #0f7028;
    box-shadow: inset 0px 0px 0px 0px #fff, inset 0px 0px 0px 0px #fff;
}


.group{ margin:40px 0 40px 0;}

.heading{ margin:20px 0 0 0;}

.box{ border:solid 1px #0f7028;}

.box h1{ margin:0; padding:10px 0 10px 0; display:block; color:#FFF; text-shadow:1px 1px #000000; font-size:1.6vw;
	background: linear-gradient(-90deg, #0f7028, #1cbf45, #19a63c); text-align:center; text-transform:uppercase;
}

.box-1{border:solid 1px #0f7028; text-align:center;}

.box-1 h1{ margin:0; padding:10px 0 10px 0; display:block; color:#FFF; text-shadow:1px 1px #000000; font-size:2.4vw;
	background: linear-gradient(-90deg, #0f7028, #1cbf45, #19a63c); text-align:center;
}

.box p, .box span{ margin:0px 0 0 10px; padding:10px 0 10px 0;}

.heading1{ font-size:1.2vw; font-weight:bold; margin:10px 0 0 0; text-transform:uppercase;}

.heading2{ font-size:24px; font-weight:bold; margin:0px 0 10px 0; text-transform:uppercase;}

.about{ background:#f9f9f9; padding:40px 0 40px 0; text-align:justify;}

/*-----------------Blink------------------*/

@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Opera and prob css3 final iteration */
img.pay{
-moz-transition:all 1s ease-in-out;
-webkit-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
-ms-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
/* order: name, direction, duration, iteration-count, timing-function */  
-moz-animation:blink normal 2s infinite ease-in-out; /* Firefox */
-webkit-animation:blink normal 2s infinite ease-in-out; /* Webkit */
-ms-animation:blink normal 2s infinite ease-in-out; /* IE */
animation:blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

/*---------------------------------------------*/

.gallery{ padding:60px 0 60px 0; text-align:center;}

.footer-up{ background:#000; padding:40px 0 20px 0; color:#FFF;}

.footer-up ul{ margin:0; padding:0; list-style-type:none;}

.footer-up ul li{ padding:15px 0 15px 0; border-bottom:dashed 1px #FFFFFF;}

.footer-down{ background:#333; padding:20px 0 20px 0; color:#FFF; font-size:13px;}

.footer-down a{ color:#C00;}

.footer-down a:hover{ color:#fff;}

.header-link{ font-size:16px; margin:20px 0 0px 0;}

.main-body{ margin:0 0 40px 0; text-align:justify;}

.course{ position:relative;}

.position{ position:absolute; top:10px; color:#FFF; display:block; padding:5px; background:rgba(0,0,0,0.7); text-align:left;}

.position-1{ position:absolute; bottom:0px; right:0px; color:#FFF; display:block; padding:10px; background:rgba(0,0,0,0.8);}

#tbl td, #tbl th {
    border: 1px solid #b3cc82;
    padding: 10px; text-align:left; font-weight:bold;
}

#tbl tr:nth-child(odd){background-color: #e6eed5;}

#tbl tr:nth-child(even){background-color: #cedab5;}

#tbl tr:hover {background-color: #9bbb59;}

#tbl th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #9bbb59;
    color: white;
}

#tbl1 td, #tbl1 th {
    border: 1px solid #b3cc82;
    padding: 10px; text-align:center; font-weight:bold;
}

#tbl1 tr:nth-child(odd){}

#tbl1 tr:nth-child(even){background-color: #e6eed5;}

#tbl1 tr:hover {background-color: #9bbb59;}

#tbl1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #9bbb59;
    color: white;
}

.big{ font-size:24px; font-weight:bold; text-transform:uppercase;}

.grn1{ font-weight:bold; text-transform:uppercase; color:#9bbb59; font-size:18px; text-shadow:1px 1px #cedab5;}

.gry{ background:#fafafa; margin:0 0 40px 0; border: solid 1px #eee; padding:20px 0 20px 0;}

.brdr{ border:solid 5px #eeeeee;}

.big1{ font-weight:bold; font-size:22px;}

.subscribe{ background:#116f21; color:#FFF; font-size:24px; padding:20px 0; font-weight:bold;}