/* -------------------------------------------------------



------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
  font-family: 'oriya';
  src: url('../fonts/OriyaMN.woff');
}

 
/* ======= Basics & Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #999;
    overflow-x: hidden !important;
}


p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'oriya';
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #fff;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #aa8453;
}
/* text field */
form .form-group {
    margin-bottom: 15px;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 0px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #999;
    background-image: none;
    border-bottom: 1px solid #282828;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #aa8453;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #323232;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(90deg, #911048, #1C5479);
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
}
.alert-success {
    background: transparent;
    color: #fff;
    border: 1px solid #aa8453;
    border-radius: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #ccc;
    font-size: 15px;
    font-weight: 300;
}
:-moz-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #ccc;
}
 
/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-120 {
    margin-top: 120px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 15px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.no-padding {
  padding: 0 !important;
}
/* important */
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-101010 {
    background: #101010;
}
.bg-1b1b1b {
    background: #1b1b1b;
}
.bg-282828 {
    background: #282828;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-position-bottom {
    background-position: bottom;
}
.bg-position-center {
    background-position: center;
}
.bg-position-top {
    background-position: top;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: "Montserrat", sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 0;
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
    z-index: 9;
}
.js .animate-box {
    opacity: 0;
}
:root { scroll-behavior: auto; }
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
 outline: none;
}
/* background & color */
.bg-blck {
    background: #fff;
}
.color-1 {
color: #fff;
}
.color-2 {
color: #adadad;
}
.color-3 {
color: #fff;
}
.color-4 {
color: #fff;
}
.color-5 {
color: #aa8453;
}
/* star - white  */
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}
.star:before, .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star:after {
  transform: rotate(35deg);
}
/* Star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.8em;
    margin-right: 0.8em;
    margin-bottom: 2.5em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 8px;
}
.star-rating:before, .star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star-rating:after {
  transform: rotate(35deg);
}
/* mouse button scroll  */
.mouse {
    position: absolute;
    bottom: 40px;
    z-index: 95;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}
.mouse .mouse-icon {
    display: block;
    width: 26px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.mouse .mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
.mouse:hover .mouse-icon {
    border-color: #fff
}
@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
.restaurant-page h6 {
    position: relative;
    font-family: 'oriya';
    font-size: 27px;
    color: #fff;
}
.menu p,
.menu p i {
    color: #adadad;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #aa8453;
}
::-moz-selection {
    color: #fff;
    background: #aa8453;
}
::selection {
    color: #fff;
    background: #aa8453;
}

 


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;

}
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: no-repeat;
}
/* owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 48% !important;
    bottom: auto !important;
    width: 13%;
}
.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 23%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* owl-prev owl-next */
.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}
.owl-theme .owl-next {
    right: 10px !important
}
.owl-theme .owl-prev,
.owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #fff;
    line-height: 0;
    text-align: center;
    font-size: 15px
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 43px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #aa8453;
    border: 1px solid #aa8453;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


/* ======= Section style ======= */
.section-padding {
    padding: 80px 0;
}

/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 20px;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
    border: none;
    transition: 1s;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #1C5479;
}
.navbar .navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #1C5479;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    letter-spacing: 0px;
    font-weight: 500;
}
.navbar .container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #24AECB;
}
.navbar .navbar-nav .active {
    color: #24AECB !important;
}
.navbar .navbar-nav .active i {
    color: #24AECB;
}
.nav-scroll {
    background: transparent;
    padding: 15px 0;
    position: fixed;
/*  position: sticky; */
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    margin-top: 0;

    border-bottom: 1px solid rgba(255,255,255, 0.02);
}
.nav-scroll .container{
    background: #1C5479;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #24AECB;
}
.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}
.nav-scroll .navbar-nav .active i,
.nav-scroll .navbar-nav .active {
    color: #fff !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .dropdown .nav-link i {
    color: #fff;
}
.nav-scroll .logo-img {
    width: 140px;
    filter: invert(1) brightness(100);
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    color: #fff;
}
.nav-scroll .logo-wrapper .logo span {
    color: #24AECB;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-size: 35px;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.logo-wrapper .logo h2 a i {
    color: #24AECB;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-size: 8px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3.5px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-left: 3px;
}
.logo-wrapper .logo h2 i {
    color: #aa8453;
    font-style: normal;
}
.logo {
    padding: 0;
}
.logo-img {
    width: 140px;
    margin-bottom: 0px;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: #fff;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 7px 0;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #aa8453;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu li {
   border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 200px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #282828;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 200px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: 1s;
    }    
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }
 
    .logo-wrapper {
        float: left;
        padding: 20px 0 20px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 19px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 138px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 138px;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        /* max-width: 100%; */
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #fff;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #aa8453 !important;
    }   
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 300;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 12px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #1b1b1b;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar {
        margin-top: 0;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #1b1b1b;
        text-align: left;
        padding: 20px;
    }
    .dropdown .nav-link i {
        color: #fff;
    }
}


/* ======= Header style ======= */
.hero-section {
    background: url('../img/Hero-img.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    align-items: center;
    display: flex;
    padding: 300px 0 100px 0;
    position: relative;
}
 .hero-section:before{
        background: linear-gradient(360deg, rgba(28, 84, 121, 1), rgba(145, 16, 72, 0.1));
        content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
 }
.hero-section .container {
    position: relative;
    z-index: 2;
}
.hero-left-content h1 {
    position: relative;
    margin-bottom: 15px;
    font-family: 'oriya';
    font-size: 45px;
    line-height: 1.2em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.hero-left-content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.hero-left-content p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}

/** Hero card **/

.hero-card {
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 30px;
}
.hero-card img{
    width: 290px;
    height: 256px;
    object-fit: cover;
    border-radius: 10px;
}
.hero-card h1 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px !important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.hero-card h1 img {
    width: 16px !important;
    height: 16px !important;
}
.hero-card p {
    font-size: 12px !important;
    color: #fff;
    line-height: 15px !important;
    margin-bottom: 20px !important;
}
.hero-logo-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5%;
    height: auto;
    z-index: 1;
    margin: 0 auto;
    opacity: 0.3;
}
.manchester-logo {
    width: 15%;
    margin-bottom: 30px;
}
.manchester-logo img{
    width: 100%;
    height: 100%;
    filter: invert(1);
}


/* =======  Property Type Section Style  ======= */
section.property-types-section {
    padding: 80px 0;
}
.property-types-section .heading .title{
    font-size: 45px;
    text-align: center;
    color: #1C5479;
    margin-bottom: 30px;
}
.card-img {
    height: 400px;
    position: relative;
}
.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.card-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, #1C5479, transparent);
    z-index: 99;
    height: 100%;
    border-radius: 12px;
}
.card-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    z-index: 99;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}
.action-button {
    background: #911048;
    border-radius: 10px;
}
.action-button img{
    filter: invert(1) brightness(100);
}
.card-content .title h4 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.top-registeration-form-wrapper .form-wrapper {
    background: #f2faff;
    padding: 30px 30px 50px 30px;
    border-radius: 15px;
}
.top-registeration-form-wrapper .form-heading {
    font-size: 32px;
    text-align: center;
    color: #1C5479;
    margin-bottom: 30px;
    font-family: 'oriya';
    text-transform: uppercase;
    line-height: normal;
}
.top-registeration-form-wrapper .form-wrapper label{
    color: #000;
}
.top-registeration-form-wrapper .form-wrapper input, .top-registeration-form-wrapper .form-wrapper select, .top-registeration-form-wrapper .form-wrapper textarea{
    color: #000;
}
.top-registeration-form-wrapper .form-wrapper input[type="submit"]{
    color: #fff;
}
#generalForm .modal-content .modal-body .frm-field .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px  !important;
}
#generalForm .modal-content button.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}

/* =======  Key Facts style  ======= */

section.key-facts-section.section-padding .subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #24AECB;
    margin-bottom: 30px;
}
section.key-facts-section.section-padding .subtitle img{
    width: 12px;
}
section.key-facts-section.section-padding .title h1 {
    color: #1C5479;
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    margin: 25px 0;
}
.keyfacts-cards {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.fact-card {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    text-align: center;
    height: 100%;
}
.fact-card-content img {
    width: 50px;
    background: linear-gradient(45deg, #911048, #1C5479);
    padding: 10px;
    border-radius: 10px;
}
.fact-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 15px;
    height: 100%;
}
.fact-card-content h1 {
    color: #1C5479;
    font-size: 15px;
    text-transform: uppercase;
    margin: 20px 0;
}
.fact-card-content p {
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.button-row {
    margin: 30px 0;
}
 

/* =======  CTA style  ======= */
.cta-section {
    position: relative;
}
section.amenities .heading-row {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.cta-section .cta-content {
    background: linear-gradient(90deg,#1C5479, #911048);
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    padding: 80px 40px;
}
.cta-logo {
    width: 200px;
}
.content-wrapper p {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
    width: 50%;
    line-height: 25px;
}
.gold-icon-cta {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 8%;
}
section.amenities .subtitle {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    color: #24AECB;
    justify-content: center;
}
section.amenities .subtitle img{
    width: 11px;
}
section.amenities .title h1 {
    color: #24AECB;
    text-transform: uppercase;
    font-size: 45px;
    padding: 20px 0;
}
section.amenities .title h1 span{
     color: #1C5479;   
}
.amenities .item {
    position: relative;
    padding: 20px 30px 20px 30px;
    margin-bottom: 0;
    background: #FFFFFF url('../img/icons/amenities_bg.png');
    background-repeat: no-repeat;
    border: 1px solid #F7F7F7;
    background-position: 95% 100%;
    padding-right: 43px;
    border-radius: 15px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.20);
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
}
.amenities .item p{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.amenities .item .icon {
    width: 30px;
    margin-bottom: 10px;
}
p.amenities_category-txt {
    color: #911048;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

/* =======  CTA 2 style  ======= */
section.cta-2-section{
    position: relative;
}
section.cta-2-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1C5479;
    z-index: 99;
    opacity: 0.5;
}
section.cta-2-section .container.text-center {
    z-index: 100;
    position: relative;
}
section.cta-2-section .bg-img.bg-fixed {
    padding: 150px 0;
}
section.cta-2-section .bg-img.bg-fixed h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
}
section.cta-2-section .bg-img.bg-fixed p {
    color: #fff;
    font-size: 16px;
}
section.floorplan-section .subtitle {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    color: #1C5479;
    text-transform: uppercase;
    justify-content: center;
}
section.floorplan-section .subtitle img {
    width: 11px;
}
section.floorplan-section .title h1 {
    color: #24AECB;
    text-transform: uppercase;
    font-size: 45px;
    padding: 20px 0;
}
section.floorplan-section .title  h1 span {
    color: #1C5479;
}
.floorplan-title h1 {
    font-size: 20px;
    color: #1C5479;
    text-transform: uppercase;
    margin-bottom: 0;
}
.floorplan-title {
    width: 50%;
}
.floorplan-title p {
    color: #1C5479;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.floorplan-title p img{
    width: 20px !important;
}
.card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floorplan-slider .owl-carousel .owl-stage-outer{
    padding: 0;
}
.action-btn a {
    font-size: 12px;
}
.floorplan-card {
    background: #FBF9F7;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ECECEC;
}
.card-top .img {
    height: 325px;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 25px;
}
.card-top .img a{
    height: 325px;
    width: 100%;
}
.card-top .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    object-position: 40%;
}
.action-btn a.butn-dark2 {
    padding: 10px 12px;
}
 
.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background: #d1d1d1;
    border-radius: 50%;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background: #1C5479;
    width: 22px;
    border-radius: 12px;
}

.owl-dot:hover {
    background: #1C5479;
}


/* =======  Features style  ======= */

section.key-features-section {
    background: #1C5479;
}
section.key-features-section  .banner-wrapper{
    padding: 0;
}
.featues-list .subtitle {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap:10px;
    font-weight: 500;
    color: #fff;
}
.featues-list .subtitle img{
    width: 12px;
    filter: invert(1) brightness(100);
}
.featues-list {
    width: 70%;
    align-items: self-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-left: 10%;
}
.featues-list ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 30px 0;
}

.featues-list ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
}
.featues-list ul li:before {
    content: url('../img/icons/check-sign.svg');
    position: absolute;
    left: 0;
}
.features-banner, .features-banner img {
    height: 100%;
    object-fit: cover;
}
/* =======  WHO IS THIS FOR? style  ======= */

section.whos-this-section {
    background: #f2faff;
}

section.whos-this-section .subtitle {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    color: #1C5479;
    text-transform: uppercase;
    justify-content: center;
}
section.whos-this-section .subtitle img {
    width: 11px;
}
.row.cards-list {
    margin-top: 55px;
}
.whos-card .icon img {
    width: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.whos-card .title p {
    color: #000;
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 25px;
}

/*======================
    Gallery Section  CSS
=======================*/

.area-gallery .subtitle {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    color: #1C5479;
    text-transform: uppercase;
    justify-content: center;
    margin-bottom: 50px;
}
.area-gallery .subtitle img {
    width: 11px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    max-height: 640px;
}


        .gallery-left,
        .gallery-right {
            display: grid;
            grid-template-rows: repeat(2, 1fr);
            gap: 20px;
        }

.gallery-center {
    display: grid;
    grid-template-rows: 1.5fr 1fr;
    gap: 20px;
}


        .gallery-bottom-center {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .gallery-item {
            width: 100%;
            height: 100%;
            overflow: hidden;
            border-radius: 16px;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        @media (max-width: 991px) {
 
            .gallery-left,
            .gallery-right,
            .gallery-center,
            .gallery-bottom-center {
                grid-template-columns: 1fr;
                grid-template-rows: auto;
            }
        }

.gallery-item a {
    height: 100%;
}

.fullgallery-wrapper {
    display: none;
}


/* =======  Location style  ======= */

.location-slider-cards .loc-img {
    width: 100%;
    height: 250px;
    position: relative;  
    border-radius: 15px;  
}
.location-slider-cards .loc-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;  
}
.location-slider-cards .loc-tag {
    background:linear-gradient(-45deg, #911048, #1C5479);
    text-align: center;
    padding: 20px;
    width: 90%;
    margin: -45px auto 0 auto;
    position: relative;
    border-radius: 10px;
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.location-slider-cards .loc-tag h1 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}
 
.location-header ul {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 20px;
}
.location-header ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1C5479;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.location-header h1 {
    color: #24AECB;
}
.location-header ul li img {
    width: 20px;
}



/* ======= Footer style ======= */
img.img-fluid.footer-logo {
    width: 50%;
    filter: invert(1);
    position: relative;
    z-index: 2;
}
.footer-section{
    padding-top: 150px;
}
.footer-section .form-heading {
    font-size: 32px;
    color: #1C5479;
    text-transform: uppercase;
    font-family: 'oriya';
}
p.footer-form-desc {
    font-size: 16px;
    color: #666666;
    width: 80%;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
 

.footer-left-img {
    background: url('../img/gallery/1-44.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 70vh;
    border-top-right-radius: 20px;
}
.footer-form-wrapper {
    padding: 50px 50px 50px 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.footer-form-wrapper {
    background: #fff;
    width: 45%;
    box-shadow: 2px 20px 20px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -53px;
}
section.footer-botm-section {
    background-image: linear-gradient(-180deg, #911048, #1C5479);
    margin-top: -150px;
}
section.footer-botm-section .container {
    padding-top: 80px;
    padding-bottom: 50px;
}
.footer-logo {
    width: 50%;
}
.footer-nav {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-nav ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-nav ul li {
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.footer-nav ul li:last-child{
    border: none;
}
.footer-nav ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}
.footer-nav ul li a:hover{
    display: inherit;
    color: #fff;
    text-decoration: underline;
}

 
/* =======  About style  ======= */


section.about.section-padding {
    background: #f2faff;
}
.about-content{
    padding-left: 50px;
}
.about-content .subtitle {
    color: #24AECB;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}
.about-content .subtitle img{
    width: 12px;
}
.about-content h1 {
    color: #1C5479;
    text-transform: uppercase;
    font-size: 45px;
}
.about-content p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.about-content a.butn-dark2 {
    margin-top: 25px;
}
section.about.section-padding .left-media {
    width: 100%;
    height: 450px;
    position: relative;
}
section.about.section-padding .left-media img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
section.about.section-padding .left-media:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 470px;
    background: #1C5479;
    left: -4%;
    bottom: -7%;
    border-radius: 10px;
    z-index: 1;
}
 
 
 
/* ======= Gallery style ======= */
.gallery-item {
    overflow: hidden;
}
.gallery-item .img-card {
    margin-bottom: 15px;
}
.gallery-item .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.gallery-item .wrapper-img {
  position: relative;
  background-color: rgba(170, 132, 83, 1);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-item img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
}
.gallery-item .img-block:hover img {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.1;
}
.gallery-item .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.gallery-item .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.gallery-item .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-item .title-block h6 {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #fff;
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


 
 
 
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}

 
 

 

/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-weight: 300;
    background: #aa8453;
    color: #fff;
    padding: 15px 20px;
    margin: 0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #fff;
    color: #1b1b1b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span {
    color: #1b1b1b;
}
/* light */
.butn-light {
    position: relative;
    font-weight: 300;
    background: linear-gradient(90deg, #911048, #1C5479);
    color: #fff;
    padding: 10px 30px;
    margin: 0;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 50px;
    line-height: 25px;
}
.butn-light:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #24AECB;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px;
}
.butn-light span {
    position: relative;
    z-index: 2;
}
.butn-light:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    border-radius: 50px;
}
.butn-light:hover span {
    color: #fff;
}

/* dark2 */
.butn-dark2{
    position: relative;
    font-weight: 300;
    background: linear-gradient(90deg, #24AECB, #1C5479);
    color: #fff;
    padding: 10px 30px;
    margin: 0;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 50px;
    line-height: 25px;
}
.butn-dark2:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #24AECB;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px;
}
.butn-dark2 span {
    position: relative;
    z-index: 2;
}
.butn-dark2:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    border-radius: 50px;
}
.butn-dark2:hover span {
    color: #fff;
}
/* light2 */
.butn-light2 {
    position: relative;
    line-height: 1.2em;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    background: transparent;
    color: #fff;
    padding: 16px 24px;
    margin: 0;
    position: relative;
    font-size: 12px;
    border: 1px solid rgba(255,255,255,0.5);
}
.butn-light2:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light2 span {
    position: relative;
    z-index: 2;
}
.butn-light2:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light2:hover span {
    color: #fff;
}


 

/* ======= Footer style ======= */
.footer {
    padding: 90px 0 0;
    position: relative;
   border-top: 1px solid rgba(0,0,0,0.03);
    background: #101010;
}
 
.footer .top .item h3 {
    position: relative;
    font-size: 30px;
    color: #aa8453;
}
.footer .top .item h3 span {
    color: #fff;
}
.footer .top .item p {
    margin-bottom: 15px;
    color: #fff;
}
.footer .top .item .phone {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 5px;
    letter-spacing: 0px;
}
.footer .top .item .mail {
    font-size: 15px;
    line-height: 3em;
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #aa8453;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .social {
    margin-bottom: 15px;
}
.footer .top .item .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #aa8453;
    color: #fff;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}
.footer .top .item .social a:hover {
    border: 1px solid #aa8453;
    background: #aa8453;
    color: #fff;
}
.footer .top .sub-title.border-bot-dark {
    margin-top: 0px;
}
/* subscribe */
.footer .top .subscribe form {
    margin-top: 20px;
    position: relative;
}
.footer .top .subscribe form input {
    width: 100%;
    padding: 15px 60px 15px 20px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
    border-radius: 0px;
}
.footer .top .subscribe form input::placeholder {
    color: #fff;
}
.footer .top .subscribe form button {
    background-color: #aa8453;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    outline: none;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
}
.footer .top .subscribe form button:hover {
    background-color: #fff;
    color: #fff;
    outline: none;
}
/* sub footer */
.footer .bottom {
    padding: 30px 0 10px 0;
    margin-top: 45px;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer .bottom p {
    font-size: 13px;
    color: #999;
}
.footer .bottom p a {
   color: #999;
}
.footer .bottom p a:hover {
    color: #aa8453;
}
.footer .bottom p.right {
    text-align: right;
}
.footer .sub-title:before, .footer .sub-title:after {
    top: 45%;
}
/* footer list */
.footer .list li + li {
  margin-top: 3px;
}
.footer .list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .list li a:hover {
  padding-left: 15px;
  color: #aa8453;
}
.footer .list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #aa8453;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .list li a:hover:before {
  opacity: 1;
}
.footer-explore-list li + li {
  margin-top: 3px;
}
.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  padding-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-explore-list li a:hover {
  padding-left: 20px;
  color: #aa8453;
}
.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #aa8453;
  -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-explore-list li a:hover:before {
  opacity: 1;
}

input[type="password"], input[type="email"], input[type="text"], input[type="file"],input[type="tel"], textarea, .form-select {
    max-width: 100%;
    margin-bottom: 0px;
    padding: 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #999;
    border: 1px solid #D9D9D9;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 15px;
}
.footer-form-wrapper form label {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}


 
/*** Project Status style **/

section.project-status-sections {
    background: #1C5479;
}
section.project-status-sections .subtitle {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    margin-bottom: 30px;
}
section.project-status-sections .subtitle img {
    width: 11px;
    filter: invert(1) brightness(100);
}
section.project-status-sections  .main-title {
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    margin:0 auto;
}

section.project-status-sections  .main-title span{
    color: #24AECB;
}
ul.stats-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin-top: 30px;
}
ul.stats-list li p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
ul.stats-list li p span:first-child {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'oriya';
}

ul.stats-list li img {
    width: 60px;
    margin: 0 auto 30px auto;
    text-align: center;
    display: block;
}

/*** General pop **/

#generalForm .modal-content {
    background: linear-gradient(
90deg, #1C5479, #911048);
    text-align: center;
    padding: 40px 80px;
    border-radius: 20px; 
    border:none
}
#generalForm .modal-content .modal-title h5 {
    color: #fff;
    text-align: center;
    font-family: 'oriya';
    font-size: 28px;
    text-transform: uppercase;
}
.gallery-main-title{
 font-family: 'oriya';
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #010F36;
}
#generalForm .modal-content span.subtitle {
    color: #fff;
    font-size: 22px;
    padding: 20px 0;
}
#generalForm .modal-content .modal-header {
    border: none;
    margin-bottom: 0px;
}
#generalForm .modal-content .modal-body{
  padding: 0;
}
#generalForm .modal-content .modal-body .mb-10{
  margin-bottom: 10px;
}
#generalForm .modal-content .modal-body .frm-field input, #generalForm .modal-content .modal-body .frm-field select{
    height: 53px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.10);
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.40);
    color: #fff;
}
#generalForm .modal-content .modal-body .frm-field textarea{
   height: 150px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.10);
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: #fff;
}
#generalForm .modal-content .modal-body .frm-field input:active, #generalForm .modal-content .modal-body .frm-field input:focus, 
#generalForm .modal-content .modal-body .frm-field select:active, #generalForm .modal-content .modal-body .frm-field select:focus{
    background: transparent;
    box-shadow: none;
}

#generalForm .modal-content .modal-body .frm-field input::placeholder, #generalForm .modal-content .modal-body .frm-field textarea::placeholder{
    color: #fff;
}


#generalForm .modal-content .modal-body .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
#generalForm .modal-content .modal-body .frm-field select option{
  color: #000;
}

#generalForm .modal-content .modal-body  .frm-field .iti__selected-dial-code{
  color: #fff;
}
#generalForm .modal-content .modal-body  .frm-field span.iti__country-name {
    display: none;
}
#generalForm .modal-content .modal-body  .frm-field .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #ffffff;
}
#generalForm .modal-content .modal-body .frm-field .iti__arrow--up {
    border-top: none;
 border-top: 4px solid #ffffff;
}
 
#generalForm .modal-content .modal-body .frm-field select {
    color: #fff; /* placeholder color */
}

#generalForm .modal-content .modal-body .frm-field select:not(:has(option:checked:disabled)) {
    color: #ffffff; /* normal color */
}
#generalForm .modal-content .popup-submit-btn{
  padding: 10px 50px;
  margin-top: 20px;
}
#generalForm .modal-content button.btn-close i {
    color: #fff;
    opacity: 1 !important;
}
#generalForm .modal-content button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.popup-submit-btn{
    background: linear-gradient(90deg, #24AECB, #1C5479);
    color: #fff;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
}
 .popup-submit-btn:hover{
    background:#24AECB ;
    color: #fff;
 }

/*** Thank you popup ***/

.thankyou-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
  background: #001340;
  border-radius: 8px;
  max-width: 500px;
  margin: 15% auto;
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.popup-content h3 {
  margin-bottom: 15px;
  color: #fff;
}

.popup-content p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.close-popup:hover {
  color: #fff;
}
 
 .frm-field {
    margin-bottom: 10px;
}