

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    padding-top: 40px;
}
.contact_section_2 {
    width: 100%;
    float: left;
}

.contact_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    text-align: center;
    padding: 30px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact_main {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.form-group {
    margin-bottom: 30px;
}

.email-bt {
    color: #969695;
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 0px 20px 0px 20px;
    background-color: transparent !important;
    border: 1px solid #6a9498 !important;
    border-radius: 40px;
}

.massage-bt {
    color: #969695;
    width: 100%;
    height: 100px;
    font-size: 18px;
    padding: 30px 20px 0px 20px;
    background-color: transparent !important;
    border: 1px solid #6a9498 !important;
    border-radius: 15px;
}

.send_bt {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.send_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #f8825f;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 40px;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

.massage_text {
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin: 0px;
}

/* contact section end */



/* footer section start */

.footer_section {
    width: 100%;
    float: left;
}

.location_bg{
    width: 100%;
    float: left;
    background-color: #000E2A;
    height: auto;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_main ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_main li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 70px 30px 70px;
}

.location_main li a {
    color: #ffffff;
}

.location_main li a:hover {
    color: #f8825f;
}


/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
   /* background: linear-gradient(90deg, #134FAB 10%, #09F878 94%); */
   background: #040E2B;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}
.copyright_text a{
    color: #ffffff;
}
.copyright_text a:hover{
    color: #252525;
}

.margin_top90 {
    margin-top: 90px;
}


/* copyright section end */

