/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body{font-family: 'Roboto', sans-serif;color:#000}
.container{}
a:focus{outline:0}
.fix{overflow:hidden}
.no_padding_right{padding-right:0px}
.no_padding_left{padding-left:0px}


.main_menu_area{background-color:#A2C112;border-bottom:1px solid #7E9709}
.main_menu{}
.main_menu .navbar-nav > li > a {
  color: #fff;
  padding:10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:20px;
  text-transform:uppercase;
  line-height:17px
}
.main_menu .navbar-nav > li > a:hover{background-color:inherit;color:#eee}
.main_menu .navbar-nav > li.current-menu-item > a{background-color:#fff;border-radius:4px;color:#718a00}
.navbar-brand {
  padding: 15px 0 0;
}
.main_menu ul.nav.navbar-nav {
  margin-top: 40px;
}

.header_area{background-image:url(../img/header-bg.png);background-repeat:no-repeat;background-position:center;background-size:cover;margin-bottom:40px}
.header_area .header{}
.header_area .header h1{font-family: "Roboto",sans-serif;
font-size: 40px;
margin-bottom: 20px;
font-weight:600;
margin-top: 100px;}
.header_area .header ul{margin:0;padding:0;list-style:none}
.header_area .header ul li{margin-bottom:5px;font-size:24px;background-image:url(../img/checked.png);background-repeat:no-repeat;background-position:left center;padding-left:30px;font-weight:500}
.header_area .header a{display: block;
margin-top: 25px;margin-bottom:95px}
.header_area .header a img{}

.advertisement_area{}
.advertisement_area .best_corse{border:1px solid #ededed;box-shadow:1px 1px 1px #ededed;border-radius:5px}
.advertisement_area .best_corse h2{font-family: 'Roboto Condensed',sans-serif;font-size:26px;font-weight:700;color:#8ca80c;background-image:url(../img/best-bg.png);background-repeat:repeat-x;background-position:center;height:55px;padding-left:20px;margin-bottom:5px;text-transform:uppercase;padding-top:3px}
.advertisement_area .best_corse ul{margin:0;padding:20px;list-style:none;}
.advertisement_area .best_corse ul li{margin-bottom:8px;font-size:18px;background-image:url(../img/checked2.png);background-repeat:no-repeat;background-position:left center;padding-left:30px;}
.advertisement_area .best_corse.plus_all p{font-weight:600;font-size:18px;padding:0 20px;margin-top:0}
.advertisement_area .best_corse.plus_all img{display:block;margin:25px auto 45px}

.main_contents{}
.main_contents .main_content_left{width:770px;float:left;margin-right:30px}
.main_contents .main_content_left .main_left_top{}
.main_contents .main_content_left .main_left_top h2{font-size:32px;font-weight:500;margin-bottom:0}
.main_contents .main_content_left .main_left_top h3{font-size:32px;font-weight:500;margin-bottom:0;margin-top:40px}
.main_contents .main_content_left .main_left_top p{font-size:15px;font-family: 'Raleway';margin-bottom:25px}

.video_area{}
.video_area iframe{width:100%;height:400px}

.course_will_teach_you{margin-top:30px}
.course_will_teach_you .best_corse{border:1px solid #ededed;box-shadow:1px 1px 1px #ededed;border-radius:5px}
.course_will_teach_you .best_corse h2{font-family: 'Roboto Condensed',sans-serif;font-size:22px;font-weight:700;color:#8ca80c;background-image:url(../img/best-bg.png);background-repeat:repeat-x;background-position:center;height:53px;padding-left:20px;margin-bottom:5px;padding-top:5px;text-transform:uppercase}
.course_will_teach_you .best_corse ul{margin:0;padding:20px;list-style:none;}
.course_will_teach_you .best_corse ul li{margin-bottom:8px;font-size:16px;background-image:url(../img/checked2.png);background-repeat:no-repeat;background-position:left center;padding-left:30px;}



.main_contents .main_content_right {width:350px;float:left}
.main_contents .main_content_right {}
.main_contents .main_content_right .get_started {text-align:center;border-radius:5px;margin-top:30px;}
.main_contents .main_content_right .get_started ul{border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-radius: 0 0 5px 5px;
border-right: 1px solid #ddd;
margin: 0;
padding:0;
list-style:none}
.main_contents .main_content_right .get_started ul li{background-image:url(../img/get-started-bg.png);background-repeat:repeat-x;background-position: center;padding-left:30px;border-bottom:1px solid #ddd}
.main_contents .main_content_right .get_started ul li:last-child{border-bottom:0px solid}
.main_contents .main_content_right .get_started ul li a{font-size:18px;padding:15px;display:block;color:#000;margin-right:40px}
.main_contents .main_content_right .get_started ul li a:hover{text-decoration:none;color:#444}
.get_started.fix img {
  width: 100%;
}
.live_support{margin:20px 0}
.live_support img{width:100%}

.map_area{text-align:center;background-color:#F6F6F6;border:1px solid #EDEDED;border-radius:5px;margin-bottom:20px}
.map_area img{margin:15px 0 10px}
.map_area p{font-size:18px;font-weight:500;margin-bottom:25px}
.map_area p span{color:#f18800}

.social_media{background-color:#F6F6F6;border:1px solid #EDEDED;border-radius:5px;margin-bottom:20px;padding:20px}
.social_media h2{font-family: 'Roboto Condensed',sans-serif;font-size:22px;color:#8ca80c;font-weight:600;margin-bottom:15px;margin-top:0}
.social_media img{margin-left:5px;margin-right:3px}

.satisfaction{text-align:center;margin-top:30px}

.footer_area{background-color:#A2C112;padding:20px 0 35px;margin-top:45px}
.footer_area .footer_menu{}
.footer_area .footer_menu ul{margin:0;padding:0;list-style:none;text-align:center}
.footer_area .footer_menu ul li{display:inline}
.footer_area .footer_menu ul li a{padding:10px 20px;display:inline-block;color:#fff;font-size:20px;text-transform:uppercase}
.footer_area .footer_menu ul li a:hover{text-decoration:none;color:#eee}
.footer_area p.copyright{font-size:15px;color:#3d4903;text-align:center;margin-top:2px}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
