

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: 'Titillium Web', sans-serif;
    padding-top: 100px;
}
:focus { 
    outline: none;
}

a, a:focus , a:visited {
    background-color: none !important; 
}

a:hover {
    text-decoration: none;
}

.navbar, .navbar-header, .navbar-collapse  {
    height: 100px;
    
}
.scrollNavigate {
    position: fixed;
    width: 100%;
    top: 0;
    background: #ffffff;
    z-index: 9999;
}

.navbar .navbar-brand {
    width: 172px;
    height: 35px;
    background: url('./../img/logo.svg');
    display: block;
    text-indent: -9999px;
    margin-left: 70px;
    line-height: 100px;
    margin-top: 36px;
    transition: all 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.scrollNavigate.scrollNavigate-fix .navbar-brand{
    transition: all 0.3s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.scrollNavigate.scrollNavigate-fix .nav.navbar-nav li a{
    transition: all 0.3s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.navbarMain .nav.navbar-nav:first-child li a:before,
.navbarMain .nav.navbar-nav:first-child li a:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #156573;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

.navbarMain .nav.navbar-nav:first-child li a:before {
    top: -5px;
    transform: translateY(10px);
}

.navbarMain .nav.navbar-nav:last-child li a:hover {
    transition: all 0.3s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    color: #fff;
    background: #2f8f83; /* Old browsers */
    background: -moz-linear-gradient(left, #2f8f83 1%, #58ba52 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2f8f83 1%,#58ba52 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2f8f83 1%,#58ba52 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8f83', endColorstr='#58ba52',GradientType=1 ); /* IE6-9 */
     
}
.navbarMain .nav.navbar-nav:first-child li a:after {
    bottom: -5px;
    transform: translateY(-10px);
}
.navbarMain .nav.navbar-nav li a:hover {
    background: #ffffff;
}

.navbarMain .nav.navbar-nav:first-child li a:hover:before, 
.navbarMain .nav.navbar-nav:first-child li a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}
.nav.navbar-nav {
    margin-left: 105px;
}
.nav.navbar-nav li a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #156573;
    margin-top: 45px;
    padding: 0;
    margin-right: 68px;
    transition: all 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.nav.navbar-nav.navbar-right {
    margin-right: 36px;
}

.nav.navbar-nav.navbar-right li a {
    width: 159px;
    height: 36px;
    border-radius: 2px;
    border: solid 2px #54b454;
    line-height: 0;
    margin-top: 35px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #54b454;
    text-transform: uppercase;
    padding: 8px 0;
}
/* MAIN SECTION */

section.main {
    margin-top: 89px;
}

.container .row .app-title {
    font-size: 62px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.16;
    letter-spacing: -1.3px;
    text-align: center;
    color: #4b4b4b;
    margin: 0 auto;
}

.button-gradient {
    width: 300px;
    height: 60px;
    display: block;
    border-radius: 100px;
    border: none;
    margin: 56px auto 48px auto;
    background: #2f8f83; /* Old browsers */
    background: -moz-linear-gradient(left, #2f8f83 1%, #58ba52 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2f8f83 1%,#58ba52 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2f8f83 1%,#58ba52 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8f83', endColorstr='#58ba52',GradientType=1 ); /* IE6-9 */
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding:21px;
    transition: all 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.button-gradient:hover  {
    transition: all 0.3s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    color:#fff;
}

section.main p{
    max-width: 743px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b4b;
    margin-bottom: 28px;
    opacity: 0.8;

}
section.main img {
    max-width: 1101px;
    width: 100%;
    display: block;
    margin:  0 auto;
}

section.row-gradient {
    margin-top: 87px;
    padding: 32px 0;
    background: #2f8f83; /* Old browsers */
    background: -moz-linear-gradient(left, #2f8f83 1%, #58ba52 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2f8f83 1%,#58ba52 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2f8f83 1%,#58ba52 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8f83', endColorstr='#58ba52',GradientType=1 ); /* IE6-9 */
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.1), 0 17px 50px 0 rgba(0, 0, 0, 0.1);
}

section.row-gradient .opacity-button {
    background: none;
    border-radius: 3px;
    border: solid 1px #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 52px;
    width: 136px;
}

.section-offer {
    margin-top: 102px;
}

.section-offer h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    text-align: center;
    color: #54b454;
    margin: 0;
    text-transform: uppercase;
}

.section-offer h3 {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    text-align: center;
}

.section-offer p {
    max-width: 1024px;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    margin: 0 auto;
    color: #4b4b4b;
    margin-bottom: 100px;
    opacity: 0.8;

}

.section-offer .row-icons {
}

.section-offer .row-icons .icon-box{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
}

.section-offer .row-icons .icon-box .image-box{
    position: relative;
    width: 83px;
    height: 83px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    margin-bottom: 29px;
}

.section-offer .row-icons .icon-box .image-box img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.section-offer .row-icons .icon-box p{
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #4b4b4b;
    text-transform: uppercase;
}

section.user-acquisition {
    padding: 121px 0 103px 0;
    background: url('./../img/background/path-43.svg') left top no-repeat;
}

section.user-acquisition h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #54b454;
    text-transform: uppercase;
}

section.user-acquisition .text-cloumn {
    padding-left: 91px;
}

section.user-acquisition h3 {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

section.user-acquisition h3:after {
    content: '';
    display: block;
    width: 83px;
    height: 2px;
    border: solid 2px #54b454;
    margin-top: 29px;
}

section.user-acquisition p {
    margin-top: 29px;
    max-width: 412px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4b4b4b;
    opacity: 0.8;

}

section.data-analist {
    padding: 87px 0 59px 0;
}

section.data-analist h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #54b454;
    text-transform: uppercase;
    margin-top: 113px;
}


section.data-analist h3 {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

section.data-analist h3:after {
    content: '';
    display: block;
    width: 83px;
    height: 2px;
    border: solid 2px #54b454;
    margin-top: 29px;
}

section.data-analist p {
    margin-top: 29px;
    max-width: 412px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4b4b4b;
    opacity: 0.8;

}

.section.data-analist img {
    margin-left: -145px;
}


section.app-marketing {
    background: url('./../img/background/ornament-circle.svg') left top no-repeat;
    height: 948px;
}

section.app-marketing h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #54b454;
    text-transform: uppercase;
    margin-top: 113px;
}


section.app-marketing h3 {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

section.app-marketing h3:after {
    content: '';
    display: block;
    width: 83px;
    height: 2px;
    border: solid 2px #54b454;
    margin-top: 29px;
}

section.app-marketing p {
    margin-top: 29px;
    max-width: 412px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4b4b4b;
    opacity: 0.8;

}

.app-marketing .text-cloumn {
    padding-left: 91px;
    padding-top: 215px;
}

section.app-marketing img {
    margin: 215px 0 0 -50px;
}

section.cooperate {
    padding: 105px 0 151px 0;
    background: url('./../img/background/ornament-11.svg') left top no-repeat;
    background-color: #f4fffe;
}

section.cooperate h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    text-align: center;
}

section.cooperate h2:after {
    content: '';
    display: block;
    width: 83px;
    height: 2px;
    border: solid 2px #54b454;
    margin: 29px auto;
}

section.cooperate p {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    opacity: 0.8;
    margin: 0;
    color: #4b4b4b;
}

section.cooperate .logo-icons {
    margin-top: 76px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

section.cooperate .logo-icons img {
    width: 104px;
    height: 104px;
    object-fit: contain;
}

section.recommend {
    padding: 102px 0 151px 0;
   
}

section.recommend h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    text-align: center;
}

section.recommend h2:after {
    content: '';
    display: block;
    width: 83px;
    height: 2px;
    border: solid 2px #54b454;
    margin: 29px auto;
}

section.recommend p {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    opacity: 0.8;
    margin: 0;
    color: #4b4b4b;

}

section.recommend .logos-top.logos {
    margin-top: 137px;
    
}
section.recommend .logos {
    margin-top: 20px;
}

.button-hover-effect, .image-hover-effect {
    transition: all 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.button-hover-effect:hover , .image-hover-effect:hover {
    transition: all 0.3s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}



section.recommend img {
    margin-right: 100px;
}
section.recommend img:last-child {
    margin-right: 0;
}

section.recommend .col-lg-3 {
    margin-bottom: 25px;
}

section.recommend .col-lg-3 img{
    margin: 0 auto;
    display: block;
}

footer {
    position: relative;
    margin-top: 135px;
    padding: 126px 0 65px 0;
    background: #58ba52; /* Old browsers */
    background: -moz-linear-gradient(top, #58ba52 0%, #2f8f83 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58ba52 0%,#2f8f83 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58ba52 0%,#2f8f83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58ba52', endColorstr='#2f8f83',GradientType=0 ); /* IE6-9 */
}

footer::before {
    content: '';
    background: url('./../img/background/path-43-copy-7.svg') left top no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;

}

footer::after {
    content: '';
    background: url('./../img/background/path-43-copy.svg') right bottom no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
footer h2 {
    font-size: 52px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: -1.2px;
    color: #ffffff;
    margin-bottom: 48px;
}

footer p {
    font-size: 18px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ffffff;
}

footer .button {
    width: 269px;
    height: 60px;
    border-radius: 2px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1), 0 8px 17px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #156573;
    border: none;
    margin-top: 23px;
    float: right;
    z-index: 1;
    position: relative;
    padding: 20px;
}

footer h3 {
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 95px 0 85px 0;
}

footer h3 span {
    font-weight: 600;
}

footer .contact p {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #ffffff;
}

footer .social-media {
    margin-top: 45px;
    position: relative;
    z-index: 99999;
}

footer .social-media .col-md-2 a{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #edf5f4;
}

footer .social-media .social-media-icon {
    float: right;
    margin: 0;
    padding: 0;

}

footer .social-media .social-media-icon li {
    display: inline-block;
    margin-right: 33px;
}

footer .social-media .social-media-icon li:last-child {
    margin-right: 0;
}

footer .social-media .social-media-icon .twitter {
    width: 30px;
    height: 24px;
    object-fit: contain;
    background: url('./../img/sm/twitter.svg') center no-repeat;
    display: block;
}
footer .social-media .social-media-icon .facebook {
    width: 14px;
    height: 24px;
    object-fit: contain;
    background: url('./../img/sm/facebook-1.svg') center no-repeat;
    display: block;
}
footer .social-media .social-media-icon .linkedin {
    width: 24px;
    height: 24px;
    object-fit: contain;
    background: url('./../img/sm/linkedin.svg') center no-repeat;
    display: block;
}


/* custon bootstrap */

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #000;
}

/* Contact Page */

.contact-navigation .navbar-brand.mobileON{
    display: none;
}

body.contact-page {
    padding-top: 0px;

}
.contact-navigation {
    position: absolute;
    width: 100%;
}


.contact-navigation .nav.navbar-nav {
    margin-left:0;
}

.contact-navigation .nav.navbar-nav li a.backButton {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    border: solid 1px #ffffff;
    background: none;
    margin-left: 126px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #ffffff;
    padding: 19px;
    z-index: 9999;
    position: relative;
}

.contact-navigation .backButton:hover {
    text-decoration: none;  
}

.contact-navigation .navbar-brand {
    width: 172px;
    height: 35px;
    background: url('./../img/logo.svg');
    text-indent: -9999px;
    margin-right: 143px;
    line-height: 100px;
    float: right;
    position: relative;
    z-index: 999;
    
}

.contact-navigation .nav.navbar-nav.navbar-right li a {
    width: 172px;
    height: 35px;
    border-radius: 2px;
    border: none;
    line-height: 0;
    margin-top: 35px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: none;
    text-transform: uppercase;
    padding: 8px 0;
}

.contact-navigation .nav.navbar-nav.navbar-right li a:hover {
    background-color: transparent;
}
.contact-wrapper {
    width: 100%;
    margin: 0 auto;
}

.contact-wrapper .green-gradient {
    height: 100%;
    padding: 47px 0 110px 0;
    background: #2f8f83; /* Old browsers */
    background: -moz-linear-gradient(left, #2f8f83 1%, #58ba52 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2f8f83 1%,#58ba52 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2f8f83 1%,#58ba52 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8f83', endColorstr='#58ba52',GradientType=1 ); /* IE6-9 */
}

.contact-wrapper .green-gradient:before {
    content: '';
    background: url('./../img/background/ornament.svg') left top no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

.contact-wrapper .title {
    margin-left: 152px;
    margin-top: 191px;
    margin-right: 0;
}

.contact-wrapper h1 {
    font-size: 80px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 16px;
}

.contact-wrapper h3 {
    font-size: 45px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.contact-wrapper .helped {
    margin-left: 152px;
    margin-top: 260px;
    margin-right: 0;
}

.contact-wrapper .helped h3 {
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 36px;
}

.contact-wrapper .helped .row {
    margin: 0;
}

.contact-wrapper .helped img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: inline;
    margin-right: 10px;

}

.contact-wrapper .contact-form {
    padding: 47px 0 110px 110px;
}


.contact-form > .row {
    margin: 0;
}

.contact-form h3 {
    margin: 97px 0 0 0;
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

.contact-form h3:after {
    content: '';
    display: block;
    width: 83px;
    height: 2px;
    border: solid 2px #54b454;
    margin: 29px 0;
}

.contact-form p {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    opacity: 0.8;
    color: #4b4b4b;
    margin-bottom: 40px;

}

.contact-form form {
    max-width: 481px;
}

.contact-form form label {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #4b4b4b;
    display: block;
}

.contact-form form input {
    border-radius: 5px;
    border: solid 1px #bcbcbc;
    max-width: 481px;
    height: 47px;
}

.contact-form form input:focus {
    border: solid 1px #3ab33d;
}

.contact-form form textarea {
    border-radius: 5px;
    border: solid 1px #bcbcbc;
    max-width: 481px;
    width: 100%;
    padding: 14px 15px;
    resize: none;
    height: 94px;
}

.contact-form form button {
    width: 270px;
    height: 52px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    background: #2f8f83; /* Old browsers */
    background: -moz-linear-gradient(left, #2f8f83 1%, #58ba52 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2f8f83 1%,#58ba52 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2f8f83 1%,#58ba52 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8f83', endColorstr='#58ba52',GradientType=1 ); /* IE6-9 */
     margin: 46px auto 26px auto;
     display: block;
}

.contact-form form button:hover {
color: #fff;
}

.contact-form .under-form {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #4b4b4b;
    text-align: center;
}

.mobileON {
    display: none;
}