*{
    scroll-behavior: smooth;
  }
  
  body {
    font-family: "Poppins",sans-serif;
    font-family: 'Roboto Slab', serif;
    scroll-behavior: smooth;
    background-image: url('../img/bg.jpg');
  }
  
  a, button {
    color: #feb970;
    font-family: "Poppins",sans-serif;
    transition: all .3s;
  }
  p, h6{
    font-family: "Poppins",sans-serif;
    color: #8f8a86;
  }
  .btn-warning{
    background: linear-gradient(to right, #feb970, #fd9551 100%) !important;;
    color: #fff;
  }
  .btn-warning:hover, .btn-warning:focus{
    color: #fff!important;
  }
  a:hover, a:focus {
    color: #fd9551!important;
  }
  h4 a {
    color: #343a40!important;
    transition: 0.3s;
  }
  :focus {
    outline: -webkit-focus-ring-color auto 0px;
  }
  section h2 {
    font-size: 49px;
  }
  .resize-img{
    width: 180px;
  }
  #mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: #fff;
    transition: all .35s;
    font-family: 'roboto', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
  }
  
  #mainNav .navbar-brand {
    color: #fdcc52;
    font-family: 'roboto', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
  }
  
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #fcbd20;
  }
  
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 8px 10px;
    color: #222222;
  }
  
  #mainNav .navbar-nav > li > a {
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  #mainNav .navbar-nav > li > a.active {
    color: #fdcc52 !important;
    background-color: transparent;
  }
  
  #mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
  }
  
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #4a403c;
  }
  
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #fd9551;
  }
  
  .navbar-container{
    padding-left: 180px;
    padding-right: 180px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
  }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: transparent;
    }
    #mainNav .navbar-brand {
      color: fade(white, 70%);
    }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: white;
    }
    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
      color: #4a403c;
    }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
      color: #fdcc52;
    }
    #mainNav.navbar-shrink {
      border-color: rgba(34, 34, 34, 0.1);
      background-color: white;
    }
    #mainNav.navbar-shrink .navbar-brand {
      color: #222222;
    }
    #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
      color: #fdcc52;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
      color: #222222;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
      color: #fdcc52;
    }
  }
  /*=== Navbar section end ===*/
  .contactus{
    padding: 80px 0;
  }
  
  /* .viewmore-effect{
    border: none;
    background: linear-gradient(to right, #feb970, #fd9551 100%) !important;
  } */
  
/* 
  .contact-bg, .location-bg{
      background-color: #fd9551;
      padding: 60px 50px;
  } */
  .mail-bg{
    /* background-color: #ffdcb7; */
    padding: 50px;
}
  /* Button effect */
  
  
  /*=== header section end ===*/
  section.contactus_cta {
    position: relative;
    padding: 140px 70px;
    margin: 30px;
    border-radius: 10px;
    background-image: url("../img/god2.jpg");
    background-position: center;
    background-size: cover;
  }
  section.contactus_cta .contactus_cta-content {
    position: relative;
    z-index: 1;
  }
  
  section.contactus_cta .contactus_cta-content h2 {
   
    margin-top: 0;
    color: white;
  }
  
  @media (min-width: 768px) {
    section.contactus_cta .contactus_cta-content h2 {
      font-size: 35px;
      font-weight: 700;
    }
  }
  
  section.contactus_cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  /*=== header section end ===*/
  
  /*=== footer section end ===*/
  footer {
    padding: 30px 0;
    color: rgba(255, 255, 255);
  }
  .socmedia-icon a{
    color: white;
  }
  .socmedia-icon a:hover{
    color:  #fdcc52;
  }
  /*=== footer section end ===*/

  .enquiry-mail{
    width: 300px;
  }
  
  
  /*Extra Large Screens*/
  @media (min-width: 1600px) {
    section.contactus_cta .contactus_cta-content h2 {
      font-size: 54px;
    }
      
    section.contactus_cta {
      /*display: flex;*/
      justify-content: center;
      align-items: center;
    }
    .enquiry-mail{
      width: 300px;
    }
  }
  /*Large Screens*/
  @media (min-width: 1200px) and (max-width: 1599px) {
    
   
    section.contactus_cta .contactus_cta-content h2 {
      font-size: 48px;
      font-weight: 900;
      margin-top: 0;
      color: white;
    }
    section.contactus_cta {
      /*display: flex;*/
      justify-content: center;
      align-items: center;
    }
    .enquiry-mail{
      width: 280px;
    }
  }
  /*Medium Screens*/
  @media (min-width: 992px) and (max-width: 1199px) { 
    .navbar-container {
      padding-left: 100px!important;
      padding-right: 100px!important;
  }
  
    section.contactus_cta .contactus_cta-content h2 {
      font-size: 45px;
      font-weight: 900;
      margin-top: 0;
      color: white;
    }
    section.contactus_cta {
      /*display: flex;*/
      justify-content: center;
      align-items: center;
    }
    .enquiry-mail{
      width: 260px;
    }
  }
  
  /*Small Screens (Portriat Mode)*/
  @media (min-width: 768px) and (max-width: 991px) { 
    .contact-img{
      display: none;
    }
  
    section.contactus_cta .contactus_cta-content h2 {
      font-size: 45px;
      font-weight: 900;
      margin-top: 0;
      color: white;
    }
    section.contactus_cta {
      /*display: flex;*/
      justify-content: center;
      align-items: center;
    }
    .enquiry-mail{
      width: 250px;
    }
  }
  
  /*Extra Small Screens (Landscape Mode)*/
  @media (min-width: 576px) and (max-width: 767px) { 
    .contact-img{
      display: none;
    }
    section.contactus_cta {
      padding: 100px 0;
      margin: 10px;
    }
    section.contactus_cta .contactus_cta-content h2 {
      font-size: 35px;
      font-weight: 900;
      margin-top: 0;
      color: white;
      text-align: center;
    }
    footer .copyright-content, footer .socmedia-icon{
      display: block!important;
      text-align: center;
    }
    .socmedia-icon{
      font-size: 18px!important;
    }
    #scrolltotop {
      padding: 10px 15px;
      bottom: 30px;
      right: 30px;
    }
    .enquiry-mail{
      width: 250px;
    }
  }
  
  /*Extra Small Screens (Portriat Mode)*/
  @media (min-width:320px) and (max-width: 575px){
    .contact-img{
      display: none;
    }
    .contactus_tilte h2{
      font-size: 24px;
    }
    h4{
      font-size: 16px;
    }
    .contactus {
      padding: 50px 30px;
    }
    section.contactus_cta {
      padding: 100px 0;
      margin: 10px;
    }
    .contactus_cta{
      text-align: center;
    }
    section.contactus_cta .contactus_cta-content h2 {
      font-size: 30px;
      font-weight: 900;
      margin-top: 0;
      color: white;
    }
    p, h6{
      font-size: 14px!important;
      letter-spacing: 0px!important;
    }
    footer .copyright-content, footer .socmedia-icon{
      display: block!important;
      text-align: center;
    }
    .socmedia-icon{
      font-size: 18px!important;
    }
    .enquiry-mail{
      width: 230px;
    }
  }
  
  
  