body {
    font-weight:400;
    color: #5c727d;
    font-size:16px;
    line-height: 1.8;
    font-family: 'Nunito Sans', sans-serif;
  }
  
  a {
    color: #008c00;
  }
  
  a:hover {
    color: #008c00;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
  }
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nunito Sans', sans-serif;
  }
  h1, .h1 {
      font-size:40px;
      font-weight:800;
      color:#000;
  }
  .heading-black {
      color:#000;
  }
  .heading-green {
      color:#008c00;
  }
  .before-divider:before {
      content: '';
      width: 5px;
      height: 29px;
      background: #0032b6;
      display: inline-block;
      margin-right: 11px;
  }
  .f45{font-size: 45px  !important;}
  .btn {
    font-size: 18px;
    color:#fff;
    padding:8px 22px;
    border:none;
    font-weight: 500;
    transition: 0.5s;
    -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s;
  }
  .btn.btn-sm {
    font-size: 14px;
    padding:6px 12px;
  }
  .btn-primary {
    background-color: #2a2a86;
    border-color:#2a2a86;
  }
  .btn:hover i {
    left:2px;
    position: relative;
  } 
  .btn-primary:hover, .btn-primary:focus {
    background-color: #23237c;
  }
  h2, .h2, h3 .h3, h4, .h4, h5, .h5, h6, .h6 {
    color:#000;
  }
  h6 {
    line-height: 1.5;
  }
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .scrolled-offset {
	  padding-top:100px;
  }
     p{
      text-align:justify;
  }
  .contact p{text-align:center;}
  .back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
  }
  
  .back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #2a2a86;
    color: #fff;
    transition: all 0.4s;
  }
  
  .back-to-top i:hover {
    background: #1f1f76;
    color: #fff;
  }
  .container {
      max-width:1170px
  }
  a {
    text-decoration: none;
  }
  /*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
  #topbar {
    background: #2a2a86;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 16px;
  }
  #topbar::before, #topbar::after {
    display: table;
    content: '';
  }
  #topbar::after {
    clear: both;
  }
  #topbar .top-contact-info {
    float: left;
    color: #fff;
  }
  #topbar .top-contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
  }
  #topbar .top-contact-info a i {
    margin-right: 5px;
  }
  #topbar .top-contact-info a:hover {
    color: #fff;
  }
  #topbar .top-contact-info span:first-child {
    margin-right: 30px;
  }
  #topbar .top-login-section {
    float: right;
    color: #fff;
  }
  #topbar .top-login-section a {
    color:#fff;
  }
  header.fixed-top {
    background-color: #fff;
  }
  .navbar-brand img {
    max-height: 60px;
  }
  .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
  }
  .nav-menu a {
    display: block;
    position: relative;
    color: #071c1f;
    transition: 0.3s;
    font-size: 18px;
    font-weight:600;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    text-transform: capitalize;
  }
  .nav-menu li:last-child a {
    padding-right: 0 !important;
  }
  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #2a2a86;
    text-decoration: none;
  }
  .nav-menu ul.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border: none;
  }
  .nav-menu ul.dropdown-menu a {
    padding: 4px 16px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color:#000;
  }

  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height:calc(50vh - 100px);
    background-color: #fff;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #hero .carousel-caption {
    position: absolute;
    right: 15%;
    top: 0;
    left: 15%;
    color: #fff;
    text-align: center;
    bottom: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #hero .carousel-item {
    width: 100%;
    height:calc(50vh - 100px);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  #hero .carousel-item .carousel-caption h1 small {
    color:#e7f6fd;
    font-size: 26px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
    margin-bottom: 0px;
  }
  #hero .carousel-item .carousel-caption h1 {
    font-size: 64px;
    color:#fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
    font-weight: 600;
  }
  #hero .carousel-item .carousel-caption p {
    font-size: 22px;
    color:#e7f6fd;
    line-height: 1.5;
  }
  #hero .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  .BannerBox {
	  position:relative;
  }
  #hero .carousel-item::before, .BannerBox::before {
    content: '';
    background-color: rgba(45, 86, 117, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 20%;
    right: 20%;
    padding-bottom: 150px;
  }
  
  #hero .carousel-content {
    text-align: center;
  }
  
  #hero h2, .inner-hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 600;
  }
  
  #hero h2 span, .inner-hero h2 span {
    color: #008c00;
  }
  
  #hero p, .inner-hero p {
    width: 100%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
  }
  

  @media (max-height: 768px), (max-width: 1200px) {
    #hero .carousel-container {
      padding-bottom: 0;
    }
    #hero .carousel-indicators li {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 768px) {
    #hero {
      height: 90vh;
    }
    #hero .carousel-item {
      height: 90vh;
    }
  }
  
  @media (min-width: 1024px) {
    #hero p {
      width: 100%;
    }
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%;
    }
  }
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  .block-head {
    position: relative;
    margin-bottom: 40px;
  }
  .block-head.block {
    display: block;
  }
  .block-head .h1::before {
    position:absolute;
    left:0;
    top:0;
    width: 15px;
    height: 100%;
    border-radius: 20px;
    background-color: #2a2a86;
    content: '';
  }
  .block-head .h1.after-none:before {
    display: none;
  }
  .block-head .h1.after-none {
    padding:0;
  }
  .block-head .h1 small {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color:#000;
  }
  .block-head .h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #2a2a86;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
  }
  .block-head .fixed-rgt-btn {
    position:absolute;
    right:0;
    top:0;
  }
  .service-inner-content .block-head a {
    color: #2a2a86;
}
  .contact-form-submit .wpcf7-spinner{
    position: absolute;
    bottom: 8px;
  }
  .contact-form-submit  .btn.btn-primary.fixed-rgt-btn:hover{background:transparent;}
  .contact-form-submit  .btn.btn-primary.fixed-rgt-btn:focus{
    border: none !important;
    box-shadow: none;
    background: transparent;
  }
  .contact-form-submit{
    display: inline-block;
  }
  .contact-form-submit input{padding-left: 0;}
  section {
    padding: 60px 0 60px 0;
  }
  .bg-light {
    background-color: #f2f6f7;
  }
  section.bg-dotted {
    background: url(../images/bg-dotted.jpg) repeat top center;
  }
  .feature-property-listing {
    display: block;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding:10px 10px 50px 10px;
  }
  .feature-property-listing figure {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 220px;
  }
  #feature-listing .item {
    padding:10px;
  }
  .feature-property-listing figure .img-block {
    display: block;
    height: 100%;
  }
  .feature-property-listing figure .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .feature-property-listing figure .property-type {
    position: absolute;
    top:0.8rem;
    right: 0.8rem;
    padding:2px 12px;
    color:#fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
  }
  .feature-property-listing figure .property-type.for-sale {
    background-color: #ff385c;
  }
  .feature-property-listing figure .property-type.for-lease {
    background-color: #000;
  }
  .feature-property-listing figure .property-price {
    position: absolute;
    bottom:0.8rem;
    left: 0.8rem;
    padding:8px 12px;
    color:#fff;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    background-color: #18ba60;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;

  }
  .feature-property-listing figure .property-price small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .feature-property-listing figcaption .property-name {
    font-weight: 600;
  }
  .feature-property-listing figcaption .property-address {
    font-size: 15px;
    margin:15px 0;color:#5c727d
  }
  .feature-property-listing figcaption .property-footer::before, .feature-property-listing figcaption .property-footer::after {
    display: table;
    content: '';
  }
  .feature-property-listing figcaption .property-footer::after {
    clear: both;
  }
  .feature-property-listing figcaption * {
    font-family: 'Poppins', sans-serif;
  }
  .feature-property-listing figcaption .property-footer {
    margin-top: 10px;
    color:#000;
    line-height: 1.1;
  }
  .feature-property-listing figcaption .property-footer .sq-left-tp {
    font-weight: 500;
    font-size: 13px;
  }
  .feature-property-listing figcaption .property-footer .sq-left-bt {
    font-weight: 700;
    font-size: 20px;
  }
  .feature-property-listing figcaption .property-footer .p-footer-left {
    float: left;
  }
  .feature-property-listing figcaption .property-footer .p-footer-right {
    float: right;
    text-align: right;
  }
  .feature-property-listing figcaption i.fas, .feature-property-listing figcaption i.far, .feature-property-listing figcaption i.fa {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 100% 100% !important;
    background-color: #2a2a86;
    border-radius: 50%;
    background-size: 58% !important;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-carousel .owl-nav.disabled {
  display: block;
  text-align: center;
  margin-top: -36px;
  z-index: 5;
  position: relative;
  height: 54px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width:50px;
  height: 50px;
  background-color: #22227b;
  border-radius: 50%;
  margin:2px;
  color:#fff;
  font-size: 30px;
}
.owl-carousel .owl-nav button.owl-prev i.fa-angle-left {
    position: relative;
    top: 2px;
    left: -1px;
}
.owl-carousel .owl-nav button.owl-next i.fa-angle-right {
    position: relative;
    top: 2px;
    left: 2px;
}
.owl-carousel .owl-nav button.owl-prev i.fa-angle-left:before {
  content:url(../images/feature-arrow-left.png);
}
.owl-carousel .owl-nav button.owl-next i.fa-angle-right:before {
  content:url(../images/feature-arrow-right.png);
}
  .services-listing {
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.13);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .services-listing::after {
    content: '';
    background-color: #2a2a86;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    z-index: 0;
    transition: all 0.2s ease-in;
    opacity: 0;
  }
  .services-listing:hover:after {
    opacity: 1;
  }
  .services-listing:hover * {
    color: #fff;
  }
  .services-listing:hover::before {
    opacity: 0.3;
  }
  .services-listing:hover img {
    filter: brightness(0) invert(1);
  }
  .service-pos {
    position: relative;
    z-index: 2;
  }
  .services-listing::before {
    content:'';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #f5f7f9;
    top:-30px;
    left:-30px;
    position:absolute;
    display: block;
    z-index: 2;
  }
  .services-listing .service-head {
    min-height: 80px;
    display: block;
    text-align: right;
  }
  .services-listing h6 {
    font-size: 16px;
    font-weight: 600;
    /* height:   ; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .services-listing p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .services-listing a {
    color:#2a2a86;
  }
  section#news-letter {
    padding-bottom: 0;
  }
  section#news-letter .block-head {
    margin-bottom: 0;
  }
  .newsletter-block {
    padding: 15px 60px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: -60px;
    z-index: 1;
    position: relative;
  }
  .news-form-group input[type="email"] {
    display: block;
    width: 100%;
    border:none;
    height: 60px;
    border-radius: 50px;
    background-color: #f2f6f7;
    margin-top:20px;
    margin-bottom:20px;
	padding-left: 20px;
    padding-right: 190px;
  }
  .news-form-group {
    position: relative;
  }
  .news-form-group .newsletter-btn {
    position: absolute;
    right:5px;
    top:5px;
    height: 50px;
    font-size: 22px;
    text-transform: uppercase;
    color:#fff;
    background-color: #22227b;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    border:none;
  }
  /* ------ About page Style --------- */
  .InnerBanner{
	padding:5% 0;
	background-repeat:no-repeat;	
	background-size:cover;
	text-align:center;
	background-position:center center;
  }  
  .InnerBanner h1 span{
	color:#fff;
	/*background: rgb(53,42,42, 0.6);*/
	display:inline-block;
	padding:20px 20px 0 20px;
	line-height:1.1;
	font-size:42px;
	font-weight:600;
	text-shadow:0px 0px 6px rgba(0, 0, 0, 0.75);
  }
  .InnerBanner .breadcrumb {
	  position:relative;
	  z-index:2;
	  font-size:18px;
  }
  .InnerBanner .breadcrumb-item {
	  color:#fff;
  }
  .InnerBanner .breadcrumb-item a {
	  color:#e7f6fd;
  }
  .InnerBanner .breadcrumb-item + .breadcrumb-item::before {
	  color:#fff;
  }
  .CompanyProfile{
	  position:relative;
	  background: linear-gradient(to left, #08085e 50%, #18383e 50%);
  }
  .img-boxes {
	  border-radius:10px;
	  padding:10px;
	  background-color:#fff;
	  box-shadow:0px 0px 10px rgba(0, 0, 10, 0.5);
  }
  .img-boxes img {
	  border-radius:10px;
	  width:100%;
  }
  .CompanyProfile h3{margin-bottom:30px;}
  .CompanyProfile h3,
  .CompanyProfile h6,

  .AbLeft{padding-right:30px}
  .AbRight{padding-left:30px}
.OurTeam{background-color: #f3f5fa;}
.OurTeam .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	height:100%;
}  
.modal-body .member {
	box-shadow:none;
	padding:0;
}
.modal-body .member .member-info {
	padding:0;
}
.modal-body .member:hover {
	transform: translateY(0px) !important;
}
.OurTeam .member .pic {
    overflow: hidden;
    width: 150px;
    flex: 0 0 auto;
    width: 150px;
}
.OurTeam .member .pic img{
   width: 100%;
    border-radius: 50%;
}
.OurTeam .member .member-info {
    padding-left: 30px;
	color:#5c727d;
}
.OurTeam .member:hover {
    transform: translateY(-10px);
}
.OurTeam .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
	color:#5c727d;
}
.OurTeam .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}
.OurTeam .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.OurTeam .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}
.OurTeam .member .social a + a {
    margin-left: 8px;
}
.OurTeam .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}  
.OurTeam .member .social a:hover i {
    color: #fff;
}
.OurTeam .member .social a:hover {
    background: #2a2a86;
}
.Smdetails a{color:#5c727d}
.pic a {
    background: #2a2a86;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    width: 100px;
    display: block;
    text-align: center;
    margin: -10px auto 0;
	border:2px solid transparent;
	transition: ease-in-out 0.3s;
	position:relative;
}
.pic a:hover {
    background: #fff;
    color: #2a2a86;
	border:2px solid #2a2a86;
}
.modal.OurTeam .modal-header {
	display:block;
	background-color:#2a2a86;
	padding-top:10px;
	padding-bottom:10px;
}
.modal.OurTeam .modal-header h5 {
	margin:0;
	color:#fff;
}
.modal.OurTeam .modal-header p {
	margin:0;
	color:#fff;
}
.modal.OurTeam .close {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 99;
    background:none;
    color: #fff;
    border: none;
    width: 35px;
    font-size: 40px;
	color:#fff;
}
.modal.OurTeam .member .pic {
    overflow: hidden;
    width: 150px;
	height:150px;
	margin:0;
	border-radius:50%;
}
.modal.OurTeam .member .pic img {
    width: 100%;
    height: auto;
    border-radius:50%;
} 
  /* --------- Contact us ----------- */
  .contact{background: #f9f9f9;}
  .contact .info-box {
    text-align: center;
    box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
    padding: 20px 0 30px 0;
	background:#fff;
	border-radius:10px;
}
.contact .info-box i {
    font-size: 32px;
    color: #2b489f;
    border-radius: 50%;
    padding: 5px;
    border: 2px dotted #2a2a86;
	width:50px;
	height:50px;
}
.bx {
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact .php-email-form {
    box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
    padding: 30px;
	background:#fff;
	border-radius:10px;
}
.contact .info-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.php-email-form input {
    height: 50px;
    line-height: 50px;
}
.php-email-form .form-control:focus{box-shadow: 0 0 3px rgb(42, 42, 134);}
.btn.btn-primary.fixed-rgt-btn:hover {
    background: #2a5786
}
.contact .info-box a{color:#5c727d}	
.feature-property-listing {
  position: relative;
  overflow: hidden;
}
.feature-property-listing .hover-content{
  position:absolute;
  left: 0;
  bottom:-100%;
  right:0;
  height: auto;
  width:100%;
  display: flex;
    flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: rgba(42, 42, 134, 0.9);
  transition: all 0.2s ease;
  padding:20px;
  font-size: 16px;
  color:#fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 1.5;
}
.feature-property-listing .hover-content .btn {
  margin-top: 16px;
}
.feature-property-listing small {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.feature-property-listing .hover-content span {
  display: block;
}
.feature-property-listing .hover-content p {
  margin-bottom: 0;
  color:#e2e2fd;
  font-size: 14px;
  margin-top: 10px;
}
.feature-property-listing .hover-content .btn.btn-primary {
  background-color: transparent;
  color:#fff;
  border:2px solid #fff;
}
.feature-property-listing:hover .hover-content {
  bottom:0;
}
.feature-property-listing .img-property-listing img {
  transition: all 0.2s ease;
}
.feature-property-listing:hover .img-property-listing img {
  transform: scale(1.1);
}

/*.toggleButton{
  text-align: right;
float: right;
display: inline-block;
width: 100%;
color: #2a2a86;
font-weight: 600;
text-decoration: underline;
}
.toggleButton:hover{
color: #2a2a86;
}
.content-sec {
    display: inline-block;
    margin-bottom: 10px;
} */

.heading-center {margin-bottom: 0 !important;}
.heading-center .h1{text-align: center; padding-left: 0;}
.broker_info{display: none;}
.block-head.heading-center  .h1::before{display: none;}

  
  #footer {
    background: #2a2a86;
    padding: 0;
    color: #fff;
    padding-top: 60px;
  }
  .footer-top {
    padding-bottom: 40px;
  }
  #footer .h4 {
    color:#fff;
    font-weight: 600;
  }
  #footer * {
    color:#cecefa;
  }
  #footer ul {
    margin:0;
    padding:0;
  }
  #footer ul li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 25px;
  }
  #footer ul li:before {
    content: url(../images/footer-arrow.png);
    position: absolute;
    left: 0;
    top:0px;
    transition: all 0.2s ease-in;
  }
  .footer-logo img {
    filter: brightness(0) invert(1);
    max-height: 50px;
    margin-bottom: 30px;
    width: auto !important;
    height: auto !important;
  }

  .cus-image-widget .widget img{ height: 60px !important;}
  #footer ul li:hover:before {
    left:3px;
  }
  #footer ul li:hover a {
    color:#fff;
  }
  #footer ul li:last-child {
    margin-bottom: 0;
  }
  .footer-copyright {
    padding-top:8px;
    padding-bottom: 8px;
    background-color: #22227b;
  }
  .footer-copyright .footer-social {
    text-align: left;
    margin-top: 7px;
  }
 
  .footer-copyright .footer-social a{
    width:35px;
    height: 35px;
    border-radius: 50%;
    border:1px solid #fff;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    display: inline-block;
  }
  .footer-copyright {
    font-size:18px;
  }
  .footer-copyright .copyright-text {
    text-align: left;
    font-size: 14px;
  }
  .footer-copyright .copyright-text p {
    margin-bottom: 0;
  }
  .navbar-toggler {
    padding:5px;
    background-color: #2a2a86;
  }
  .navbar-toggler:focus {
    border:none;
    box-shadow: none !important;
  }
  .navbar-toggler .navbar-toggler-icon  {
    height: auto;
    color:#fff;
  }
  .services-row img{
	  max-width:100%;
  }
  .service-lg-image {
	  height:100%;
  }
  .service-lg-image img {
	  width:100%;
	  height:100%;
	  object-fit:cover;
  }
  .service-inner-content {
	  padding:16px 30px;
  }
  .office-location-row {
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    --bs-gutter-x: 0rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .location-address {
    display: block;
    position: relative;
    padding-left: 80px;
    background: #fff;
    padding: 20px 20px 20px 60px;
    left: -40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .location-address .h4 {
    font-weight: 600;
    font-size: 22px;
    color:#2a2a86;
  }
  .location-address .h5 {
    font-size: 18px;
  }
  .location-address address, .location-contact-info p  {
    margin-bottom: 10px;
  }
  .location-address .h6 {
    margin: 10px 0 16px;
  }
  .location-address address i, .location-contact-info i {
    width: 20px;
    text-align: center;
    color: #2a2a86;
    position: absolute;
    left:0;
    top:4px;
  }
  .location-address address, .location-contact-info p {
    position: relative;
    padding-left: 25px;
    line-height: 1.4;
    font-size: 16px;
  }
  /* .office-location-row:nth-child(odd) {
    flex-direction:row-reverse;
  } */
  .office-location-row img.img-fluid{
    border-radius: 15px;
    padding:10px;
    background-color: #fff;
    border:1px solid #f3f3f3
  }
  .map-bg {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    opacity: 0.07;
    z-index: 0;
  }
  .map-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .address-inner-content {
    position: relative;
    z-index: 1;
  }
  .cus-gallery-carousel .carousel-indicators {
    position: static;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.cus-gallery-carousel img {
  max-width: 100%;height: 425px;
  object-fit: cover;
  background: #efefef;
}

.cus-gallery-carousel .carousel-indicators {
  display: block;
  margin:0;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.cus-gallery-carousel .carousel-indicators img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.cus-gallery-carousel .carousel-indicators li {
  height: 60px !important;
  width: 80px !important;
  text-indent: 0 !important;
  display: inline-block;
  margin:0;
}
.cus-gallery-carousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 5px 5px 5px;
}
.cus-gallery-carousel .carousel-caption h5 {
  color:#fff;
  font-size: 15px;
  font-weight: 500;
}
.list-inline {
  padding:0;
  margin:20px 0 0 0;
}
.list-inline li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #f1f1f1;
  line-height: 1.1;
  font-size: 14px;
  color:#000;
}
#myCarousel .carousel-indicators {
  display: none;
}
.feature-property-listing.fpl-inner  {
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.feature-property-listing.fpl-inner figcaption .property-name {
  font-size: 18px;
  height:22px;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.feature-property-listing.fpl-inner figcaption .property-address {
  height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nav-tabs {
  border-bottom: none;
    margin-left: -5px;
    margin-right: -5px;
    padding: 5px 0;
    background: transparent;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.1);
}
.nav-tabs .nav-link {
    color: #2a2a86;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
  margin:0 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #2a2a86;
  border-color: #2a2a86;
  color:#fff;
}
.img-block.img-full-width {
  position: relative;
}
.img-block.img-full-width img{
  width: 100%;
}
.other-property-info ul {
  margin:13px 0;
  padding:0;
}
.other-property-info ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
}
.other-property-info ul li:before {
  content: "\f061";
  margin-right:10px;
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
}
.other-property-info ul li span {
  font-weight: 600;
  margin-right: 5px;
  color:#000;
}
.agent-info {
  margin-top: 10px;
}
.agent-info .agent-name {
  color:#000;
  font-weight: 700;
  font-size: 16px;
}
.agent-info span {
  padding-right: 8px;
  margin-right: 8px;
  border-right:1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
}
.loopnet-btn {
  position:absolute;
  bottom:0;
  right:0;
  background-color: #2a2a86;
  color:#fff;
  padding:8px 16px;
  font-size: 16px;
  font-weight: 700;
  border-top-left-radius: 10px;
}
.loopnet-btn:hover {
  color:#fff;
}
.property-info-table table {
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.website-links {
  display: flex;
  flex-wrap: wrap;
  margin:0 -15px;
  padding:0;
}
.website-links li {
  flex: 0 0 auto;
  width: 33.33333333%;
  list-style: none;
  text-transform: lowercase;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 16px;
  position: relative;
}
.website-links li a {
  color:#2a2a86;
  display: inline-block;
  padding:4px 10px 4px 10px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.website-links li a::before {
  content:'';
  position: absolute;
  left:0;
  top:0px;
  width:2px;
  height: 100%;
  background-color: #2a2a86;
  transition: width 0.3s;
  z-index: 1;
}
.website-links li a:hover::before {
  width: 100%;
  color:#fff;
}
.website-links li a:hover::after {
  color:#fff;
  z-index: 1;
}
.website-links li a:hover {
  color:#fff;
}
.website-links li a:hover span {
  color:#fff;
  position: relative;
  z-index: 1;
}
.website-links li a::after  {
  content: "\f35d";
  margin-left:10px;
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    position: relative;

}
.feature-property-listing.property-photo-gallery {
  padding:5px;
  text-align: center;
  color:#fff;
}
.feature-property-listing.property-photo-gallery figure {
  margin-bottom: 0;
}
.feature-property-listing.property-photo-gallery h5 {
  font-size: 18px;
  color:#fff;
  margin-bottom: 10px;
}
.feature-property-listing.property-photo-gallery .hover-content {
  transition: all 0.4s;
}
.feature-property-listing.property-photo-gallery:hover .hover-content {
  height: 100%;
}
.feature-property-listing.property-photo-gallery .hover-content span {
    color:#fff;
    font-size: 20px;
    display: inline-block;
}
.fancy-gallery-theme img {
  max-width: 100%;
}
.gallery-photo-large  iframe {
  width: 100%;
  height: 300px;
}
.gallery-photo-large {
  height: 300px;
  overflow: hidden;
  margin-bottom: 15px;
}
.gallery-photo-large img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.large-gallery-outer {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  padding: 10px;
  position: relative;
}
.large-gallery-outer figcaption {
  text-align: center;
}
.large-gallery-outer figcaption h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.hover-lg-content { 
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(42, 42, 134, 0.9);
    transition: all 0.4s;
    padding: 20px;
    font-size: 16px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 1.5;
    opacity: 0;
    cursor: pointer;
}
.large-gallery-outer:hover .hover-lg-content {
  opacity: 0.8;
}
.large-gallery-outer .hover-lg-content {
  font-size: 50px;
}

/* --------------- 20-07-2021 ----------- */

  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #106eea;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #3284f1;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  .VideoWrapper .fa-play-circle {
    font-size: 35px;
}
.VideoBox iframe{
	width:100%;
	}
.VideoTxtBox img{width:100%;}	
.videoDetailBox .modal-content{background:#f8f9fa;border:none;} 
.videoDetailBox .modal-header{background:#2a2a86;padding: 0rem 1rem;} 
.modal.videoDetailBox {
	left:18px;
	} 
.videoDetailBox .close {
    color: #fff;
    font-size: 40px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.videoDetailBox .modal-header h5 {
    margin: 0;
    color: #fff;
}
.VideoTxtBox {
    max-height: 500px;
    overflow: auto;
    padding-right: 15px;
    border-left: 2px dashed #2a2a86;
    padding-left: 20px;
}
.VideoBox {
    display: flex;
    height: 100%;
    width: 100%;
}
.VideoTxtBox figure {
    border: 1px dashed #2a2a86;
    border-radius: 10px;
    padding: 10px;
    box-shadow: inset 0 0 5px #cdcdf0;
}
.VideoTxtBox figure img {
    border-radius: 8px;
    border: 1px solid #acacac;
}
/* -------- Blog page ---------- */
#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.blog .blog-item {
    position: relative;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
	min-height:250px;
	max-height:250px;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -30px;
    left: 30px;
    padding: 25px 30px 30px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border-radius: 15px;
    z-index: 2;
}

.blog .blog-content h2.blog-title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	height: 72px;
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 23px;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #818181;
}
.blog .blog-meta p a{
    color: #818181;
}

.blog .blog-meta i {
    color: #2a2a86;
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
	line-height:24px;
}

.blog .blog-item a.btn {
    margin-top: 10px;
    padding: 5px 15px;
}

.pagination .page-link {
    color: #2a2a86;
    border-radius: 5px;
    border-color: #2a2a86;
    margin: 0 2px !important;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    color: #ffffff;
    background: #2a2a86;
}

.pagination .disabled .page-link {
    color: #999999;
}
#nav-tab {
    margin-bottom: 20px;
}
#nav-tab .nav-link:hover,
#nav-tab .nav-link.active{
	background-color: #2a2a86;
	border-color: #2a2a86;
	color: #fff;
}
#nav-tab a {
    border-radius: 5px;
}
.Blogright {
    background: #fff;
    padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px #d2d2d2;
}
.Blogright h3 {
    font-size: 18px;
    color: #2a2a86;
	margin-bottom:25px;
	position:relative;
}
.Blogright h3::before {
    position: absolute;
    width: 50px;
    content: '';
    left: 0;
    bottom: -4px;
    height: 2px;
    background: #8989ec;
    border-radius: 2px;
}
.Blogright input{
	width:calc(100% - 40px);
	height:40px; 
	margin-bottom:10px;
	}
.Blogright button {
    color: #fff;
    border: none;
    background: #2a2a86;
    width: 40px;
    height: 40px;
}
.RightBoxs{
	border-bottom:2px dashed #000;
	padding-bottom:15px;
	margin-bottom:20px;
}
.RecentList{margin:0;padding:0;}
.RecentList li {
    list-style-type: none;
    border-bottom: 1px solid #e7eaec;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.RecentList li:last-child{
	border-bottom:none;
	 margin-bottom: 0px;
    padding-bottom: 0px;
}
.RecentList li a{
	display:flex;
}
.RecentList li figure{
	width:calc(100% - 70%)
}
.RecentList li figure img{
	width:100%;
	border-radius: 5px;
}
.RecentList li span {
    width: 70%;
    padding-left: 10px;
    line-height: normal;
	color: #575757;
	font-size: 14px;
}
.Tags a {
    box-shadow: 0 0 5px #ccc;
    display: inline-block;
    padding: 0 8px;
    margin: 6px 3px;
    font-size: 14px;
    color: #575757;
    border-radius: 5px;
	transition:all ease-in-out 0.8s 0s;
}
.Tags a:hover{
	box-shadow: 0 0 5px #2a2a86;
	color:#2a2a86;
	}
	/* -------------- blog details ---------- */
.single {
    position: relative;
    padding: 45px 0;
}
blockquote {
    color: #999999;
    font-style: italic;
    background: #ffffff url(../images/blockquote.png) no-repeat 10px 6px;
    font-size: 15px !important;
    padding: 10px 10px 10px 50px;
}
.single blockquote strong{
	font-style:italic;
	font-size:16px;
}
.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #2a2a86;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.single .single-tags a:hover {
    color: #ffffff;
    background: #2a2a86;
    border-color: #2a2a86;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: rgba(0, 0, 0, .04);
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
    border-radius: 100px;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
    border-radius: 5px;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    color: #757575;
    font-size: 17px;
}

.single .post-item .post-text a:hover {
    color: #fbaf32;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #fbaf32;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #719a0a;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
    border-radius: 100px;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #454545;
    background: #dddddd;
    border-radius: 5px;
}

.single .comment-text .btn:hover {
    background: #fbaf32;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 5px;
}	
.single-content .blog .blog-content {
	width: calc(100% - 60px);
	padding: 25px 30px 10px 30px;
	background: #ffffff;
	box-shadow: none;
	border-radius: 15px;
	z-index: 2;
	top: -50px;
	left: 30px;
	position:absolute;
}
.single-content  .blog .blog-meta p{font-size:17px;}


.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
}
/* ---------- News css ----------- */
.NewsWrapper{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.NewsWrapper .card{
    position: relative;
	border: none;
	background: #e9ecee;
	margin-bottom: 20px;
	border-radius:10px;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}

.NewsWrapper .card .face{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.NewsWrapper .card .face.face1{
    position: relative;
    background: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(130px);
	overflow:hidden;
	margin-top:-100px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); */
	border-radius:10px;
}

.NewsWrapper .card:hover .face.face1{
    background: #2a2a86;
    transform: translateY(0);
	border-radius:10px 10px 0 0;
}

.NewsWrapper .card .face.face1 .content{
    opacity: 0.8;
    transition: 0.5s;
}

.NewsWrapper .card:hover .face.face1 .content{
    opacity: 1;
}

.NewsWrapper .card .face.face1 .content img{
    width: 100%;
	height:160px;
}

.NewsWrapper .card .face.face1 .content h3 {
    margin: 10px 0 0;
    padding: 0 10px 10px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    height: 95px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.NewsWrapper .card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow:inset 0 -5px 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-130px);
	height:auto;
	border-radius:0 0 10px 10px;
}

.NewsWrapper .card:hover .face.face2{
    transform: translateY(0);
}

.NewsWrapper .card .face.face2 .content p{
    margin: 0;
    padding: 0;
	line-height:25px;
}

.NewsWrapper .card .face.face2 .content a{
    margin: 15px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
    background: #2a2a86;
    padding: 5px;
    border: 1px solid #2a2a86;
    width: 100%;
    text-align: center;
    border-radius: 20px;
	transition: 0.5s;
}
.NewsWrapper .card .face.face2 .content a .fas.fa-hand-point-right {
    position: relative;
    right: -6px;
	transition:0.5s;
}

.NewsWrapper .card .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}
.NewsWrapper .card .face.face2 .content a:hover .fas.fa-hand-point-right {
    position: relative;
    right: -10px;
}
.Bigimg img,
.NewspicBox img{
	width:auto;
	max-width:100%;
	margin-bottom:10px;
}
.NewspicBox{
	text-align:center;
}
.NewspicBox {
    text-align: center;
    box-shadow: 0 0 10px;
    padding:10px 10px 5px;
    border-radius: 10px;
}
.NewspraBox {
    align-items: center;
	border-bottom:1px solid #ccc;
	padding-bottom: 5px;
}
.TwoBox {
    display: flex;
	justify-content: center;
}
.TwoBox .NewspicBox{
    margin-right:20px;
}
figure.large-service-image {
  height: 450px;
  margin-bottom: 30px;
}
figure.large-service-image img {
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
}
.service-sidebar-link {
  margin:0 0 30px 0;
  padding:0 0 15px 0;
}
.service-sidebar-link li {
  list-style: none;
  display: block;
}
.service-sidebar-link li a {
  display: block;
  padding:10px 0;
  border-bottom: 1px dashed #ccc;
  color:#2a2a86;
}
.service-sidebar-link li:last-child a {
  border-bottom: none;
}
.service-sidebar-link li.active a {
  background-color: #2a2a86;
  color:#fff;
  padding-left:15px;
  padding-right: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link.loopnet-link {
  background: #2a2a86;
    padding-right: 15px !important;
    border-radius: 5px;
    color: #fff;
}
.property-list-single  .feature-property-listing{padding: 10px 10px 20px 10px;}
.property-list-single  .feature-property-listing .button-group{margin-top:20px; display:inline-block}
.property-list{    display: flex; padding: 0;
  justify-content: start;
  flex-flow: wrap;}
  .property-list li{
    padding: 5px 10px;
    list-style: none;
    border: 2px solid #2a2a86;
    margin: 5px;
    color: #2a2a86;
    border-radius: 4px;
  }

/* media query start */
  @media (max-width: 1200px) {
    .nav-menu a {
      font-size: 16px;
      padding-right: 0.6rem !important;
      padding-left: 0.6rem !important;
    }
    #feature-listing .owl-nav {
      text-align: center;
      position: relative;
      top:-35px
    }
    .website-links li {
      flex: 0 0 auto;
      width: 50%; 
    }
	/*.back-to-top{bottom:75px !important;}*/
  }
  @media (max-width: 992px) {
    section {
      padding:40px 0;
    }
    #hero {
      margin-bottom: 30px;
      height: auto;
    }
    h1, .h1 {
      font-size: 36px;
    }
    #hero .carousel-container {
      left:16px;
      right:16px;
    }
    #hero h2 {
      font-size: 45px;
    }
   
    #hero .carousel-item .carousel-caption h1 {
      font-size: 45px;
    }
	.block-head .h1 {
		font-size:30px;
	}
	.carousel-inner {
		padding-top:40px;
	}
	#hero .carousel-item {
		height:100vh;
	}
	.scrolled-offset {
		padding-top:0;
	}
  .InnerBanner h1 span {
    font-size: 40px;
  }
  #footer {
    padding-top: 30px;
  }
  .website-links {
    margin:0;
  }
  .gallery-photo-large  iframe {
    width: 100%;
    height: 250px;
  }
  .gallery-photo-large {
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  }
  @media (max-width: 991px) {
	.InnerBanner{margin-top:85px}
	.php-email-form{margin-top:40px;}
	.VideoTxtBox {
		max-height: inherit;
		padding-right: 0;
		border-left: none;
		padding-left: 0;
		margin-top: 20px;
	}
	.VideoBox iframe {
		height: 300px;
	}
	.OurTeam .member .pic {
	  overflow: hidden;
	  width: 100px;
	  flex: 0 0 auto;
	  width: 100px;
	}
	#header  li {
		padding-left:0;
		padding-right:0;
	}
	.nav-menu a {
      padding:8px 0 !important;
    }
  }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 32px;
    }
    .InnerBanner h1 span {
      font-size: 36px;
    }
    #hero .carousel-container {
      left:16px;
      right:16px;
    }
    #hero .carousel-item .carousel-caption h1 small {
      font-size: 20px;
    }
    #hero .carousel-item .carousel-caption p {
      font-size: 18px;
    }
    .navbar-brand img {
      max-height: 50px;
    }
    .services-listing h6 {
      height: auto;
      font-size: 20px;
      display: -webkit-box;
      -webkit-line-clamp: auto;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .services-listing p {
      display: -webkit-box;
      -webkit-line-clamp: auto;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    #hero .carousel-item .carousel-caption h1 {
      font-size: 36px;
    }
    #header .logo img {
      max-height: 47px;
    }
    #header {
      height: auto;
    }
    #hero .carousel-item {
      height:100vh;
    }
    #hero .btn-get-started, .btn-theme {
      padding:12px 30px;
    }
    #hero h2 {
      font-size: 36px;
    }
    section {
      padding:30px 0 30px 0;
    }
    .footer-contactno-info, address, .footer-email-info {
      font-size: 18px;
    }
    #footer .footer-top {
      padding:20px 0 10px 0;
    }
    .footer-copyright .footer-social {
      margin-top: 15px;
    }
    .footer-contact-info, #footer ul {
      margin-bottom: 30px;
    }
    .footer-copyright .footer-social, .footer-copyright .copyright-text {
      text-align: center;
    }
		.CompanyProfile {
      position: relative;
      background:#18383e;
    }
	.AbLeft {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.AbRight {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.modal.OurTeam .member .pic {
		width:100%;
		height:auto;
	}
	.OurTeam .member .pic {
		width:140px;
		height:auto;
		margin:0 auto 20px;
	}
	.OurTeam .member .member-info {
		padding-left:0;
	}
	.member.d-flex {
		display:block !important;
	}
	.OurTeam .member .member-info {
		text-align:center;
	}
	.OurTeam .member .social {
		display:block;
		text-align:center;
	}
	.OurTeam .member .social a {
		display:inline-block;
	}
	.OurTeam .member span::after { 
		left:50%;
		margin-left:-25px;
	}
	
	.btn-primary {
		font-size:16px;
		padding:8px 16px;
	}
	.img-boxes {
		margin-bottom:20px;
	}
	.service-inner-content {
		padding-left:0;
		padding-right:0;
	}
  .location-address {
    left: 0;
    margin-top: -20px;
  }
  .location-address {
    padding:15px;
  }
  .h5, h5 {
    font-size: 1.1rem;
  }
  
  .website-links li {
    flex: 0 0 auto;
    width: 100%; 
    padding:0;
  }
  }
  @media (max-width: 575px) {
    h1, .h1 {
      font-size: 26px;
    }
    #hero h2 {
      font-size: 28px;
    }
	.InnerBanner h1 span{font-size:25px;}
	.modal.OurTeam .member .pic {
		width:140px;
		height:140px;
		margin:0 auto 20px;
	}
	
	.modal-body .member .member-info {
		text-align:center;
	}
	.modal-body .member .social {
		justify-content:center;
	}
	.newsletter-block {
		padding:10px 5px;
		margin-bottom:0;
	}
	.news-form-group input[type="email"] {
		height:52px;
		margin-bottom:5px;
		text-align:center;
		padding-left:15px;
		padding-right:15px;
	}
	.news-form-group .newsletter-btn {
		width:100%;
		position:static;
	}
  }
  @media (max-width: 400px) { 
    .button-group .btn{
      margin-bottom: 5px;
    }
    .website-links li {
      padding: 0;
      word-break: break-word;
    }
  }
  




/* 
  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.2, 1.2);
    }
  }
  
  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.2, 1.2);
    }
  }

  .carousel-item img {
    -webkit-animation: zoom 10s;
    animation: zoom 10s;
  } */
  
  /* menu hover desgign  */
  

#header ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

/*#header  li {
	color: #030303;
	display: block;
	float: left;
	padding: 1rem;
	position: relative;
	text-decoration: none;
  transition-duration: 0.5s;
}*/
#header  li {
	color: #030303;
	display: block;
	float: left;
	padding: 0rem 1rem;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
}
  
#header  li a {
  color: #030303;
}

#header  li:hover {
	cursor: pointer;
}

#header  ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 14rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 0 6px -1px rgb(0 0 0 / 23%);
  border-radius: 6px;
}

#header ul li:hover ul,
#header ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

#header ul li ul li {
	clear: both;
  width: 100%;
  padding: 0;

}
#header ul li ul li:hover{
  background-color: #2a2a86;
  color: #fff;
}
#header ul li ul li a{  padding: 8px 15px; display: inline-block;width: 100%;}
#header ul li ul li:hover a{
  color: #fff;
}
.feature-property .thumbnail img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border: 2px solid #2a2a86;
  padding: 10px;
}
.cus-listing-section{margin-bottom: 30px;}
.cus-listing-section .title{font-size: 24px; font-weight: 700;}
.cus-listing-section .title a{color:#2a2a86 ;}
#single-banner{
  height: 400px;
  overflow: hidden;
}
#custom_html-4{padding: 0;}
#cus-single-section{padding:0}
/* #feature-properties .row{margin-bottom: 50px;} */
/* #feature-properties .row:nth-child(even){flex-flow: row-reverse ;} */
.category-sec figure img{height:250px; width:100% ;}
.category-sec h4{text-align: center;}
.category-sec h4 a, .options-content h4{  color:#2a2a86; font-weight: 600; }
.broker_info a, .broker_info span, .homesection a{color:#2a2a86;}
.broker_info { margin-bottom: 20px;}
.zoom-image-container{
  position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
}
.image-wrapper{
  width: 95%;
  margin: 25px auto;
}
.image-wrapper img{
 width: 100%;
}
.close-icon{
  background: url(../images/close.svg);  width: 20px;  height: 20px;  display: inline-block;  position: absolute;  top: 15px;
  right: 15px;  background-size: 20px;  cursor: pointer;  transition: 0.3s all linear;  background-repeat: no-repeat;
}


@media (max-width: 991.98px) {
	.carousel-inner {
		padding-top: 0;
	}
	#header ul {
		margin-top:12px;
	}
	#header  li {
		padding-left:0;
		padding-right:0;
	}
	#hero .carousel-item {
		height: 60vh;
	}
	.cus-gallery-carousel img {
		height:auto;
	}
 }

@media (max-width: 575.98px) { 
	.cus-image-widget .widget img, .footer-logo img {
		width:110px !important;
		height: 60px !important;
	}
	.f45{
		font-size: 30px !important;
	}
}