@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'snigletregular';
    src: url('../fonts/sniglet-regular-webfont.woff2') format('woff2'),
         url('../fonts/sniglet-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'khula_regularregular';
    src: url('../fonts/khula-regular-webfont.woff2') format('woff2'),
         url('../fonts/khula-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/websymbols/websymbols-regular-webfont.eot');
    src: url('../fonts/websymbols/websymbols-regular-webfont.eot?#iefix')
        format('embedded-opentype'),
        url('../fonts/websymbols/websymbols-regular-webfont.woff')
        format('woff'),
        url('../fonts/websymbols/websymbols-regular-webfont.ttf')
        format('truetype'),
        url('../fonts/websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@media ( min-width : 1200px) {
    .container {
        width: 1170px;
    }
}
a:hover
{
    text-decoration: none;
}
ul
{
    padding: 0;
    margin: 0;
}
/* ====================top_wrapper====================== */
.top_wrapper
{
    background: #073453;
    padding: 10px 0;
}
.top_wrapper ul li
{
    display: inline-block;
}
.top_wrapper ul li a
{
    color: #c4c8cb;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}
.top_lft ul li
{
    border-right: 1px solid #2A5776;
    padding: 0 5px;
}
.top_lft ul li:last-child
{
    border: none;
}
.top_ryt ul li a i:before
{
    font-size: 15px;
}
.top_ryt ul li
{
    padding: 0 5px;
}
.rainbow 
{
  font-color: #fff;
}   
.bg_rb
{
    background: green;
    padding: 10px 10px;
}
/* ====================logo_wrapper====================== */
.logo_wrapper
{
    padding: 15px 0;
}
.logo_wrapper ul
{
    float: right;
    margin-left: 20px;
}
.logo_wrapper ul li
{
    display: inline-block;
    margin-left: 20px;
}
.logo_wrapper .time
{
    padding-top: 26px;
}
.logo_wrapper ul li i:before
{
    font-size: 37px !important;
}
.logo_wrapper .time1 li i:before
{
    color: #00BCD4 !important;
}
.logo_wrapper .time2 li i:before
{
    color: #ED4128 !important;
}
.logo_wrapper ul li a, .logo_wrapper ul li h5
{
    font-family: 'Josefin Sans', sans-serif;
    line-height: 23px;
    color: #669A06;
    font-weight: bold;
}
.logo_wrapper ul li h5
{
    margin: 0;
    color: #2D015B;
}
/* ====================menu_wrapper====================== */
.menu_wrapper
{
    background: #005AA9;
    padding: 10px 0;
    border-bottom: 2px solid #00BCD4;
}
#gruemenu > ul > li > a 
{
    padding: 14px 18px 14px 18px;
    border-right: 0;
    border-radius: 15px;
    font-family: 'Josefin Sans', sans-serif !important;
    text-transform: capitalize !important;
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}
#gruemenu > ul 
{
    box-shadow: none;
}
.recognize
{
    background: #fff;
    padding: 10px 5px 5px 5px;
    border-radius: 6px;
}
.recognize p
{
    color: #073453; 
    letter-spacing: 1px;  
    font-family: 'Josefin Sans', sans-serif !important; 
    font-weight: bold; 
    text-align: center;
    padding-top: 4px;
}
/* ====================slide_wrapper====================== */
.slide_wrapper
{
    z-index: -1;
    position: relative;
}
/* ====================about_wrapper====================== */
.about_wrapper
{
    position: relative;
    padding-bottom: 70px;
}
.icon-box.iconbox-border 
{
    border: 1px solid #dcdcdc;
}
.bg-theme-color-green 
{
    background-color: #5B8F01 !important;
}
.p-40 
{
    padding: 40px !important;
}
.text-center 
{
    text-align: center;
}
.icon-box .icon.icon-rounded 
{
    border-radius: 3px;
    color: #fff !important;
}
.icon-box .icon 
{
    display: inline-block;
    height: 68px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 68px;
}
.bg-theme-color-yellow 
{
    background-color: #FEC02A !important;
}
.icon-box .icon.icon-lg i:before 
{
    font-size: 48px;
    line-height: 90px;
    margin-left: 14px;
}
.icon-box .icon i 
{
    line-height: 68px;
}
.icon-box i 
{
    display: inline-block;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mt-50 {
    margin-top: 50px !important;
}
.text-white {
    color: #fff !important;
}
.mb-30 {
    margin-bottom: 30px !important;
    font-family: 'Ruluko', sans-serif;
}
.btn {
    font-size: 13px;
    padding: 8px 22px;
    font-family: 'Fredoka One', cursive;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
  opacity: 1;
  transform: scale(1);
}
.icon-box .icon.icon-top {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -32px;
}
.icon-box .icon.icon-border-effect {
    position: relative;
}
.bg-theme-color-red {
  background-color: #D63D1A !important;
}
.bg-theme-color-sky {
    background-color: #553B7E !important;
}
.icon-box .icon {
  display: inline-block;
  height: 68px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 68px;
}
.icon-box .icon i {
  line-height: 68px;
}
.icon-box .icon.icon-gray {
  background-color: #eeeeee;
  color: #555555;
}
.icon-box .icon.icon-gray:hover {
  background-color: #d5d5d5;
  color: #bbbbbb;
}
.icon-box .icon.icon-gray.icon-bordered {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.icon-box .icon.icon-gray.icon-bordered:hover {
  background-color: #eeeeee;
  color: #555555;
}
.icon-box .icon.icon-dark {
  background-color: #111111;
  color: #fff;
}
.icon-box .icon.icon-dark:hover {
  color: #5e5e5e;
}
.icon-box .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.icon-box .icon.icon-dark.icon-bordered:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.icon-box .icon.icon-white {
  background-color: #fff;
  color: #333333;
}
.icon-box .icon.icon-white:hover {
  background-color: #b3b3b3;
  color: #000000;
}
.icon-box .icon.icon-white.icon-bordered {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.icon-box .icon.icon-white.icon-bordered:hover {
  background-color: #fff;
  border-color: #fff;
  color: #111111;
}
.icon-box .icon.icon-white.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-white.icon-border-effect::after {
  box-shadow: 0 0 0 3px #fff;
}
.icon-box .icon.icon-bordered {
  border: 1px solid #777777;
}
.icon-box .icon.icon-bordered:hover {
  background-color: #777777;
  color: #fff;
}
.icon-box .icon.icon-rounded {
  border-radius: 3px;
}
.icon-box .icon.icon-circled {
  border-radius: 50%;
}
.icon-box .icon.icon-xs {
  height: 30px;
  width: 30px;
}
.icon-box .icon.icon-xs i {
  font-size: 18px;
  line-height: 30px;
}
.icon-box .icon.icon-sm {
  height: 50px;
  width: 50px;
}
.icon-box .icon.icon-sm i {
  font-size: 22px;
  line-height: 50px;
}
.icon-box .icon.icon-md {
  height: 75px;
  width: 75px;
}
.icon-box .icon.icon-md i {
  font-size: 36px;
  line-height: 75px;
}
.icon-box .icon.icon-lg {
  height: 90px;
  width: 90px;
}
.icon-box .icon.icon-lg i {
  font-size: 48px;
  line-height: 90px;
}
.icon-box .icon.icon-xl {
  height: 120px;
  width: 120px;
}
.icon-box .icon.icon-xl i {
  font-size: 60px;
  line-height: 120px;
}
.icon-box .icon.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-border-effect::after {
  border-radius: 50%;
  box-shadow: 0 0 0 3px #eeeeee;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -4px;
  opacity: 0;
  padding: 4px;
  top: -4px;
  transform: scale(0.8);
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.icon-box .icon.icon-border-effect.effect-flat::after {
  border-radius: 0;
}
.icon-box .icon.icon-border-effect.effect-rounded::after {
  border-radius: 3px;
}
.icon-box .icon.icon-border-effect.effect-circled::after {
  border-radius: 50%;
}
.icon-box .icon.icon-border-effect.icon-gray::after {
  box-shadow: 0 0 0 3px #eeeeee;
}
.icon-box .icon.icon-top {
  left: 0;
  margin: 0 auto;
  
  right: 0;
  top: -32px;
}
.icon-box i {
  display: inline-block;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box i[class*="pe-7s-"] {
  vertical-align: text-bottom;
}
.icon-box.left {
  text-align: left;
}
.icon-box.left a 
{
  margin-right: 30px;
  padding: 0;
  margin-top: 10px;
}
.icon-box.iconbox-bg {
  background-color: #fafafa;
}
.icon-box.iconbox-bg.iconbox-bg-dark {
  background-color: #333333;
}
.icon-box .icon-box-title 
{
  margin-bottom: 15px;
  font-family: 'Fredoka One', cursive;
}
.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
  opacity: 1;
  transform: scale(1);
}
.icon-box .icon-box-details {
  margin-left: 80px;
}
.bg-theme-color-lemon {
    background-color: #96D81F !important;
}
.text-theme-color-orange {
  color: #FF9800 !important;
}
.text-theme-color-blue {
  color: #5D2999 !important;
}
.text-theme-color-sky {
  color: #00BCD4 !important;
}
.text-theme-color-lemon {
  color: #96D81F !important;
}
.text-theme-color-yellow {
  color: #FEC02A !important;
}
.text-theme-color-green {
  color: #31C3B0 !important;
}
.text-theme-color-red {
    color: #FF5252 !important;
}
/* ====================features_wrapper====================== */
.feat_inner h2
{
    font-family: 'Fredoka One', cursive;
}
.feat_inner h2 span
{
    color: #DE3F22;
}
.feat_inner p
{
    font-family: 'Josefin Sans', sans-serif;
    color: #666666;
    line-height: 25px;
}
.media-body h4
{
    font-family: 'Lobster Two', cursive;
    font-size: 20px;
    line-height: 25px;
}
.media-body p
{
    font-family: 'Josefin Sans', sans-serif;
    color: #666666;
    line-height: 33px;
}
.ml-30 {
    margin-left: 30px !important;
}
.feat_inner .icon-box .icon 
{
    margin-right: 30px !important;
}
.mt
{
    margin-top: 25px;
}
.features_wrapper
{
    padding: 50px 0;
}
.our-features .item 
{
    padding: 50px 30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    background-color: #eee;
}
.our-features .item .icon 
{
    padding-right: 15px;
}
.our-features .item .icon, .about-area .our-features .item .info 
{
    display: table-cell;
    vertical-align: middle;
}
.our-features .item .icon i 
{
    display: inline-block;
    font-size: 40px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.our-features .item .info 
{
    display: table-cell;
    vertical-align: middle;
}
.our-features .item .info h4 
{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    line-height: 1.3;font-family: 'Righteous', cursive;
}
.our-features .item .info a 
{
    color: #666666;
    text-transform: uppercase;
}
/* ====================counter_wrapper====================== */
.counter_wrapper
{
    background: url("../images/p3.jpg");
    padding: 70px 0;
}
.jm-count, .jmm-counter.default .jmm-subtitle
{
    color: #fff;
}
.jmm-counter.default .jm-count 
{
    font-size: 40px;
    line-height: 1.1;
}
.jmm-counter.default .jmm-subtitle 
{
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
}
/* ====================facilities_wrapper====================== */
.facilities_wrapper, .teach_wrapper
{
    background: url("../images/p2.jpg");
    padding: 70px 0;
}
.pt-15 {
    padding-top: 15px !important;
}
.p-20 {
    padding: 20px !important;
        padding-top: 20px;
}
.course-details-2 {
  position: relative;
}
.course-details-2-bottom ul {
  margin-left: 2px;
}
.course-details-2-bottom ul li {
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
  text-align: center;
}
.list-inline span {
  display: list-item;
}
.course-details-2-bottom ul li:nth-child(1) {
  background: #FD5252 none repeat scroll 0 0;
}
.course-details-2-bottom ul li:nth-child(2) {
  background: #80CD33 none repeat scroll 0 0;
}
.course-details-2-bottom ul li:nth-child(3) {
  background: #08488D none repeat scroll 0 0;
}
.course-details-2 .price-tag-2 {
  background: #f31850 none repeat scroll 0 0;
  border-radius: 12px 0 0;
  color: #fff;
  font-family: fredericka the great;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 2px 12px;
  position: absolute;
  right: 0;
  top: -265px;
}
.font-26 {
    font-size: 26px !important;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.p-0 {
    padding: 0 !important;
}
.border-1px {
    border: 1px solid #eeeeee !important;
}
.bg-white {
    background-color: #fff !important;
}
.facilities .course-details-box
{
    margin-top: 30px;
}
/* ====================gallery_wrapper====================== */
.gallery_wrapper
{
    background: url("../images/bg.jpg");
    padding: 70px 0;
    position: relative;
    text-align: left;
    display: block;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
.gallery_wrapper::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.gallery_wrapper .feat_inner h2
{
    color: #fff;
}
.gallery_wrapper .feat_inner p
{
    color: #dbdbdb;
}
.gallery-block {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;margin-top: 20px;
}
.gallery-block .overlay-shade {
  background-color: rgba(29, 175, 185, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out 0s;
  width: 100%;
}
.gallery-block:hover .overlay-shade {
  opacity: 0.9;
}
.gallery-block .icons-holder {
  display: inline-block;
  height: 36px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
  width: auto;
}
.gallery-block:hover .icons-holder {
  opacity: 1;
  top: 50%;
}
.gallery-block .icons-holder .icons-holder-inner {
  display: inline-block;
  margin: -18px 0 0 -50%;
  position: relative;
  vertical-align: middle;
}
.gallery-icon a {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  width: 48px;
}
.gallery-icon a i:before
{
    margin-left: 8px;
}
.gallery-block .overlay-shade.red {
  background-color: rgba(255, 82, 82, 0.8);
}
.gallery-block .overlay-shade.orange {
  background-color: rgba(255, 152, 0, 0.8);
}
.gallery-block .overlay-shade.blue {
  background-color: rgba(93, 41, 153, 0.8);
}
.gallery-block .overlay-shade.sky {
  background-color: rgba(0, 188, 212, 0.8);
}
.gallery-block .overlay-shade.lemon {
  background-color: rgba(150, 216, 31, 0.8);
}
.gallery-block .overlay-shade.yellow {
  background-color: rgba(254, 192, 42, 0.8);
}
.gallery-block .overlay-shade.green {
  background-color: rgba(49, 195, 176, 0.8);
}
/* ====================teach_wrapper====================== */
.team-members .team-member .team-thumb {
  overflow: hidden;
}
.team-members .team-member img {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.team-members .team-member:hover img {
  transform: scale3d(1.1, 1.08, 1.1);
}
.team-member .team-details {
  background: #f7f8fa none repeat scroll 0 0;
  border: 1px solid #eee;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.team-member:hover .team-details h4,
.team-member:hover .team-details p,
.team-member:hover .team-details a {
  color: #fff;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.team-member .team-details a {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.team-members
{
    margin-top: 40px;
}
.member-biography h3
{
    font-family: 'Lobster Two', cursive;font-size:20px !important;
}
.member-biography p 
{
    font-family: 'Josefin Sans', sans-serif;
}
/* ====================news_wrapper====================== */
.news_wrapper
{
    padding: 40px 0;
}
.bt-cs .bt-inner img 
{
    outline: none;
    border: none;
}
.bt-cs .bt-inner 
{
    text-align: center;
}
.bt-cs .bt-center 
{
    margin-bottom: 15px; margin-top: 30px;
    overflow: hidden;
}
.bt-cs .bt-inner .bt-title 
{
    color: #5D9000;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: capitalize;
    font-size: 17px
}
.bt-center a img
{
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    
}
.bt-center a:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
/* ====================contact_wrapper====================== */
.contact_wrapper
{
    background: #073453;
}
.contact1
{
    background: #EA4029;
}
.contact2
{
    background: #0955ad;
}
.contact3
{
    background: #423057;
}
.contact4
{
    background: #5D9000;
}
.contacts
{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 28px;
}
.icon_contact
{
    float: right;
}
.contacts  p
{
    color: #fff;
    font-family: 'Ruluko', sans-serif;
}
.contacts  h5
{
    color: #fff;
    font-family: 'Fredoka One', cursive;
}
.contact1 .icon_contact i
{
    color: #FFBC85;
}
.contact2 .icon_contact i
{
    color: #4EA0F0;
}
.contact3 .icon_contact i
{
    color: #7D82C6;
}
.contact4 .icon_contact i
{
    color: #38CA7D;
}
.contacts .icon_contact i::before {
    font-size: 50px !important;
}
/* ====================footer_wrapper====================== */
.footer_wrapper
{
    background: #1E1B17;
    padding: 40px 0
}
.foot_about p
{
    color: rgba(255, 255, 255, 0.4);
    padding-top: 15px;
}
.ftr h3 
{
    color: #ffffff;
    font-family: 'Fredoka One', cursive;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 35px;
    padding-bottom: 18px;
    position: relative;
    padding-top: 30px;
}
.ftr h3:after {
    background: #FFB300 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}
.ftr ul li::before 
{
    content: ">>";
    font-family: fontawesome;
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 7px;
    transition: all 0.5s ease-in-out 0s;
    color: #44AFAE;
    font-weight: bold;
}
.ftr ul li a 
{
    color: #ffb300;
    display: inline-block;
    font-family: 'Ruluko', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;
}
.nav > li > a:hover, .nav > li > a:focus
{
    background: none!important;
}
.ftr ul li
{
    transition:all 0.5s ease-in-out 0s;
}
.ftr ul li a:hover
{
    color: #2dcc70;
    background: none!important;
}
.ftr ul li:hover::before,

{
    left: 10px;    
    color:#2dcc70 ; 
}
.ftr ul li:hover
{
    padding-left: 15px;
}
.foot_wrapper
{
    background: #141414;
    padding: 30px 0;
}
.foot_lft
{
    color: #fff;
    font-family: 'Fredoka One', cursive;
    letter-spacing: 1px;
}
.foot_lft a
{
    color: red;transition: all 0.5s ease-in-out 0s;
}
.foot_lft a:hover
{
    color: greenyellow;transition: all 0.5s ease-in-out 0s;
}
.social_icons 
{
    float: right;
}
.social_icons li 
{
    display: inline-block;
}
.social_icons li a
{
    padding-left: 10px;
    color: #bbbbbb;transition: all 0.5s ease-in-out 0s;
}
.social_icons li a:hover i
{
    color: #fff;transition: all 0.5s ease-in-out 0s;
}
.social_icons li a i
{
    font-size: 20px;
}
/* ====================breadcrumb_wrapper====================== */
.breadcrumb
{
    background: none!important;
    padding: 0px!important;
    margin-bottom: 0px!important;
}

.breadcrumb_Cnt
{
    background: rgba(0, 0, 0, 0) url("../images/admission.jpg") no-repeat center bottom;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    display: block;
    position: relative;
    background-size: cover;
}
.Brd_Titl
{
    color: #d4d4d4;
    font-family: 'Fredoka One', cursive;
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 0;
    margin-top: 0;
    text-transform: capitalize;
}
.breadcrumb > li + li::after {
    color: #cccccc!important;
    content: ">>"!important;
    padding: 0 5px!important;
}
.breadcrumb > li + li::before
{
    content: none!important;
}
ul.breadcrumb
{
     font-family: 'Ruluko', sans-serif;
}
ul.breadcrumb li a
{
    color: #F8D24B;
}
.breadcrumb_bg::before
{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    z-index: 0;
}
.Bread_overlay_dark::before
{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.Bread_overlay_dark
{
    position: relative;
}
.tt-topheading-title::after {
    background: #f8d24b none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 3px;
    width: 50px;
}
.tt-topheading-title {
    color: #ffffff;
    font-family: 'Ruluko', sans-serif;
    margin-bottom: 16px;
    position: relative;
    margin-top: 1%;
    text-transform: capitalize;
}
.tt-topheading-title span
{
    font-size: 15px;
}
/* ==================== InnerPage_Wrapper ====================== */
.inner_wrapper
{
    padding: 60px 0;
}
h2.tt-heading-title
     {
    color: #3b3f50;
    font-family: 'Fredoka One', cursive;
    font-size: 38px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    .tt-heading-title::after
    {
    background: #f8d24b none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 3px;
    width: 65px;
    }
    .tt-heading-title span 
    {
    margin-right: 15px;
    }
    .tt-heading-desc {
    color: #a3a3a3;
    font-family: ruluko;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 30px;
    margin-top: 7px;
}

.InnerPage_Wrapper .page-header h1,
.InnerPage_Wrapper .page-header h2
{
    display: none!important;
}
.page-header
{
    border: none!important;
    margin: 25px 0 20px!important;
}
.InnerPage_Wrapper_CntInner
{
      box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.InnerPage_Wrapper
{
    padding-bottom: 1%;
    margin-bottom: 1%;
}
/* ==================== ABOUT _InnerPage_Wrapper ====================== */


.InnerPage_Wrapper_CntLft img
{
    max-width: 100%!important;
}
.InnerWrap_simple_image::before
{
    background: #f8d24b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 50%;
    z-index: -1;
}
.tt-simple-image 
{
    display: inline-block;
    position: relative;
}

.InnerWrap_MangeMntScnd

    {
        margin: 1% 0;    
    }
    
.InnerWrap_ManagementCnt p
{
    color: #5a5a5a;
    font-family: "ruluko";
    font-size: 16px;
    line-height: 30px;
    margin: 13px 0;
    text-align: justify;
}

.InnerWrap_MangeMntScnd_Accrdn
    {
        border-left: 1px dashed #d7d7d7;        
    }
    
.InnerWrap_MangPrayer
    {
        padding: 15% 0 2%;    
    }
.InnerWrap_MangPrayer_title
    {
      color:#b18b04;
    font-family: ruluko;
    font-size: 16px;
    font-weight: bold;
    left: 3%;
    letter-spacing: 1.2px;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    }
.InnerWrap_Prayer_Cnt p
    {
        color: #5a5a5a;
    font-family: Josefin Sans;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 1px;
    text-align: center;
    }
.InnerWrap_MangeMntScnd_Title h3
    {
       color: #3b3f50;
    font-family: "Josefin Sans";
    font-size: 60px;
    letter-spacing: 0;
    line-height: 90px;
    margin: 12% 0 0;
    padding: 0 7%;
    text-align: center;
    text-transform: capitalize;
    }
.InnerWrap_MangeMntScnd_Title h3::after 
{
    background: #f8d24b none repeat scroll 0 0;
    bottom: -4%;
    content: "";
    display: inline-block;
    height: 6px;
    left: 14%;
    position: absolute;
    width: 70%;
}
.InnerWrap_MangeMntScnd_Accrdn
{
    font-family:"ruluko"!important;
}
.InnerWrap_MangeMntScnd_Accrdn .vina-accordion-content .vina-accordion-item
{
    padding: 3px 10px!important;
}
.InnerWrap_MangeMntScnd_Accrdn .vina-accordion-content .introtext
{
     color: #5a5a5a!important;
    font-family: "ruluko"!important;
    font-size: 16px!important;
    line-height: 35px!important;
   letter-spacing: 0.5px;
    text-align: justify!important;
}
.InnerWrap_MangeMntScnd_Accrdn .vina-accordion-item div.title {
    color: #b18b04!important;
    font-size: 15px!important;
    font-weight: bold!important;
    letter-spacing: 1px!important;
    margin-right: 30px!important;
}
.InnerWrap_MangeMntThrd
{
    margin-top:4%;
}
.InnerWrap_MangeMntThrd p
{
     color: #2e2e2e;
    font-family: "Josefin Sans";
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin: 20px 0;
    text-align: justify;
}
.Section_Scnd_head h2
    {
        font-size: 20px!important;
        text-align: right;
    }
.Section_Scnd_head_desc
    {
        text-align: right;
    }
.accordian_title
    {
        font-family:"Josefin+Sans";
        color: #000000;
    }
.vina-accordion-content 
    {
        margin-top: 2%;
    }
.accordian
    {
         font-family: "Hind",sans-serif;
         padding-left: 5%;
         padding-right: 0px;
    }
    .vina-accordion-content .vina-accordion-item div.title {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-right: 30px;
}
.vina-accordion-content .introtext {
    margin-bottom: 5px;
     color: #848484;
    font-family: "Hind",sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    line-height: 32px;
}
.vina-accordion-content .vina-accordion-item
{
    padding: 20px 10px;
}
.vina-accordion-content .accordion-open span {
    background-color: #000000; 
}

#vina-accordion-content92 
    {
    margin-top: 3%;
    max-width: 100%;
    }
.vina-accordion-container
    {
    background: #fff!important;
    }
 #vina-accordion-content91 .accordion-open
 {
    background: #fff!important;
 }
#vina-accordion-content91 .vina-accordion-container
    {
        background: #fff!important;
    }
/* ==================== INNER page academic_PRAYER ====================== */
.InnerPageAcademic_MenuCnt
    {
        padding-top: 5%;
    }
.AcdWrap_PryTitl h2
    {
        
    }
.AcdWrap_PryCnt
    {
        font-family: " Josefin Sans!";
    }
.AcdWrap_PryTitl_Img  img
    {
        max-width: 100%;
    }
.AcdWrap_PryTitl h2
{
    color: #3b3f50;
    font-family: "Josefin Sans";
    font-size: 50px;
    letter-spacing: 0;
    line-height: 60px;
    margin: 1% 0 0;
    padding: 0 6%;
    text-align: center;
    text-transform: capitalize;
}
.AcdWrap_PryCnt
    {
        padding: 1% 0px;
    }
.AcdWrap_PryCnt p
    {
        color: #474747;
    font-family: "Josefin Sans";
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin: 20px 0;
    text-align: justify;
    }
    
 .InnerPageMenu_LinksTitle h2 {
    font-size: 18px !important;
}   
.InnerPagInstruction_MenuCnt
    {
        position: relative;
        margin-top: 6%;    
    }
.InnerPagInstruction_MenuCnt h2
    {
         color: #c79202;
    font-family: "Josefin Sans";
    font-size: 46px;
    line-height: 70px;
    text-align: right;
    }
.General_Instruction_Image
    {
        margin: 10% 6%;
        position: relative;
    }
.General_Instruction_Image img
{
    max-width: 100%;
}
.InnerPageAcademic_Menu_noStyle
{
     -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border:none!important;
        box-shadow:none!important;
        margin:0px!important;
        padding-left: 10px!important;
         padding-right: 10px!important;
        text-align: center;
}
.InnerPageAcademic_MenuCnt
    {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #dcdfe8 #dcdfe8 #b9babc;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 2px;
        box-shadow: 0 0 1px #dcdfe8;
        margin:10% 6%;
        padding: 40px 50px 20px;
        text-align: center;
    }
    
ol {
  
    margin: 0;
    padding: 0;
}
.General_Instruction
    {
        padding-top: 2%;
    }
.General_Instruction ol li::before 
{
    color: #fdc800;
    content: " ";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.General_Instruction ol li 
{
     color: #1e1e1e;
    font-family: ruluko;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin: 20px 0;
    padding-left: 30px;
    position: relative;
    text-align: justify;
    word-spacing: 3px;
}
/* ==================== inner page academic_MENU ====================== */

.InnerPageMenu_Links ul li:first-child 
    {
        border-top: 1px solid #e6e7eb;
    }
.InnerPageMenu_Links ul li 
    {
        border-bottom: 1px solid #e6e7eb;
        border-left: 6px solid #f8d24b;
        padding-left:40px;
        line-height: 65px;
        transition: all 0.5s ease-in-out 0s;
        margin: 5px 0;
    }
.InnerPageMenu_Links ul 
    {
        list-style-type: none;
        overflow: hidden;
    }

.InnerPageMenu_Links ul li a 
    {
        color: #152130;
    font-family: josefin sans;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
      transition: all 0.5s ease-in-out 0s;
      padding: 0px!important;
    }
    .InnerPageMenu_Links ul li.active
        {
            border-left: 50px solid #f8d24b!important;
             padding-left: 55px;
        }
    .InnerPageMenu_Links ul li.active::before
    {
        transform: translateX(0px);
         background: #05305a none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    z-index: -1;
    }
.InnerPageMenu_Links ul li:hover 
    {
         border-left: 50px solid #f8d24b!important;
         padding-left: 55px;
    }


.InnerPageMenu_Links ul li::before {
    background: #05305a none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    z-index: -1;
}
.InnerPageMenu_Links ul li:hover::before
    {
        transform: translateX(0px);
    }
 .InnerPageMenu_Links ul.nav > li.active > a,
.InnerPageMenu_Links ul.nav > li > a:hover,
 .InnerPageMenu_Links ul.nav > li > a:focus
    {
        color: #ffffff
    }
.InnerPageMenu_LinksTitle
    {
        margin-bottom: 20px;
        position: relative;
    }
.InnerPageMenu_LinksTitle h2
{
    font-size: 18px!important;
}

.InnerPageMenu_LinksTitle .tt-heading-title::after
{
    width: 40px!important;
}
/* ==================== INNER page TAB CONTENT MODULE ====================== */

.InnerPage_TabCnt 
{
    margin-top: 6%;
    position: relative;
}
.InnerPage_Tab
    {
        margin-top: 6%;
    position: relative;
    }
.InnerPage_TabCnt h2
    {
         color: #c79202;
    font-family: "Josefin Sans";
    font-size: 46px;
    line-height: 70px;
    text-align: right;
    }

.gkTabsWrap.vertical ol
    {
        border-bottom: none!important;       
    }
.gkTabsWrap.vertical ol li:hover, .gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li:hover, .gkTabsWrap.horizontal ol li.active
    {
        background: #05305a!important;
        text-shadow:none!important;
        border-left: 6px solid #fff !important;
    }
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li
    {
        border-bottom: 1px solid #e6e7eb!important;
        border-left: 6px solid #f8d24b!important;
        line-height: 65px!important;
        margin: 5px 0!important;
        padding:0px 49px!important;
        transition: all 0.5s ease-in-out 0s!important;
        
        color: #152130!important;
    font-family: josefin sans!important;
    font-size: 18px!important;
    font-weight: bold!important;
    letter-spacing: 1.5px!important;
    }
    
    .Third_TabCnt p
    {
        color: #262626;
        float: left;
        font-size: 17px;
        line-height: 40px;
        letter-spacing: 1px;
        margin: 0;
        padding: 18px 20px;
        text-align: justify;
        font-family: josefin sans!important;
    }
.gt_event_time_schdule > ul > li > p 
    {
        color: #262626;
        float: left;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 1px;
        margin: 0;
        padding: 18px 20px;
        font-family: josefin sans!important;
        width:63%;
    }
.gt_event_time_schdule > ul > li > span 
    {
        border-right: 1px solid #262626;
        color: #262626;
        float: left;
        font-size: 15px;
        font-family: josefin sans!important;
        line-height: normal;
        padding: 18px 20px;
        width: 37%;
    }
.gt_event_time_schdule
    {
        border: 1px solid #262626;
        width: 99%;
    }
.gt_event_time_schdule > ul > li 
    {
        border-bottom: 1px solid #262626;
        float: left;
        position: relative;
        width: 100%;
    }
.gt_event_time_schdule > ul 
    {
   
    
    }

/* ==================== INNER page Parent Instruction ====================== */

.InnerPagParent_Instruction h2
    {
        text-align: left!important;
    }
/* ==================== INNER page School UNIFORMS ====================== */ 
    
    .InnerPageUniformTab
        {
            padding-top: 3%;
        }

   .InnerPageUniformTab .gt_event_time_schdule > ul > li > span
   {
    font-family: ruluko!important;
    font-size: 16px!important;
   }
  
   .InnerPageUniformTab .gt_event_time_schdule > ul > li > p
   {
    font-family: ruluko!important;
    letter-spacing: 0px!important;
    text-transform: capitalize!important;
    font-size: 18px!important;
   }
   
    .InnerPageUniformTab .Third_TabCnt p
    {
      font-family: ruluko!important;
    }
    
    .InnerPageUniformTab_BtmCnt
    {
        position: relative;
        margin-top: 5%;
    }
    .InnerPageUniformTab_BtmCnt p
    {
        color: #5d5100;
    font-family: josefin sans !important;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0;
    padding: 18px 40px;
    text-align: center;
    word-spacing: 1px;
    }    
/* ==================== INNER page G_info_Assemb ====================== */ 

.InnerPage_GeneralInfo
{
    margin-top: 2%;
}

.G_info_TopHead .G_info_Img img
{
     max-width: 100%;
}
.G_info_TitleStyl
{
    border-bottom: 6px solid #f8d24b;
    height: 107px;
}
.G_info_TitleStyl h3
{
    color: #2b1f00;
    font-family: josefin sans !important;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: 13%;
    position: relative;
    text-transform: capitalize;
    
}
.G_info_Assemb ol li
{
    color: #735100;
    font-family: josefin sans !important;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: justify;
    word-spacing: 1px;
}
.G_info_Assemb ol li ol
{
    padding:1% 5% ;
}
.G_info_BtmCnt p
{
   color: #735100;
    font-family: josefin sans !important;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 3% 0;
    text-align: justify;
    word-spacing: 1px;
}
.G_info_Assemb
{
    padding-top: 4%;
    margin-top: 2%;
}

.InnerPage_FeeInfo_Cnt
{
    padding-top: 3%;
}

.FeeInfo_CntImg img
{
    max-width: 100%;
}
.FeeInfo_CntImg
{
    margin-top: 3%;
}
.FeeInfo_CntTxt p
{
    font-size: 18px!important;
    line-height: 38px!important;
}
.InnerPage_FeeInfo_Cnt h3
{
     color: #735100;
    font-family: ruluko;
    font-size: 18px;
    font-weight: bold;
    margin: 5% 0 2%;
}
.InnerPage_FeeInfo_Cnt p
{
    color: #735100;
    font-family: josefin sans !important;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 1% 5px;
    text-align: justify;
    word-spacing: 1px;
}
.no_padding {
    padding: 0px;
}
/* ==================== INNER page FACILLITY ====================== */
 .blog
{
    margin-bottom: 3%;
    position: relative;
}
.InnerPage_FacultiWrap_LftCnt
{
    padding-top: 0;    
}
.InnerPage_FacultiWrap_LftCntTxt, .InnerPage_FacultiWrap_LftCntTxt P 
{
    line-height: 32px!important;
    padding-top: 0px!important;
}
.InnerPage_Wrapper .img_caption p {
   color: #3b3f50;
    font-family: "Josefin Sans";
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 45px;
    margin-left: 7%;
    text-decoration: none !important;
    text-transform: capitalize;
    word-spacing: 5px;
     transition: all 0.35s ease-in-out 0s;
}
.InnerPage_FacultiWrap h4
{
    border-left: 4px solid #818181;
    color: #e9c33c;
    font-family: 'Fredoka One', cursive;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 4%;
    margin-left: 2%;
    padding-left: 2%;
    text-transform: uppercase;
    word-spacing: 5px;
}
.InnerPage_Wrapper .img_caption p::after {
     background: #f8d24b none repeat scroll 0 0;
    bottom: 18px;
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    right: 17px;
    width: 50px;
}
.item-image a
{
    text-decoration: none!important;
}
span.subheading-category
{ 
   border-left: 4px solid #818181;
    color: #e9c33c;
    display: inline-block;
    float: none;
    font-family: 'Fredoka One', cursive;
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 45px;
    margin-bottom: 2%;
     padding-left: 2%;
     margin-left: 15px;
     text-transform: uppercase;
    word-spacing: 5px;
}
.kt_categoryblog .ktcb-img:hover p
{
    font-family: 'Fredoka One', cursive;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    transform: translateY(-80px);
}   
.kt_categoryblog .ktcb-img:hover a::before {
    background: #ffffff none repeat scroll 0 0;
    height: 75%;
    margin: 32px;
    width: 88%;
}
.kt_categoryblog .ktcb-img a::before
{
   content: "";
    height: 68%;
    bottom: 0;
    left: -9px;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.35s ease-in-out 0s;
    width: 0;    
}
/* ==================== CONTACT US ====================== */
.InnerPage_ContacWrap h2
    {
        font-size: 26px!important;
    }

.tt-contact-img {
    border: 1px dashed #000000;
    border-radius: 50%;
    color: #000000;
    float: left;
    font-size: 30px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    width: 50px;
}
.tt-contact-img i
    {
        margin-left: 8px;
    }
.tt-contact-info {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 80px;
    padding-top: 2px;
  
}  
.InnerPage_ContacWrap .tt-heading-desc
{
    color: #d7b12a;
    font-size: 17px;
}
.Contact_Text p
{
    color: #5e5e5e;
    font-family: "Josefin Sans";
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 2% 0;
    text-align: justify;
    word-spacing: 2px;
}
.tt-contact-info p
    {
        font-family: ruluko;
        letter-spacing: 0.5px;
    }

.InnerPage_ContacMid::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
}

.InnerPage_ContacMid::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 1px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.InnerPage_ContacMid {
    background: #f8d24b none repeat scroll 0 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 30px;
    border-left: 10px solid white;
    border-right: 10px solid white;
    position: relative;
    margin: 1% 0px;
}

 #contact
{
    padding-top: 0px;
}
#contact-form .control-group .control-label
{
    display: none;
}
#contact-form .controls
{
    margin-left: 0px!important;
}
#contact-form .controls p
{
    padding: 0px!important;
    margin: 0px!important;
}
#contact-form .controls input
{
     color: #555555;
    font-family: ruluko;
    font-size: 15px !important;
    font-style: italic;
    border: 1px solid #c8c8c8;
    height: 60px !important;
    letter-spacing: 1px;
    margin: 2px 0 15px;
    padding: 10px 30px !important;
    text-align: left;
    text-transform: capitalize;
}
#contact-form .controls textarea
{
    height: 180px;  
     color: #555555;
    font-family: ruluko;
    font-size: 15px !important;
    font-style: italic;
    border: 1px solid #c8c8c8;
    letter-spacing: 1px;
    margin: 2px 0 15px;
    padding: 15px 30px !important;
    text-align: left;
    text-transform: capitalize;
}

#contact-form .controls .btn a:hover
{
    color:#ffffff!important;
    text-decoration:none!important;
}
#contact-form .controls .btn:hover {
  color: #ffffff!important;
  background-color:#3A3531;
  
}
#contact-form .controls .btn a
{
    color:#ffffff;
}


#contact-form .controls .btn{
    display: inline-block;
    overflow: hidden;
    position: relative;
}
#contact-form .controls .btn
{
    background: #34c6f2 none repeat scroll 0 0;
    border: 2px solid #34c6f2;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.7px;
    line-height: 18px;
    text-transform: uppercase;
    transform: translateZ(0px);
    vertical-align: top;
    font-family: "ruluko"!important;
    position: relative;
}
#contact-form .controls .btn
 {
     display: inline-block;
    font-size: 17px !important;
    letter-spacing: 1px !important;
    margin: 1% 0;
    padding: 15px 40px 15px 20px;
    text-transform: capitalize !important;
    word-spacing: 7px !important;
}
#contact-form .controls .btn::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease-in-out 0s;
    width: 0;
    z-index: -1;
}
#contact-form .controls .btn::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content:"";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-in-out 0s;
    width: 0;
    z-index: -1;
}
#contact-form .controls .btn-inverse,
#contact-form .controls .btn-inverse:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
}
.c-btn.type-1 .fa {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
}
#contact-form .controls .btn:hover {
    color: #34c6f2;
}
#contact-form .controls .btn:hover::before, 
#contact-form .controls .btn:hover::after {
    width: 51%;
    background: #191916;
}
#contact-form .controls .btn {
    background: #1a1a1c none repeat scroll 0 0;
    border-color: #1a1a1c;
    color: #ffffff;
}
#contact-form .controls .btn:hover {
    color: #1a1a1c;
}

.InnerPage_ContacForm
{
    margin: 3% 0px 2%;
}
ul.sigFreeClassic li.sigFreeThumb 
{
    padding: 10px;
}

/* ==================== table ====================== */
tr:nth-of-type(odd) { 
    background: #eee; 
    }

th { 
    background: #004CFF; 
    color: white; 
    font-weight: bold;font-family: 'Fredoka One', cursive; 
    }

td, th { 
    padding: 10px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 18px;font-family: 'latoregular';
    }
td a
{
    color: #04CC14;
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    table { 
        width: 100%; 
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    tr { border: 1px solid #ccc; }
    
    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }

    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);

        color: #000;
        font-weight: bold;
    }

}

.click
{
    padding: 100px;
}
.click a
{
    padding: 30px 50px;
    background: #5D8F00;
    color: #fff;
    font-family: ruluko;
    font-size: 16px;
}


@media screen and (max-width: 720px){
.InnerPage_ContacWrap .InnerPage_ContacForm .col-sm-5 iframe {
width: 315px;
}
}