    @media(min-width:1000px){
.navbar.shrink {
  /*height: 90px;*/
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
 background-color:#789D6B;
}
    } 
    @media(max-width:1000px){

.w-75{
    width:100% !important;
}
.responsive-title{
    font-size:25px;
}
    }
    .bg-lightprimary{
      background-color: #86A67A;
    }
.nav-bar-icon.res-logo{
  width:150px;
  /*height:90px;*/
  transition: all 0.7s ease-in-out;
}
.dropdown-item {
    border-bottom: 2px solid #789D6B !important;
    padding: 0.1rem 1.5rem !important;
}
.dropdown-item:last-child  {
 
    border-bottom: none !important;   
}


    
    body{
     font-family: 'Montserrat', sans-serif;
     text-transform: capitalize;
    }
@media(min-width:1000px){
     nav{
 background-color:#86A67A;
}
.hero_section h1{
  font-size: 110px;
/*  font-weight: 900;*/
 font-family: 'Fasthand', cursive;
}
}
@media(max-width:1000px){
     nav{
 background-color:#86a67a;
}
.hero_section h1{
  font-size: 80px;
/*  font-weight: 900;*/
 font-family: 'Fasthand', cursive;
}
}
.navbar-dark .navbar-nav .active>.nav-link{
  color: rgb(26,13,171) !important;

}
.navbar-nav .nav-item .nav-link{
  color: #fff !important;
  font-weight: 500;
}
.nav-link{
  font-size: 18px;
}
.nav-item{
  margin-left: 25px;
}
.nav-button{
  border-radius: 20px;
   height: 43px;
   color:#D96536;
}
.nav-bar-icon{
  width:210px;
  /*height:100px;*/
  /*margin-left: 20%;*/
}
.nav-bar-icon1{
  width:100px;
  height:50px;

}
.nav-menu-btn{
  width:50px;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 23px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-content a {
  color: black;
  padding: auto;
  margin: 10px;
  text-decoration: none;
  display: block;
  display: flex;
  border-bottom: 1px solid #4037E7;
 
}

.dropdown-content a:hover {
  background-color: rgb(64,55,231,0.6);
  color: white;
}

/*banner*/
.hero_section{
  background-size: cover;
  height: 500px;
  width: 100%;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*text-align: center;*/
  /*position: relative;*/
}
.hero_section div p{
  font-size: 20px;
  font-weight: 600;
  color: white;
}
/*baner btn*/
.second_section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
 background-color:#789D6B;
  height: auto;
  padding: 20px 0px 20px 0px;
  /* flex-wrap: wrap; */
}

/*section one by one*/
.image-section img{
  /*height: 400px;*/
  width: 100%;
  border-radius: 20px;
}
@media(max-width:900px){
 .image-section img{
  height: 250px;
  width: 100%;
  border-radius: 20px;
} 
.second_section h1{
  font-size: 20px;
}
.dropdown-item {
     white-space:pre-wrap !important;
}
}
.text-section{
  /*margin-top: 40px;*/
  /*margin-left: -15%;*/
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-section p{
    font-family: 'Montserrat';
    /*font-size: 20px;*/
    }
    .btn{
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
    }
.footer_bg{
  background-image:url(../img/office-workers.jpg); background-size: cover; background-attachment:fixed;
}
.footer_link p{
color: white;
font-size: 18px;
}
.footer_link a{
  text-decoration: none; color:black; 
}
.blank_link a{
  text-decoration: none; color:black; 
}

.blank_link{
    display:flex;justify-content: space-evenly;flex-wrap: wrap;font-weight: 500;
}
.call_btn{
  position:fixed;bottom: 80px;right: 5px; width: 67px;
}
.foter_call_section{
  margin-bottom: -40px !important;
  z-index: 99;
  position: relative;
}
.foter_call_section{
  background-color: #99A285;
  margin-top: 10px;
  align-items: center;
  text-align: center;
}
/*.foter_call_section div{
  padding-top: 10px;
   padding-bottom: 10px;
}*/
.foter_call_section p{
  color:white;
}
.foter_call_section a{
  margin-left:15px;
}
.footer-service-a a{
  color:white;
font-size: 15px;
line-height:30px;
font-weight:400px !important;
}
.footer-service-a a:hover{
/*  color: red;*/
}
/*///////////contact us*/
.contact_hero_section{
  background-image: url("../img/part.png");
  background-position: 100%;
  background-size: cover;
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact_hero_section div p{
  font-size: 20px;
  font-weight: 600;
}
 @media(max-width:580px){
   
  .blank_link li{
      font-size:12px;
      margin:5px;
  }
  .footer_link{
      padding-left:40px;
  }
}
@media(min-width:950px) and (max-width:1200px){
  
    .nav-link{
        font-size:12px;
    }
}
.blank_link{
    display:flex;justify-content: space-evenly;flex-wrap: wrap;font-weight: 500;
}
.contact_top_div{
  text-align: left;
}
.contact_top_div h4{
  color:#DC3545;
}
.contact_top_div p{
  word-spacing: 5px;
}
.get_in_touch_top{
   text-align: center;
}
.get_in_touch_form i{
  font-size:25px; color: red;
}
 input,select,textarea{
  background-color:#DFDFDF !important;
}
.message_text {
  background-color:#DFDFDF !important; padding-top: 10px;
}
.send-msg-btn input{
  text-align: center; 
  border-radius:200px; 
  border: 3px solid #A08A46; 
  justify-content:center;
  display: none;
}
.pricing-section{
  background-color: rgb(153,162,133,0.5);
  text-align: center;
  height: 400px;
}
.pricing-section span{
  font-size: 20px;
  font-weight: 800;
}
.pricing-section small{
  font-size: 15px;
}
/*whatssapp & footer & call*/
.whatsapp_btn{
  position:fixed;bottom: 10px;right: -5px; width: 85px;
}
.popular-service .col-lg-4{
height: 400px;
}
.popular-service .col-lg-4 img{
/*height: 280px;*/
width: 100%;
}

.popular-service .col-lg-4 h5{
font-size: 18px;
padding-top: 10px;
}
.popular-service .col-lg-4 span{
font-size: 15px;
}
@media(min-width:1815px){
  .height-banner{
    height: 700px;
  }
  .height-banner-black{
    height: 700px !important;
  }
}
@media(min-width:2215px){
  .height-banner{
    height: 1000px;
  }
  .height-banner-black{
    height: 1000px !important;
  }
}
.payment-method img{
   width: 80%;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   border-radius: 10px;
   border: 4px solid rgb(160,157,157,0.4);
   margin-top: 20px;
}
/*blog-section*/
.blog-section{
  height: 290px;
  overflow: hidden;
}
.blog-section img{
  height: 150px;
  width: 100%;
}