@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');
}
/* @font-face {
    font-family: 'Russo_One';
    src: url('../fonts/Russo_One.ttf');
} */

body {
    font-family: 'Avenir-Regular';
}
.animatable {
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }

.banner-section {
    position: relative;
}
.banner-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.banner-section .vert-center {
    position: absolute;
    top: 23%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48%;
    left: 2%;
}
.banner-section .vert-center img {
    width: auto;
    height: 75px;
    margin: auto auto 2%; 
}
.banner-section .vert-center h4 {
    font-family: 'Avenir-Bold';
    color: #000;
    font-size: 23px;
    line-height: 41px;
}
.banner-section .vert-center__text {
    display: grid;
    align-items: center;
    top: 0;
    bottom: 0;
}
.about-section-left img {
    width: 100%;
}
.about-section-right p {
    letter-spacing: 0.02em;
    color: #1B1A1A;
    opacity: 0.8;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.about-section {
    padding: 40px 0px;
}

.highlight-section {
    background: #fff;
    margin-top: 2%;
}
.highlight-section-left {
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    width: 90%;
    margin: -10% auto 7%;
}
.highlight-section-left ul {
    padding-left: 0px;
    list-style-type: none;
    /* display: grid;
    grid-template-columns: auto auto; */
    margin-bottom: 0;
    padding: 20px 20px;
}
.highlight-section-left ul li span {
    display: block;
    margin: auto;
    color: #000;
    /* background: -webkit-linear-gradient(#000000 0%, #B10101 109.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    text-transform: capitalize;
}
.highlight-section-left ul li {
    text-align: center;
    font-family: 'Avenir-Medium';
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #1a1a1a;
    padding: 10% 5px;
    width: 50%;
    display: grid;
}
.highlight-section-left ul li div {
    align-self: center;
}
.highlight-section-left ul li:nth-child(1) {
    border-right: 1px solid #A9A9A933;
    border-bottom: 1px solid #A9A9A933;
}
.highlight-section-left ul li:nth-child(2) {
    border-bottom: 1px solid #A9A9A933;
}
.highlight-section-left ul li:nth-child(3) {
    border-right: 1px solid #A9A9A933;
}

.highlight-section-right h4 {
    letter-spacing: 0.02em;
    color: #161616;
    opacity: 0.9;
    font-size: 23px;
    font-family: 'Avenir-SemiBold';
    margin-top: -6%;
    margin-bottom: 3%;
    display: none;
}
.highlight-section-right p {
    margin-top: 2%;
    letter-spacing: 0.02em;
    color: rgba(27, 26, 26, 0.94);
    font-size: 15px;
    line-height: 25px;
}
.founded-section-content h5 {
    letter-spacing: 0.02em;
    color: #161616;
    opacity: 0.9;
    font-size: 20px;
    text-align: center;
}
.founded-section-content h6 {
    background: -webkit-linear-gradient(#000000 0%, #B10101 109.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Avenir-Bold';
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.founded-section-center img {
    width: 34px;
    margin: auto;
    display: block;
}

.gallery-section {
    background: url(../images/gallery-bg.png);
    background-size: cover;
}
.gallery-title {
    display: flex;
    justify-content: center;
    padding: 35px 0px 45px;
}
.gallery-title .headingafter {
    width: 13%;
    height: 1px;
    background: #fff;
    margin: auto 15px;
}
.gallery-title h4 {
    font-family: 'Avenir-Bold';
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
}
.gallery-list {
    margin-bottom: 35px;
}
.gallery-list img {
    height: 190px;
    width: 200px;
    object-fit: cover;
    margin: auto;
    display: block;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}
.mfp-arrow-left {
    background: url(../images/icons/left-arrow.png) !important;
    background-size: 45% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.mfp-arrow-right {
    background: url(../images/icons/right-arrow.png) !important;
    background-size: 45% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.mfp-arrow-right::before, .mfp-arrow-right::after {
    border-color: transparent !important;
}
.mfp-arrow-left::before, .mfp-arrow-left::after {
    border-color: transparent !important;
}

.contact-section {
    background: #f8f8f8;
    padding-top: 20px;
}
.contact-section-left img {
    width: 46px;
    margin: auto;
    display: block;
}
.contact-section-left a {
    color: #000;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none !important;
    font-family: 'Avenir-SemiBold';
}
.contact-section-right img {
    width: 46px;
    margin: auto;
    display: block;
}
.contact-section-right a {
    color: #000;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none !important;
    font-family: 'Avenir-SemiBold';
}
.contact-section-center img {
    width: 46px;
    margin: auto;
    display: block;
}
.contact-section-center a {
    color: #000;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none !important;
    font-family: 'Avenir-SemiBold';
}
.contact-section hr {
    border-color: #00000026;
}
.contact-section .address {
    display: flex;
    justify-content: center;
}
.contact-section .address img {
    height: 27px;
    margin-right: 12px;
}
.contact-section .address p {
    margin-bottom: 0px;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.9;
    font-family: 'Avenir-SemiBold';
    text-align: center;
}

footer {
    background: #1C1B1B;
}

footer p, footer a {
    text-decoration: none !important;
    color: #FFFFFFE8 !important;
    opacity: 0.8;
    margin-bottom: 0px;
    font-size: 12px;
    padding: 6px 5px;
}
.r_more {
    background: transparent;
    border: none !important;
    outline: none !important;
    margin-right: auto;
    display: block;
}
.r_more span {
    letter-spacing: 0.02em;
    background: #910011;
    border-radius: 7px;
    color: #fff;
    font-size: 10px;
    font-family: 'Avenir-Medium';
    padding: 5px 8px;
    cursor: pointer;
}
.r_more::before {
    content: '';
    width: 25px;
    height: 1px;
    background: #910011;
    opacity: 0.5;
    display: inline-block;
    margin: 13px 0px 2px;
}
.r_more::after {
    content: '';
    width: 25px;
    height: 1px;
    background: #910011;
    opacity: 0.5;
    display: inline-block;
    margin: 13px 0px 2px;
}


@media (max-width: 600px) {
    .banner-section .vert-center h4 {
        font-size: 12px;
        line-height: 15px;
    }
    .banner-section img {
        height: auto;
    }
    .about-section {
        padding: 25px 0px;
    }
    .about-section-left img {
        width: 65%;
        margin: auto;
        display: block;
    }
    .about-section-right p {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        margin-top: 4%;
    }
    .highlight-section-left {
        margin: -6% auto auto;
        width: 100%;
    }
    .highlight-section-left ul {
        padding: 8px 6px;
    }
    .highlight-section-left ul li {
        padding: 7% 5px;
        font-size: 16px;
        letter-spacing: 0.03em;
        width: 100%;
        border-bottom: 1px solid #A9A9A933;
    }
    .highlight-section-right h4 {
        margin-top: 8%;
        text-align: center;
        margin-bottom: 2%;
        font-size: 20px;
    }
    .highlight-section-right p {
        margin-top: 0%;
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }
    .highlight-section-left ul li:nth-child(1), .highlight-section-left ul li:nth-child(3) {
        border-right: 1px solid transparent;
    }
    .highlight-section-left ul li:nth-child(4) {
        border-color: transparent;
    }
    .founded-section-center {
        margin: 5% auto;
    }
    .gallery-list img {
        height: 125px;
        width: 100%;
    }
    .contact-section-center {
        margin: 5% auto;
    }
    .contact-section .address {
        display: block;
    }
    .contact-section .address img {
        margin: auto;
        display: block;
    }
    .contact-section .address p {
        text-align: center;
        font-size: 14px;
    }
    .banner-section .vert-center img {
        width: auto;
        height: 35px;
        margin: auto auto 8%;
    }
    .banner-section .vert-center {
        top: 20%;
    }
    .contact-section-right a, .contact-section-center a, .contact-section-left a {
        font-size: 13px;
    }
    footer p, footer a { 
        font-size: 11px;
    }
    footer .col-lg-4 {
        padding: 0px;
    }
    .contact-section {
        margin-bottom: 5%;
    }
}

@media (min-width: 992px) {
    .contact-section .address br, .contact-section-center a br {
        display: none;
    }
}

@media (max-width: 992px) {
    .highlight-section-right {
        margin-top: 5%;
    }
    .highlight-section-right ul li p {
        text-align: left;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .banner-section .vert-center h4 {
        font-size: 18px;
        line-height: 29px;
    }
    .banner-section .vert-center img {
        width: auto;
        height: 70px;
    }
    .about-section {
        padding: 25px 0px;
    }
    .about-section-right p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .highlight-section-left {
        margin: -6% auto auto;
        width: 75%;
    }
    .highlight-section-left ul li {
        padding: 10% 5px;
        font-size: 17px;
    }
    .highlight-section-right h4 {
        margin-top: 4%;
        text-align: center;
        margin-bottom: 2%;
    }
    .highlight-section-right p {
        margin-top: 0%;
        text-align: center;
    }
    .gallery-list img {
        height: 155px;
        width: 100%;
    }
    .contact-section-right a, .contact-section-center a, .contact-section-left a {
        font-size: 14px;
    }
    .contact-section .address p {
        text-align: center;
        font-size: 14px;
    }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .banner-section .vert-center h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .about-section {
        padding: 25px 0px;
    }
    .about-section-right p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .highlight-section-left {
        margin: -6% auto auto;
        width: 75%;
    }
    .highlight-section-left ul li {
        padding: 10% 5px;
        font-size: 17px;
    }
    .highlight-section-right h4 {
        margin-top: 4%;
        text-align: center;
        margin-bottom: 2%;
    }
    .highlight-section-right p {
        margin-top: 0%;
        text-align: center;
    }
    .gallery-list img {
        height: 155px;
        width: 100%;
    }
    .contact-section-right a, .contact-section-center a, .contact-section-left a {
        font-size: 14px;
    }
    .contact-section .address p {
        text-align: center;
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section .vert-center h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .highlight-section-left ul li {
        font-size: 16px;
        padding: 10% 5px;
    }
    .highlight-section-left {
        width: 100%;
    }
    .highlight-section-left ul {
        padding: 20px 8px;
    }
    .highlight-section-right h4 {
        font-size: 21px;
    }
    .highlight-section-right p {
        font-size: 14px;
        line-height: 24px;
    }
}