@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap');
body{
  background-color: hwb(197 94% 4%);
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
}
.navbar-nav{
    font-weight: 700;
    font-size: 15px;
}
.nav-link{
    color: #B37D10 !important;
    font-family: 'Cabin', sans-serif;   
}
.dropdown-item{
    color: #B37D10 !important;
    font-family: 'Cabin', sans-serif;  
    font-weight: bold;
}
.navbar{
    height: 60px;
}
nav.shadow {
    background: #333232 !important;
  }
.navbar-brand img {
    width: 150px !important;
    margin-top: 50px;
  }
  .navbar-nav {
    align-items: center;
  }
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
    padding: 0.5em 1em;
  }
  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 100px;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
    }
  }
  .dropdown-item{
    margin: 5px;
}
.dropdown-item:focus{
    background-color: #B37D10 !important;
    color: white !important;
 }
.dropdown-item:hover{
    width:fit-content;
}
li:hover {
    cursor: pointer;
}

ul li ul {
    visibility: hidden;
  opacity: 0;
  min-width: 5rem !important;
    position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
    left: 0;
  display: none;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
} 
a{
    text-decoration: none;
    color: #B37D10;
}
/*--------------------------------------section1*/
/* .contact{
    margin-top: 130px;
    margin-bottom: 50px;
}
.row1{
    margin-left: 180px;
}
h2{
    font-weight: bold;
}
h5{
    font-size: 25px;
}
.btn{
    padding-left: 30px;
    padding-right: 30px;
}
.btn:hover{
    background-color: #B37D10;
    border: #B37D10;
} */

ul {
  list-style: none;
}

input {
  overflow: hidden;
}

.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 35px;
}

.sec-pad {
  padding: 60px 0 0;
  margin: 50px 0;
}

.contact-sec {
  align-items: center;
  display: flex;
  width: 850px;
  height: 380px;
  margin-left: 370px;
  margin-top: 180px;
}
@media (min-width:1900px) and (max-width:2000px){
  .contact-sec {
    align-items: center !important;
    margin-left: 560px;
  }
}
@media (min-width:2000px) and (max-width:3000px){
  .contact-sec {
    align-items: center !important;
    margin-left: 860px;
  }
}

.contact-sec .contact-ul li,
.contact-ul b {
  font-size: 20px;
  margin: 10px 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  word-wrap: break-word;
}

.contact-sec .contact-ul i {
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.contact-detail a {
  color: #000;
  text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
  color: #c48507;
}

.contact-sec .contact-ul li .fa-location-dot {
  color: #B37D10;
  border: 2px solid #B37D10;
}
.contact-sec .contact-ul li .fa-location-dot:hover{
  color: #fff;
  border-color: white !important;
  background-color: #373636;
}
.contact-sec .contact-ul li .fa-phone {
  color: #B37D10;
  border: 2px solid #B37D10;
}
.contact-sec .contact-ul li .fa-phone:hover{
  color: #fff;
  border-color: white !important;
  background-color: #373636;
}
.contact-sec .contact-ul li .fa-envelope {
  color: #B37D10;
  border: 2px solid #B37D10;
}
.contact-sec .contact-ul li .fa-envelope:hover{
  color: #fff;
  border-color: white !important;
  background-color: #373636;
}
.contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}
.contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0px 5px;
}
.contact-detail span .fb {
  color: #B37D10;
  border: 3px solid #B37D10;
}
.contact-detail span .fb:hover {
  color: white;
  border-color: white !important;
  background-color: #373636;
}

.contact-detail span .insta {
  color: #B37D10;
  border: 3px solid #B37D10;
}
.contact-detail span .insta:hover {
  color: #fff;
  border-color: white !important;
  background-color: #373636;
}

.contact-detail span .twitter {
  color: #B37D10;
  border: 3px solid #B37D10;
}

.contact-detail span .twitter:hover {
  color: #fff;
  border-color: white !important;
  background-color: #373636;
}

form.contFrm {
  max-width: 396px;
  margin: auto;
}

.inptFld {
  width: 100%;
  height: 50px;
  border: 0;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #B37D10;
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}
.inptBtn {
  height: 50px;
  border: 0;
  background: #B37D10;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 150px;
}
.inptBtn:hover{
  background-color: #373636;
}

/* Responcive css Start */

@media (max-width: 991px) {
  .sec-pad {
    padding: 20px 0 0px;
  }

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }

  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-detail span {
    width: auto;
  }
  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
    font-weight: 500;
  }
  .contact-sec {
    border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
  }

  .contact-sec .contact-ul i {
    border: none;
  }
  .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
}

/*----------------------------------------------------------------------------------*/
@media screen and (max-width:600px){
  .navbar-toggler-icon{
    background-color:#B37D10;
}
.navbar-toggler{
  margin-top: -60px;
}
.navbar-nav{
  margin-left: 120px;
  height: 350px !important;
  background-color: #202020;
}
.navbar-brand img{
  margin-top: -0px;
  width: 100px !important;
}
.navbar{
  height: 70px;
}
.contact-sec {
  width: 300px;
  margin-left: 50px;
  margin-top: 300px;
}
.contFrm{
  height: 500px;
}
    .row1{
        margin-left: 50px;
        width: 300px;
    }
    .row2{
        margin-top: 20px;
        width: 320px;
        margin-left: 25px;
    }
}
@media  (min-width:600px) and (max-width:768px){
    .navbar-toggler-icon{
        background-color:#B37D10;
    }
    .navbar-nav{
        margin-left: 180px;
    }
    .row1{
        margin-left: 50px;
        width: 400px;
    }
    .row2{
        margin-top: 20px;
        width: 420px;
        margin-left: 50px;
    }
}
@media (min-width:768px) and (max-width:992px){
    .navbar-toggler-icon{
        background-color:#B37D10;
    }
    .navbar-nav{
        margin-left: 120px;
    }
    .row1{
        margin-left: 0px;
        width: 450px;
    }
    .row2{
        margin-top: 20px;
        width: 320px;
        margin-left: -50px;
    }
}
@media  (min-width:992px) and (max-width:1200px){
    .navbar-nav{
        margin-left: 120px;
    }
    .row1{
        margin-left: 60px;
        width: 500px;
    }
    .row2{
        width: 400px;
        margin-left: 0px;
    }
}
@media (min-width:1200px) and (max-width:1400px) {
    .navbar-nav{
        margin-left: 300px;
    }
    .row2{
        width: 420px;
    }
}  
/*-------------------------------------------*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #333232;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #cecccc;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 100px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #ede9e9;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color:  #c48507;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #f6f6f7;
}
.insta-bg{
    background: #fdfbfb;  
}
.twitter-bg{
  background: #fcfdfd;
}
.linked-bg{
  background: #f6f7f9;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background:  #B37D10;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #B37D10;
}
.footer-widget ul li a {
  color: #cecdcd;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #333232;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background:  #B37D10;
    padding: 13px 20px;
    border: 1px solid  #B37D10;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 15px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color:  #B37D10;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color:  #B37D10;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}