@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&display=swap');

body {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 15px;
    overflow-x: hidden;
    font-style: normal;
}

image {
    border: none;
}

p {
    font-weight: normal;
}

.top-section {
    background: #fed700 url(../images/tablecloth-pattern3.png);
    padding: 10px 0;
    width: 100%;
    float: left;
}

.top-section p {
    font-weight: 500;
    margin: 0;
}

.top-section .right-t {
    text-align: right;
}

header {
    position: relative;
    float: left;
    width: 100%;
}

header .top-header {
    position: relative;
    float: left;
    width: 100%;
    background: #704b11;
    padding: 10px 0;
}

.cont-list {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.cont-list li {
    float: left;
    list-style: none;
    display: inline-block;
    color: #fff;
    margin: 0 0 0 20px;
}

.cont-list li a {
    color: #fff;
}

.menu-main-section {
    position: relative;
    float: left;
    width: 100%;
}

.slider-bx {
    position: relative;
    float: left;
    width: 100%;
}

.menubar {
    position: relative;
    width: 100%;
    background-color: #000;
}

/* menu css */
.navbar-brand img {
    width: 90px;
}

.navbar-light .navbar-nav {
    margin-left: auto !important;
    margin-right: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 11px 14px;
    font-size: 17px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fed700;
}

.con-btn {
    background: #fed700;
    color: #000 !important;
    padding: 11px 18px;
    border-radius: 5px 5px 25px 5px;
    font-weight: 600;
}

.normal-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 60px 0;
}

.about-bx {
    text-align: center;
}

.about-bx h1 {
    background: url(../images/heading-1-border.png) no-repeat center bottom;
    padding: 0 0 43px;
    margin: 0 0 30px;
    font-size: 34px;
    font-weight: 700;
    font-family: "Playwrite AU SA", cursive;
    font-weight: 500;
}

.about-bx p {
    margin-bottom: 40px;
}

.about-section img {
    border-radius: 20px;
}



footer {
    position: relative;
    background: #000;
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0 0;
}

.social-list {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.social-list a {
    background: #fed700;
    padding: 2px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 5px;
    color: #000;
    font-size: 23px;
    text-align: center;
    line-height: 43px;
    margin: 0 5px;
}

.footer-url {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.footer-url li {
    list-style: none;
    display: inline-block;
}

.footer-url li a {
    padding: 0 7px;
    color: #fff;
}

.copyrigh-sec {
    background: #fed700 url(../images/tablecloth-pattern3.png);
    margin-top: 40px;
    text-align: center;
    float: left;
    width: 100%;
}

.copyrigh-sec p {
    text-align: center;
    font-weight: 600;
    padding: 32px 0 9px;
}

.room-section {
    background-color: #fff9e3;
    float: left;
    width: 100%;
}

.title h1 {
    background: url(../images/heading-1-border.png) no-repeat center bottom;
    padding: 0 0 60px;
    margin: 0 0 50px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    font-family: "Playwrite AU SA", cursive;
    font-weight: 500;
}

.seasion-bx {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.seasion-bx .img {
    position: relative;
    float: left;
    width: 100%;
}

.seasion-bx .img img {
    width: 100%;
    border-radius: 10px;
}

.seasion-bx .text {
    position: absolute;
    display: block;
    z-index: 10;
    padding: 20px 0;
    font-weight: 500;
    width: 100%;
    float: left;
    text-align: center;
    /*top: 48%;*/
    bottom: 0;
}

.seasion-bx .text h3 {
    font-size: 18px;
    font-weight: 500;
}

.seasion-bx .text p {
    font-size: 13px;
}

.seasion-bx .text h3 span {
    background: #fed700;
    padding: 12px 29px 16px;
    border-radius: 6px 6px 30px 6px;
}

.amenties-se {
    float: left;
    width: 100%;
    background: #000;
}

.amenties-se .title h1 {
    color: #fff;
}

.ammenties-bx {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.ammenties-bx li {
    list-style: none;
    color: #fff;
    width: 18.5%;
    margin: 30px;
    display: inline-block;
}

.am-list {
    border: solid 1px #ffffff59;
    padding: 25px 35px;
    position: relative;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    border-radius: 15px 15px 60px;
}

.am-list span {
    position: relative;
    background: #fed700;
    display: block;
    width: 40px;
    height: 40px;
    /* left: -22px; */
    top: 23%;
    border: solid 1px #ffffff59;
    border-radius: 40px;
    text-align: center;
    color: #000;
    font-size: 22px;
    line-height: 40px;
    margin: 0 auto 12px;
}

.testimonail-se {
    background: #fff9e3;
}

.testi-head {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

.testi-head h2 {
    font-size: 42px;
    font-weight: 700;
}

.testi-con {
    text-align: left;
    position: relative;
    float: left;
    border-radius: 15px 15px 78px;
    padding: 26px;
    width: 100%;
    box-shadow: 0px 0px 3px rgb(211 196 114);
    background: #fff;
    margin: 30px 0 0;
}

.testi-con .imag {
    overflow: hidden;
    padding: 33px 30px;
    left: 0;
    width: 100%;
    text-align: left;
}

.testi-con .imag img {
    border-radius: 250px;
    width: 160px;
}

.testi-con .text {
    font-size: 15px;
    margin: 0 0 10px;
    position: relative;
}

.testi-con .text .quote-icon {
    font-size: 80px;
    position: absolute;
    font-style: oblique;
}

.testi-con .text .left-q {
    left: 0;
    top: -68px;
}

.testi-con .text .right-q {
    right: 11px;
    bottom: -50px;
}

.testi-con .name-test {
    margin: 0 0 15px;
}

.testi-con .name-test h4 {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 700;
}

.testi-con .name-test h4 span {
    color: #333 !important;
    font-weight: 500;
    font-size: 15px;
}

.testi-con .name-test span {
    font-size: 10px;
    color: #fed700  !important;
}

.benefit-con {
    text-align: center;
    position: relative;
    float: left;
    border-radius: 10px 10px 74px;
    border: solid 1px #f5e279;
    padding: 20px 6px 20px;
    width: 100%;
    margin: 0px 0 0;
    /* box-shadow: 0px 0px 3px rgb(0 0 0 / 15%); */
    background: #fff;
}

.benefit-con h4 {
    margin-bottom: 14px;
    font-size: 20px;
    margin-top: 15px;
}

.benefit-con span {
    overflow: hidden;
    border-radius: 250px;
    padding: 25px 22px;
    left: 28%;
    height: 110px;
    width: 110px;
    text-align: center;
}

.benefit-con p {
    font-size: 14px;
    margin: 0;
}

.gallery-bx {
    position: relative;
    width: 100%;
    float: left;
}

.gallery-bx img {
    width: 100%;
    border: solid 2px #6e6128;
    border-radius: 4px;
    margin: 0 0 30px;
}

.about-page-sec {
    position: relative;
    float: left;
    width: 100%;
    padding: 60px 0 60px;
    background: #fed700 url(../images/tablecloth-pattern3.png);
    border-bottom: solid 2px #000;
    background-size: 70% 100%;
}

.about-page-sec h1 {
    color: #000;
    font-weight: 700;
}

.about-page-sec ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.about-page-sec ul li {
    list-style: none;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.about-page-sec ul li a {
    color: #000;
    font-weight: 600;
}

.about-us-row {
    margin-bottom: 30px;
}

.abut-con {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 40px 0 0;
}

.abut-con h2 {
    font-size: 29px;
    margin-bottom: 25px;
    color: #cba700;
}

.table th {
    text-align: left;
    background: #f4f4f4;
    width: 200px;
}

.room-slider {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.room-con-main .room-disc {
    float: left;
    width: 100%;
    font-size: 17px;
    margin: 0 0 40px;
}

.owl-banner .owl-dots.disabled,
.owl-banner .owl-nav.disabled {
    position: absolute;
    bottom: 32%;
    width: 100%;
    z-index: 10;
}

.owl-banner .owl-nav button.owl-next {
    float: right;
    font-size: 80px;
    opacity: 0.5;
    z-index: 100;
}

.owl-banner .owl-nav button.owl-prev {
    float: left;
    font-size: 80px;
    opacity: 0.5;
}

.owl-banner .owl-nav [class*=owl-]:hover:focus {
    opacity: 10;
    background: none !important;
    border: none;
}

.owl-banner .owl-nav.disabled+.owl-dots {
    display: none;
}

.services-caro .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.services-caro .owl-nav .owl-prev {
    float: left;
    position: relative;
    left: -39px;
    border-radius: 150px;
    width: 32px;
    height: 32px;
    font-size: 18px !important;
    transition: all 0.3s ease-in;
}

.services-caro .owl-nav .owl-prev:hover,
.services-caro .owl-nav .owl-next:hover {}

.services-caro .owl-nav .owl-next {
    float: right;
    position: relative;
    right: -39px;
    border-radius: 150px;
    width: 32px;
    height: 32px;
    font-size: 18px !important;
    transition: all 0.3s ease-in;
}

.services-caro .owl-dots {
    display: none;
}

.course-bottom-list2 {
    padding: 30px 0;
    margin: 0 0 30px;
    width: 100%;
    float: left;
}

.course-bottom-list2 li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    font-weight: 500;
    float: left;
    width: 126px;
    text-align: center;
    border: solid 1px #e5e5e5;
    height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 7px;
}

.course-bottom-list2 li i {
    color:#03347f;
    font-size: 46px;
}

.textwidget-con {
    position: relative;
    width: 100%;
    padding: 20px 20px 20px;
    background: #001a3d url(../images/tablecloth-pattern3.png);
    float: left;
    border-color: rgba(144, 136, 125, 0.075);
    color: #fff;
}

.textwidget-con small {
    float: left;
    width: 100%;
    font-size: 78%;
    margin-bottom: 15px;
}

.textwidget-con img {
    width: 130px;
    margin: 20px 0 30px;
    background: #496ea1;
    padding: 30px;
    border-radius: 25px;
}

.themeioan_ul_icon {
    margin: 15px 0 40px;
    padding: 0;

}

.themeioan_ul_icon li {
    line-height: 33px;
    font-size: 16px;
    color: #000;
    list-style: none;
}

.themeioan_ul_icon i,
.course-viewer ul li i {
    padding-right: 3px;
}

.themeioan_ul_icon i,
.course-viewer ul li i {
    color: #000;
}

.services-caro .owl-nav .owl-prev {
    background:#fed700 !important;
    color: #000 !important;
}

.services-caro .owl-nav .owl-next {
    background:#fed700 !important;
    color: #000 !important;
}


.amenties-se-page .am-list {
    border: solid 1px #72727259;
}

.amenties-se-page .ammenties-bx li{
 color: #000;
}
.features{ float: left; width: 100%; position: relative; margin-bottom: 40px; }
.features p{ margin: 10px 0; }
.features h3{ font-size: 24px; }
.features i{
    color: #000;
    font-size: 22px;
    margin: 12px 13px 0 0;
    position: relative;
    top: 4px;
}
.features .testi-con .name-test i {
    font-size: 10px;
    color: #fed700 !important;
    margin: 0;
}

.contcat-con span{ font-size: 30px; }
.con-title{ margin-bottom: 40px; }
.contcat-con {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 40px;
    text-align: center;
}


/* --------------------------------------- 

Responsive CSS 

----------------------------------------- */

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .navbar-light .navbar-toggler {
        background: #fed709;
    }

    .navbar-collapse {
        position: absolute;
        background: #000;
        top: 114px;
        z-index: 100;
        left: 0;
        width: 100%;
    }

    .top-section .right-t {
        text-align: left;
    }

    .about-bx h1 {
        padding: 0 0 43px;
        margin: 40px 0 30px;
    }

    .about-bx {
        margin: 0 0 70px;
    }

    .ammenties-bx li {
        width: 100%;
        margin: 0 0 30px;
    }

    .benefit-con {
        margin: 0 0 30px;
    }

    .seasion-bx .text h3 {
        font-size: 18px;
        font-weight: 500;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}