/* Custom Font Start */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,900");

body {
    font-family: 'Roboto';
    font-size: 15px;
    overflow-x: hidden;
}
header {
    position: fixed;
    width: 100%;
    z-index: 15;
    top: 0;
}
header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
header .navbar-expand-lg {
    padding: 20px 0;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #308405;
    position: relative;
    min-width: 86px;
    text-align: center;
}
header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    text-transform: none;
    background: #12161f;
    border-radius: 2px;
    color: #fff;
    font-weight: 300;
}
header .navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 2px;
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
header .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #fff;
}
header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover,
header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:focus {
    color: #43b807;
}
header .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    padding: 7px 10px;
}
header img {
    width: 175px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
header.sticky {
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
header.sticky img {
    width: 100px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
header .c-offcanvas--left {
    width: 200px;
    left: 0;
    padding: 20px;
}
header .c-offcanvas--left a:hover {
    color: #1696d3;
}
header .navbar-toggler {
    background: #43b807;
}
header .navbar-toggler:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
header.sticky .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
header.sticky .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
header.sticky .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #43b807;
}
header.sticky  .navbar-expand-lg {
    padding: 10px 0;
}
.banner {
    height: 100vh;
    background: url(../images/banner-bg.png) top right no-repeat;
    background-size: contain;
}
.banner .row {
    height: 100vh;
}
.banner-caption {
    width: 100%;
    padding: 0 15px;
}
.banner-caption img {
    float: right;
    max-width: 275px;
    margin-top: 30px;
    position: absolute;
    right: 50px;
    top: 70px;
}
.banner .d-flex h2,
.banner .d-flex p,
.banner .d-flex .banner-links {
    display: flex;
}
.banner .d-flex {
    flex-wrap: wrap;
    flex-direction: column;
}
.banner .d-flex h2 {
    font-size: 39px;
    text-transform: uppercase;
    color: #222838;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
}
.banner .d-flex p {
    font-size: 14px;
    text-transform: uppercase;
    color: #62697b;
    margin-bottom: 45px;
}
.banner .d-flex a {
    font-size: 13px;
    text-transform: uppercase;
    width: 143px;
    padding: 8px 15px;
    border-radius: 50px;
    border: 1px solid;
    margin-right: 15px;
}
.banner .d-flex .banner-links a:last-child {
    margin-right: 0;
}
.green-btn {
    background: #43b807;
    border-color: #43b807;
    color: #fff;
}
.green-btn:hover,
.green-btn:focus {
    background: #fff;
    border-color: #43b807;
    color: #43b807;
}
.green-border-btn {
    background: #fff;
    border-color: #43b807;
    color: #43b807;
}
.green-border-btn:hover,
.green-border-btn:focus {
    background: #43b807;
    border-color: #43b807;
    color: #fff;
}
.about {
    text-align: center;
    padding-bottom: 80px;
}
.about .about-col h2 {
    text-transform: uppercase;
    color: #43b807;
    margin-bottom: 30px;
    font-size: 34px;
}
.about .about-col p {
    font-size: 15px;
    color: #62697b;
    max-width: 75%;
    margin: 0 auto;
}
.about .about-data {
    margin-top: 60px;
    background: #fff;
    box-shadow: 0px 1px 7px #dcdcdc;
    padding: 35px;
    border-bottom: 2px solid #fff;
}
.about .about-data span {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 77px;
    height: 77px;
    background: url(../images/middle-strip.png) no-repeat;
}
.about .about-data span.dev-ico {
    background-position: -87px 0;
}
.about .about-data span.seo-ico {
    background-position: -174px 0;
}
.about .about-data h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #222838;
    margin-bottom: 15px;
}
.about .about-data p {
    font-size: 14px;
    color: #62697b;
    line-height: 20px;
    margin-bottom: 30px;
}
.about .about-data a {
    font-size: 13px;
    color: #222838;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    width: 118px;
    font-weight: 500;
    padding: 7px 10px;
}
.about .about-data a:hover,
.about .about-data a:focus {
    color: #fff;
    background: #43b807;
    border: 1px solid #43b807;
}
.about-data:hover {
    border-color: #43b807;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.stories,
.services {
    background: #232939;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}
.stories h2,
.services h2 {
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
    font-weight: 500;
}
.testimonial-data {
    margin: 0 auto;
    font-weight: 400;
}
.testimonial-data .media  {
    margin-bottom: 30px;
    text-align: left;
}
.testimonial-data .media .media-body {
    font-size: 13px;
    font-weight: 400;
    color: #9a9a9a;
    line-height: 20px;
    padding-left: 15px;
}
.testimonial-data .media .media-body h5,
.testimonial-data .media .media-body span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.testimonial-data .media .media-body span {
    color: #47506a;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}
.testimonial-data .green-btn {
    font-size: 13px;
    text-transform: uppercase;
    width: 143px;
    padding: 8px 15px;
    border-radius: 50px;
    border: 1px solid #43b807;
    margin-top: 30px;
}
.testimonial-data .green-btn:hover, 
.testimonial-data .green-btn:focus {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.services {
    background: #fff;
    color: #222838;
}
.services h2 {
    color: #43b807
}
.services h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
}
footer {
    background: url(../images/footer-bg.png) left bottom no-repeat;
    background-size: contain;
    min-height: 467px;
}
footer .row {
    min-height: 467px;
}
.footer-left,
.footer-right {
    flex-direction: column;
    padding-bottom: 50px;
}
.footer-right {
    text-align: center;
    padding-left: 15px;
}
.footer-left h6 {
    font-size: 26px;
    color: rgba(253, 255, 252, 0.5);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-left p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
}
.footer-left form {
    max-width: 370px;
}
.footer-left form .input-group {
    position: relative;
}
.footer-left form .input-group:before {
    content: '\f1d8';
    font-family: 'fontAwesome';
    color: #222838;
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 12px;
    z-index: 15;
}
.footer-left form .form-control {
    padding: 10px 15px;
    padding-left: 40px;
    font-size: 14px;
    color: #222838;
    border: 1px solid #43b807;
    border-radius: 50px;
}
.footer-left form .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.footer-left form .btn-primary {
    color: #fff;
    background-color: #222838;
    border-color: #222838;
    font-size: 14px;
    width: 95px;
    border-radius: 0 50px 50px 0;
}
.footer-left form .btn-primary:hover,
.footer-left form .btn-primary:focus,
.footer-left form .btn-primary:not(:disabled):not(.disabled).active, 
.footer-left form .btn-primary:not(:disabled):not(.disabled):active, 
.footer-left form .btn-primary:not(:disabled):not(.disabled).active:focus, 
.footer-left form .btn-primary:not(:disabled):not(.disabled):active:focus {
    color: #222838;
    background-color: #fff;
    border-color: #fff;
    border-left-color: #222838;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.footer-left .socialMedia,
.footer-right ul {
    text-align: right;
    max-width: 365px;
    margin-top: 45px;
}
.footer-right ul {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 0;
}
.footer-left .socialMedia li,
.footer-right ul li {
    display: inline-block;
    margin-left: 10px;
}
.footer-right ul li {
    margin-left: 15px;
}
.footer-left .socialMedia li:first-child,
.footer-right ul li:first-child {
    margin-left: 0;
}
.footer-left .socialMedia li a,
.footer-right ul li a {
    color: #fff;
    font-size: 14px;
}
.footer-right ul li a {
    color: #62697b;
    text-transform: uppercase;
}
.footer-left .socialMedia li a:hover,
.footer-left .socialMedia li a:focus,
.footer-right ul li a:hover,
.footer-right ul li a:focus {
    color: #222838;
}
.footer-right .termsUl {
    border-bottom: 1px solid #e0e1e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer-right .termsUl li a {
    text-transform: none;
    font-size: 13px;
    position: relative;
}
.footer-right .termsUl li a:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #a1a5b0;
    position: absolute;
    right: -10px;
    top: 3px;
}
.footer-right .termsUl li:last-child a:after {
    display: none;
}
.footer-right p {
    font-size: 12px;
    color: #62697b;
}
.footer-right p span {
    color: #000;
    font-weight: 500;
}
.inner-wrapper {
    background: #fff;
    padding: 60px 0;
}
.md-hide {
    display: none;
}
.inner-wrapper .d-flex {
    align-items: center;
    margin-bottom: 50px;
}
.inner-wrapper .d-flex:last-child {
    margin-bottom: 0;
}
.inner-wrapper .d-flex img {
    max-width: 100%;
}
.inner-wrapper .d-flex p {
    font-size: 14px;
    color: #62697b;
    line-height: 24px;
    margin-bottom: 20px;
}
.inner-wrapper .d-flex p:last-child {
    margin-bottom: 0;
}
.inner-wrapper .d-flex:last-child p {
    padding-left: 40px;
}
.inner-wrapper .d-flex:first-child p {
    padding-right: 40px;
}
.banner.inner-banner {
    height: 300px;
    background: #222838;
    border-bottom: 1px solid #3e5757;
}
.banner.inner-banner .row {
    height: 300px;
}
.banner.inner-banner .d-flex h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 5px;
}
header .navbar-toggler-icon {
    position: relative;
}
header .navbar-toggler-icon:after {
    content: '\f0c9';
    font-family: 'fontAwesome';
    color: #fff;
    position: absolute;
    right: 7px;
    top: 4px;
    font-size: 21px;
}
.inner-wrapper ul {
    float: left;
    width: 100%;
}
.inner-wrapper ul li {
    font-size: 15px;
    color: #62697b;
    margin-left: 15px;
    margin-bottom: 15px;
    line-height: 24px;
    list-style: circle;
    padding-right: 40px;
}
.inner-wrapper ul li:last-child {
    margin-bottom: 0;
}
header .dropdown-menu {
    color: #62697b;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 0;
    padding: 0;
}
header .dropdown-item {
    padding: 6px 15px;
    color: #62697b;
    font-size: 14px;
}
header .dropdown-item:focus, 
header .dropdown-item:hover {
    color: #fff;
    background-color: #43b807;
}
.contact-wrapper h5 {
    text-transform: uppercase;
    color: #43b807;
    margin-bottom: 30px;
    font-size: 34px;
    text-align: center;
    width: 100%;
} 
.contact-wrapper .form-control {
    padding: 12px 15px;
    color: #62697b;
    border: 1px solid #ced4da;
    border-radius: 0;
    margin-bottom: 20px;
}
.contact-wrapper .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}
.contact-wrapper textarea.form-control {
    min-height: 160px;
}
.contact-wrapper .btn-primary {
    border: 1px solid #43b807;
    background: #43b807;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    width: 133px;
    padding: 10px 15px;
    margin: 0 auto;
    margin-top: 15px;
}
.contact-wrapper .btn-primary:hover,
.contact-wrapper .btn-primary:focus {
    border: 1px solid #43b807;
    background: #fff;
    color: #43b807;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}
.product-wrapper .d-flex:first-child p {
    padding-right: 0;
}
.product-wrapper .d-flex:last-child p {
    padding-left: 0;
}
.product-img {
    margin-bottom: 25px;
}
.product-img img {
    max-width: 100%;
    border: 1px solid #e4e4e4;
}
.home-product {
    text-align: center;
    padding: 60px 0;
    background: #43b807;
}
.home-product h2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    font-size: 34px;
}
.home-product .card {
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}
.home-product .card:hover {
    border-bottom: 2px solid #232939;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.home-product .card-img-top {
    border-radius: 0;
}
.home-product .card-text {
    font-size: 13px;
    margin-bottom: 30px;
}
.home-product .btn-primary {
    background: #43b807;
    border: 1px solid #43b807;
    font-size: 13px;
    width: 110px;
    border-radius: 50px;
}
.home-product .btn-primary:hover,
.home-product .btn-primary:focus,
.home-product .btn-primary:active,
.home-product .btn-primary:not(:disabled):not(.disabled).active, 
.home-product .btn-primary:not(:disabled):not(.disabled):active {
    color: #43b807;
    background: #fff;
    border: 1px solid #43b807;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

@media (min-width: 1200px) {
}

@media (max-width: 1199.98px) {
    .banner {
        background-size: 60%;
    }
    footer {
        background-size: 43%;
    }
    .footer-left h6 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .footer-left p {
        margin-bottom: 15px;
    }
    .footer-left .socialMedia {
        margin-top: 25px;
    }
    .footer-left, .footer-right {
        padding-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    header .navbar-collapse {
        background: #222838;
    }
    .md-hide {
        display: block;
        margin-top: 25px;
    }
    .mx-hide {
        display: none;
    }
    .inner-wrapper .d-flex:last-child p {
        padding-left: 0;
    }
    .inner-wrapper .d-flex:first-child p {
        padding-right: 0;
    }
    .inner-wrapper .d-flex {
        flex-direction: column;
        align-items: start !important;
        align-content: start !important;
        flex-flow: wrap;
    }
    footer {
        background-size: 51%;
    }
    footer,
    footer .row {
        min-height: 350px;
    }
    .home-product .card {
        margin-bottom: 25px;
    }
    .footer-right {
        padding-left: 0px;
    }
    .footer-right ul li a {
        font-size: 12px;
    }
    .banner-caption img {
        max-width: 190px;
    }
}

@media (max-width: 767.98px) {
    .banner {
        background: none;
    }
    .banner-caption img {
        display: none;
    }
    .inner-wrapper .d-flex img {
        margin-top: 15px;
    }
    .service-data {
        margin-bottom: 15px;
    }
    footer {
        background: #43b807;
    }
    .footer-left .socialMedia, 
    .footer-right ul {
        text-align: left;
    }
    .footer-right p {
        color: #fff;
        text-align: left;
    }
    .footer-right ul li a {
        font-size: 13px;
        color: #fff;
    }
    .footer-right .termsUl li a:after {
        background: #fff;
    }
    .footer-left {
        padding-bottom: 15px;
    }
    .footer-left form .form-control {
        border: 1px solid #fff;
    }
    .inner-wrapper ul li {
        padding-right: 0;
    }
    .banner.inner-banner .d-flex h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 575.98px) {
}