/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: "Roboto Light", sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-image: url('../images/so-white.png');
    background-repeat: repeat;
    background-size: auto;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: normal;
    color: #111111;
    margin: 0
}

.padding_0 {
    padding: 0 !important;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
}

:focus {
    outline: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.header_section {
    width: 100%;
    float: left;
    /*background-color: #ffffff;*/
    height: auto;
    padding-top: 15px;
    padding-bottom: 5px;
}

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

.menu_text li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #090a0b;
}

.menu_text ul {
    margin: 0px;
    padding: 0px;
}

.menu_text li a {
    color: #090a0b;
}

.banner_section {
    width: 100%;
    float: left;
    /*background-color: #ffffff;*/
    height: auto;
}

.logo {
    position: relative;
    left: -83px;
}

.round {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.number_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fffdf6;
    padding-left: 10px;
}

.line {
    width: 100%;
    float: left;
    padding-left: 40px;
}

.taital_main {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.construction_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #090a0b;
    font-weight: bold;
}

.building_text {
    width: 100%;
    float: left;
    font-size: 90px;
    color: #090a0b;
    font-weight: bold;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #090a0b;
    margin-left: 0;
}

.contact_bt {
    width: 35%;
    float: left;
    font-size: 16px;
    color: #090a0b;
    border: 1px solid#090a0b;
    border-radius: 5px;
    background-color: transparent;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
}

.contact_bt a {
    color: #090a0b;
}

.contact_bt a:hover {
    color: #EA4E1B;
}

.about_section {
    width: 100%;
    float: left;
    background: linear-gradient(to right, #DF5308 15%, #F39460FF);
    margin-top: 70px;
}

.about_taital {
    width: 63%;
    margin-top: 80px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

.justify-text {
    text-align: justify;
    word-spacing: normal;
    letter-spacing: normal;
}

.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}

.about_img {
    float: left;
    max-height: 500px;
    overflow: hidden;
}

.our_section {
    width: 100%;
    float: left;
    /*background-color: #ffffff;*/
    height: auto;
}

.design_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.fact_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
}

.project_section {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 70px;
    padding-bottom: 80px;
    background: url('../images/worker.jpeg') no-repeat right center, linear-gradient(to right, #DF5308 25%, #F39460FF);
    background-size: contain;
}

.partner_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #fffcf4;
    font-weight: bold;
}

.lorem_ipsum_text {
    width: 50%;
    float: left;
    color: #fffcf4;
    font-size: 18px;
    margin-left: 0;
}

.our_text {
    width: 29%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 1px solid #EA4E1B;
    text-align: center;
}

.padding_top_0 {
    padding-top: 50px;
}

.contact_section {
    margin-top: 80px;
    width: 100%;
    float: left;
    /*background-color: #ffffff;*/
    height: auto;
}

.contact_bg {
    width: 82%;
    float: right;
    margin-bottom: 50px;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #090a0b;;
    border-bottom: 0px solid#49bcfe;
    padding-top: 20PX;
}

.email-bt {
    background: transparent;
    border-bottom: 1px solid #090a0b;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #090a0b !important;
    width: 100%;
    height: 30px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
    margin-bottom: 10px;
}

input.email-bt::placeholder {
    color: #090a0b;
}

.massage-bt {
    background: transparent;
    border-bottom: 1px solid #090a0b;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #090a0b !important;
    width: 100%;
    height: 85px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
}

textarea#comment.massage-bt::placeholder {
    color: #090a0b;
}

.send_bt a {
    width: 30%;
    float: left;
    background-color: #041d2c;
    color: #090a0b;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 10px;
    min-width: 100px;
}

.send_bt a {
    color: #fffdf6;
    background-color: #EA4E1B;
}

.send_bt a:hover {
    color: #000;
    background-color: #fc894f;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #1c1d1d;
    height: auto;
    margin-top: 80px;
    padding-bottom: 80px;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #EA4E1B;
    color: #fff;
    border: 0px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
}

.addres_text {
    width: 10%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #fcf8f9;
    border-bottom: 1px solid #ffffff;
    padding-top: 25px;
}

.map_addres {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.map_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fffcf4;
    display: flex;
}

.map_icon {
    padding-left: 10px;
    padding-top: 10px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #EA4E1B;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 14pt;
    color: #ffffff;
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #000000;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.image_7 {
    width: 100%;
    float: left;
    text-align: center;
}

.image_7 a {
    color: #000;
}

.image_7 a:hover {
    color: #000;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

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

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

a {
    color: #ffffff;
    text-decoration: none;
    outline: none !important;
}

.whatsapp {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 10px;
    z-index: 10;
    max-width: 100px;
}

img.banner-img {
    height: 80vh !important;
    background: linear-gradient(to right, white 0%,
    black 100%) no-repeat;
    border-radius: 15px;
}

.mantencion-logo {
    border-radius: 50%;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
    margin: auto;
}

.center {
    display: block;
    margin: auto;
}

.center-flex-v{
    display: flex;
    align-items: center;
}

.difuminate {
    background: linear-gradient(to right, white 0%, black 100%) no-repeat;
    border-radius: 15px;
}
