*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}

.header nav {
    z-index: 999;
}
nav .navbar .links li .sub-menu {
    padding-left: 0;
}

nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f7f3E3F2;
  z-index: 99;
  color: #293241;
  border-bottom: 1px solid #241e1f;
  padding: 10px 0;
}
nav .navbar{
  height: 100%;
  /* max-width: 1250px; */
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 50px;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
  padding-left: 70px;
  flex: 1;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }
.login-wrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
nav .navbar .links li .arrow{
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #f7f4e4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
nav .navbar .bxs-chevron-down {
    background: url(../img/dropdown-arrow.svg) no-repeat 50%;
    background-size: 10px;
    margin-left: 7px;
}
.navbar .links li .sub-menu li:hover > a,
nav .navbar .links li:hover > a{
    color: #a66e3e;
}
.call-to-actinon a {
    display: flex;
    align-items: center;
    text-decoration: unset;
    border: 1px solid #241e1f;
    padding: 7px 25px;
    border-radius: 30px;
}
.call-to-actinon a svg {
    width: 14px;
    margin-right: 5px;
}
.call-to-actinon a span {
    color: #241e1f;
    text-decoration: unset;
    font-size: 12px;
}
.call-to-actinon a:hover {
    background: #a66e3e;
    color: #fff;
}
.call-to-actinon a:hover span{
    color: #fff;
}
.call-to-actinon a:hover svg{
    filter: invert(1);
}
.logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
header {
    margin-top: 90px;
}
footer {
    background: #241e1f;
    color: #fff;
    padding: 70px 50px 70px;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .footer-col li {
    float: left;
    width: 25%;
    margin-bottom: 0 !important;
}
footer .footer-col::after {
    content: '';
    display: block;
    clear: both;
}
footer .footer-box > img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
footer .footer-box p {
    font-size: 16px;
    margin-right: 0;
}
footer .footer-box {
    padding: 0 35px;
}
footer .inner-footer {
    margin: 0 -35px;
}
.social-link svg {
    width: 34px;
    margin: 30px 0;
    margin-right: 10px;
}
footer .footer-box h4 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #f7f3e3;
    font-size: 25px;
    margin-bottom: 15px;
}
footer .footer-box .f-menu li {
    display: block;
    float: unset;
    width: 100% !important;
    color: #f7f3e3;
    padding: 7px 0;
    margin-top: 0 !important;
}
footer .footer-box .f-menu {
    display: flex;
    flex-direction: column;
}
footer .footer-box .f-menu li a {
    color: #f7f3e3;
    text-decoration: none;
    display: block;
}
footer .footer-box .f-menu li:hover a {
    color: #a66e3e;
}
footer .footer-box .call-to-actinon span {
    color: #f7f3e3;
    font-size: 15px;
}
footer .footer-box .call-to-actinon a{
    border-color: #f7f3e3;
    justify-content: center;
    border-width: 1px;
    padding: 10px 25px;
    display: inline-flex;
}
footer .footer-box .call-to-actinon a svg {
    width: 24px;
}
footer .footer-box .call-to-actinon a svg path{
    fill: #f7f3e3;
}
footer .footer-box .call-to-actinon {
    margin: 0 auto;
    text-align: right;
    margin-bottom: 110px;
}
footer .footer-box .call-to-actinon a:hover svg {
    filter: unset;
}
footer .footer-col li:nth-child(1){
    width: 35%;
}
footer .footer-col li:nth-child(2),
footer .footer-col li:nth-child(3){
    width: 20%;
}
footer .footer-box .contact-info {
    text-align: right;
}
footer .contact-info .info a {
    color: #f7f3e3;
    text-decoration: unset;
}
footer .contact-info .info {
    margin-bottom: 20px;
}
.blue-text {
    color: #88abab !important;
    margin-right: 7px;
}
footer .contact-info .info p.blue-text {
    margin: 15px 0;
}
.white-text {
    color: #f7f3e3 !important;
}
.form-btn .orange-btn {
    background-color: #d1914f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #fff;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    padding: 11px 50px;
    text-decoration: unset;
    display: inline-block;
    background: linear-gradient(180deg, #d1914f 0, #a66e3e 100%);
}
.form-btn {
    margin-top: 30px;
}


/* Responsive Design */
@media screen and (max-width: 1360px){
    footer .footer-col li:nth-child(1){
        width: 30%;
    }
    footer .footer-col li:nth-child(4){
        width: 30%;
    }
}

@media screen and (max-width: 1280px){
    header .logo img{
        width: 200px;
    } 
    nav .navbar .nav-links{
        padding-left: 40px;
    }
    nav .navbar .links li a{
        font-size: 15px;
    }
    nav .navbar .links li{
        padding: 0 10px;
    }
}

@media screen and (max-width: 1100px){
   header .call-to-actinon a{
        padding: 7px 15px;
    }
    nav .navbar .nav-links {
        padding-left: 20px;
    }
    nav .navbar .links li a{
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px){
  .desktop-wrap{
    display: none;
  }
  .mobile-menu,
  .navbar .bx-menu{
    display: block !important;
  }
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    background-color: #f7f3E3F2;
    position: fixed;
    top: 50px;
    left: -100%;
    display: block;
    max-width: 400px;
    width: 100%;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: end;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
  .sidebar-logo  i,
  .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
  }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 20px;
    background: url(../img/dropdown-arrow.svg) no-repeat 50%;
    background-size: 12px;
    height: 20px;
    width: 30px;
    cursor: pointer;
    position: relative;
    top: 6px;
  }
  nav .navbar .links li{
    display: block;
    padding: 5px 10px;
  }
  nav .navbar .links li .sub-menu{
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
    background: transparent;
  }
  nav .navbar .links li .sub-menu li{
    border-bottom: none;

  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
  }
  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow{
      transform: rotate(180deg);
  }
  .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
  }
  .navbar .mobile-menu {
    display: flex !important;
  }
  header .navbar {
      justify-content: space-between;
  }
  .mobile-icon .bx-menu {
      cursor: pointer;
  }
  .mobile-menu svg {
      width: 50px;
  }
  .mobile-icon svg {
      margin-left: 20px;
  }
  nav .navbar .links li a{
    font-size: 18px !important;
  }
  .navbar .nav-links .sidebar-logo svg {
    width: 50px;
    cursor: pointer;
  }
}

@media screen and (max-width: 992px){
    body footer .footer-col li{
        width: 50% !important;
        margin-bottom: 10px;
    }
    footer .footer-col li:nth-child(4){
        margin-top: 20px;
        text-align: left;
        width: 100% !important;
    }
    footer .footer-box .call-to-actinon,
    footer .footer-box .contact-info{
        text-align: left;
    }
     footer .footer-col li:nth-child(3){
         margin-top: 20px;
     }
    footer .footer-box .call-to-actinon{
        margin-bottom: 40px;
    }
}

@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}


@media screen and (max-width: 680px){
    body footer .footer-col li{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    footer{
        padding: 50px 30px 40px;
        overflow: hidden;
    }
    footer .footer-box p,
    footer .footer-box .f-menu li a,
    footer .contact-info .info a,
    .form-btn .orange-btn{
        font-size: 15px;
    }
    footer .footer-box h4{
        font-size: 22px;
    }
    footer .footer-box .f-menu li{
        margin-bottom: 0 !important;
    }
    footer .footer-box .call-to-actinon span{
        font-size: 14px;
    }
    footer .footer-box .call-to-actinon a svg{
        width: 20px;
    }
    #sidebar{
   position:unset;
}
}

@media screen and (max-width: 580px){
    .mobile-menu svg,
    .navbar .nav-links .sidebar-logo svg{
      width: 35px;
    }
    .mobile-icon svg {
        margin-left: 10px;
    }
    nav .navbar .nav-links{
        max-width: 300px;
    }
    nav .navbar .links li{
        padding: 0;
    }
    nav .navbar .links li a{
        font-size: 17px !important;
    }
    footer{
        padding: 50px 20px 20px;
    }
}

@media screen and (max-width:370px){
    nav .navbar .nav-links{
      max-width: 100%;
    } 
    header .logo img{
        width: 180px;
    }
    mobile-menu svg,
    .navbar .nav-links .sidebar-logo svg{
      width: 35px;
    }
    header nav{
      padding-bottom: 0;
    } 
}

/* Click to subscribe — your gallery, your rules. Block */
footer  .inner-footer {
    position: relative;
}
footer .subscribe-wrap {
    position: absolute;
    left: 35%;
    width: calc(40% - 35px);
    bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    border: 2px dashed #b67b44;
    padding-top: 10px;
    padding-bottom: 25px;
    border-radius: 15px;
    margin-left: 35px;
    outline: 1px solid #ece9d9;
    outline-offset: 7px;
}
footer .subscribe-wrap p {
    margin-top: 10px;
    color: #88abab;
    font-weight: 700;
    color: #ece9d9;
}
footer .subscribe-wrap a{
       color: #f7f3e3;
    text-decoration: unset;
    border: 1px solid #241e1f;
    border-color: #f7f3e3;
    justify-content: center;
    border-width: 1px;
    padding: 10px 25px;
    display: inline-flex;
       border-radius: 30px;
}
footer .subscribe-wrap a:hover {
    background: #a66e3e;
    color: #fff;
}

@media screen and (max-width: 1360px){
    footer .inner-footer .subscribe-wrap {
        left: 30%;
        bottom: 0;
    }
}

@media screen and (max-width: 992px){
    footer .inner-footer .subscribe-wrap {
        position: unset;
        margin-top: 30px;
        width: calc(100% - 70px);
        padding-right: 35px;
        margin-left: 0;
        margin: 20px auto 0;
    }
}
#sidebar{
    top: 254px !important;
}