@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/times-new-roman.eot');
    src: url('../fonts/times-new-roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/times-new-roman.woff2') format('woff2'),
        url('../fonts/times-new-roman.woff') format('woff'),
        url('../fonts/times-new-roman.ttf') format('truetype'),
        url('../fonts/times-new-roman.svg#Times New Roman') format('svg');
}


:root {
    --theme: #77222F;
    --black: #000;
    --gray: #707A83;
    --white: #ffffff;
    --rounded-24: 1.5rem;
    --rounded-10: 0.625rem;
    --rounded-6: 0.375rem;
}


/*--------------------------------------*/

/*Element Base
/*--------------------------------------*/
body {
    font-size: 1.125rem;
    font-family: 'Times New Roman';
    font-style: 400;
    background: #fff;
    color: var(--black);

}

/*--------------------------------------*/

/*Typography
/*--------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Times New Roman';
    font-weight: 600;
}

h1 {
    font-size: 3.563rem;
}

h2 {
    font-size: 2.7rem !important;
    color: var(--black);

}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.5;
}



.font-size-14 {
    font-size: 1rem;
    line-height: 1.25;
}

a {
    color: var(--black);
    text-decoration: none;
}

a:hover {
    color: var(--theme);
}

.sub-title {
    color: #000;
    font-size: .875rem;
    text-transform: uppercase;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.w-16 {
    width: 16px !important;
}

.h-16 {
    height: 16px !important;
}

p {
    font-family: 'Times New Roman';
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: black;
}

ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0 !important;
}

ul li a {
    text-decoration: none;
}


#scrollTop {
    z-index: 99;
    cursor: pointer;
    border: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: var(--theme);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    display: none;
    transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    -ms-transition: 0.6s all ease-in-out;
    -webkit-transition: 0.6s all ease-in-out;
    border-radius: 50%;
}

#scrollTop i {
    display: flex;
    align-items: center;
    justify-content: center;
}

#scrollTop:hover {
    background-color: var(--black);
}

/*--------------------------------------*/

/*Buttton
/*--------------------------------------*/
.btn {
    font-family: 'Times New Roman';
    font-weight: 500;
    padding: .75rem 2.5rem;
    border-radius: 3rem;
    border: none;
    display: inline-flex;
    align-items: center;
    transition: all .5s;
    font-size: 1.125rem;
}

.btn.btn-primary {
    background: var(--theme);
    color: var(--white);

}

.btn.btn-primary:hover {
    background: var(--black);
}

.btn.btn-white {
    background: var(--white);
    color: var(--theme);
}

.btn.btn-white:hover {
    background: var(--black);
    color: var(--white);
}

.btn.btn-sm {
    font-weight: 300;
    padding: .5rem 1.25rem;
    font-size: .9rem;
}

.btn-close {
    position: absolute;
    z-index: 1;
    opacity: 1;
    color: #fff;
    right: 1rem;
    top: 1rem;
    padding: .75rem;
    background: url(../images/close-icon.svg) no-repeat center;
    background-color: var(--black);
    top: 1rem;
    right: 1rem;
}

.btn img {
    transition: all .4s;
}

.btn.btn-outline-primary {
    border: 1px solid var(--theme);
    color: var(--theme) !important;
}

.btn.btn-outline-primary:hover {
    background-color: var(--theme);
    color: var(--white) !important;
}

.btn-close:hover {
    opacity: .8;
}
.form-control{
 padding: .75rem 2rem;
 border-radius: 4rem;   
}
.sepraion {
    padding-top: 100px;
}

.z-index-9 {
    z-index: 9;
}

.text-justify {
    text-align: justify;
}

date {
    font-size: 1rem;
    color: var(--secondary);
}

.modal-content {
    border-radius: var(--rounded-24);
    box-shadow: 0px 0px 20px 1px rgba(255, 255, 255, .3);
    overflow: hidden;
    border:4px solid var(--white);
}

.max-width-900 {
    max-width: 900px;
}

.bg-theme {
    background: var(--theme);
}

.rounded-10 {
    border-radius: var(--rounded-10);
}

.rounded-6 {
    border-radius: var(--rounded-6);
}


.social-widget li {
    display: inline-block;
}

.social-widget li a {
    display: flex;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    border: 1px solid var(--theme);
    border-radius: 50%;
    transition: all .4s;
}

.social-widget li a:hover {
    background-color: #dadada;
}

.nav-tabs{
    border: 0;
}
.nav-tabs .nav-link{
    color: #000;
    border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-radius: 0;
    border-color: var(--theme);
    color:var(--theme);
}

ul.un-list{
    margin: 1.25rem 0 1.5rem;
}
ul.un-list li{
    line-height: 1.4;
    margin-bottom: 1.25rem;
    list-style: circle;
    margin-left: 20px;
    color: black;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

.count-widget {
    margin-left: 1rem;
}

.count-widget li {
    background-color: #fff;
    border-radius: 4px;
    line-height: 1;
    padding: .25rem .5rem;
    margin: 0 .05rem;
    font-weight: 600;
}


.video-widget{
    position: relative;
    cursor: pointer;

}
.video-widget::before{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    left: 0;
    top: 0;
    background:rgba(255, 255, 255, .4) url(../images/play-button.png) no-repeat center;
}
/*--------------------------------------*/

/*Header
/*--------------------------------------*/


.navbar-brand img {
    height: 100px;
    width: auto;
    object-fit: contain;
    transition: all .4s linear;
}

.header-top {
    background: var(--theme);
    padding: .5rem 0;
}

.header-bottom {
    transition: all .5s;
}


.header-top,
.header-bottom {
    transition: all .4s linear;
}


.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 105;
}

.header-top ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin-bottom: 0 !important;
    grid-gap: 20px;
    align-items: center;
}

.header-top li {
    color: var(--white);
    font-size: .85rem;
    font-weight: 400;
    line-height: 0;
}

.header-top li a {
    color: var(--white);
    font-size: 1rem;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    transition: all .3s;
    font-weight: 500;
}

.header-top li a:hover {
    text-decoration: underline;
}

.header-top svg {
    height: 18px;
    width: 18px;
    transition: all .3s;
}

.navbar-brand {
    height: 80px;
    width: auto;
}

.navbar {
    padding: 0rem 0;
    background: var(--theme);
    justify-content: center;
}

.navbar-nav.primary-menu {
    flex-direction: row;
}

.navbar-nav.primary-menu .nav-link {
    padding: .5rem .9rem !important;
}

.navbar.navbar-expand-lg.bg-light {
    background-color: #F2EFED !important;
    padding: 20px 0;
}

.navbar .nav-link {
    font-family: 'Times New Roman';
    color: var(--white);
    font-size: 1rem !important;
    opacity: 1;
    font-weight: 400;
    padding: .75rem 1.65rem !important;
    transition: all .5s;
    margin: 0 .15rem;
}

.navbar .nav-link:hover {
    color: var(--black);
}

.navbar .nav-link.active {
    font-weight: 600;
    color: var(--black);
}

.navbar-nav .nav-link.show {
    color: var(--white);
}

.fixed-top.sticky .header-top {
    opacity: 0;
}

.fixed-top.sticky .header-bottom {
    margin-top: -43px;
    position: fixed;
    width: 100%;
    box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, .1);
}

.fixed-top.sticky .navbar-brand img {
    height: 80px;
}

.offcanvas {
    background: var(--theme);
}


.offcanvas .nav-link:hover {
    background: var(--theme);
    color: var(--white);
}

.dropdown-toggle::after {
    background: url(../images/arrow-down.svg) no-repeat;
    width: 10px;
    height: 8px;
    background-position: center;
    background-size: 14px;
    position: relative;
    top: 3px;
    border: 0;
    left: 2px;
}

.dropdown-menu {
    border: 0;
    padding: 0;
    border-radius: 0;
    border-radius: var(--rounded-6);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
    border-radius: 0rem;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
    margin: 0;
    min-width: 15rem;
}

header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
}

.dropdown-item {
    padding: .5rem 1.5rem;
    font-size: 1rem;

}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--theme);
}

.navbar-toggler {
    border: 0;
    padding: 0;
    margin-left: 1rem;
}

.navbar-toggler:focus {
    box-shadow: none;
    padding: 0;
}

.navbar-toggler-icon {
    background: url(../images/toggler-icon.svg) no-repeat center;
}


/*--------------------------------------*/

/*Latest News Section
/*--------------------------------------*/
.update-news {
    padding: 1rem 0;
}

.update-news .update-widget {
    box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, .1);
    background: var(--white);
    line-height: 1.4;
    font-size: 1.125rem;
    color: var(--black);
}

.update-news .update-title {
    background: var(--theme);
    color: var(--white);
    padding: .75rem 2rem;
    min-width: fit-content;
    font-size: 1.125rem;
}

/*--------------------------------------*/

/*Hero Banner Section
/*--------------------------------------*/
main {
/*    margin-top: 220px;*/
}


.hero-slider img {
    height: 700px;
    object-fit: cover;
    object-position: center;
}

.hero-slider .owl-dots {
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 20px;

}

.hero-slider .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.hero-slider .caption .caption-widget {
    border-radius: var(--rounded-24);
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    max-width: 720px;
    color: var(--gray);
}

.hero-slider .btn.btn-primary:hover img {
    transform: rotate(40deg);
}

/*--------------------------------------*/

/*About Section
/*--------------------------------------*/
.about-section {
    background: url(../images/about-bg-img.png) no-repeat;
    background-position: top;
    background-size: cover;
    padding: 5rem 0 8rem;

}

.about-section .img-frame {
    max-width: 500px;
    margin: auto;
}

.about-section .img-frame img {
    position: relative;
    z-index: 1;
    border-radius: 1.25rem;
    min-height: 591px;
    object-fit: cover;
}

.about-section .img-frame::before {
    content: '';
    border: .25rem solid rgba(255, 255, 255, .3);
    border-radius: 1.25rem;
    width: 100%;
    height: 100%;
    display: block;
    left: -2rem;
    bottom: -2rem;
    position: absolute;
}

.about-section .about-info p {
    color: rgba(255, 255, 255, .7);
}

.note {
    right: -4rem;
    bottom: 4rem;
    z-index: 9;
    border-radius: var(--rounded-24);
    padding: 1.25rem 1.5rem;
}

.note .note-title {
    color: var(--theme);
    font-size: 1.875rem;
    line-height: 1;
}



/*--------------------------------------*/

/*Facilites Section
/*--------------------------------------*/
.facilities-section .facilites-widget {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: var(--rounded-10);
}

.facilities-section .facilites-widget img {
    border-top-left-radius: var(--rounded-10);
    border-top-right-radius: var(--rounded-10);
    width: 100%;
    object-fit: cover;
}

.facilities-section p,
.facilities-section a {
    text-decoration: none;
    color: #000;
}

.facilities-section .facilites-widget:hover span {
    color: var(--theme);
}

/*--------------------------------------*/

/*Gallery Section
/*--------------------------------------*/
.gallery-section {
    background-color: #DADADA;
    padding: 5rem 0 2rem;
    margin-top: 5rem;
}

.gallery-section::before {
    content: '';
    display: block;
    width: 352px;
    height: 170px;
    background-image: url(../images/gallerybg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20rem;
    background-size: contain;
    left: 0;
}

.gallery-slider .owl-nav {
    position: absolute;
    top: -8.5rem;
    right: 0;
}

.gallery-slider .owl-nav button.owl-prev span,
.gallery-slider .owl-nav button.owl-next span {
    display: none;
}

.gallery-slider .owl-nav button.owl-prev,
.gallery-slider .owl-nav button.owl-next {
    border: 1px solid var(--white);
    background-color: #fff;
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 1;
    border-radius: 3rem;
    margin-left: .75rem;
    font-size: 2rem;
}

.gallery-slider .owl-nav button.owl-prev {
    background-image: url(../images/prev.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-slider .owl-nav button.owl-next {
    background-image: url(../images/next.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-slider .owl-nav button.owl-prev:hover,
.gallery-slider .owl-nav button.owl-next:hover {
    background: var(--theme);
}

.gallery-slider .owl-nav button.owl-prev:hover {
    background-image: url(../images/prev-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-slider .owl-nav button.owl-next:hover {
    background-image: url(../images/next-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-widget {
    position: relative;
    border-radius: var(--rounded-10);
    overflow: hidden;
}
.gallery-widget img{
    height: 280px;
}

.gallery-widget .gallery-caption {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: absolute;
    top: 0;
    background-color: rgba(51, 0, 10, 0.5);
    left: 0;

}

.gallery-widget .title {
    font-weight: 500;
    font-size: 1.75rem;
    color: var(--white);
    text-align: center;
    line-height: 1.25;
}



/*--------------------------------------*/

/*Footer
/*--------------------------------------*/


.blog-widget {
    border-radius: var(--rounded-10);
    padding: 2rem 2rem 1rem;
    min-height: 480px;
    max-width: 450px;
    margin: auto;
}

.blog-widget .event-img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.blog-widget .info p {
    font-size: 1rem;
    line-height: 1.25;
}

.blog-widget .info .link {
    text-decoration: none;
    color: #000;
}

.blog-widget .info .link img {
    transition: all .4s linear;
}

.blog-widget .info .link:hover img {
    margin-left: .25rem;
}


footer {
    background: var(--theme);
    font-size: 1rem;
}

footer .footer-row {
    background: #DADADA;
    padding: 4rem 0;
}

footer .footer-block {
    border-radius: var(--rounded-10);
    padding: 1.75rem;
    min-height: 500px;
    max-width: 450px;
    margin: auto;
}

.footer-bottom {
    padding: 30px 0;
}

.footer-bottom p {
    font-size: .9rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0;
}

.footer-bottom a {
    color: var(--white);
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.sidebar{
    position: sticky;
    top:180px
}
.sidebar h4.side-title{
    background: #dadada;
    padding: .75rem 1.25rem;
    border-radius: var(--rounded-10);
}
.sidebar .sidenav li{
    border-bottom: 1px solid #dadada;
    border-radius: var(--rounded-10);
  
}
.sidebar .sidenav li a{
    padding: .55rem 1.25rem;
    font-size: 1.125rem;
    border-radius: var(--rounded-10);
}
.sidebar .sidenav li.active a,
.sidebar .sidenav li a:hover{
    color: #fff !important;
    background-color: var(--theme);
}

.short-banner{
    height: 350px;
    object-fit: cover;
    border-radius: var(--rounded-24);
}

.gallery-img{
    height: 170px;
    object-fit: cover;
    border-radius: var(--rounded-10);
    width: 100%;
    cursor: pointer;
}
/*--------------------------------------*/

/*Responsive
/*--------------------------------------*/
@media all and (max-width: 1440px) {
    .navbar .nav-link {
        font-size: 1rem;
        padding: .75rem .50rem !important;
        margin: 0 .10rem;
    }

}

@media all and (max-width: 1320px) {
    .navbar .nav-link {
        font-size: .875rem;
        padding: .75rem .50rem !important;
        margin: 0 .10rem;
    }

}

@media all and (max-width: 1199px) {
    .navbar-brand img {
        height: 50px;
    }

    .navbar .nav-link {
        font-size: 1.15rem;
        padding: .50rem 1rem
    }

    .fixed-top.sticky .navbar-brand img {
        height: 45px;
    }

    .navbar-toggler {
        top: 50%;
        margin-top: -10px;
    }

    .hero-slider img {
        height: 550px;
    }

    main {
        margin-top: 120px;
    }

    .our-legacy-block {
        padding: 4rem 6rem;
    }

    .gallery-block .h-full {
        height: 320px;
    }

    .gallery-block .h-half {
        height: 148px;
    }

    h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    h4 {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .blog-widget{
        padding: 1.75rem 1rem;
    }
    footer .footer-block {
        padding: 1.75rem 1rem;
        min-height: auto;
    }
}

@media all and (max-width: 991px) {
    .sepraion {
        padding-top: 60px;
    }

    .hero-slider img {
        height: 460px;
    }
    .blog-widget,
    footer .footer-block {
        padding: 1.75rem;
        min-height: auto;
    }
    .about-section .img-frame img {
 
        min-height: auto;

    }
}

@media all and (max-width: 767px) {


    .header-top ul {
        display: block;
        list-style: none;
        margin-bottom: 0 !important;
        grid-gap: 20px;
        align-items: center;
    }

    .header-top ul li {
        padding-bottom: 10px;
    }

    .header-top ul li:last-child {
        padding-bottom: 0;
    }

    .fixed-top.sticky .header-bottom {
        margin-top: -70px;
    }

   

    .update-news .update-widget {
        font-size: 1rem;
    }

    .update-news .update-title {
        font-size: 1rem;
        padding: .55rem 1rem;
    }

    .hero-slider img {
        height: 450px;
    }

    .about-section .img-frame {
        max-width: 400px;
    }

    .hero-slider .caption .caption-widget {
        border-radius: var(--rounded-10);
        background: rgba(255, 255, 255, 0.9);
        padding: 1rem;
    }


    .about-section {
        padding: 4rem 0 4rem;
    }

    .gallery-slider .owl-nav {
        position: absolute;
        top: -1.5rem;
        right: 0;
    }

    .count-widget {
        margin-left: 0rem;
        margin-top: 1.25rem;
    }
}

@media (max-width: 567px) {

    h2 {
        font-size: 1.8rem !important;
        line-height: 2.3rem;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    h4 {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }


    .note {
        right: -1rem;
        bottom: 1rem;
    }

    .about-section .img-frame {
        max-width: 300px;
    }

    .about-section .img-frame::before {
        border: .15rem solid rgba(255, 255, 255, .3);
        left: -1rem;
        bottom: -1rem;
    }
}