﻿.main_page_bg {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 37%, rgba(7,109,130,1) 100%);
    margin-top: -10px;
    text-align: center;
    height: auto;
    padding-bottom: 50px;
}

.main_page_img_right {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 70px;
}

.main_page_bg_container {
    border-top: 1px solid rgb(62, 62, 156);
}

.main_page_slogan {
    margin-top: 45px;
    margin-bottom: 20px;
}

.main_page_h1_text {
    font-size: 6em;
    color: #e0b403;
    opacity: 0.9;
}

    .main_page_h1_text:hover {
        opacity: 1;
    }

.main_page_h5_text {
    font-size: 2em;
    color: #fff;
}

.main_page_button {
    min-width: 230px;
    margin-top:20px;
}
.whatsapp_img{
    width:35px;
    height:auto;
}

@media (max-width: 768px) {
    .main_page_slogan {
        margin-top: 40px !important;
    }
    .about_btn{
        margin-top:15px !important;
    }
    .main_page_h1_text {
        font-size: 3em !important;
        color: #fff;
        opacity: 1;
    }
    .main_page_h5_text {
        font-size: 2em;
        color: #fff;
    }
}

.main_page_register_button_divider {
    margin-top: 23px;
    color: #999ee0
}
@media (max-width: 768px) {
    .main_page_register_button_divider {
        display:none !important;
    }
}
.main_page_title{
    text-align:center;
    padding:40px 0 25px 0;
}
.under_title_img{
    padding:5px 0 35px 0;
}
.main_page_title_h1 {
    font-size: 2em;
    color: #715b02;
}
.lead {
    line-height: 1em;
    color: #876d03;
}
.about_bg{
    margin-top:100px;
    margin-bottom:100px;
}
.work_in_wex{
    width:100%;
    height:320px;
    border-radius:30px;
    margin:15px;
}
.row_footer {
    color: #aa8a05 !important;
    clear: both;
    margin-bottom: -20px !important;
}
.management_row{
    min-height:400px;
}
.mainpage_img {
    max-width:640px;
    height:auto;
}
/*NAVBAR AREA*/
.navbar-default {
    background: rgb(2,0,36) !important;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 37%, rgba(7,109,130,1) 100%) !important;
}
    /*navbar link font-size*/
    .navbar-default .navbar-nav > li > a {
        font-size: 20px !important;
    }
    /*navbar actionlink color*/
    .navbar-default .navbar-nav > li > a {
        color: #cccccc !important;
    }
.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 60px !important;
}
/*navbar logo*/
.navbar-brand {
    float: left !important;
    height: 50px !important;
    padding: 15px 15px !important;
    font-size: 18px !important;
    line-height: 40px !important;
}
/*navbar height*/
.navbar {
    min-height: 80px !important;
}