.active-menu a {
    color: #2ca2fb;
}

.tpcaseitem:hover .tpcaseitem__thumb {
    background-color: transparent !important;
}

img {
    max-width: 100% !important;
    height: auto;
}

.tp-slider-bottom-shape {
    z-index: 99;
}

.tp-header-area.header-transparent.header-space.header-border.header-sticky {
    background-color: #051B46;
}

.tp-header-area.header-transparent.header-space.header-border {
    background-color: #3a3c4045;
}

.sidebar-grid.sidebar-popular-post .single-post .post-desc ul li i {
    margin-right: 5px;
    color: #051B46;
}

.rs-blog.inner .blog-wrap .content-part .blog-meta li i {
    margin-right: 3px;
    color: #051B46;
    font-size: 14px;
    font-weight: 700;
}

.breadcrumb_blog {
    background: #94949414;
}

.sub-menu {
    background: #06587d;
    margin: 0;
    padding: 15px 0;
    border-radius: 0 0 5px 5px;
    right: unset;
}

.sub-menu li {
    border: none !important;
    margin: 0 !important;
}

.rs-menu ul ul {
    background-color: #2ca2fb;
}

ul.sub-menu li a {
    height: unset;
    line-height: unset;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px !important;
    text-transform: capitalize;
}

ul.sub-menu li a::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 4px;
    width: 0px;
    background-color: #ffffff;
    content: "";
    transition: 0.4s;
}

.tp-rightarrow {
    background-image: url(../img/slider/button-shape-2.png) !important;
    background-repeat: no-repeat !important;
    color: var(--tp-common-white);
    font-size: 30px;
    font-weight: 600;
    top: 50% !important;
    transform: matrix(1, 0, 0, 1, -110, -40) !important;
    right: 50px;
    z-index: 55 !important;
    position: absolute !important;
    width: 90px;
    height: 80px;
    line-height: 70px;
}

.tp-leftarrow {
    background-image: url(../img/slider/button-shape-1.png) !important;
    background-repeat: no-repeat !important;
    color: var(--tp-common-white);
    font-size: 30px;
    font-weight: 600;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 50px;
    z-index: 55 !important;
    position: absolute !important;
    width: 90px;
    height: 80px;
    line-height: 70px;
}

.erinyen.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 85px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.btn_blog {
    background: #2ca2fb;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.btn_blog:hover {
    background: #FCAF3D;
    color: white;
}

.tags_all a {
    display: block;

    font-size: 14px;
    line-height: 25px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 0;
    background: #2ca2fb38;
    transition: all 0.2s ease;
}

.tags_all {
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    margin-right: 2px;
}

.tags_all a:hover {
    background: #f8f8f8;
    color: #000000;
}

.a_hover:hover {
    color: #2ca2fb;
}

.a_hover i {
    margin-right: 3px;
    color: #051B46;
    font-size: 14px;
    font-weight: 700;
}

.readon:hover {
    background: #FCAF3D;
    color: #ffffff;
}

.mix-blend-mode:hover .tpblogitem__thumb {
    background-color: transparent !important;
}

.mix-blend-mode:hover .tpblogitem__thumb img {
    mix-blend-mode: initial;
}

.gallery_service {
    max-height: 359px;
}

.rs-menu-parent {
    display: none !important;
}

.sub-menu-close {
    display: none !important;
}

.hover_title:hover {
    color: #2ca2fb;
}


/**********************  MEDIA QUERY *********************/
@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-main-menu ul li {
        margin: 0 16px;
    }
}

@media(max-width:991px) {
    .search_blog {
        margin-top: 50px !important;
    }

    .blog_single {
        padding-top: 0 !important;
    }
}

@media(max-width:1290px) {
    .tp-btn {
        height: 51px;
        line-height: 53px;
        padding: 0px 20px;
    }
}

@media(max-width:1200px) {
    .tp-main-menu ul li {
        display: inline-block;
        margin: 0px 5px;
        position: relative;
    }
}

.rs-blog.inner .blog-sidebar {
    max-width: 350px !important;
}

.rs-blog.inner .blog-sidebar {
    width: auto !important;
}

.tpfooter__social a {
    font-size: 23px;
}

.ckeditor-content li{
    list-style: inside !important;
}