    * {
        margin: 0;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
        text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    }
    
    body {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }
    
    ul {
        list-style: none;
        margin-bottom: 0px!important;
    }
    
    ul li {
        margin: 0px;
        padding: 0px;
    }
    
    p {
        margin: 0px;
    }
    
    a,
    a:hover,
    a:visited,
    a:active,
    a:link {
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
        text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
       
    }
    
    a {
        text-decoration: none!important;
    }
    /*form*/
    
    .hover_inquiry {
        width: 270px;
        float: right;
        cursor: auto;
        background: #e7e7e7;
        padding: 10px;
        border: solid 2px #fff;
    }
    
    .slide_inquiry {
        padding: 0;
        position: fixed;
        top: 165px;
        right: -268px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 99999999999999999999999;
    }

    
    .slide_inquiry:hover {
        right: 0;
    }
    
    .hover_inquiry h2 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .all-field-1 {
        color: #6d5d5d;
        font-size: 12px;
    }
    
    .hover_button {
        cursor: pointer;
        float: right;
        border: 2px solid #fff;
        padding: 6px;
        font-size: 20px;
        background: #d9534f;
        color: #fff;
    }
    
    #contact input[type="text"],
    #contact input[type="email"],
    #contact input[type="tel"],
    #contact input[type="url"],
    #contact textarea,
    #contact button[type="submit"] {
        font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
    }
    
    #contact {
        background: #F9F9F9;
        padding: 20px;
       
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }
    
    #contact h3 {
        display: block;
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 10px;
    }
    
    #contact h4 {
        margin: 5px 0 15px;
        display: block;
        font-size: 13px;
        font-weight: 400;
    }
    
    fieldset {
        border: medium none !important;
        margin: 0 0 10px;
        min-width: 100%;
        padding: 0;
        width: 100%;
    }
    
    #contact input[type="text"],
    #contact input[type="email"],
    #contact input[type="tel"],
    #contact input[type="url"],
    #contact textarea {
        width: 100%;
        border: 1px solid #ccc;
        background: #FFF;
        margin: 0 0 5px;
        padding: 10px;
    }
    
    #contact input[type="text"]:hover,
    #contact input[type="email"]:hover,
    #contact input[type="tel"]:hover,
    #contact input[type="url"]:hover,
    #contact textarea:hover {
        -webkit-transition: border-color 0.3s ease-in-out;
        -moz-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
        border: 1px solid #aaa;
    }
    
    #contact textarea {
        height: 100px;
        max-width: 100%;
        resize: none;
    }
    
    #contact button[type="submit"] {
        cursor: pointer;
        width: 100%;
        border: none;
        background: #4CAF50;
        color: #FFF;
        margin: 0 0 5px;
        padding: 10px;
        font-size: 15px;
    }
    
    #contact button[type="submit"]:hover {
        background: #43A047;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }
    
    #contact button[type="submit"]:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    }
    
    .copyright {
        text-align: center;
    }
    
    #contact input:focus,
    #contact textarea:focus {
        outline: 0;
        border: 1px solid #aaa;
    }
    
    ::-webkit-input-placeholder {
        color: #888;
    }
    
    :-moz-placeholder {
        color: #888;
    }
    
    ::-moz-placeholder {
        color: #888;
    }
    
    :-ms-input-placeholder {
        color: #888;
    }
    /*form*/
    /*Social icon*/
    
    /*#fixed-social {*/
    /*    position: fixed;*/
    /*    top: 35%;*/
    /*    right: 0px;*/
    /*    z-index: 9999;*/
    /*}*/
    .socialMediaset div {
        display: inline-block;
    }
    
    #fixed-social a {
        color: #fff;
        display: block;
        height: 40px;
        position: relative;
        text-align: center;
        
        width: 40px;
        margin-bottom: 1px;
        z-index: 2;
    }
    #fixed-social a i{
        line-height: 40px;
    }
    .fixed-facebook {
        background-color: #00AAE5;
    }
    
    .fixed-facebook span {
        background-color: #00AAE5;
    }
    
    .fixed-twitter {
        background-color: #7D3895;
    }
    
    .fixed-twitter span {
        background-color: #7D3895;
    }
    
    .fixed-gplus {
        background-color: #f52aa4;
    }
    .whatsappcall-bak-2 {
        position: fixed;
        bottom: 61px;
        left: 10px;
        z-index: +9999;
        animation-name: mover1;
        -webkit-animation: mover1 1s infinite alternate;
        animation: mover1 1s infinite alternate;
    }
    .whatsappcall-bak-2 img {
    width: 50px;
    margin-bottom: 5px;
    display: block;
}
    
    .fixed-gplus span {
        background-color: #00AF54;
    }
    
    .fixed-linkedin {
        background-color: #FFC41E;
    }
    
    .fixed-linkedin span {
        background-color: #FFC41E;
    }
    
    #fixed-social a span {
        line-height: 40px;
        right: 44px;
        position: absolute;
        text-align: center;
        width: 116px;
        visibility: hidden;
        transition-duration: 0.5s;
        z-index: 1;
        opacity: 0;
    }
    
    #fixed-social a:hover>span {
        visibility: visible;
        opacity: 1;
    }
    /*Top*/
    
    .info {
        display: table;
        float: left;
        padding: 15px 30px;
        width: 100%;
        position: relative;
        transition: 1s;
    }
    
    .info a {
        color: #000!important;
    }
    
    @media (max-width:991px) {
        .info {
            padding: 15px 0px;
        }
    }
    
    .info > img {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    
    .info img {
        transition: 1s;
    }
    
    .info strong {
        color: #000000;
        display: table-cell;
        font-family: montserrat;
        font-size: 20px;
        line-height: 10px;
        padding-left: 10px;
        vertical-align: middle;
        width: 100%;
    }
    
    .info strong span {
        color: #444545;
        float: left;
        font-size: 16px;
        margin-top: 10px;
        width: 100%;
    }
    
    .info strong span a {
        color: #000;
    }
    
    .info:hover > img {
        opacity: 0.3;
        -webkit-transform: translateX(30px) scale(1.4);
        -moz-transform: translateX(30px) scale(1.4);
        -ms-transform: translateX(30px) scale(1.4);
        -o-transform: translateX(30px) scale(1.4);
        transform: translateX(30px) scale(1.4);
        transition: 1s;
    }
    /*Top*/
    /*navbar*/
    
    .nav-item .nav-link {
        color: #fff;
        font-weight: 700;
        padding: 15px 20px!important;
        letter-spacing: 1px;
    }
.navbar-dark .navbar-nav .nav-link {
    color: #fff!important;
}
    @media (max-width:768px) {
        .nav-item .nav-link {
            padding-right: 8px!important;
            padding-left: 8px!important;
        }
    }
    
    @media (max-width:991px) {
        .nav-item .nav-link {
            padding-right: 5px!important;
            padding-left: 5px!important;
        }
    }
    
    .dropdown-menu .dropdown-item {
        color: #000!important;
        font-weight: 600!important;
        padding: 15px 20px;
    }
    
    .dropdown-menu .dropdown-item:hover {
        background-color: #343a40;
        color: #fff!important;
    }
    /*navbar*/
    /*Service*/
    
    .tittl {
        padding: 50px;
    }
    
    .serviceBox {
        text-align: center;
    }
    
    .serviceBox .service-icon {
        width: 84px;
        height: 84px;
        line-height: 84px;
        margin: 0 auto 30px;
        font-size: 34px;
        color: #343a40;
        position: relative;
        z-index: 1;
        transition: all 0.5s ease 0s;
    }
    
    .serviceBox:hover .service-icon {
        color: #fff;
    }
    
    .serviceBox .service-icon:before {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #343a40;
        border-radius: 0 30px 30px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all 0.5s ease 0s;
    }
    
    .serviceBox:hover .service-icon:before {
        border-radius: 0 40px 40px 40px;
        background: #343a40;
        transform: rotate(45deg);
    }
    
    .serviceBox .title {
        font-size: 23px;
        font-weight: 500;
        color: #011627;
        margin-bottom: 10px;
        transition: all 0.5s ease 0s;
    }
    
    .serviceBox .description {
        font-size: 13px;
        color: #828484;
        line-height: 27px;
    }
    
    @media only screen and (max-width: 990px) {
        .serviceBox {
            margin-bottom: 30px;
        }
    }
    /*Service*/
    
    .property-box {
        background-color: #004085d9;
        overflow: hidden;
        color: #fff;
        text-align: center;
        box-shadow: 0px 0px 10px 3px #ccc;
        transition: 1s;
        margin-bottom: 15px;
        position: relative
    }
    
    .price p {
        position: absolute;
        top: 20px;
        background-color: #343a40;
        padding: 10px 25px;
        left: 0px;
        color: #fff;
    }
    
    .property-box:hover {
        box-shadow: 3px 5px 15px 10px #373434;
        transition: 1s;
    }
    
    .figcaption h4 {
        padding: 10px;
        color: #fff;
        font-size: 16px;
    }
    
    .butt {
        padding: 5px;
    }
    
    .view-all {
        background: #000;
        padding: 10px;
        margin: 30px auto;
        width: 201px;
        display: block;
        text-align: center;
        color: #fff;
        transition: 1s;
        font-weight: 700;
    }
    
    .view-all:hover {
        background: #265c97;
        color: #000;
        transition: 1s;
    }
    
    .sectionClass {
        padding: 20px 0px 50px 0px;
        position: relative;
        display: block;
    }
    
    .fullWidth {
        width: 100% !important;
        display: table;
        float: none;
        padding: 0;
        min-height: 1px;
        height: 100%;
        position: relative;
    }
    
    .sectiontitle {
        background-position: center;
        margin: 30px 0 0px;
        text-align: center;
        min-height: 20px;
    }
    
    .sectiontitle h2 {
        font-size: 30px;
        color: #222;
        margin-bottom: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .headerLine {
        width: 160px;
        height: 2px;
        display: inline-block;
        background: #101F2E;
    }
    
    .projectFactsWrap {
        display: flex;
        margin-top: 30px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    #projectFacts .fullWidth {
        padding: 0;
    }
    
    .projectFactsWrap .item {
        width: 25%;
        height: 100%;
        padding: 50px 0px;
        text-align: center;
    }
    
    .projectFactsWrap .item:nth-child(1) {
        background: rgb(16, 31, 46);
    }
    
    .projectFactsWrap .item:nth-child(2) {
        background: rgb(18, 34, 51);
    }
    
    .projectFactsWrap .item:nth-child(3) {
        background: rgb(21, 38, 56);
    }
    
    .projectFactsWrap .item:nth-child(4) {
        background: rgb(23, 44, 66);
    }
    
    .projectFactsWrap .item p.number {
        font-size: 40px;
        padding: 0;
        font-weight: bold;
    }
    
    .projectFactsWrap .item p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 18px;
        margin: 0;
        padding: 10px;
        font-family: 'Open Sans';
    }
    
    .projectFactsWrap .item span {
        width: 60px;
        background: rgba(255, 255, 255, 0.8);
        height: 2px;
        display: block;
        margin: 0 auto;
    }
    
    .projectFactsWrap .item i {
        vertical-align: middle;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
    }
    
    .projectFactsWrap .item:hover span {
        background: white;
    }
    
    @media (max-width: 786px) {
        .projectFactsWrap .item {
            flex: 0 0 50%;
        }
    }
    /* AUTHOR LINK */
    
    .hot-property {
        text-align: center;
        position: relative;
        background-color: #343a40;
        margin: 10px;
    }
    /*.property-bottom ul li{
    padding: 5px 0px;
}*/
    
    .agileinfo-contact-two-grids {
        background: #fff;
        padding: 2em 1em;
        -webkit-box-shadow: -4px 11px 67px -1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -4px 11px 67px -1px rgba(0, 0, 0, 0.75);
        box-shadow: -4px 11px 67px -1px rgba(0, 0, 0, 0.75);
    }
    
    .styled-input:nth-child(1) {
        margin-top: 0px;
    }
    
    .styled-input:nth-child(1),
    .styled-input:nth-child(3) {
        padding-left: 0px;
    }
    
    .styled-input {
        margin: 40px 0px 0px;
    }
    
    .contact-us input[type="text"],
    .contact-us input[type="email"],
    .contact-us textarea {
        color: #000;
        border: none;
        padding: 10px 20px;
        border: 1px solid #000;
        font-size: 13px;
        font-weight: 600;
        width: 100%;
        background: transparent;
        outline: none;
        letter-spacing: 1px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }
    
    .footer_grid_left h5 {
        font-size: 21px;
        letter-spacing: 1px;
        color: #5e57d9;
        font-weight: 600;
        margin: 11px 0px 6px;
    }
    
    .footer_grid_left p,
    .footer_grid_left a {
        color: #000!important;
        line-height: 24px;
        font-size: 13px;
        letter-spacing: .5px;
    }
    
    .contact-buttn input[type="submit"] {
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        text-decoration: none;
        border: none;
        padding: .7em 3em;
        outline: 0;
        margin: 2em 0em 0em;
        background: #000;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }
    
    .list-footer {
        margin-top: 30px;
        background-color: #004085d9;
    }
    
    ul.footer-nav,
    .agileits_w3layouts-copyright {
        text-align: center;
    }
    
    .footer-nav li {
        list-style-type: none;
        display: inline-block;
        padding: 1em 1em;
        margin: 0px 5px;
        border-bottom: 2px solid rgba(226, 222, 222, 0);
    }
    
    ul.footer-nav li a {
        color: #fff;
        font-weight: 600;
    }
    
    .footer-bottom {
        background-color: #343a40;
        color: #fff;
        text-align: center;
        padding: 15px;
    }
    
    .heading .tittl::before {
        background-image: url(../images/side.png);
        top: 0px;
    }
    
    .rate p {
        padding: 10px;
    }
    
    .nevigation {
        background-color: #004085d9!important;
    }
    
    .about-content p {
        text-align: center;
    }
    
    .about-heading {
        margin: 30px!important;
    }
    
    .requirement {
        background-color: #fff;
        padding: 30px;
    }
    /*testimonial*/
    
    #owl-demo .item {
        margin: 3px;
    }
    
    figure.snip1157 {
        font-family: 'Raleway', Arial, sans-serif;
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        min-width: 220px;
        max-width: 310px;
        width: 100%;
        color: #000;
        padding: 10px;
        text-align: left;
        box-shadow: none !important;
        background-color: #265c97;
        border-radius: 10px;
    }
    
    figure.snip1157 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }
    
    figure.snip1157 img {
        max-width: 100%;
        vertical-align: middle;
        height: 90px;
        width: 90px;
        border-radius: 50%;
        margin: 40px 0 0 0px;
    }
    
    figure.snip1157 blockquote {
        display: block;
        border-radius: 8px;
        position: relative;
        background-color: #fafafa;
        padding: 25px 30px 30px 50px;
        font-size: 0.8em;
        font-weight: 700;
        margin: 0;
        line-height: 1.6em;
        font-style: italic;
    }
    
    figure.snip1157 blockquote:before,
    figure.snip1157 blockquote:after {
        font-family: 'FontAwesome';
        content: "\201C";
        position: absolute;
        font-size: 50px;
        opacity: 0.3;
        font-style: normal;
    }
    
    figure.snip1157 blockquote:before {
        top: 25px;
        left: 10px;
    }
    
    figure.snip1157 blockquote:after {
        content: "\201D";
        right: 10px;
        bottom: 0;
    }
    
    figure.snip1157 .arrow {
        top: 100%;
        width: 0;
        height: 0;
        border-left: 0 solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #fafafa;
        margin: 0;
        position: absolute;
    }
    
    figure.snip1157 .author {
        position: absolute;
        bottom: 45px;
        padding: 0 10px 0 100px;
        margin: 0;
        text-transform: uppercase;
        color: #ffffff;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    
    figure.snip1157 .author h5 {
        opacity: 0.8;
        margin: 0;
        font-weight: 800;
    }
    
    figure.snip1157 .author h5 span {
        font-weight: 400;
        text-transform: none;
        padding-left: 5px;
    }
    
    figure.snip1157 .author h5 {
        font-size: 16px;
    }
    /*testimonial*/

.buy-content li{
    text-align: justify;
}
.property-inne li a{
    color: #000!important;
}
.widget-content ul li{
    color: #000!important;
}
.property-inner{
    padding: 0px!important;
}
.map-grid{
        height: 150px;
}
/*********************************call-whatsapp*****************************************/
 .call-back-1 {
    position: fixed;
    bottom: 61px;
    right: 10px;
    z-index: +9999;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}
@-webkit-keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.call-back-1 img{
           width: 50px;
    margin-bottom: 5px;
    display: block;
    
}
/*********************************call-whatsapp*****************************************/