@font-face {
    font-family: "WorkSans";
    src: url("../fonts/WorkSans-Regular.ttf");
}
@font-face {
    font-family: "WorkSans-Medium";
    src: url("../fonts/WorkSans-Medium.ttf");
}
@font-face {
    font-family: "MessinaSans-Bold";
    src: url("../fonts/MessinaSans-Bold.ttf");
}
@font-face {
    font-family: "WorkSans-ExtraBold";
    src: url("../fonts/WorkSans-ExtraBold.ttf");
}
@font-face {
    font-family: "MessinaSans-Regular";
    src: url("../fonts/MessinaSans-Regular.ttf");
}
@font-face {
    font-family: "MessinaSans-Bold";
    src: url("../fonts/MessinaSans-Black.ttf");
}
body{
    font-family: 'MessinaSans-Regular', sans-serif;
    direction: ltr;
    text-align: left;
    color: #4c505b;
}
.primary_color{
    color: #00114a;
}
.primary_color_bg{
    background-color: #00114a;
    color: #fff;
}
.secondary_color{
    color: gray;;
}
.secondary_color_bg{
    background-color: gray;
    color: #fff;
}
.thirdy_color{
    color: #b2b5bf;
}
.thirdy_color_bg{
    background-color: #b2b5bf;
    color: #000;
}
/*Start Navbar*/
.head_wp{

}
.head_wp .navbar{

}
.head_wp .navbar .nav-link{
    transition: .3s ease-in-out;
    color: #fff;
    outline: 0;
    font-size: 17px;
}
.head_wp .navbar .nav-item.active a{
    color: gray;
}
.head_wp .navbar .nav-link:hover,
.head_wp .navbar .nav-link:active,
.head_wp .navbar .nav-link:focus,
.head_wp .navbar-light .navbar-nav .show > .nav-link{
    color:gray;
}
.head_wp .navbar .nav-link.btn_wp{
    color: #000;
}
.head_wp .dropdown-menu{
    top: 140%;
    border-radius: 0;
    border: 0;
    background: #00114a;
    color: #fff;
    padding: 0;
}
.head_wp .dropdown-menu .dropdown-item{
    color: #fff;
    transition: .3s ease-in-out;
    background: none;
}
.head_wp .dropdown-menu .dropdown-item:hover{
    color: gray;
}
.head_wp .navbar .whatsapp_icon{
    font-size: 20px;
    color: #27d045;
}
.btn_wp{
    background-color: #fff;
    color: #000;
    transition: .3s ease-in-out;
    outline: 0;
    border-radius: 6px;
    font-size: 17px !important;
    border: 1px solid #3e3e3e !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    height: 45px;
    padding: 0 15px !important;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    text-decoration: none !important;
}
.btn_wp:hover,
.btn_wp:focus,
.btn_wp:active{
    background: #b2b5bf !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important;
}
.head_wp .navbar .navbar-toggler{
    color: #fff;
}
.head_wp .navbar-brand img{
    width:90px;
}
/*End Navbar*/
/*Start Whatsapp*/
.whatsapp_fixed_btn{
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
}
.whatsapp_fixed_btn img{
    width: 60px;
}
/*End Whatsapp*/
/*Start Footer*/
.footer_wp{
    text-align: center;
    padding: 30px 0;
    border-top: 5px solid gray;
}
.footer_wp .logo{

}
.footer_wp .logo img{
    width:90px;
}
.footer_wp .social{
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.footer_wp .social li{
    display: inline-block;
    margin: 0 5px;
}
.footer_wp .social li a{
    color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
}
.footer_wp .social li a.facebook{
    background-color: #385997;
}
.footer_wp .social li a.twitter{
    background-color: #55acee;
}
.footer_wp .social li a.instagram{
    background-color: #ac1e58;
}
.footer_wp .social li a.youtube{
    background-color: #f00;
}
.footer_wp .social li a.linkedin{
    background-color: #1b80e4;
}
.footer_wp .social li i{

}
.footer_wp .links{
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.footer_wp .links li{
    display: inline-block;
    margin: 0 5px;
}
.footer_wp .links li a{
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.footer_wp .links li a:hover{
    color: gray;
}
.footer_wp .copy{
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 20px;
    opacity: .8;
}
/*End Footer*/
/*Start intro_wp*/
.intro_wp{
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
}
.intro_wp .frame{
    background: rgba(0,17,24,.5);
    color: #fff;
    height: 100%;
}
.intro_wp .frame .container{
    height: 100%;
}
.intro_wp .block{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 730px;
    margin: 0 auto;
    padding: 0 10px;
}
h1{
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 15px;

    font-family: MessinaSans-Bold;
}
h1 .fl{

}
.intro_wp .block h1{

}
.intro_wp .block h1 span{
    color: #65baf3;
}
.intro_wp .block p{
    line-height: 1.6;
    font-size: 20px;
    margin: 0;
    opacity: .9;

}
.intro_wp .block a,
.intro_wp .block button{
    margin-top: 20px;
}
/*End intro_wp*/
/*Start twodiv_wp*/
.twodiv_wp{
    padding: 50px 0;
    background-color: #eef7fe;
}
.twodiv_wp .info{
    padding: 10px;
}
.twodiv_wp .info h1{
    font-size: 40px;
    color: #00114a;
}
.twodiv_wp .info p{
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 10px;

}
.twodiv_wp .info p span{
    color: gray;
}
.twodiv_wp .info p br{
    margin-bottom: 10px;
}
.twodiv_wp .info a{

}
.twodiv_wp .img-box{
    height: 100%;
    max-height:500px;
}
.twodiv_wp .img-box img{
    transition: all .5s ease-in;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.twodiv_wp .img-box img:hover{
    transform: scale(1.05);
}
/*End twodiv_wp*/
/*start statistics_wp*/
.statistics_wp{
    border-bottom:1px solid #ddd;
}
.statistics_wp .block{
    padding: 35px 0;
    text-align: center;
    transition: .5s ease-in-out;
    height: 100%;
}
.statistics_wp .block:hover{
    background-color: #eef7fe;
}
.statistics_wp .block h1{
    color: #00114a;
    font-size: 65px;
}
.statistics_wp .block p{
    margin: 0;
    color: #4c505b;
    line-height: 1.6;

    font-size: 15px;
}
/*end statistics_wp*/

/*start testimonials_wp*/
.testimonials_wp{
    background-color: #eef7fe;
    padding: 50px 0;
}
.testimonials_wp h1{
    color: #00114a;
}
.testimonials_wp .subtitle{
    color: #4c505b;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.testimonials_wp .subtitle span{

}
.testimonials_wp .testimonial-card .card-up {
    height: 120px;
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.testimonials_wp .testimonial-card .avatar {
    width: 110px;
    margin-top: -60px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
}
/*end testimonials_wp*/

/*start contactus_wp*/
.contactus_wp{
    padding: 50px 0;
    background-color: #fff;
}
.contactus_wp h1{
    text-align: center;
    color: #00114a;
}
.contactus_wp .subtitle{
    color: #4c505b;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
    opacity: .8;
}
.contactus_wp .map{
    height: 100%;
}
.contactus_wp .mapouter{
    height: 100%;
}
.contactus_wp .map iframe{
    width: 100%;
    height: 100%;
}
.contactus_wp form{

}
.contactus_wp form .form-control{
    height: 50px;
    box-shadow: none !important;
    outline: 0;
    color:#fff !important;
    border: 0 !important;
    background: #1c1c1c !important;
}
.contactus_wp .form-control::placeholder{
    background:#1c1c1c;
    color:#fff;
}
.contact_form{
    background: #000;
    color: #fff;
    padding: 15px;
}
form .btn_wp{
    background:#1c1c1c;
    color:#fff;
    border: 0 !important;
    text-transform: uppercase;
}
form .btn_wp:hover,
form .btn_wp:active,
form .btn_wp:focus{
    background:#1c1c1c !important;
}
form label{
    color: #fff;
    margin-bottom: 11px;

    font-size: 15px;
}
form input[type='submit']{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
}
textarea{
    height: 120px !important;
}
.iti{
    direction: ltr;
    width: 100%;
}
form .required{
    color: #ff1400;
    font-size: 12px;
}
.result_input{
    font-weight:bold;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
}
.invalid_result{
    color: #ea4335;
}
.valid_result{
    color: #34a853;
}

/*end contactus_wp*/
/*start offplan_wp*/
.offplan_wp{
    padding: 50px 0;
    background-color: #eef7fe;
}
.offplan_wp h1{
    color: #00114a;
    text-align: center;
}
.offplan_wp .block{
    margin-top: 50px;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}
.offplan_wp .block .img-box{
    height: 100%;
}
.offplan_wp .block .img-box a{
    height: 100%;
    display: block;
}
.offplan_wp .block .img-box img{
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
}
.offplan_wp .block .img-box img:hover{
    transform: scale(1.05);
}
.offplan_wp .block .info{
    padding: 20px 0;
}
.offplan_wp .block .info a.title{
    color: #00114a;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    transition: .3s ease-in-out;
}
.offplan_wp .block .info a.title:hover{
    color: gray;
}
.offplan_wp .block .info a.view{

}
.offplan_wp .block .info .price{
    color: gray;
    font-size: 18px;
    margin-bottom: 10px;
}
.offplan_wp .block .info .data{
    font-size: 16px;
    margin-bottom: 10px;
}
.offplan_wp .block .info .data span{
    color: #000;
}
.offplan_wp .block .info .bio{
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 15px;
}
/*end offplan_wp*/
/*start offplandetails_wp*/
.offplandetails_wp{
    background-color: #eef7fe;
}
.offplandetails_wp .links{
    background-color: #fff;
    margin-bottom: 20px;
}
.offplandetails_wp .links.scrolled{
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    left: 0;
}
.offplandetails_wp .links ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
}
.offplandetails_wp .links ul li{
    display: inline-block;

}
.offplandetails_wp .links ul li a{
    color: #00114a;
    padding: 20px 10px;
    text-decoration: none;
    display: block;
    transition: .3s ease-in-out;
}
.offplandetails_wp .links ul li a:hover{
    background-color: gray;
    color: #fff;
}
.offplandetails_wp .link_name{
    color: #00114a;
    font-family: 'MessinaSans-Bold';
    font-size: 20px;

    margin-bottom: 15px;
}
.offplandetails_wp .main_data{
    color: #000;
    line-height: 1.6;

    font-size: 20px;
    margin-bottom: 15px;
}
.offplandetails_wp .data{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}
.offplandetails_wp .data span{
    font-weight: bold;
    color: #00114a;
}
.offplandetails_wp hr{
    margin: 20px 0;
}
.offplandetails_wp .info_title{
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    color: gray;
}
.offplandetails_wp .info{
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px;
}
.offplandetails_wp .carousel{
    margin-bottom: 15px;
}
.offplandetails_wp .carousel-item{
    height: 400px;
}
.offplandetails_wp .carousel-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.offplandetails_wp .carousel .carousel-control-next,
.offplandetails_wp .carousel .carousel-control-prev{
    opacity: 1;
    font-size: 40px;
}
.offplandetails_wp .carousel .carousel-control-next i,
.offplandetails_wp .carousel .carousel-control-prev i{
    background: #fff;
    color: #2d2d2d;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 0;
    line-height: 50px;
    border-radius: 50%;
    font-size: 23px;
    font-weight: normal;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.offplandetails_wp .features{

}
.offplandetails_wp .features p{
    color: #00114a;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 22px;
}
.offplandetails_wp .features ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.offplandetails_wp .features ul li{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}
.offplandetails_wp .features ul li i{
    font-size: 13px;
    background: gray;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
}
.offplandetails_wp .map{

}
.offplandetails_wp .map iframe{
    height: 400px;
    width: 100%;
}
.offplandetails_wp .payment{
    text-align: center;
    padding: 20px 5px;
    margin-bottom: 20px;
    background-color: #fff;
}
.offplandetails_wp .payment .first{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.offplandetails_wp .payment h4{
    color: #65baf3;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 15px;
}
.offplandetails_wp .payment .last{
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: gray;
    line-height: 1.6;
    margin: 0;
}
/*end offplandetails_wp*/
/*start steps_wp*/
.steps_wp{
    padding: 30px 0;
    background-color: #eef7fe;
}
.steps_wp h1{
    text-align: center;
}
.steps_wp .block{
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 40px 80px -24px rgba(0,17,74,.12);
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}
.steps_wp .block .img-box{
    height: 75px;
    overflow: hidden;
}
.steps_wp .block .img-box img{
    height: 75%;
    object-fit: contain;
}
.steps_wp .block h4{
    color: #00114a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.steps_wp .block p{
    margin: 0;
    line-height: 1.6;

    font-size: 15px;
    min-height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.steps_wp .block ul{
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 150px;
}
.steps_wp .block ul li{
    font-size: 13px;
    color: #4c505b;
    margin-bottom: 5px;
    line-height: 1.6;
}
.steps_wp .block ul li:last-child{
    margin-bottom: 0;
}
.steps_wp .block ul li::before{
    content: '⚬';
    margin-right: 2px;
}
/*end steps_wp*/

/*start social_wp*/
.social_wp{
    padding: 30px 0;
    border-top: 1px solid #ebebeb;
}
.social_wp .block{
    transition: .3s ease-in-out;
    background: #fff;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none !important;
    padding: 20px 10px;
}
.social_wp .block:hover p{
    color: gray;
}
.social_wp .block:hover{
    background-color: #eef7fe;
}
.social_wp .block img{

}
.social_wp .block h2{
    margin: 30px 0;
    color: #00114a;
    font-size: 50px;
    font-family: 'MessinaSans-Bold';
}
.social_wp .block p{
    transition: .3s ease-in-out;
    color: #323232;
    font-size: 16px;
    text-transform: uppercase;
}
/*end social_wp*/
/*start holidayhome_wp*/
.holidayhome_wp{
    padding-top: 30px;
}
.holidayhome_wp .sub_title{
    color: #00114a;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 25px;

}
.holidayhome_wp .info{
    color: #4c505b;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.holidayhome_wp .img-content{
    margin-bottom: 15px;
}
.holidayhome_wp .link-content{
    color: gray;
    text-decoration: underline;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}
.holidayhome_wp .list-content{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style: inside;
}
.holidayhome_wp .list-content li{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.holidayhome_wp .steps_wp{

}
/*end holidayhome_wp*/
.mini_sec{
    background-image: url('https://emtelakproperties.com/img/contact-bg.webp');
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mini_sec .block{

}
.mini_sec .block h2{
    font-size: 35px;
    margin-bottom: 20px;

    line-height: 1.6;
}
.mini_sec .block a{

}
/*start mini_sec*/

/*end mini_sec*/
/*start rent_buy_block*/
.rent_buy_wp{
    padding: 50px 0;
}
.rent_buy_block{
    border: 1px solid #f5f5f5;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.rent_buy_block .img-box{
    height: 250px;
    overflow: hidden;
}
.rent_buy_block .img-box a{

}
.rent_buy_block .img-box img{
    height: 100%;
    width:100%;
    object-fit: contain;
    transition: .5s ease-in-out;
}
.rent_buy_block:hover img{
    transform: scale(1.05);
}
.rent_buy_block .icons{
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}
.rent_buy_block .icons span{
    color: #393939;
    font-size: 14px;
    font-weight: bold;
}
.rent_buy_block .icons i{
    color: #4c4c4c;
    font-size: 12px;
    opacity: .5;
}
.rent_buy_block .data{
    padding:10px;
    text-align: center;
}
.rent_buy_block .data .price{
    color: #000;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}
.rent_buy_block .data .title{
    margin: 0;
}
.rent_buy_block .data .title a{
    color: #00114a;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;

    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    transition: .5s ease-in-out;
}
.rent_buy_block .data .title a:hover{
    color: gray;
}
.rent_buy_block .data  .location{
    text-align: left;
}
.rent_buy_block .data  .location i{
    color: #a5a5a5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.rent_buy_block .data  .location span{
    font-size: 13px;
    line-height: 1.4;
    height: 50px;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
}
.rent_buy_block .btn_wp{
    width: 100%;
    border-radius: 0
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 40%;
    font-size: 30px;
    color: gray;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -30px;
}
.owl-carousel .owl-nav button.owl-next{
    right: -30px;
}
.owl-dots{
    text-align: center;
    margin-top: 20px;
}
.owl-dots .owl-dot i{
    color: #00114a;
    margin: 0 3px;
    font-size: 12px;
}
.owl-dots .owl-dot.active i{
    color: gray;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    color: gray;
    background:unset;
}
/*end  rent_buy_block*/

/*start rent_wp*/
.rent_wp .rent_buy_wp{
    padding: 0;
    margin-bottom: 20px;
}
.buy_wp .rent_buy_wp{
    padding: 0;
    margin-bottom: 20px;
}
/*end rent_wp*/
/*start goyzer_tab*/
.goyzer_tab{
    padding: 30px 0;
}
.goyzer_tab .nav-tabs{
    margin-top: 20px;
    text-align: center;
    display: block;
    border: 0;
}
.goyzer_tab .nav-tabs .nav-item{
    display: inline-block;
    border: 0;
}
.goyzer_tab .nav-tabs .nav-item a{
    color: #fff;

    border: 0;
    background: #00114a;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 13px 10px;
}
.goyzer_tab .nav-tabs .nav-item a.active{
    background: #fff;
    color: #000;
    border: 1px solid #797979;
    border-bottom: 0;
}
.goyzer_tab .tab-content{

}
.goyzer_tab .tab-content .rent_buy_wp{
    padding: 15px 0;
}
/*end goyzer_tab*/
/*start title_page*/
.properties_details_wp{
    background: #f7fbff;
    padding-bottom: 20px;
}
.properties_details_wp .title_page{
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    color: #00114a;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px 0;
    background: #fff;
}
.properties_details_wp .fotorama{

}
.properties_details_wp .mini_title{
    color: #fff;
    font-weight: 900;

    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px;
    background: #00114a;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 10px 8px, rgba(0, 0, 0, 0.09) 0px 5px 9px;
}
.properties_details_wp .feature_ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.properties_details_wp .feature_ul li{
    font-size: 17px;
    line-height: 1.6;
    color: #4c505b;
    margin-bottom: 10px;
}
.properties_details_wp .feature_ul li:last-child{
    margin-bottom: 0;
}
.properties_details_wp .feature_ul li i{
    margin-right: 5px;
    color: gray;
    font-size: 15px;
}
.properties_details_wp .description{
    color: #4c505b;
    font-size: 18px;
    margin: 0;
    line-height: 1.7;
}
.properties_details_wp .description span{
    display: block;
    margin: 10px 0;
}
.properties_details_wp .open_gallery_btn{
    position: absolute;
    top: 0;
    z-index: 9;
    border-radius: 0;
    border: 0 !important;
}
.properties_details_wp hr{
    margin: 15px 0;
}
.properties_details_wp .agent_block{
    padding: 10px;
    background: #fff;
    border: 1px solid #f9f9f9;
}
.properties_details_wp .agent_block.scrolled{
    position: fixed;
}
.properties_details_wp .agent_block .address{
    color: #00114a;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: center;
}
.properties_details_wp .agent_block .address i{
    opacity: .3;
    font-size: 13px;
}
.properties_details_wp .agent_block .info{
    color: #4c505b;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 17px;

    text-align: center;
}
.properties_details_wp .agent_block .price{
    color: #000;
    line-height: 1.5;
    font-weight: bold;
    font-size: 20px;

    text-align: center;
    margin-bottom: 15px;
}
.properties_details_wp .agent_block .icons{
    text-align: center;
    margin-bottom: 15px;
}
.properties_details_wp .agent_block .icons i{
    color: #4c4c4c;
    font-size: 14px;
    opacity: .5;
}
.properties_details_wp .agent_block .icons span{
    color: #393939;
    font-size: 15px;
    font-weight: bold;
}
.properties_details_wp .agent_block .ref_no{
    color: black;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;

}
.properties_details_wp .agent_block .ref_no span{
    opacity: .6;
}
.properties_details_wp .agent_block .btns{
    margin-bottom: 15px;
}
.properties_details_wp .agent_block .btns .whatsapp_btn{
    background: #27d045 !important;
    border: 0 !important;
    color:#fff;
}
.properties_details_wp .agent_block .btns .btn_wp{
    font-size: 15px !important;
}
.properties_details_wp .agent_block hr{

}
.properties_details_wp .agent_block .profile{
    text-align: center;
}
.properties_details_wp .agent_block .profile .img-profile{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: contain;
}
.properties_details_wp .agent_block .profile .name{
    margin: 15px 0;
    font-weight: bold;
    color: #000;

    font-size: 15px;
}
.properties_details_wp .agent_block .profile .contact{
    margin-bottom: 0;
}
.properties_details_wp .agent_block .profile .contact a{
    display: inline-block;
    margin: 0 7px;
    color: #a5a5a5;
    text-decoration: none;
}
.properties_details_wp .agent_block .profile .contact a i{

}
/*end title_page*/
.wp_success{
    text-align: center;
}
.wp_success i{
    margin-bottom: 10px;
    font-size: 35px;
    color: #20ac0c;
    font-weight: normal;
}
.wp_success p{
    margin: 0;
    color: #777;
    font-size: 15px;
}
/*start wp_404*/
.wp_404{
    text-align: center;
    padding: 70px 0;
    height: 100%;
}
.wp_404 h1{
    font-size: 100px;
    color: gray;
}
.wp_404 p{
    margin: 0;
    line-height: 1.6;
    font-size: 20px;
    color: #00114a;
}
/*end wp_404*/
/*start developers*/
.developers_wp,
.featureprojects,
.ourvalues_wp{
    text-align: center;
    padding: 50px 0;
    background: #eef7fe;
}
.developers_wp h1{

}
.developers_wp .sub_title,
.featureprojects .sub_title,
.ourvalues_wp .sub_title{
    color: #4c505b;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.developers_wp .block{
    height: 100px;
    background: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 15px;
    overflow: hidden;
}
.developers_wp .block img{
    object-fit: contain;
    height: 100%;
    width: 60%;
}
.developers_wp .txt_block{
    margin: 0;
    background: #f3f3f3;
    color: #000;
    padding: 5px 0;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: capitalize;
}
/*end developers*/
/*start featureprojects*/
.featureprojects{
    background: #000;
    border-top: 7px solid gray;
    border-bottom: 7px solid gray;
}
.featureprojects .block{
    background: #1c1c1c;
    color: #fff;
    padding: 10px;
    border: 1px solid #2c2c2c;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
    overflow: hidden;
    margin-top: 20px;
}
.featureprojects .title{
    color: #fff;
}
.featureprojects .sub_title{
    color: #fff;
}
.featureprojects .block .img-box{
    height: 200px;
}
.featureprojects .block .img-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s ease-in-out;
}
.featureprojects .block .img-box img:hover{
    transform: scale(1.05);
}
.featureprojects .block h4{
    margin: 25px 0;
    font-weight: bold;
    font-size: 19px;

}
.featureprojects .block a{
    border: 1px solid #fff !important;
    background: none;
    padding: 0 20px !important;
    font-size: 15px !important;
    color:#fff;
}
.featureprojects .block a:hover,
.featureprojects .block a:active,
.featureprojects .block a:focus{
    border: 1px solid #fff !important;
    background: none !important;
}
/*end featureprojects*/
/*start ourvalues_wp*/
.ourvalues_wp{
    background: #fff;
}
.ourvalues_wp .block{
    height: 120px;
    overflow: hidden;
    margin-top: 20px;
}
.ourvalues_wp .block .img-box{
    height: 100px;
}
.ourvalues_wp .block .img-box img{
    height: 100%;
    object-fit: contain;
    width: 40%;
}
.ourvalues_wp .block p{
    color: #000;
    font-weight: bold;

    margin: 0;
    font-size: 16px;
}
/*end ourvalues_wp*/
/*start team_wp*/
.team_wp{
    padding: 50px 0;
}
.team_wp .block{
    margin: 15px 0;
    text-align: center;
}
.team_wp .block .img-box{
    height: 350px;
    overflow: hidden;
}
.team_wp .block .img-box img{
    transition: .5s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.team_wp .block:hover img{
    transform: scale(1.05);
}
.team_wp .block h3{
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    color: #00114a;
    text-transform: capitalize;

}
.team_wp .block p{
    color: #545c6c;
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
}
/*end team_wp*/
.filter_wp{

}
.filter_wp form{
    background: #fff;
    padding: 15px 5px;
    border-radius: 20px;
    text-align: center;
}
.filter_wp .col{

}
.filter_wp .form-control{
    box-shadow: none !important;
}
.filter_wp button[type='submit']{
    background: gray !important;
    color: #fff;
    box-shadow: none;
    border: 0 !important;
}
.filter_wp .bootstrap-select .dropdown-toggle{
    height:45px;
    line-height: 45px;
    padding: 0 5px;
}
.filter_wp .bootstrap-select .dropdown-toggle .filter-option{

}
.filter_wp .bootstrap-select .dropdown-item{
    padding:10px 5px;
}
.filter_wp .bootstrap-select .dropdown-menu{
    padding:0;
    top: 11px !important;
    position: relative;
    overflow: hidden;
}
.filter_wp .bootstrap-select .btn-light{
    border-radius: 0;
    border: 0;
    background: #fff;
    border-right: 1px solid #ededed;
    padding-right: 10px;
}
.filter_wp .bootstrap-select .btn-light:last-child{
    padding-right: 0;
    border-right: 0;
}
.filter_wp .bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.filter_wp .bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.filter_wp .bootstrap-select .show > .btn-light.dropdown-toggle,
.filter_wp .bootstrap-select .dropdown-toggle:focus,
.filter_wp .bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.filter_wp .bootstrap-select .btn-light:hover{
    background: #fff;
    outline: 0 !important;
    box-shadow: none;
}
.filter_wp .dropdown-toggle::after{
    color: gray;
}
/*****/
.filter_result_wp{
    background: #f7fbff;
    padding: 50px 0;
}
.filter_result_wp .filter_wp form{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.filter_result_wp .result{
    color: #00114a;
    font-size: 22px;
    margin-bottom: 20px;
}
.filter_result_wp .result span{
    font-weight: bold;
}
/*****/
.draw_wp{

}
.draw_wp .rent_buy_block{
    margin-bottom: 20px;
}
.draw_wp .rent_buy_block .img-box a{
    width: 100%;
    display: block;
}
/*****/
.page_home_sec .block,
.page_index_sec .block{
    top: unset;
    transform: unset;
    width: unset;
    padding-top: 110px;
}
.intro_wp .filter_wp{
    margin-top:20px;
}
/******/
.show_more_btn{
    background: #00114a !important;
    color: #fff !important;
    border: 0 !important;
}
.page_holidayhome_sec h1{
    font-size:35px;
}
.page_propertymanagement_sec .block h1{
    font-size: 40px;
}
.career_job_wp .block h4{
    font-size: 13px;
    margin-top: 15px;
}
.pagination_div{
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.pagination_div li{
    display: inline-block;
}
.pagination_div li a{
    background: #00114a;
    margin: 10px 5px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.pagination_div li a.active{
    color: gray;
}
.resume_wp{
    background: #f8f8f8;
    padding: 50px 0;
}
.resume_wp .frame{

}
.resume_wp form{

}
.resume_wp h1{
    text-align: center;
}
.resume_wp .subtitle{
    text-align: center;
}
.resume_wp .form-control{
    height: 50px;
    box-shadow: none;
    border-radius: 0;
}
.resume_wp .form-control:active,
.resume_wp .form-control:focus,
.resume_wp .form-control:hover{
    border-color: #ced4da;
}
.resume_wp input[type='file']{
    line-height: 30px;
}
.resume_wp input[type='submit']{

}
.resume_wp label{

}
.resume_wp .form-group{

}
.privacy_wp {
    padding: 60px 20px;
    background-color: #f9f9f9;
    color: #333;
}

.privacy_wp h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: #222;
}

.privacy-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.privacy-content h2 {
    font-size: 24px;
    margin-top: 30px;
    color: #444;
}

.privacy-content h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #555;
}

.privacy-content ul {
    list-style: disc inside;
    padding-left: 20px;
}

.privacy-content p {
    margin-top: 15px;
}
