/*!
Theme Name: DS Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rd-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

RD Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}
html,body { -webkit-text-size-adjust:none; height: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }

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

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#000; font-size:16px;  font-family: 'Poppins', sans-serif;  	 font-weight:400; line-height:1.5; background-color: #fff; display: flex; flex-wrap: wrap; overflow-x: hidden;}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {color: #000; line-height: 1.2;font-weight:700; font-family: inherit; font-family: 'Poppins', sans-serif;  font-family: 'Poppins', sans-serif;  font-weight: 400;}
.h1, h1 {font-size:40px; margin-bottom: 20px;}
.h2, h2 {font-size:35px; margin-bottom: 20px;}
.h3, h3 {font-size:25px; margin-bottom: 18px;}
.h4, h4 {font-size:22px; margin-bottom: 17px;}
.h5, h5 {font-size:20px; margin-bottom: 15px;}
.h6, h6 {font-size:18px; margin-bottom: 10px;}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: inherit; text-decoration: none;}
p { color:#000; font-size:17px; font-weight:400; line-height:1.8;  margin-bottom:15px;}
p:last-child { margin-bottom:0; }
ul,ol{ margin: 0;padding: 0;margin-left: 17px;}
ul li,ol li{ font-size:14px;  color:#292829; font-weight:400; line-height:1.5;padding: 0;margin: 0;padding-bottom: 5px; }
ul > li { list-style:outside disc; }
ol > li { list-style: outside decimal; }
blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px; border-left:4px solid #1589cb;line-height: 2;font-size: 20px; font-style: italic;margin-bottom: 25px;}
blockquote p{ font-size:inherit; font-weight:inherit; line-height:inherit; }
hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;margin: 10px auto 40px;}
img{ border:none; max-width: 100%; vertical-align: top; height: auto;}
img[src$=".svg"] {width: 100%;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#4777ac; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; }
a:hover{ color:#000; text-decoration: underline; }
a:focus {outline: none;}

/* 5. Forms
------------------------------------------------------------------------------*/
form label {color:#000; font-size:16px; font-weight:400; line-height:1.5;  margin-bottom:10px; display: block;}
input,
textarea,
button { font-family: 'Poppins', sans-serif;  }
input[type="text"],input[type="submit"],input[type="button"],input[type="password"],input[type="email"],input[type="tel"],input[type="search"],textarea {-webkit-appearance: none; outline: none;border-radius: 0;}
input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],textarea { border:1px solid #dedede; padding:7px 10px; color:#000; font-size:16px;font-weight: 400; width: 100%;}
textarea{ height:150px; resize:none; overflow: auto; padding: 10px 15px; }
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="search"]:focus,input[type="number"]:focus,textarea:focus {border-color: #66afe9}
button,input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #cbcbcb; padding: 0 15px; height: 40px; display: inline-block; vertical-align: top; font-size: 14px; font-weight: 600; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #0eb769; }
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {background-color: #66afe9; color: #fff;}
input[type="search"] {-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
/* placeholder color */
::-webkit-input-placeholder { opacity: 1 !important; color: #000; }
:-moz-placeholder { opacity: 1 !important; color: #000; }
::-moz-placeholder { opacity: 1 !important; color: #000; }
:-ms-input-placeholder { opacity: 1 !important; color: #000; }
.form-group {margin-bottom: 30px;}
/* buttons */
.btn { display: inline-block; vertical-align: top; padding: 6px 12px;font-size: 14px; font-weight: 600; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #0eb769; }
.btn:hover,
.btn:focus { color: #fff; background-color: #019852; border-color: #019852;text-decoration: none}
.btn-sm {padding: 8px 16px; }
.btn-md {padding: 12px 24px;}
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; margin-bottom: 2px; }
.btn-link:hover,
.btn-link:focus{ color: #0eb769; font-weight: 700; text-decoration: none; border-bottom: 1px solid #0eb769; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar}
.table-bordered{width: 100%;max-width: 100%;text-align: left;}
.table-bordered th,
.table-bordered td{ vertical-align: bottom;border-bottom: 1px solid #ddd;padding: 10px; font-size: 14px; color: #424242;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {width: 100%;display: flex;min-height: 100%;position: relative;flex-wrap: wrap;background-color: #fff;justify-content: space-between;align-content: space-between;}
.main-container{width:100%;}

#page { width: 100%}
.post, .page {	margin: 0 0 0;}

/*---- header ----*/
.hero-banner {    width: 100%;    height: 600px;    background: #000; position: relative;}
.search-box { position:absolute; bottom:0px; width:100%; padding-bottom:50px; }
.search-box center { margin-bottom:30px; }
.search-box h2{ text-align:center; color:#fff; 	 font-family: "Rambla", sans-serif;  font-size:45px;  font-weight:700; }
.search-box p { color:#fff; font-size:18px; font-weight:500; max-width:800px; margin:auto;    font-family: "Lato", sans-serif;}
.search-white { background:#fff; border-radius:6px; height:82px; padding:20px; }
.sec-inner { padding:60px 0  }
.about-sec {    background: url(assets/images/logo-bg.png) no-repeat 100% center;}
.about-sec .col-padd { padding-left:25px; }
.about-sec p { font-size:18px; }
.about-sec ul { margin:25px 0px 0px; padding:0px;     column-count: 2;}
.about-sec ul li { font-size:18px; position:relative; list-style:none; color:#333; padding-left: 25px;}
.about-sec  span.sub_title {    color: #1a4065;    font-weight: 700;    font-size: 24px;    margin: 0 0 4px;    display: block; }
.about-sec ul li:before {    content: "\f058"; font-family: FontAwesome; position: absolute; left: 0px; color: #3CB429; }
.about-sec .con-blk {    border-bottom: #ccc solid 1px;    padding: 0 0 20px;    margin-bottom: 20px;}
.about-sec h4 {    font-size: 18px;   font-weight: 700;    margin: 0px 0 0;    padding: 7px 0 0;}
.about-sec span.icon_blk {    position: absolute;   width: 60px;    height: 60px;    background: #ccc;    border-radius: 100%;    left: 0;    top: 0;}
.about-sec .padd-ic { position:relative; padding-left:70px; }
.about-sec .con-blk {    border-bottom: #ccc solid 1px;    padding: 0 0 30px;    margin-bottom: 30px;}
.sec-inner h2::after { content:''; width:3px; height:15px; background:#F07C00; position:absolute; left:0px; bottom:0px; }
.sec-inner h2::before { content:''; width:3px; height:35px; background:#F07C00; position:absolute; right:0px; bottom:0px; }
.sec-inner h2 {    border-bottom: #F07C00 solid 3px;    display: inline-block;    padding: 0 15px;    position: relative; margin-bottom: 30px;}
.properties-sec { background:#12385B;  }
section.properties-sec .container {   width: 100%;   max-width: 100%;   padding: 0;    overflow: hidden;}
section.properties-sec span.img_blk{ height:435px; display:block; }
.properties-sec span.img_blk img { width:100%; height:100%; object-fit:cover; }
.properties-sec .padd_blk {    position: absolute;   top: 0;    padding: 15px;    bottom: 0; width: 100%; text-align: left;}
.properties-sec article {    position: absolute;    bottom: 15px;  width:100%; left:0px; }
.properties-sec span.tag_blk {    background: #000;    color: #fff;    padding: 5px;    text-transform: uppercase;    font-weight: 700;    font-size: 14px; font-family: "Rambla", sans-serif;}
.properties-sec article {   position: absolute;    bottom: 15px;    width: 100%;    left: 0;   padding: 0 15px;}
.properties-sec h3 { color:#fff; font-family: "Rambla", sans-serif; font-size:24px; font-weight:700; }
.properties-sec h3 a{ color:#fff; text-decoration:none	; }
.properties-sec a.common-btn.more-btn {   background: #009EE0;    color: #fff;    width: 100%;    display: block;    text-align: center;   height: 55px;    display: flex;   align-items: center;    justify-content: center;    border-radius: 5px;    text-decoration: none !important; font-family: "Rambla", sans-serif;}
.properties-sec  .heading_box {   max-width: 280px;    width: 100%;   float: right;    padding-right: 25px;}
.properties-sec .heading_box h3 { color:#fff; line-height:40px; font-weight:700; font-size:30px;  }
.properties-sec .row { align-items:center; }
.properties-sec h4 {    color: #fff;   font-weight: 600;}
.properties-sec h4 i { padding-right:10px;  }
.swiper-slide {      text-align: center;      font-size: 18px;      background: #fff;      display: flex;      justify-content: center;      align-items: center;    }
.swiper-slide img {      display: block;      width: 100%;      height: 100%;      object-fit: cover;    }
.properties-sec .padd_blk {   position: absolute;    top: 0;    padding: 15px;    bottom: 0;    width: 100%;    text-align: left;    background: rgba(0,0,0,0.5);}
.fp_sec .img_blk {    max-width: 784px; width: 100%;    height: 460px;    background: #000;    float: right;    display: flex;    align-items: center;}
.fp_sec h2 { margin-bottom:15px; }
.fp_sec center {    max-width: 590px;    margin: 0 auto 33px;}
.fp_sec center p { font-size:18px; }
.fp_sec .content-box {   max-width: 486px;    padding: 30px;    background: #fff;    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);    margin: 0 0 0 -355px;   width: 100%;}
.fp_sec .content-box { text-align:left; }
.fp_sec h3 { font-size:26px; font-weight:700; }
.fp_sec .address-box {    padding: 15px 0;    border-top: #ccc solid 1px;    border-bottom: #ccc solid 1px; margin-bottom: 15px;}
.fp_sec .address-box ul { display:flex; }
.fp_sec .content-box p{ font-size:18px; } 
.fp_sec a.rp-btn {   background: #1a4065;    width: 180px;   display: inline-block;    color: #fff;    height: 55px;    padding: 14px 0;   text-align: center;    font-size: 16px;   border-radius: 6px;    text-decoration: none !important;}
.fp_sec a.rp-btn.bdr-btn { border:#1a4065 solid 1px; color:#1a4065; background: none;}
.fp_sec a.rp-btn i { margin-right:10px; }
.fp_sec a.rp-btn.bdr-btn i { margin-right:0px; margin-left:7px; }
.fp_sec a.rp-btn.bdr-btn { margin-left:7px; }
.fp_sec .address-box li { font-size:18px; list-style:none; }
.fp_sec .address-box ul { margin:0px; }
.fp_sec .img_blk {   max-width: 694px;    width: 100%;   height: 460px;    background: #000;    float: right;    display: flex;    align-items: center;}
.fp_sec .address-box i.fa-map-marker { font-size:20px; color:#1a4065; }
.fp_sec .address-box li { font-weight:600; }
.fp_sec span.image-blk {    position: absolute;    z-index: 1;    top: 0;   bottom: 0;}
.fp_sec span.image-blk img { width:100%; height:100%; object-fit:cover; }
.fp_sec .content-box { z-index:2; }
.fp_sec  .swiper-button-prev:after, .fp_sec .swiper-rtl .swiper-button-next:after {    content: 'prev';    font-size: 18px;}
.fp_sec .swiper-button-next:after, .fp_sec .swiper-rtl .swiper-button-prev:after {font-size: 18px;}
.fp_sec .swiper-button-prev {    width: 62px;    height: 62px;   background: #fff;   border-radius: 100%;    box-shadow: 1px 1px 21px rgba(0,0,0,0.2);    position: absolute;    right: 20px;   left: auto;    top: calc(50% - 80px);}
.fp_sec .swiper-button-next {	 width: 62px;    height: 62px;    background: #fff;   border-radius: 100%;    box-shadow: 1px 1px 21px rgba(0,0,0,0.2);    position: absolute;    right: 20px;        top: calc(50%);}
.choose_sec { position:relative; background-attachment:fixed; }
.choose_sec::after  { content:''; position:absolute; width:100%; height:100%; background:rgba(0, 0, 0, 0.6); top:0px; left:0px; }
.choose_sec .container { position:relative; z-index:1; }
.choose_sec center  { max-width:700px; margin:0 auto 40px;  }
.choose_sec center p { color:#fff; font-size:18px; }
.choose_sec h2 {  color:#fff; }
.choose_sec .col { text-align:center; }
.choose_sec h3 { color:#fff; font-size:18px; font-weight:700; line-height:24px; display:table; max-width:150px; margin:auto; }
.choose_sec span.icon_blk { display:block; margin-bottom:15px; }
.choose_sec h4 { color:#fff; font-weight:700; font-size:35px; margin-bottom:40px; }
.choose_sec .row + .row { margin-top: 55px;}
.choose_sec .bt-sec h3 {    text-align: left;    margin-bottom: auto;    display: block;    max-width: 260px;    margin: 0px;}
.choose_sec .con_padd .col-md-6:nth-child(n+3) {   margin-top: 50px;}
.form-blk {    background: #12385B;    max-width: 410px;   width: 100%;    float: right;    padding: 20px 35px;}
.form-blk h3 {   font-size: 28px;    line-height: 1;    margin: 0 0 30px;    display: block;   padding: 0 0 10px;}
.form-blk p {   color: #fff;    font-size: 16px;    line-height: 28px;    margin: 0 0 22px;}
.form-blk input[type="text"], .form-blk input[type="email"], .form-blk input[type="tel"] { width:100%; height:55px; border-radius:5px; margin-bottom:15px; background:#fff; border:none; }
.form-blk textarea { width:100%; height:70px; border-radius:5px; margin-bottom:15px; background:#fff; border:none; }
.form-blk .row.bt-sec {   margin: 0;    align-items: center;}
.choose_sec .row.bt-sec {     align-items: center;}
.choose_sec input.wpcf7-form-control.wpcf7-submit {   width: 100%;    height: 55px;   background: #2B5BDB;    border-radius: 6px;    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);}
.choose_sec span.wpcf7-spinner {    position: absolute;}
section.call-to-action {    background: #1a4065;   padding: 50px 0;}
section.call-to-action h2 { color:#fff; font-size:35px; line-height: 45px; margin-bottom: 50px;}
.call-to-action center {    max-width: 860px;    margin: auto;}
.call-to-action a.rq-btn {    width: 244px;   display: inline-block;    text-align: center;    height: 55px;    background: #fff;    padding: 15px 0;    font-size: 18px;    font-weight: 600;    color: #2541c5;    border-radius: 6px;    text-decoration: none !important;}
.call-to-action a.call-btn {    border: #fff solid 1px;   height: 55px;    display: inline-block;   vertical-align: top;    width: 244px;   color: #fff;    font-size: 18px;    padding: 14px 0;    border-radius: 6px;    margin-left: 20px;}
.list-p-sec.sec-inner {    background: #12385B;}
.list-p-sec h2 { color:#fff; }
.list-p-sec p { font-size:18px; color:#fff; }
.list-p-sec center { max-width:800px; margin:auto; }
.investor_sec {}
.investor_sec center { margin-bottom:50px; }
.investor_sec h2 { margin:0px 0px 20px; }
.investor_sec p {    color: #333;    font-size: 18px;}
.investor_sec .swiper-wrapper {    padding: 0 0 68px;}
.investor_sec  article {    background: #fcfcfc;   padding: 25px;   margin: -78px 25px 0;    position: relative;    border: #ccc solid 1px;    border-radius: 6px;	 text-align: left;}
.investor_sec h3 { font-size:20px; font-weight:700; }
.investor_sec .roi_blk { display:block; font-size:18px; font-family:"Rambla", sans-serif; margin:0px; padding:0px 0px 20px; background:url(assets/images/roi.png) no-repeat; padding-left:45px; }
.investor_sec a.common-btn.more-btn {   background: #2C53DC;    width: 100%;    display: block;   text-align: center;    height: 60px;   color: #fff;    font-family: "Rambla", sans-serif;    border-radius: 6px;    padding: 17px 0;    text-decoration: none !important;    font-weight: 600;}
.list-p-sec .container {    max-width: 100%;   padding: 0 40px;}
.list-p-sec center {    max-width: 800px;    margin: 0 auto 40px;}
.list-p-sec h3 { font-size:26px; font-weight:700; }
.list-p-sec .address-box {    padding: 15px 0;    border-top: #ccc solid 1px;    border-bottom: #ccc solid 1px; margin-bottom: 15px;}
.list-p-sec .address-box ul { display:flex; margin:0px; padding:0px; }
.list-p-sec ul li { list-style:none; }
.list-p-sec .content-box p{ font-size:18px; } 
.list-p-sec a.rp-btn {   background: #1a4065;    width: 180px;   display: inline-block;    color: #fff;    height: 55px;    padding: 14px 0;   text-align: center;    font-size: 16px;   border-radius: 6px;    text-decoration: none !important; font-weight: 600;}
.list-p-sec a.rp-btn.bdr-btn { border:#1a4065 solid 1px; color:#1a4065; background: none;}
.list-p-sec a.rp-btn i { margin-right:10px; }
.list-p-sec a.rp-btn.bdr-btn i { margin-right:0px; margin-left:7px; }
.list-p-sec a.rp-btn.bdr-btn { margin-left:7px; }
.list-p-sec .content-box {    padding: 30px;   text-align: left;}
.list-p-sec a.rp-btn {   width: 47%;}
.list-p-sec  a.rp-btn.bdr-btn {    float: right;}
.list-p-sec .address-box ul li {    font-size: 16px;    font-weight: 600;}
.list-p-sec i.fa.fa-map-marker {    color: #1a4065;    font-size: 20px;}
.list-p-sec span.image-blk {    display: block;}
.list-p-sec .swiper-slide {   border-radius: 6px;    overflow: hidden;}
.faq-sec h2 span { display:block; font-size:24px; color:#2C53DC; }
.faq-sec  h2{ margin-bottom:45px; }
.faq-sec {    background: url(assets/images/logo-bg.png) no-repeat 0 center;}
.faq-sec .row { align-items:center; }
.faq-sec .padd-content { padding-right:20px; }
.faq-sec .acc__card span.i-blk .fa-chevron-down { display:none; }
.faq-sec  .acc__card .acc__title { font-weight:700; }
.faq-sec .acc__card span.i-blk {   position: absolute;    right: 15px;     width: 20px;}
.faq-sec .acc__card span.i-blk i {   width: 100%;    height: 1px;    background: #3552d4;    position: absolute;    top: 9px;}
.faq-sec .acc__card span.i-blk i + i {    transform: rotate(90deg) }
.faq-sec .acc__card .active span.i-blk i + i {    display: none;}
.footer .contact-fo ul { margin:0px; padding:0px; }
.footer .contact-fo ul li { list-style:none; position: relative; margin-bottom: 15px;  border-bottom: #34506A solid 1px; margin: 0px; padding: 15px 0 15px 30px;}
.footer .contact-fo ul li:first-child{ padding-top:0px; }
.footer .contact-fo ul li:nth-child(2) i { top:18px; }
.footer .contact-fo ul li a{ color:#fff; }
.footer .contact-fo ul li span { display:block; }
.footer .contact-fo ul li i { position:absolute; left:0px; top:5px; }
.footer .contact-fo a{ text-decoration:none; }
.footer a.fo-btn {   background: #1a4065;    color: #fff;    height: 55px;    display: block;    text-align: center;    margin: 14px 0 0;    padding: 16px 0;    border-radius: 6px;}
.copy-fo {   background: #062039;    text-align: center;    padding: 15px 0;    color: #fff;    font-size: 14px;}
.copy-fo a {    color: #3c9fd4;    text-decoration: none;}
.footer a.fo-btn i {    margin-right: 8px;}
.social-fo {    padding: 16px 0 0; display: flex;}
.social-fo a{ width:35px; height:35px; background:#fff; display:flex; align-items:center; justify-content:center; font-size:18px; border-radius:100%; color:#333; }
.social-fo a + a { margin-left:15px; }
.list-p-sec  .swiper-button-prev {    width: 60px;   height: 60px;    background: #fff;    border-radius: 100%;    top: calc(140px);}
.list-p-sec .swiper-button-next {    width: 60px;   height: 60px;    background: #fff;    border-radius: 100%;    top: calc(140px);}
.list-p-sec .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { font-size:18px; }
.list-p-sec .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {    font-size:18px;  }
.address-box li.sqft-blk {    background: url(assets/images/sqft.png) no-repeat;    background-size: 20px;    padding-left: 28px;    background-position: 0 3px;}
.play-vdo {   position: absolute;   left: calc(50% - 80px);    top: calc(50% - 109px);}    
.play-vdo .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {    border-color: #ffffff;    opacity: .5;}
.play-vdo .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {   background-color: rgb(255 255 255 / 50%);    opacity: .75 !important;}
.play-vdo .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {    background-color: #ffffff;}
.play-vdo i.fa.fa-youtube-play {   font-size: 27px;    position: relative;    top: 15px;    left: 14px;    color: #0e2bb2;}
.hero-banner .swiper {   width: 100%;    height: 100%;}
.hero-banner .img_blk {    width: 100%;    height: 100%;}
.search-box {     z-index: 1;}
.search-box {    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(13 13 13) 0%, rgb(255 255 255 / 0%) 100%);}
.inner-page-content { padding:70px 0 }
.properties-sec .swiper-container-initialized {    overflow: hidden;}
section.Registered_sec .container {    background: #F1F1F1;    border-radius: 15px;    padding: 25px;    display: flex;    justify-content: space-between;}

section.Registered_sec {    padding: 40px 0 0;}
section.Registered_sec h3 {    margin: 0;    background: #2541c5;    margin-left: -38px;    margin-right: 38px;    padding: 25px;    color: #fff;   font-weight: 700;}

section.Registered_sec ul {    margin: 0px;    padding: 0;    display: flex;    column-gap: 20px;}
section.Registered_sec ul li {    list-style: none;}

section.Registered_sec h3 {    margin: 0;    background: #2541c5;    margin-left: -38px;    margin-right: 38px;    padding: 0 25px 0;    color: #fff;    font-weight: 700;    display: flex;    align-items: center;    width: 220px;    border-radius: 8px;}

section.Registered_sec ul li img {    border-radius: 11px;}
section.Registered_sec ul li {    margin: 0;}
section.Registered_sec ul li {    margin: 0;    padding: 0;}
/*****************/
.hero-section span.icon_blk {    width: 80px;    height: 80px;    border: #fff solid 1px;    display: table;    margin: 0 auto 21px;    border-radius: 155px;}
section.Features_sec {    background: #000 ;    padding: 60px 0; position: relative;}
section.Features_sec::after { content:''; position:absolute; width:100%; height:100%; position:absolute;  background:rgba(0, 0, 0, 0.6); left:0px; top:0px; }
.Features_sec .container {    position: relative;    z-index: 1;}
section.Features_sec  h2 {    color: #fff;    text-align: center;}
section.Features_sec  h3 {    color: #fff;    font-size: 26px;     margin: 0;}
section.Features_sec h3 span {    display: block;    font-size: 18px;}
section.Features_sec .padd {    text-align: center;}
section.Features_sec span.icon_blk {    width: 130px;    height: 130px;    display: table;    border: #fff solid 1px;    margin: 0 auto 19px;    border-radius: 110px;}
section.Features_sec .col-md-3 {    margin: 30px 0 0 0;}
section.call_action {    background: #1a4065;    text-align: center;    padding: 50px 0;  background: linear-gradient(90deg, #583d3d 0%, #1139d4 100%);}
.call_action h2 {    color: #fff;}
.call_action h2 span {    font-size: 30px;    display: block;    padding: 6px 0 0; font-weight: 400;}
.call_action a.pp_btn {    background: #fff;    width: 220px;    display: inline-block;    color: #1a4065;    height: 50px;    padding: 12px 0;    font-size: 18px;    font-weight: 400;    border-radius: 6px; text-decoration:none; }
.call_action a.call_btn {    border: #fff solid 2px;    height: 50px;    display: inline-block;    vertical-align: top;    width: 220px;    color: #fff;    padding: 11px 0 0; border-radius: 6px;    margin-left: 13px;    text-decoration: none;}
.call_action h2 {    color: #fff;    margin: 0 0 37px;}
.Overview { padding:60px 0;    }
.Overview .container  { max-width:997px; }
.Overview .container {    text-align: center;}
.Overview h2 span {    display: block;    padding: 0 25px 18px;    border-bottom: #F07C00 solid 5px;}
section.Overview h2 {    display: table;    margin: 0 auto 30px;}
section.Overview h2 span::before {    content: '';    width: 5px;    height: 28px;    background: #f07c00;    left: 0;    position: absolute;    bottom: 0;}
section.Overview h2 span::after {    content: '';    width: 5px;    height: 90%;    background: #f07c00;    right: 0;    position: absolute;    bottom: 0;}
section.Overview h2 span {    display: block;    padding: 0 25px 6px;    border-bottom: #F07C00 solid 5px;    position: relative;}
section.Overview a.more_link {    border-bottom: #f07c00 solid 1px;    color: #000;    padding: 0 0 9px;    font-size: 18px;    display: table;    margin: 30px auto 0;    text-decoration: none;}
.no-img {    overflow: hidden;    border-radius: 15px;}


@media(min-width: 1024px) {
	.footer_bt { display: none; }
	.whatsapp-fix { display: none; }
	.ring  { display: none; }
}

.footer_bt {    width: 100%;    position: fixed;    bottom: 0;    height: 70px;    background: #fff;    box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.2); z-index: 1000;}
.footer_bt .m-btn {    float: none;    margin: 11px auto 0;    display: table;    width: calc(100% - 160px);}
.footer_bt .m-btn a {	display: inline-block;		height: 50px;	line-height: 50px;	padding: 0 17px;	color: #fff;	text-decoration: none;	font-size: 16px;	text-transform: inherit;	width: 100%;	text-align: center;	border-radius: 6px;
background: linear-gradient(131.05deg, #05436B 39.78%, #2493C4 101.45%);}
.whatsapp-fix .fa.fa-whatsapp {	position: fixed;	z-index: 1000000000;	width: 45px;	height: 45px;	background: #428a21;	right: 21x;	font-size: 24px;	color: #fff;	border-radius: 100%;	padding: 10px 6px 6px 12px;	box-shadow: 1px 1px 9px rgba(0,0,0,.5);	bottom: 13px; right: 18px;}
section.hero-section.p_list-banner p {    color: #fff;}
section.Property-from button[type="submit"] {    max-width: 200px;    width: 100% !important;    margin: auto;    display: table;}
p.no-propertties {    text-align: center;    padding: 20px 0 0;}
body {    margin-top: 134px;}
.hero-banner .swiper-button-next, .hero-banner .swiper-button-prev {  display: none !important;}
.error-tab {    overflow: hidden;    clear: both;}
.not-found {    padding: 0px 0 110px;    text-align: center;    color: #fff;    width: 100%;    float: left;    margin-bottom: 0px;    font-size: 20px;    text-transform: uppercase;    font-weight: 700;}
.not-found .not-four {    display: block;    font-size: 250px;    line-height: 1.2;    color: #2095c0;    font-weight: 900;    text-shadow: 1px 19px 46px rgba(0,0,0,0.4);    padding: 90px 0 0;    font-family: 'Poppins', sans-serif;}
.not-found h1 {    color: #05436a !important;}
.not-found  p, .error-404  a {    color: #05436a;    font-size: 16px;    text-transform: uppercase;    display: block;    padding-top: 20px;}
.fo-menu ul li a:hover {    color: #228dbd !important;}
.social-fo a:hover {   color: #f18d21 !important;    border: 1px solid #3c9fd4 !important;    background-color: #0c2c49 !important;}
.footer a.fo-btn:hover {    background: #05436b !important;    color: #fff;    height: 55px;    display: block;    text-align: center;    margin: 14px 0 0;    padding: 16px 0;    border-radius: 6px;}