::selection {
    background: #FAD138;
    color: #fff;
}

body {
    font-size: 1.4rem;
    letter-spacing: .5px;
}
.nav-main .navbar-nav {
    margin-top: -5px;
}

.offer-block:after {
    content: '';
    position: absolute;
    height: calc(100% - 10em);
    width: 100%;
    top: 5em;
    left: 0;
    background: #373534;
    z-index: -1;
}
.offer-block:nth-child(even):after {   
    background: #13873C;
}
.offer-img img {
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    max-height: 500px;
    overflow: hidden;
}
.offer-img {
    border: 0;
    height: 500px;
    width: auto;
}
.offer-details-box {
    /* height: 250px;; */
}

.offer-details-box {
    margin-left: -5%;
}
.offer-dtls {
    background: white;
    align-self: center;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    overflow: hidden;
    /* margin-top: 18%; */
    padding-bottom: 12px;
}
.offer-dtls h4 a {
    color: #13873C;
    font: 900 1.3em/1.2 "Lato",sans-serif;
    text-transform: lowercase;
}

.offer-dtls h4::first-letter{
    text-transform: uppercase!important;
}
.offer-dtls p {
    color: #373534;
}
.offer-dtls .mr-btn:before {
    width: 100%;
    height: 65px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FAD138;    
    border-radius: 0 0 4px 4px;
    padding: 1.875em;
    margin-top: 0px;
}
.mr-btn a {
    background: #13873C;
    color: #fff;
    float: right;
    height: 40px;
    margin-top: 5px;
    padding: 9px 25px 0;
    margin-top: 35px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}
.z-index-1 {
    z-index: 1;
}

.heading {
    color: #13873C;
    font-size: 3.7em;
    font-weight: 900;
}
.sub-heading-text {
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 1em;
    color: #373534!important;
}
.footer-second-last {
    background: #373534;
    padding-top: 5.125em;
    padding-bottom: 5.125em;
}

.footer-rights {
    background: #FAD138;
    color: #373534;
    padding: 1em 0;
}
.footer-rights p {
    color: #373534;
    font-size: 1em;
    letter-spacing: 1.2px;
    font-weight: normal;
}
.footer-rights p a {
    color: #373534;
}
.contact-us {
    background: #13873C;
}
/* responsive */
@media (min-width: 320px) and (max-width: 480px){
    .w-85 {
        width: 100%!important;
    }
    .mpl-0, .mpx-0 {
        padding-left: 0!important;
    }
    .mpr-0, .mpx-0 {
        padding-right: 0!important;
    }
    .logo-img{
        width: 50%;
        /* padding-top: 16px; */
    }
    .display-m-none{
        display: none;
    }
    .team .owl-controls .owl-nav .owl-next .move-right {    
        right: 0px!important;       
        font-size: 4rem;        
    }
    .team .owl-controls .owl-nav .owl-prev .move-left {
        left: 0px!important;
        font-size: 4rem;
    }
    .navbar-collapse.in {
        overflow-y: auto;
        height: 40vh!important;
    }
    .navbar-brand {    
        margin-top: 0px!important;       
    }
    .navbar {
              border-radius: 0px;
    }
    .m-mb-5{
        margin-bottom:3rem !important
    }

    .mpm-0{
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    #we-offer .panel-default{
        padding: 0px;
    }
    .panel-offer h1 {
        font-size: 2em;
    }    
    .panel-offer p {
        font-weight: 300;
        font-size: 1.3em;
    }

    .panel-offer .m-auto {
        margin: 0!important;
    }
    .panel-offer .w-75 {
        width: 100%!important;
    }
    .offer-block .d-flex{
        display: inline!important;
    }
    .offer-img {
                height: 165px;
    }
    .heading {
        font-size: 2em!important;
    }
    .team-member h1 {
        font-size: 2.375em;
        min-height: 0px!important;
    }
    .mmt-0{
        margin-top: 0px!important;
    }
    .mpt-0{
        padding-top: 0px!important;
    }
    .quickinfo {
        margin-left: 10px!important;
    }

}
/* responsive end */


/* slider */
/* Slideshow container */
.slideshow-container {
    /* max-width: 1000px; */
    position: relative;
    margin: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: #00000047;
  }
  .prev1{
    left: 0;
  }
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  

  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }

/* slider end */