/* #1c2067;
 */

:root {
    --color-default: #212529;
    --color-primary: #1c2067;
    --color-logo:#0ea498;
    --color-yellow:#f7b03e;
    --color-secondary: #37373f;
  }

s.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.bg-primary1{
  background: var(--color-yellow);
  color: white;
}

.bg-secondary1{
  background: var(--color-primary);
  color: white;
}

.bed_room {
 color: white;
 /* text-align: justify; */
 /* align-content: stretch; */
}

a{
  text-decoration: none;
}

/* p{
  text-align: start;
} */

.mos-mesh img{
  height: 400px;
  width: 100%;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 55px;
    z-index: 996;
    background: var(--color-yellow);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #0ea498;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }


  /*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    align-items: center;
}
.btn.btn-primary1{
    background-color: var(--color-logo);
    color: #FFFFFF;
    box-shadow: 0 5px 15px rgba(27, 230, 193, 0.676);
}

.btn.btn-primary11{
  background-color: var(--color-logo);
  color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(27, 230, 193, 0.676);
  font-size: 14px;
}

.btn.btn-primary1:hover{
    background-color: var(--color-primary);
    color: #FFFFFF;
    border: 2px solid white;
    border-style: groove;
    box-shadow: 0 5px 15px rgba(47, 27, 230, 0.676);
    
}

.btn.btn-primary2{
    background-color: var(--color-primary);
    color: #FFFFFF;
    border: 2px solid white;
    border-style: groove;
    box-shadow: 0 5px 15px rgba(47, 27, 230, 0.676);
}

.btn.btn-primary2:hover{
    background-color: var(--color-yellow);
    color: #FFFFFF;
    border: 2px solid white;
    border-style: groove;
    box-shadow: 0 5px 15px rgba(230, 179, 27, 0.676);
    
}


.btn.btn-secondary1 {
    background-color: var(--color-yellow);
    color: #FFFFFF;
    box-shadow: 0 5px 15px rgba(230, 179, 27, 0.676);
}

.btn.btn-secondary1:hover {
    background-color: var(--color-primary);
    color: #FFFFFF;
    border: 2px solid white;
    border-style: groove;
    box-shadow: 0 5px 15px rgba(47, 27, 230, 0.676);
}


.btn.btn-primary1,
.btn.btn-secondary1 {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


.btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: var(--primary);

}

 .btn-get-started:hover {
  background: var(--color-yellow);
  color: white;
}

  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  /* @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  } */
  
  /*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
  #topbar {
    background: #1c2067;;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
  }
  
  #topbar .contact-info i {
    font-style: normal;
    color: #fff;
  }
  
  #topbar .contact-info i a,
  #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
  }
  
  #topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
  }
  
  #topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  #topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
  }
  
  #topbar .social-links a:hover {
    color: white;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #header.fixed-top {
    height: 90px;
  }
  
  #header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
  }
  
  #header .logo a {
    color: #222222;
  }
  
  #header .logo a span {
    color: #106eea;
  }
  
  #header .logo img {
    max-height: 80px;
  }

  @media only screen and (max-width: 480px) {
    #header .logo img {
        max-height: 50px;
      }
/* 
      p{
        text-align:center;
      } */
  }
  
  .scrolled-offset {
    margin-top: 70px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #0ea498;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #0ea498;
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #0ea498;
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
  }
  
  .navbar-mobile>ul>li {
    padding: 0;
  }
  
  .navbar-mobile a:hover:before,
  .navbar-mobile li:hover>a:before,
  .navbar-mobile .active:before {
    visibility: hidden;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #106eea;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #106eea;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }


  .page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/banner/banner2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

  /*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/banner/banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
    border: 2px solid white;
    border-style: double;
    border-radius: 30px;
}



.hero-header .img-design {
    padding: 10px;
    border: 2px solid white;
    border-style: double;
}



/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -60px;
        z-index: 1;
    }
}

.top-feature .top-feature-design1{
    
    background-color: var(--color-primary);
    color: white;
}

.top-feature .top-feature-design1:hover{
    color: white;
    background-color: var(--color-primary);
}

.top-feature .top-feature-design1 i{
color: var(--color-primary);
}

.top-feature .top-feature-design2{
    
    background-color: var(--color-logo);
    color: white;

    
}

.top-feature .top-feature-design2:hover{
    color: white;
    background-color: var(--color-logo);
}

.top-feature .top-feature-design2 i{
color: var(--color-logo);
}

.top-feature .top-feature-design3{
    
    background-color: white
}

.top-feature .top-feature-design3:hover{
    color: white;
    background-color: var(--color-yellow);
}

.top-feature .top-feature-design3 i{
color: var(--color-logo);
}

  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 90vh;
    /* background: url("../img/banner/banner1.jpeg") top left; */
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/banner/banner2.jpg);
    background-size: cover;
    position: relative;
  }
  
  #hero:before {
    content: "";
    /* background: rgba(255, 255, 255, 0.6); */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .bg-hero{
    width: 100%;
    /* background: url("../img/banner/banner1.jpeg") top left; */
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/banner/banner2.jpg);
    background-size: cover;
    position: relative;
  }

  .bg-hero:before{
    content: "";
    /* background: rgba(255, 255, 255, 0.6); */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero .container {
    position: relative;
  }
  
  #hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
  }
  
  #hero h1 span {
    color: var(--primary);
  }
  
  #hero h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
  }
  
  #hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: var(--logo);
  }
  
  #hero .btn-get-started:hover {
    background: var(--primary);
  }
  
  #hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #222222;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  #hero .img-design {
    padding: 10px;
    border: 2px solid white;
    border-style: double;
}

#hero img {
  animation: imgRotate 50s linear infinite;
  border: 2px solid white;
  border-style: double;
  border-radius: 30px;
}
  
  #hero .btn-watch-video i {
    color: var(--logo);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }
  
  #hero .btn-watch-video:hover {
    color: var(--logo);
  }
  
  #hero .btn-watch-video:hover i {
    color: #3b8af2;
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {

  
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  
    #hero .btn-get-started,
    #hero .btn-watch-video {
      font-size: 13px;
    }
  }

  @media (max-height: 480px) {


    .bg-hero{
      width: 100%;
      height: 50px;
      /* background: url("../img/banner/banner1.jpeg") top left; */
      background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/banner/banner2.jpg);
      background-size: cover;
      position: relative;
    }
  
    .bg-hero:before{
      content: "";
      /* background: rgba(255, 255, 255, 0.6); */
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
    }
  }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 50px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #eee;
  }

  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background:#0ea49739 ;
    color: var(--color-primary);
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
  }
  
  .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
  }
  
  .section-title h3 span {
    color: var(--color-yellow);
  }
  
  .section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
  }
  
  @media (min-width: 1024px) {
    .section-title p {
      width: 50%;
    }
  }







/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  
  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
  }
  
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 12px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: white;
    margin: 0 4px 8px 4px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    background: var(--color-primary);
  }
  
  .portfolio #portfolio-flters li:hover,
  .portfolio #portfolio-flters li.filter-active {
    background: var(--color-yellow);
    color: #fff;
  }
  
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(84, 84, 84, 0.6);
    height: 350px;
  }

  .portfolio .portfolio-wrap img {
    height: 350px;
  }
  
  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(84, 84, 84, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
  
  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  
  .portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  
  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }
  
  .portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a:hover {
    color: var(--color-yellow);
  }
  
  .portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e96b56;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e96b56;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(84, 84, 84, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }
  
  .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0;
  }

    
/*** Footer ***/
.footer {
    color: #7F8499;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #7F8499;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #7F8499;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}




/**
* Mobile Bottom Navigation 
*/

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    
    z-index: 1000;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: flex;
    padding: 5px 0;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #fff;
    text-decoration: none;
    }
    
    .mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    
    flex-direction: column;
    justify-content: center;
    }
    .mobile-bottom-nav__item a{
    color:#000 !important;
    font-size: 11px;
    text-decoration: none;
    }
    .mobile-bottom-nav__item--active {
    color: var(--color-primary);
    }
    .h300 img{
    height: 300px;
  }
    .mobile-bottom-nav__item-content a i {
      font-size: 22px;
      color: var(--color-logo);
      display: block;
      margin-bottom: 3px;
  
    }
    
    .mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
    }
  
  /**
  * Modal Popup
  */
  
  .pdn{
    padding: 10px 10px !important;
    width: 180px;
  }
  .mod_head{
    background: linear-gradient(to right,#1c2067, #1c2067 );
  }
  .modal-title{
    color: #fff;
  }
  .vrt{
    vertical-align: middle;
  }
  .btn-close{
    background-image:  url('../img/icons/cl.png') ;
    opacity: 1;
  }
  .bgh{
    background: linear-gradient(to right,#1c2067, #FF800F );
  }
  
  .h45{
    height: 45px !important;
  }
  .contact-forms .form-group {
    margin-bottom: 31px;
  }
  .ltp{
  padding: 20px !important;
    letter-spacing: 1px;
  }
  

  /*================================================
Default CSS
=================================================*/
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: var(--primary);
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  .default-btn span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--logo);
    color: #ffffff;
    -webkit-transition: width 0.5s ease-in-out, 
   height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, 
   height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1;
  }
  
  .default-btn:hover {
    color: #ffffff !important;
    background-color: var(--logo);
  }
  
  .default-btn:hover span {
    width: 225%;
    height: 562.5px;
  }
  
  .default-btn i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 10px;
  }


  /*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}
.service-item1 {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}
.service-item2 {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--color-primary);
}
.service-item1:hover {
    background: var(--color-logo);
}
.service-item2:hover {
    background: var(--color-yellow);
}

.service-item * {
    transition: .5s;
}

.service-item1 * {
    transition: .5s;
}
.service-item2 * {
    transition: .5s;
}

.service-item:hover * {
    color: white !important;
}

.service-item1:hover * {
    color: white !important;
}
.service-item2:hover * {
    color: white !important;
}


.service-item:hover i {
    color: var(--color-primary) !important;
}

.service-item1:hover i {
    color: var(--color-logo) !important;
}
.service-item2:hover i {
    color: var(--color-yellow) !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
    height: 400px;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}

.box{
  position: relative;
  height: 420px;
  width: 350px;
  /* background-color: DarkSlateGrey; */
  border: 1px solid var(--color-yellow);
  display: inline-block;
  margin:5px;
}

.info{
  width: 350px;
  background-color: var(--color-primary);
  color:white;
  position: absolute;
  top:0px;
  padding:10px;
  text-align: center;
  left: "calc(50% - 43px)";
  /* animation-name: undrop;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; */
  font-size: 5px;
  text-decoration: none;
   
}
/* .box:hover .info{
   transform: translateY(100%);
    animation-name: drop;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    top: 0px;
    bottom: 0px;
    
} */

.car-img .carousel-item img{
  height: 400px;
  width: 100%;

}

.car-img .carousel-item video{
  height: 400px;
  width: 100%;

}

.video-mesh{
  height: 400px;
  width: 100%;
}



  @media screen and (max-width: 768px) {
    .box{
      position: relative;
      height: 460px;
      width: 100%;
      /* background-color: DarkSlateGrey; */
      border: 1px solid var(--color-yellow);
      display: inline-block;
      margin:5px;
    }

    .car-img img{
      height: 340px;
      width: 100%;
      align-items: center;
    
    }

    .info{
      width: 300px;
      height:50px;
      background-color: var(--color-primary);
      color:white;
      position: absolute;
      top:0px;
      padding:10px;
      text-align: center;
      left: "calc(50% - 43px)";
      /* animation-name: undrop;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; */
      font-size: 5px;
      text-decoration: none;
       
    }
  }
  
@media screen and (max-width: 480px) {
  .box{
    position: relative;
    height: 460px;
    width: 100%;
    /* background-color: DarkSlateGrey; */
    border: 1px solid var(--color-yellow);
    display: inline-block;
    margin:5px;
  }
  .car-img .carousel-item img{
    height: 340px;
    width: 100%;
  
  }

  .video-mesh{
    height: 340px;
    /* width: 100%; */
    background: #222222;
  }

  .info{
    width: 290px;
    height:50px;
    background-color: var(--color-primary);
    color:white;
    position: absolute;
    top:0px;
    padding:10px;
    text-align: center;
    left: "calc(50% - 43px)";
    /* animation-name: undrop;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; */
    font-size: 5px;
    text-decoration: none;
     
  }

}

@keyframes drop {
  0% {
    transform:  translateY(0px);
    opacity:0;
    
  }
  40%{  
    font-size:10px;
    border-radius: 0 0 70% 70%;
    transform: scale(0.5,3.2) translateY(35%);
  }
  60% {
    transform: translateY(260px) scale(1.1,0.5);
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
 }
  80% {
    transform: translateY(252px) scale(1.3,0.8);
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
 }
  100%{
    transform: translateY(244px);
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
  }

}

@keyframes undrop {
  0% {
    transform:  translateY(260px);
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
    opacity: 0.1;
  }
  50%{
    border-radius: 100%;
    transform: scale(0.5,2.5);
  }
  100% {
    transform: translateY(-18%) scale(0.5,0.7);
    font-size: 5px;
    opacity:1;
    border-radius: 0 0 100% 100%;
 }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header1 {
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  overflow-y: auto;
}

@media (max-width: 992px) {
  #header1 {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 100px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu1 {
  padding: 0;
  display: block;
}

.nav-menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu1>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu1 a,
.nav-menu1 a:focus {
  display: flex;
  align-items: center;
  color: var(--color-yellow);
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 2px;
  border: 2px solid var(--color-yellow);
  background: var(--color-default);
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu1 a i,
.nav-menu1 a:focus i {
  font-size: 20px;
}

.nav-menu1 a span,
.nav-menu1 a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {

  .nav-menu1 a,
  .nav-menu1 a:focus {
    width: 56px;
  }

  .nav-menu1 a span,
  .nav-menu1 a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu1 a:hover,
.nav-menu1 .active,
.nav-menu1 .active:focus,
.nav-menu1 li:hover>a {
  color: #fff;
  background: var(--color-default);
}

.nav-menu1 a:hover span,
.nav-menu1 .active span,
.nav-menu1 .active:focus span,
.nav-menu1 li:hover>a span {
  color: #fff;
}

.nav-menu1 a:hover,
.nav-menu1 li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu1 a:hover span,
.nav-menu1 li:hover>a span {
  display: block;
}
