@font-face {
    font-family: 'Avenir-Regular';
    src: url('../fonts/avenir/Avenir-Regular.otf');
  }
  @font-face {
    font-family: 'Avenir-SemiBold';
    src: url('../fonts/avenir/Avenir-SemiBold.otf');
  }
  @font-face {
    font-family: 'Avenir-Bold';
    src: url('../fonts/avenir/Avenir-Bold.otf');
  }
  @font-face {
    font-family: 'Avenir-Medium';
    src: url('../fonts/avenir/Avenir-Medium.otf');
  }
@font-face {
    font-family: 'BalooThambi2-Medium';
    src: url('../fonts/BalooThambi2-Medium.ttf');
}
a:hover {
    color: unset;
    text-decoration:unset;
}

body {
    font-family: 'Avenir-Regular';
}

.vert-center h4{
    color: #FFF;
    font-family: 'Avenir-Regular';
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 180%; /* 34.2px */
letter-spacing: 0.57px;
}

.vert-center {
    position: absolute;
    top: 0;
    left: 91px;
    top: 46%;
    transform: translateY(-50%);
    width: 36%;
}

.about-section {
    width: 100%;
}

.about-content h1{
    color: #4A0000;
    font-family: 'Avenir-SemiBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%; /* 36px */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.about-content p {
    color: #272727;
    font-family: 'Avenir-Regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
}

.about-content p a {
    color: #B00000;
    font-family: 'Avenir-Regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
text-decoration-line: underline;
}

.about-space {
    padding-bottom: 47px;
}

.flep-img-section {
    position: relative;
}

.flep-img-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 89%;
    background: linear-gradient(180deg, #6B0405 0%, #000 86.34%);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.box-flip-img {
    /* padding: 4px; */
border-radius: 17px;
}

.flip-container {
    cursor: pointer;
}

.front {
    border-radius: 17px;
    overflow: hidden;
    border: 4px solid #6B0405;
    z-index: 2;
}

.back {
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
    background: #000;
    border-radius: 17px;
}



.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
}


/* flip speed */

.flipper {
    -webkit-transition: 1.5s;
    -webkit-transform-style: preserve-3d;
    position: relative;
}
/* hide back  during flip */


.back {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
}
.front{
    -webkit-backface-visibility: hidden;
}

.back h6 {
    color: #FFF;
    font-family: 'Avenir-Regular';
    font-size: 13.925px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.065px */
    letter-spacing: 0.418px;
    margin-left: 13%;
    margin-bottom: 15px;
}

.back h6 img {
    margin-right: 2px;
}

.icon-set h2{
    color: #FFF;
    font-family: 'Avenir-SemiBold';
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 180%; /* 32.4px */
letter-spacing: 0.54px;
text-transform: uppercase;
margin-top: 10px;
}

.icon-left {
    position: relative;
}

.icon-left .icon-line::after {
    position: absolute;
    content: "";
    width: 88px;
    border-top: 1.5px dashed #fff;
    left: 61px;
    top: 20%;
}

.icon-right {
    position: relative;
}

.icon-right .icon-line::after {
    position: absolute;
    content: "";
    width: 88px;
    border-top: 1.5px dashed #fff;
    left: -57px;
    top: 20%;
}

.White-emty {
    width: 100%;
    height: 103px;
    background-color: #fff;
}

.quick-link-bg {
    background: #910011;
    border-radius: 7px;
    color: #fff;
    font-family: 'Avenir-Medium';
    font-size: 20px;
    width: 155px;
    text-align: center;
    padding: 4px 0px;
    margin: auto;
    z-index: 11;
    position: relative;
}

.quick-link {
    position: relative;
    z-index: 111;
}

.quick-link hr {
    border-color: #910011;
    margin-top: -17px;
    border-width: 3px;
}




footer {
    background: url(../images/footer-bg.png);
    /* height: 230px; */
    background-size: cover;
    margin-top: -16px;
  }
  footer .links {
    display: flex;
    justify-content: center;
  }
  footer .links img {
    height: 24px;
    margin: auto 4%;
  }
  footer .links a {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: none !important;
    font-family: 'Avenir-Medium';
  }
  .pt-4-p {
    padding-top: 4%;
  }
  .social-links {
    display: flex;
    justify-content: end;
  }
  .social-links img {
    height: 17px;
    margin: auto 5px;
  }
  footer hr {
    border-style: dashed;
    border-color: #fff;
    width: 96%;
    margin: 3% auto auto;
  }
  .copyright {
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.8;
    font-size: 12px;
    align-self: center;
  }
  .address p {
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-size: 18px;
  }
  .duffl {
    align-self: center;
    text-align: right;
  }
  .duffl a {
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.8;
    font-size: 12px;
    text-transform: uppercase;
  }
  .swiper-pagination-bullet-active {
    background: #aa1b06 !important;
  }
  .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px !important;
  }
  .tab-select-outer select {
    width: 95%;
    border: none;
    padding: 10px;
    background: linear-gradient(#910011, #700a16);
    color: #fff;
    border-radius: 4px;
  }
  .tab-select-outer select option {
    color: #fff;
    background: #000;
    }
  
  .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }
  
  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 30px;
    
  }
  
  .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: #c0392b; */
    padding: 8px 6px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-bottom: 1px solid #dbdbdb !important;
    color: #999;
    font-size: 14px;
  line-height: 12px;
  }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #999 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
  }
  .select-styled:hover {
    background-color: transparent;
  }
  .select-styled:active, .select-styled.active {
    background-color: transparent;
  }
  .select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #ddd transparent;
  }
  
  .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
  }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #f7f7f7;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #000;
    font-size: 14px;
    background: #f7f7f7;
    margin-bottom: 1px;
    text-align: left;
  }
  




@media (min-width:1700px) {

    body {
        max-width: 1700px;
        margin: 0 auto;
    }
    
}





@media (min-width:991px) and (max-width:1366px) {
    .back h6  {
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .flep-img-section::before {
        height: 100%;
    }

    .flep-img-section {
        padding: 40px 0;
    }

    .icon-left .icon-line::after {
        
        width: 1px;
        border-left: 1.5px dashed #fff;
        left: 50%;
        top: 92%;
        height: 56px;
    }

    .icon-right .icon-line::after {
        position: absolute;
        content: "";
        width: 1px;
        border-left: 1.5px dashed #fff;
        left: 50%;
        top: 90%;
        height: 56px;
    }

    .links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        
    }   
}

@media (max-width:484px) {
    .back h6 {
        margin-left: 5%;
        font-size: 11px;
    }

    .address p {
        font-size: 14px;
    }
}



@media (max-width:991px) {
    .years-icon, .about-content {
        text-align: center;
    }

    .copyright,  .duffl{
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
    }

     .address{
        text-align: center;
        margin-bottom: 5px;
        padding: 0;
    }

    .links {
        margin: 0 auto;
    }

    .vert-center {
      width: 50%;
    }
}

@media (max-width:768px)  {
    .tap-none {
        display: none;
    }

    .mobile-view {
        display: block !important;
    }

    .vert-center {
      width: 90%;
      left: 6%;
      text-align: center;
      margin: 0 auto;
      top: 24%;
  }

  .White-emty {
    display: none;
  }
}

@media (max-width:600px) {
  .vert-center {
    top: 10%;
  }

  .vert-center h4  {
    font-size: 16PX;
  }
}