﻿body {
}
header {
    border-bottom: 1px solid #67bbbb63;
}
    header img {
        width: 250px;
        height: 100px;
    }
.menuList {
    text-align:right;
}
.menu {
    list-style-type: none;
    padding-top: 9px;
    font-size: 16px;
}
    .menu li {
        display: inline-block;
        padding-right: 50px;
        text-decoration:none;
    }
        .menu .active {
            color: #47aad0;
            font-weight: 600;
        }

.input-group.md-form.form-sm.form-2 input {
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
    .input-group.md-form.form-sm.form-2 input.red-border {
        border: 0px solid #a5e1ff;
        background: #d3dbdd;
    }
        .input-group.md-form.form-sm.form-2 input.red-border::placeholder {
            color: #23739b;
        }
            .p-35 {
            padding-top: 35px;
        }


/*about part*/
#ABOUTUs {
padding-top:50px;
padding-bottom:50px;
}
.txt-about p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 15px;
    /*font-family:*/
}

.img-about img{
    width:100%;
}
.txt-center{
    text-align:center;
}

/*properties*/
.graybg {
    background-color: rgb(214, 214, 214);
    height: 300px;
}

.orangebg {
    background-color: rgb(237, 148, 16);
    height: 300px;
}
.txt-properties p{
    text-align: justify;
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 20px;
}

.img-properties img{
    width:370px;
    padding-top:30px;
}

/*contact*/
.pd-20 {
padding-bottom:20px;
}
#CONTACTUs {
    background-image: url(/Upload/bgConatct.jpg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    transition: opacity 0.5s;
    padding: 20px;
    padding-bottom:80px;
}
#CONTACTUs h2{
    color:#fff;
}
.inputs {
    text-align:center;
    padding-top:50px;
}
.info{
    padding-top:25px;
    color:#fff;
}
.info h2{
    font-weight:600;
}
.info span{
    font-size:16px;
}
.info i{
    font-size:26px;
    padding-right:10px;
}
.email-icon {
    margin: 1.5rem 0;
    color: #fff;
}
    .email-icon span:before {
        right: 100%;
        margin-right: 1rem;
        content: '';
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 50%;
        height: 0;
        /*width: 200rem;*/
        border-top-width: 1px;
        border-top-style: solid;
        border-color: inherit;
    }
    .email-icon span:after {
        left: 100%;
        margin-left: 1rem;
        content: '';
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 50%;
        height: 0;
        /*width: 200rem;*/
        border-top-width: 1px;
        border-top-style: solid;
        border-color: inherit;
    }
.contact-field {
    width: 100%;
    padding: .6rem 1rem;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 0;
    height:40px;
}

.btn-sent {
    border: 2px solid #00afec;
    color: #00afec;
    background-color: transparent !important;
    padding: 10px 20px;
    font-size: 16px;
}
    .btn-sent:hover {
        background-color: #00afec!important;
        color:#FFF;
    }
/*contact*/

/*footer*/
footer {
    background-color: #181818;
    color: #666666;
    padding:30px;
}

footer ul li{
    list-style-type:none;
    float:left;
    padding-right:30px;
}

    footer ul li a {
        text-decoration: none;
        color: #666666;
    }

#scrollUp {
    position: fixed;
    z-index: 2147483647;
    background-color: rgb(237, 148, 16);
    bottom: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 45px;
    z-index: 99999;
    border-radius: 50%;
}
#scrollUp i{
    padding-top:12px;
}

.validation-error {
    background-color: #0079a3;
    color:#fff;
}

.stick {
    background: rgba(0, 33, 71, 0.9);
    border-bottom: 2px solid #002147;
    position: fixed;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}


.sticky {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    z-index: 2000;
}

/*footer*/