﻿.service-style {
    /*background-color:antiquewhite;*/
    
    
    margin-top: -21px;
    
}

/*.service-style h2,h6{
    color:black !important;

}*/

.form-font-size {
    font-size: 16px;
    font-weight: bold;
}
.form-control {
    border-radius: 3px;
    font-size: 13px;
    height: 30px !important;
    line-height: 1.33333;
    padding: 15px 15px 15px 20px;
    background: #ffffff !important;
    color: #323232;
    border: 0px solid transparent;
    box-shadow: none;
    border: 1px solid #034383 !important;
}

.form-control-textarea {
    border-radius: 3px;
    font-size: 13px;
    height: 100px !important;
    line-height: 1.33333;
    padding: 15px 15px 15px 20px;
    background: #ffffff;
    color: #323232;
    border: 0px solid transparent;
    box-shadow: none;
    border: 1px solid #034383 !important;
}
.form-button {
    background-color: #034383;
    color: #ffffff;
    border:none;
    font-size:16px;
    font-weight:600;
    border-radius:5px;
}
    .form-button:hover {
        background-color: #f99753;
        color: white;
        border: none;
        font-size: 16px;
        font-weight: 600;
    }

.overlay-position {
    position: relative;
}
.border-box {
    background-color: #ffffff;
    height: 200px;
    border: 2px solid #034383;
    color: #034383;
}
.Unborder-box {
    background-color: #034383;
    height: 200px;
}
.form-h6 {
    color: #034383 !important;
    font-weight: 200;
}
.form-h4 {
    color: white;    
}
.form-h4-top {
    color: #034383;
}
.contact-form {
    background-color: #dfe5ea;
    height: 500px;
    margin-left: -40px;
}
.icon-link-a-jik {
    color: white !important;
    font-weight: 200;
}
.icon-link-a-jok {
    color: #034383 !important;
    font-weight: 200;
}
.service-header{
    min-height:126px !important;
}
.project-header {
    min-height: 117px !important;
}

.sericeStr h2, h6 {
    color: white;
}
.service-inner h2 {
    color: black;
}

    @media screen and (max-width:767px) {
    }
#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #033f7d;
    z-index: 99999 !important;
}

#loading-image {
    position: relative;
    top: 250px;
    text-align: center;
    z-index: 100;
}