@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
    --primary-color: #E04526;
    --banner-text-color: #1472f3;
    --secondary-color: #0e1525;
    --bg-dark-blue: #000;
    --bg-white: #fff;
    --gray-color: #c6c9d8bf;

    --primary-font:'Poppins', sans-serif;
    --primary-text: #FD4766;
    --text-gray: #565656bf;
    --text-white: #fff;
    --text-block: #000;
}

body {
    font-family: var(--primary-font);
    /* background-color: var(--primary-color); */
}

a {
    text-decoration: none;
}



::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--bg-dark-blue);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

section {
    padding: 25px 0;
}

.main-btn {
    display: inline-block;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    padding: 10px 27px;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.main-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-white);
}

h1 {
    font-size: 54px;
    line-height: 40px;
    font-weight: 800;
    color: var(--text-white);
    margin-bottom: 20px;
}

h1 span {
    color: var(--banner-text-color);
}

h2 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);
}

h5 {
    color: var(--bg-dark-blue);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}

h6 {
    color: var(--text-gray);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}

p {
    color: var(--text-block);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
}

.subtitle {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 12px;
    background: var(--primary-color);
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

input:hover,
input:focus,
textarea:focus,
textarea:hover,
button {
    outline: none !important;
    box-shadow: none !important; 
}

.navbar-nav .btn-primary{
    background: var(--primary-color);
    color:#fff!important;
    padding: 6px 15px;
    border-radius: 5px;
    width: 90px;
    text-align: center;
}
.header_wrapper .navbar {
    padding:15px 0;
    background: var(--bg-white);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.header_wrapper .navbar-brand span {
    color: var(--primary-color);
}

.header_wrapper .navbar-brand img {
    width: 190px;
    height: 60px;
}

.header_wrapper .navbar-toggler {
    border: 0;
    color: var(--primary-color);
    line-height:2;
}

.header_wrapper .navbar-toggler:focus {
    box-shadow: none;
}

.header_wrapper .nav-item {
    margin: 0 13px;
}

.header_wrapper .nav-item .nav-link {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
    display:inline-block;
    cursor: pointer;
}

.text-secondary{
    color: var(--primary-color) !important;
}

/* .header_wrapper .nav-item .nav-link::after {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: 0.3s;
    bottom: 0;
} */

.header_wrapper .nav-item .nav-link.active::after,
.header_wrapper .nav-item .nav-link:hover::after {
    width: 100%;
}

.header_wrapper .nav-item .nav-link.active,
.header_wrapper .nav-item .nav-link:hover {
    color: var(--primary-color);
}

.header-scrolled {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%; 
    background-color: var(--bg-dark-blue);
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
}

.header-scrolled .nav-item .nav-link.active,
.header-scrolled .nav-item .nav-link:hover {
    color: var(--primary-text);
}

.banner_wrapper {
    width: 100%;
    height: auto;
    /* min-height: 650px; */
    min-height: 500px;
    /* background-image: url('./images/bgg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; */
    /* background-color:rgb(0 0 0 / 49%); */
    /* z-index: 1; */
    /* padding: 240px 0 100px 0; */
    position: relative;
    display: flex;
    align-items: center;

}
#background-video {
    position: absolute;
    top: 0;
    left: 0;
    /* min-width: 100%; */
    /* min-height: 100%;  */
    width: 100%;
    /* height: 100%; */
    z-index: -1;
}
.banner_wrapper h6{
	color: var(--text-white);
}

.search-room-sec{
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    /* box-shadow: 1px 1px 6px 4px #00000014; */
}
.search-room-sec .search-div{
     padding: 10px 25px;
}
.search-room-sec .search-div form{
     display: grid;
     gap: 15px;
     grid-template-columns: repeat(3, 1fr);
}
.search-room-sec .search-div .form-control{
    height: 48px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
}
.search-room-sec .search-div .btn-primary{
        height: 48px!important;
}
.search-room-sec .search-div .btn-primary{
    height: 42px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.about_wrapper h2{
	color: var(--primary-color);
}
.about_wrapper p,
.about_wrapper h3{
	color: var(--bg-dark-blue);
}
.services_wrapper .sub-title{
	color: var(--bg-dark-blue);
}
.projects-sec{
    background-color: #fff;
    box-shadow: 1px 1px 6px 4px #00000014;
    padding: 0px 0px 20px 0px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.projects-sec img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: transform .5s;
    /* height: 180px; */
}
.projects-sec:hover img{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.our-partner_wrapper{
    /*margin-top: 35px;*/
    /* margin-top: 132px; */
}

.services_wrapper{
    background-color: rgb(0 32 74 / 5%);
}
.services_wrapper .card {
    background-color:var(--bg-white);
    border-color: var(--bg-white);
    cursor: pointer;
    transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    box-shadow: 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.services_wrapper .card .card-body{
    border-radius: 4px;
    padding: 30px;
}
.services_wrapper .card:hover {
    box-shadow: 0px 2px 70px 0px rgb(253 71 102 / 5%);
    transform: translateY(-5px);
}

.services_wrapper .card img{
	width: 70px;
	height: auto;
}

.portfolio_wrapper .card {
    height:100%;
    min-height: 350px;
    overflow: hidden;
    border: 1px solid var(--bg-white);
    cursor: pointer;
    /* box-shadow: 0 0 16px 4px var(--bg-dark-blue);  */
    box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 6px 4px; 
    position: relative;
}
.overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:1;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  .card:hover .overlay {
    opacity: 1;
  }
.portfolio_wrapper .card span {
    transition: background-position 2s ease-in-out 0s;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
}

.portfolio_wrapper .card:hover span {
    background-position: bottom center;
}

.testimonial_section {
    padding-bottom: 4rem;
    background-color: rgb(0 32 74 / 5%);
}

.testimonial_section h2{
	color: var(--primary-color);
}
.testimonial_section p{
	color: var(--bg-dark-blue);
}
/* 
#testimonial-slider{
	border: 2px solid var(--bg-dark-blue);
} */

.testimonial_section .carousel-indicators {
    bottom: -6rem;
}
.person {
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
}
.person .person-contents {
    padding: 30px;
}
#testimonial-slider .carousel-inner{
    overflow: inherit;
}
.testimonial_section .carousel-indicators button {
    background-color: var(--bg-dark-blue);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;

}
.person img {
    position: relative;
    width: 90px!important;
    height: 90px;
    border-radius: 100px;
    margin: 0px auto;
    transform: translateY(18%);
}
.person .person-contents {
    padding: 30px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline-item {
    display: inline-block;
}

.social a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 2px solid transparent;
    position: relative;
    /* top: 0; */
    padding: 8px;
    text-align: center;
}
.social a:hover{
    background-color: inherit!important;
    border-color: var(--primary-color);
    color: var(--primary-color)!important;
}
.testimonial_section .card {
   
    text-align: right;
    padding: 5rem 5rem 5rem 0;
    border-radius: 0 .5rem .5rem 0;
    border: 0.1rem solid transparent;
}

.testimonial_section .profile-box {
    padding: 1.875rem;
    background-color: var(--dark-color);
    border-radius: .5rem 0 0 .5rem;
}

.testimonial_section .profile-box img {
    border-radius: .625rem 3.125rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial_section .desc-box {
    padding-left: 2.5rem;
}

.contact_wrapper .form-control,
.contact_wrapper textarea {
    background-color: transparent;
    border-color: var(--gray-color);
    color: var(--text-gray);
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
}
.contact_wrapper .form-control:hover,
.contact_wrapper textarea:hover,
.contact_wrapper .form-control:focus,
.contact_wrapper textarea:focus { 
    border-color: var(--primary-color);
    color: var(--text-white); 
}  
.contact_wrapper .call_details{
    color:var(--text-gray);
}
.contact_wrapper .call_details a{
    font-weight: 700;
    color:var(--text-gray);
}

.footer_wrapper {
    background-color: var(--bg-dark-blue);
    padding: 20px 0;
}

.footer_wrapper .footer-logo img {
    width: 120px;
    height: auto;
}

.footer_wrapper .social-icon li {
    margin: 6px;
}

.footer_wrapper .social-icon a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    border: 2px solid var(--text-gray);
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-icon a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-white);
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    transform: translateY(-3px);
}
.site-footer a {
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 2px 0px;
}
.site-footer a:hover {
    color: #E04526;
    text-decoration: none;
}
.widget address{
    color:#000;
}
.footer_wrapper .copyright-text p{
    font-size:11px;
    line-height: 20px;
}
.footer_wrapper .copyright-text a {
    color: var(--primary-color);
}

.our-partner_wrapper .tittle{
	color: var(--primary-color)!important;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.site-footer .widget h3, .site-footer .widget .h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: var(--secondary-color);
}
.address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.full-row{
    background: #f5bd7b69;
    padding: 25px 0px;
}
.site-footer .widget .links {
    /*width: 150px;*/
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.site-footer .social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    color: var(--bg-white);
    background: var(--primary-color);
    border-radius: 40%;
}
.site-footer {
    /*background: #efefef;*/
    background: #dbdbdbd9;
    font-size: 14px;
    color: #888;
    padding: 55px 0px 12px 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.site-footer .social li {
    display: inline-block;
}

.contact-sec .hb_contact_form_div {
    background: var(--bg-white);
    padding: 50px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}

.hb_contact_form_div h3 {
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}
.hb_contact_form_div p {
    margin-bottom: 22px;
}

.hb_contact_form_div .hb_contact_form .form-group {
    margin-bottom: 30px;
}
.hb_contact_form_div .hb_contact_form .form-group .form-control {
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
    border-color: var(--primary-color);
    font-family: 'Outfit', sans-serif;
}
.hb_contact_form .form-group textarea.form-control {
    height: auto!important;
    resize: none;
}

.hb_contact_info_div {
    background: var(--primary-color);
    padding: 20px 40px;
    border-radius: 5px;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
    width: 100%;
}
.hb_contact_info_div h3 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: var(--bg-white);
    font-weight: normal;
    margin: 0;
    padding-bottom: 30px;
    font-size: 25px;
}
.hb_contact_info_div .box {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.box .icon {
    padding-top: 0;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background-color: var(--bg-white);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.box .content {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    text-align: left;
    padding: 10px;
}

.box .content:after {
    position: absolute;
    content: "";
    width: 175px;
    height: 0.6px;
    background: var(--bg-white);
    bottom: 0;
}
.hb_contact_info_div p {
    color: var(--bg-white);
    font-weight: normal;
    margin: 0;
}
.contact-sec .social {
    margin-top: 30px;
    text-align: left;
}
.contact-sec .social ul {
    list-style: none;
}
.contact-sec .social ul li {
    display: inline-block;
    padding-right: 14px;
}
.contact-sec .social ul li a {
    width: 40px;
    height: 40px;
    background: var(--bg-white);
    border-radius: 26px;
    line-height: 20px;
    text-align: center;
    display: block;
    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(0, 0, 0, 0);
    transition: all 0.5s;
}
.contact-sec .social ul li a i {
    color: var(--primary-color);
    transition: all 0.5s;
}

.hb_contact_info_div .social a:hover {
    background-color: inherit!important;
    border-color: var(--bg-white);
    color: var(--bg-white)!important;
}

.contact-sec .social ul li a:hover i {
    color: var(--bg-white);
}

.banner_section{
    background: linear-gradient(rgb(0 0 0 / 0%), #00000024), url(../img/sub-page-banner.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 13rem;
    padding-bottom: 7rem;
    min-height: auto;
    
}

.banner-content .breadcrumb-item{
     font-size: 22px;
    font-weight: 600;
}

.breadcrumb .breadcrumb-item a{
    color: var(--text-white);
}

.breadcrumb .active{
    color:#F5A000 !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: var(--bg-white);
}
.projects-pag-title{
    padding: 0px 15px 10px 15px;
    color: var(--bg-dark-blue);
}
.projects-pag-title h3{
    margin-bottom: 4px;
}
.price-text{
    font-family: monospace;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.projects-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #0000003d;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .projects-sec:hover .projects-overlay {
    /* bottom: 0;
    height: 100%; */
    top: 0;
    height: 57%;
  }
  
  .text {
    white-space: nowrap; 
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #084298b8;
    padding: 5px 15px;
    border-radius: 5px;
  }

  /* add-css */
  
  .blog_wrapper .card .card-title{
     color: var(--primary-color);
     letter-spacing: inherit;
     text-transform: capitalize;
  }
  
  .nav-pills .nav-link.active{
      background: transparent;
  
  }
  
  .blog_wrapper ul li .nav-link {
      font-size: 18px;
      font-weight: 500;
      transition: all 0.45s cubic-bezier(0, 0, 0.2, 1);
      display: inline-block;
      color: var(--bg-dark-blue);
      border: 0;
      border-radius: 0px;
      transition: 0.3s;
  }
  
   .blog_wrapper ul li .nav-link.active{
     color: var(--primary-color);
     border-bottom: 1px solid var(--primary-color);
     background-color: transparent;
  }
  .blog_wrapper ul li .nav-link:hover{
     color: var(--primary-color);
  }
  .blog_wrapper{ 
    background-color: rgb(0 32 74 / 5%);
  }
  .blog_wrapper .card{
     overflow: hidden;
  }
  .blog_wrapper .card:hover{
    box-shadow: 1px 1px 6px 4px #00000014;
  }
  .blog_wrapper .card:hover img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .blog_wrapper .card img{
        transition: transform .5s;
  }
  .blog_wrapper .card .blog_customer{
     width: 40px;
     height: 40px;
     border-radius: 50px;
     object-fit: cover;
     margin-right: 20px;
  }
  
  
  .blog_wrapper .tab-pane li {
      color: var(--gray-color);
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: 300;
      list-style: none;
  }
  
  .blog_wrapper .tab-pane li a {
      font-weight: 500;
      display: block;
      color: var(--text-gray);
  }

  .about-details p {
    color: var(--bg-dark-blue);
}

.about_section h2{
    color: var(--primary-color)!important;
}

.about_wrapper h2{
	color: var(--primary-color);
}
.about_wrapper p,
.about_wrapper h3{
	color: var(--bg-dark-blue);
}

.about_section .card p{
    color: var(--bg-dark-blue);
}
.site-footer .widget img{
    width: 190px;
    height: 60px;
    margin-bottom: 15px;
}
.footer_logo_text{
    font-size: 13px;
    line-height: inherit;
    color:#000;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
    margin: 0 auto;
  }

  .close-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    font-weight: 600;
  }
 .form-control:focus{
     border-color:var(--primary-color);
 }
.model-form textarea.form-control{
     border:1px solid var(--primary-color);
}
  .model-form input{
        height: 42px;
        margin-bottom: 15px;
        border-radius: 5px;
        border:1px solid var(--primary-color);
  }
  .model-form .btn-primary{
        height: 42px;
        margin-bottom: 15px;
        border-radius: 5px;
  }
 .model-form{
    padding: 20px 10px;
 } 
 
 .site-footer .border-top{
     border-top:1px solid #9a9a9b!important;
 }
 
 
/* counterup-sec-start */

.counterup_sec{
    /* background-color: #55B150; */
    background: url('../img/counter-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    position: relative;
    /* margin: 60px 0px; */
  }
  .counterup_sec .heading h2{
    color: #fff;
  }
  .counterup_sec #counter{
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(4, 1fr);
  }
  #counter .item {
    /* background: #fff; */
    /* width: 200px; */
    padding: 35px 5px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    /* -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34); */
  }
  #counter .item .count{
    font-size: 52px;
    font-weight: 600;
    text-transform: capitalize;
  }
  #counter .item .text{
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    position: inherit;
    transform: inherit;
    background: none;
  }
  
  /* counterup-sec-end */
  

 .single_project_wrapp .section-title {
    font-weight: 600;
    line-height: 18px;
    font-size: 35px;
   color: var(--primary-color);
}
.single_project_wrapp .content h2{
    color: var(--primary-color);
}
.single_project_wrapp h4{
    color: var(--primary-color);
}

.single_project_wrapp .details p{
    color: var(--bg-dark-blue);
}

.highlights .card{
    border: 0;
}

.highlights .card-body img{
    width: 50px;
    height: auto;
    transition: all 0.4s ease-in-out 0s;
}

.highlights .card-body:hover img{
    transform: translateY(-10px);
}
.highlights h2, h3{
    color: var(--primary-color);
}
.highlights p{
    color: var(--bg-dark-blue);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
}

.highlights .card-body p{
    color: var(--bg-dark-blue);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 500;
}

.faq h2{
    color: var(--primary-color);
}

.accordion .accordion-item {
    border: 0;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--bg-dark-blue);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--primary-color);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: var(--primary-color);
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 500;
  margin: 2em 0;
  color: var(--bg-dark-blue);
}

.specifications_wrapp .card img{
    width: 50px;
}

.specifications_wrapp h2{
    color: var(--primary-color);
}
.specifications_wrapp p{
    color: var(--bg-dark-blue);
}

.table_wrapp{
    padding-left: 15px;
}

.table{
    border: 2px solid var(--primary-color);
    font-size: large;
    font-weight: 500;
}
.table td:hover{
    background-color: lightblue;
}

table, th, td {
    border: 1px solid var(--primary-color);
    border-collapse: collapse;
  }

.table_wrapp h2{
    color: var(--primary-color);
}
.table_wrapp thead{
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.other-page-sec{
    padding-top: 7rem;
}
.other-page-sec p{
    color: var(--text-block);
}
 
.site_plan_wrapp h2{
    color: var(--primary-color);
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
}
.site_plan_wrapp .site_plan_img img{
    cursor: pointer;
    transition: 0.4s ease;
    width: 100%;
    max-width: 650px;
    /* overflow: hidden;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45),
     25px 0 20px -20px rgba(0, 0, 0, 0.45),
      0px 25px 20px -20px rgba(0, 0, 0, 0.45),
      -25px 0 20px -20px rgba(0, 0, 0, 0.45); */
}
.site_plan_wrapp .site_plan_img:hover img{
    transform: scale(1.1);
    transition: 0.4s ease;
}
.unit_plan_wrapp h2{
    color: var(--primary-color);
}
.nav-pills .nav-link.active{
    background: var(--bg-white);
}
.unit_plan_wrapp ul li .nav-link {
    font-size: 20px;
    font-weight: 500;
    transition: all 0.45s cubic-bezier(0, 0, 0.2, 1);
    display: inline-block;
    color: var(--bg-dark-blue);
    border: 0;
    transition: 0.3s;
}
 .unit_plan_wrapp ul li .nav-link.active{
   color: var(--primary-color);
   border-bottom: 2px solid var(--primary-color);
   border-radius: 0px;
}
.unit_plan_wrapp ul li .nav-link:hover{
   color: var(--primary-color);
}
.unit_plan_wrapp .tab-pane li {
    color: var(--gray-color);
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    list-style: none;
}
.unit_plan_wrapp .tab-pane li a {
    font-weight: 500;
    display: block;
    color: var(--text-gray);
}
.unit_plan_img{
    text-align: center;
}
.unit_plan_wrapp .tab-content .unit_plan_img img{
    cursor: pointer;
    transition: 0.4s ease;
    width: 100%;
    max-width: 850px;
    /* overflow: hidden;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45),
     25px 0 20px -20px rgba(0, 0, 0, 0.45),
      0px 25px 20px -20px rgba(0, 0, 0, 0.45),
      -25px 0 20px -20px rgba(0, 0, 0, 0.45); */
}
.unit_plan_wrapp .tab-content .unit_plan_img:hover img{
    transform: scale(1.1);
    transition: 0.4s ease;
}

.unit_plan_wrapp .tab-pane h6{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: inherit;
    color: var(--primary-color);
}
 
 /* addon */

.all_cities_div{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr); */
}
.kolkata_div{
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 12px 35px;
    text-align: center;
    text-transform: capitalize;
    transition: 0.3s;
    width: 100%;
    max-width: 160px;
    height: 100%;
    min-height: 120px;
    cursor: pointer;
}
.bangalore_div{
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 12px 35px;
    text-align: center;
    text-transform: capitalize;
    transition: 0.3s;
    width: 100%;
    max-width: 160px;
    height: 100%;
    min-height: 120px;
    cursor: pointer;
}
.odisha_div{
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 12px 35px;
    text-align: center;
    text-transform: capitalize;
    transition: 0.3s;
    width: 100%;
    max-width: 160px;
    height: 100%;
    min-height: 120px;
    cursor: pointer;
}

.kolkata_div img{
    width: 85px;
    height: 52px;
}
.bangalore_div img{
    width: 63px;
    height: auto;
    margin: 0 auto;
}
.odisha_div img{
    width: 85px;
    height: 52px;
}
.kolkata_div h3{
    margin-top: 12px;
}
.kolkata_div:hover{
    background-color: var(--primary-color);
}
.kolkata_div:hover h3{
    color: var(--text-white);
}
.bangalore_div h3{
    margin-top: 12px;
}
.bangalore_div:hover{
    background-color: var(--primary-color);
}
.bangalore_div:hover h3{
    color: var(--text-white);
}
.odisha_div h3{
    margin-top: 12px;
}
.odisha_div:hover{
    background-color: var(--primary-color);
}
.odisha_div:hover h3{
    color: var(--text-white);
}
.KOLKATA_white{
    display: none;
}
.KOLKATA_black{
    display: block;
}

.kolkata_div:hover .KOLKATA_black{
    display: none;
}
.kolkata_div:hover .KOLKATA_white{
    display: block;
}
.KOLKATA_white{
    display: none;
}
.KOLKATA_black{
    display: block;
}

.bangalore_div:hover .KOLKATA_black{
    display: none;
}
.bangalore_div:hover .KOLKATA_white{
    display: block;
}
.odisha_div:hover .KOLKATA_black{
    display: none;
}
.odisha_div:hover .KOLKATA_white{
    display: block;
}
.modal-backdrop{
    display: none;
}
.Cities_model .modal-header{
    border-bottom: none;
}
.Cities_model .form-control {
    height: 48px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    margin-bottom: 15px;
}
.Cities_model .btn-primary {
    height: 45px;
    padding: 0px 25px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.test-name i {
    color: #E4E433;
    font-size:12px;
} 

#carousel2 .item img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
#carousel2.owl-carousel button.owl-dot{
    background-color: var(--text-gray)!important;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    margin: 0px 5px;
}
#carousel2.owl-carousel button.active{
    background-color: var(--primary-color)!important;
}
#carousel2.owl-carousel .owl-dots{
    text-align: center;
}

.search-filter {
    margin: -75px 0px;
    padding: 0;
    position: relative;
}

.search-filter .form-group {
    width: 930px;
    margin: 0 auto;
    padding: 0;
}
.search-filter .tab-block {
    margin: 0 0 15px 0;
    padding: 15px;
    padding-bottom: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
}
.search-filter .tab-block ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.search-filter .tab-block ul li {
    font-size: 18px;
    line-height: 20px;
    color: #F2E2C8;
    font-weight: 400;
    margin: 0;
    padding: 0 45px 0 0;
}
.search-filter .tab-block ul li.active a {
    color: #fff;
    position: relative;
}

.search-filter .tab-block ul li a {
    display: inline-block;
    color: var(--bg-white);
    margin: 0;
    padding: 0 0 15px 0;
    transition: all 200ms ease-in-out;
}
.search-filter .tab-block ul li.active a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    left: 0;
    bottom: 0;
}
.search-filter .block {
    margin: 0 auto;
    padding: 0;
}
.search-filter .block .filter-box {
    display: flex;
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.filter-box .select-box {
    margin: 0;
    padding: 0;
    border-radius: 10px 0 0px 10px;
    overflow: hidden;
}
.filter-box .select-box .form-control {
    display: inline-block;
    height: 72px;
    font-size: 16px;
    line-height: 70px;
    color: #232222;
    font-weight: 700;
    margin: 0;
    padding: 0 45px 0 18px;
    background: url(../img/down-arrow22.svg) no-repeat 88% center #fff;
    background-size: 15px;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.filter-box .search-field {
    margin: 0;
    padding: 0;
    flex: auto;
    position: relative;
    display: flex;
}
.filter-box .search-field .input-search {
    flex: auto;
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
}
.filter-box .search-field .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    background: #fff;
}
.filter-box .search-field .search-btn {
    position: auto;
    width: 90px;
    background: var(--primary-color);
    border: none;
    box-shadow: none;
    border-radius: 0 10px 10px 0;
    margin: 0;
    padding: 0;
}
.filter-box .search-field .search-btn img {
    width: 18px;
    height: auto;
}
@media only screen and (max-width: 991px) {
    .search-filter .form-group {
        width: 100%;
    }
        .search-filter .tab-block ul li a {
    display: inline-block;
    color: #000;
    margin: 0;
    padding: 0 0 15px 0;
    transition: all 200ms ease-in-out;
}
}
@media only screen and (max-width: 991px) {
    .search-filter {
        position: relative;
        padding: 35px 0 0;
        margin: 0;
        background: #FBFBFB;
    }
}
@media only screen and (max-width: 991px) {
    .search-filter .tab-block {
        background: none;
        padding: 0;
    }
}
@media only screen and (max-width: 991px) {
    .search-filter .list-unstyled{
        display:table!important;
        flex-wrap: wrap;
    }
    
    .search-filter .tab-block ul {
        justify-content: space-evenly;
    }
}
@media only screen and (max-width: 991px) {
    .search-filter .tab-block ul li {
        font-size: 15px;
        line-height: 17px;
        padding: 0;
        padding-right: 7px;
            font-weight: 500;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 8px 10px;
    }
}
@media only screen and (max-width: 991px) {
    .search-filter .tab-block ul li.active a {
        color: var(--primary-color);
    }
}
@media only screen and (max-width: 991px) {
    .search-filter .block .filter-box {
        display: block;
        border-radius: 0;
        overflow: inherit;
        box-shadow: none;
        border: none;
    }
}
@media only screen and (max-width: 991px) {
    .filter-box .select-box {
        margin-bottom: 15px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 991px) {
    .filter-box .select-box .form-control {
        background: url(../img/down-arrow22.svg) no-repeat 95% center #fff;
        background-size: 13px;
        line-height: 47px;
    }
}
@media only screen and (max-width: 991px) {
    .filter-box .select-box .form-control {
        height: 50px;
        border-right: none;
    }
}
@media only screen and (max-width: 991px) {
    .filter-box .select-box .form-control {
        /* height: 60px; */
        font-size: 14px;
        /* line-height: 18px; */
        font-weight: 500;
        padding: 0 40px 0 15px;
        /* background: url(../img/down-arrow22.svg) no-repeat 90% center #fff; */
        background-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .filter-box .search-field {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 5px;
    }
}
@media only screen and (max-width: 991px) {
    .filter-box .search-field .form-control {
        height: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .filter-box .search-field .form-control {
        padding-left: 18px;
        padding-right: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .filter-box .search-field .search-btn {
        width: 55px;
    }
}
@media only screen and (max-width: 991px) {
    .filter-box .search-field .search-btn img {
        width: 15px;
    }
}

.pricingTable{
    font-family: "Signika", sans-serif;
    text-align: center;
    margin: 0 20px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.pricingTable:before{
    content: "";
    background: #51BCC1;
    height: 85%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-clip-path: polygon(50% 93%, 100% 100%, 100% 0, 0 0, 0 100%);
    clip-path: polygon(50% 93%, 100% 100%, 100% 0, 0 0, 0 100%);
    transition: all 0.3s;
}
.pricingTable:hover:before{ box-shadow: 0 0 30px rgba(0,0,0,0.3) inset; }
.pricingTable .price-value{
    color: #51BCC1;
    background-color: #fff;
    padding: 45px 42px 10px;
    border-radius: 100% 100% 0 0;
    display: inline-block;
}
.pricingTable .amount{
    font-size: 80px;
    font-weight: 700;
    line-height: 70px;
}
.pricingTable .month{
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    display: block;
}
.pricingTable .title{
    color: #fff;
    background-color: #005C75;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0 12px;
    margin: 0 -15px 10px;
    position: relative;
}
.pricingTable .title:before,
.pricingTable .title:after{
    content: "";
    background: linear-gradient(225deg, #02313D 49%,transparent 50%);
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.pricingTable .title:after{
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}
.pricingTable .pricing-content{
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: 0 0 2px #02313D;
    padding: 0;
    margin: 0 auto 20px;
    list-style: none;
    height: 140px;
}
.pricingTable .pricing-content img{
    width: 120px;
}
.pricingTable.blue:before{ background-color: #5D98D2; }
.pricingTable.blue .price-value{ color: #5D98D2; }
.pricingTable.blue .title{ background-color: #224364; }
.pricingTable.blue .title:before,
.pricingTable.blue .title:after{
    background: linear-gradient(225deg, #112130 49%,transparent 50%);
}
.pricingTable.red:before{ background-color: #F3775F; }
.pricingTable.red .price-value{ color: #F3775F; }
.pricingTable.red .title{ background-color: #A74431; }
.pricingTable.red .title:before,
.pricingTable.red .title:after{
    background: linear-gradient(225deg, #531A0F 49%, transparent 50%);
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 15px 30px; }
}


.property-services {
    background: #ec545e;
}
.property-services .property-heading {
    background: #ED1A24;
    text-align: center;
    margin: 0px auto;
    padding: 5px 50px;
    border-radius: 50px;
    position: relative;
    top: -90px;
    width: auto;
}
.property-services .property-heading h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
#nk-assist .property-main-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.property-services .property-main-box {
    overflow: hidden;
}
#nk-assist .property-box {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 30px;
    /*align-items: center;*/
    justify-content: center;
    /*margin-bottom: 40px;*/
}
.property-services .property-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}
.property-services .property-box p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    /* line-height: 25px; */
}
.property-services .property-box p a {
    color: #fff;
    font-weight: 400;
}
.btn-learn-more {
    background: #ED1A23;
    padding: 8px 15px;
    border-radius: 50px;
    margin-top: 5px;
    display: inline-block;
    transition: .5s;
}
.down-line-img img{
    /*background: #A9C3EB;*/
    /*height:350px;*/
}
@media (max-width: 767px) {
    #nk-assist .property-main-box {
        grid-template-columns: 1fr;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    #nk-assist .property-box {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 767px) {
.down-line-img img{
    /*background: #A9C3EB;*/
    height:350px;
    }
}
.count::after {
    content: '+';
    display: inline-block;
    margin-left: 5px; /* Adjust as needed */
}

.mb-10 {
    margin-bottom: 10px;
}
.mt-40 {
    margin-top: 40px;
}
.p-60 {
    padding-top: 60px;
    /*padding-bottom: 60px;*/
}

.similar-projects a{
    color:var(--primary-color);
}
.menu-navbar-nav .home.active,
.menu-navbar-nav .about-us.active,
.menu-navbar-nav .projects.active,
.menu-navbar-nav .blog.active,
.menu-navbar-nav .developers.active,
.menu-navbar-nav .contact-us.active{
    color:#e04526;
}
.search-filter .residential.active,
.search-filter .commercial.active,
.search-filter .land.active,
.search-filter .investment.active,
.search-filter .rent.active{
    
}
.image-container {
    overflow: hidden;
    position: relative;
     height: 250px;
}

.image-container img {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container:hover img {
    transform: scale(1.1); /* You can adjust the scale factor for the desired zoom effect */
}

.projects-sec .fixed-image {
    width: 240px; /* Set the desired width */
    height: 150px; /* Set the desired height */
    object-fit: cover; /* Maintain aspect ratio and crop if necessary */
    margin-top: 10px;
}

@media (max-width: 768px) {
    .image-container {
        height: 250px; /* Adjust height for smaller screens */
    }
}
