/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
}

h1{
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
}
h2{
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 1.5rem;
}
h3{
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
}
p{
	color:#062239;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
}
ul{
	color:#062239;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
}
.bg-dark-nav{
	background: transparent !important;
	box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
	position: absolute;
}
.navbar-dark .navbar-brand {
    color: #fff;
    padding: 0;
    margin-left: 3.3rem;
    margin-top: -2px;
}

.num-dail{
	color: #fff;
    font-size: 6rem;
    font-weight: 800;
    line-height: 1;
	text-align:center;
}
.num-caption{
	font-size: 1.25rem;
    font-weight: 400;
	color: #fff;
	text-align:center;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	top: 12rem;
    left: 9rem;
    right: 36rem;
    z-index: 10;
    max-width: 1320px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 46rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 46rem;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    border-color: #c39f81;
    box-shadow: 0 0 0 .25rem rgb(251 125 0 / 50%);
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}
.about-section{
	background:linear-gradient(90deg, rgba(1,147,170,1) 0%, rgba(13,63,72,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.navbar-brand img{
	height:124px;
}
.hero-h1{
	font-size: 2.8rem;
    color: #062239;
    font-family: "Merriweather", sans-serif;
}
.hero-h3{
	font-size: 1.25rem;
    color: #062239;
    text-shadow: none;
    font-weight: 300;
}
.section-h2{
	color: #3d8da6;
    text-align: center;
    font-size: 2rem;
    font-family: "Merriweather", sans-serif;
    padding: 3rem;
}
.carousel-button{
	background: #fc7339;
    border: none;
    border-radius: 0.25rem;
    padding: .35rem 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    margin: 1rem 0;
}
.section-how{
	background:#0098af;
}
.how-h1{
	color:#fff;
	text-align:center;
	padding: .5rem 0;
}
.who-h1{
	color:#fff;text-align:center;padding-top: .5rem;margin: 0;
}
.who-h6{
	color:#fff;text-align:center;padding-bottom: .5rem;margin: 0;
}
.who-div{
	margin:1.5rem;background:#3a373d;padding:1.5rem 2rem;
}
.accordion-flush .accordion-item {
    margin-bottom: .75rem;	
    background-color: transparent;
}
.accordion-header{
	background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 1rem;
}
.accordion-button{
	position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .75rem 1rem;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.accordion-button:not(.collapsed)::before {
    background-image: url(assets/images/down.webp);
    transform: rotate(-180deg);
}
.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1rem;
    content: "";
    background-image: url(assets/images/down.webp);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button::after {
	content: none;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-flush .accordion-collapse{
	margin: 0px 1rem;
    background: rgb(252, 156, 47);
    border-radius: 0px 0px 1rem 1rem !important;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f86121;
    border-color: #f86121;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f86121;
    border-color: #f86121;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #c39f81;
    border-color: #c39f81;
    box-shadow: 0 0 0 .25rem rgb(251 125 0 / 50%);
}
.carousel-caption-b {
	display: none;
}
.why-invest-a{
	display: block;
}
.why-invest-b{
	display: none;
}
.unique-a{
	display: block;
}
.unique-b{
	display: none;
}
.property-a{
	display: block;
}
.property-b{
	display: none;
}

.testimonial-b{
	display: none;
}
.testimonial-a{
	display: block;
}
.why-invest-a img{
	height: 60px;
}
.why-invest-a p{
	font-size: .85rem;
}
.unique-a img{
	height:80px;
}
.unique-a p{
	font-size: 1rem;
}
.about-us h2{
	padding: 2rem 2rem 1rem 2rem;
    font-size: 2rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}
@media (max-width: 1399px) {
	.num-dail{
    font-size: 5rem;
}
.num-caption{
	font-size: 1rem;
}
.about-left{
	padding-bottom: 2rem;
}
}
@media (max-width: 1334px) {
	.carousel-item {
		height: 41rem;
	}	
	.carousel-item > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 41rem;
	}
	.carousel-caption {
		top: 11rem;
		left: 9rem;
        right: 32rem;
		z-index: 10;
		max-width: 1320px;
	}
	.hero-h1 {
		font-size: 2.5rem;
		color: #062239;
		font-family: "Merriweather", sans-serif;
	}
	.hero-h3 {
		font-size: 1.11rem;
		color: #062239;
		text-shadow: none;
		font-weight: 300;
	}

}
@media (max-width: 1224px) {
	.carousel-caption {
		top: 11rem;
		left: 10rem;
		right: 22rem;
		z-index: 10;
		max-width: 1320px;
	}
	.hero-h1 {
		font-size: 2.25rem;
		color: #062239;
		font-family: "Merriweather", sans-serif;
	}
	.hero-h3 {
		font-size: 1rem;
		color: #062239;
		text-shadow: none;
		font-weight: 300;
	}
}

@media (max-width: 1094px) {
	.carousel-item {
		height: 34rem;
	}	
	.carousel-item > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 34rem;
	}
	.carousel-caption {
		top: 9rem;
		left: 5rem;
        right: 22rem;
		z-index: 10;
		max-width: 1320px;
	}
	.hero-h1 {
		font-size: 2.25rem;
		color: #062239;
		font-family: "Merriweather", sans-serif;
	}
	.hero-h3 {
		font-size: 1rem;
		color: #062239;
		text-shadow: none;
		font-weight: 300;
	}
}
@media(max-width:992px){
	.carousel-caption {
		display: none;
	}
	.carousel-caption-b {
		display: block;
	}
}
@media (max-width: 426px) {
	body {
		padding-top: 0;
		padding-bottom: 0;
		color: #000;
		font-family: "Poppins", sans-serif;
		font-size: 1.15rem;
}
.bg-dark-nav {
        background: transparent !important;
        box-shadow: none;
    }
	.navbar-brand img{
		height:100px;
	}
	.navbar-dark .navbar-brand {
		color: #fff;
		padding: 0;
		margin-left: 1rem;
		margin-top: -2px;
	}
	.hero-h1{
		font-size: 1.45rem;
        color: #062239;
        font-family: "Merriweather", sans-serif;
        text-align: center;
	}
	.hero-h3{
		font-size: 1.15rem;
        color: #062239;
        text-shadow: none;
        font-weight: 400;
        text-align: center;
	}
	
.carousel-item {
		height: 18rem;
	}
	.carousel-item > img {
		position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 18rem;
		
	}
	.carousel-caption {
    top: 2rem;
    left: 6%;
    z-index: 10;
	display: none;
}
.carousel-caption-b {
	display: block;
}
.carousel-button{
	background: #fc7339;
	border: none;
	border-radius: 0.25rem;
	padding: .35rem 1rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 1.45rem;
	margin: 1rem 0 0 0;
}
.why-invest-a{
	display: none;
}
.why-invest-b{
	display: block;
}
.section-h2 {
    color: #3d8da6;
    text-align: center;
    font-size: 1.65rem;
    font-family: "Merriweather", sans-serif;
    padding: 2rem;
}
.why-invest-b img{
    height: 50px;
}
.why-invest-b p{
	font-size: .85rem;
    font-weight: 500;
	margin: .75rem 0 0 0;
	line-height: 1.3;
}

.unique-a{
	display: none;
}
.unique-b{
	display: block;
}

.unique-b img{
    height: 75px;
}
.unique-b p{
    font-weight: 500;
	margin: .25rem 0 0 0;
	font-size: 1rem;
}
.unique-b .col{
	padding: 1rem 1.5rem 1rem 2rem;
}

.property-a{
	display: none;
}
.property-b{
	display: block;
}
.testimonial-a{
	display: none;
}
.testimonial-b{
	display: block;
}
.about-us p{
	font-size: .85rem;
        font-weight: 500;
        padding: 0 1rem;
}
  .num-dail{
	color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}
.num-caption{
	font-size: 0.65rem;
    font-weight: 400;
}
.about-left{
		padding:3rem 1rem 1rem 1rem; 
	}
	.about-right{
		padding:1rem 1rem 3rem 1rem;
	}
	.section-how{
		background:#fff;
	}
	.how-h1{
		color:#0098af;
		text-align:left;
		padding: .5rem 0;
		font-size:3rem;
	}
	.how-h2{
		font-size: 2rem;
    font-weight: 700;
    color: #0098af
	}
	.who-h1{
		color:#fff;text-align:left;padding: 0.5rem 1rem 0 1rem;margin: 0;
	}
	.who-h6{
		color:#fff;text-align:left;padding: 0rem 1rem 0.5rem 1rem;margin: 0;margin-bottom:1rem;
	}
	.who-div{
		margin:0;background:transparent;padding:0.5rem 1rem;
	}
	.who-div h2{
		font-size:1.5rem;
	}
	.who-div p{
		font-size:1rem;
	}
}
@media (max-width: 376px) {	
.unique-b .col{
	padding: 1rem 1.25rem 1rem 1.85rem;
}
}
@media (max-width: 321px) {	
.unique-b .col{
	padding: 1rem;
}
}