/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.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
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Poppins:400,400i,500,600,700,800,800i');
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: 'Komika Axis';
    src: url(../fonts/komika-axis.ttf);
}

/*

font-family: "Komika Axis", arial, helvetica, sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Oswald', sans-serif;
*/

html {
    color: #313131;
    font-size: 1em;
    line-height: normal;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/

::-moz-selection {
    background: #3399ff;
    text-shadow: none;
    color:#ffffff;
}

::selection {
    background: #3399ff;
    text-shadow: none;
    color:#ffffff;
}

/*
* 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 audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

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

/*
* Remove default fieldset styles.
*/

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */

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

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


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #2A2D34;
    font-size: 16px;
    line-height: 24px;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}
.container.full_width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container.width1200 {
    max-width: 1460px;
}
.row {
    margin: 0 -10px;
}
.row:before, .row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
.row > [class*='col'] {
    float: left;    
    min-height: 1px;
    /*    margin-left: 2.564102564%;*/
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.row [class*="col"]:first-child {
    margin-left: 0;
}
.col1 {
    width: 8.3333%;
}
.col2 {
    width: 16.66%;
}
.col3 {
    width: 25%;
}
.col4 {
    width: 33.33%;
}
.col5 {
    width: 41.666667%;
}
.col6 {
    width: 50%;
}
.col7 {
    width: 58.333333%;
}
.col8 {
    width: 66.66%;
}
.col9 {
    width: 75%;
}
.col10 {
    width: 83.33%;
}
.col12 {
    width: 100%;
}

p {
    margin: 0 0 1em;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
ul {
    margin: 0;
    padding: 0 0 0 20px;
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    outline:none;
}
.right-align {
    text-align: right;
}
.center-align {
    text-align: center;
}

h1 {
    font-size: 45px;
    font-weight: normal;
    line-height: 56px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    color: #ffffff;
    margin: 0 0 15px;
    font-family: "Komika Axis";
}
h2 {
    color: #2A2D34;
    margin: 0 0 15px;
    font-size: 40px;
    line-height: 54px;
    font-family: "Komika Axis";
    font-weight: normal;
}
h3 {
    font-weight: 800;
    margin: 0 0 20px;
    text-transform: none;
    line-height: 42px;
    margin-bottom: 15px;
    color: #2A2D34;
    font-size: 32px;
}
h4 {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 10px;
}
h5 {
    font-size: 40px;
    margin: 5px 0 39px 0;
    font-weight: 800;
    line-height: 54px;
    color: #2A2D34;
}
.pT100 {
    padding-top: 100px !important;
}
.pB100 {
    padding-bottom: 100px !important;
}
a.button {
    line-height: 22px;
    padding: 15px 30px 13px;
    display: inline-block;
    outline-offset: -3px;
    transition: all 0.3s ease;
    background-color: #FFEA00;
    border: 2px solid #FFEA00;
    color: #2A2D34;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 27px;
    min-width: 220px;
}
a.button:hover {
    background-color: #FFFF64;
    border-color: #FFFF64;
}
a.button:focus {
    background-color: #EDED7C;
    border-color: #EDED7C;
}
a.button.white {
    background: #ffffff;
    border-color: #ffffff;
    min-width: 162px;
}
a.button.white:hover {
    background: transparent;
    color: #fff;
    border-color: #ffffff;
}
a.button.white:focus {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    border-color: rgba(255,255,255,0.2);
}


form {
    border-radius: 33.5px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 4.5px -0.5px rgba(0,0,0,0.1);
    padding: 8px;
    position: relative;
    max-width: 500px;
    margin: 0px auto 17px;
}

::placeholder{
    color: #B3B3B3;
}

input, select, textarea {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins;
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 54px;
    padding: 10px 15px;
    width: 100%;
    margin-right: 2%;
    outline: none;
    border: none;
    background: transparent;
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    line-height: 24px;
    padding: 14px 30px 12px;
    display: inline-block;
    outline-offset: -3px;
    transition: all 0.3s ease;
    background-color: #FFEA00;
    border: 2px solid #FFEA00;
    color: #2A2D34;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 27px;
    font-family: Poppins;
    min-width: 160px;
    cursor: pointer;
    outline: none;
}
[type="button"]:hover,
[type="submit"]:hover,
button:hover{
    background-color: #FFFF64;
    border-color: #FFFF64;
}

button:focus {
    background-color: #EDED7C;
    border-color: #EDED7C;
}
.header {
    background: #fff;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
}

.header_logo {
    position: relative;
    width: auto;
    width: 156px;
    padding-top: 9px !important;
    height: 80px;
    transition: all 0.3s ease;
}

.header_logo img {
    width: 136px;
    transition: all 0.3s ease;
    min-width: 76px;
}

/* Main Footer */

.footer {
    background-color: #000000;
    font-size: 12px;
    color: #fff;
}
.footer-top {
    background: #58B948;
    padding: 50px 30px 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.footer-top a {
    color: #ffffff;
}
.footer-bottom {
    padding: 17px 0 16px;
}
.footer-bottom .right {
    text-align: right;
}
.footer a {
    color: #ffffff;
}
/*--------------main section----------*/

.hero_section {
    padding: 45px 0 20px;
    background-color: #2A2D34;
}
.hero_top {
    max-width: 800px;
    margin-bottom: 50px;
}

.hero-content {
    color: #ffffff;
    text-align: center;
}
.hero-form {
    background: #ffffff;
    padding: 18px;
    margin: 0 0 20px;
    max-width: 530px;
    border-radius: 33.5px;
    text-align: left;
}
.hero-form label {
    display: none;
}
.hero-main {
    padding-bottom: 110px;
    border-bottom: 1px solid #869a9f;
}

.quote-module {
    padding: 50px 0 40px;
    color: #fff;
    font-family: 'Tw Cen W02 Medium';
    font-size: 22px
}

.quote-module .icon {
    display: table-cell;
    width: 120px;
    text-align: center;
    vertical-align: middle
}

.quote-module .content {
    width: calc(100% - 120px);
    display: table-cell;
    vertical-align: middle
}

.quote-module .content p {
    margin: 0
}

.quote-module .row-fluid {
    display: table
}

.quote-module .row:before,.quote-module .row:after {
    display: none
}


.support-section {
    padding: 65px 0 15px
}

.support-section h3 {
    margin-top: 0
}

.lp-testimonial-module {
    margin-bottom: 40px;
    margin-top: 15px
}

.lp-testimonial-module img {
    border-radius: 50%;
    margin-top: 10px
}

.lp-testimonial-module blockquote {
    margin: 0;
    font-style: italic;
    font-size: 18px;
    padding-bottom: 23px
}

.lp-testimonial-module blockquote:before {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #58B948;
    margin-bottom: 15px;
    content: ""
}

.certificates-section {
    padding: 30px 0 51px;
    text-align: center;
}

.mofu.certificates-section .container {
    border-top: 1px solid #2A2D34;
    padding-top: 50px;
}

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

/*
* Hide visually and from screen readers
*/

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

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

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

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

/*
* Hide visually and from screen readers, 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;
}

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


@media only screen and (max-width: 1199px) {
    
    .container {
        max-width: 970px;
    }
    h1 {
        font-size: 50px;
        line-height: 65px;
    }
    
}

@media only screen and (min-width: 992px) {
    
}
@media only screen and (max-width: 991px) {
    
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
    h3 {
        font-size: 25px;
        line-height: 32px;
    }
    
}

@media only screen and (max-width: 767px) {

    .row {
        margin: 0;
    }
    .row [class*='col'] {
        width: 100%;
        padding: 0;
    }
    .footer .row {
        display: block;
    }
    h1 {
        font-size: 30px;
        line-height: 38px;
    }
    h2 {
        font-size: 24px; 
        line-height: 32px;
    }
    h3 {
        font-size: 20px;
        line-height: 27px;
    }
    h5 {
        margin-bottom:20px;
        font-size: 20px;
        line-height: 28px;
    }
    button i {
        display: inherit !important;
    }
    button, [type="button"], [type="reset"], [type="submit"]{
        min-width: 120px;
    }
    .hero-main {
    padding-bottom: 50px;
    border-bottom: 1px solid #869a9f;
}
    .footer-bottom .right {
    text-align: left;
}
    .footer-image {
    margin-bottom: 30px;
}
    .footer-top-center {
    margin-bottom: 30px;
}
    .certificates-section .image {
    margin-bottom: 20px;
}
    .lp-testimonial-module {
    text-align: center;
}
    .lp-testimonial-module blockquote {
    margin-top: 30px;
}
}
