

    @font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('../fontsMYRIADPRO-COND.html') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('../fontsMYRIADPRO-CONDIT.html') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('../fontsMyriadPro-Light.html') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('../fontsMYRIADPRO-SEMIBOLD.html') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('../fontsMYRIADPRO-SEMIBOLDIT.html') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('../fontsMYRIADPRO-BOLDCOND.html') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../fontsMYRIADPRO-BOLD.html') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('../fontsMYRIADPRO-BOLDIT.html') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('../fontsMYRIADPRO-BOLDCONDIT.html') format('woff');
    }

    .logo_width{
        max-width: 260px;
    }

@media (max-width:991px){
    
    .logo_width{
        max-width: 220px;
    }
}

.button_view {
    display: inline-block;
    border-radius: 4px;
    background-color: #c9933e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 5px 12px;
    
    transition: all 0.5s;
    cursor: pointer;
    
  }
  
  .button_view span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button_view span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button_view:hover span {
    padding-right: 25px;
  }
  
  .button_view:hover span:after {
    opacity: 1;
    right: 0;
  }
  .pt-50{
    padding-top: 50px;
  }

  .rr-section-description{
    text-align: justify;
  }

  .rr-footer-logo {
    max-width: 280px;
  }

  @media(max-width:991px){
    .display_mob{
      display:block!important;
    }
    .rr-header-1-contat {
      margin-top: 5px!important;
      margin-bottom: 0px!important;
      
    }
    .pt-101{
      padding-top: 50px!important;
    }
  
  }

  .pt-101{
    padding-top: 100px;
  }
.rr-faq-area{
  z-index: 0;
}