@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Inter", sans-serif !important;
}

html {
  overflow: auto;
}

a {
  text-decoration: none;
}

input:focus, .btn:focus, textarea:focus, select:focus, button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ddd !important;
}

.bg-lightgrey {
  background-color: #fafafa;
}

.bg-blue {
  background-color: rgb(0, 55, 111);
}

.bg-green {
  background-color: hwb(142 15% 17%) !important;
}

.bg-orange {
  background-color: #FF900D !important;
}

.bg-light {
  background-color: #fafafa !important;
}

.txt-white {
  color: #fff !important;
}

.txt-blue {
  color: rgb(0, 55, 111) !important;
}

.bb-1 {
  border-bottom: 1px solid #ddd;
}

.bb-1b {
  border-bottom: 1px solid rgb(0, 55, 111);
}

.link {
  color: rgb(0, 55, 111);
}

.link:hover {
  text-decoration: underline;
  color: rgb(0, 55, 111);
}

.required {
  color: #ff0000;
}

.label {
  margin-bottom: 0.15rem;
}

.h-400 {
  height: 400px !important;
}

.bt-1 {
  border-top: 1px solid #ddd;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-title, .page-title {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  color: rgb(0, 55, 111);
}

.section-title-sm {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.section-bg {
  background-size: cover;
}

.lead {
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
}

.mw-700 {
  max-width: 700px;
  margin: 0px auto;
}

.fw-600 {
  font-weight: 600;
}

.page-title {
  font-size: 50px;
  line-height: 56px;
}

header {
  display: contents;
}

.header {
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  overflow-x: hidden !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.logo {
  display: inline-block;
}

ul.primary-navigation {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.primary-navigation li {
  display: inline-block;
}

ul.primary-navigation li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s ease-in-out;
  position: relative;
}

ul.primary-navigation li + li {
  margin-left: 2rem;
}

ul.primary-navigation li a::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 2px;
  background-color: rgb(0, 55, 111);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}

ul.primary-navigation li a:hover, ul.primary-navigation li a.active {
  color: rgb(0, 55, 111);
}

ul.primary-navigation li a:hover::after, ul.primary-navigation li a.active::after {
  width: 100%;
}

.content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  color: rgb(0, 55, 111);
}

.content h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(0, 55, 111);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.content h3, .content h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #1e1e1e;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.content p:nth-last-child(1) {
  margin-bottom: 0px;
}

.content a {
  color: rgb(0, 55, 111);
  font-weight: 500;
  text-decoration: underline;
}

.btn-trans, .btn-fill {
  color: rgb(0, 55, 111);
  border: 1px solid rgb(0, 55, 111);
  font-size: 14px;
  border-radius: 0px;
  position: relative;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  height: 38px;
  min-width: 150px;
}

.btn-trans::after, .btn-fill::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  background: rgb(0, 55, 111);
  transition: 0.3s ease-in-out;
}

.btn-trans:hover::after, .btn-fill:hover::after {
  width: 100%;
}

.btn-trans:hover {
  color: #fff;
  border-color: rgb(0, 55, 111);
}

.btn-trans:focus, .btn-trans:visited {
  border-color: rgb(0, 55, 111) !important;
}

.btn-trans span, .btn-fill span {
  z-index: 1;
  position: relative;
}

.btn-loader {
  border: 1px solid rgb(0, 55, 111);
  min-width: 150px;
  border-radius: 0px;
}

.objImg {
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-developers a {
  display: inline-block;
}

.btn-fill {
  color: #fff;
  background-color: rgb(0, 55, 111);
}

.btn-fill::after {
  background: #fff;
}

.btn-fill:hover {
  color: #1e1e1e;
  border-color: rgb(0, 55, 111);
  background-color: #fff;
}

.btn-fill:focus, .btn-fill:visited {
  border-color: rgb(0, 55, 111) !important;
}

.btn-filled {
  color: #fff;
  background-color: #FF900D;
}

.btn-filled::after {
  background: #1e1e1e;
}

.btn-filled:hover {
  color: #fff;
  border-color: #FF900D;
  background-color: #FF900D;
}

.btn-filled:focus, .btn-filled:visited {
  border-color: #1e1e1e !important;
  background-color: #1e1e1e;
}

.prop-list {
  background-color: #fafafa;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  margin: 0.6rem;
}

.prop-list:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.prop-list figure {
  display: flex;
}

.prop-list figure a {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: inline-block;
}

.prop-list figure a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  transition: 0.3s ease-in-out;
}

.prop-list:hover figure a img {
  transform: scale(1.02);
}

.prop-list .heading {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  color: #1e1e1e;
  font-weight: 600;
}

.prop-list .heading:hover {
  color: rgb(0, 55, 111);
  text-decoration: underline;
}

.prop-list .details {
  padding: 1.5em;
  font-size: 14px;
  font-weight: 500;
}

.prop-list .details p {
  margin-bottom: 0.8rem;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
  align-items: center;
}

.prop-list .details p:nth-last-child(1) {
  margin-bottom: 0px;
}

.prop-list .link a {
  color: rgb(0, 55, 111);
  display: inline-block;
  line-height: normal;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid rgb(0, 55, 111);
}

.prop-list .details p a {
  color: rgb(0, 55, 111);
}

.prop-list a.whatsapp-ico, .prop-list a.whatsapp-ico:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

.prop-list a.whatsapp-ico svg path {
  fill: #25D366;
}

.bg-lightgrey .prop-list {
  background-color: #fff;
}

.prop-circle-list {
  width: 250px;
  height: 250px;
  margin: 0px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.prop-circle-list .heading {
  text-align: center;
  display: flex;
  height: 40%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 50%);
  transition: 0.3s ease-in-out;
}

.prop-circle-list .heading {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 1.5rem 2.5rem;
}

.prop-circle-list:hover .heading {
  height: 100%;
}

.prop-circle-list img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.prop-circle-list a {
  display: inline-flex;
}

.proplist .heading {
  font-size: 18px;
  font-weight: 500;
  color: rgb(0, 55, 111);
  margin-bottom: 0.5rem;
}

.proplist ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.proplist ul > li {
  display: inline;
}

.proplist ul > li + li {
  padding-bottom: 0.5rem;
}

.proplist ul > li + li::before {
  content: "";
  display: inline-block;
  background-color: #ddd;
  margin-left: 0.4rem;
  margin-right: 0.6rem;
  width: 1px;
  height: 14px;
  position: relative;
  top: 3px;
}

.proplist ul > li a {
  color: #666;
  display: inline;
  font-size: 14px;
  line-height: 15px;
}

.proplist ul > li a:hover {
  text-decoration: underline;
}

.proplist ul > li a.link {
  color: rgb(0, 55, 111);
  font-weight: 500;
  text-decoration: underline;
}

.grid4-swiper {
  padding: 2rem 1.2rem;
}

.right-top-bar-wrapper {
  position: absolute;
  right: 0;
}

.right-top-bar {
  background-color: rgb(0, 55, 111);
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  padding-left: 3rem;
  position: relative;
  top: 0;
  left: 0;
  border-bottom-left-radius: 50px;
}

.right-top-bar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: rgb(0, 55, 111);
}

.right-top-bar a {
  color: #fff;
  font-size: 14px;
}

.right-top-bar a + a {
  margin-left: 1.5rem;
}

.right-top-bar .ico {
  margin-right: 0.15rem;
}

.right-top-bar .ico svg {
  height: 20px;
  width: auto;
}

.social-links svg {
  height: 16px;
  width: auto;
}

.right-top-bar .ico svg path, .social-links svg path {
  fill: #fff;
}

.social-links {
  display: inline-block;
  margin-right: 1.5rem;
}

.social-links a {
  display: inline-block;
}

.social-links a + a {
  margin-left: 0.5rem;
}

.hero-swiper, .hero-swiper .swiper-slide a {
  width: 100%;
}

.hero-swiper .swiper-prev, .hero-swiper .swiper-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 99;
}

.hero-swiper .swiper-prev {
  left: 10px;
}

.hero-swiper .swiper-next {
  right: 10px;
}

.hero-swiper .hero-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
  -o-object-position: top;
     object-position: top;
}

.hero-image-inner, .hero-image-inner img {
  height: 300px;
  position: relative;
}

.hero-image-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hero-image-inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.hero-image-inner .container-fluid {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding-left: 5rem;
  padding-right: 5rem;
}

.dark-social svg path {
  fill: #1e1e1e;
}

.dark-social a {
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 4px;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.dark-social {
  display: inline-flex;
  align-items: center;
}

.post {
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.post-single {
  box-shadow: none;
}

.post figure {
  height: 200px;
  overflow: hidden;
}

.post figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  max-width: 100%;
  transform: scale(1);
  transition: 0.3s ease;
}

.post .content {
  padding: 0 1.5rem 1.5rem;
  font-size: 15px;
  line-height: 20px;
}

.post-single .content, .post-single .posted {
  padding: 0 !important;
}

.post .post-title, .post .post-title a {
  color: rgb(0, 55, 111);
  font-size: 19px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  padding: 0 1.5rem;
  transition: 0.3s ease;
  text-decoration: none;
}

.post .post-title a {
  padding: 0;
}

.post .post-title a:hover {
  color: #1e1e1e;
}

.post .posted {
  padding: 1rem 1.5rem 0;
}

.post .tags a {
  color: #1e1e1e;
  transition: 0.3s ease;
  text-decoration: none;
}

.post .tags a:hover {
  color: #FF900D;
}

.post:hover figure img {
  transform: scale(1.1);
}

.posted span, .posted span a {
  display: inline-flex;
  align-items: center;
}

.posted span::before {
  content: "";
  display: inline-block;
  height: 15px;
}

.posted span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  margin-left: 0.8rem;
  margin-right: 0.7rem;
}

.post-single .content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1.75rem;
}

.post-single .content img {
  max-width: 800px;
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-single .content .caption {
  font-size: 14px;
  margin-top: 1px;
  color: #333;
  display: inline-block;
  width: 100%;
}

.post-single .content .featured-image {
  max-width: inherit;
  width: 100%;
}

.post-single .posted {
  display: flex;
  align-items: center;
}

.post-single .posted .tags {
  flex: 1;
}

.post-single .section-title {
  font-size: 24px;
  line-height: 30px;
}

.article-pagination {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  margin-top: 1rem;
  display: flex;
}

.article-pagination .lt, .article-pagination .rt {
  width: 50%;
  flex: 1;
}

.article-pagination .lt {
  padding-right: 3rem;
}

.article-pagination .rt {
  text-align: right;
  padding-left: 3rem;
}

.article-pagination span {
  color: #ddd;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.article-pagination h3 {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 500;
}

.article-pagination a {
  text-decoration: none;
}

.article-pagination a:hover h3 {
  color: #FF900D;
}

.breadcrumbs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.breadcrumbs ul > li {
  display: inline-block;
  color: #333;
  position: relative;
}

.breadcrumbs ul > li a {
  color: rgb(0, 55, 111);
  text-decoration: underline;
}

.breadcrumbs ul > li + li::before {
  content: "»";
  display: inline-flex;
  margin-right: 0.3rem;
}

.custom-pagination ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}

.custom-pagination ul > li {
  display: inline-block;
}

.custom-pagination ul > li + li {
  margin-left: 0.25rem;
}

.custom-pagination ul > li span {
  background: #ddd;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bg-grad-b, .custom-pagination a:hover {
  text-decoration: none;
}

.bg-grad-b, .custom-pagination a:hover span {
  background: linear-gradient(to right, rgb(0, 55, 111) 0%, rgb(0, 55, 111) 100%) !important;
  text-decoration: none;
  color: #fff !important;
}

ul.grid-4-mix {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.grid-4-mix > li {
  display: inline-block;
  width: 33.33%;
  padding: 0.5rem;
  float: left;
}

ul.grid-4-mix > li .list {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 222px;
}

ul.grid-4-mix > li .list .details {
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%);
  width: 100%;
  bottom: 0;
  padding: 1rem;
  padding-top: 5rem;
  color: #fff;
}

ul.grid-4-mix > li .list .details h3 {
  font-size: 18px;
  padding: 0.25rem 0.5rem;
}

ul.grid-4-mix > li:nth-child(1) .list {
  height: 461px;
}

ul.grid-4-mix .featured-image {
  height: 100%;
}

ul.grid-4-mix .featured-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.ca-input {
  background-color: #F6F8F7 !important;
  border-color: #ddd !important;
  font-size: 14px;
  min-height: 38px;
}

.searchform .label {
  color: #fff;
}

.map iframe {
  height: 200px;
  width: 100%;
}

.address .heading {
  font-size: 20px;
  color: rgb(0, 55, 111);
  margin-bottom: 0.3rem;
  font-weight: 500;
}

.footer {
  background-color: rgb(0, 55, 111);
  color: #fff;
  font-size: 14px;
}

.footer-widget .heading {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-widget ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-widget ul.list li a, .copyright a {
  color: #fff;
  font-size: 14px;
}

.footer-widget ul.list li a:hover, .copyright a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer .social-links svg {
  height: 20px;
  width: auto;
}

.footer .social-links a + a {
  margin-left: 1rem;
}

.footer-widget ul.list li {
  display: flex;
}

.footer-widget ul.list li .ico svg path {
  fill: #fff;
}

.footer .link {
  color: #fff;
}

.footer-widget ul.list li + li {
  margin-top: 0.5rem;
}

.single ul {
  margin: 0;
  padding: 0;
}

.single ul li {
  line-height: normal;
  margin-top: 0.8rem;
  width: 33%;
  padding-right: 3em;
  display: inline-block;
  vertical-align: top;
  padding-left: 1rem;
  position: relative;
}

.single ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  margin-top: 6px;
  background-color: #1e1e1e;
  display: inline-block;
  position: absolute;
}

.single ul + ul {
  margin-top: 3rem;
}

.single .map iframe {
  width: 100%;
  height: 400px;
}

.single .page-title {
  font-size: 34px;
  line-height: 40px;
  padding-bottom: 1.5rem;
}

.single .details p {
  font-weight: 500;
  font-size: 16px;
}

.single .details p a {
  color: rgb(0, 55, 111);
  margin-left: 4px;
}

.single .details span {
  font-weight: 600;
  color: rgb(0, 55, 111);
}

.single .details p.first {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.single a.bg-blue {
  background-color: #00376f;
  color: #fff;
  display: inline-block;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0px 1px 10px rgba(0, 55, 111, 0.5);
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.single a.bg-blue:hover {
  box-shadow: none;
}

.single a.bg-blue svg {
  height: 24px;
  width: 24px;
}

.single a.bg-blue svg path {
  fill: #fff;
}

.single .btn-lg {
  padding: 1rem !important;
  font-size: 18px !important;
}

.single a.bg-green {
  box-shadow: 0px 1px 10px rgba(37, 211, 102, 0.5);
}

.single a.bg-orange {
  box-shadow: 0px 1px 10px rgba(251, 133, 0, 0.5);
}

.single .ico {
  margin-right: 0.25rem;
}

.btn-group {
  width: 100%;
}

.btn-group a {
  padding: 1.5rem 1rem;
  width: 100%;
  text-align: center;
  box-shadow: 0px 1px 10px rgba(0, 55, 111, 0.5);
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  background-color: rgb(0, 55, 111);
}

.btn-group h2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: auto;
}

.btn-group a:hover {
  background-color: #FF900D;
}

.property-gallery {
  padding: 0.5rem 0 0;
  bottom: 0;
  width: 100%;
}

.property-gallery .featured-img {
  display: flex;
}

.property-gallery .featured-img a {
  width: 100%;
}

.property-gallery img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-gallery img + img {
  margin-left: 0.5rem;
}

.property-gallery button {
  width: 100%;
  max-width: 200px;
  margin-left: 0.5rem;
  padding: 0 0.5rem;
  background: rgb(0, 55, 111);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  height: 80px;
}

.property-gallery button img {
  width: 30px;
  height: 30px;
}

.property-gallery #lightgallery a + a {
  margin-left: 0.5rem;
}

ul.no-bullet {
  list-style-type: none;
  padding: 0;
}

ul.no-bullet li {
  display: inline-block;
  width: 32.33%;
  vertical-align: top;
  padding: 0.5rem;
}

ul.no-bullet li + li {
  margin: 0 !important;
}

.fp-list {
  padding: 1rem;
  border: 1px solid #ddd;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.fp-list h3 {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.fp-list span {
  color: rgb(0, 55, 111);
  text-decoration: underline;
  font-weight: 600;
}

.fp-list:hover {
  background: #ddd;
}

.inline-gallery-container {
  width: 100%;
  height: 100%;
}

.lg-inline .lg-outer .lg-object {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100% !important;
  -o-object-position: top;
     object-position: top;
}

.lg-inline .lg-outer .lg-content {
  top: 0 !important;
}

.lg-inline .lg-outer .lg-thumb-outer {
  background-color: #ddd !important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(0, 55, 111) !important;
}

.lg-show-in .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.2);
}

.lg-inline .lg-counter, .lg-toolbar .lg-icon {
  color: #fff;
}

.lg-download, .lg-inline .lg-zoom-in {
  display: none;
}

.blue-social {
  margin-right: 0;
  display: block;
}

.blue-social svg path {
  fill: rgb(0, 55, 111);
}

.blue-social svg {
  height: 15px;
}

.blue-social a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  border-radius: 5px;
}

.blue-social a + a {
  margin-left: 0.5rem;
}

.bg-blue .label {
  color: #fff;
}

.video iframe {
  width: 100%;
  height: 500px;
}

.content p {
  font-size: 15px;
  line-height: 22px;
}

.second-paragraph h2, .second-paragraph h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: rgb(0, 55, 111);
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}

.second-paragraph ul, .second-paragraph p:nth-last-child(1) {
  margin-bottom: 2.5rem;
}

.ul-list ul li {
  width: auto;
  display: block;
}

.prop-list .details p a {
  margin-left: 4px;
}

.desktop-none {
  display: none;
}

.menu-overlay {
  display: none;
}

#mobileMenu {
  position: fixed;
  top: 0;
  right: -15rem;
  transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, box-shadow 0.3s 0.25s;
  border: none !important;
  border-radius: 0 !important;
  /*width: 100%; height: 100%;*/
  max-width: 15rem;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9990;
  display: block;
}

.mobile-menu {
  border: none;
  box-shadow: none;
  background: none;
}

.menu-toggle.toggled .menu-toggle-inner {
  margin-left: 25px;
}

.menu-toggle[aria-controls=main-menu], .main-navigation .menu li .sub-menu-toggle {
  color: rgb(0, 55, 111);
}

.menu-toggle-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.menu-toggle-inner, .menu-toggle-inner:after, .menu-toggle-inner:before {
  width: 22px;
  height: 0.15rem;
  background-color: rgb(0, 55, 111);
  border-radius: 0px;
  position: absolute;
  right: 0;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.menu-toggle .menu-toggle-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner:before, .menu-toggle .menu-toggle-inner:after {
  background-color: rgb(0, 55, 111);
}

.menu-toggle-inner:after, .menu-toggle-inner:before {
  content: "";
  display: block;
}

.menu-toggle-inner:before {
  top: -7px;
}

.menu-toggle-inner:after {
  bottom: -7px;
}

.menu-toggle .menu-toggle-inner:before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.menu-toggle .menu-toggle-inner:after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner:before, .menu-toggle .menu-toggle-inner:after {
  background-color: rgb(0, 55, 111);
}

.header-fixed .menu-toggle .menu-toggle-inner, .header-fixed .menu-toggle .menu-toggle-inner:before, .header-fixed .menu-toggle .menu-toggle-inner:after {
  background-color: rgb(0, 55, 111);
}

.menu-toggle.toggled .menu-toggle-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle.toggled .menu-toggle-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.menu-toggle.toggled .menu-toggle-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle-box {
  position: relative;
}

.mobile-menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#loaderImg {
  display: none;
}

#loaderImg img {
  height: 20px;
  width: auto;
  margin-left: 0.5rem;
}

span.error {
  color: #ff0000;
  font-size: 13px;
  font-weight: 400;
}

.singleForm span.error, .singleForm .required {
  color: #FF900D;
}

.loader {
  display: inline-block;
  border: 5px dotted lightgray;
  border-radius: 50%;
  border-top: 5px solid gray;
  border-bottom: 5px solid gray;
  width: 30px;
  height: 30px; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
.loader-symbol {
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fixed-footer-menu {
  background: #FF900D;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9;
}

.fixed-footer-menu ul.other-navigation > li {
  padding-top: 0.7em;
  margin-left: 0px;
  width: 100%;
  border-right: 1px solid rgba(229, 227, 214, 0.4);
  float: left;
  text-align: center;
}

.fixed-footer-menu ul.other-navigation > li:nth-last-child(1) {
  border-right: 0px;
}

.fixed-footer-menu ul.other-navigation > li a span.count {
  right: -7px;
  top: -4px;
}

ul.other-navigation {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
}

ul.other-navigation > li {
  display: inline-block;
  margin-left: 15px;
}

ul.other-navigation > li a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  align-items: center;
  position: relative;
  font-weight: 600;
}

ul.other-navigation > li a span.count {
  position: absolute;
  right: -15px;
  top: -15px;
  background: rgb(0, 55, 111);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

ul.other-navigation > li a span {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

#myModal .modal-header {
  background: rgb(0, 55, 111);
  color: #fff;
  padding: 0.5rem 1rem;
}

#myModal .btn-close {
  color: #fff;
}

#myModal .modal-body {
  padding: 2rem 1.5rem;
}

.modal-open, .modal.show {
  padding-right: 0px !important;
}

.request_popup .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.request_popup .heading {
  font-size: 15px;
  font-weight: 400;
}

.request_popup .special {
  font-weight: 600;
  color: #FF900D;
}

.request_popup .form-control {
  border: 0px;
  border-bottom: 1px solid #ced4da;
  padding-left: 0;
  font-size: 14px;
  border-radius: 0px;
}

.request_popup .btn {
  border-radius: 0.25rem;
  border: none;
  overflow: hidden;
}

.request_popup .modal-body {
  padding: 0em !important;
}

.request_popup .modal-lg {
  max-width: 600px !important;
}

.request_popup .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

.swiper-developers .objImg {
  height: 80px;
}

.swiper-container--single .swiper-button-next:hover, .swiper-container--single .swiper-button-prev:hover {
  background-color: rgb(0, 55, 111);
}

.swiper-container--single .swiper-button-next:hover:before, .swiper-container--single .swiper-button-prev:hover:before {
  color: #fff;
}

.mfp-arrow:before, .mfp-arrow:after {
  border: none;
}

.mfp-arrow-right:after {
  border-left: 0;
  margin-left: 0;
}

.mfp-arrow:after {
  border-top-width: 0;
  border-bottom-width: 0;
}

.mfp-arrow-left:after {
  border-right: 0;
  margin-left: 0;
}

.svg-20 svg {
  width: 20px;
  height: 20px;
}

.svg-28 svg {
  width: 28px;
  height: 28px;
}

.svg-50 svg {
  width: 50px;
  height: 50px;
}

.svg-fill-w svg path {
  fill: #fff;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.certis .objImg {
  width: 100%;
  height: 130px;
}

@media (max-width: 1199px) {
  ul.primary-navigation li + li {
    margin-left: 1.5rem;
  }
  .map-section .row [class*=col-md-]:nth-child(1), .single.first-paragraph .row [class*=col-md-]:nth-child(1) {
    width: 56%;
  }
  .map-section .row [class*=col-md-]:nth-last-child(1), .single.first-paragraph .row [class*=col-md-]:nth-last-child(1) {
    width: 44%;
  }
}
@media (max-width: 991px) {
  .hero-swiper .hero-banner img {
    height: 400px;
  }
  .page-title {
    font-size: 45px;
    line-height: 50px;
  }
  .hero-image-inner, .hero-image-inner img {
    height: 250px;
  }
  .navigation {
    display: none;
  }
  .section-title.section-title-sm {
    font-size: 22px;
    line-height: 30px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .logo img {
    height: 100px;
    width: auto;
  }
  .content h1 {
    text-align: start !important;
  }
  .map-section .row [class*=col-md-]:nth-child(1), .single.first-paragraph .row [class*=col-md-]:nth-child(1) {
    width: 100%;
  }
  .map-section .row [class*=col-md-]:nth-last-child(1), .single.first-paragraph .row [class*=col-md-]:nth-last-child(1) {
    width: 100%;
  }
  .inline-gallery-container {
    height: 465px;
    margin-bottom: 2rem;
  }
  .single .page-title {
    padding-bottom: 1rem;
    font-size: 30px;
    line-height: 34px;
  }
  .video iframe, .single .map iframe {
    height: 300px;
  }
  .single.second-paragraph ul li, ul.no-bullet li {
    width: 49%;
  }
  .mw-700 {
    max-width: 85%;
  }
  .section-title, .page-title {
    font-size: 30px;
    line-height: 34px;
  }
  ul.grid-4-mix > li {
    width: 50%;
  }
  ul.grid-4-mix > li:nth-child(1) .list {
    height: 460px;
  }
  .prop-circle-list {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .hero-swiper .hero-banner img {
    height: 350px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .right-top-bar-wrapper {
    display: none;
  }
  .logo img {
    height: 80px;
  }
  .video iframe, .single .map iframe {
    height: 250px;
  }
  .inline-gallery-container {
    height: 356px;
  }
  .single .page-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
  }
  .prop-list .heading {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .prop-list .details p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
  }
  .lg-thumb-outer.lg-thumb-align-middle.lg-grab {
    display: none;
  }
  .mob-sm-none {
    display: none;
  }
  .footer {
    padding-bottom: 5rem;
  }
  .swiper-container--single .swiper-button-next, .swiper-container--single .swiper-button-prev {
    width: 28px;
    height: 28px;
  }
  .mfp-arrow-left:after, .mfp-arrow-right:after {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .hero-swiper .hero-banner img {
    height: 300px;
  }
  .page-title {
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
  }
  .hero-image-inner, .hero-image-inner img {
    height: 220px;
  }
  .content h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .single.second-paragraph ul li, ul.no-bullet li {
    width: 100%;
  }
  .single ul li {
    padding-right: 0;
  }
  .second-paragraph ul, .second-paragraph p:nth-last-child(1) {
    margin-bottom: 2rem;
  }
  .inline-gallery-container {
    height: 300px;
  }
  .prop-list .details p, .prop-list .heading {
    white-space: normal;
  }
  .prop-list figure a {
    height: 200px;
  }
  .mw-700 {
    max-width: 100%;
  }
  .prop-circle-list {
    width: 160px;
    height: 160px;
  }
  .portfolio .row [class*=col-]:nth-child(even) {
    padding-left: 0px;
  }
  .portfolio .row [class*=col-]:nth-child(odd) {
    padding-right: 0px;
  }
  .prop-circle-list .heading {
    padding: 1rem 2rem 2.5rem;
    font-size: 18px;
    line-height: 22px;
  }
  .section-title, .page-title {
    font-size: 28px;
    line-height: 32px;
  }
  ul.grid-4-mix > li {
    width: 100%;
  }
  ul.grid-4-mix > li:nth-child(1) .list, ul.grid-4-mix > li .list {
    height: 250px;
  }
  .sm-none {
    display: none;
  }
}
@media (max-width: 360px) {
  body, html {
    width: 360px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .mobile-siderbar-header {
    font-size: 14px;
    color: #fff;
    background: rgb(0, 55, 111);
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  .mobile-siderbar-header span.close {
    flex-grow: 1;
    cursor: pointer;
    text-align: right;
    opacity: 1;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .mobile-siderbar-header span.close a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
  }
  .mobile-siderbar-header span.close svg {
    font-size: 10px;
  }
  .mobile-siderbar-navigation {
    margin-top: 15px;
    padding-bottom: 1em;
  }
  .mobile-siderbar-navigation ul, ul.mobile-siderbar-submenu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .mobile-siderbar-navigation ul > li {
    padding: 10px 20px;
  }
  .mobile-siderbar-navigation ul > li:nth-last-child(1) {
    border-bottom: 0px;
  }
  .mobile-siderbar-navigation ul > li a {
    font-size: 18px;
    font-weight: 500;
    color: rgb(0, 55, 111);
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  .mobile-siderbar-navigation ul > li a span {
    flex-grow: 1;
    text-align: left;
  }
  .mobile-siderbar-navigation ul > li a:hover {
    color: #333;
  }
  ul.mobile-siderbar-submenu {
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
    position: relative;
    left: 5px;
  }
  ul.mobile-siderbar-submenu > li {
    border-bottom: 0px;
    padding: 0;
  }
  ul.mobile-siderbar-submenu > li + li {
    margin-top: 5px;
  }
  ul.mobile-siderbar-submenu > li a {
    font-size: 15px;
  }
  .mobile-siderbar-dropdown.selected .mobile-siderbar-submenu {
    animation: slide-right 0.25s ease-in-out;
  }
  .mobile-sidebar-body {
    width: calc(100% - 0.375rem);
    height: calc(100% - 3rem);
    overflow-y: auto;
  }
  .menu-overlay {
    background: rgba(59, 59, 59, 0.75);
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9900;
  }
  .mob-none {
    display: none !important;
  }
  .desktop-none {
    display: inline;
  }
  .menu-overlay {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */