@charset "utf-8";

/* CSS Document */

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 */
}

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

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

li {
    list-style: none;
}

ol li {
    list-style: decimal;
}

ol li ol li {
    list-style: upper-roman;
}

table tbody tr td ol li {
    list-style: decimal;
}

table tbody tr td ul li {
    list-style: disc;
}

.wrapper-menu {
    /*position: absolute;*/
    top: 0px;
    width: 100%;
}

.top-banner {
    background: url(../images/bg.png);
    background-size: cover;
    padding-top: 61px;
    padding-bottom: 0;
}

.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: 10px 0px 15px 0px;
}

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

.footer-wrappper {
    background: #4ac7e9;
    /* padding-top: 34px; */
    /* padding-bottom: 36px; */
}

.add-info-foot {
    margin-top: 21px;
}

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

.add-info-foot ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.add-info-foot ul li a i {
    color: #5b8aad;
    margin-right: 10px;
    text-align: center;
    font-size: 25px;
}

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

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

.map-info {
    display: inline-flex;
    margin-left: 132px;
}

.map-info span {
    font-size: 19px;
    color: #fff;
    margin-right: 11px;
}

.map-info .google-maps a {
    background: #fdbe3d;
    padding: 4px 21px;
    display: inline-block;
    border-radius: 5px;
    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: #1989ac;
    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;
    padding-top: 45px;
    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: #000000;
    font-weight: normal;
    text-align: justify;
    padding-top: 23px;
    width: 98%;
    float: left;
}

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

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

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

.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: 20px;
    width: 100%;
    float: left;
    text-align: center;
}

.news-right-button a {
    background-color: #a9bee3;
    padding: 4px 20px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
}

.row.row-news {
    padding-bottom: 40px;
}

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

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

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

.dropdown.widget-title {
    background: #989beca8;
    color: #fff;
    padding: 10px 15px;
    font-size: 22px;
    position: relative;
}

h3.widget-title {
    background: #989beca8;
    color: #fff;
    padding: 10px 15px;
    font-size: 22px;
    position: relative;
}

h3.widget-title:after {
    content: '';
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #989beca8;
    position: absolute;
    bottom: -10px;
    left: 40px;
}

.dropdown.widget-title:after {
    content: '';
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #989beca8;
    position: absolute;
    bottom: -10px;
    left: 40px;
}

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

.top-text h4 {
    margin-bottom: 21px;
    border-left: solid 6px #e97c80;
    padding-left: 25px;
}

.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: 40px;
    padding-bottom: 30px;
}

.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: #000;
}

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

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

.sidemenu {
    background: #f1f2c4;
    border-top: 4px solid #fae071;
    margin-top: 5px;
}

.sidemenu li {
    border-bottom: 1px solid #c3d2c5;
    position: relative;
}

.sidemenu .side-sub-menu li {
    padding-left: 3px;
}

.sidemenu .side-sub-menu li>a {
    font-size: 16px;
    line-height: 18px;
}

.sidemenu li>a {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    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;
}

.submenu-side ul li a {
    font-size: 16px;
    margin-left: 5px;
}

.submenu-side ul li:hover>a {
    color: rgb(228, 89, 89);
}

i.far.fa-arrow-right {
    display: inline-block;
    border: 2px solid #7fadde;
    border-radius: 100%;
    color: #7fadde;
    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: #f9deb5;
}

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

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

.fa-arrow-right: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;
}

ul.side-sub-menu {
    display: none;
}

.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;
}

.row-owl-title p {
    font-weight: bold;
    font-size: 25px;
}

#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: #f2706e;
    color: #fff;
    padding: 8px 15px;
    display: table;
    margin: 15px auto;
    border-radius: 5px;
    box-shadow: 0 6px 11px #44444461;
}

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

div.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;
}

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

h3.event-title {
    color: #000;
    FONT-SIZE: 30px;
    font-weight: 700;
    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: #003681;
        z-index: 2;
        padding: 15px 10px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }
    .menu-bar ul.menu.open {
        left: 0;
    }
    .header .row {
        align-items: center;
    }
    .toggle {
        color: #000000;
        cursor: pointer;
        font-size: 22px;
        margin: 0;
        text-align: right;
        display: block;
        position: absolute;
        right: 15px;
        top: 24px;
        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;
        padding-left: 5px;
    }
    span.arrow {
        position: absolute;
        right: 10px;
        color: #fff;
        top: 10px;
        width: 40px;
        text-align: center;
        height: 30px;
    }
    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) {
    label.toggle {
        display: none;
    }
    .menu-bar {
        background: #4ac7e9;
        width: 100%;
        z-index: 9;
        float: left;
        width: 100%;
        padding-top: 9px;
        padding-bottom: 4px;
    }
    .nav_area>ul>li {
        display: inline-block;
        padding: 0 5px;
    }
    .nav_area>ul>li:hover {
        /* background: cyan; */
    }
    .nav_area>ul>li:hover>a,
    .nav_area>ul>li:hover>span>i {
        color: rgb(117, 36, 4);
    }
    .nav_area ul li a {
        color: #ffffff;
        font-size: 16px;
        display: inline-block;
        font-weight: 700;
        padding: 5px 3px;
        text-decoration: none;
    }
    span.arrow {
        display: inline-block;
        padding-left: 5px;
        color: #ffffff;
    }
    .nav_area>ul>li ul.sub-menu {
        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 li {
        /* display: block; */
        border: 1px solid #5bc3e2;
    }
    ul.sub-menu li:hover {
        /* display: block; */
        /* border: 1px solid #5bc3e2; */
        background: #fd701e;
    }
    ul.sub-menu li:hover>a,
    ul.sub-menu li:hover>span>i {
        /* display: block; */
        /* border: 1px solid #5bc3e2; */
        color: rgb(43, 10, 10);
    }
    ul.sub-menu {
        position: absolute;
        background: #003681;
        z-index: 555;
        text-align: left;
        padding: 10px 0;
    }
    .nav_area ul li:hover ul.sub-menu {
        display: block;
    }
    ul.sub-menu {
        position: absolute;
        background: #4a85d8;
        z-index: 555;
        text-align: left;
        padding: 0px 0px;
        /* top: 50px; */
    }
    .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%;
        width: 100%;
        margin-top: -33px;
    }
    ul.sub-menu li a {
        color: #fff;
        line-height: 20px;
        padding: 7px 10px 7px 10px;
        font-size: 15px;
        display: inline-block;
        text-transform: capitalize;
        text-decoration: none;
    }
    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;
}


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

@media only screen and (max-width: 767px) {
    .nav .nav-item {
        display: none;
    }
    .selectsidemenu-wrapper {
        display: block;
    }
    .sidemenu {
        display: none;
    }
    .selectsidemenu-wrapper {
        margin-top: 39px;
    }
    .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;
    }
    .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 {
        display: none;
    }
    .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;
    }
    .news-left-img {
        text-align: center;
        margin-bottom: 19px;
    }
    .post-img-wrapper .post-img-row img {
        width: 100%;
    }
    .row-owl-carousel-wrapper {
        width: 100%;
        float: left;
        padding-left: 0;
        margin-bottom: 66px;
    }
    #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;
    }
    .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: 16px;
        padding-bottom: 19px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .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;
    }
}