html{
    overflow-x: hidden;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #777b92;
    overflow-x: hidden;
}

a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
    overflow: initial;
}


.contact-section .contact_form {
    box-shadow: -1px 2px 15px -5px rgb(0 0 0 / 57%);
    padding: 40px 30px;
    border-radius: 20px;
    border-top: 10px solid #76B900;
    background-color: #fff;
}

.contact-section h5 {
    text-align: center;
    color: #273167;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.contact-bg {
    background: #efefef;
}

.contact-section .pass-input {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

hr.style-one {
    margin: 0;
    border-top: 1px solid #EAEAEA;
}

.block-title {
    margin-bottom: 50px;
}

.block-title h2 {
    margin: 0;
    color: #273167;
    font-size: 46px;
    margin-top: 50px;
    font-weight: 400;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #76B900;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    text-align: center;
    transition: all .4s ease;
    display: none;
}

.scroll-to-top i {
    font-size: 18px;
    line-height: 45px;
    color: #fff;
}

.scroll-to-top:hover {
    background: #ff5100;
}


/*
* 3.header styles
*/

.header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.header-navigation .container {
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
}


.header-navigation .container .logo-box {
    float: left;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
    height: auto;
    margin: 0;
}
.header-navigation .container .navbar-brand img{
    width: 290px;
}
.header-navigation .container .menu-toggler {
    display: none;
}

.header-navigation .container .right-side-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.header-navigation .main-navigation {
    float: right;
    text-align: right;
}

.form-part .group {
     position: relative;
}

.form-part .group .clear-error {
    position: absolute;
    font-size: 13px;
}
.form-part .submit_button {
    margin-top: 15px;
}

.form-part #frm_contact {
    position: relative;
}


.success-msg #contact_alert_success {
    padding: 15px 0 0 0;
}


@media (min-width: 1200px) {
    .header-navigation .main-navigation {
        display: block !important;
    }
}

.header-navigation ul.navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}

.header-navigation ul.navigation-box > li {
    position: relative;
    padding: 0px 0;
    display: inline-block;
    vertical-align: middle;
    /* Second Level Menu */
    /* Thrid Level Menu */
}

.header-navigation ul.navigation-box > li + li {
    margin-left: 45px;
}

.header-navigation ul.navigation-box > li:first-child {
    padding-left: 0;
}

.header-navigation ul.navigation-box > li:last-child {
    padding-right: 0;
}

.header-navigation ul.navigation-box > li > a {
    font-weight: 500;
    font-size: 16px;
    color: #777B92;
    padding: 0;
    transition: all .4s ease;
    position: relative;
}

.header-navigation ul.navigation-box > li > a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
    color: #76B900;
}

.header-navigation ul.navigation-box > li.current > a:before,
.header-navigation ul.navigation-box > li:hover > a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.header-navigation ul.navigation-box > li > ul > li ul {
    display: none;
}

.header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    background: #273167;
    border-bottom: 0;
}

.site-header.header-one {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.site-header.header-one .header-navigation {
    background: transparent;
}

.site-header.header-one .header-navigation.stricky-fixed {
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(233, 79, 202, 0.05);
}

/*.site-header.header-one .header-navigation .container {*/
/*    padding-right: 0px;*/
/*}*/

.site-header.header-one .header-navigation ul.navigation-box > li.current > a,
.site-header.header-one .header-navigation ul.navigation-box > li:hover > a {
    color: #76B900;
}

.site-header.header-one .header-navigation ul.navigation-box > li {
    padding: 45px 0;
}

.site-header.header-one .header-navigation ul.navigation-box > li + li {
    margin-left: 40px;
}

.site-header.header-one .header-navigation .right-side-box .header-btn {
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #ffd6f3;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 15px 30px 0px rgba(233, 79, 202, 0.1);
    color: #76B900;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 38px;
    transition: all .4s ease;
}

.site-header.header-one .header-navigation .right-side-box .header-btn:hover {
    color: #fff;
    background-color: #76B900;
    border-color: #76B900;
}

.site-header.header-one .header-navigation.stricky-fixed ul.navigation-box > li {
    padding: 25px 0;
}

.site-header.home-page-two .header-navigation.stricky-fixed {
    background: #76B900;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.site-header.home-page-two .header-navigation ul.navigation-box > li > a {
    color: #ffffff;
}

.site-header.home-page-two .header-navigation ul.navigation-box > li.current > a,
.site-header.home-page-two .header-navigation ul.navigation-box > li:hover > a {
    color: #fff;
}

.site-header.home-page-two .header-navigation .right-side-box .header-btn {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    transition: all .4s ease;
}

.site-header.home-page-two .header-navigation .right-side-box .header-btn:hover {
    color: #fff;
    background-color: #76B900;
    border-color: #76B900;
}


/*
* 4.banner styles
*/

.banner-style-one {
    position: relative;
    padding-top: 300px;
    padding-bottom: 220px;
    background: #fff url(../images/banner-bg-1-1.png) bottom right no-repeat;
}

.banner-style-one:before,
.banner-style-one:after {
    content: '';
    width: 318px;
    height: 318px;
    border-radius: 50%;
    border: 43px solid;
    position: absolute;
    -webkit-animation: BannercircleRotate 5s ease-in-out 0s infinite alternate;
    animation: BannercircleRotate 5s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes BannercircleRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: .5;
    }
}

@keyframes BannercircleRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: .5;
    }
}

.banner-style-one:before {
    border-color: #FFF3FD;
    bottom: 10%;
    right: 32%;
}

.banner-style-one:after {
    border-color: #F3FAFF;
    top: 10%;
    left: 10%;
}

.banner-style-one .banner-mock {
    position: absolute;
    top: 15%;
    right: 10%;
    -webkit-animation: bannerImgBounce 5s ease-in-out 0s infinite alternate;
    animation: bannerImgBounce 5s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bannerImgBounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    100% {
        -webkit-transform: translateY(-20px) translateX(-20px);
        transform: translateY(-20px) translateX(-20px);
    }
}

@keyframes bannerImgBounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    100% {
        -webkit-transform: translateY(-20px) translateX(-20px);
        transform: translateY(-20px) translateX(-20px);
    }
}

.banner-style-one [class*=bubble-] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    background-color: #ede8ff;
    border: 1px solid #a98fff;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
}

@-webkit-keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

.banner-style-one .bubble-1 {
    background-color: #fff7e0;
    border-color: #ffdd83;
    top: 10px;
    left: 20px;
}

.banner-style-one .bubble-2 {
    background-color: #fff1ec;
    border-color: #ffb59d;
    bottom: 30px;
    left: 10%;
}

.banner-style-one .bubble-3 {
    background-color: #ebf3ff;
    border-color: #b9d4ff;
    top: 40px;
    left: 40%;
}

.banner-style-one .bubble-4 {
    background-color: #ddffe4;
    border-color: #93ff6d;
    top: 10px;
    right: 40%;
}

.banner-style-one .bubble-5 {
    background-color: #ede8ff;
    border-color: #a98fff;
    bottom: 30px;
    right: 25%;
}

.banner-style-one .bubble-6 {
    background-color: #ffe8fb;
    border-color: #ffa6ef;
    top: 40%;
    right: 10%;
}

.banner-style-one .content-block {
    position: relative;
    z-index: 10;
}

.banner-style-one .content-block h3,
.banner-style-one .content-block p {
    margin: 0;
}

.banner-style-one .content-block h1 {
    color: #fff;
    font-size: 50px;
    line-height: 70px;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-style-one .content-block p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 55px;
    max-width: 385px;
}

.banner-style-one .content-block .button-block p{
    margin-bottom: 15px;
}

.banner-style-one .content-block .banner-btn {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 4px;
    box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
    vertical-align: middle;
    color: #777B92;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    padding: 22.5px 0;
    padding-left: 73px;
    padding-right: 53px;
    position: relative;
    background-color: #fff;
    transition: all .4s ease;
}

.banner-style-one .content-block .banner-btn span {
    font-size: 18px;
    display: block;
    line-height: 1em;
    margin-top: 5px;
}

.banner-style-one .content-block .banner-btn i {
    font-size: 30px;
    color: #777B92;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
}

.banner-style-one .content-block .banner-btn + .banner-btn {
    margin-left: 16px;
}

.banner-style-one .content-block .banner-btn:hover {
    color: #fff;
    background-color: #ff5100;
    border-color: #ff5100;
}

.banner-style-one .content-block .banner-btn:hover i {
    color: #fff;
}

.banner-style-one.home-page-two {
    padding-bottom: 277px;
    background: #fff url(../images/banner-bg-1-2.png) bottom right no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

.banner-style-one.home-page-two:before {
    border-color: rgba(255, 255, 255, 0.04);
}

.banner-style-one.home-page-two:after {
    border-color: rgba(255, 255, 255, 0.02);
}

.banner-style-one.home-page-two [class*=bubble-] {
    background-color: transparent !important;
    border-width: 2px;
}

.banner-style-one.home-page-two .banner-mock {
    right: 0;
    top: 20%;
}

.banner-style-one.home-page-two .content-block h3 {
    color: #fff;
}

.banner-style-one.home-page-two .content-block .banner-btn {
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 3px;
    background-color: transparent;
    box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1);
}

.banner-style-one.home-page-two .content-block .banner-btn i {
    color: #fff;
}

.banner-style-one.home-page-two .content-block .banner-btn:hover {
    background-color: #ff5100;
    border-color: #ff5100;
}


/*
* 5.footer styles
*/

.site-footer {
    position: relative;
}

.site-footer [class*=bubble-] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    background-color: #ede8ff;
    border: 1px solid #a98fff;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

.site-footer .bubble-1 {
    background-color: #fff7e0;
    border-color: #ffdd83;
    top: 10px;
    left: 20px;
}

.site-footer .bubble-2 {
    background-color: #fff1ec;
    border-color: #ffb59d;
    bottom: 30px;
    left: 10%;
}

.site-footer .bubble-3 {
    background-color: #ebf3ff;
    border-color: #b9d4ff;
    top: 40px;
    left: 40%;
}

.site-footer .bubble-4 {
    background-color: #ddffe4;
    border-color: #93ff6d;
    top: 10px;
    right: 40%;
}

.site-footer .bubble-5 {
    background-color: #ede8ff;
    border-color: #a98fff;
    bottom: 30px;
    right: 25%;
}

.site-footer .bubble-6 {
    background-color: #ffe8fb;
    border-color: #ffa6ef;
    top: 40%;
    right: 10%;
}

.site-footer .inner-container {
    border: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    padding: 86px 0;
}

.footer-widget ul,
.footer-widget h3,
.footer-widget p {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer .footer-widget .logo img{
    width: 280px;
}
.footer-widget .widget-title {
    margin-bottom: 28px;
}

.footer-widget .widget-title h3 {
    color: #273167;
    font-size: 20px;
    font-weight: 500;
}

.footer-widget ul.contact-list li {
    color: #777b92;
}

.footer-widget ul.contact-list li + li {
    margin-top: 9px;
}

.footer-widget ul.links-list li + li {
    margin-top: 10px;
}

.footer-widget ul.links-list li a {
    color: #777b92;
    font-size: 16px;
    display: inline-block;
    position: relative;
    transition: all .4s ease;
}

.footer-widget ul.links-list li a:before {
    content: '\f101';
    font-family: 'FontAwesome';
    color: #76B900;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-15px);
    transform: translateY(-50%) translateX(-15px);
    opacity: 0;
    transition: all .4s ease;
}

.footer-widget ul.links-list li a:hover {
    color: #76B900;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.footer-widget ul.links-list li a:hover:before {
    opacity: 1;
}

.footer-widget .social-block a {
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    height: 51px;
    border: 1px solid #eaeaea;
    line-height: 49px;
    text-align: center;
    background-color: #fff;
    color: #777b92;
    border-radius: 50%;
    box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
    transition: all .4s ease;
}

.footer-widget .social-block a:hover {
    color: #fff;
    background-color: #ff5100;
    border-color: #ff5100;
}

.bottom-footer {
    padding: 25px 0;
}

.bottom-footer p {
    color: #777b92;
    font-size: 16px;
}

.bottom-footer p a {
    color: #76B900;
}


/*
* 12.features styles
*/

.feature-style-two {
    padding: 60px 0;
}

.image-block {
    margin-top:0;
    position: relative;
    left: 0;
    -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
}

.image-block:before,
.image-block:after {
    content: '';
    width: 318px;
    height: 318px;
    border-radius: 50%;
    border: 43px solid #00000005;
    position: absolute;
}

.image-block:before {
    top: 50px;
    left: 40px;
}

.image-block:after {
    bottom: 50px;
    right: 30px;
}

.image-block img {
    position: relative;
    z-index: 10;
    width: 100%;
}
.about_wrapp .image-block img {
    position: relative;
    z-index: 10;
    width: 100%;
}
.content-block .block-title {
    margin-bottom: 0px;
}

.content-block .block-title p{
    margin: 10px 0 0;
}

.content-block p {
    font-size: 24px;
    color: #777B92;
    line-height: 40px;
    margin: 0;
    margin-bottom: 30px;
}
.content-block p:last-child{
    margin-bottom: 0;
}
.content-block ul.feature-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 54px;
}

.content-block ul.feature-lists li {
    position: relative;
    color: #777B92;
    font-size: 18px;
    padding-left: 35px;
}

.content-block ul.feature-lists li + li {
    margin-top: 10px;
}

.content-block ul.feature-lists li i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #76b900;
}

.content-block .feature-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
    display: inline-block;
    vertical-align: middle;
    color: #777B92;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 42.5px;
    transition: all .4s ease;
}

.content-block .feature-btn:hover {
    background-color: #76B900;
    color: #fff;
    border-color: #76B900;
}


/*
* 15.inner banner styles
*/

.inner-banner {
    background: #fff url(../images/banner-bg-1-2.png) bottom center no-repeat;
    background-size: auto;
    position: relative;
    padding-bottom: 120px;
    padding-top: 120px;
}


/* .inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #76B900;
} */

.inner-banner .container {
    position: relative;
    text-align: center;
}

.inner-banner .thm-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner-banner .thm-breadcrumb li {
    display: inline-block;
    vertical-align: middle;
}

.inner-banner .thm-breadcrumb li a,
.inner-banner .thm-breadcrumb li span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FCFBFE;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1em;
}

.inner-banner .thm-breadcrumb li span.sep {
    margin-left: 10px;
    margin-right: 10px;
}

.inner-banner h2 {
    color: #fff;
    margin: 0;
    font-size: 46px;
    font-weight: 400;
    margin-top: 5px;
}

.about_wrapp {
    padding: 60px 0 100px;
}

.contact_wrapp {
    padding: 60px 0 100px;
}

.group {
    position: relative;
    margin-bottom: 60px;
}

input, textarea {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

input:focus,
textarea:focus{
    outline: none;
}

/* LABEL ======================================= */
label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label,
textarea:focus ~ label, textarea:valid ~ label{
    top: -20px;
    font-size: 14px;
    color: #76B900;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #76B900;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after ,
textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight,
textarea:focus ~ .highlight{
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #76B900;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #76B900;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #76B900;
    }
    to {
        width: 0;
        background: transparent;
    }
}
.btn_green{
    background: #76B900;
    border: 0;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 35px;
    letter-spacing: 1px;
    transition: .5s ease;
}
.btn_green:hover{
    background: #ff5100;
}
.privacy_policy_wrapp {
    padding: 60px 0 100px;
}
.privacy_policy_wrapp ul{
    padding-left: 20px;
}
.privacy_policy_wrapp  h4{
    color: #273167;
    font-weight: 400;
    margin: 0 0 10px;
}
.header-navigation .main-navigation.show{
    display: block;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
    height: auto;
}
.subscription{
    padding: 100px 0;
}
.subscription .block-title h2{
    font-size: 40px;
    margin-bottom: 10px;
}
.subscription .block-title h2 span.price{
    background: #f96a27;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
}
.subscription .block-title h2 b{
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
}
.subscription .block-title h2 small{
    font-size: 15px;
}
.home_wrapp_feature{
    padding: 60px 0 100px;
}
.home_wrapp_feature_inner {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.home_wrapp_feature_img {
    background: #f7f7f7;
}
.home_wrapp_feature_img img{
    width: 100%;
}
.home_wrapp_feature_text {
    padding-top: 15px;
}
.home_wrapp_feature_text h4{
    color: #263065;
    font-size: 32px;
}
.home_wrapp_feature_text p {
    font-size: 19px;
    line-height: 32px;
}
.home_wrapp_feature_text p:last-child{
    margin: 0;
}
.app_store_button {
    padding: 0 0 80px;
}
.app_store_button ul{
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.app_store_button ul li{
    display: inline-block;
}
.app_store_button ul li img{
    width: 350px;
}


.home_feature {
    background: url(../images/feature-bg.jpg);
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.home_feature .owl-nav button span{
    font-size: 80px;
}
.home_feature .owl-nav button:focus{
    outline: 0;
}
.home_feature .owl-nav button{
    position: absolute;
    top: 35%;
}
.home_feature .owl-nav button.owl-prev{
    left: -40px;
}
.home_feature .owl-nav button.owl-next{
    right: -40px;
}
.page-wrapper .feature-style-two:nth-child(even){
    background: #f9f9f9;
}

.dropdown-menu.show {
    display: block;
    padding: 2px;
}
li.scrollToLink.nav-item {
    white-space: nowrap;
}
li.scrollToLink.nav-item a {
    padding: 8px 15px;
    color: #3e5a0c;
    display: block;
}

li.scrollToLink.nav-item a:hover {
    color: #fff;
    background: #76b900;
}
