

body {
    font-size: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    background-color: #fff;
}

b, strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}

p {
    color: #555555;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
}

ul, ol {
    padding: 0;
    margin: 0 0 0 15px;
    list-style: none;
}

a {
    cursor: pointer;
    color: #D03000;
}

    a:hover, a:focus {
        color: #881F00;
    }


a, .button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    a:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
    }

label {
    margin-left: 0;
    margin-right: 15px;
}


table tr td label {
    margin-left: 5px;
    margin-right: 15px;
}


button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.table, table {
    margin-bottom: 50px;
}

    .table tr th, table tr th {
        color: #000;
    }

.form-group .table, .form-group table {
    margin-bottom: 0 !important;
}


.section-padding40 {
    padding: 50px 0;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    font-size: 22px;
    color: #646464;
    opacity: 1;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px;
}

    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: -30px;
    }

        .owl-carousel .owl-nav div.owl-next i {
            position: relative;
            right: 0;
            top: 1px;
        }

    .owl-carousel .owl-nav div.owl-prev i {
        position: relative;
        right: 1px;
        top: 0px;
    }

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

    .owl-carousel:hover .owl-nav div:hover {
        color: #fff;
        background: #ff3500;
    }

.owl-dots .owl-dot span {
    width: 20px;
    height: 7px;
    display: block;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    background: #c5bfba;
    position: relative;
}

.owl-dots .active span {
    width: 30px;
    height: 7px;
    display: block;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    background: #D03000;
    position: relative;
}

.owl-dots {
    margin: 20px auto;
    text-align: center;
}

.owl-dot {
    border: 0px solid;
    background-color: transparent;
}

.btn, a.btn {
    border: none;
    padding: 15px 25px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    background: #9b6358;
}

    .btn:hover, .btn:focus {
        background: #D03000 !important;
        color: #fff !important;
    }

.btn-org {
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    border: 0px solid #fff;
    color: #fff;
    background: #D03000;
    text-align: center;
}

.btn1:hover {
    color: #fff;
}


.btn1 {
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    color: #fff;
}

    .btn1:hover {
        color: #fff;
    }


.section-title {
    margin: 0 auto 20px;
}

    .section-title p {
        color: #555555;
        font-size: 19px;
        padding: 0;
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .section-title span {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 22px;
        font-family: "Poppins", sans-serif;
        display: inline-block;
        color: #000000;
    }

    .section-title h2 {
        font-size: 35px;
        display: block;
        color: #000000;
        font-weight: 600;
        text-transform: normal;
        line-height: 1.4;
        padding: 0;
        margin: 0 0 10px 0;
    }

.section-title2 h2 {
    font-size: 30px;
}

.header-top {
    margin: 20px 0;
}

    .header-top .toplink {
        float: right;
        margin-top: 10px;
        font-size: 15px;
        color: #555555;
    }

        .header-top .toplink ul li {
            list-style: none;
            padding: 5px 10px 5px 0;
            display: inline-block;
        }

            .header-top .toplink ul li a {
                color: #555555;
            }



.toplink ul {
    padding: 0;
    margin: 0;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #542f22 !important;
}

    .main-header .bg-dark {
        background: #542f22 !important;
    }

.navbar {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding: 15px 10px;
    font-weight: 400;
}

.navbar .btn {
    border: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.dropdown-menu {
    margin: 0;
    border-radius: 0;
}

.dropdown-item {
    border-bottom: 1px solid #ddd;
}


.main-header .btn {
    font-size: 16px;
    font-weight: 400;
}

.main-slider {
    margin-bottom: 100px;
}

    .main-slider .carousel-indicators {
        display: none;
    }

.carousel-caption {
    top: 20%;
    left: 10%;
    width: 40%;
    text-align: left;
    right: auto;
}

    .carousel-caption h2 {
        color: #fff;
        font-weight: 600;
    }

    .carousel-caption p {
        color: #fff;
        font-size: 20px;
        margin: 20px 0;
    }

.main-search {
    position: relative;
}

    .main-search .btn {
        border-radius: 0;
        height: 60px;
        min-width: inherit;
        padding: 20px;
    }

.search {
    background: #5e8893;
    padding: 40px 20px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}

    .search .section-title h2 {
        font-size: 30px;
        font-weight: 600;
        display: block;
        padding: 0;
        margin: 0;
        color: #fff;
        line-height: 1.4;
        text-transform: uppercase;
    }

.main-search .card-body {
    padding: 0;
}

.main-search .form-control-lg {
    height: 60px;
    font-size: 20px;
    border-radius: 0;
}


.search .card {
    width: 70%;
    margin: auto;
    border-radius: 0;
    border: 0px solid;
}

.search .section-title {
    margin: 0 auto 10px;
}

.search .card {
    background-color: #fff;
}

.search .form-control {
    background-color: transparent;
}

    .search .form-control:focus {
        background-color: transparent;
    }

.header-top .toplink ul li.search-icon {
    background: #9b6358;
    color: #fff;
    padding: 5px 10px;
}


    .header-top .toplink ul li.search-icon a {
        color: #fff;
    }

.form-control-borderless {
    border: none;
}

    .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

.content-inner {
    width: 100%;
}

    .content-inner .section-title {
        margin: 0 auto 60px;
        width: 100%;
    }

    .content-inner ul {
        list-style: none;
        margin: 0 0 30px 0;
        padding: 0 0 0 15px;
        float: left;
        width: 100%;
    }

        .content-inner ul li {
            /* position: relative; */
            color: #444;
            padding: 0 0 5px 0;
            list-style: disc;
        }

        .content-inner ul.info {
            list-style: none;
            margin: 0 0 0 0;
            padding: 0 0 0 15px;
            float: left;
            width: 100%;
        }

        .content-inner ul.info {
            list-style: none;
            margin: 0 0 0 0;
            padding: 0 0 0 15px;
            float: left;
            width: 100%;
        }




.news-letter ul {
    padding: 0;
    margin: 0;
}


    .news-letter ul li {
        font-size: 20px;
        line-height: 1.2;
        color: #000000;
        padding: 0 0 0 0;
        margin: 40px 0 0 0;
        float: left;
        width: 100%;
        list-style: none;
        color: #D03000;
    }


.news-letter p {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;
    float: left;
    width: 100%;
}

    .news-letter p a {
        color: #555;
    }

.pro-cap {
    border-bottom: 0px solid #ddd;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    min-height: 230px;
}

.content-inner .sidebar-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

    .content-inner .sidebar-inner ul li {
        position: relative;
        color: #444;
        padding: 8px 20px;
        list-style: none;
    }

        .content-inner .sidebar-inner ul li::before {
            position: absolute;
            top: 8px;
            left: 0px;
            line-height: inherit;
            content: '\f105';
            font-family: 'FontAwesome';
        }





.content-inner .nav-tabs {
    background: #5e8893;
    padding: 0;
    margin: 0;
}


.content-sub {
    float: left;
    width: 100%;
}

.details-page {
    float: left;
    width: 100%;
}

.btn-box {
    padding: 0;
    margin: 30px 0;
    float: left;
    width: 100%;
}

.inner-column, .courses-details {
    margin-bottom: 30px;
}

.courses-details {
    margin-bottom: 30px;
    list-style: none;
    padding: 25px;
    width: 100%;
    float: left;
}

    .courses-details img {
        margin-bottom: 30px;
    }


.contactus {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .contactus h2 {
        color: #D03000;
        font-size: 40px;
    }

.events {
    float: left;
    width: 100%;
}


    .events ul li {
        padding: 30px 0;
        margin: 0;
        list-style: none;
        border-bottom: 1px solid #e3e3e3;
    }

        .events ul li h3 {
            font-size: 24px;
            line-height: 1.2;
            color: #000000;
            margin: 20px 0 10px 0;
            padding: 0;
        }

            .events ul li h3 a {
                color: #000000;
                text-decoration: none !important;
            }

    .events a {
        text-decoration: underline;
    }


.form-control::after {
    position: absolute;
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 30px;
    color: #ea5822;
    top: 18px;
}



.price {
    font-size: 18px;
    font-weight: 600;
}


.content-inner ul li.price {
    font-size: 16px !important;
    font-weight: 400 !important;
}



.inner-column {
    position: relative;
    padding: 10px;
    margin-top: -140px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
    float: left;
    width: 100%;
}

.content-inner .inner-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .content-inner .inner-column ul li {
        list-style: none;
        padding: 3px 0;
        margin: 0;
    }

        .content-inner .inner-column ul li::before {
            display: none;
        }

.sidebar-inner {
    padding: 35px 35px;
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
}

    .sidebar-inner ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-inner ul li {
            position: relative;
            color: #444;
            font-size: 16px;
            padding: 10px 20px;
            border-bottom: 1px solid #eaeaea;
            list-style: none;
        }

            .sidebar-inner ul li::before {
                position: absolute;
                top: 10px;
                left: 0px;
                font-size: 16px;
                line-height: inherit;
                content: '\f105';
                font-family: 'FontAwesome';
            }

            .sidebar-inner ul li:last-child {
                border-bottom: 0px solid #eaeaea;
            }

.programs-page {
    float: left;
    width: 100%;
}

    .programs-page .pro-cap {
        border-bottom: 0px solid #ddd !important;
        min-height: 250px !important;
    }




    .programs-page .pro-item {
        margin: 0 0 30px;
        background: #fff;
        padding: 20px 20px 40px;
        border-radius: 30px;
        box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
        float: left;
        width: 100%;
    }

        .programs-page .pro-item .pro-img {
            margin-bottom: 10px;
            width: 100%;
            min-height: 140px;
            display: flex;
        }

            .programs-page .pro-item .pro-img img {
                display: inherit;
                margin-bottom: 10px;
                -webkit-transition: 0.4s;
                -moz-transition: 0.4s;
                -o-transition: 0.4s;
                transition: 0.4s;
                width: 100% !important;
                margin: auto;
                max-width: 100%;
                border-radius: 30px;
            }


        .programs-page .pro-item .pro-cap h5 {
            padding: 0;
            margin: 10px 0;
            font-size: 20px;
            line-height: 1.2;
            color: #000000;
        }

            .programs-page .pro-item .pro-cap h5 a {
                display: block;
                color: #000000;
                text-decoration: none;
            }

                .programs-page .pro-item .pro-cap h5 a:hover {
                    color: #D03000;
                }

        .programs-page .pro-item .pro-cap p {
            margin-bottom: 15px;
        }

        .programs-page .pro-item .pro-cap a {
            color: #9b6358;
            text-decoration: underline;
        }

    .programs-page h6 {
        color: #D03000;
        margin: 0 0 20px 0;
        border-bottom: 0px solid #e3e3e3;
        padding-bottom: 0;
    }

    .programs-page h5 {
        padding: 0;
        margin: 10px 0;
        font-size: 20px;
        line-height: 1.2;
        color: #000000;
    }

        .programs-page h5 a {
            display: block;
            color: #000000;
            text-decoration: none;
        }

            .programs-page h5 a:hover {
                color: #D03000;
            }

    .programs-page .pro-img img {
        display: inherit;
        border-radius: 30px;
        margin-bottom: 25px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        width: 100%;
    }


    .programs-page .btn, .programs-page a.btn {
        border: none;
        padding: 10px 20px;
        border-radius: 30px;
        cursor: pointer;
        color: #fff !important;
        text-decoration: none !important;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        background: #9b6358;
        min-width: auto;
    }



.ucertify .pro-item {
    height: 400px !important;
}

.ucertify .pro-cap {
    min-height: auto !important;
}


.sitemap {
    float: left;
    width: 100%;
}

    .sitemap ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

        .sitemap ul li {
            list-style: none;
            color: #ac141c;
            padding: 0 3% 0 0;
            margin: 0;
            width: 30%;
            float: left;
            min-height: 400px;
        }

            .sitemap ul li ul {
                padding: 0;
                margin: 0 0 0 0;
                float: left;
                display: block;
            }

                .sitemap ul li ul li {
                    list-style: none;
                    color: #000;
                    padding: 3px 0;
                    font-size: 16px;
                    width: 100%;
                    float: left;
                    min-height: auto;
                }

.content-inner .sitemap h3 {
    border-bottom: solid 2px;
    font-size: 20px;
    padding: 0;
    margin: 0 0 30px 0;
    min-height: 60px;
}

.search-page {
    float: left;
    width: 100%;
    position: relative;
}

    .search-page h2 {
        font-size: 24px;
        font-weight: 400;
        margin: 40px 0;
        text-align: center;
        padding-top: 30px !important;
    }

    .search-page h3 {
        font-size: 24px;
        line-height: 1.2;
        color: #000000;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .search-page ul li p {
        margin: 0;
        padding: 0;
    }


    .search-page h3 a {
        color: #000000;
    }

    .search-page .tab-content ul {
        padding: 0;
        margin: 0;
    }

        .search-page .tab-content ul li {
            padding: 30px 0;
            margin: 0;
            list-style: none;
            border-top: 1px solid #e3e3e3;
        }

            .search-page .tab-content ul li strong {
                color: #D03000;
            }

    .search-page .nav-tabs {
        background: #5e8893;
        margin: 0;
        text-align: left;
    }

        .search-page .nav-tabs .nav-link {
            color: #fff;
            font-size: 18px;
        }

            .search-page .nav-tabs .nav-item.show .nav-link, .search-page .nav-tabs .nav-link.active {
                color: #fff;
            }

    .search-page .tab-content {
        margin-top: 60px;
    }

    .search-page .card-body {
        background: #5e8893;
        border-radius: 0;
    }

.filter-search .btn {
    position: absolute;
    right: 18px;
    top: 11px;
}

.filter-search {
    background: #5e8893;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 20px;
}

    .filter-search h6 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
    }


    .filter-search label {
        color: #fff;
    }

.search-page .tab-content ul li {
    padding: 30px 0;
    margin: 0;
    border-top: 1px solid #e3e3e3;
}


.inner-banner {
    background-color: #542f22 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-image: url(../images/inner-bg1.jpg);
    background-position: top center;
}

    .inner-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.5;
    }

    .inner-banner .container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 150px 0;
    }

.thm-breadcrumb {
    margin: 10px 0 0 0;
    display: block;
    width: 100%;
    float: left;
    text-align: left;
}

    .thm-breadcrumb li {
        font-size: 14px;
        display: inline-block;
    }

        .thm-breadcrumb li a {
            color: #fff;
        }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .2rem;
    color: #a3a3a3;
    content: "/";
}

.breadcrumb a {
    color: #949ea5;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400;
}


.inner-banner-title {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
}


.main-pagination {
    margin: 20px 0;
    text-align: center;
    width: 100%;
    float: left;
}

    .main-pagination ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

.page-link {
    position: relative;
    display: block;
    padding: 0 .75rem;
    color: #9b6358;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    font-size: 18px;
    border-radius: 100px !important;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

    .page-link:hover {
        color: #D03000;
    }

.main-pagination .active {
    background-color: #D03000;
    border: 1px solid #D03000 !important;
    color: #fff;
}

.page-link:hover {
    background-color: #D03000;
    border: 1px solid #D03000 !important;
    color: #fff;
}


.pageCurrent {
    position: relative;
    padding: 0 .75rem;
    font-size: 18px;
    border-radius: 100px !important;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #D03000;
    border: 0px solid #D03000 !important;
    color: #fff;
}

.btnPaging, .Dots {
    position: relative;
    padding: 0 .75rem;
    color: #9b6358;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    font-size: 18px;
    border-radius: 100px !important;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.faq-block {
    width: 100%;
    float: left;
}

    .faq-block .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #e3e3e3 !important;
        border-radius: 0;
    }

    .faq-block .accordion .card {
        margin-bottom: .75rem;
        box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
        border-radius: 0;
    }

        .faq-block .accordion .card .card-header {
            background-color: transparent;
            border: none;
            padding: 20px 30px;
        }

            .faq-block .accordion .card .card-header h5 {
                font-size: 1.4rem;
                color: #D03000;
            }


                .faq-block .accordion .card .card-header h5 a[aria-expanded="true"] {
                }

            .faq-block .accordion .card .card-header a[aria-expanded="true"]:before {
                content: "\f078";
                color: #D03000;
                font-family: "Font Awesome 5 Free";
            }


            .faq-block .accordion .card .card-header a:before {
                font-family: "Font Awesome 5 Free";
                position: absolute;
                right: 20px;
                top: 23px;
                font-size: 15px;
                display: block;
            }

            .faq-block .accordion .card .card-header a[aria-expanded="false"]:before {
                content: "\f054";
                font-family: "Font Awesome 5 Free";
            }

            .faq-block .accordion .card .card-header h5 {
                padding: 0;
                margin: 0;
            }

        .faq-block .accordion .card .card-body {
            padding: 0 30px 30px;
        }


    .faq-block ul {
        padding: 0;
        margin: 0;
    }

        .faq-block ul li {
            border-bottom: 1px solid #ddd;
            list-style: none;
            padding: 0 0 30px 0;
            margin: 0 0 30px 0;
        }

            .faq-block ul li:last-child {
                border-bottom: 0px solid #ddd;
            }

            .faq-block ul li h4 {
                font-size: 1.25rem;
            }


.footer-wrapper {
    background: #35160b;
    padding: 50px 0 0 0;
    float: left;
    width: 100%;
}

.footer-tittles {
    padding-top: 30px;
}


    .footer-tittles h2 {
        font-weight: 400;
        font-size: 45px;
    }



.event-annos {
    background: #9b6358;
    margin: 100px 0 0 0;
    padding: 40px 0 70px 0;
}

    .event-annos .event-img {
        margin-top: -100px;
    }

        .event-annos .event-img img {
            display: inherit;
            border-radius: 30px;
            margin-bottom: 25px;
        }

    .event-annos .section-title h2 {
        color: #fff;
    }

    .event-annos p {
        color: #fff;
    }

    .event-annos h5 {
        font-size: 20px;
        padding: 0;
        margin: 0 0 10px 0;
        display: block;
        color: #fff;
    }

        .event-annos h5 a {
            color: #fff;
        }

.why-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


    .why-section .about-img2 .info-man2 {
        background: #fff;
        display: inline-block;
        padding: 23px 36px;
        border-radius: 20px;
        margin-right: 10px;
        box-shadow: 0 15px 25px rgba(253, 143, 95, 0.1);
        margin-bottom: -50px;
    }

        .why-section .about-img2 .info-man2 .head-cap2 img {
            width: inherit;
        }

        .why-section .about-img2 .info-man2 .head-cap2 h3 {
            color: #D03000;
            font-size: 40px;
            font-weight: 600;
            padding-left: 15px;
            line-height: 32px;
        }

        .why-section .about-img2 .info-man2 p {
            color: #000000;
            margin: 0;
            line-height: 1.5;
        }




.why-details .about-details-cap2 h4 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000a2d;
    display: inline-block;
}

.why-details .about-details-cap2 p {
    color: #464d65;
    font-size: 16px;
}

.collapse-wrapper .card {
    border: 0em;
    border-radius: 0;
}

    .collapse-wrapper .card:last-child {
        margin-bottom: 0px;
    }

.collapse-wrapper .card-header {
    padding: 0;
    border-radius: 0;
    background: none;
    border-bottom: 0px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

    .collapse-wrapper .card-header a {
        font-size: 20px;
        font-weight: 600;
        padding: 20px 15px 20px 41px;
        color: #000;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #e3e3e3 !important;
    }

        .collapse-wrapper .card-header a.btn-link {
            color: #D03000;
        }

        .collapse-wrapper .card-header a.collapsed {
            color: #000000;
        }

    .collapse-wrapper .card-header h2 a.collapsed::after {
        content: "\f067";
        font-family: "Font Awesome\ 5 Free";
        font-weight: 800;
        color: #D03000;
    }

    .collapse-wrapper .card-header h2 a::after {
        position: absolute;
        top: 22px;
        font-size: 15px;
        color: #D03000;
        left: 8px;
        font-weight: 600;
        content: "\f068";
        font-family: "Font Awesome\ 5 Free";
    }

.collapse-wrapper .card-body {
    background: #fff;
    padding: 0 38px 20px;
}




.partners {
}

    .partners .owl-carousel.owl-drag .owl-item {
        border: 1px solid #e3e3e3;
        margin: auto;
        text-align: center;
        padding: 40px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 230px;
    }

    .partners .owl-carousel .owl-item img {
        margin: auto;
        width: auto;
        max-width: 100%;
        text-align: center;
    }

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

    .nav-tabs .nav-link {
        font-size: 20px;
        display: block;
        color: #fff;
        line-height: 1.4;
        border: 0px solid #9b6358;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        padding: 20px 0;
        border-radius: 0;
        font-weight: 400;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #fff;
            background-color: transparent;
            border-top: 5px solid #D03000;
            font-weight: 600;
        }

.nav-tabs {
    margin: 0 auto 0;
    text-align: center;
    display: block ruby;
}

    .nav-tabs .nav-item {
        margin: 0 20px;
        padding: 0;
        list-style: none;
    }

        .nav-tabs .nav-item::before {
            display: none;
        }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-top: 5px solid #D03000;
    }


.news-link {
    background: #f5efe9;
}

    .news-link .single-news {
        margin: 0 5px;
        background: #fff;
        padding: 20px 20px 40px;
        border-radius: 30px;
    }

        .news-link .single-news .blog-img {
            margin-bottom: 20px;
            width: 100%;
        }

            .news-link .single-news .blog-img img {
                display: inherit;
                border-radius: 30px;
                margin-bottom: 25px;
                -webkit-transition: 0.4s;
                -moz-transition: 0.4s;
                -o-transition: 0.4s;
                transition: 0.4s;
                width: 100%;
            }

        .news-link .single-news .news-cap p {
            margin-bottom: 20px;
        }

        .news-link .single-news .news-cap a.more-btn {
            color: #D03000;
            font-size: 18px;
            font-weight: 400;
        }

            .news-link .single-news .news-cap a.more-btn:hover {
                letter-spacing: 1px;
            }



        .news-link .single-news .news-cap h5 {
            padding: 0;
            margin: 10px 0 20px;
            font-size: 20px;
            line-height: 1.2;
            color: #000000;
        }

            .news-link .single-news .news-cap h5 a {
                display: block;
                color: #000000 !important;
                text-decoration: none;
            }

                .news-link .single-news .news-cap h5 a:hover {
                    color: #D03000;
                }

        .news-link .single-news .news-cap a.more-btn {
            color: #D03000;
            font-size: 18px;
            font-weight: 400;
        }

            .news-link .single-news .news-cap a.more-btn:hover {
                letter-spacing: 1px;
            }

        .news-link .single-news .news-cap a {
            color: #D03000;
            text-decoration: underline;
        }

    .news-link .nav-tabs .nav-item.show .nav-link, .program-section .nav-tabs .nav-link.active {
        color: #000;
    }

    .news-link .nav-tabs .nav-link {
        color: #000;
    }

.news-cap date {
    margin-bottom: 15px;
    display: block;
}

.fa-calendar-alt {
    color: #D03000;
    font-size: 15px;
    margin: 0 10px 0 0;
}

.program-section .program-services {
    margin: 0 5px;
}

    .program-section .program-services.program-services2 {
        margin: 0 inherit;
        margin-bottom: 30px;
    }

    .program-section .program-services .program-img {
        position: relative;
        overflow: hidden;
        border-radius: 30px;
    }

        .program-section .program-services .program-img img {
            width: 100%;
        }

    .program-section .program-services .services-caption {
        position: absolute;
        bottom: 0%;
        width: 100%;
        text-align: center;
        z-index: 1;
        background: rgba(155,99,88,.9);
        display: table;
        padding: 15px;
        height: 80px;
    }

        .program-section .program-services .services-caption h3 {
            padding: 0;
            margin: 0;
            vertical-align: middle;
            display: table-cell;
            font-size: 18px;
        }

            .program-section .program-services .services-caption h3 a {
                color: #fff;
            }

                .program-section .program-services .services-caption h3 a:hover {
                    color: #fff;
                }


    .program-section .program-services:hover .services-caption h3 a {
        color: #fff;
    }


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    border: 1px solid #ccc;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    top: 40%;
    transform: translateY(-40%);
    left: auto;
    color: #000;
    background: none;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 30px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
        border: 1px solid #D03000;
    }

        .owl-carousel .owl-nav button.owl-next:hover i, .owl-carousel .owl-nav button.owl-prev:hover i {
            color: #D03000;
        }

    .owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
        font-size: 20px;
        color: #D03000;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

.owl-carousel .owl-nav button.owl-prev {
    left: -58px;
}

    .owl-carousel .owl-nav button.owl-prev i {
        color: #e3e3e3;
    }

.owl-carousel .owl-nav button.owl-next {
    right: -58px;
}

    .owl-carousel .owl-nav button.owl-next i {
        color: #e3e3e3;
    }

.owl-carousel .owl-stage {
    margin: 30px 0;
}


#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 40px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 50px;
        padding-right: 50px;
        outline: none;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 60px auto 0;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: transparent;
        border: 0px solid #357ebd;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }


.footer-area {
    color: #aeaeae;
}

    .footer-area .footer-pera p {
        color: #aeaeae;
        padding-right: 52px;
        font-size: 14px;
        margin-bottom: 50px;
        line-height: 1.8;
    }

    .footer-area .footer-pera.footer-pera2 p {
        padding: 0;
    }

    .footer-area .footer-tittle h4 {
        color: #fff;
        font-size: 17px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .footer-area .footer-tittle ul {
        margin: 0;
        padding: 0;
    }

        .footer-area .footer-tittle ul li {
            margin: 0 0 5px 0;
            padding: 0;
            color: #aeaeae;
            list-style: none;
            font-size: 14px;
        }

            .footer-area .footer-tittle ul li a {
                color: #aeaeae;
                font-size: 15px;
            }

                .footer-area .footer-tittle ul li a:hover {
                    color: #fff;
                    text-decoration: underline;
                }





.footer-bottom-area {
    border-top: 1px solid #594038;
    padding: 10px 0 0 0;
}


    .footer-bottom-area .footer-copy-right p {
        color: #fff;
        font-size: 14px;
        line-height: 2;
        margin-top: 15px;
    }

        .footer-bottom-area .footer-copy-right p a {
            color: #D03000;
        }

.footer-social {
    text-align: right;
}

    .footer-social a {
        color: #fff;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font-size: 25px;
        line-height: 45px;
        display: inline-block;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .footer-social a img {
            border-radius: 20px
        }

        .footer-social a i {
            display: inline-block;
            line-height: 45px;
        }

.single-footer-caption {
    margin-bottom: 40px;
}

.number a {
    font-size: 26px !important;
    color: #fff !important;
    margin-bottom: 0;
    display: block;
}

.page-notification {
    background: #eff5f8;
    padding: 13px 0;
    margin-bottom: 45px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}



@media (max-width: 575.98px) {
    .wsmenu > .wsmenu-list > li > a {
        border-right: 0px solid #7c493f !important;
    }

    .wsmenu > .wsmenu-list > li > ul.sub-menu {
        min-width: 190px !important;
    }

    .search {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }

        .search .section-title h2 {
            font-size: 25px;
        }

        .search .card {
            width: 90%;
        }

    .main-slider {
        margin-bottom: 0;
    }

        .main-slider img {
            min-height: 180px;
        }

    .carousel-caption {
        top: 0;
        right: 10%;
        width: 80%;
        text-align: center;
        left: 10%;
        margin: auto;
    }

        .carousel-caption h2 {
            font-size: 18px;
            margin: 0;
            padding: 0;
        }

        .carousel-caption p {
            color: #fff;
            font-size: 15px;
            line-height: 20px;
            padding: 0;
            margin: 0;
        }

    .section-title h2 {
        font-size: 30px;
    }

    .event-annos .event-img {
        margin-top: 30px;
    }

    .main-search .col-md-12 {
        padding: 0;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .footer-social {
        text-align: left;
    }

    .header-top .toplink {
        float: left;
    }

    .sitemap ul li {
        width: 100%;
        min-height: auto;
    }

    .content-inner .sitemap h3 {
        padding: 15px 0;
        margin: 20px 0 20px 0;
        min-height: auto;
    }


    .inner-banner {
        background-size: 100%;
        background-attachment: inherit;
    }

        .inner-banner .container {
            padding: 70px 0;
        }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wsmenu > .wsmenu-list > li > a {
        border-right: 0px solid #7c493f !important;
    }

    .wsmenu > .wsmenu-list > li > ul.sub-menu {
        min-width: 190px !important;
    }

    .search {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }

        .search .section-title h2 {
            font-size: 25px;
        }

        .search .card {
            width: 90%;
        }

    .main-slider {
        margin-bottom: 0;
    }

        .main-slider img {
            min-height: 180px;
        }

    .carousel-caption {
        top: 0;
        right: 10%;
        width: 80%;
        text-align: center;
        left: 10%;
        margin: auto;
    }

        .carousel-caption h2 {
            font-size: 18px;
            margin: 0;
            padding: 0;
        }

        .carousel-caption p {
            color: #fff;
            font-size: 15px;
            line-height: 20px;
            padding: 0;
            margin: 0;
        }

    .section-title h2 {
        font-size: 30px;
    }

    .event-annos .event-img {
        margin-top: 30px;
    }

    .main-search .col-md-12 {
        padding: 0;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .footer-social {
        text-align: left;
    }

    .sitemap ul li {
        width: 100%;
        min-height: auto;
    }

    .content-inner .sitemap h3 {
        padding: 15px 0;
        margin: 20px 0 20px 0;
        min-height: auto;
    }


    .inner-banner {
        background-size: 100%;
        background-attachment: inherit;
    }

        .inner-banner .container {
            padding: 70px 0;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}

.content-inner h1, .content-inner h2, .content-inner h3, .content-inner h4, .content-inner h5, .content-inner h6, .content-inner hr {
    width: 100%
}


select, option {
    max-width: 100%;
    white-space: normal;
    /* For Firefox: */
    text-overflow: ellipsis;
}

.partner .pro-item .pro-img img {
    width: auto !important;
    border-radius: 0 !important;
}

.partner .pro-cap {
    min-height: 250px !important;
}

.content-inner .event-container ul li {
    position: relative;
    color: #444;
    padding: 0px 0 20px 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    margin: 20px 0 0 0;
}


    .content-inner .event-container ul li h3 {
        padding: 0;
        margin: 10px 0;
        font-size: 20px;
        line-height: 1.2;
        color: #000000;
    }

        .content-inner .event-container ul li h3 a {
            color: #000000;
        }

.newCourses1 {
    position: absolute;
    right: 40px;
    background: #d03000;
    border-radius: 80px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    top: -10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.content-inner ol {
    list-style: number;
}

.apply-Now-footer {
    background: #D03000 !important;
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.newsletter .btn {
    border-radius: 0;
    height: 60px;
    min-width: inherit;
    padding: 20px;
}

.newsletter .form-control-lg {
    height: 60px;
    font-size: 20px;
    border-radius: 0;
}

.wpp-button .btn {
    top: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    left: auto !important;
    position: fixed;
    z-index: 1000;
    border: 0px none;
    width: 80px;
    height: 77px;
    border-radius: 100%;
    line-height: 40px;
}
