:root {
  --main-color: #00446b !important;
}
* {
  font-family: roboto;
}
.item-title a:hover, .listing-wrap .breadcrumb-item a{
     color: #00446b !important; 
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png)
    no-repeat center center/cover;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 50%
  );
  background-size: 3px 3px;
  z-index: 2;
}
section {
  padding: 70px 0px !important;
}
.heading {
  font-size: 40px;
  font-weight: 600;
}
.servicetype-outer {
  border: 1px solid #80808029;
  padding: 14px 1px;
  border-radius: 5px;
  position: relative;
}
.servicetype-outer h5 {
  font-size: 20px !important;
  margin-top: 20px;
}
.servicetype-outer div {
  position: absolute;
  top: -21px;
  left: 0;
  background: var(--main-color);
  color: white;
  padding: 18px 26px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
}
.bg-color {
  background-color: #e8e8e8;
}
.elementor-270
  .elementor-element.elementor-element-7c371cc
  > .elementor-widget-container {
  margin-top: 0px !important    ;
}
.elementor-270
  .elementor-element.elementor-element-af8c7d0
  > .elementor-background-overlay {
  background-color: #f8f8f8 !important;
}
.elementor-270
  .elementor-element.elementor-element-aec6ba7
  .elementor-swiper-button.elementor-swiper-button-prev,
.elementor-270
  .elementor-element.elementor-element-aec6ba7
  .elementor-swiper-button.elementor-swiper-button-next {
  color: var(--main-color) !important;
}
.elementor-270
  .elementor-element.elementor-element-aec6ba7
  .swiper-pagination-bullet {
  background-color: #000000c9 !important;
}
/* .. */
.elementor-column-gap-wider
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0px !important;
}
.remove-padding {
  width: 100%;
  padding: 0px !important;
}

.header-main-wrap {
  z-index: 4;
  background: #ffffff;
}
/* .. */
.testimonial-thumb img {
  border-radius: 100px !important;
}
.header-transparent-wrap .header-v4 a {
  color: var(--main-color);
}
.footer-top-wrap a:hover,
.footer-bottom-wrap a:hover,
.footer-top-wrap .blog-post-content-widget h4 a:hover {
  color: white !important;
}
.header-transparent-wrap .header-v4 a {
  color: var(--main-color);
}
.sticky-nav-area a {
  color: white !important   ;
}
.section {
  padding: 70px 0px !important;
}
.attachment-full {
  height: 439px !important;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  object-fit: cover;
}
/* contact page */

.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h2 {
  color: #fff;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 20px;
}

.section-header p {
  color: #fff;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #ffffff;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.contact-info-content p {
  color: #ffffff;
  font-size: 1em;
  text-align: start;
}

.contact-form {
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #4a4a4a;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
  background-color: transparent;
}

.contact-form .input-box span {
  position: absolute;
  left: 19px;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #4a4a4a;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span {
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
  width: 100%;
  background: var(--main-color);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid var(--main-color);
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
  background: #fff;
  color: var(--main-color);
}

@media (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

   

  .contact-info {
    margin-bottom: 40px;
    width: 100%;
    background: #00446b;
    padding: 30px 20px;
    border-radius: 5px;
  }

  .contact-form {
    width: 100%;
  }
}
.bg-red {
  background-color: red;
}
.contact-info {
  background: #00446b;
  padding: 30px 20px;
}

.formm-outer {
  margin-right: 55px;
}
.formm-outer p {
  text-align: start !important;
}
.footer-top-wrap,
.footer-top-list {
  background-color: var(--main-color) !important;
}
.main-nav .navbar-nav .nav-item .nav-item a {
  color: #000000 !important;
  border-bottom: 1px solid #dce0e0;
}
.slick-slider .element {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.header-transparent-wrap {
  position: relative !important;
}
.slick-slide img {
  object-fit: cover !important;
  margin: 0px;
  width: 100%;
}
.name-all {
  font-size: 25px;
}
.namehead {
  color: #29446b;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.underconst {
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #f17224;
  color: white;
}
.place {
  font-size: 18px;
  margin-top: 20px;
}

.price {
  font-size: 40px;
  font-weight: 700;
  color: #29446b;
}
.start-from {
  margin-bottom: 10px;
  /* text-align: center; */
  font-size: 19px;
  font-weight: 600;
}
.property-form {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 5px;
}
.font-detail {
  font-size: 18px;
}
/* table */

.content-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
  background-color: #00446b;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 12px 15px;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #00446b;
}
#sticky-section {
  position: relative; /* Default position */
  top: 0;
}


.btn-phone-number a {
  text-decoration: none;
  color: black;
  list-style: none !important;
  font-size: 20px;
  /*background: var(--main-color);*/
  padding: 18px;
  border-radius: 5px;
  color: white;
  font-weight: 400;
}
.btn-phone-number {
  list-style-type: none;
}
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background: var(--main-color);
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #ffffff;
}
.single-cta i {
  color: white;
  font-size: 25px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--main-color) 4;
}
.footer-widget ul li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: white;
}
.footer-widget ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: var(--main-color) 4;
  padding: 13px 20px;
  border: 1px solid var(--main-color) 4;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  padding: 5px 0;
  background: #363636;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
.copyright-text p a {
  color: var(--main-color) 4;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: var(--main-color);
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.logo-footer {
  filter: invert(1);
}
.footer-txt {
  margin-left: 20px;
  margin-bottom: 20px;
}
.footer-margin {
  margin-bottom: 15px;
}

@media(max-width:767px){
    .outer-3stage{
        margin-bottom:25px;
    }
    .elementor-2290 .elementor-element.elementor-element-30c2076 .taxonomy-title {
    font-size: 25px;

}
#service_box .bright .elementor-image-box-content{
    border:0px !important;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
    padding-bottom: 0px !important;
        padding-top: 0px !important;
}
.logo img {
    width: 210px;
    filter: invert(1);
}
.header-mobile {
    text-align: center;
    height: 75px;
    padding: 0px;
}
.header-mobile-left{
        margin-left: 65px;
}
.heading{
    font-size: 25px !important; 
}
section {
    padding: 50px 0px !important;
}
.footer-text p{
    text-align:start;
}
 
    .footer-widget-heading h3 { 
    margin-bottom: 8px;
    }
    .footer-outer{
        margin-top:50px;
    }
    .banner-section {
    padding: 41px 1px !important;
}
.visioning{
    display:block !important;
}
.elementor-270 .elementor-element.elementor-element-eff36e4 .houzez_section_title_wrap .houzez_section_title {
    color: #000000;
}
}

.elementor-2290 .elementor-element.elementor-element-5c09b296 .houzez_section_title{
       font-family: "Nunito Sans";;
}
.banner-section{
    padding:155px 0px !important;
}
.elementor-heading-title { 
    color: white;
}

/*tres*/
.testimonials-wrap {
			padding: 40px 0;
		}
		.heading-section {
			text-align: center;
		}
		.sub-heading {
			font-family: 'Lato', sans-serif;
		    font-size: 12px;
		    display: block;
		    font-weight: 600;
		    color: #2e9ca1;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		}
		.heading-section h2 {
			font-size: 28px;
		    font-weight: 600;
		    padding-top: 10px;
		    padding-bottom: 15px;
		}
		.testimonial-box {
		    display: block;
		    position: relative;
		    padding: 30px 20px;
		    background: #fff;
		    border: 1px solid rgba(0,0,0,.03);
		    border-radius: 5px;
		    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
		}
		.user-img {
		    width: 80px;
		    height: 80px;
		    border-radius: 50%;
		    position: relative;
			min-width: 80px;
			background-size: 100%;
		}
		.carousel-testimonial .item {
			padding: 30px 10px;
		}
		.quote {
			position: absolute;
		    top: -23px;
		    color: #2e9da1;
		    font-size: 27px;
		}
		.name {
			margin-bottom: 0;
		    line-height: 14px;
		    font-size: 17px;
		    font-weight: 500;
		}
		.position {
			color: #adadad;
			font-size: 14px;
		}
		.carousel-testimonial .owl-nav {
			text-align: center;
		}
		.carousel-testimonial .owl-nav button.owl-next, 
		.carousel-testimonial .owl-nav button.owl-prev {
		    padding: 0 12px !important;
		}
		.carousel-testimonial .owl-nav button {
			outline: none;
			padding: 0;
		}
		.carousel-testimonial .owl-nav button.owl-next span, 
		.carousel-testimonial .owl-nav button.owl-prev span {
			display: block;
		    font-size: 40px;
		    width: 25px;
		    height: 25px;
		    vertical-align: 0px;
		    line-height: 16px;
		}
		.carousel-testimonial .owl-nav button.owl-next.disabled, 
		.carousel-testimonial .owl-nav button.owl-prev.disabled {
			opacity: 0.5;
		}
		
		/*pop up form*/
		
.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #2d3638;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.details p{
    text-align:start;
}
.details h4{
        color: #00446b;
    font-weight: 600 !important;
}

		
		@media(max-width:767px){
		    .item-author{
		        display:none;
		    }
		    .btn-item{
		        display:block;
		    }
		    .inner-detailbtn{
		        
		            right: 60% !important;
		    }
		    .formm-outer {
    margin-right: 0px;
}
.padding-price{
    padding-left: 29px;
}
.details p{
    text-align:start;
}

.elementor-297 .elementor-element.elementor-element-73cf23d > .elementor-container {
    min-height: 42px !important;
}
    .logo img {
        width: 155px !important;
        filter: invert(1) !important;
    }
.banner-section {
    padding: 55px 0px !important;
}
.elementor-270 .elementor-element.elementor-element-aaa8088 .elementor-image-box-title {
   
    margin-top: 20px;
}
.newLogo img {
     
    filter: invert(1);
}
.map-type{
    padding-top:0px !important;
}
    .contact-info {
        margin-bottom: 0px !important;
    }
    .name-all {
    font-size: 18px;
}
.namehead {
    color: #29446b;
    font-size: 30px;
}
.price-outer{
    margin-top: 20px;
}
.content-table{
    min-width: 100%;
}
.details p{
    text-align:start;
}
.property-form {
    padding: 20px;
}
		}
		.footer-text p{
		    text-align:start;
		}
		
.newLogo img {
     background: transparent; 
    padding: 0px 12px;
    width: 200px;
    filter: brightness(0.5) invert(1);
}
header.header-main-wrap.header-transparent-wrap img {
    filter: brightness(0.5);
}
.elementor-2290 .elementor-element.elementor-element-4c685f7b .testimonial-item-v2 {
    
    min-height: 404px;
}
.item-tool > span{
    display:none;
}

.contact-section {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1rem;
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.contact-description {
  color: rgb(107 114 128);
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  background-color: #3124ca;
  color: #fff;
  padding: 13px 5px;
  border-radius: 0.375rem;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.list-view .btn-item ,.list-view .btn-item:hover  {
    bottom: 10px;
    background: #00446b !important;
    border: 0px;
    padding: 3px 30px;
    right: 45px;
}
a.hz-label {
    display: none;
}
.btn-item { 
    height: 34px;
}
.btn-primary{
     background: #00446b !important;   
}
#btnOpenForm {
    bottom: 10px;
    background: #00446b !important;
    border: 0px;
    padding: 10px 30px;
    right: 45px;
    color: white;
    border-radius: 5px;
    margin-top: 20px;}
    
.property-form button.btn-half-width:first-of-type {
    margin-right: 10px;
    background: #00446b;
    border-color: #00446b;
}
.btn-secondary-outlined {
    color: #00446b !important;   
    background-color: transparent;
    border-color: #00446b !important;   
}
.btn-form{
        background: #00446b;
    border: 0;
    color: white;
    padding: 10px 35px;
    border-radius: 5px;
    margin-top: 30px;

}
.form-container h1 , .form-container label{
    color:black !important;
}
.form-container{
    background:white !important;
}
.list-2-cols a{
    color:black;
}
.list-2-cols li{
        margin-top: 10px !important;
}
.label-color-486 {
    display: none !important;
}
.contact-info-icon .fa-phone{
        transform: rotate(95deg);
}

.main-nav > ul > li:hover{
    border:0px !important;
}

 /* Hero Section */
        .hero {
            position: relative;
            width: 100%;
            height: 90vh; /* Doesn't exceed viewport */
            overflow: hidden;
        }

        /* Video Styling */
        .hero video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.delhi-btn{
   bottom: 15px;
}
@media (max-width: 767px) {
    .inner-detailbtn {
        right: 6% !important;
    }
}

.btn-phone-number a,.header-main-wrap .login-register-nav .btn-phone-number a:hover{
        background: #00446b !important;;
    color: white !important;

}
.header-main-wrap .login-register-nav a{
    padding: 16px 15px 16px 15px;
        font-size: 15px;
}
/* Scrollbar width */
::-webkit-scrollbar {
  width: 8px;
}

/* Scrollbar track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Scrollbar handle */
::-webkit-scrollbar-thumb {
  background: #00446b;
  border-radius: 10px;
}

/* Scrollbar handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.main-nav .navbar-nav .nav-item .nav-item a:hover{
        transition:.4s;
        background: #004369 !important;
        
    color: white !important;
}
    .navbar-expand-lg .navbar-nav .nav-link {
      
        font-size: 15px;
    }
    
ul.detail-ul {
    margin-left: 23px;
}
.detail-ul li {
    margin-top: 10px;
}
.slider-product .slick-next {
    right: 20px !important;
}
.slider-product .slick-prev{
    left:20px !important;
}
.font-detail {
    font-size: 18px;
    margin-top: 16px;
}


.i-trigger .i-trigger-open {
    transition: all .2s;
    display: none;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
      line-height: 2;
}

.my-float{
	margin-top:16px;
}

.float2{
        bottom: 120px;
    background-color: orange;
    transform: rotate(90deg);
}
.chaty-widget .i-trigger .i-trigger-open {
    opacity: 1;
    pointer-events: auto;
    display: none !important;
    opacity: 0 !important;
}