*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p,ul{
    margin-bottom: 0;
}
@font-face {
    font-family: 'Archivo';
    src: url(../fonts/Archivo_Condensed-Black.ttf);
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face{
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face{
    font-family: 'Poppins-Regular';
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face{
	font-family: 'futura-bold-bt';
    src: url(../fonts/FUTURAB.TTF);
}
@font-face{
	font-family: 'futura-light-bt';
    src: url(../fonts/futura-light-bt.ttf);
}
@font-face{
	font-family: 'futura-medium-bt';
    src: url(../fonts/futura-medium-bt.ttf);
}

h2 {
	font-family: 'futura-medium-bt' !important;
}
h3 {
	font-family: 'futura-light-bt' !important;
}

.mobile-header {
    display: none;
}
.topbar-container{
    padding: 0 80px;
}
.container-main{
    padding: 0 80px;
}
.logo-header-middle {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 34px 0;
}
.header-logo a {
    /* padding: 0; */
    margin: 0;
}
.top-bar-main {
    background-color: #A279C8;
    width: 100%;
    padding: 14px 0;
    padding-top: 12px;
}
.logo-header-middle-bg , .main-header ,.mobile-header{
    background-color: #8bd7ff;
}
.header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.account-icon {
    position: absolute;
    right: 4%;
    transform: translateX(-4%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.account-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-icon ul li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 5px;
}
.topbar-flex {
    display: flex;
    justify-content: space-between;
}
.topbar-left {
    display: flex;
    align-items: center;
}
.topbar-center p {
    font-size: 14px;
    font-family: OpenSans-Regular;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    justify-content: center;
    padding-top:2px;
    text-align: center;
}
.topbar-left-block:first-child i{
    margin-top: 3px;
}
.topbar-left-block:last-child{
    padding-left: 40px;
}
.topbar-left-block i{
    font-size: 16px;
    color: #005395;
    padding-right: 8px;
}
.topbar-right ul {
    display: flex;
    align-items: center;
}
.topbar-right ul li a{
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
     padding: 5px;
}
.topbar-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-header{
    padding: 10px 0;
}
.main-header .container-fluid {
    padding: 0 80px;
}
.main-header .navbar-brand{
    font-size: 35px;
    color: #555555;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-right: 0;
    padding: 0;
}
.main-header .nav-link{
    font-size: 18px;
    color: #555555;
    font-family: 'Montserrat';
    font-weight: 900;
    padding: 0;
}
.main-header .nav-link{
    padding-right: 32px !important;
}
.main-header .nav-item:last-child .nav-link{
    padding-right: 0 !important;
}
.header-btn a{
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    background-color: #ff8400;
    color: #fff;
    box-shadow: 0 2px 6px rgba(255,132,0,.35);
    border-radius: 0 0 0 14px;
    width: 216px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-btn a i{
    padding-left: 8px;
}

.grid-section {
    padding: 100px 0;
    background-image: url(../images/grid-section-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
}
.grid-overlay{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0.3;
    top: 0;
}
.grid-section-width{
    max-width: 1200px;
    margin: 0 auto;
}
.grid-section .grid-section-width {
    max-width: unset;
}
.grid-srction-block:hover .grid-section-inner-block{
    border-color: #005395;
}
.grid-section-inner-block{
    border: 10px solid #fff;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    transition: .3s all;
}
.grid-srction-block:hover .home-quote-left-block-inner-main{
    background-color: #fff;
}
.home-quote-left-block-inner-main {
    display: flex;
    background-color: #ffffff7d;
    box-shadow: 0 0 9px 0 rgba(0,0,0,.09);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    margin: 25px;
    transition: .3s all;
}
.home-quote-left-block-inner-main a{
    display: flex;
}
.grid-section-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
    z-index: 2;
}
.grid-srction-block {
    width: 33.33%;
    padding: 0 15px;
}
.grid-section-inner-info{
    margin-left: 32px;
    padding: 12px 35px 23px 0;
}
.grid-section-inner-info h6{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    font-family: 'Montserrat';
}
.grid-section-inner-info p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Montserrat';  
    padding-top: 5px;
}
.footer-main {
    
    background-color: #8BD7FF;
}
.footer-top-flex {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
    border-bottom: 1px solid #444;
}
.footer-top-block h6{
    font-size: 24px;
    color: #444;
    line-height: 32px;
    font-family: 'Archivo';
    padding-bottom: 12px;
}
.footer-top-block ul li a , .footer-top-block ul li{
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    color: #fff;
}
.footer-top-block ul li{
    padding-bottom: 8px;
}
.footer-top-block ul li:last-child{
    padding-bottom: 0;
}
.footer-top-block ul li i{
    padding-right: 5px;
}
.footer-logo h2 a{
    font-size: 35px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}
.footer-social {
    padding-top: 15px;
}
.footer-social ul {
    display: flex;
    column-gap: 15px;
}
.footer-social ul li a{
    font-size: 20px;
}
.footer-bottom-flex{
   padding: 20px 0;
   display: flex;
   justify-content: center;
}
.footer-bottom-flex span{
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    color: #fff;
}
.footer-top-block h6{
    font-size: 22px;
    color: #444;
    line-height: 32px;
    font-family: 'Archivo';
    padding-bottom: 12px;
    font-family: 'Poppins-Regular';
    font-weight: 600;
    text-transform: uppercase;
}
.footer-top-block ul li a , .footer-top-block ul li{
    font-size: 16px;
    color: #000;
    font-family:'OpenSans-Regular';
    color: #444;
}
.footer-top-block ul li{
    padding-bottom: 8px;
}
.footer-top-block ul li:last-child{
    padding-bottom: 0;
}
.footer-top-block ul li i{
    padding-right: 5px;
}
.footer-logo h2 a{
    font-size: 35px;
    color: #fff;
    font-family: 'OpenSans-Regular';
    font-weight: 600;
}
.footer-social {
    padding-top: 15px;
}
.footer-social ul {
    display: flex;
    column-gap: 15px;
}
.Card-icon ul{
     display: flex;
}
.Card-icon ul li a{
    display: flex;
}
.Card-icon ul li a {
    font-size: 16px;
    color: #fff;
    padding: 5px;
}
.footer-social ul li a{
    font-size: 20px;
}
.footer-bottom-flex{
   padding: 20px 0;
   display: flex;
   justify-content: space-around;
}
.footer-bottom-flex span{
    font-size: 16px;
    color: #000;
    font-family: 'OpenSans-Regular';
    color: #444;
}
.footer-logo img {
    width: 250px;
}


/* 5-7-24 */
.main-header-new {
/* 	background:url(../images/header-bg.webp); */
	background:#f3efe4;
	position:relative;
	z-index:2;
	background-size:cover;
	width:100%;
	padding: 68px 0;
	background-size: 100% 244px;
}
/* .main-header-new:before {
    position: absolute;
    content: '';
    background: url(../images/hello-finca-header-bg.webp);
    bottom: 0;
    background-size: 1661px 98px;
    width: 100%;
    height: 98px;
    background-repeat: no-repeat;
    background-position: bottom center;
} */
.new-header-container {
	max-width:1250px;
	margin:0 auto;
}
.main-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-header-right-top {
    display: flex;
    align-items: center;
	justify-content: flex-end;
}
.main-header-right-top-left ul {
    display: flex;
    align-items: center;
}
.main-header-right-top-left ul li , .main-header-right-top-left ul li a {
	font-size: 21px;
	letter-spacing: 1px;
	color: #b53226;
	font-family: 'futura-light-bt';
}
.main-header-right-top-left ul li:first-child {
	position:relative;
	padding-right:24px;
}
.main-header-right-top-left ul li:first-child:before {
    position: absolute;
    content: '/';
    font-size: 18px;
    top: 3px;
    right: 7px;
}
.main-header-right-top-right{
	padding-left:23px;
}
.main-header-right-top-right ul {
    display: flex;
    align-items: center;
	column-gap:8px;
}
.main-header-right-top-right ul li a {
	color:#b53226;
	font-size:18px;
}
.main-header-right-bottom {
	padding-top:12px;
}
.main-header-right-bottom ul , .new-footer-top ul{
    flex-direction: unset;
}
.main-header-right-bottom ul li a {
	font-size: 20px;
	letter-spacing: 1px;
	color: #231f20 !important;
	font-family: 'futura-bold-bt';
	text-transform:uppercase;
	padding:0;
	margin-right:60px;
}
.main-header-right-bottom .current_page_item a {
    color: #b53226 !important;
}
.new-footer-top .current-menu-item a {
    color: #b53226 !important;
}
.main-header-right-bottom ul li:last-child a {
	margin-right:0;
}
.new-footer-main {
	background:url(../images/new-footer-bg.webp);
	background-size:cover;
	width:100%;
	position:relative;
	z-index: 2;
	padding-top: 65px;
    padding-bottom: 20px;
}
.new-footer-main:before {
    position: absolute;
    content: '';
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5438550420168067) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 50%;
    bottom: 0;
	z-index: -1;
}
.new-footer-top ul {
	justify-content:center;
}
.new-footer-top ul li a {
	font-size: 20px;
	letter-spacing: 1px;
	color: #231f20 !important;
	font-family: 'futura-bold-bt';
	font-weight:bolder;
	text-transform:uppercase;
	padding:0;
	margin-right:60px;
}
.new-footer-center ul{
	justify-content:center;
}
.new-footer-center.main-header-right-top-left ul li , .new-footer-center.main-header-right-top-left ul li a {
	font-family: 'futura-bold-bt';
	font-weight:bolder;
	color:#fff;
}
.new-footer-center.main-header-right-top-right{
	padding-left:0;
	padding-top:2px;
}
.new-footer-center.main-header-right-top-right {
	justify-content:center;
}
.new-footer-center.main-header-right-top-left {
    padding-top: 39px;
}
.new-footer-top ul li:last-child a {
	margin-right:0;
}
