@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
/*** GENERIC CSS ***/
html,body {
}

body {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}

.scrolled {
	position: fixed !important;
	right: 0!important;
	left: 0!important;
	top: 0!important;
	background: #ffffff!important;
	-webkit-box-shadow: 0 2px 4px rgb(3 27 78 / 10%)!important;
	box-shadow: 0 2px 4px rgb(3 27 78 / 10%)!important;
	-webkit-animation: navbarFixed 0.8s!important;
	animation: navbarFixed 0.8s!important;
}

.header {
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	padding: 0;
}

.scrolled .navbar li a {
	color:#08355c !important;
}


.header.scrolled .navbar .navbar-nav>li.active>a:before, .header.scrolled .navbar .navbar-nav>li>a:focus:before, .header.scrolled .navbar .navbar-nav>li>a:hover:before {
	 color: #2D36A1!important;
}

.header.scrolled .navbar .navbar-nav li:hover a {
	color:#2d9bd6!important;
} 

.header .navbar .navbar-nav>li>a:hover:before,.header.scrolled .navbar .navbar-nav>li.active>a:before {
    background:#2D36A1!important;
}   

.dark-logo {
	display:none;
}

.scrolled .light-logo {
	display:none;
}

.scrolled .dark-logo {
	display:block;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #555555;
}

a:hover {
    text-decoration: none;
    color: #24a9e2;
}

a:focus {
    text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #373053;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 20px;
	text-transform: none;
}

h2 {
	color: #373053;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
	line-height: 1.5;
	color: #373053;
	font-weight: 700;
}

h4 {
   
}

h5 {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 24px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size:20px;
	line-height:24px;
    margin-bottom: 15px;
	color: #6b7687;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.visible-xs {
    display: none;
}

.btn-default {
	background-color: #2d9bd6;
	color: #ffffff;
    padding:13px 15px;
    border-radius: 0px;
	display:inline-block;
    min-width:170px;
	font-size: 16px;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
    border-radius: 4px;
}

.btn-default:hover {
	color:#fff;
	background:#08355c;
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content:'';
    width:100px;
    background:#134db8;
    height: 4px;
    position:absolute;
    top:100%;
    left: 0%;
}

ul.list li {
    margin:0px 0px 15px 0px;
}

/*** PRELOADER ***/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #134db8;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

@keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*** HEADER ***/


.header {
	background-color:#08355c;
	position:absolute;
	top:0px;
	left:0px;
	z-index:9999;
	width:100%;
}

.navbar {
	padding:0px 0px;
}

.navbar li {
	padding:0px 15px;
}

.navbar li a {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	/* text-transform: capitalize; */
	font-weight: 500!important;
	line-height: 100px;
	color:#ffffff!important;
	padding:0px !important;
	position: relative;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.navbar li:last-child .fa {
	font-size: 24px;
	position: relative;
	top: 4px;
	right: 5px;
	transform: rotate(-100deg);
}

.navbar li a::before {
    position: absolute;
    left: 0;
    bottom: 35px;
    content: '';
    height: 2px;
    width: 0;
    background-color: #E2E2E2;
    -webkit-transition: width 300ms linear;
    -o-transition: width 300ms linear;
    transition: width 300ms linear;
}

.header .navbar .navbar-nav>li.active>a:before, .header .navbar .navbar-nav>li>a:focus:before, .header .navbar .navbar-nav>li>a:hover:before {
    width: 50%;
}

.navbar-brand img {
	height:50px;
}

/* Banner Style */
.banner {
	background-color:#08355c;
	padding-top: 200px;
    padding-bottom: 300px;
	position:relative;
}

.divider-shape-bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}

.banner .btn-default:hover {
	color: #2D36A1;
	background:#fff;
}


.banner h1 span {
	color: #2d9bd6;
}


/* in-bussiness Style */
.in-bussiness {
	padding:100px 0px;
}

p.heading-desc {
	font-weight: 400;
	line-height: 1.8;
	font-size:20px;
}

.in-bussiness .card {
	padding: 40px;
	border-radius: 4px;
	position: relative;
	text-align: center;
	display: inline-block;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	border:none;
	transition: all 300ms linear;
	margin-bottom:25px;
}

.in-bussiness .card img {
	display:inline-block;
	width:100px;
	height:88px;
}

.in-bussiness .card:hover {
    -webkit-box-shadow: 0 0 40px rgb(101 93 93 / 16%);
    box-shadow: 0 0 40px rgb(101 93 93 / 16%);
}

.in-bussiness .card h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 5px;
	margin-top:13px;
}

.in-bussiness .card p {
	font-size:20px;
	line-height:24px;
}

.in-bussiness p.heading-desc  {
	margin-bottom:65px;
}

.in-bussiness .btn-default {
	margin-bottom:30px;
}

.groupe {
	background:#FAF8FB;
	padding:100px 0px;
}

.groupe p {
	margin-bottom:20px;
}

.testimonials {
	padding:100px 0px;
}

.testimonials p.heading-desc {
	margin-bottom:65px;
}

.testimonials .testimonials-body {
	-webkit-box-shadow: 0 0 40px rgb(101 93 93 / 16%);
	box-shadow: 0 0 40px rgb(101 93 93 / 16%);
	border-bottom: 4px solid #5B96F4;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	padding:40px;
	transition: all 300ms ease-in-out;
}

.testimonials .testimonials-body .fa {
	font-size:29px;
	font-weight:900;
	margin-bottom:17px;
}

.testimonials .testimonials-body p {
	 line-height: 1.8;
}

.testimonials .testimonials-body.orange .fa {
	 color:#F67362;
}

.testimonials .testimonials-body.orange {
	border-color:#F67362;
}

.testimonials .testimonials-body.light .fa {
	 color:#9EEBE6;
}

.testimonials .testimonials-body.light {
	border-color:#9EEBE6;
}


.testimonials .testimonials-body.parpale .fa {
	 color:#A68DF0;
}

.testimonials .testimonials-body.parpale {
	border-color:#A68DF0;
}


/* Perfect Tenant Style */
.perfect-tenant {
	padding:100px 0px;
}

.perfect-tenant p.heading-desc {
	margin-bottom:85px;
}

.perfect-tenant .card-header {
	padding:0px;
	border:none;
	background:#fff;
}

.perfect-tenant .card-header button {
	padding:29px 20px;
	float:left;
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #373053;
    font-weight: 700;
	text-decoration:none;
	outline:0;
	margin:0px;
    line-height: 20px;
	position:relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.perfect-tenant .card-header button.collapsed:after {
	content:'\f107';
	font-size:24px;
	font-weight: 600;
	font-family: 'FontAwesome';
	position:absolute;
	top: 25px;
	right: 25px;
}

.perfect-tenant .card-header button.collapsed:after, .perfect-tenant .card-header button.collapsed:after {
	content:'\f107';
	font-size:24px;
	font-weight: 600;
	font-family: 'FontAwesome';
	position:absolute;
	top: 25px;
	right: 25px;
}

.perfect-tenant .card-header button:after {
	content:'\f106';
	font-size:24px;
	font-weight: 600;
	font-family: 'FontAwesome';
	position:absolute;
	top: 25px;
	right: 25px;
}

.perfect-tenant .card {
	border:none;
	border-left:4px solid #F57565;
	-webkit-box-shadow: 0 0 40px rgb(101 93 93 / 16%);
    box-shadow: 0 0 40px rgb(101 93 93 / 16%);
	margin-bottom:35px;
}

.perfect-tenant .card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'Source Sans Pro', sans-serif;
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	text-align:left;
}

.perfect-tenant .card.orange {
	border-color:#F67362;
}

.perfect-tenant .card.orange button:after {
	color:#F67362;
}

.perfect-tenant .card.light {
	border-color:#9EEBE6;
}

.perfect-tenant .card.light button:after {
	color:#9EEBE6;
}

.perfect-tenant .card.parpale {
	border-color:#9775F9;
}

.perfect-tenant .card.parpale button:after {
	color:#9775F9;
}

.perfect-tenant .card.yellow {
	border-color:#f4a95b;
}

.perfect-tenant .card.yellow button:after {
	color:#f4a95b;
}


.perfect-tenant .card.green {
	border-color:#64c159;
}

.perfect-tenant .card.green button:after {
	color:#64c159;
}

.perfect-tenant .card.blue {
	border-color:#2e99cd;
}

.perfect-tenant .card.blue button:after {
	color:#2e99cd;
}


.footer {
	background-color: #08355c;
	position:relative;
}

.divider-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    /* margin-top: -170px; */
    height: 170px;
}
.divider-shape-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
}

.footer ul li {
	list-style:none;
	display:inline-block;
	padding:0px 8px; 
}

.footer ul li a .fa {
	color:#fff;
	font-size:18px;
}

.footer .top-footer {
	padding-top:65px;
	padding-bottom:65px;
}

.footer .top-footer a img {
	height:50px;
}

.footer .copyright {
	padding-top:38px;
	padding-bottom:38px;
}

.footer .copyright p {
	color:#fff;
	font-size:16px;
}

/*------------------------------------*\
    #Contact Form
\*------------------------------------*/
@media screen and (max-width: 767px) {
	.modal-dialog {
		max-width    : 310px;
		border-radius: 4px;
		margin-right : auto;
		margin-left  : auto;
	}
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		max-width    : 696px;
		border-radius: 4px;
	}
}

.popup-contact-form {
	background-color  : #ffffff;
	text-align        : center;
	padding           : 40px;
	border-radius     : 4px;
	-webkit-box-shadow: 0 3px 6px rgba(233, 120, 74, 0.16);
	box-shadow        : 0 3px 6px rgba(233, 120, 74, 0.16);
}

@media screen and (max-width: 767px) {
	.popup-contact-form {
		padding: 10px;
	}
}

.popup-contact-form .form-group {
	position     : relative;
	text-align   : left;
	margin-bottom: 30px;
}

.popup-contact-form .form-group label {
	background-color: #ffffff;
	font-size       : 18px;
	/*text-transform  : capitalize;*/
	margin-bottom   : 8px;
	z-index         : 1;
}

.popup-contact-form .form-group .form-control {
	border       : 1px solid #DEE2E6;
	border-radius: 4px;
	line-height  : 50px;
	height       : 50px;
	margin-bottom: 0;
	padding-left : 17px;
}

.popup-contact-form .heading .heading-title {
	font-size     : 30px;
	margin-bottom : 4px;
	/*text-transform: capitalize;*/
}

@media screen and (max-width: 767px) {
	.popup-contact-form .heading .heading-title {
		font-size: 26px;
	}
}

.popup-contact-form .heading .heading-desc {
	line-height: 1.31;
}

.popup-contact-form p.notice {
	font-size  : 12px;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.popup-contact-form p.notice {
		padding: 0 45px;
	}
}

.form-control {
    color: #8492A6;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 57px;
    height: 57px;
    text-transform: none;
    border: 0;
    border-bottom: 1px solid #DEE2E6;
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.banner .divider-shape-bottom img {
	width: 100%;
}

.footer .divider-rotate img {
	width: 100%;
	height: 100%;
}

.pac-container {
	z-index: 1100;
}