div#contact_us_address h3
{
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-family: "Roboto";
    font-weight: 500;
    margin-bottom:35px;
}
div#contact_us_address div#corporate_info p
{
    font-size: 16px;
    line-height: 24px;
    color: #000000 !important;
    font-family: "Roboto";
    font-weight: 400;
    margin-bottom:30px;
    word-wrap: break-word; 
}
div#contact_us_address div#investor_info p
{
     font-size: 16px;
    line-height: 24px;
    color: #000000 !important;
    font-family: "Roboto";
    font-weight: 400;
    word-wrap: break-word; 
    margin-bottom: 0 !important;
}
div#contact_us_form span.wpcf7-form-control-wrap.Firstname,
div#contact_us_form span.wpcf7-form-control-wrap.Lastname,
div#contact_us_form span.wpcf7-form-control-wrap.Company,
div#contact_us_form span.wpcf7-form-control-wrap.Email
{
    max-width: 400px;
    margin: 0 auto;
    border: 0 !important;
}
div#contact_us_form input
{
    height:50px !important;
}
div#contact_us_form textarea ,
div#contact_us_form input
{
    border: 0 !important;
    padding: 0 15px 35px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000000 !important;
    font-family: "Roboto" !important;
    font-weight: 400;
    border-bottom: 2px solid black !important;
    background-color: transparent;
}
div#contact_us_form textarea
{
    border:0 !important;
    border-bottom:2px solid black !important;
    padding:0px 15px 20px 0px !important;
    margin-bottom:4% !important;
}
div#contact_us_form textarea::placeholder ,
div#contact_us_form input::placeholder 
{
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000000 !important;
    font-family: "Roboto" !important;
    font-weight: 400 !important;
}
div#contact_us_form textarea.wpcf7-not-valid::placeholder ,
div#contact_us_form input.wpcf7-not-valid::placeholder 
{
    color: red !important
}
div#contact_us_form textarea::-moz-placeholder,
div#contact_us_form input::-moz-placeholder
{
    color: black; 
    opacity:1;
}
div#contact_us_form span.wpcf7-form-control-wrap.Lastname,
div#contact_us_form span.wpcf7-form-control-wrap.Email 
{
    margin-left: 3% !important;
    margin-bottom:7% !important;
    width: 47.5%;
    float: left;
}
span.wpcf7-form-control-wrap.Firstname,
span.wpcf7-form-control-wrap.Company
{
    width: 47.5%;
    float: left;
    margin-bottom:7% !important;
}
div#contact_us_form span.wpcf7-form-control-wrap input.wpcf7-validates-as-required.wpcf7-not-valid 
{
    border-bottom:2px solid red !important;
    border-radius:unset;
}
div#contact_us_form span.wpcf7-not-valid-tip
{
    display:none;
}
.popup-message-style #page div#contact_us_form .wpcf7-validation-errors:before 
{
    position: absolute;
    display: flex;
    top: 20px;
    left: 0;
    width: 65px;
    height: 100%;
    content: "\f06a" !important;
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
}
.popup-message-style #page  div#contact_us_form .wpcf7-mail-sent-ok:before
{
    position: absolute;
    display: flex;
    top: 20px;
    left: 0;
    width: 65px;
    height: 100%;
    content: "\f058" !important;
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
}
div#contact_us_form button.send_btn
{
    height: 50px;
    width: 160px;
    padding: 12px 18px 12px 18px;
    font-size: 18px;
    color: #000000 !important;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
    border-color:#000000 !important;
}
div#contact_us_form button.send_btn .btn-text
{
    color: #000000 !important;
}
div#contact_us_form button.send_btn:focus 
{
    outline: none;
}
div#contact_us_form .btn-border-animate.btn-dark .button-border,
div#contact_us_form .button.btn-border-animate.btn-dark .button-border 
{
    background: black;
}
div#contact_us_head,div#company_head_banner,div#capstone_head_banner,div#product_head_banner
{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}
div.rg_head_banner#contact_us_head,div#company_head_banner.rg_head_banner{
    background-size: auto !important;
    background-position: center center !important;
    
}
div#header_text h1
{
    font-size: 60px;
    color: #07091d;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
}
div#first_product_data h2,
div#second_product_data h2
{
    font-size: 60px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
    margin-bottom: 35px !important;
}
div#first_product_data p,
div#second_product_data p
{
    max-width: 944px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px !important;
}
div#first_product_btn,div#second_product_btn
{
    text-align: center;
}
div#first_product_btn .loadmorelink a span.btn-text,
div#second_product_btn .loadmorelink a span.btn-text  
{
    color: white !important;
}
div#first_product_btn .loadmorelink a span.btn-text span,
div#second_product_btn .loadmorelink a span.btn-text span
{
    background: white !important;
}
section#company_tab_section_mobile 
{
    display: none;
}
div#capstone_subsidiaries_twoblock div#caps_sub_twoblock_right .subsidi_first .submiddle a#mobile_btn {
    display: none;
}
div#capstone_subsidiaries_twoblock div#caps_sub_twoblock_right .subsidi_first .submiddle a#desktop_btn {
    display: block;
}

/*RESPONSIVE CSS*/
@media screen and (max-width:1024px)
{
    div#contact_us_head
    {
        margin-bottom: 10px !important;
    }
    div#contact_us_address h3 
    {
        font-size: 20px;
        margin-bottom: 20px !important;
    }
    div#contact_us_address p
    {
        font-size: 15px;
        margin-bottom: 15px !important;
    }
    div#header_text h1
    {
        font-size: 50px;
    }
    div#contact_us_form textarea::placeholder ,
    div#contact_us_form input::placeholder 
    {
        font-size: 15px !important;
    }
    div#contact_us_form span.wpcf7-form-control-wrap.Firstname,
    div#contact_us_form span.wpcf7-form-control-wrap.Company ,
    div#contact_us_form span.wpcf7-form-control-wrap.Lastname,
    div#contact_us_form span.wpcf7-form-control-wrap.Email
    {
        margin-bottom: 5% !important;
    }
    div#contact_us_form textarea ,
    div#contact_us_form input
    {
        padding: 0 15px 20px 0px !important;
    }
    div#corporate_info,div#investor_info
    {
        margin-bottom: 25px !important;
    }
    section#product_option_section
    {
        margin-top: 30px !important;
        margin-bottom: 40px !important;
    }
    div#first_product_block
    {
        margin-bottom: 25px !important;
    }
    div#first_product_data h2,
    div#second_product_data h2 
    {
        font-size: 45px;
    }
    div#first_product_block,
    div#second_product_block 
    {
        min-height: 450px !important;
    }
    div#first_product_data p, div#second_product_data p 
    {
        margin-bottom: 20px !important;
    }
    div#first_product_data h2, div#second_product_data h2
    {
        margin-bottom: 20px !important;
    }
    div#first_product_col .vc_column-inner,
    div#second_product_col .vc_column-inner
    {
        padding-top: 0 !important;
    }
}
@media screen and (max-width:768px)
{
    div#contact_us_head
    {
        margin-bottom: 0px !important;
    }
     div#first_product_data p, div#second_product_data p 
    {
        font-size: 15px;
    }
    div#first_product_data h2, div#second_product_data h2
    {
        font-size: 30px;
    }
    div#first_product_btn .loadmorelink a ,
    div#second_product_btn .loadmorelink a 
    {
        font-size: 15px;
    }
    section#company_tab_section_mobile {
        padding: 0 50px !important;
        display: block;
        margin-top: 32px !important;
    }
    section#company_tab_section_mobile div#tab1_mobile .vc_column-inner,
    section#company_tab_section_mobile div#tab2_mobile .vc_column-inner
    {
        padding-left: 0 !important;
        padding-right: 0 !important 
    }
    div#tab_title_mobile h3,
    div#tab_content_mobile p {
        text-align: center !important;
    }
    div#company_tab_titlesection.about_company
    {
        display: none;
    }
    section#company_tab_section_mobile div#tab_content_mobile
    {
        padding: 30px 10px;
        background-size: cover;
        background-position: center center !important;
        background-repeat: no-repeat;
    }
    div#capstone_subsidiaries_twoblock div#caps_sub_twoblock_right .subsidi_first .submiddle a#mobile_btn {
        display: block;
    }
    div#capstone_subsidiaries_twoblock div#caps_sub_twoblock_right .subsidi_first .submiddle a#desktop_btn {
        display: none;
    }
}
        
@media screen and (max-width:480px)
{
    div#contact_us_form span.wpcf7-form-control-wrap.Firstname,
    div#contact_us_form span.wpcf7-form-control-wrap.Lastname, 
    div#contact_us_form span.wpcf7-form-control-wrap.Company, 
    div#contact_us_form span.wpcf7-form-control-wrap.Email
    {
        width:100%;
        margin-left:0 !important;
    }
    div#contact_us_address p 
    {
        font-size: 14px;
        margin-bottom: 10px !important;
    }
    div#contact_us_address h3 
    {
        font-size: 18px;
        margin-bottom: 15px !important;
    }
    div#header_text h1 
    {
        font-size: 40px;
    }
    div#contact_us_form .vc_column-inner  
    {
        padding-top: 5px !important;
    }    
    div#corporate_info, div#investor_info 
    {
        text-align: center;
    }
    div#first_product_data h2, div#second_product_data h2 
    {
        font-size: 26px;
        margin-bottom: 10px !important;
    }
    div#first_product_data p, div#second_product_data p {
        margin-bottom: 10px !important;
    }
    section#company_tab_section_mobile {
        width: 100% !important;
        padding: 0 !important;
    }
}
