@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Inter&display=swap');
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root{
  --primary:#561B07;
  --green:#65AB04;
}

html {
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
   font-family:'Handlee', sans-serif ;
}

body {
  font-family:'Inter', sans-serif ;
  font-size: 100%;
  font-weight: 400;
      text-transform: capitalize;
      overflow-x: hidden;
}

section{
  margin-top: 90px;
}
.btn{
  color:#fff;
  text-transform: capitalize;
 font-family:'Handlee', sans-serif ;
 transition: all .2s linear;
 background: var(--green);
 border-color: var(--green);
}
.btn:hover{
    letter-spacing: .1rem;
}
/*
=========================================
    Custom Scrollbar
=========================================
*/ 

::-webkit-scrollbar {
  width: 0.625rem;
} 
::-webkit-scrollbar-track {
  background: #FFF; 
} 
::-webkit-scrollbar-thumb {
  background:var(--primary); 
} 

/*
==========================================
   Header Design
==========================================
*/

.navbar .navbar-brand{
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary);
}

.navbar .nav-item{
  padding:0 0.625rem;
  transition:all 200ms linear;
}
.navbar-toggler:focus{
  outline:unset;
  border:unset;
  box-shadow: none;
}
.navbar .nav-link{
  font-size:0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  color:var(--primary) !important;
  letter-spacing: 1px;
   transition:all 200ms linear;
}
.navbar .nav-link:hover{
	transform: scale(1.1);
	color: var(--primary);
}
.navbar .navbar-nav .nav-item .nav-link::after
{
  content: '';
  width: 0%;
  height: 2px;
  background-color: var(--green);
  display: block;
  margin: auto;
  transition: 0.5s;

}
.navbar .navbar-nav .nav-item .nav-link:hover::after
{
  width: 100%;
}
.navbar .main-btn{
  padding:0.3125rem 1.4375rem;
  box-shadow: none;
  margin-left:0.625rem;
  background: var(--primary);
  color: #FFF;
} 
/* Change navbar styling on scroll */
.navbar.solid {
	color: var(--primary);
    background: #FFF;
box-shadow: 0 0.125rem 1.75rem 0 rgb(0 0 0 / 9%);
    transition: all .15s ease-in-out 0s;
  }
.navbar {
    transition: all 0.4s;
    background: transparent;
}
/*header design End*/


/*Section 1 Banner*/
.banner-section{
  margin-top: 0;
  padding: 165px 0;
  background: url('../banner/contact-us.png');
  background-position: bottom;
}
.banner-section h1{
  color: #FFF;
  font-weight: 700;
  text-align: center;
}

/*Section 1 Banner End*/




/*First Section*/
.first-section {
  /*padding: 0 ;*/
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.first-section .contact-box{
  background-color: var(--primary);
  border-radius: 16px;
  padding: 12.5px 16px;
  padding-top: 1.5rem;
}
/*Address section*/
.add-section{
  /*padding-bottom: 90px;*/
}
.add-section h6{
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 550;
  margin-bottom: 0;
}
.add-section h2{
font-size: 2rem;
font-weight: 600;
color: var(--white);
}
.add-section .add p{
  max-width: 300px;
  color: #FFF;
}

.add-section .icon-container{
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding-left: 25px;
}
.add-section .icon-container .icon{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background: var(--white);
  border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
}
.add-section .icon-container .icon i{
  font-size: 1rem;
  color: var(--primary);
}
.add-section .timming h5{
padding-bottom:  15px;
font-size: 1.8rem;
color: var(--dark);
}
.add-section .timming p{
  margin-bottom: 0.6rem;
}
.add-section .timming p i{
padding-right: 20px;
color: var(--dark);
font-size: 1.4rem;
}
.add-section .icon-container a{
  text-decoration: none;
  color: var(--white);
  text-transform: lowercase;
}
/*Address section End*/





/*Section 2 Location*/
.location-section h2{
margin-bottom: 2rem;
color: var(--primary);
}
.location-section .box{
  text-align: center;
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
    padding: 1rem;
    min-height: 260px;
    transition: all 0.4s linear;

}
.location-section .box:hover{
  background:  var(--primary);
}
.location-section .box:hover i{
  background: #FFF !important;
}
.location-section .box:hover h5{
color: #FFF;
}
.location-section .box:hover p{
  color: #FFF;
}
.location-section .box .icon{
  display: block;
  margin-top: 2rem;
  margin-bottom: 1.4rem;
}
.location-section .box .icon i{
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: transparent;
  color: var(--primary);
  font-size: 1.5rem;
  border-radius: 50px;
  border:2px solid  var(--primary);
  border-color: var(--primary)
}

.location-section .box h5{
  font-weight: 700;
  color: var(--primary);
}
.location-section .box p{
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  color: #252525;
}

/*Section 2 Location End*/
/*Section 2 form-section */
.form-section{
  background: #EEEEEE;
  padding: 45px 0;
}
.form-section h2{
  color: var(--primary);
  margin-bottom: 1.4rem;
}
.form-section .input-box .input{
margin-right: 12px;
margin-bottom: 1rem;
}

.form-section form .input-box .input span{
    padding:.5rem 0;
    font-size: 1rem;
    color:var(--primary);
}
.form-section .btn{
  padding: 3px 25px;
}
/*Section 2 form-section End*/






