@charset "utf-8";

/* CSS Document */

body {
    font-family: 'Alata', sans-serif;
}

html, body {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

a {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wrapper-menu {
    top: 0px;
    width: 100%;
}

.top-banner {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
}

.top-banner-text h3 {
    font-size: 54px;
    color: #fff;
    font-weight: 800;
}

.top-banner-text p {
    font-size: 17px;
    color: #fff;
    line-height: 27px;
}

.top-banner .wrapper-btn a {
    border: solid 2px #fff;
    padding: 7px 15px;
    display: inline-block;
    text-decoration: none;
}

.top-banner .wrapper-btn a {
    border: solid 2px #fff;
    padding: 8px 38px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    font-weight: bold;
    color: #ffa500;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wrapper-menu.fixed {
    background: #50418a;
    z-index: 9999;
    position: fixed !important;
}

.wrapper-menu {
    /*position: absolute !important;*/
    background: #4ac7e9;
}

.wrapper-menu ul.navbar-nav li a {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-left: 4px;
}

.nav-item.buy-now a {
    background: #302018;
    border-radius: 10px;
    padding: 5px 22px !important;
}

.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-left: 23px;
    background: #ffa725;
}

.wrapper-menu ul.navbar-nav {
    margin-left: auto;
}

.top-wrapper-bg {
    background: url(../images/top-banner.jpg);
}

.add-banner-wr .col-md-3 {
    padding: 0px;
}

.add-banner-wr {
    /* background: url(../images/bg2.jpg); */
    background-size: cover;
}

.footer-wrappper {
    padding-top: 34px;
    padding-bottom: 36px;
}

.add-info-foot {
    margin-top: 45px;
    margin-left: 75px;
    width: 100%;
    float: left;
    text-align: center;
}

@media (max-width:1090px) {
    .add-info-foot {
        margin-top: 45px;
        margin-left: 15px;
    }
}

@media (max-width:832px) {
    .add-info-foot {
        margin-top: 10px;
        margin-left: 0px;
    }
}

.add-info-foot ul li {
    list-style: none;
    margin-bottom: 4px;
    display: inline-block;
}

.add-info-foot ul li a {
    color: #000;
    text-decoration: none;
    display: flex;
}

.add-info-foot ul li a i {
    color: #990100;
    margin-right: 7px;
    text-align: center;
    font-size: 21px;
}

.add-info-foot ul li a span {
    margin-right: 7px;
}

.map-info p {
    margin-left: 137px;
}

.map-info {
    display: inline-flex;
    margin-left: 9px;
    width: 100%;
    padding-top: 8px;
}

.map-info span {
    font-size: 17px;
    color: #000;
    margin-right: 11px;
    font-weight: 500;
}

.map-text a {
    color: #980000;
}

.map-info .google-maps a {
    background: #abaeb3;
    padding: 0px 11px;
    display: inline-flex;
    border-radius: 0px;
    color: #fff;
}

.tabs-wrapper-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tabs-wrapper ul.nav li a.active {
    background: url(../images/bg1-btn.png);
    background-size: 100% 100%;
}

.tabs-wrapper ul.nav li a {
    background: url(../images/bg2-btn.png);
    background-size: 100% 100%;
}

.tabs-wrapper ul.nav li a {
    font-size: 17px;
    color: #fff;
    width: 161px;
    text-align: center;
    background-size: 100% 100%;
    border: none;
}

.tabs-wrapper .tab-content {
    background: #fff;
    padding: 11px;
    border: solid 1px #cbcbcb;
    float: left;
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    padding-right: 0px;
}

.tab-rows .tab-ro {
    width: 96%;
    float: left;
}

.tab-rows {
    display: flex;
    border-bottom: dotted 1px #2196f3;
    padding-bottom: 14px;
    padding-top: 15px;
    margin-right: 20px;
}

.tab-rows .tab-ro h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2196f3;
    margin-bottom: 0px;
}

.tab-rows .tab-ro p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
}

.tab-rows .icons {
    margin-top: 12px;
}

.logo-wrapp {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}

.more-btn {
    float: left;
    width: 100%;
    margin-top: 8px;
    text-align: right;
}

.more-btn a {
    background: url(../images/more-bg.png);
    padding: 8px 28px;
    font-size: 17px;
    background-size: cover;
    padding-right: 14px;
}

.more-btn {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: right;
    margin-bottom: -4px;
}

.more-btn a {
    color: #fff;
}

.tab-titless {
    float: left;
    width: 100%;
}

.tab-videos .tab-content {
    width: 100%;
    float: left;
}

.tab-videos .tab-content .videos-rows iframe {
    width: 100%;
    height: 223px;
}

.tab-titless .nav-item {
    float: left;
    width: 50%;
}

.tab-titless .more-btn {
    float: left;
    width: 50%;
    margin-top: 2px;
    margin-bottom: 0px;
}

.tab-titless .more-btn a {
    background: none;
    color: #87d2e9;
    font-weight: bold;
    font-size: 19px;
    padding-right: 0px;
}

.tab-titless .nav-item a {
    background: url(../images/bg1-btn.png);
    background-size: 100% 100%;
    padding: 0.5rem 0px;
    display: inline-block;
    width: 100%;
    padding-left: 16px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.calendar .tab-titless .nav-item a {
    background: url(../images/cl.png);
    background-size: 100% 100%;
}

.news-box {
    width: 95%;
    float: left;
    text-align: left;
    margin-left: auto;
    margin-bottom: 45px;
}

.news-box h3 {
    font-size: 26px;
    color: #000000;
    font-weight: normal;
}

.date-button {
    margin-bottom: 22px;
    margin-top: 48px;
}

.date-button a {
    background-color: #e97c80;
    font-size: 18px;
    padding: 3px 11px;
    color: #ffff;
    border-radius: 5px;
    text-decoration: none;
}

.news-box p {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    text-align: justify;
    width: 98%;
    /* float: left; */
    margin-bottom: 48px;
    word-break: break-word;
}

.rowbg .col-md-5,
.rowbg .col-md-7 {
    float: left;
}

.rowbg {
    width: 100%;
    background: #b8e3e7;
}

.rowbg h3 {
    margin-bottom: 0px;
}

.rowbg .new-top {
    margin-top: 7px;
    margin-bottom: 7px;
}

.rowbg .new-top select#country {
    width: 180px;
    height: 30px;
    font-size: 15px;
    padding: 0px 8px;
}

.rowbg .new-text-legt h3 {
    margin-top: 10px;
    font-size: 20px;
}


/*page 3*/

.news-center-text span {
    font-size: 17px;
    font-weight: bold;
    color: #f2a54e;
}

.news-center-text h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}

.news-center-text {
    line-height: 21px;
    padding-top: 0px;
}

.news-center-text p {
    font-size: 17px;
    font-weight: normal;
    color: #000000;
}

.news-right-button {
    margin-top: 47px;
    width: 100%;
    float: left;
    text-align: center;
}

.news-right-button a {
    background-color: #990000;
    padding: 2px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.row.row-news {
    background-color: #f9e5e6;
    margin-top: 22px;
    border-top: solid 6px #dca8a8;
}

.news-center-text p {
    margin-bottom: 0px;
}

.rowbg.sds {
    margin-bottom: 34px;
}

.buttom-img {
    margin-top: 26px;
    margin-right: -18px;
    margin-bottom: 80px;
}

.top-text {
    padding-top: 62px;
    padding-bottom: 0px;
}

.top-text h4 {
    /* margin-bottom: 21px; */
    /* border-left: solid 6px #e97c80; */
    /* padding-left: 25px; */
    color: #000;
    font-weight: bold;
    font-size: 36px;
}

.top-date-button {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 19px;
    border-top: dashed 1.50px #4abc34;
    padding-top: 50px;
}

.top-date-button a {
    background-color: #e97c80;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 6px 17px;
    border-radius: 5px;
    text-decoration: none;
}

.img-top-text h3 {
    font-size: 26px;
    font-weight: normal;
    color: #000;
    padding-bottom: 6px;
}

.top-text {
    padding-top: 19px;
    padding-bottom: 0px;
}

.img-buttom-text h4 {
    font-size: 20px;
    font-weight: bold;
}

.img-box {
    margin-bottom: 31px;
    border: solid 1px #cccccc;
}

.img-buttom-text h4 {
    font-size: 17px;
    font-weight: bold;
    color: #990000;
}

.event-button a {
    font-size: 15px;
    color: #b8b8b8;
    font-weight: 600;
    text-decoration: none;
}

.img-buttom-text {
    background-color: #ffff;
    padding: 18px 18px;
}

.sidemenu {
    background: #f5f3ee;
    border-top: 4px solid #990000;
    margin-top: 20px;
}

.sidemenu li:hover i.far {
    border: 2px solid #fff;
    color: #ffffff;
}

.sidemenu li {
    border-bottom: 1px dashed #e4e4e4;
    position: relative;
}

.sidemenu li>a {
    font-size: 14px;
    line-height: 16px;
    color: #444d54;
    display: flex;
    padding: 15px 10px;
    justify-content: space-between;
    align-items: center;
    /* font-weight: bold; */
    text-decoration: none;
    padding-left: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidemenu li ul li {
    /* background: rgb(213, 221, 245); */
}

.sidemenu li ul li>a {
    color: rgba(158, 31, 22, 0.9);
    margin-left: 5px;
}

i.far.fa-arrow-right {
    display: inline-block;
    border: 2px solid #db9292;
    border-radius: 100%;
    color: #db9292;
    height: 25px;
    min-width: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 24px;
    cursor: pointer;
}

i.fa.fa-plus {
    display: inline-block;
    /* border: 2px solid #db9292; */
    border-radius: 100%;
    color: #db9292;
    height: 25px;
    min-width: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 24px;
    cursor: pointer;
}

.sidemenu>li:hover a i {
    border: 2px solid #e97d81;
    border-radius: 100%;
    color: #e97d81;
}

.sidemenu li:hover>a {
    background: #990000;
    color: #fff;
}

.col-md-3.sidemenu-wrapper {
    padding-right: 18px;
}

.top-text-c .top-text {
    padding-bottom: 5px;
    /* border-bottom: dotted 2px #6eb94a; */
    /* margin-bottom: 24px; */
}

.fa-arrow-right:before {
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
}

.fa-plus:before {
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
}

.post-img-wrapper .post-date {
    width: 52px;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 333;
    background: #a9bee3;
    padding-top: 3px;
    padding-bottom: 3px;
}

.post-img-wrapper .post-date span {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.owl-item.synced.active .item-slider-images:after {
    background: #000;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0px;
    content: "";
    opacity: 0.5;
}

.row-owl-carousel-wrapper {
    width: 100%;
    float: left;
    padding-left: 52px;
    margin-bottom: 66px;
}

.row-owl-title .date-button {
    margin-top: 0px;
}

.row-owl-title {
    text-align: center;
    margin-bottom: 45px;
}

.row-owl-title p {
    font-weight: bold;
    font-size: 13px;
    word-break: break-word;
}

#sync1 .owl-nav button.owl-prev {
    position: absolute;
    left: -48px;
    top: 50%;
}

#sync1 .owl-nav button.owl-next {
    position: absolute;
    Right: -48px;
    top: 50%;
}

#sync1 .owl-nav button span {
    font-size: 52px;
    line-height: 29px;
    width: 35px;
    display: inline-block;
    border-radius: 50px !important;
    background: #e97c80;
    color: #fff;
    height: 35px;
}

#sync1 .owl-nav button {
    outline: 0;
}

.calendar_remark {
    width: 100%;
    padding: 25px 0px 0;
    text-align: center;
}

.calendar_remark .remark_item {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    padding-bottom: 14px;
}

.calendar_remark .remark_1:before {
    background-color: #feaf01;
}

.calendar_remark .remark:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 22px;
    height: 22px;
}

.calendar_remark .remark {
    padding-left: 33px;
    position: relative;
    line-height: 23px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.calendar_remark .remark_2:before {
    background-color: #6dbc03;
}

.calendar_remark .remark_3:before {
    background-color: #3b96f1;
}

.calendar_remark .remark_4:before {
    background-color: #ff7d34;
}

a.down-btn {
    background: #fff;
    color: #990000;
    padding: 4px 15px;
    display: table;
    margin: 15px auto;
    border-radius: 5px;
    box-shadow: 0 6px 11px #44444461;
    border: solid 2px #990000;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.down-btn:hover {
    background: #990000;
    color: #fff;
}

.event-item {
    border: 2px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    background: #fff;
}

span.event-date {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    border-right: solid 2px #6eba4a;
    margin-right: 14px;
}

.title-text h4 {
    color: #000;
    FONT-SIZE: 19px;
    font-weight: 700;
}

.title-text p {
    font-size: 15px;
    line-height: 20px;
}

span.event-date b {
    font-weight: normal;
    display: block;
    font-size: 19px;
}

h3.event-title {
    color: #990000;
    FONT-SIZE: 30px;
    margin-bottom: 10px;
}

.all-events {
    margin-bottom: 50px;
    width: 100%;
}

.news-right-button a:hover {
    background: #50418a;
}

.top-text-c {
    margin-bottom: 49px;
}

.post-img-wrapper .post-img-row {
    position: relative;
    overflow: hidden;
}

.img-box:hover .post-img-wrapper .post-img-row img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.post-img-wrapper .post-img-row img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.img-box {
    margin-bottom: 31px;
    border: solid 1px #cccccc;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.img-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media (max-width:991px) {
    .container {
        max-width: 100%;
    }
    .menu-bar ul.menu {
        position: fixed;
        width: 80%;
        left: 0;
        text-align: left;
        background: #990000;
        z-index: 2;
        padding: 15px 2px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }
    .menu-bar ul.menu li ul.sub-menu {
        background: #d16666;
        margin-left: 3px;
    }
    .menu-bar ul.menu li ul.sub-menu li ul {
        background: #f3a7a7;
        margin-left: 3px;
    }
    .menu-bar ul.menu.open {
        left: 0;
        width: 320px;
    }
    .header .row {
        align-items: center;
    }
    .toggle {
        color: #990000;
        cursor: pointer;
        font-size: 22px;
        margin: 0;
        text-align: right;
        display: block;
        position: absolute;
        right: 9px;
        top: 28px;
        z-index: 9999;
    }
    .menu-side {
        position: initial;
    }
    .nav_area ul li a {
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }
    nav.nav_area ul li {
        display: block;
        position: relative;
        border: 0;
    }
    span.arrow {
        position: absolute;
        right: 10px;
        color: #fff;
        top: 10px;
        width: 40px;
        text-align: center;
        height: 30px;
        font-size: 10px;
        font-style: bold;
    }
    ul.sub-menu {
        display: none;
        position: relative;
        background: transparent;
        padding: 0;
    }
    ul li .sub-menu li a {
        line-height: 14px;
    }
    .header .container {
        position: initial;
    }
    ul.sub-menu span.arrow {
        right: 10px;
        text-align: right;
    }
    span.arrow.close-icon i:before {
        content: '\f106';
    }
    ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
        content: "\f106";
    }
    .home-slider.owl-carousel .owl-item img {
        height: 300px;
    }
    .top-bar img {
        max-width: 25px;
        vertical-align: middle;
    }
    .select-drop {
        margin: 20px auto 0;
    }
    .menu-bar {
        position: initial;
        background: transparent;
    }
}

@media(min-width:992px) {
    .massage-wrapper {
        margin-top: 35px;
    }
}

@media(max-width:1024px) {
    .massage-wrapper {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .menu {
        display: flex;
        justify-content: space-between;
    }
    label.toggle {
        display: none;
    }
    .menu-bar {
        background: #fff;
        width: 100%;
        z-index: 9;
        float: left;
        width: 100%;
        padding-top: 9px;
        padding-bottom: 0px;
        border-bottom: solid 3px #990000;
    }
    .nav_area>ul>li {
        display: inline-block;
        padding: 0 5px;
    }
    .nav_area ul li a {
        color: #000;
        font-size: 16px;
        display: inline-block;
        font-weight: 700;
        padding: 5px 3px;
        text-decoration: none;
        font-family: 'Alata', sans-serif;
    }
    span.arrow {
        display: inline-block;
        padding-left: 5px;
        color: #000;
    }
    .nav_area>ul>li ul.sub-menu {
        /*margin-top: 10px;*/
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
    }
    ul.sub-menu {
        min-width: 150px;
    }
    ul.sub-menu {
        position: absolute;
        background: #003681;
        z-index: 555;
        text-align: left;
    }
    .nav_area ul li:hover ul.sub-menu {
        display: block;
    }
    ul.sub-menu {
        position: absolute;
        background: #990000;
        z-index: 555;
        text-align: left;
        width: 250px;
    }
    .nav_area>ul>li:hover>ul.sub-menu,
    .nav_area ul.sub-menu>li:hover>ul.sub-menu {
        transform: scaleY(1) translateZ(0);
    }
    ul.sub-menu li ul.sub-menu {
        left: 100%;
        /* top: 0px; */
        width: 100%;
        margin-top: -33px;
    }
    .nav_area ul li:hover ul.sub-menu li:hover {
        background: #b10808;
    }
    ul.sub-menu li a {
        color: #fff;
        line-height: 20px;
        padding: 7px 10px 7px 10px;
        font-size: 14px;
        display: inline-block;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: normal;
    }
    ul.sub-menu li.menu-item-has-children .arrow {
        color: #fff;
        padding-left: 0;
        display: flex;
        float: right;
        right: 10px;
        top: 5px;
        position: relative;
    }
}

.top-logo.logo-mobile {
    display: none;
}

.mobile-menu.wrapper-menu {
    z-index: 9999;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
    background: #50418a;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0;
    margin-top: 0px;
}

.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
    font-size: 15px;
    padding-left: 11px;
    padding-right: 7px;
    margin-left: 0px;
    line-height: 28px;
}

.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
    background: #3b2a7b;
}

.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 14px;
}

.wrapper-menu nav#nav {
    padding-bottom: 0px;
}

.wrapper-menu ul.navbar-nav>li>a {
    padding-bottom: 12px;
}

.tab-paned.calendar-home-wrapper #calendar {
    padding-bottom: 35px;
    padding: 17px;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    background: #fff;
    padding-bottom: 72px;
}

.tab-paned.calendar-home-wrapper .fc-left {
    display: none;
}

.calendar-home-wrapper .fc-header-toolbar {
    background: none;
}

.calendar-home-wrapper .fc-header-toolbar .fc-center {
    text-align: center;
    width: 100%;
}

.calendar-home-wrapper .fc-header-toolbar .fc-center h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.calendar-home-wrapper .fc-header-toolbar .fc-right button {
    background: none;
    border: none;
    padding: 2px;
}

.calendar-home-wrapper .fc-header-toolbar {
    background: none !important;
}

.calendar-home-wrapper .fc-header-toolbar .fc-right button:hover {
    color: #000;
}

.calendar-home-wrapper .fc-header-toolbar .fc-right button:focus {
    outline: 0 !important;
    box-shadow: none;
}

.logo-wrapp ul li {
    width: 12.5%;
    float: left;
    margin-bottom: 12px;
}

.logo-ww {
    padding: 0px 14px;
}

.logo-ww .logo-wrapp h3 {
    font-weight: bold;
    font-size: 24px;
}

.selectsidemenu-wrapper select {
    width: 100%;
    height: 37px;
}

.selectsidemenu-wrapper {
    display: none;
}


/**** home ****/

.map-info .google-maps a i.fa.fa-map-marker {
    margin-right: 7px;
    font-size: 24px;
}

.add-info-foot ul {
    padding: 0px;
    margin: 0px;
    display: flex;
}

.add-info-foot ul li span.h2 {
    font-size: 13px;
    margin-right: 28px;
    font-weight: normal;
}

.add-info-foot ul li span i.fa {
    vertical-align: top;
}

.footer-top-icon {
    width: 100%;
    float: left;
}

.footer-top-icon ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.footer-top-icon ul li {
    display: inline-block;
}

.footer-top-icon ul li a {
    margin-right: 5px;
    background-color: #dedede;
    border-radius: 48px;
    font-size: 23px;
    color: #333333;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.footer-top-icon ul li span.rte {
    font-size: 20px;
    margin-right: 18px;
    font-family: 'Alata', sans-serif;
}

.footer-buttom-box {
    width: 100%;
    float: left;
}

.footer-buttom-box h3 {
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 0px;
}

.footer-buttom-box ul li {
    font-size: 14px;
    font-weight: 700;
    color: #252525;
}

.wrapper-bg {
    padding-top: 91px;
}

#carouselExampleControls {
    float: left;
    width: 100%;
}

.Camoesians-box {
    width: 100%;
    float: left;
    padding-top: 62px;
    padding-bottom: 50px;
}

.Camoesians-box h3 {
    font-size: 58px;
    color: #990000;
    font-weight: bold;
    text-align: center;
    padding-bottom: 52px;
}

.Camõesians-text {
    /* padding-top: 39px; */
    margin-left: 39px;
}

.Camõesians-text p {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.Camõesians-text p span.brt {
    font-size: 30px;
    font-weight: bold;
}

.school-box {
    padding-top: 51px;
    padding-bottom: 7px;
}

.school-box h3 {
    font-size: 32px;
    text-align: center;
    color: #990000;
    font-weight: bold;
    padding-bottom: 37px;
}

.sch-buttom-text {
    color: #fff;
    padding-top: 16px;
    padding-bottom: 5px;
    padding-left: 23px;
    text-align: left;
}

.sch-buttom-text h6 {
    font-size: 13px;
}

.sch-buttom-text h5 {
    font-size: 19px;
}

.announcements-row {
    background-color: #fae5e6;
}

.announcements-row p {
    font-size: 15px;
    height: 100px;
    overflow-y: scroll;
    scrollbar-width: none;
    padding: 25px;
    color: #000;
    font-family: 'Alata', sans-serif;
}

.anno-buttom-text {
    background-color: #ac2e2e;
}

.anno-buttom-text h3 {
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding-top: 16px;
    padding-left: 23px;
    padding-bottom: 18px;
    font-weight: normal;
    font-family: 'Alata', sans-serif;
}

.massage-wrapper {
    background-color: #990000;
    text-align: center;
    /* margin-top: 75px; */
    padding: 44px 0px;
    margin-left: 13px;
}

.massage-wrapper h3 {
    font-size: 29px;
    font-weight: bold;
    color: #fff;
}

.massage-wrapper h6 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    padding-top: 11px;
}

.mass-box-button {
    margin-top: 27px;
}

.mass-box-button a {
    background-color: #abaeb2;
    font-size: 16px;
    text-decoration: none;
    padding: 6px 14px;
    color: #fff;
    font-weight: normal;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.mass-box-button a:hover {
    background-color: #fae5e6;
    color: #000;
}

.tsl-img-buttom {
    padding: 19px;
    background-color: #ffffff;
}

.tsl-img-buttom h5 {
    font-size: 20px;
    height: 24px;
    color: #990000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: clip;
}

.view-text a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
}

.know-tsl-box {
    padding: 104px 0px;
}


/**** index-5 ****/

.new-top {
    padding-top: 18px;
    text-align: right;
}

.row.wrapper-date {
    border-bottom: dashed 2px #d3d3d3;
    margin-bottom: 53px;
}

.new-top select:focus {
    outline: 0;
}

.new-top select:hover {
    border: solid 1px #990000;
}

.row-owl-title h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 12px;
}

.date-button-tt {
    padding-bottom: 17px;
}

.date-button-tt a {
    color: #8c8c8c;
    font-size: 17px;
    text-decoration: none;
}

.row-owl-title h4 {
    font-size: 24px;
    font-weight: 700;
}

.row-owl-title p.ewas {
    color: #989898;
    font-size: 15px;
    text-align: revert;
}

.date-button-tt img.img-fluid {
    margin-right: 7px;
    margin-top: -6px;
}


/**** index-2 ****/

.news-box h5 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    padding-top: 12px;
    padding-bottom: 13px;
    border-bottom: groove 2px #e7e7e7;
}

.news-box p.wewa {
    color: #333333;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 0px;
    font-size: 23px;
    padding-top: 17px;
}

.wrapper-2-img h3 {
    font-size: 26px;
    color: #990000;
    font-weight: bold;
    text-align: center;
    padding-top: 16px;
}


/**** index-3 ****/

.announ-text {
    padding: 15px 12px;
}

.announ-text p {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.announ-text h3 {
    font-size: 18px;
    color: #990000;
    font-weight: 900;
}

.newss-wrows {
    padding-bottom: 85px;
}

.top-right-menu {
    background: url(../images/top-right-bg.png);
    background-size: 100% 100%;
}

.top-right-menu ul {
    padding: 8px 20px;
}

.top-right-menu ul li {
    display: inline-block;
}

.top-right-menu ul li a {
    border-right: solid 2px #990000;
    color: #333333;
    padding: 0px 11px;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Alata', sans-serif;
}

.top-right-menu ul li:last-child a {
    border: none;
}

.top-banner .top-logo {
    margin-top: 4px;
}

.container-fluid {
    float: left;
    width: 100%;
}

.about-bg-wrapp {
    background-image: url(../images/about-bgg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-bg-wrapp2 {
    background-image: url(../images/about-bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.about-bg-wrapp2 .school .sch-buttom-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(158, 31, 22, 0.9);
}

.about-bg-wrapp2 .school {
    position: relative;
}

.school-box h3 span {
    background-image: url(../images/hi-light-bg.png);
    background-size: cover;
    padding: 4px 50px;
    vertical-align: top;
}

.school-box.row-top {
    margin-top: 26px;
}

.about-bg-wrapp3 {
    background-image: url(../images/bg3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 53px;
}

footer.footer-bg {
    background: #f6f6f6;
    float: left;
    width: 100%;
}

.wrapper-footer2 .row.wrapper-bg {
    padding-top: 13px;
    padding-bottom: 0px;
}

.wrapper-footer2 {
    border-top: solid 1px #990000;
    padding-top: 22px;
}

.footer-box-line span {
    border-bottom: solid 2px #990000;
    display: inline-block;
    width: 43px;
}

.footer-box-line {
    float: left;
    width: 100%;
    line-height: 8px;
    margin-bottom: 13px;
}

.footer-buttom-box ul {
    float: left;
    width: 100%;
}

.footer-buttom-box ul li a {
    color: #000000;
    font-weight: normal;
    margin-bottom: 4px;
    display: inline-block;
    text-decoration: none;
}

.footer-buttom-box ul li a:hover {
    color: #990100;
}

.footer-copy-right {
    text-align: right;
    margin-bottom: 26px;
}

.footer-copy-right p {
    font-size: 13px;
    color: #000000;
}

.row.row-newss .know-tsl-box {
    padding-top: 0;
    padding-bottom: 40px;
    margin-top: -34px;
}

.row.row-newss {
    background: #fbe6e7;
}

.row.rowssss {
    margin-bottom: 89px;
    margin-top: 35px;
}

.container-news-p {
    float: left;
    width: 100%;
}

#newswrapper {
    float: left;
    width: 100%;
}

.about-bg-wrapp2 .school {
    position: relative;
    float: left;
    width: 100%;
}

.about-bg-wrapp2 .row-slideraa {
    width: 100%;
    float: left;
}

.about-bg-wrapp2 .owl-dots {
    display: none;
}

.about-bg-wrapp2 .owl-nav button.owl-prev {
    position: absolute;
    left: -41px;
    top: 36%;
}

.about-bg-wrapp2 .owl-nav button.owl-next {
    position: absolute;
    Right: -41px;
    top: 36%;
}

.about-bg-wrapp2 .owl-nav button span {
    background: #aeaeae;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    line-height: 20px;
    border-radius: 50px;
}

.about-bg-wrapp2 .owl-nav button:focus {
    outline: 0;
}

.about-bg-wrapp2 .owl-nav button span:hover {
    background: #990000;
}

.footer-top-icon ul li a:hover {
    background-color: #ac2e2e;
    color: #fff;
}

.other-page1 {
    padding: 0px;
    position: relative;
}

.other-banner-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.other-banner-wrapper .banner-other-page-tittle {
    text-align: center;
}

.other-banner-wrapper .banner-other-page-tittle h3 {
    background: url(../images/hi-light-bg.png);
    display: inline-block;
    font-size: 29px;
    min-width: 415px;
    padding: 7px 25px;
    background-size: 100% 100%;
    margin-bottom: 0px;
    color: #990000;
    opacity: 0.8;
}

.other-body-bg {
    background-image: url(../images/body-newbg.jpg);
    background-size: cover;
    background-position: center;
}

.breadcrumb-wrapper {
    width: 100%;
    margin-top: 33px;
}

.breadcrumb-wrapper ul.breadcrumb {
    margin-bottom: 0;
    background: none;
}

.breadcrumb-wrapper ul.breadcrumb li {
    margin-right: 6px;
    font-size: 18px;
    color: #000000;
}

.breadcrumb-wrapper ul.breadcrumb li a {
    color: #990000;
}

.calendar-wrapper {
    margin: 0px auto;
    margin-top: 33px;
}

.new-top select {
    border: solid 1px #afafaf;
    padding: 5px 19px;
}

.back-btn-wrapper {
    text-align: right;
    margin-top: 26px;
}

.back-btn-wrapper a {
    background: #990000;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
}

.back-btn-wrapper a i.fa {
    font-size: 14px;
    margin-right: 6px;
}

.back-btn-wrapper a:hover {
    background-color: #710000;
}

.img-buttom-text h4 a {
    color: #990000;
    text-decoration: none;
}

.event-button {
    font-size: 15px;
    color: #272727;
}

.event-button i.fa {
    color: #990000;
}


/**** Mobile Layout ****/

@media only screen and (max-width: 767px) {
    #map {
        width: 340px;
    }
    #map iframe {
        width: 280px;
    }
    .all-events {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 31px;
    }
    .top-right-menu ul {
        padding: 8px 20px;
        text-align: center;
    }
    .row.wrapper-date {
        margin-left: 0px;
        margin-right: 0px;
    }
    .breadcrumb-wrapper ul.breadcrumb {
        padding-left: 0px;
        padding-right: 0px;
    }
    .row.row-newss .know-tsl-box .wrapper-img img {
        width: 100%;
    }
    .footer-top-icon ul {
        text-align: center;
    }
    .massage-wrapper {
        background-color: #990000;
        text-align: center;
        margin-top: 75px;
        padding: 35px;
        margin-left: 0;
    }
    .row.row-newss .know-tsl-box {
        margin-top: 0;
    }
    .about-bg-wrapp2 .owl-nav button.owl-prev {
        left: -21px;
    }
    .about-bg-wrapp2 .owl-nav button.owl-next {
        Right: -21px;
    }
    .add-info-foot ul {
        display: inline-block;
    }
    .school-box h3 span {
        background-size: 100% 100%;
        padding: 2px 35px;
        vertical-align: top;
        font-size: 21px;
        padding-bottom: 10px;
    }
    .footer-copy-right {
        text-align: center;
        margin-bottom: 22px;
        margin-top: 20px;
    }
    .Camoesians-box h3 {
        font-size: 35px;
        padding-bottom: 52px;
    }
    .Camoesians-box {
        width: 100%;
        float: left;
        padding-top: 26px;
        padding-bottom: 11px;
    }
    .selectsidemenu-wrapper {
        display: block;
    }
    .sidemenu {
        display: none;
    }
    .selectsidemenu-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sidemenu li {
        border-bottom: 1px dashed #7d7d7d;
        position: relative;
    }
    .sidemenu li>a {
        line-height: 48px;
        padding: 4px 10px;
    }
    i.far.fa-arrow-right {
        top: 14px;
    }
    i.fa.fa-plus {
        top: 14px;
    }
    .logo-wrapp ul li {
        width: 33%;
        float: left;
        margin-bottom: 12px;
        padding: 3px;
        text-align: center;
    }
    .mobile-menu.wrapper-menu {
        position: relative !important;
    }
    .top-logo.logo-mobile {
        display: block;
    }
    .top-logo {
        text-align: center;
        width: 100%;
    }
    .top-banner-img {
        width: 100%;
        text-align: center;
        display: none;
    }
    .add-banner {
        text-align: center;
        margin-top: 20px;
    }
    .tabs-wrapper-row .tabs-wrapper .tab-content {
        margin-bottom: 22px;
    }
    .map-info {
        display: inline-block;
        margin-left: 0;
        margin-top: 24px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .map-info .map-text {
        margin-bottom: 19px;
    }
    .add-info-foot ul li a {
        font-size: 18px;
    }
    .wrapper-menu {
        padding: 0px;
    }
    .wrapper-menu .container {
        padding: 0px;
    }
    .wrapper-menu #navbarSupportedContent {
        background: #50418a;
        z-index: 999;
        padding: 15px 15px;
    }
    .wrapper-menu .container nav#nav {
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 3px;
    }
    .wrapper-menu button.navbar-toggler i.fa {
        color: #fff;
        margin-top: 5px;
    }
    .navbar-toggler {
        outline: 0;
    }
    .new-text-legt {
        text-align: center;
    }
    .rowbg .new-top {
        margin-top: 10px;
        margin-bottom: 12px;
        text-align: center;
    }
    .date-button {
        margin-bottom: 22px;
        margin-top: 18px;
    }
    .row.row-news {
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }
    .news-left-img {
        text-align: center;
        margin-bottom: 19px;
    }
    .post-img-wrapper .post-img-row img {}
    .row-owl-carousel-wrapper {
        width: 100%;
        float: left;
        padding-left: 15px;
        margin-bottom: 0px;
        padding-right: 15px;
    }
    #sync1 .owl-nav button.owl-next {
        Right: 0;
        top: 40%;
    }
    #sync1 .owl-nav button.owl-prev {
        left: 0;
        top: 40%;
    }
    .sidemenu-wrapper {
        padding-right: 0px !important;
        padding-left: 0px;
    }
    .event-item {
        display: inline-block;
    }
    .d-flex.align-items-start {
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: 16px;
    }
    .title-text {
        margin-top: 19px;
    }
    .fc-toolbar.fc-header-toolbar .fc-left {
        display: none;
    }
    .fc-toolbar h2 {
        font-size: 18px !important;
    }
    .top-banner {
        padding-top: 0px;
        padding-bottom: 19px;
    }
    .other-banner-wrapper .banner-other-page-tittle h3 {
        font-size: 21px;
        min-width: 100%;
        padding: 7px 7px;
        margin-bottom: 0px;
    }
    .selectsidemenu-wrapper select {
        height: 40px;
        border: solid 1px #990000;
    }
    .back-btn-wrapper {
        margin-top: 36px;
    }
    .wrapper-2-img h3 {
        font-size: 21px;
        padding-top: 16px;
    }
    .news-right-button {
        margin-top: 2px;
        margin-bottom: 25px;
    }
    .announ-text {
        padding-top: 36px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .announ-text p {
        font-size: 17px;
        font-weight: normal;
        line-height: 27px;
    }
    .new-top select {
        padding: 5px 19px;
        width: 100%;
        height: 40px;
        margin-bottom: 24px;
        border: solid 1px #990000 !important;
    }
    .top-text {
        text-align: center;
    }
    .top-text h4 {
        font-weight: bold;
        font-size: 25px;
    }
    .top-right-menu {
        margin-top: 23px;
    }
    .top-banner .col-md-7 {
        padding-left: 0px;
    }
    .top-banner .col-md-5 {
        padding-left: 0px;
        padding-right: 0;
    }
    .top-banner .top-logo {
        margin-top: 20px;
    }
    .news-box {
        width: 100%;
    }
    .other-body-bg .col-md-9 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .row.wrapper-date .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sch-buttom-text h5 {
        font-size: 17px;
    }
    .col-md-3.sidemenu-wrapper {
        padding-right: 0;
    }
    #sync1 .owl-nav button.owl-next {
        Right: 0;
        top: 40%;
    }
    #sync1 .owl-nav button.owl-prev {
        left: 0;
        top: 40%;
    }
    .wrapper-menu ul.navbar-nav li a {
        font-size: 16px;
    }
    .map-info {
        display: inline-flex;
        margin-left: 0;
        margin-top: 20px;
    }
    .add-info-foot ul li a {
        font-size: 20px;
    }
    .add-info-foot ul li a span img {
        max-width: 13%;
    }
    .wrapper-menu {
        padding: 0px;
    }
    .wrapper-menu .container {
        padding: 0px;
    }
    .wrapper-menu #navbarSupportedContent {
        background: #50418a;
        z-index: 999;
        padding: 15px 15px;
    }
    .wrapper-menu .container nav#nav {
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 3px;
    }
    .wrapper-menu button.navbar-toggler i.fa {
        color: #fff;
        margin-top: 5px;
    }
    .navbar-toggler {
        outline: 0;
    }
    .news-right-button a {
        padding: 2px 11px;
    }
}
   .page-link{

       color:#990000; 
    }
    .page-link{

        border:none;
        
    }