@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-straight/css/uicons-regular-straight.css");
/* ----------------------------------------------------------------
			[ All Css Plugins & Helper Classes File ]
-----------------------------------------------------------------*/

/* == owl.carousel == */
@import url("../plugins/owl.carousel.min.css");
@import url("../plugins/owl.theme.default.min.css");

/* == Slick Slider == */
@import url("../plugins/slick.css");
@import url("../plugins/slick-theme.css");

/* == animate css == */
@import url("../plugins/animate.min.css");

/* == themify, flaticon and fontawesome icons ==*/
@import url("../plugins/themify-icons.css");
@import url("../plugins/flaticon-rounded.css");
@import url("../plugins/flaticon-all.css");
@import url("../plugins/font-awesome-pro.css");

/* == magnific-popup gallery  == */
@import url("../plugins/magnific-popup.css");

/* == Vegas Slider == */
@import url("../plugins/vegas.slider.min.css");


:root {
    --primary-color: #13132D;
    --secondary-color: #2A385D;
    --font-color: #000000;
    --white-color: #ffffff;
    --font-main:  "Inter", sans-serif;
}



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:  "Inter", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #999;
    overflow-x: hidden !important;
}
p {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 15px;
}
h1,
h2,
h3 {
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px 0;
}
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;
}
/* text field */
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
    outline: none;
}
input[type="email"],
input[type="text"],
textarea {
    max-width: 100%;
    margin-bottom: 0px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--primary-color);
    background: transparent;
}
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
button:hover {
    border: 0px solid transparent;
}
select {
    padding: 10px;
    border-radius: 5px;
}
.np{
    padding: 0;
}

/* ===============================
   FORM TEXT COLOR (TYPING)
   =============================== */

input,
textarea {
    color: #000000;
    -webkit-text-fill-color: #000000;
}

/* ===============================
   PLACEHOLDER COLOR
   =============================== */

input::placeholder,
textarea::placeholder {
    color: #666666 !important;
    -webkit-text-fill-color: #666666 !important;
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
}

/* Chrome, Safari, Edge */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666666 !important;
    -webkit-text-fill-color: #666666 !important;
}

/* Firefox */
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666666 !important;
    opacity: 1;
}

/* IE 10–11 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666666 !important;
}

/* Legacy Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #666666 !important;
}

.form-select {
    color: #666666;
}

.form-select:valid {
    color: #000000;
}
/* ======= Helper style ======= */
.mt-30 {
    margin-top: 30px !important;
}
.section-padding {
    padding: 80px 0;
    position: relative;
}

 
 

/*** Dark  button ***/

.btn-dark .btn {
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #000;
    color: #fff;
    margin: 35px auto 0 auto;
    justify-content: center;
    height: 47px;
    width: 175px;
    border-radius: 100px;
    font-weight: 600;
    text-transform: capitalize;
}
 
/* ======= Navbar style ======= */
.navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
}
.logo-wrapper a {
    font-size: 22px;
    color:   var(--white-color);
    font-weight: 600;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon {
    color:   var(--white-color);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar .navbar-nav .nav-link {
    font-family:  "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color:   var(--font-color);
    margin: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-right: 12px;
    padding-left: 12px;
}
.navbar .navbar-nav .nav-link:hover {
    color:   var(--font-color);
    text-decoration: underline;
}
ul.navbar-nav {
    margin-left: 80px;
}
.logo-wrapper {
    float: left;
}
.logo {
    padding: 0;
}
.navbar span.navbar-text button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}
span.navbar-text button img {
    width: 12px;
}
span.navbar-text button:hover {
    /* text-decoration: underline; */
    border: 1px solid #000;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-scroll {
    background: var(--white-color);
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 90px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color:   var(--font-color);
}
.nav-scroll .navbar-nav .nav-link {
    color:   var(--font-color);
}
.nav-scroll .navbar-nav .nav-link:hover {
    color:   var(--font-color);
}
.nav-scroll .navbar-nav .active {
    color: var(--font-color) !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color:   var(--white-color);
}
.nav-scroll .logo-img {
    width: 100px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}



.banner-header {
    background: url('../images/main-Banner.png') no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: calc(100vh - 100px);
} 
.banner-header:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, #ffffff, transparent);
    /* z-index: 1; */
    height: 20%;
}
 
/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}
 
/* button link */

 

/* =======  About style  ======= */
section.about {
    background:   var(--white-color);
    position: relative;
}
.about-logo-img {
    width: 580px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    padding-bottom: 34px;
}
.O-icon-style {
    position: absolute;
    right: 0;
    bottom: -100px;
}
.O-icon-style img {
    width: 100%;
}
section#about_one p.about-txt {
    font-size: 14px;
    text-align: center;
    color: #000;
    max-width: 1030px;
    margin: 0 auto;
    line-height: 24px;
}
.about-register-btn button {
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #000;
    color: #fff;
    margin: 35px auto 0 auto;
    justify-content: center;
    height: 47px;
    width: 266px;
    border-radius: 100px;
}
.about-register-btn button:hover{
    border: 1px solid #000;
    color: #000;
    background: transparent;
}
.about-register-btn button:hover img{
    filter: unset;
}
.about-register-btn button img{
    width: 12px;
    filter: invert(1);
}

/* ======= Values style ======= */
.values-section .value-content {
    text-align: center;
}
.values-section .value-content .icon img {
    width: 40px;
}
.values-section .value-content .content h1 {
    font-size: 20px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 8px;
    margin: 0;
    font-weight: bold;
}
.values-section .value-content .content p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 0 50px;
}

/* ======= Portfolio style ======= */
.portfolio-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    text-align: center;
    height: 100%;
}
.portfolio-content-wrapper .content p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    width: 60%;
    margin: 0 auto;
}
.portfolio-content-wrapper .view-btn a {
    color: #000;
    font-size: 14px;
    line-height: 11px;
    font-weight: 600;
    text-decoration: underline;
}
.portfolio-content-wrapper .register-btn button {
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #000;
    color: #fff;
    margin: 35px auto 0 auto;
    justify-content: center;
    height: 47px;
    width: 266px;
    border-radius: 100px;
}
.portfolio-content-wrapper .register-btn button img {
    width: 12px;
    filter: invert(1);
}
.portfolio-content-wrapper .register-btn button:hover {
    border: 1px solid #000;
    color: #000;
    background: transparent;
}
.portfolio-content-wrapper .register-btn button:hover img {
    filter: unset;
}
.portfolio-banner-img {
    height: 525px;
    width: 100%;
}
.portfolio-banner-img  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======= Location style ======= */
.location-content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    height: 100%;
}
.location-content-wrapper .content {
    width: 370px;
}
.location-content-wrapper .content h1 {
    font-size: 42px;
    color: #000;
    font-weight: 300;
    margin-bottom: 30px;
}
.location-content-wrapper .content p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    padding: 10px;
}
.location-banner-img{
    height: 525px;
    width: 100%;
}
.location-banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ======= Projects slider style ======= */
.project-section .heading-title h1 {
    color: #000;
    font-size: 58px;
    font-weight: 300;
    position: relative;
}
.project-section .heading-title h1:after{
    content: url('../images/title-ONE.png');
    position: absolute;
    left:0;
    bottom: 0;
}
.project-section .heading-desc p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.custom-container {
    max-width: 1650px;
    margin: 0 auto;
}
.row.heading-section{
    margin-bottom: 45px;
}
.projects-single {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.projects-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.projects-img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    height: 400px;
    object-fit: cover;
}
.projects-single:hover .projects-img img {
    transform: scale(1.05);
}
.projects-content {
    position: relative;
    display: block;
    background-color: var(--white-color);
    padding: 20px 30px;
    margin-top: -60px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    box-shadow: 2px 2px 4px #F0F0F0;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
}
.pro-title-wrapper h1.title{
    line-height: normal;
    margin: 0;
}
.pro-title-wrapper h1.title a {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
}
p.location {
    font-size: 15px;
    color: #666666;
    font-weight: normal;
}
.pro-title-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.projects-details p.desc {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
 
ul.facts-list {
    display: flex;
    flex-wrap: wrap;      
    gap: 5px;           
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
}
ul.facts-list li {
    color: var(--font-color);
    font-size: 15px;
 
}

/* =======   cta style ======= */
.cta-wrapper {
    background: url("../images/CTA-bg.png") no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.cta-wrapper .section-title {
    font-size: 58px;
    font-weight: 300;
    color: var(--white-color);
    position: relative;
    margin-bottom: 15px;
    line-height: normal;
    text-transform: uppercase;
}
.cta-wrapper p.desc-txt {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    margin-bottom: 50px;
}
.cta-wrapper .register-btn button {
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #000;
    color: #fff;
    justify-content: center;
    height: 47px;
    width: 266px;
    border-radius: 100px;
}
.cta-wrapper .register-btn button img {
    width: 12px;
    filter: invert(1);
}
 

/* owl nav */
/**** footer CSS ***/
.footer-form-col
 {
    width: 45%;
    margin: 0 auto;
}
 .footer-form-col h3 {
    color: #000;
    font-size: 58px;
    font-weight: 200;
    position: relative;
}
.footer-form-col h3::after{
    content:url('../images/title-ONE.png');
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
}
.footer-form-col p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    width: 70%;
    margin: 0 auto 25px auto;
}
.footer-form input {
    color: #666666;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    height: 40px;
    padding: 10px;
}
.footer-form textarea{
      color: #666666;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    height: 40px;
    padding: 10px;
    height: 200px;
}

.footer-section .O-icon-style {
    left: 0;
    right: unset;
    transform: scale(-1);
    bottom: 100px;
}
.footer-form .form-select, .footer-form select option{
    font-size: 12px !important;
}
.footer-form .form-select {
    height: 40px;
}
 
/** footer bottom **/

section.footer-bottom {
    padding: 30px 0;
    background: #000;
}

.footer-logo a img {

    width: 190px;
}
.bottom-line-txt {
    margin-top: 50px;
}
.bottom-line-txt p{
    color: #fff;
    border-top: 1px solid #535353;
    padding-top: 20px;
}
.foote-menu ul {
    display: flex;
    gap: 30px;
    color: #fff;
}
/**** General Popup ****/

#generalForm .modal-content{
    background:#fff;
    border-radius: 10px;
    padding: 20px;
}

#generalForm .row {
  margin: 0;
}
#generalForm .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    z-index: 2;
}
div#generalForm .modal-header button {
    background: #000;
}
div#generalForm .modal-header button i{
    color:   var(--white-color);
    opacity: 1;
}

/** Project detail popup **/
.modal-hero-section .hero-img{
    position: relative;
}
.modal-hero-section .center-title {
    position: absolute;
}
.modal-hero-section .desc p {
    font-size: 14px;
    line-height: normal;
    padding: 30px;
    color: var(--font-color);
}
.modal-hero-section .center-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.modal-hero-section .center-title h1.modal-title.project-title {
    font-size: 35px;
    color: #fff;
    font-weight: normal;
}
.modal-hero-section .center-title h2.project-location {
    color: #fff;
    font-size: 15px;
}
 .modal-header .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    border-radius: 100px;
    opacity: 1;
}
.modal-header .btn-close i {
    color: #fff;
    font-size: 10px;
    line-height: normal;
    top: -4px;
    position: relative;
}
.projects-modal .modal-header {
    border: none;
    padding: 10px;
}
.gallery-section .section-title {
    font-size: 42px;
    font-family:  "Inter", sans-serif;
    font-weight: 200;
    color: var(--font-color);
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
}
.gallery-item {
    padding: 5px;
}
.gallery-item a {
    width: 100%;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gallery-item > a {
    flex: 1;
    display: flex;
}

.gallery-box {
    width: 100%;
    display: flex;
}

.gallery-img {
    width: 100%;
    height: 100%;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* keeps image proportion while filling */
    display: block;
}
section.gallery-section.section-padding {
    padding: 30px 0;
}
.modal-header button {
    background: transparent;
}

select option{
    color: var(--font-color);
}
.payment-form-section.section .footer-form-col h3 {
    font-size: 40px;
}
.payment-form-section.section .footer-form-col {
    width: 70%;
    margin: 0 auto;
}
.modal-footer {
    border: none;
}
.payment-form-section.section .footer-form-col h3, .gallery-section .section-title {
    font-size: 42px;
}
.payment-form-section.section {
    padding: 100px 0 50px 0;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
/*** ==== ARABIC css ===== ***/

 
/*** 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: var(--white-color);
  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: #333;
}

.popup-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close-popup:hover {
  color: var(--font-color);
}
 


/**======== Resposive code =======***/

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.custom-container {
    max-width: 1350px;
    margin: 0 auto;
}
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    /* CSS */
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* CSS */
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {


  .navbar {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }
    .logo-wrapper {
        float: left;
        padding: 25px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .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: #F2FDFF;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #F2FDFF;
        text-align: left;
        padding: 20px;
    }
.banner-header.bg-img {
    background-attachment: scroll;
}


.section-padding {
    padding: 50px 20px;
}
.section-title {
    font-size: 27px;
    line-height: 32px;
}
span.navbar-toggler-icon i {
    line-height: 30px;
}
.banner-header.full-height {
    min-height: calc(70vh - 100px);
    background-position: center;
    position: relative;
}
.hero-img {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: 200px;
    }
    .hero-img .img, .hero-img .img img  {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.center-title h1 {
    font-family: 'Gilda Display', serif;
    font-size: 30px;
}
.center-title h2 {
    font-size: 22px;
    font-weight: 300;
}
.modal-hero-section .desc {

    width: 100%;
}
.row.gallery {
    padding: 0;
}

.footer-form input, .footer-form select {
    margin: 5px 0;
     height: 40px;
}
.iti {
    width: 100%;
    margin-bottom: 5px;
}
.footer-form .form-select, .footer-form select option{
    font-size: 12px !important;
}


}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


  .navbar {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }
    .logo-wrapper {
        float: left;
        padding: 25px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .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: #F2FDFF;
    }
  button.navbar-toggler {
    margin: 30px !important;
}
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #06102B;
        text-align: left;
        padding: 20px;
    }
.banner-header.bg-img {
    background-attachment: scroll;
}
.bottom-line-txt {
    margin-top: 30px;
}
.section-padding {
    padding: 50px 20px;
}
.section-title {
    font-size: 27px;
    line-height: 32px;
}
span.navbar-toggler-icon i {
    line-height: 30px;
}
.banner-header.full-height {
    min-height: calc(70vh - 100px);
    background-position: center;
    position: relative;
}
.hero-img {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: 200px;
    }
    .hero-img .img, .hero-img .img img  {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.center-title h1 {
    font-family: 'Gilda Display', serif;
    font-size: 30px;
}
.center-title h2 {
    font-size: 22px;
    font-weight: 300;
}
.project-btns {
    display: flex;
    gap: 0;
    justify-content: space-between;
    flex-direction: column;
}
.cta-wrapper .section-title {
    font-size: 27px;
    line-height: 32px;
}
.modal-hero-section .desc {

    width: 100%;
}
.row.gallery {
    padding: 0;
}

.about-logo-img {
    width: 300px;
}
.portfolio-content-wrapper{
    padding: 50px 0px;
}
.portfolio-content-wrapper .register-btn button{
    margin-top: 0;
}
  .location-content-wrapper{
    padding: 50px 20px 30px 20px;
  } 

  .footer-form-col {
    width: 95%;
    margin: 0 auto;
}

.footer-form-col h3 {
    font-size: 22px;
}
.footer-form-col p {
    width: 100%;
}
.foote-menu ul {
    display: flex;
    gap: 30px;
    color: #fff;
    flex-wrap: wrap;
    margin-top: 50px;
}
.O-icon-style img {
    width: 100%;
    z-index: -5;
    position: relative;
}
section.footer-bottom .footer-logo {
    text-align: center;
}

.footer-form input, .footer-form select {
    margin: 5px 0;
    height: 40px;
}
.iti {
    width: 100%;
    margin-bottom: 5px;
}
.projects-content {
    margin-left: 0;
    margin-right: 0;
}
ul.facts-list li {
    color: var(--font-color);
    font-size: 12px;
    line-height: normal;
}
}


.mfp-bg, .mfp-wrap {
    z-index: 1060 !important;
}