@font-face {
    font-family: 'Geometos';
    src: url('../fonts/Geometos.eot');
    src: url('../fonts/Geometos.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geometos.woff2') format('woff2'),
        url('../fonts/Geometos.woff') format('woff'),
        url('../fonts/Geometos.ttf') format('truetype'),
        url('../fonts/Geometos.svg#Geometos') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff'),
        url('../fonts/Montserrat-Thin.ttf') format('truetype'),
        url('../fonts/Montserrat-Thin.svg#Montserrat-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype'),
        url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




body {
  font-family: 'Montserrat';
  font-weight:normal;
  background-color: #fff;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

p {
  color: #666;
  font-family: 'Montserrat';
  font-weight:normal;
  }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat';
  font-weight:bold;
  }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

 
		  
		  
		  
		  
		  
/* Navbar */		  

nav{
  position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background: #ffffff00;
    z-index: 99;
}
nav .navbar{
  height: 90px;
    max-width: 980px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    background: #fff;
    padding: 0 30px;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
 /* line-height: 70px; */
  height: 100%;
}
nav .navbar .links{
  display: flex;
  padding-top: 24px;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
  margin-top: 10px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #1e5d97;
  font-size: 15px;
  font-family: 'Inter';
    font-weight: bold;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #3E8DA8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  padding-inline-start: 0px;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #fff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #1e5d97;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}

.links li:not(:last-child) {
  border-right: 2px solid #1e5d97;
}

.logo{
    width: 250px;
}
.logo-name{
    width: 250px;
}

.carousel-item {
  opacity: 0; 
  transition: opacity .8s ease-in-out;
  transition-property: opacity;
}

.carousel-item.active,
.carousel-item-left.carousel-item-next,
.carousel-item-right.carousel-item-prev {
  opacity: 1; 
}

.carousel-img-centered {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 65%;
  transform: translate(-50%, -50%);
}
.carousel-btn-centered {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-btn, .carousel-btn:hover{
	color:#fff;
	font-size:22px;
	letter-spacing: 4px;
}
.section-title-og{
	font-size:36px;
	color:#1e5d97;
	padding-bottom: 20px;
}
.section-title-og:after {
    border-bottom: 2px solid #1e5d97;
    content: "";
    display: block;
    padding-top: 5px;
    width: 55%;
}
#home-about-us{
	padding:50px 0px;
}
#home-about-us img{
	border-radius: 90px 0px 0px 90px;
}
.about-txt{
	color:#666;
	font-size:22px;
	line-height: 46px;
}
.about-txt span{
	 font-family: 'Geometos';
	 font-size:60px;
	 color:#1e5d97;
}
.og-p-txt{
	color:#666;
	font-size:18px;
}
.og-btn-main,.og-btn-main:hover{
	background:#00538a;
	color:#fff;
	font-size:18px;
	padding: 10px 20px;
	outline: none;
    border: none;
}
.our-legacy{
	    padding: 50px 0px;
    background-image: url(../img/our-legacy-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-title-center-og{
	text-align:center;
	font-size: 36px;
    color: #fff;
    padding-bottom: 20px;
}
.section-title-center-og:after {
    border-bottom: 2px solid #ffffff;
    content: "";
    display: block;
    padding-top: 5px;
    width: 30%;
    margin: auto;
}
.og-legacy-icon-box{
	text-align:center;
	padding: 20px 0px;
}
.og-legacy-icon-box img{
	width:100px;
	margin:auto;
	display:block;
}
.counter-num{
	font-family: 'Geometos';
	 font-size:60px;
	 color:#fff;
	 margin-top: 10px;
    margin-bottom: 0px;
    line-height: normal;
}
.counter-txt{
	color:#fff;
	 font-family: 'Montserrat';
	 font-size:18px;
}

#why-choose-us{
	padding:50px 0px;
}

.section-title2-og {
    font-size: 36px;
    color: #1e5d97;
}

.section-title2-og  span{
    font-size: 36px;
    color: #1e5d97;
	font-weight:normal;
}

    .line-heading {
		font-size:22px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #666;
	  text-align: center;
    }

    .line-heading::before,
    .line-heading::after {
		content: "";
  display: inline-block;
  width: 150px; /* 🔹 Adjust line width here */
  height: 2px;
  background-color: #1e5d97;
  margin: 0 15px;
		
    }
	
	.choose-us-border-txt{
		border: 2px solid #00538a;
border-radius: 0px 0px 30px 30px;
color:#666;
font-size:18px;
padding: 25px 25px;
height: 125px;
	}
.choose-us-icon-box{
	width:100%;
	    padding: 0 40px;
}
.choose-us-icon-box img{
	width: 100px !important;
    margin: auto;
    display: block !important;
}
.choose-us-icon-box h5{
	position: relative;
    z-index: 1;
    background: white;
    display: inline;
    padding: 0 0px;
	color:#00538a;
}
.og-cu-txt{
    margin-top: -15px;
}

#featured-projects{
	padding:50px 0px;
}
.og-project-box img{
	border-radius: 20px 20px 0px 0px;
}
.og-project-box{
	background: #eaeaea;
	border-radius: 20px;
	margin-bottom:50px;
}
.og-project-txt-box{
	padding:20px;
	text-align:center;
}
.og-project-box h4{
	font-family: 'Geometos';
	color:#05548b;
	font-size: 22px;
	text-transform:capitalize;
}
.p1{
	color:#595959;
}
.p1 i{
	color:#05548b;
	padding: 0px 5px 0px 0px;
}
.p2{
	color:#595959;
	border-top:1px solid #05548b;
	border-bottom:1px solid #05548b;
	display: inline-block;
	padding: 5px 15px;
	font-size:18px;
}





.screenshot_slider .owl-item .item {
   transform: translate3d(0, 0, 0); 
 transform: scale(0.9);

 transition: all .25s ease-in-out; 
  margin: 50px 0;
 }

.screenshot_slider .owl-item .item .og-project-box  {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item .og-project-box {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-nav {
    text-align: center;
    
}

.screenshot_slider .owl-nav button {
	font-size: 24px !important;
	margin: 10px;
	color: #033aff !important;
}

#testimonials{
	    padding: 50px 0px;
    background-image: url(../img/testimonials.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	text-align:center;

}
.line-heading-testimonials {
    font-size: 22px;
    color: #fff;
	text-align:center;
}
.testimonials-info{
	font-size: 18px;
	color: #fff;
	text-align:center;
	font-weight:normal;
}
.testimonials-title{
	color:#fff;
}

.testimonials-box{
	padding:30px 70px;
	border:1px solid #fff;
}

.testimonials-info::after {
		border-bottom: 1px solid #ffffff;
    content: "";
    display: block;
   padding: 10px 0px;
    width: 30%;
    margin: auto;
		
    }
	
footer{
	background:#dbdbdb;
	padding-top:50px;
}
.ft-info{
	font-size:24px;
	color:#6b6b6b;
	text-align:center;
}
.ft-cta{
	font-family: 'Geometos';
	font-size:48px;
	color:#05548b;
	text-transform:capitalize;
	text-align:center;
}
.ft-txt-box p{
	font-family: 'Montserrat';
	font-weight:bold;
	color:#00538a;
	font-size:18px;
}
.ft-txt-box span{
	font-family: 'Montserrat';
	font-weight:normal;
	color:#595959;
}
.ft-link, .ft-link:hover{
	font-family: 'Montserrat';
	font-weight:normal;
	color:#595959;
}
.ft-txt-box{
	padding:5px 0 5px 0;
}
.useful-links{
	list-style:none;
	    padding-inline-start: 0px;
		color:#595959;
		font-size:18px;
}
.useful-links li{
	padding:5px 0px;
}
.ft-txt-box1 {
    padding: 5px 0 0px 0;
}
.ft-txt-box1 p {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #00538a;
    font-size: 18px;
}
.me-copyright{
	color: #05548b;
	font-family: 'Montserrat';
	font-size: 18px;
}
.a-copy, .a-copy:hover{
	color: #05548b;
	font-family: 'Montserrat';
	font-size: 18px;
}

.page-hero-container{
	position: relative;
}
.page-hero-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zero-pad {
    padding-left: 0px;
    padding-right: 0px;
}


#core-values{
	padding: 50px 0px;
    background-image: url(../img/contruction-01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title3-og {
    font-size: 36px;
    color: #fff;
}

.line-heading-2 {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	text-align: center;
}
.line-heading-2::before, .line-heading-2::after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 2px;
    background-color: #fff;
    margin: 0 15px;
}

.core-values-title{
    font-family: 'Geometos';
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: normal;
}
.core-values-txt{
	color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
}
.core-values-icon-box{
	text-align: center;
    padding: 20px 20px;
}
.core-values-icon-box img {
    width: 80px;
    margin: auto;
    display: block;
}
#vision-mission{
	padding: 50px 0px;
}
.vm-blue-box{
	background:#1e5d97;
	color:#fff;
	padding:50px;
}
.vm-white-box{
	background:#fff;
	color:#1e5d97;
	padding:50px;
}
.vm-blue-box img{
	width:100px;
}
.vm-white-box img{
	width:100px;
}
.vm-blue-box h3 {
    font-size: 32px;
    padding: 20px 0px;
	text-transform:uppercase;
}
.vm-white-box h3{
	font-size: 32px;
    padding: 20px 0px;
	text-transform:uppercase;
}
.vm-blue-box-p{
	color:#fff;
	font-size:20px;
}
.vm-white-box-p{
	color:#1e5d97;
	font-size:20px;
}
.vm-blue-box-p2{
	color:#fff;
}
.vm-white-box-p2{
	color:#1e5d97;
}
.vm-blue-box-p:after {
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    padding-top: 5px;
    width: 55%;
}
.vm-white-box-p:after {
    border-bottom: 2px solid #1e5d97;
    content: "";
    display: block;
    padding-top: 5px;
    width: 55%;
}
#leadership{
	padding: 50px 0px;
}

.leader-box h3{
	font-size: 32px;
    padding: 0px 0px;
    text-transform: uppercase;
	color: #1e5d97;
}
.designation{
	color: #666;
    font-size: 22px;
}
.designation:after {
    border-bottom: 2px solid #1e5d97;
    content: "";
    display: block;
    padding-top: 5px;
    width: 55%;
}
.leader-tag{
	color: #1e5d97;
    font-size: 18px;
}

.leader-txt{
	margin-bottom:0px;
}

#ongoing-projects{
	padding: 50px 0px;
}

.og-project-box-b img {
    border-radius: 20px 20px 0px 0px;
}
.og-project-box-b {
    background: #05548b;
    border-radius: 20px;
	margin-bottom: 50px;
}
.og-project-txt-box-b {
    padding: 20px;
    text-align: center;
}
.og-project-box-b h4 {
    font-family: 'Geometos';
    color: #fff;
	font-size: 22px;
    text-transform: capitalize;
}
.og-project-box-b .p1 {
    color: #fff;
}
.og-project-box-b .p2 {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
}
.og-project-box-b .p1 i {
    color: #fff;
    padding: 0px 5px 0px 0px;
}

#completed-projects{
	padding: 50px 0px;
}

#pp1,#pp2{
	
}
#pp3{
	background: #05548b;
	padding-top:50px;
}
#pp4{
	padding-top:50px;
}
#pp6{
	background: #05548b;
	padding-top:50px;
}
#pp7{
	padding-top:50px;
}

.breezio-txt{
	color: #666;
    font-size: 22px;
    line-height: 0px;
	}
.breezio-title{
	color: #666;
    font-size: 40px;
}
#amenities-specifications{
	background:#05548b;
	padding-bottom: 50px;
}
.amenities-specifications-title{
	text-align: center;
    color: #05548b;
	font-size:32px;
    background: #fff;
    border: 2px solid #05548b;
    border-radius: 20px;
    margin-top: -20px;
}

.as-og-box-inner{
	background: #fff;
    color: #05548b;
    padding: 20px;
    text-align: center;
    z-index: -1;
    margin-top: -50px;
	border-radius: 44px 44px 0px 0px;
}

.as-og-box img{
	width:100px;
	margin:auto;
	display:block;
}
.as-og-box-inner h4{
	padding-top: 50px;
}



.as-og-box-inner-txt{
	background: #05548b;
    color: #fff;
    border-radius: 0px 0px 44px 44px;
    border: 2px solid #fff;
    border-top: none;
}

.as-og-list{
	list-style: none;
    padding-inline-start: 0px;
	font-size:14px;
	text-align:center;
	padding-top: 20px;
}

.as-og-list li:after {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    padding-top: 5px;
    width: 40%;
	margin: auto;
}
.as-og-list li{
	padding:8px 0px;
}

.as-og-box{
	padding-bottom:30px;
}

.border-right-og{
	border-right: 1px solid #05548b;
}
#connectivity{
	padding:50px 0px;
}

#me-12{
	padding:50px 0px;
}

.animateMe{
  opacity: 0;
}
 
.animateMe .animated{
    opacity: 1;
}


#floor-plans{
	padding: 50px 0px 150px 0px;
    background-image: url(../img/floor-plans-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
}
.floor-plans-title{
	text-align: center;
    color: #05548b;
	font-size:32px;
    background: #fff;
    border: 2px solid #05548b;
    border-radius: 20px;
    margin-top: -72px;
}

.aligned-og{
	display: flex;
	align-items: center;
}
.aligned-og img{
	width:80px;
	margin: 0px 25px 0px 0px;
}
.c-white{
	color:#fff;
}

.aligned-og-b{
	display: flex;
	align-items: center;
}
.aligned-og-b img{
	width:80px;
	margin: 0px 0px 0px 25px;
}
.c-black{
	color:#666;
}

#floor-plans1{
	margin: -100px 0px 50px 0px;
}

#blog-grid{
	padding:50px 0px;
}
.blog-grid-box img{
	padding-bottom:20px;
}
.blog-grid-box h4{
	padding-bottom:20px;
}
.blog-grid-box h4,a,a:hover{
 color:#1e5d97;
}
.blog-grid-box{
	padding:20px 0px;
}
#map{
	padding:50px 0px;
}
#map h3{
	font-family: 'Geometos';
	color:#666;
	font-size:32px;
}

.sticky-btn {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 111;
}
.sticky-btn-list {
    list-style: none;
}
.sticky-btn li {
    padding-bottom: 15px;
}
.sticky-btn-size {
    width: 40px;
}

#thank-you{
	margin-top:100px;
	padding:50px 0px;
}

#thank-you h1,h4{
	color: #1e5d97;
	text-align:center;
}

#me-12{
	margin-top:100px;
	padding:50px 0px;
}

nav .navbar .links li a:hover {
	color: #666;
    text-decoration-line: underline !important;
    text-underline-offset: 10px;
}


@media (min-width: 320px) and (max-width: 480px) {
	nav {
    top: 0px;
	}
	nav .navbar {
		border-radius: 0px;
	}
	.links li:not(:last-child) {
	  border-right: none;
	}
	#home-about-us img{
	border-radius: 50px 50px 50px 50px;
	padding-bottom:20px;
	}
	.about-txt span {
    font-family: 'Geometos';
    font-size: 44px;
    color: #1e5d97;
	}
	#demo{
		display:none;
	}
	.choose-us-border-txt {
    height: 170px;
	padding: 25px 5px;
	}
		.counter-num {
    font-size: 32px;
	}
	#page-hero{
	margin-top: 90px;
	}

	.page-hero-centered {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 85%;
		transform: translate(-50%, -50%);
	}
	.line-heading-2::before, .line-heading-2::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    margin: 0 15px;
	}
	#leadership img{
	padding-bottom:30px;
	}
	    .line-heading::before,
    .line-heading::after {
		content: "";
  display: inline-block;
  width: 60px; /* 🔹 Adjust line width here */
  height: 2px;
  background-color: #1e5d97;
  margin: 0 15px;
		
    }
		.breezio-txt {
    padding-top: 30px;
	}
	.carousel-btn, .carousel-btn:hover {
    color: #fff;
    font-size: 15px;
    letter-spacing: 4px;
}
.as-og-list {
    padding-top: 0px;
}
}
@media (min-width: 480px) and (max-width: 660px) {
		nav {
    top: 0px;
	}
	nav .navbar {
		border-radius: 0px;
	}
		.links li:not(:last-child) {
	  border-right: none;
	}
		#home-about-us img{
	border-radius: 50px 50px 50px 50px;
	padding-bottom:20px;
	}
		.about-txt span {
    font-family: 'Geometos';
    font-size: 44px;
    color: #1e5d97;
	}
	#demo{
		display:none;
	}
		.choose-us-border-txt {
    height: 170px;
	padding: 25px 5px;
	}
		.counter-num {
    font-size: 32px;
	}
		#page-hero{
	margin-top: 90px;
	}

	.page-hero-centered {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 85%;
		transform: translate(-50%, -50%);
	}
	.line-heading-2::before, .line-heading-2::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    margin: 0 15px;
	}
	#leadership img{
	padding-bottom:30px;
	}
	    .line-heading::before,
    .line-heading::after {
		content: "";
  display: inline-block;
  width: 60px; /* 🔹 Adjust line width here */
  height: 2px;
  background-color: #1e5d97;
  margin: 0 15px;
		
    }
		.breezio-txt {
    padding-top: 30px;
	}
	.carousel-btn, .carousel-btn:hover {
    color: #fff;
    font-size: 15px;
    letter-spacing: 4px;
}
.as-og-list {
    padding-top: 0px;
}
}
@media (min-width: 660px) and (max-width: 768px) {
		nav {
    top: 0px;
	}
	nav .navbar {
		border-radius: 0px;
	}
		.links li:not(:last-child) {
	  border-right: none;
	}
		#home-about-us img{
	border-radius: 50px 50px 50px 50px;
	padding-bottom:20px;
	}
		.about-txt span {
    font-family: 'Geometos';
    font-size: 44px;
    color: #1e5d97;
	}
	#demo{
		display:none;
	}
		.choose-us-border-txt {
    height: 170px;
	padding: 25px 5px;
	}
	.counter-num {
    font-size: 32px;
	}
		#page-hero{
	margin-top: 90px;
	}

	.page-hero-centered {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 85%;
		transform: translate(-50%, -50%);
	}
	.line-heading-2::before, .line-heading-2::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    margin: 0 15px;
	}
	#leadership img{
	padding-bottom:30px;
	}
	    .line-heading::before,
    .line-heading::after {
		content: "";
  display: inline-block;
  width: 60px; /* 🔹 Adjust line width here */
  height: 2px;
  background-color: #1e5d97;
  margin: 0 15px;
		
    }
	.breezio-txt {
    padding-top: 30px;
	}
	.carousel-btn, .carousel-btn:hover {
    color: #fff;
    font-size: 15px;
    letter-spacing: 4px;
}
.as-og-list {
    padding-top: 0px;
}
}

@media (min-width: 768px) and (max-width: 1920px) {
	#demo-m{
		display:none;
	}
}
