    /*-----------------------------------------------------------------------------------

    Template Name:  Sangba - News & Magazine HTML5 Template
    Author: Reacthemes
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Variables
	02. Base CSS
    03. Animation
    04. Functions
    05. Main Menu
    06. Mixins
    07. Fonts
    08. breadcrumb 
    09. Mobile-menu
    10. Fonts
    11. Typography
    12. Preloader
    13. Reset
    14. btn
    15. Header
    16. Banner
    17. Sections
    18. Footer
    19. Buttons
    20. feature
    21. testimonial
    22. blog
    23. contact
    24. case
    25. counter
    26. price
    27. team
    28. history
    29. chose
    30. widget
    31. faq
    32. video

-----------------------------------------------------------------------------------*/

::-webkit-scrollbar {
    width: 0.3rem;
}

::-webkit-scrollbar-thumb {
    background-color: #233664;
    border-radius: 5px;
    scroll-behavior: smooth;
}





body, html {
    position: relative;
    overflow-x: hidden;
    cursor: url(../images/css.png), default;
    background: #a8c7e9 url(../images/background.jpg) repeat-x scroll center top;
}


/**------------------------------------------------------------------
 * Animation Start Here
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap");

@-webkit-keyframes zoom-in-out-bg {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 150%;
    }

    100% {
        background-size: 100%;
    }
}

@keyframes zoom-in-out-bg {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 150%;
    }

    100% {
        background-size: 100%;
    }
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/**------------------------------------------------------------------
 * Animation End Here
 */
/**------------------------------------------------------------------
 * Fucntion Start Here
 */
.check-option {
    display: block;
    margin-bottom: 15px;
}

    .check-option input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .check-option label {
        position: relative;
        cursor: pointer;
    }

        .check-option label:before {
            position: absolute;
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #BFC3C7;
            padding: 7px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 10px;
            border-radius: 4px;
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
            -webkit-transition: background 500ms;
            transition: background 500ms;
        }

    .check-option input:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        left: 6px;
        width: 4px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .check-option input:checked + label:before {
        background: #1D72FF;
        border: 1px solid #1D72FF;
    }

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.rts-latest-section .content {
    display: none;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #000;
    width: 130px;
    height: 53px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    bottom: 0;
    left: 0;
    padding: 10px 15px 10px 10px;
    padding-top: 16px;
    max-width: 150px;
    border: none;
}

    .select-styled:after {
        content: "\f107";
        width: 0;
        height: 0;
        bottom: 37px;
        /*font-family: "Font Awesome 5 Pro";*/
        position: absolute;
        margin-left: 5px;
        left: unset;
        right: unset;
    }

    .select-styled.active {
        background: none;
        color: #000;
    }

        .select-styled.active:after {
            bottom: 14px;
            right: unset;
            left: unset;
            border-color: #fff;
            margin-left: 15px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 150px;
    z-index: 999;
    margin: 0;
    padding: 0;
    border-radius: 7px;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.142);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.142);
}

    .select-options li {
        margin: 0;
        padding: 12px 0;
        padding-left: 30px;
        text-indent: 0;
    }

        .select-options li:hover, .select-options li.is-selected {
            color: #fff;
            background: #1399FB;
        }

        .select-options li[rel=hide] {
            display: none;
        }

/**------------------------------------------------------------------
 * Fucntion End Here
 */
.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    -webkit-filter: brightness(10%);
    filter: brightness(10%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 1px;
        background-color: #000;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #8167a9 !important;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #8167a9;
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation-btn {
    background: #fff;
    border: 2px solid rgba(14, 16, 19, 0.1);
    border-radius: 6px;
    padding: 10px 18px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

    .navigation-btn:hover {
        background: #FF1856;
        color: #fff;
    }

    .navigation-btn i {
        font-size: 18px;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

.swiper-button-prev {
    margin-right: 7px;
}

.hamburger {
    display: none;
    position: relative;
    right: unset;
    padding: 10px 25px 11px 0px;
    margin-left: 30px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .hamburger {
        display: block;
    }
}

@media (max-width: 400px) {
    .hamburger {
        margin-left: 15px;
    }
}

.hamburger.move {
    z-index: 10;
}

.hamburger:hover span,
.hamburger:hover span:before,
.hamburger:hover span:after {
    background: #1D72FF;
}

.mobile-hamburger {
    position: absolute;
    top: 6px;
    right: -7px;
    -webkit-transform: scale(70%);
    transform: scale(70%);
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.2509803922);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.152);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.152);
    display: -ms-grid;
    display: grid;
    place-items: center;
}

    .mobile-hamburger:hover span,
    .mobile-hamburger:hover span:before,
    .mobile-hamburger:hover span:after {
        background: #FF1856;
    }

.hamburger span,
.hamburger span:before,
.hamburger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: #0E1013;
    position: absolute;
    display: inline-block;
    content: "";
}

@media (max-width: 1200px) {
    .hamburger span,
    .hamburger span:before,
    .hamburger span:after {
        width: 25px;
    }
}

.hamburger span:before {
    top: -7px;
}

.hamburger span:after {
    bottom: -7px;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    /* easeInOutCubic */
}

.hamburger.active span {
    background-color: transparent;
}

    .hamburger.active span:before,
    .hamburger.active span:after {
        top: 0;
    }

    .hamburger.active span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger.active span:after {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

.slide-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 315px;
    padding: 30px 30px;
    padding-top: 20px;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    z-index: 1900;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    overflow: scroll;
}

    .slide-bar::-webkit-scrollbar {
        display: none;
    }

@media (max-width: 500px) {
    .slide-bar {
        width: 100%;
    }
}

.slide-bar.show {
    right: 0;
}

.open-mobile-menu {
    display: inline-block;
}

    .open-mobile-menu a {
        display: block;
        width: 50px;
        height: 50px;
        background: #212121;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        margin-left: 20px;
        color: #fff;
    }

.close-mobile-menu {
    position: absolute;
    top: 10px;
    left: 10px;
    background: gray;
    padding: 10px 20px;
}

    .close-mobile-menu a {
        position: relative;
        z-index: 2;
        font-size: 16px;
        left: 0;
    }

        .close-mobile-menu a:hover {
            color: #ff0000;
        }

.on-side {
    overflow: hidden;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    display: none;
}

    .body-overlay.active {
        opacity: 1;
        display: block;
    }

.side-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .side-mobile-menu ul li a {
        padding: 13px 0;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }

        .side-mobile-menu ul li a:hover {
            padding-left: 5px;
            color: #1D72FF;
        }

    .side-mobile-menu ul li ul {
        padding-left: 0;
        list-style: none;
    }

        .side-mobile-menu ul li ul li {
            padding-left: 15px;
        }

            .side-mobile-menu ul li ul li:hover > a {
                padding-left: 20px;
                color: #1D72FF;
            }

            .side-mobile-menu ul li ul li a {
                position: relative;
                padding-left: 15px;
                text-transform: capitalize;
                font-size: 14px;
            }

                .side-mobile-menu ul li ul li a:before {
                    content: "";
                    width: 8px;
                    height: 8px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    border-radius: 50%;
                }

    .side-mobile-menu ul li.has-dropdown > a:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-width: 2px 0 0 2px;
        border-style: solid;
        border-color: initial;
        right: 0;
        top: 50%;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.offset-sidebar {
    position: relative;
}

    .offset-sidebar .scrollbar-hidden::-webkit-scrollbar {
        display: none !important;
    }

    .offset-sidebar .offset-sidebar-bg {
        position: absolute;
        bottom: -250px;
        left: 65%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 170%;
        height: 380px;
    }

        .offset-sidebar .offset-sidebar-bg img {
            max-width: 100%;
        }

.offset-widget.offset-logo {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: start;
}

.offset-widget .info-widget .offset-title {
    font-size: 20px;
    font-weight: 800;
}

.offset-widget .info-widget p {
    color: #999999;
}

.offset-widget .info-widget.info-widget2 p {
    margin-bottom: 35px;
}

    .offset-widget .info-widget.info-widget2 p i {
        margin-right: 7px;
    }

.offset-widget .info-widget .city-widget-item i {
    width: 50px;
    color: red;
}

.offset-widget .offset-social-link {
    margin-bottom: 80px;
}

.offset-widget .social-icons {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

    .offset-widget .social-icons a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        aspect-ratio: 1;
        border-radius: 50%;
        margin-right: 10px;
    }

        .offset-widget .social-icons a:last-child {
            margin-right: inherit;
        }

        .offset-widget .social-icons a.fb {
            background: #1877f2;
        }

        .offset-widget .social-icons a.ttr {
            background: #1da1f2;
        }

        .offset-widget .social-icons a.yh {
            background: #410093;
        }

        .offset-widget .social-icons a.yt {
            background: #cd201f;
        }

    .offset-widget .social-icons i {
        color: white;
        font-size: 14px;
    }

.offset-widget .slidebar-address {
    margin-bottom: 40px;
}

    .offset-widget .slidebar-address span {
        font-size: 20px;
        font-weight: 600;
        line-height: 10px;
    }

    .offset-widget .slidebar-address p {
        margin-top: 16px;
        max-width: 180px;
        font-size: 16px;
    }

.offset-widget .offset-sidebar-btn {
    width: 100%;
    text-align: center;
}

    .offset-widget .offset-sidebar-btn i {
        margin-left: 10px;
    }

.mm-link {
    font-size: 15px;
}

.firstlvl.mm-active .mm-link {
    color: #1D72FF;
}

    .firstlvl.mm-active .mm-link::after {
        -webkit-transform: rotate(225deg) !important;
        transform: rotate(225deg) !important;
    }

.thirdlvl.mm-active .mm-link-3 {
    color: #1D72FF;
}

    .thirdlvl.mm-active .mm-link-3::after {
        -webkit-transform: rotate(225deg) !important;
        transform: rotate(225deg) !important;
    }

.sub-menu a:hover {
    color: #1D72FF;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    /* background: url(/assets/images/site_bg.png) top center no-repeat fixed #000;*/
    background: white;
    color: #222;
    font-family: 'Times New Roman', Times, serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    margin: 0.2rem 0;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*font-family: "Roboto", sans-serif;*/
    position: relative;
    font-size: 16px;
}

    body.bg-1 {
        background: #EDF0F2;
    }

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    color: #000;
    -webkit-transition: color 200ms;
    transition: color 200ms;
    color: #1a1a1a;
    text-decoration: none;
}

    a:hover {
        color: unset;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

p {
    margin-bottom: 0;
    color: #4E4E4E;
}

:root[data-theme=dark] body {
    background: black;
}

:root[data-theme=dark] .logo {
    display: none;
}

:root[data-theme=dark] a {
    color: #fff;
}

    :root[data-theme=dark] a:hover {
        color: unset;
    }

:root[data-theme=dark] h1,
:root[data-theme=dark] h2,
:root[data-theme=dark] h3,
:root[data-theme=dark] h4,
:root[data-theme=dark] h5,
:root[data-theme=dark] h6,
:root[data-theme=dark] p {
    color: #fff;
}

:root[data-theme=dark] .header-catagory-bar {
    background: #121416;
}

:root[data-theme=dark] .rts-post {
    border-bottom: 1px solid rgb(37, 37, 37) !important;
}

    :root[data-theme=dark] .rts-post .contents .post-title a {
        color: #fff;
    }

button {
    outline: none;
    border: none;
}

input {
    border: none;
    outline: none;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    max-width: 100%;
}

.anywere {
    background: #0E1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

    .anywere.show {
        visibility: visible;
        pointer-events: visible;
    }

    .anywere.bgshow {
        background: #0E1013;
        opacity: 70%;
        visibility: visible;
        pointer-events: visible;
        z-index: 199;
    }

.rts-post .post-picture img,
.rts-post-medium .post-picture img,
.rts-post-small .post-picture img,
.side-post .post-picture img {
    width: 100%;
}

.rts-post .post-title a,
.rts-post .side-post-title a,
.rts-post-medium .post-title a,
.rts-post-medium .side-post-title a,
.rts-post-small .post-title a,
.rts-post-small .side-post-title a,
.side-post .post-title a,
.side-post .side-post-title a {
    /* fill effect */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1a1a1a), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #1a1a1a 50%, transparent 50%);
    background-size: 200% 2px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    -webkit-transition: background-position 500ms ease-out;
    transition: background-position 500ms ease-out;
}

    .rts-post .post-title a:hover,
    .rts-post .side-post-title a:hover,
    .rts-post-medium .post-title a:hover,
    .rts-post-medium .side-post-title a:hover,
    .rts-post-small .post-title a:hover,
    .rts-post-small .side-post-title a:hover,
    .side-post .post-title a:hover,
    .side-post .side-post-title a:hover {
        background-position: 0% 100%;
        color: #000;
    }

.rts-post p,
.rts-post-medium p,
.rts-post-small p,
.side-post p {
    color: #404040;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.rts-post-small {
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
}

.post-bottom-info .item,
.action-bar .item,
.post-info .item {
    color: #4E4E4E;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

    .post-bottom-info .item img,
    .action-bar .item img,
    .post-info .item img {
        width: 14px;
        height: 14px;
        margin-right: 5px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .post-bottom-info .item::before,
    .action-bar .item::before,
    .post-info .item::before {
        content: "";
        position: absolute;
        top: 2px;
        right: -4px;
        width: 2px;
        height: 77%;
        background: rgb(186, 186, 186);
    }

    .post-bottom-info .item:last-child,
    .action-bar .item:last-child,
    .post-info .item:last-child {
        padding-right: 0;
        margin-right: 0;
    }

        .post-bottom-info .item:last-child::before,
        .action-bar .item:last-child::before,
        .post-info .item:last-child::before {
            display: none;
        }

@media (max-width: 450px) {
    .post-bottom-info a::before,
    .post-bottom-info span::before,
    .action-bar a::before,
    .action-bar span::before,
    .post-info a::before,
    .post-info span::before {
        display: none;
    }
}

.author-box {
    padding: 40px 25px;
    padding-top: 50px;
    background: #F5F5F5;
    text-align: center;
}

    .author-box .author-dp {
        margin-bottom: 25px;
    }

        .author-box .author-dp img {
            border-radius: 50%;
            padding: 15px;
            border: 1px solid #E7E7E7;
        }

    .author-box .author-name {
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
    }

    .author-box p {
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px;
    }

.rts-post {
    padding-bottom: 24px;
    margin-bottom: 40px;
}

    .rts-post .post-picture {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
    }

        .rts-post .post-picture:hover img {
            -webkit-transform: scale(110%);
            transform: scale(110%);
        }

        .rts-post .post-picture img {
            width: 100%;
            -webkit-transition: -webkit-transform 500ms;
            transition: -webkit-transform 500ms;
            transition: transform 500ms;
            transition: transform 500ms, -webkit-transform 500ms;
        }

    .rts-post.rts-post-large .post-title {
        margin-bottom: 10px;
    }

        .rts-post.rts-post-large .post-title a {
            font-weight: 700;
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 10px;
        }

    .rts-post.rts-post-medium .post-title {
        margin-bottom: 5px;
    }

@media (max-width: 1200px) {
    .rts-post {
        margin-bottom: 15px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 410px) {
    .rts-post .post-bottom-info {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .rts-post .post-bottom-info .item {
            margin-bottom: 10px;
        }

            .rts-post .post-bottom-info .item::before {
                display: none;
            }

        .rts-post .post-bottom-info a {
            margin-bottom: 8px;
        }
}

@media (max-width: 900px) {
    .rts-post-large .contents .post-title a,
    .rts-post-2-large .contents .post-title a {
        max-width: unset;
        font-size: 23px;
        line-height: 30px;
    }
}

@media (max-width: 576px) {
    .rts-post-large .contents .post-title a,
    .rts-post-2-large .contents .post-title a {
        max-width: unset;
        font-size: 23px;
        line-height: 30px;
    }
}

@media (max-width: 500px) {
    .rts-post-large .contents .post-title a,
    .rts-post-2-large .contents .post-title a {
        font-size: 23px;
        line-height: 30px;
    }
}

@media (max-width: 440px) {
    .rts-post-large .contents .post-title a,
    .rts-post-2-large .contents .post-title a {
        font-size: 20px;
        line-height: 27px;
    }
}

@media (max-width: 400px) {
    .rts-post-large .contents,
    .rts-post-2-large .contents {
        bottom: 0 !important;
    }

        .rts-post-large .contents .news-catagory-tag-2,
        .rts-post-2-large .contents .news-catagory-tag-2 {
            margin-bottom: 5px;
        }

        .rts-post-large .contents .post-title,
        .rts-post-2-large .contents .post-title {
            margin-bottom: 0;
        }

            .rts-post-large .contents .post-title a,
            .rts-post-2-large .contents .post-title a {
                font-size: 22px;
                line-height: 22px;
            }
}

.rts-post-medium {
    border-bottom: 1.7px solid #E7E7E7;
    padding-bottom: 10px;
    margin-bottom: 14px;
}

    .rts-post-medium:hover .post-picture img {
        -webkit-transform: scale(110%);
        transform: scale(110%);
    }

    .rts-post-medium .post-picture {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .rts-post-medium .news-catagory-tag {
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;
    }

    .rts-post-medium .post-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        max-width: 270px;
    }

        .rts-post-medium .post-title a {
            background-size: 200% 1px;
        }

@media (max-width: 1200px) {
    .rts-post-medium {
        margin-bottom: 10px;
        margin-bottom: 15px !important;
    }

        .rts-post-medium .contents .post-title {
            max-width: inherit !important;
        }
}

@media (max-width: 859px) {
    .rts-post-medium .contents .post-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 576px) {
    .rts-post-medium .contents .post-title {
        max-width: unset;
        font-size: 23px;
        line-height: 30px;
    }
}

@media (max-width: 500px) {
    .rts-post-medium .contents .post-title {
        font-size: 23px;
        line-height: 30px;
    }
}

@media (max-width: 410px) {
    .rts-post-medium .post-bottom-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .rts-post-medium .post-bottom-info a {
            margin-bottom: 0;
        }
}

.rts-post-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .rts-post-small:hover .post-picture img {
        -webkit-transform: scale(110%);
        transform: scale(110%);
    }

    .rts-post-small:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }

    .rts-post-small .post-picture {
        max-width: 95px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .rts-post-small .news-catagory-tag {
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;
    }

    .rts-post-small .post-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

        .rts-post-small .post-title a {
            background-size: 200% 1px;
        }

@media (max-width: 1200px) {
    .rts-post-small {
        margin-bottom: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 859px) {
    .rts-post-small .contents .post-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 410px) {
    .rts-post-small .post-bottom-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .rts-post-small .post-bottom-info a {
            margin-bottom: 0;
        }
}

.recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

    .recent-post:hover .picture img {
        -webkit-transform: scale(110%);
        transform: scale(110%);
    }

    .recent-post:last-child {
        margin-bottom: 0;
    }

    .recent-post .picture {
        margin-right: 20px;
    }

    .recent-post .recent-post-title {
        margin-bottom: 5px;
    }

        .recent-post .recent-post-title a {
            color: #fff;
        }

            .recent-post .recent-post-title a:hover {
                color: #FF1856;
            }

    .recent-post span,
    .recent-post a {
        color: #B9BCC0;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

        .recent-post span img,
        .recent-post a img {
            margin-right: 5px;
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
        }

    .recent-post .span-icon {
        -webkit-filter: brightness(2);
        filter: brightness(2);
    }

.trending-news-area {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 10px 23px;
    padding-left: 0;
    position: relative;
}

    .trending-news-area .trending-post {
        border-bottom: 1.7px solid #E7E7E7;
        padding-bottom: 13px;
        margin-bottom: 9px;
        padding-left: 23px;
    }

        .trending-news-area .trending-post:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .trending-news-area .trending-post .post-title {
            position: relative;
        }

            .trending-news-area .trending-post .post-title a {
                font-weight: 600;
                font-size: 18px;
                line-height: 22px;
                background-size: 200% 1px;
            }

            .trending-news-area .trending-post .post-title img {
                margin-right: 5px !important;
            }

            .trending-news-area .trending-post .post-title::before {
                content: "";
                position: absolute;
                top: -4px;
                left: -24px;
                width: 4px;
                height: 0;
                background: #FF1856;
                -webkit-transition: height 500ms;
                transition: height 500ms;
            }

            .trending-news-area .trending-post .post-title:hover::before {
                height: 110%;
            }

        .trending-news-area .trending-post .post-author {
            color: #4E4E4E;
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
        }

    .trending-news-area .swiper-pag {
        padding-left: 23px;
        padding-bottom: 5px;
    }

    .trending-news-area .swiper-pagination-bullet {
        padding: 0px 3px;
        font-size: 5px;
        border-radius: 50%;
        background: #CFD4DB;
        margin-right: 7px;
    }

    .trending-news-area .swiper-pagination-bullet-active {
        background: #FF1856;
        padding: 0px 4.5px;
        font-size: 7px;
    }

.news-catagory-tag {
    color: #1D72FF;
    /*font-family: "Roboto";*/
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}

    .news-catagory-tag::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 2px;
        height: 85%;
        background: #1D72FF;
    }

.news-catagory-tag-2 {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    background: #FF1856;
    padding: 5px 15px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: none;
}

    .news-catagory-tag-2:hover {
        color: #fff;
    }

    .news-catagory-tag-2::before {
        display: none;
    }

.news-catagory-tag-3 {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    background: #1399FB;
    padding: 5px 15px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: none;
}

    .news-catagory-tag-3:hover {
        color: #fff;
    }

    .news-catagory-tag-3::before {
        display: none;
    }

.side-stories .type-tag {
    background: #0E1013;
    width: 150px;
    height: 30px;
    margin-top: 7px;
    margin-bottom: 33px;
}

.post-age {
    color: #4E4E4E;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

.post-age-2 {
    color: #868686 !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

    .post-age-2::before {
        display: none;
    }

.social-popularity .platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 8px;
    padding: 6px;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}

    .social-popularity .platform:hover {
        -webkit-transform: scale(110%);
        transform: scale(110%);
    }

    .social-popularity .platform span {
        font-weight: Bold;
        font-size: 14px;
        line-height: 20px;
    }

    .social-popularity .platform i {
        color: #fff;
        width: 50px;
        aspect-ratio: 1;
        display: -ms-grid;
        display: grid;
        place-items: center;
        margin-right: 15px;
    }

        .social-popularity .platform i.facebook {
            background: #3B5998;
        }

        .social-popularity .platform i.twitter {
            background: #1DA1F2;
        }

        .social-popularity .platform i.linkedin {
            background: #0077B5;
        }

        .social-popularity .platform i.dribbble {
            background: #EA4C89;
        }

        .social-popularity .platform i.youtube {
            background: #EC1D1D;
        }

@media (max-width: 1200px) {
    .social-popularity .platform:hover {
        -webkit-transform: scale(101%);
        transform: scale(101%);
    }
}

.social-popularity1 .platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    margin-bottom: 8px;
    padding: 6px;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}

    .social-popularity1 .platform:hover {
        -webkit-transform: scale(110%);
        transform: scale(110%);
    }

    .social-popularity1 .platform span {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }

    .social-popularity1 .platform i {
        color: #fff;
        width: 50px;
        aspect-ratio: 1;
        display: -ms-grid;
        display: grid;
        place-items: center;
        margin-right: 15px;
    }

        .social-popularity1 .platform i.facebook {
            background: #3B5998;
        }

        .social-popularity1 .platform i.twitter {
            background: #1DA1F2;
        }

        .social-popularity1 .platform i.linkedin {
            background: #0077B5;
        }

        .social-popularity1 .platform i.dribbble {
            background: #EA4C89;
        }

        .social-popularity1 .platform i.youtube {
            background: #EC1D1D;
        }

@media (max-width: 1200px) {
    .social-popularity1 .platform:hover {
        -webkit-transform: scale(101%);
        transform: scale(101%);
    }
}

.social-popularity-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .social-popularity-2 .platform {
        padding: 0;
        width: 135px;
        color: #fff;
        margin-bottom: 7px;
    }

        .social-popularity-2 .platform i {
            aspect-ratio: 1;
            margin-right: 0;
            background: transparent;
            background: #3C5A98;
            margin-right: 10px;
        }

        .social-popularity-2 .platform .followers-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .social-popularity-2 .platform .followers-info .number {
                font-weight: 500;
                font-size: 16px;
                line-height: 14px;
            }

            .social-popularity-2 .platform .followers-info .type {
                font-weight: 400;
                font-size: 12px;
                line-height: 14px;
            }

        .social-popularity-2 .platform.facebook {
            background: #496FBF;
        }

            .social-popularity-2 .platform.facebook i {
                background: #3C5A98;
            }

        .social-popularity-2 .platform.twitter {
            background: #1DA1F2;
        }

            .social-popularity-2 .platform.twitter i {
                background: #0089DD;
            }

        .social-popularity-2 .platform.linkedin {
            background: #0077B5;
        }

            .social-popularity-2 .platform.linkedin i {
                background: #005582;
            }

        .social-popularity-2 .platform.youtube {
            background: #FF3A3A;
        }

            .social-popularity-2 .platform.youtube i {
                background: #FF0000;
            }

@media (max-width: 1230px) {
    .social-popularity-2 {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .social-popularity-2 .platform {
            width: 100%;
        }
}

.news-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .news-topbar {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 400px) {
    .news-topbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .news-topbar .section-title,
        .news-topbar .section-title-2 {
            margin-bottom: 15px;
        }
}

.filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #52565C;
    cursor: pointer;
}

    .filter-buttons .filter-btn {
        padding: 8px 20px;
        background: #F5F5F5;
        color: #000;
        margin-right: 5px;
        font-weight: 600;
        font-size: 13px;
        line-height: 15px;
        -webkit-transition: background 500ms;
        transition: background 500ms;
    }

        .filter-buttons .filter-btn:hover, .filter-buttons .filter-btn.active {
            background: #1D72FF;
            color: #fff;
        }

        .filter-buttons .filter-btn:last-child {
            margin-right: 0;
        }

.post-pagination-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .post-pagination-area .pag-item {
        width: 45px;
        aspect-ratio: 1;
        display: -ms-grid;
        display: grid;
        place-items: center;
        background: #F5F5F5;
        color: #000;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        margin-right: 10px;
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        .post-pagination-area .pag-item:hover {
            background: #1D72FF;
            color: #fff;
        }

.post-pagination-area1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .post-pagination-area1 .pag-item {
        width: 45px;
        aspect-ratio: 1;
        display: -ms-grid;
        display: grid;
        place-items: center;
        background: #fff;
        color: #000;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        margin-right: 10px;
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        .post-pagination-area1 .pag-item:hover {
            background: #1399FB;
            color: #fff;
        }

.type-tag {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /*font-family: "Playfair Display", serif;*/
    width: 230px;
    height: 25px;
    padding-right: 15px;
    padding-left: 5px;
    display: -ms-grid;
    display: grid;
    /*place-items: center;*/
    background: #233664;
    border-radius: 5px 18px 0 0;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.type-tag1 {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    width: 135px;
    height: 25px;
    /*font-family: "Playfair Display", serif;*/
    padding-right: 15px;
    padding-left: 5px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    background: #1399FB;
    border-radius: 5px 18px 0 0;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.section-type-tag {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    /*font-family: "Playfair Display", serif;*/
    padding-right: 40px;
    padding-left: 20px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    background: #0E1013;
    border-radius: 5px 5px 0px 5px;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

@media (max-width: 900px) {
    .section-type-tag {
        font-size: 20px;
        padding: 5px 10px;
        padding-right: 20px;
    }
}

.section-type-tag2 {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    /*font-family: "Playfair Display", serif;*/
    width: 150px;
    height: 30px;
    padding-right: 15px;
    padding-left: 5px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    background: #000;
    border-radius: 5px 18px 0 0;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

@media (max-width: 900px) {
    .section-type-tag2 {
        font-size: 20px;
        padding: 5px 10px;
        padding-right: 20px;
    }
}

.section-title {
    color: #233664;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
}

.section-title2 {
    color: #233664;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 25px;
        line-height: 30px;
    }
}

.section-title-2 {
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    padding-left: 11px;
}

    .section-title-2::before {
        content: "";
        position: absolute;
        top: 47%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 4px;
        height: 85%;
        background: #FF1856;
    }

@media (max-width: 768px) {
    .section-title-2 {
        font-size: 25px;
        line-height: 20px;
    }

        .section-title-2::before {
            content: "";
            position: absolute;
            top: 53%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 3px;
            height: 117%;
            background: #FF1856;
        }
}

.section-title-3::before {
    background: #1D72FF;
}

.page-title {
    color: #000;
    font-weight: 700;
    /*font-family: "Playfair Display", serif;*/
    font-size: 50px;
    line-height: 54px;
}

.post-type-tag {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    padding: 7px 0;
    padding-right: 40px;
    padding-left: 20px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    background: #0E1013;
    color: #fff;
    border-radius: 5px 5px 0px 5px;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.wide-border {
    width: 60%;
    height: 2px;
    background: #233664;
    /*margin-right: auto;
  margin-left: 30px;*/
}

.sticky-content {
    top: 100px;
    position: sticky;
}

@media (max-width: 1200px) {
    .sticky-content {
        top: 0;
    }
}

.side-content {
    -webkit-transform: translateY(-56px);
    transform: translateY(-56px);
}

@media (max-width: 1200px) {
    .side-content {
        -webkit-transform: translate(0);
        transform: translate(0);
        margin-top: 20px;
    }
}

.side-content-title {
    color: #233664;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    /*margin-bottom: 30px;*/
    padding-left: 10px;
    position: relative;
}

    .side-content-title::before {
        position: absolute;
        left: 0;
        content: "";
        width: 4px;
        height: 100%;
        background: #233664;
    }

.side-content-title2 {
    color: #000;
    font-weight: 700;
    /* font-family: "Playfair Display", serif;*/
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-left: 10px;
    position: relative;
}

    .side-content-title2::before {
        position: absolute;
        left: 0;
        content: "";
        width: 4px;
        height: 100%;
        background: #1399FB;
    }

.rts-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
}

.rts-tags .tag-item {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 5px 13px;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
    margin-right: 7px;
    margin-bottom: 7px;
}

    .rts-tags .tag-item:hover {
        background: #FF1856;
        color: #fff;
        border: 1px solid #FF1856;
    }

.more-btn i {
    margin-left: 5px;
}

@media (max-width: 400px) {
    .more-btn {
        padding: 9px 10px !important;
        font-size: 12px !important;
    }
}

.social-links {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: relative;
}

    .social-links .platform {
        width: 40px;
        aspect-ratio: 1;
        display: -ms-grid;
        display: grid;
        place-items: center;
        margin-right: 7px;
        border: 2px solid rgba(255, 255, 255, 0.1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 6px;
        color: #fff;
        -webkit-transition: background 500ms;
        transition: background 500ms;
    }

        .social-links .platform i {
            font-size: 14px;
        }

        .social-links .platform:hover {
            background: #1399FB;
        }

.social-links-2 .platform {
    width: 0;
    margin-right: 20px;
}

    .social-links-2 .platform i {
        color: #868686;
    }

    .social-links-2 .platform:hover {
        background: none;
    }

        .social-links-2 .platform:hover i {
            color: #FF1856 !important;
        }

.social-links-noborder .platform {
    border: none !important;
    width: 0 !important;
    height: 0 !important;
    padding-right: 15px !important;
}

    .social-links-noborder .platform:hover i {
        color: #FF1856;
    }

.rts-post-2 {
    border: 1px solid #E7E7E7;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

    .rts-post-2:hover {
        -webkit-box-shadow: 0px 3px 5px rgba(14, 16, 19, 0.14);
        box-shadow: 0px 3px 5px rgba(14, 16, 19, 0.14);
    }

    .rts-post-2 .post-picture {
        overflow: hidden;
    }

        .rts-post-2 .post-picture img {
            width: 100%;
        }

    .rts-post-2:hover .post-picture img {
        -webkit-transform: scale(110%);
        transform: scale(110%);
    }

    .rts-post-2 .contents {
        padding-top: 30px;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 30px;
    }

        .rts-post-2 .contents p {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
        }

    .rts-post-2 .news-catagory-tag-2 {
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;
        background: #FF1856;
        padding: 5px 15px;
        display: -ms-grid;
        display: grid;
        place-items: center;
        margin-bottom: 15px;
        display: inline-block;
        text-transform: none;
    }

        .rts-post-2 .news-catagory-tag-2::before {
            display: none;
        }

    .rts-post-2 .post-title {
        max-width: 500px;
        margin-bottom: 10px;
    }

        .rts-post-2 .post-title a {
            font-weight: 700;
            font-size: 26px;
            line-height: 32px;
        }

        .rts-post-2 .post-title a {
            background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
            background-image: linear-gradient(to right, #000 50%, transparent 50%);
            background-size: 200% 2px;
            background-repeat: no-repeat;
            background-position: 100% 100%;
            -webkit-transition: background-position 500ms ease-out;
            transition: background-position 500ms ease-out;
        }

            .rts-post-2 .post-title a:hover {
                background-position: 0% 100%;
            }

    .rts-post-2 .post-bottom-info,
    .rts-post-2 .post-info {
        margin-bottom: 20px;
    }

        .rts-post-2 .post-bottom-info .item,
        .rts-post-2 .post-info .item {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            padding-right: 10px;
            margin-right: 10px;
            position: relative;
        }

            .rts-post-2 .post-bottom-info .item img,
            .rts-post-2 .post-info .item img {
                width: 14px;
                height: 14px;
                margin-right: 5px;
                -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
            }

            .rts-post-2 .post-bottom-info .item::before,
            .rts-post-2 .post-info .item::before {
                content: "";
                position: absolute;
                top: 2px;
                right: -4px;
                width: 2px;
                height: 77%;
                background: rgb(186, 186, 186);
                display: none;
            }

            .rts-post-2 .post-bottom-info .item:last-child,
            .rts-post-2 .post-info .item:last-child {
                padding-right: 0;
                margin-right: 0;
            }

                .rts-post-2 .post-bottom-info .item:last-child::before,
                .rts-post-2 .post-info .item:last-child::before {
                    display: none;
                }

        .rts-post-2 .post-bottom-info .post-author::before,
        .rts-post-2 .post-info .post-author::before {
            display: none;
        }

    .rts-post-2 .read-more {
        margin-top: 20px;
        background: transparent;
        border: 2px solid rgba(255, 255, 255, 0.1);
        padding: 10px 25px;
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        .rts-post-2 .read-more a {
            color: #fff;
            font-weight: 500;
            font-size: 13px;
            line-height: 15px;
        }

        .rts-post-2 .read-more:hover {
            background: #FF1856;
            border: 2px solid #FF1856;
        }

@media (max-width: 520px) {
    .rts-post-2 .contents {
        padding: 20px;
    }

        .rts-post-2 .contents .post-title a {
            font-size: 24px;
            line-height: 30px;
        }
}

@media (max-width: 420px) {
    .rts-post-2 .contents .post-title a {
        font-size: 20px;
        line-height: 25px;
    }
}

.border-btn {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    border: 2px solid #E7E7E7;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

    .border-btn:hover {
        color: #fff;
        background: #FF1856;
        border: 2px solid #FF1856;
    }

    .border-btn i {
        margin-left: 5px;
    }

.read-more-btn {
    display: inline-block;
    margin-top: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

    .read-more-btn:hover {
        color: #FF1856;
    }

    .read-more-btn::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0px;
        width: 30px;
        height: 2px;
        background: #0E1013;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    .read-more-btn:hover i {
        color: #FF1856;
    }

    .read-more-btn:hover::before {
        background: #FF1856;
        width: 100%;
    }

    .read-more-btn i {
        margin-left: 2px;
    }

.view-more-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #F5F5F5;
    padding: 15px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

    .view-more-news:hover {
        color: #fff;
        background: #FF1856;
    }

    .view-more-news i {
        margin-left: 5px;
        font-size: 17px;
    }

    .view-more-news::before {
        content: "";
        position: absolute;
        top: 0;
        left: -5px;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background: #FF1856;
        -webkit-transition: all 500ms;
        transition: all 500ms;
        z-index: -1;
    }

.rts-post-2-medium .post-title a {
    font-size: 20px;
    line-height: 24px;
    background-size: 200% 1px;
}

.rts-post-2-small .post-title a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background-size: 200% 1px;
}

.rts-post-2-small .post-bottom-info {
    margin-top: 4px;
}

.post-title a {
    /*font-family: "Playfair Display", serif;*/
    font-weight: 700;
}

.rts-post-2-inside {
    position: relative;
    border: none;
}

    .rts-post-2-inside::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
        background-image: linear-gradient(transparent, black);
        z-index: 1;
        -webkit-transition: all 500ms;
        transition: all 500ms;
        pointer-events: none;
    }

    .rts-post-2-inside:hover:before {
        height: 100%;
    }

    .rts-post-2-inside .post-title a {
        color: #fff;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
        background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
        background-size: 200% 2px;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        -webkit-transition: background-position 500ms ease-out;
        transition: background-position 500ms ease-out;
    }

        .rts-post-2-inside .post-title a:hover {
            background-position: 0% 100%;
        }

    .rts-post-2-inside .contents {
        padding: 0;
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 1;
    }

        .rts-post-2-inside .contents .post-bottom-info .item {
            color: #fff;
        }

            .rts-post-2-inside .contents .post-bottom-info .item img {
                -webkit-filter: brightness(100);
                filter: brightness(100);
            }

@media (max-width: 1200px) {
    .rts-post-2-inside:before {
        height: 100%;
    }
}

.rts-post-2-inside.rts-post-2-medium .contents {
    left: 10px;
    bottom: 10px;
}

@media (max-width: 859px) {
    .rts-post-2-inside .contents .post-title {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
    .rts-post-2-inside .contents .post-title {
        font-size: 23px;
        line-height: 30px;
    }
}

@media (max-width: 440px) {
    .rts-post-2-inside .contents {
        padding-left: 0 !important;
        left: 10px;
        padding-left: 0;
    }

        .rts-post-2-inside .contents .post-title {
            font-size: 20px;
            line-height: 27px;
        }
}

@media (max-width: 400px) {
    .rts-post-2-inside .contents .post-title a {
        font-size: 17px;
        line-height: 25px;
    }
}

.rts-post-2-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .rts-post-2-wide .post-picture {
        max-width: 370px;
        width: 100%;
    }

    .rts-post-2-wide .contents {
        padding: 0 25px;
    }

        .rts-post-2-wide .contents .post-title {
            margin-bottom: 10px;
            max-width: unset;
        }

            .rts-post-2-wide .contents .post-title a {
                font-weight: 700;
                font-size: 24px;
                line-height: 34px;
            }

        .rts-post-2-wide .contents p {
            margin-bottom: 10px;
        }

        .rts-post-2-wide .contents .read-more-btn {
            margin-top: 15px;
        }

@media (max-width: 1080px) {
    .rts-post-2-wide .contents .post-title a {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .rts-post-2-wide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .rts-post-2-wide .post-picture {
            max-width: unset;
            width: 100%;
            margin-bottom: 20px;
        }

        .rts-post-2-wide .read-more-btn {
            margin-top: 15px;
            margin-bottom: 30px;
        }
}

@media (max-width: 400px) {
    .rts-post-2-wide .contents {
        padding: 0 17px;
    }

        .rts-post-2-wide .contents .post-title a {
            font-weight: 700;
            font-size: 20px;
            line-height: 26px;
            display: inline-block;
        }
}

@media (max-width: 330px) {
    .rts-post-2-wide .post-bottom-info-3 .content .post-date {
        margin-top: 5px;
        display: block !important;
    }

        .rts-post-2-wide .post-bottom-info-3 .content .post-date .post-age::before {
            display: none;
        }
}

@media (max-width: 860px) {
    .popular-stories .rts-post-small .contents .post-title a {
        font-size: 18px !important;
    }
}

@media (max-width: 440px) {
    .popular-stories .rts-post-small .contents .post-title a {
        font-size: 16px !important;
    }
}

.rts-post-area {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    height: auto;
}

    .rts-post-area.hide {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: none;
        transition: none;
        height: 0;
        overflow: hidden;
    }

.newsletter {
    position: relative;
    background: #F5F5F5;
    padding: 40px 20px;
}

    .newsletter .newsletter-icon {
        margin-bottom: 10px;
        max-width: 60px;
    }

    .newsletter .newsletter-title {
        color: #000;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }

    .newsletter p {
        color: #000;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .newsletter form {
        width: 100%;
    }

    .newsletter .input-div {
        width: 100%;
        margin-bottom: 15px;
    }

    .newsletter input {
        width: 100%;
        color: #737373;
        font-size: 14px;
        padding: 15px;
        -webkit-box-shadow: 0px 2px 4px rgba(14, 16, 19, 0.1);
        box-shadow: 0px 2px 4px rgba(14, 16, 19, 0.1);
    }

    .newsletter .subscribe-btn {
        background: #1D72FF;
        color: #fff;
        padding: 10px 20px;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        -webkit-transition: background 500ms;
        transition: background 500ms;
    }

        .newsletter .subscribe-btn:hover {
            background: #4e92ff;
        }

    .newsletter .foating-elements {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

.instagram-moments {
    margin-left: 15px;
}

    .instagram-moments .col-xl-4 {
        padding: 0;
    }

    .instagram-moments .moment-picture {
        position: relative;
        margin-bottom: 10px;
        margin-right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .instagram-moments .moment-picture::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0%;
            -webkit-transition: opacity 500ms;
            transition: opacity 500ms;
        }

        .instagram-moments .moment-picture img {
            width: 100%;
        }

        .instagram-moments .moment-picture:hover .ig-icon {
            -webkit-transform: translate(-50%, -50%) scale(100%);
            transform: translate(-50%, -50%) scale(100%);
            opacity: 1;
        }

        .instagram-moments .moment-picture:hover::before {
            opacity: 30%;
        }

        .instagram-moments .moment-picture .ig-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            color: #fff;
            font-size: 20px;
            -webkit-transform: translate(-50%, -50%) scale(60%);
            transform: translate(-50%, -50%) scale(60%);
            opacity: 0;
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

@media (max-width: 1200px) {
    .news-box-container {
        max-width: 700px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.scroll-top-btn {
    display: inline-block;
    background: #233664;
    width: 40px;
    height: 60px;
    text-align: center;
    border-radius: 20px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 1000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: -3px 3px 7px 0px rgba(0, 0, 0, 0);
    box-shadow: -3px 3px 7px 0px rgba(0, 0, 0, 0);
}

    .scroll-top-btn i {
        color: #fff;
    }

    .scroll-top-btn .arrow-up {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .scroll-top-btn:hover {
        bottom: 40px;
    }

.navbar-sticky {
    -webkit-animation: none;
    animation: none;
}

.sticked-navbar .logo {
    display: none;
}

.sticky-menu,
.sticky-menu-mobile {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
    z-index: 100;
    -webkit-animation: slideDown 500ms ease;
    animation: slideDown 500ms ease;
}

    .sticky-menu .navbar-part1 .rts-menu,
    .sticky-menu-mobile .navbar-part1 .rts-menu {
        margin-top: 0;
    }

        .sticky-menu .navbar-part1 .rts-menu .menu-item,
        .sticky-menu-mobile .navbar-part1 .rts-menu .menu-item {
            color: #000;
            background: transparent;
        }

    .sticky-menu .sticked-navbar .logo,
    .sticky-menu-mobile .sticked-navbar .logo {
        display: block;
    }

    .sticky-menu .quick-weather,
    .sticky-menu-mobile .quick-weather {
        display: none;
    }

    .sticky-menu .navbar-part,
    .sticky-menu-mobile .navbar-part {
        margin-bottom: 0 !important;
    }

    .sticky-menu .header-action-items,
    .sticky-menu-mobile .header-action-items {
        margin-top: 0 !important;
    }

.sticky-menu-mobile {
    display: none;
}

@media (max-width: 900px) {
    .sticky-menu-mobile {
        display: block;
    }
}

.scroll-top-btn.jumpTop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/**
 * Clear inner floats
 */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
    max-width: 1240px;
    /* 1 */
    margin-left: auto;
    /* 2 */
    margin-right: auto;
    /* 2 */
    padding-left: 20px;
    /* 3 */
    padding-right: 20px;
    /* 3 */
    width: 100%;
    /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
    overflow: hidden;
    padding: 0;
    /* 1 */
    text-indent: 101%;
    white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/**------------------------------------------------------------------
 * Preloader Start Here
 */
/*
    #rts__preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    width: 250px;
    height: 75px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Playfair Display", serif;
    font-weight: 900;
    color: #000;
    font-style: italic;
}

    .loader span {
        color: #1399FB;
    }

    .loader::before, .loader::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: #1399FB;
        position: absolute;
        -webkit-animation: load 0.7s infinite alternate ease-in-out;
        animation: load 0.7s infinite alternate ease-in-out;
    }

    .loader::before {
        top: 0;
    }

    .loader::after {
        bottom: 0;
    }

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 20px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 40px;
    }

    100% {
        left: 235px;
        height: 20px;
        width: 15px;
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 20px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 40px;
    }

    100% {
        left: 235px;
        height: 20px;
        width: 15px;
    }
}*/

/**------------------------------------------------------------------
 * Preloader End Here
 */
.modal-sidebar-scroll {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
    text-align: center;
    z-index: 10;
    /*right: 0;*/
    left: auto;
}

    .modal-sidebar-scroll ul {
        list-style: none;
        margin: 0;
        padding: 1px 15px;
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
        border-radius: 0 5px 5px 0;
        background: #fff;
    }

        .modal-sidebar-scroll ul li {
            margin: 10px 0;
            position: relative;
            font-size: 20px;
        }

            .modal-sidebar-scroll ul li:hover span {
                visibility: visible;
                opacity: 1;
            }

            .modal-sidebar-scroll ul li span {
                position: absolute;
                background-color: #222;
                color: #fff;
                white-space: nowrap;
                padding: 5px 20px;
                font-size: 13px;
                top: 0;
                right: 100%;
                margin-right: 12px;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s linear 0ms;
                transition: all 0.3s linear 0ms;
            }

                .modal-sidebar-scroll ul li span:before {
                    content: "";
                    border-style: solid;
                    border-color: transparent transparent transparent #222;
                    border-width: 6px;
                    position: absolute;
                    top: 50%;
                    right: -12px;
                    -webkit-transform: translate(0, -50%);
                    -khtml-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                }

            .modal-sidebar-scroll ul li i {
                cursor: pointer;
            }

/**------------------------------------------------------------------
 * Reset Start Here
 */
.reduced-col-gap {
    padding: 0;
}

.no-col-gap {
    padding: 0;
}

.section-bg {
    background: #f6f6f6;
}

.brand-bg {
    background: #FF1856 !important;
}

.highlight-bg {
    background: #1D72FF !important;
}

.ad-area {
    display: block !important;
}

.mt--60 {
    margin-top: 60px !important;
}

.mt--50 {
    margin-top: 50px;
}

.mt--40 {
    margin-top: 40px !important;
}

.mt--30 {
    margin-top: 30px;
}

.mt--20 {
    margin-top: 20px;
}

.mt--10 {
    margin-top: 10px !important;
}

.m-0 {
    margin: 0 !important;
}

.mb--10 {
    margin-bottom: 10px;
}

.mb--15 {
    margin-bottom: 15px;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mb--25 {
    margin-bottom: 25px;
}

.mb--30 {
    margin-bottom: 30px;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.mb--50 {
    margin-bottom: 50px !important;
}

.mb--60 {
    margin-bottom: 60px;
}

.mb--70 {
    margin-bottom: 70px;
}

.mb--80 {
    margin-bottom: 80px !important;
}

.mb--100 {
    margin-bottom: 100px !important;
}

.mb--125 {
    margin-bottom: 125px;
}

.mr--5 {
    margin-right: 5px;
}

.ml-auto {
    margin-left: auto;
}

.ml--5 {
    margin-left: 5px;
}

.ml--15 {
    margin-left: 15px;
}

.ml--30 {
    margin-left: 30px;
}

.mr--5 {
    margin-right: 5px;
}

.mr--10 {
    margin-right: 10px;
}

.mr--15 {
    margin-right: 15px;
}

.p-0 {
    padding: 0 !important;
}

.pt--15 {
    padding-top: 15px;
}

.pt--40 {
    padding-top: 40px;
}

.pt--100 {
    padding-top: 100px;
}

.pt--70 {
    padding-top: 70px;
}

.ptb--60 {
    padding: 60px 0;
}

.ptb--70 {
    padding: 70px 0;
}

.pb--30 {
    padding-bottom: 30px;
}

.pb--100 {
    padding-bottom: 100px !important;
}

.border-none {
    border: none;
}

.section-gap {
    padding: 15px 0;
}

.section-gap-2 {
    padding: 40px 0;
}

.section-gap-3 {
    padding: 60px 0;
}

.section-gap-100 {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .section-gap-100 {
        padding: 50px 0;
    }
}

.social-links .platform {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(14, 16, 19, 0.1);
    border-radius: 0px;
    margin-right: 7px;
}

    .social-links .platform:hover i {
        color: #fff;
    }

    .social-links .platform i {
        color: #0E1013;
    }

.transform-none {
    -webkit-transform: none;
    transform: none;
}

.no-gutters {
    margin-left: -12px;
    margin-right: 12px;
}

    .no-gutters [class*=col-]:not(:first-child),
    .no-gutters [class*=col-]:not(:last-child) {
        padding-right: 2px;
        padding-left: 12px;
    }

.no-gutters2 {
    margin-left: -20px;
    margin-right: -5px;
}

    .no-gutters2 [class*=col-]:not(:first-child),
    .no-gutters2 [class*=col-]:not(:last-child) {
        padding-right: 5px;
        padding-left: 18px;
    }

.no-gutters3 {
    margin-left: -8px;
    margin-right: -5px;
}

    .no-gutters3 [class*=col-]:not(:first-child),
    .no-gutters3 [class*=col-]:not(:last-child) {
        padding-right: 5px;
        padding-left: 8px;
    }

/**------------------------------------------------------------------
 * Reset End Here
 */
/**------------------------------------------------------------------
 * Header Start Here
 */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    header .logo-dark {
        display: none;
    }

    header .topbar-area {
        background: #233664;
        padding: 2px 0;
    }

    header .topbar-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
    }

        header .topbar-inner .right-part {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

@media (max-width: 580px) {
    header .topbar-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        header .topbar-inner .social-links {
            margin-left: 0;
        }

        header .topbar-inner .mini-nav li {
            margin-right: 15px;
        }
}

@media (max-width: 455px) {
    header .topbar-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        header .topbar-inner .quick-weather {
            margin-right: 15px;
        }

            header .topbar-inner .quick-weather::before {
                display: none;
            }

        header .topbar-inner .social-links {
            margin-left: 0;
        }

            header .topbar-inner .social-links a {
                margin-right: 25px;
            }

        header .topbar-inner .mini-nav {
            display: none;
        }

        header .topbar-inner .right-part {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
}

header .quick-weather {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

    header .quick-weather::before {
        content: "";
        position: absolute;
        top: 7px;
        right: 0;
        width: 1.6px;
        height: 60%;
        background: rgba(255, 255, 255, 0.3019607843);
    }

    header .quick-weather span {
        line-height: 34px;
    }

header .weather-tempreture {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    margin-right: 20px;
}

    header .weather-tempreture span {
        position: absolute;
        top: -3px;
        right: -7px;
        font-size: 10px;
        line-height: 12px;
    }

header .weather-location {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    margin-right: 0;
}

header .quick-weather-2 {
    border-right: 1px solid #E7E7E7;
}

    header .quick-weather-2 .weather-tempreture {
        color: #000;
    }

        header .quick-weather-2 .weather-tempreture img {
            -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
        }

    header .quick-weather-2 span {
        color: #000;
    }

header .mini-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

    header .mini-nav li {
        margin-right: 25px;
    }

        header .mini-nav li a {
            color: #aaaaaa;
            font-weight: 500;
            font-size: 13px;
            line-height: 34px;
        }

header .social-links {
    margin-left: auto;
    margin-top: 0;
}

    header .social-links .platform {
        width: 0;
        border: none;
        margin-right: 30px;
    }

        header .social-links .platform i {
            color: rgba(255, 255, 255, 0.7);
        }

        header .social-links .platform:hover i {
            color: #fff;
        }

header .social-links-3 {
    margin-right: unset;
    margin-left: unset;
    margin-top: 0;
}

    header .social-links-3 .platform {
        width: 0;
        border: none;
        margin-right: 30px;
    }

        header .social-links-3 .platform i {
            color: #000;
        }

        header .social-links-3 .platform:hover i {
            color: #1D72FF;
        }

header .navbar-part1 {
    background-color: #EDF0F2;
}

@media (max-width: 900px) {
    header .navbar-part1 {
        display: none;
    }
}

header .navbar-part1 .container .navbar-inner {
    background: #fff;
}

    header .navbar-part1 .container .navbar-inner.navbar-inner-2 {
        padding: 0 35px 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    }

        header .navbar-part1 .container .navbar-inner.navbar-inner-2 .catagory-select-area {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
        }

            header .navbar-part1 .container .navbar-inner.navbar-inner-2 .catagory-select-area::before {
                content: "";
                position: absolute;
                width: 1px;
                height: 25px;
                background: #D7D8D9;
                left: -20px;
                bottom: 13px;
                z-index: 1;
            }

@media (max-width: 1200px) {
    header .navbar-part1 .container .navbar-inner.navbar-inner-2 .catagory-select-area::before {
        left: -10px;
    }
}

@media (max-width: 991px) {
    header .navbar-part1 .container .navbar-inner.navbar-inner-2 .catagory-select-area::before {
        left: -5px;
    }
}

@media (max-width: 991px) {
    header .navbar-part1 .container .navbar-inner.navbar-inner-2 .catagory-select-area .category-icon {
        display: none;
    }
}

header .navbar-part1 .container .navbar-inner.navbar-inner-2 .catagory-select-area .custom-select {
    border: none;
}

header .sticky-menu .navbar-part1 {
    background: #fff;
}

    header .sticky-menu .navbar-part1 .navbar-inner-2 {
        padding: 0 !important;
        -webkit-box-shadow: 0 1px 0 rgba(18, 24, 28, 0.14) !important;
        box-shadow: 0 1px 0 rgba(18, 24, 28, 0.14) !important;
    }

        header .sticky-menu .navbar-part1 .navbar-inner-2 .logo img {
            max-width: 80%;
        }

        header .sticky-menu .navbar-part1 .navbar-inner-2 .menu-item {
            margin: 0 30px 0 10px !important;
        }

@media (max-width: 1200px) {
    header .sticky-menu .navbar-part1 .navbar-inner-2 .menu-item {
        margin: 0 10px !important;
    }
}

@media (max-width: 1200px) {
    header .sticky-menu .navbar-part1 .navbar-inner-2 .catagory-select-area {
        padding: 0 0 0 10px !important;
    }
}

@media (max-width: 1200px) {
    header .sticky-menu .navbar-part1 .navbar-inner-2 .catagory-select-area .category-icon {
        display: none;
    }
}

header .navbar-part5 .navbar-inner .logo img {
    width: 80%;
}

header .navbar-part5 .header-action-items {
    margin-top: 15px;
}

@media (max-width: 900px) {
    header .navbar-part5 .header-action-items {
        margin-top: 0;
    }
}

header .navbar-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}

    header .navbar-inner .header-action-items-last {
        margin-left: auto;
        display: none;
    }

header .navbar-inner-3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

    header .navbar-inner-3 .dropdown ul {
        top: 109%;
    }

header .navbar-inner-4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
}

    header .navbar-inner-4 .header-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

@media (max-width: 900px) {
    header .navbar-inner-4 .header-left {
        display: none;
    }
}

header .navbar-inner-4 .header-left .catagory-menu-icon {
    cursor: pointer;
}

    header .navbar-inner-4 .header-left .catagory-menu-icon.icon-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        padding: 0 10px 0 10px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    }

header .navbar-inner-4 .header-left .header-action-items-first {
    margin-left: 20px;
}

@media (max-width: 991px) {
    header .navbar-inner-4 .header-left .header-action-items-first {
        margin-left: 10px;
    }
}

header .navbar-inner-4 .header-left .header-action-items-first .search-part-2 {
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    position: relative;
}

    header .navbar-inner-4 .header-left .header-action-items-first .search-part-2::before {
        position: absolute;
        content: "\f002";
        /*font-family: "Font Awesome 5 Pro";*/
        font-size: 16px;
        color: #000;
        top: 12px;
        right: 25px;
        cursor: pointer;
        display: none;
        z-index: 1;
    }

    header .navbar-inner-4 .header-left .header-action-items-first .search-part-2 .search-input-div {
        max-width: 100%;
        width: 320px;
    }

        header .navbar-inner-4 .header-left .header-action-items-first .search-part-2 .search-input-div input {
            background: none;
            width: 100%;
            padding: 15px 25px;
            position: relative;
        }

            header .navbar-inner-4 .header-left .header-action-items-first .search-part-2 .search-input-div input:focus {
                border: 1.5px solid #1399FB;
                border-radius: 30px;
            }

        header .navbar-inner-4 .header-left .header-action-items-first .search-part-2 .search-input-div .search-icon {
            margin-left: 20px;
        }

            header .navbar-inner-4 .header-left .header-action-items-first .search-part-2 .search-input-div .search-icon i {
                cursor: pointer;
            }

@media (max-width: 1200px) {
    header .navbar-inner-4 .header-left .header-action-items-first .search-part-2 .search-input-div {
        width: 280px;
    }
}

@media (max-width: 1100px) {
    header .navbar-inner-4 .header-left .header-action-items-first .search-part-2 .search-input-div {
        width: 200px;
    }
}

header .navbar-inner-4 .logo {
    margin-right: 80px;
}

@media (max-width: 1200px) {
    header .navbar-inner-4 .logo {
        margin-right: 50px;
    }
}

@media (max-width: 1024px) {
    header .navbar-inner-4 .logo {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    header .navbar-inner-4 .logo {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    header .navbar-inner-4 .logo img {
        width: 70%;
    }
}

header .navbar-inner-4 .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    header .navbar-inner-4 .header-right .search-part {
        display: none;
    }

@media (max-width: 900px) {
    header .navbar-inner-4 .header-right .search-part {
        display: block;
        margin-right: 30px;
    }
}

header .navbar-inner-4 .header-right .search-part .search-icon {
    cursor: pointer;
}

header .navbar-inner-4 .header-right .search-part .search-input-area {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.921);
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.14);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    header .navbar-inner-4 .header-right .search-part .search-input-area.show {
        visibility: visible;
        -webkit-transform: inherit;
        transform: inherit;
    }

    header .navbar-inner-4 .header-right .search-part .search-input-area .search-input-area-close {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    header .navbar-inner-4 .header-right .search-part .search-input-area input {
        background: transparent;
        padding: 5px 0;
        width: 70%;
        font-size: 15px;
        color: #0e1013;
        border-bottom: 2px solid #1D72FF;
        z-index: 2;
    }

    header .navbar-inner-4 .header-right .search-part .search-input-area .search-close-icon {
        position: absolute;
        top: 25px;
        right: 30px;
    }

        header .navbar-inner-4 .header-right .search-part .search-input-area .search-close-icon i {
            color: #bfbfbf;
            font-size: 25px;
            cursor: pointer;
        }

header .navbar-inner-4 .header-right .account {
    margin-right: 30px;
}

@media (max-width: 991px) and (min-width: 900px) {
    header .navbar-inner-4 .header-right .account {
        margin-right: 15px;
    }
}

@media (max-width: 500px) {
    header .navbar-inner-4 .header-right .account {
        display: none;
    }
}

header .navbar-inner-4 .header-right .account span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

@media (max-width: 900px) {
    header .navbar-inner-4 .header-right .hamburger {
        margin: 0;
    }
}

header .navbar-inner-4 .header-right .subscribe-btn {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    background: #1399FB;
    padding: 21px 28px;
    border-radius: 30px;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

@media (max-width: 900px) {
    header .navbar-inner-4 .header-right .subscribe-btn {
        display: none;
    }
}

header .navbar-inner-4 .header-right .subscribe-btn:hover {
    background: #000;
    color: #fff;
}

header .navbar-inner-4 .dropdown ul {
    top: 109%;
}

@media (max-width: 900px) {
    header .inner-page-navbar .newsletter-btn {
        display: none;
    }

    header .inner-page-navbar .hamburger {
        display: block;
    }
}

@media (max-width: 550px) {
    header .inner-page-navbar .social-links {
        display: none;
    }
}

header .inner-page-catagory-bar {
    -webkit-box-shadow: 0px 2px 4px rgba(14, 16, 19, 0.1);
    box-shadow: 0px 2px 4px rgba(14, 16, 19, 0.1);
    position: relative;
}

header .site-map-area .site-map {
    padding: 0 0 12px;
}

    header .site-map-area .site-map .page-title {
        margin: 0;
        margin-bottom: 5px;
    }

    header .site-map-area .site-map ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header .site-map-area .site-map .home-page-link {
        position: relative;
        margin-right: 25px;
    }

        header .site-map-area .site-map .home-page-link a {
            font-weight: 400;
            font-size: 14px;
            line-height: 10px;
            color: #4E4E4E;
        }

            header .site-map-area .site-map .home-page-link a img {
                margin-right: 5px;
                -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
            }

    header .site-map-area .site-map .current-page {
        position: relative;
        margin-right: 25px;
    }

        header .site-map-area .site-map .current-page::before {
            content: "";
            position: absolute;
            top: 11px;
            left: -15px;
            width: 4px;
            aspect-ratio: 1;
            border-radius: 50%;
            background: #4E4E4E;
        }

        header .site-map-area .site-map .current-page a {
            font-weight: 400;
            font-size: 14px;
            line-height: 10px;
            color: #4E4E4E;
        }

        header .site-map-area .site-map .current-page.leaf-page a {
            color: #868686;
        }

@media (max-width: 1080px) {
    header .navbar-part2 .navbar-inner .menu-item {
        padding: 25px 11px !important;
    }
}

@media (max-width: 1024px) {
    header .navbar-part2 {
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
    }

        header .navbar-part2 .navbar-inner {
            padding: 15px 0;
        }

        header .navbar-part2 .hamburger {
            display: block;
            margin-left: 10px;
        }

        header .navbar-part2 .header-action-items-first {
            margin-left: auto;
        }
}

header .navbar-part2 .navbar-inner .logo img {
    width: 25%;
}

@media (max-width: 1080px) {
    header .navbar-part .navbar-inner .menu-item {
        padding: 20px 11px !important;
    }
}

@media (max-width: 900px) {
    header .navbar-part {
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
        margin-bottom: 20px;
    }

        header .navbar-part .navbar-inner {
            padding: 10px 0;
        }
}

@media (max-width: 900px) {
    header .navbar-part.navbar-part2, header .navbar-part.navbar-part-3 {
        margin-bottom: 0;
    }

        header .navbar-part.navbar-part2 .header-action-items-first, header .navbar-part.navbar-part-3 .header-action-items-first {
            display: none;
        }

        header .navbar-part.navbar-part2 .header-action-items-last, header .navbar-part.navbar-part-3 .header-action-items-last {
            display: block;
            margin-left: auto;
            margin-right: 20px;
        }
}

@media (max-width: 450px) {
    header .navbar-part.navbar-part2 .download-app-area, header .navbar-part.navbar-part-3 .download-app-area {
        display: none;
    }
}

header .navbar-part-3 {
    border-bottom: 1px solid #E7E7E7;
}

@media (max-width: 900px) {
    header .navbar-part-3 {
        margin-bottom: 0;
    }
}

@media (max-width: 900px) {
    header .navbar-part-4 .newsletter-btn {
        display: none;
    }
}

@media (max-width: 500px) {
    header .navbar-part-4 .social-links {
        display: none;
    }
}

header .navbar-part-catagory .header-action-items-last {
    margin-left: 0 !important;
    display: none;
}

@media (max-width: 1200px) {
    header .navbar-part-catagory .header-action-items-last {
        display: block !important;
    }

    header .navbar-part-catagory .header-action-items-first {
        display: none !important;
    }
}

header .navbar-part-catagory .navbar-inner-3 {
    padding: 5px 0;
}

@media (max-width: 900px) {
    header .navbar-part-catagory {
        display: none;
    }
}

header .download-app-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    header .download-app-area a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        aspect-ratio: 1;
        border-radius: 50%;
        display: -ms-grid;
        display: grid;
        place-items: center;
        border: 1px solid #E7E7E7;
        margin-right: 7px;
    }

        header .download-app-area a:hover .android-icon {
            -webkit-filter: hue-rotate(171deg);
            filter: hue-rotate(171deg);
        }

        header .download-app-area a:hover .apple-icon {
            -webkit-filter: grayscale(1) brightness(80%);
            filter: grayscale(1) brightness(80%);
        }

        header .download-app-area a img {
            -webkit-transition: -webkit-filter 300ms;
            transition: -webkit-filter 300ms;
            transition: filter 300ms;
            transition: filter 300ms, -webkit-filter 300ms;
        }

header .nav__menu li {
    padding: 0;
}

    header .nav__menu li:hover .menu-item {
        color: #1D72FF;
    }

    header .nav__menu li .menu-item {
        padding: 20px 20px;
        display: inline-block;
    }

        header .nav__menu li .menu-item i {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }

        header .nav__menu li .menu-item.active {
            color: #1D72FF;
        }

        header .nav__menu li .menu-item.active1 {
            background: #0E1013;
            border-radius: 7px 7px 0 0;
            color: #fff;
        }

header .nav__menu .dropdown ul li {
    padding: 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #282828;
}

    header .nav__menu .dropdown ul li:hover .flyout-link {
        color: #000;
        background: #fff;
    }

        header .nav__menu .dropdown ul li:hover .flyout-link::before {
            -webkit-transform: scale(100%);
            transform: scale(100%);
        }

        header .nav__menu .dropdown ul li:hover .flyout-link i {
            -webkit-transform: rotate(180deg) translateY(0) translateX(-22px);
            transform: rotate(180deg) translateY(0) translateX(-22px);
        }

    header .nav__menu .dropdown ul li a {
        background: rgb(0, 0, 0);
        padding: 20px;
        padding-left: 40px;
        padding-right: 50px;
        color: #fff;
    }

        header .nav__menu .dropdown ul li a::before {
            content: "";
            position: absolute;
            top: 22px;
            left: 15px;
            width: 7px;
            aspect-ratio: 1;
            border-radius: 50%;
            background: #1D72FF;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform 300ms ease-in-out;
            transition: -webkit-transform 300ms ease-in-out;
            transition: transform 300ms ease-in-out;
            transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
        }

        header .nav__menu .dropdown ul li a i {
            -webkit-transform: translateY(0) translateX(22px);
            transform: translateY(0) translateX(22px);
        }

header .nav__menu .dropdown.second-level {
    position: relative;
}

    header .nav__menu .dropdown.second-level li a {
        color: #fff;
    }

    header .nav__menu .dropdown.second-level ul {
        position: absolute;
        top: -10px;
    }

header .rts-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-top: 20px;
}

@media (max-width: 900px) {
    header .rts-menu {
        display: none;
    }
}

header .rts-menu.rts-menu2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: 30px;
}

    header .rts-menu.rts-menu2 .menu-item {
        padding: 30px 20px;
    }

        header .rts-menu.rts-menu2 .menu-item.active {
            background: none;
        }

@media (max-width: 1024px) {
    header .rts-menu.rts-menu2 {
        display: none;
    }
}

header .rts-menu.rts-menu3 {
    margin-top: 0;
    margin-left: unset;
    margin-right: 0;
}

    header .rts-menu.rts-menu3 .menu-item {
        padding: 20px 0 !important;
        margin-right: 40px;
    }

        header .rts-menu.rts-menu3 .menu-item.active {
            background: none;
        }

@media (max-width: 768px) {
    header .rts-menu.rts-menu3 {
        display: none;
    }
}

header .rts-menu.rts-menu4 {
    margin-top: 0;
    margin-right: 0;
}

    header .rts-menu.rts-menu4 .nav__menu li {
        padding: 0;
    }

        header .rts-menu.rts-menu4 .nav__menu li:hover .menu-item {
            color: #1399FB;
        }

        header .rts-menu.rts-menu4 .nav__menu li .menu-item {
            padding: 22px 2px !important;
            margin: 0 20px;
            font-size: 16px;
            line-height: 19px;
        }

            header .rts-menu.rts-menu4 .nav__menu li .menu-item.active {
                background: none;
                color: #1399FB;
            }

@media (max-width: 768px) {
    header .rts-menu.rts-menu4 .nav__menu li {
        display: none;
    }
}

header .rts-menu.rts-menu1 {
    margin-top: 0;
    margin-right: 0;
}

    header .rts-menu.rts-menu1 .nav__menu li {
        padding: 0;
    }

        header .rts-menu.rts-menu1 .nav__menu li:hover .menu-item {
            color: #1399FB;
            border-bottom: 2px solid #1399FB;
        }

            header .rts-menu.rts-menu1 .nav__menu li:hover .menu-item.item-2 {
                color: #233664;
                border-bottom: 2px solid #233664;
            }

        header .rts-menu.rts-menu1 .nav__menu li .menu-item {
            padding: 22px 2px !important;
            margin: 0 20px;
            font-size: 16px;
            line-height: 19px;
            font-weight: bold;
        }

            header .rts-menu.rts-menu1 .nav__menu li .menu-item.item-1 {
                margin-left: 35px;
            }

            header .rts-menu.rts-menu1 .nav__menu li .menu-item.item-2 {
                margin-left: 20px;
                padding: 30px 2px !important;
                color: #233664;
            }

            header .rts-menu.rts-menu1 .nav__menu li .menu-item.item-3 {
                margin-left: 20px;
            }

            header .rts-menu.rts-menu1 .nav__menu li .menu-item.active {
                background: none;
                color: #1399FB;
                border-bottom: 2px solid #1399FB;
            }

@media (max-width: 768px) {
    header .rts-menu.rts-menu1 .nav__menu li .menu-item {
        display: none;
    }
}

header .rts-menu.rts-menu1 .nav__menu li .menu-item.item-2.active {
    color: #233664;
    border-bottom: 2px solid #233664;
}

header .rts-menu.rts-menu1 .nav__menu .dropdown ul li {
    background: #fff;
    padding: 20px;
    padding-left: 40px;
    padding-right: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li.flyout-right1::before {
        content: "";
        position: absolute;
        top: 22px;
        left: 15px;
        width: 7px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #233664 !important;
    }

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li a {
        color: #000;
        padding: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        header .rts-menu.rts-menu1 .nav__menu .dropdown ul li a .dropdown ul li {
            background: #fff;
            padding: 20px;
            padding-left: 40px;
            padding-right: 50px;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-bottom: 1px solid #f5f5f5;
            position: relative;
        }

            header .rts-menu.rts-menu1 .nav__menu .dropdown ul li a .dropdown ul li a {
                color: #000 !important;
                padding: 0;
                background: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
                -webkit-transition: all 500ms;
                transition: all 500ms;
                position: relative;
            }

            header .rts-menu.rts-menu1 .nav__menu .dropdown ul li a .dropdown ul li:hover a {
                color: #1399FB;
                -webkit-transform: translateX(-7px);
                transform: translateX(-7px);
            }

            header .rts-menu.rts-menu1 .nav__menu .dropdown ul li a .dropdown ul li:hover::before {
                -webkit-transform: scale(1);
                transform: scale(1);
            }

        header .rts-menu.rts-menu1 .nav__menu .dropdown ul li a::before {
            display: none;
        }

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li:hover a {
        color: #1399FB;
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }

        header .rts-menu.rts-menu1 .nav__menu .dropdown ul li:hover a.flyout-link-1 {
            color: #FF1856 !important;
        }

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li:hover::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li::before {
        content: "";
        position: absolute;
        top: 22px;
        left: 15px;
        width: 7px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #1399FB;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 300ms ease-in-out;
        transition: -webkit-transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    }

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li i {
        -webkit-transform: translateY(0) translateX(22px);
        transform: translateY(0) translateX(22px);
    }

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li.flyout1 .flyout-sub-link {
        color: #000;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li.flyout1:hover .flyout-sub-link {
        color: #1399FB;
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li.flyout1 .flyout-sub-link1 {
        color: #000;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li.flyout1:hover .flyout-sub-link1 {
        color: #FF1856;
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }

    header .rts-menu.rts-menu1 .nav__menu .dropdown ul li.flyout1.flyout2::before {
        background: #FF1856 !important;
    }

header .rts-menu li {
    position: relative;
}

    header .rts-menu li:hover i {
        font-size: 14px;
        -webkit-transition: -webkit-transform 500ms ease;
        transition: -webkit-transform 500ms ease;
        transition: transform 500ms ease;
        transition: transform 500ms ease, -webkit-transform 500ms ease;
        -webkit-transform: rotate(180deg) translateY(0) translateX(-5px);
        transform: rotate(180deg) translateY(0) translateX(-5px);
        right: 0px;
    }

    header .rts-menu li .menu-link {
        position: relative;
    }

        header .rts-menu li .menu-link i {
            -webkit-transform: translateY(7px) translateX(5px);
            transform: translateY(7px) translateX(5px);
        }

        header .rts-menu li .menu-link::before {
            content: "";
            position: absolute;
            bottom: 13px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 0;
            height: 1px;
            background: #0E1013;
            -webkit-transition: width 300ms;
            transition: width 300ms;
        }

        header .rts-menu li .menu-link:hover {
            color: #000;
        }

        header .rts-menu li .menu-link i {
            font-size: 14px;
            margin-top: -2px;
            -webkit-transition: -webkit-transform 500ms ease;
            transition: -webkit-transform 500ms ease;
            transition: transform 500ms ease;
            transition: transform 500ms ease, -webkit-transform 500ms ease;
            position: absolute;
            right: 0px;
        }

    header .rts-menu li:hover .main-link::before {
        width: 50%;
    }

    header .rts-menu li.active {
        background: #0E1013;
    }

        header .rts-menu li.active a {
            color: #fff;
        }

header .rts-menu a {
    color: #000;
    /*font-family: Roboto;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

header .rts-menu .dropdown a {
    position: relative;
    background: none;
}

header .rts-menu .dropdown .drop {
    -webkit-box-shadow: 0px 50px 12px -3px rgba(0, 0, 0, 0.898);
    box-shadow: 0px 50px 12px -3px rgba(0, 0, 0, 0.898);
    background: red;
}

header .rts-menu .dropdown .sub-of-sub {
    border-bottom: 2px solid #1D72FF;
    -webkit-box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.34);
    -webkit-animation: slide-down 400ms ease;
    animation: slide-down 400ms ease;
    margin-bottom: -2px;
}

    header .rts-menu .dropdown .sub-of-sub a {
        color: #000;
        margin-top: 0;
        background: #fff;
        -webkit-backdrop-filter: blur(9px);
        backdrop-filter: blur(9px);
        border-bottom: 1px solid #E7E7E7;
    }

        header .rts-menu .dropdown .sub-of-sub a:hover {
            background: #F5F5F5;
            color: #000;
        }

header .rts-menu .dropdown .flyout:hover a {
    color: #000;
    background: rgba(255, 255, 255, 0.732);
}

    header .rts-menu .dropdown .flyout:hover a::before {
        -webkit-transform: scale(100%);
        transform: scale(100%);
    }

    header .rts-menu .dropdown .flyout:hover a i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    header .rts-menu .dropdown .flyout:hover a i {
        font-size: 14px;
        margin-top: -2px;
        -webkit-transition: -webkit-transform 500ms ease;
        transition: -webkit-transform 500ms ease;
        transition: transform 500ms ease;
        transition: transform 500ms ease, -webkit-transform 500ms ease;
        position: absolute;
    }

header .rts-menu .dropdown .flyout .flyout-link {
    -webkit-box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.34);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 20px 50px;
    padding-left: 40px;
    padding-right: 100px;
    position: relative;
}

    header .rts-menu .dropdown .flyout .flyout-link i {
        position: absolute;
        right: 20px;
    }

    header .rts-menu .dropdown .flyout .flyout-link::before {
        content: "";
        position: absolute;
        top: 22px;
        left: 15px;
        width: 7px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #1D72FF;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 300ms ease-in-out;
        transition: -webkit-transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    }

    header .rts-menu .dropdown .flyout .flyout-link.active::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

header .rts-menu .dropdown .sub-flyout {
    position: absolute;
    top: 0;
    left: auto;
    right: -103%;
}

header .rts-menu .metismenu li a {
    font-size: 10px;
}

@media (max-width: 1100px) {
    header .rts-menu .drop-down-ul.show {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 200ms;
        transition: all 200ms;
        max-height: 600px;
        height: auto;
    }

    header .rts-menu .drop-down-ul {
        top: 0 !important;
    }
}

@media (max-width: 1100px) {
    header .toggle-menu {
        display: block;
    }

    header .drop-down-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

header .rts-menu.display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    header .rts-menu.display .drop-down-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

header .header-action-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

    header .header-action-items .search-part {
        margin-right: 30px;
    }

        header .header-action-items .search-part .search-icon {
            cursor: pointer;
        }

            header .header-action-items .search-part .search-icon:hover i {
                color: #1D72FF;
            }

        header .header-action-items .search-part input::-webkit-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
        }

        header .header-action-items .search-part .search-input-area {
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            visibility: hidden;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 75px;
            padding: 10px;
            background: rgba(255, 255, 255, 0.921);
            -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.144);
            box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.144);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            z-index: 11;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            header .header-action-items .search-part .search-input-area input {
                background: transparent;
                padding: 5px 0;
                width: 70%;
                font-size: 15px;
                color: #0e1013;
                border-bottom: 2px solid #1D72FF;
                z-index: 2;
            }

            header .header-action-items .search-part .search-input-area .search-close-icon {
                position: absolute;
                top: 25px;
                right: 30px;
            }

                header .header-action-items .search-part .search-input-area .search-close-icon i {
                    color: #bfbfbf;
                    font-size: 25px;
                    cursor: pointer;
                }

                header .header-action-items .search-part .search-input-area .search-close-icon:hover i {
                    color: #FF1856;
                }

            header .header-action-items .search-part .search-input-area.show {
                visibility: visible;
                -webkit-transform: inherit;
                transform: inherit;
            }

            header .header-action-items .search-part .search-input-area .search-input-area-close {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

@media (max-width: 400px) {
    header .header-action-items .search-part {
        margin-right: 15px;
    }

    header .header-action-items .account-action img {
        max-width: 25px;
    }
}

header .header-action-items-2 {
    margin-left: 0;
}

    header .header-action-items-2 .search-icon {
        margin-right: 7px;
    }

    header .header-action-items-2 .input-div input {
        font-size: 14px;
    }

    header .header-action-items-2 .search-input-div {
        max-width: 160px;
        overflow: hidden;
    }

header .header-action-items-3 .search-input-div {
    max-width: 132px;
    overflow: hidden;
}

header .element {
    position: relative;
}

    header .element::after {
        content: "";
        position: absolute;
        background: rgb(0, 68, 255);
        width: 100px;
        height: 25px;
        left: 200px;
        z-index: -1;
    }

    header .element::before {
        content: "";
        position: absolute;
        background: rgb(255, 0, 0);
        width: 200px;
        height: 20px;
        left: 1200px;
        z-index: -1;
    }

header .header-catagory-bar {
    background: #0E1013;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    header .header-catagory-bar .catagory-bar-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header .header-catagory-bar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

        header .header-catagory-bar ul li {
            margin-right: 40px;
        }

            header .header-catagory-bar ul li a {
                position: relative;
                display: block;
                padding: 13px 0;
                color: #fff;
                font-size: 13px;
                font-weight: 500;
                line-height: 15px;
                letter-spacing: 0em;
            }

                header .header-catagory-bar ul li a::before {
                    content: "";
                    position: absolute;
                    bottom: 10px;
                    left: -3px;
                    width: 0;
                    height: 1px;
                    background: #fff;
                    -webkit-transition: width 300ms;
                    transition: width 300ms;
                }

                header .header-catagory-bar ul li a:hover::before, header .header-catagory-bar ul li a.active::before {
                    width: 110%;
                }

    header .header-catagory-bar .catagory-menu-icon {
        cursor: pointer;
    }

@media (max-width: 1171px) {
    header .header-catagory-bar ul li {
        margin-right: 30px;
    }
}

@media (max-width: 1061px) {
    header .header-catagory-bar ul li {
        margin-right: 25px;
    }
}

@media (max-width: 1006px) {
    header .header-catagory-bar ul li {
        margin-right: 15px;
    }
}

@media (max-width: 900px) {
    header .header-catagory-bar {
        display: none;
    }
}

header .catagory-menu-area {
    position: fixed;
    right: 0;
    height: 105vh;
    pointer-events: visible;
    z-index: 200;
}

header .catagory-menu {
    position: relative;
    width: 400px;
    pointer-events: visible;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    height: 100%;
    padding: 25px 40px;
    padding-top: 80px;
    padding-bottom: 30px;
    background: rgba(0, 0, 0, 0.839);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    position: absolute;
    top: -16px;
    right: 0%;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0);
    z-index: 10;
}

    header .catagory-menu.show {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    header .catagory-menu .menu-item-title {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    header .catagory-menu .recent-post .picture {
        overflow: hidden;
        border-radius: 5px;
    }

    header .catagory-menu .recent-post .recent-post-title {
        max-width: 200px;
    }

        header .catagory-menu .recent-post .recent-post-title a {
            color: #fff;
        }

            header .catagory-menu .recent-post .recent-post-title a:hover {
                color: #FF1856;
            }

    header .catagory-menu .recent-post span {
        color: rgb(153, 153, 153);
    }

        header .catagory-menu .recent-post span img {
            -webkit-filter: brightness(2);
            filter: brightness(2);
        }

    header .catagory-menu .newsletter {
        border-radius: 10px;
        margin-bottom: 30px 20px;
        background: rgba(5, 5, 5, 0.9294117647);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(49, 49, 49, 0);
        box-shadow: 0px 0px 0px 1px rgba(49, 49, 49, 0);
    }

        header .catagory-menu .newsletter .newsletter-icon {
            margin-bottom: 10px;
        }

            header .catagory-menu .newsletter .newsletter-icon img {
                width: 100%;
                -webkit-filter: brightness(100);
                filter: brightness(100);
            }

        header .catagory-menu .newsletter .newsletter-title {
            color: #fff;
            font-weight: 700;
            font-size: 24px;
            line-height: 28px;
        }

        header .catagory-menu .newsletter p {
            color: #fff;
            font-weight: 400;
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 20px;
        }

        header .catagory-menu .newsletter form {
            width: 100%;
        }

        header .catagory-menu .newsletter .input-div {
            width: 100%;
            margin-bottom: 15px;
        }

        header .catagory-menu .newsletter input {
            width: 100%;
            color: #737373;
            font-size: 14px;
            padding: 15px;
            -webkit-box-shadow: 0px 2px 4px rgba(14, 16, 19, 0.1);
            box-shadow: 0px 2px 4px rgba(14, 16, 19, 0.1);
        }

        header .catagory-menu .newsletter .subscribe-btn {
            background: #1D72FF;
            color: #fff;
            width: 100%;
            padding: 15px;
            font-weight: 700;
            font-size: 14px;
            line-height: 16px;
            -webkit-transition: background 500ms;
            transition: background 500ms;
        }

            header .catagory-menu .newsletter .subscribe-btn:hover {
                background: #4e92ff;
            }

        header .catagory-menu .newsletter .foating-elements {
            position: absolute;
            top: 20px;
            right: 20px;
        }

            header .catagory-menu .newsletter .foating-elements img {
                -webkit-filter: invert(1) brightness(100);
                filter: invert(1) brightness(100);
            }

    header .catagory-menu .contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        header .catagory-menu .contact .item {
            margin-bottom: 10px;
            color: #fff;
            font-size: 15px;
            line-height: 15px;
            font-weight: 500;
        }

    header .catagory-menu .social-links {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        header .catagory-menu .social-links .platform {
            background: rgb(0, 0, 0);
            border-radius: 50%;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
        }

            header .catagory-menu .social-links .platform:hover {
                background: #1D72FF;
            }

                header .catagory-menu .social-links .platform:hover i {
                    color: #fff;
                }

            header .catagory-menu .social-links .platform i {
                color: #fff;
            }

header .header-catagory-bar-2 {
    background: #fff;
    padding: 10px 0;
}

    header .header-catagory-bar-2 .catagory-menu {
        top: 43px;
    }

    header .header-catagory-bar-2 ul li a {
        color: #000;
    }

        header .header-catagory-bar-2 ul li a::before {
            content: "";
            position: absolute;
            top: -11px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 0;
            height: 1px;
            background: #FF1856;
            -webkit-transition: width 500ms;
            transition: width 500ms;
        }

        header .header-catagory-bar-2 ul li a:hover {
            color: #FF1856;
        }

            header .header-catagory-bar-2 ul li a:hover::before {
                width: 110%;
            }

        header .header-catagory-bar-2 ul li a::before {
            display: none;
        }

        header .header-catagory-bar-2 ul li a:hover {
            color: #1D72FF;
        }

    header .header-catagory-bar-2 .header-action-items .search-part {
        max-width: 150px;
        margin-right: 0;
    }

header .rts-feature-section {
    padding: 20px 0;
}

    header .rts-feature-section .feature-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #E7E7E7;
    }

        header .rts-feature-section .feature-item:hover .feature-picture img {
            -webkit-transform: scale(110%);
            transform: scale(110%);
        }

        header .rts-feature-section .feature-item .feature-picture {
            margin-right: 15px;
        }

            header .rts-feature-section .feature-item .feature-picture img {
                width: 100%;
                -webkit-transition: -webkit-transform 500ms;
                transition: -webkit-transform 500ms;
                transition: transform 500ms;
                transition: transform 500ms, -webkit-transform 500ms;
            }

        header .rts-feature-section .feature-item .title a {
            color: #000;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
        }

            header .rts-feature-section .feature-item .title a:hover {
                color: #FF1856;
            }

        header .rts-feature-section .feature-item p {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #4E4E4E;
        }

header .main-menu-2 {
    padding-top: 0;
    padding: 20px 0;
    margin-left: auto;
}

    header .main-menu-2 li {
        padding: 0;
        margin-right: 40px;
    }

        header .main-menu-2 li.active, header .main-menu-2 li:hover {
            background: none;
        }

            header .main-menu-2 li.active a, header .main-menu-2 li:hover a {
                color: #000;
            }

                header .main-menu-2 li.active a::before, header .main-menu-2 li:hover a::before {
                    display: none;
                }

header .header-action-items-2 {
    padding-top: 0;
}

.catagory-menu-icon {
    cursor: pointer;
}

    .catagory-menu-icon.icon-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.rts-catagory-style1 .col-xl-9 {
    padding-left: 0;
    padding-right: 20px;
}

.slide-bar .offset-sidebar .offset-logo img {
    width: 70%;
}

/**------------------------------------------------------------------
 * Header End Here
 */
/**------------------------------------------------------------------
 * Banner Start Here
 */
.banner-2 {
    position: relative;
}

    .banner-2 .bannerSlidehome {
        position: relative;
    }

        .banner-2 .bannerSlidehome .swiper-pagination-home {
            position: absolute;
            bottom: 50px;
            right: 50px;
            z-index: 1;
        }

.banner-single {
    width: 100%;
    background-image: url("/assets/images/3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 165px 0;
    position: relative;
    backdrop-filter: blur(20px);
}

.banner-single1 {
    width: 100%;
    background-image: url("/assets/images/Banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 20px;
    position: relative;
    /* backdrop-filter: blur(20px);*/
    font-size: 39px;
    background-attachment: fixed;
}

.banner-single .banner-content {
    position: relative;
    z-index: 1;
}

    .banner-single .banner-content .content-catagory-tag {
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;
        background: #FF1856;
        padding: 5px 10px;
        max-width: 70px;
        display: -ms-grid;
        display: grid;
        place-items: center;
        margin-bottom: 15px;
    }

    .banner-single .banner-content .content-title {
        max-width: 900px;
    }

        .banner-single .banner-content .content-title a {
            /*font-family: "Playfair Display", serif;*/
            color: #fff;
            font-weight: 700;
            font-size: 60px;
            line-height: 70px;
            background-size: 200% 2px;
            background-position: 100% 100%;
            background-repeat: no-repeat;
            background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
            background-image: linear-gradient(to right, #fff 50%, transparent 50%);
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

            .banner-single .banner-content .content-title a:hover {
                background-position: 0% 100%;
                color: #fff;
            }

    .banner-single .banner-content .content-title1 {
        max-width: 900px;
    }

        .banner-single .banner-content .content-title1 a {
            /*font-family: "Playfair Display", serif;*/
            color: #fff;
            font-weight: 700;
            font-size: 60px;
            line-height: 70px;
            background-size: 200% 2px;
            background-position: 100% 100%;
            background-repeat: no-repeat;
            background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
            background-image: linear-gradient(to right, #fff 50%, transparent 50%);
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

            .banner-single .banner-content .content-title1 a:hover {
                background-position: 0% 100%;
                color: #fff;
            }

    .banner-single .banner-content .content-bottom-info {
        margin-top: 15px;
    }

        .banner-single .banner-content .content-bottom-info .item {
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            padding-right: 10px;
            margin-right: 10px;
            position: relative;
        }

            .banner-single .banner-content .content-bottom-info .item img {
                width: 14px;
                height: 14px;
                margin-right: 5px;
                -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
                -webkit-filter: brightness(100);
                filter: brightness(100);
            }

            .banner-single .banner-content .content-bottom-info .item::before {
                display: none;
            }

            .banner-single .banner-content .content-bottom-info .item:last-child {
                padding-right: 0;
                margin-right: 0;
            }

                .banner-single .banner-content .content-bottom-info .item:last-child::before {
                    display: none;
                }

        .banner-single .banner-content .content-bottom-info .content-author::before {
            display: none;
        }

    .banner-single .banner-content .border-btn {
        color: #fff;
        border: 2px solid rgba(255, 255, 255, 0.1);
    }

.banner-single-1 {
    width: 100%;
    background-image: url("../images/main-post/post1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 236px 0 50px 0;
    position: relative;
}

    .banner-single-1.banner-single2 {
        background-image: url("../images/main-post/post-2.jpg");
    }

    .banner-single-1.banner-single3 {
        background-image: url("../images/main-post/post-3.jpg");
    }

    .banner-single-1 .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01%, rgba(14, 16, 19, 0.1)), to(rgba(14, 16, 19, 0.9)));
        background: linear-gradient(180deg, rgba(14, 16, 19, 0.1) 0.01%, rgba(14, 16, 19, 0.9) 100%);
    }

    .banner-single-1 .banner-content-1 {
        position: relative;
        z-index: 1;
        padding: 0 62px;
    }

@media (max-width: 450px) {
    .banner-single-1 .banner-content-1 {
        padding: 0 40px 0 20px;
    }
}

.banner-single-1 .banner-content-1 .content-catagory-tag {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 0 10px;
    margin-bottom: 15px;
    border-left: 2px solid #fff;
    text-transform: uppercase;
}

.banner-single-1 .banner-content-1 .content-title1 {
    max-width: 900px;
    /*font-family: "Playfair Display", serif;*/
    margin-top: 15px;
}

    .banner-single-1 .banner-content-1 .content-title1 a {
        color: #fff;
        font-weight: 700;
        font-size: 46px;
        line-height: 56px;
        background-size: 200% 2px;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
        background-image: linear-gradient(to right, #fff 50%, transparent 50%);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

@media (max-width: 768px) {
    .banner-single-1 .banner-content-1 .content-title1 a {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .banner-single-1 .banner-content-1 .content-title1 a {
        font-size: 28px;
    }
}

@media (max-width: 450px) {
    .banner-single-1 .banner-content-1 .content-title1 a {
        font-size: 20px;
        line-height: 40px;
    }
}

.banner-single-1 .banner-content-1 .content-title1 a:hover {
    background-position: 0% 100%;
    color: #fff;
}

.banner-single-1 .banner-content-1 .content-bottom-info {
    margin: 15px;
}

@media (max-width: 768px) {
    .banner-single-1 .banner-content-1 .content-bottom-info {
        margin: 15px 0;
    }
}

.banner-single-1 .banner-content-1 .content-bottom-info .item {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

    .banner-single-1 .banner-content-1 .content-bottom-info .item img {
        width: 14px;
        height: 14px;
        margin-right: 5px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        -webkit-filter: brightness(100);
        filter: brightness(100);
    }

    .banner-single-1 .banner-content-1 .content-bottom-info .item:last-child {
        padding-right: 0;
        margin-right: 0;
    }

        .banner-single-1 .banner-content-1 .content-bottom-info .item:last-child::before {
            display: none;
        }

.banner-single-1 .banner-content-1 .content-bottom-info .content-author {
    position: relative;
}

    .banner-single-1 .banner-content-1 .content-bottom-info .content-author::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        right: -3px;
        bottom: 4px;
        background: #fff;
        border-radius: 50%;
    }

.banner-single-1 .banner-content-1 .border-btn {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

    .banner-single-1 .banner-content-1 .border-btn:hover {
        background-color: #1399FB;
    }

.swiper-pagination-home span {
    padding: 3px 4px;
    font-size: 1px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    margin-right: 7px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

    .swiper-pagination-home span.swiper-pagination-bullet-active {
        background: #fff;
    }

@media (max-width: 1200px) {
    .side-post-area1 {
        margin-top: 25px;
    }
}

.side-post-area1 .side-post1 {
    padding: 35px 0;
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
}

    .side-post-area1 .side-post1 .banner-content-1 {
        position: relative;
        z-index: 1;
        padding: 0 33px;
    }

@media (max-width: 900px) and (min-width: 768px) {
    .side-post-area1 .side-post1 .banner-content-1 {
        padding: 0 10px 0 30px;
    }
}

.side-post-area1 .side-post1 .banner-content-1 .content-catagory-tag {
    color: #1399FB;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 0 10px;
    margin-bottom: 15px;
    border-left: 2px solid #1399FB;
    text-transform: uppercase;
}

.side-post-area1 .side-post1 .banner-content-1 .content-title1 {
    max-width: 900px;
    /*font-family: "Playfair Display", serif;*/
    margin-top: 15px;
}

    .side-post-area1 .side-post1 .banner-content-1 .content-title1 a {
        color: #000;
        font-weight: 800;
        font-size: 24px;
        line-height: 35px;
        background-size: 200% 2px;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
        background-image: linear-gradient(to right, #000 50%, transparent 50%);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

@media (max-width: 1024px) {
    .side-post-area1 .side-post1 .banner-content-1 .content-title1 a {
        font-size: 20px;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .side-post-area1 .side-post1 .banner-content-1 .content-title1 a {
        font-size: 18px;
    }
}

.side-post-area1 .side-post1 .banner-content-1 .content-title1 a:hover {
    background-position: 0% 100%;
    color: #000;
}

.side-post-area1 .side-post1 .banner-content-1 .content-bottom-info {
    margin-top: 15px;
}

    .side-post-area1 .side-post1 .banner-content-1 .content-bottom-info .item {
        color: #61676C;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        padding-right: 10px;
        margin-right: 10px;
        position: relative;
    }

        .side-post-area1 .side-post1 .banner-content-1 .content-bottom-info .item::before {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            right: -3px;
            bottom: 4px;
            background: #61676C;
            border-radius: 50%;
        }

        .side-post-area1 .side-post1 .banner-content-1 .content-bottom-info .item img {
            width: 14px;
            height: 14px;
            margin-right: 5px;
            -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
        }

        .side-post-area1 .side-post1 .banner-content-1 .content-bottom-info .item:last-child {
            padding-right: 0;
            margin-right: 0;
        }

            .side-post-area1 .side-post1 .banner-content-1 .content-bottom-info .item:last-child::before {
                display: none;
            }

    .side-post-area1 .side-post1 .banner-content-1 .content-bottom-info .content-author {
        position: relative;
    }

.side-post-area1 .side-post1 .banner-content-1 .border-btn1 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

    .side-post-area1 .side-post1 .banner-content-1 .border-btn1::before {
        content: "";
        position: absolute;
        background-color: #000;
        width: 30px;
        height: 2px;
        bottom: 0;
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

    .side-post-area1 .side-post1 .banner-content-1 .border-btn1:hover {
        color: #1399FB;
    }

        .side-post-area1 .side-post1 .banner-content-1 .border-btn1:hover::before {
            width: 70px;
            background-color: #1399FB;
        }

.side-post-area1 .side-post2 {
    padding: 35px 0;
    background: url("../images/main-post/post2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
}

    .side-post-area1 .side-post2:hover::before {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .side-post-area1 .side-post2:hover .banner-content-1 .content-catagory-tag {
        color: #fff;
        border-color: #fff;
    }

    .side-post-area1 .side-post2:hover .banner-content-1 .content-title1 a {
        color: #fff;
    }

    .side-post-area1 .side-post2:hover .banner-content-1 .content-bottom-info .item {
        color: #fff;
    }

        .side-post-area1 .side-post2:hover .banner-content-1 .content-bottom-info .item img {
            -webkit-filter: brightness(100);
            filter: brightness(100);
        }

    .side-post-area1 .side-post2:hover .banner-content-1 .border-btn1 {
        color: #fff;
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        .side-post-area1 .side-post2:hover .banner-content-1 .border-btn1::before {
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

        .side-post-area1 .side-post2:hover .banner-content-1 .border-btn1:hover::before {
            width: 70px;
            background-color: #fff;
        }

    .side-post-area1 .side-post2 .banner-content-1 {
        position: relative;
        z-index: 1;
        padding: 0 33px;
    }

@media (max-width: 900px) and (min-width: 768px) {
    .side-post-area1 .side-post2 .banner-content-1 {
        padding: 0 10px 0 30px;
    }
}

.side-post-area1 .side-post2 .banner-content-1 .content-catagory-tag {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 0 10px;
    margin-bottom: 15px;
    border-left: 2px solid #fff;
    text-transform: uppercase;
}

.side-post-area1 .side-post2 .banner-content-1 .content-title1 {
    max-width: 900px;
    /*font-family: "Playfair Display", serif;*/
    margin-top: 15px;
}

    .side-post-area1 .side-post2 .banner-content-1 .content-title1 a {
        color: #fff;
        font-weight: 800;
        font-size: 24px;
        line-height: 35px;
        background-size: 200% 2px;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
        background-image: linear-gradient(to right, #fff 50%, transparent 50%);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

@media (max-width: 1024px) {
    .side-post-area1 .side-post2 .banner-content-1 .content-title1 a {
        font-size: 20px;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .side-post-area1 .side-post2 .banner-content-1 .content-title1 a {
        font-size: 18px;
    }
}

.side-post-area1 .side-post2 .banner-content-1 .content-title1 a:hover {
    background-position: 0% 100%;
    color: #fff;
}

.side-post-area1 .side-post2 .banner-content-1 .content-bottom-info {
    margin-top: 15px;
}

    .side-post-area1 .side-post2 .banner-content-1 .content-bottom-info .item {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        padding-right: 10px;
        margin-right: 10px;
        position: relative;
    }

        .side-post-area1 .side-post2 .banner-content-1 .content-bottom-info .item::before {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            right: -3px;
            bottom: 4px;
            background: #fff;
            border-radius: 50%;
        }

        .side-post-area1 .side-post2 .banner-content-1 .content-bottom-info .item img {
            width: 14px;
            height: 14px;
            margin-right: 5px;
            -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
            -webkit-filter: brightness(100);
            filter: brightness(100);
        }

        .side-post-area1 .side-post2 .banner-content-1 .content-bottom-info .item:last-child {
            padding-right: 0;
            margin-right: 0;
        }

            .side-post-area1 .side-post2 .banner-content-1 .content-bottom-info .item:last-child::before {
                display: none;
            }

.side-post-area1 .side-post2 .banner-content-1 .border-btn1 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
    -webkit-transition: all 50ms;
    transition: all 50ms;
    position: relative;
}

    .side-post-area1 .side-post2 .banner-content-1 .border-btn1::before {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 30px;
        height: 2px;
        bottom: -1px;
    }

.banner-single-3 {
    position: relative;
    background-image: url("../images/bannerbg-3.jpg");
}

    .banner-single-3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 50%;
    }

    .banner-single-3 .banner-content .contents .content-title {
        max-width: 770px;
    }

@media (max-width: 1200px) {
    .banner-single-3 {
        padding-top: 80px;
        padding-bottom: 170px;
    }
}

.banner-slider-navigation {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

    .banner-slider-navigation .nav-btn i {
        font-size: 30px;
        border: 2px solid rgba(255, 255, 255, 0.3254901961);
        color: #fff;
        width: 50px;
        aspect-ratio: 1;
        border-radius: 50%;
        display: -ms-grid;
        display: grid;
        place-items: center;
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

    .banner-slider-navigation .nav-btn:hover i {
        background: #0E1013;
        border: 2px solid #0E1013;
    }

    .banner-slider-navigation .nav-btn.swiper-button-prev {
        margin-bottom: 20px;
    }

.banner-slider-navigation-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: auto;
    bottom: 40px;
    right: unset;
    left: 0;
}

    .banner-slider-navigation-2 .nav-btn {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .banner-slider-navigation-2 .nav-btn .btn-border {
            display: block;
            width: 100px;
            height: 2px;
            margin: 0 30px;
            background: rgba(186, 186, 186, 0.396);
            opacity: 0.5;
        }

        .banner-slider-navigation-2 .nav-btn:focus-within .btn-border {
            background: #E7E7E7;
        }

        .banner-slider-navigation-2 .nav-btn.swiper-button-prev {
            margin-bottom: 0;
        }

            .banner-slider-navigation-2 .nav-btn.swiper-button-prev .btn-border {
                margin-right: 0;
            }

        .banner-slider-navigation-2 .nav-btn.swiper-button-next {
            margin-bottom: 0;
        }

            .banner-slider-navigation-2 .nav-btn.swiper-button-next .btn-border {
                margin-left: 0;
            }

@media (max-width: 1280px) {
    .banner-slider-navigation-2 {
        left: unset;
    }
}

@media (max-width: 400px) {
    .banner-slider-navigation-2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .banner-slider-navigation-2 .nav-btn .btn-border {
            width: 50px;
        }
}

.banner-video-play {
    position: absolute;
    bottom: 35px;
    right: 25%;
    z-index: 1;
}

    .banner-video-play a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner-video-play .play-icon {
        display: -ms-grid;
        display: grid;
        place-items: center;
        width: 50px;
        aspect-ratio: 1;
        border: 2px solid rgba(231, 231, 231, 0.1647058824);
        border-radius: 50%;
        margin-right: 20px;
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        .banner-video-play .play-icon:hover {
            background: #FF1856;
            border: 2px solid #FF1856;
        }

        .banner-video-play .play-icon i {
            color: #fff;
            font-size: 14px;
            margin-right: -2px;
        }

    .banner-video-play span {
        position: relative;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

        .banner-video-play span::before {
            content: "";
            position: absolute;
            top: 6px;
            right: -130px;
            width: 100px;
            height: 2px;
            background: #E7E7E7;
            opacity: 10%;
        }

@media (max-width: 768px) {
    .banner-video-play {
        right: unset;
        bottom: 80px;
    }

        .banner-video-play span::before {
            display: none;
        }
}

@media (max-width: 1200px) {
    .banner-2 .banner-content .content-title a {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 980px) {
    .banner-2 .banner-content .content-title {
        max-width: 600px;
    }

        .banner-2 .banner-content .content-title a {
            font-size: 40px;
            line-height: 48px;
        }
}

@media (max-width: 768px) {
    .banner-2 .banner-content .content-title {
        max-width: 600px;
    }

        .banner-2 .banner-content .content-title a {
            font-size: 35px;
            line-height: 45px;
        }

    .banner-2 .banner-slider-navigation {
        top: 69%;
        right: 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .banner-2 .banner-slider-navigation .nav-btn i {
            width: 44px;
        }

        .banner-2 .banner-slider-navigation .swiper-button-prev {
            margin-right: 20px;
        }
}

@media (max-width: 600px) {
    .banner-2 .banner-single {
        padding-top: 80px;
    }

    .banner-2 .banner-content .content-title {
        max-width: 450px;
    }

        .banner-2 .banner-content .content-title a {
            font-size: 30px;
            line-height: 40px;
        }

    .banner-2 .banner-slider-navigation {
        top: 63%;
        right: 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 460px) {
    .banner-2 .banner-content .content-title {
        padding-right: 33px;
        margin-bottom: 20px;
    }

        .banner-2 .banner-content .content-title a {
            font-size: 29px;
            line-height: 35px;
        }

    .banner-2 .content-bottom-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 300px;
    }

        .banner-2 .content-bottom-info a {
            margin-bottom: 10px;
        }

    .banner-2 .banner-slider-navigation {
        top: 71%;
    }

    .banner-2 .banner-slider-navigation {
        top: 66%;
        right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.topics {
    position: relative;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 1;
}

}

.topics .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
}

.topics .swiper-pagination-bullet {
    padding: 0px 3px;
    font-size: 5px;
    border-radius: 50%;
    background: #CFD4DB;
    margin-right: 7px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.topics .swiper-pagination-bullet-active {
    background: #233664;
    padding: 0px 5px;
    font-size: 8px;
}

.topics .action {
    position: relative;
    padding-bottom: 30px;
}

    .topics .action .topics-title {
        /*font-family: "Playfair Display", serif;*/
        color: #000;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        max-width: 200px;
    }

.topics .topics-inner {
    padding: 8px 8px;
    background: #fff;
    -webkit-box-shadow: 0px 30px 50px rgba(14, 16, 19, 0.08);
    box-shadow: 0px 30px 50px rgba(14, 16, 19, 0.08);
}

    .topics .topics-inner img {
        max-width: 100%;
    }

.topics .topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

    .topics .topic::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.391);
        -webkit-transition: background 500ms;
        transition: background 500ms;
    }

    .topics .topic::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(70%);
        transform: translate(-50%, -50%) scale(70%);
        width: 85%;
        height: 85%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        opacity: 0;
        -webkit-transition: -webkit-transform 500ms;
        transition: -webkit-transform 500ms;
        transition: transform 500ms;
        transition: transform 500ms, -webkit-transform 500ms;
    }

    .topics .topic:hover::before {
        background: rgba(255, 29, 113, 0.81);
    }

    .topics .topic:hover::after {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(100%);
        transform: translate(-50%, -50%) scale(100%);
    }

    .topics .topic .content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .topics .topic .content .item-title {
            color: #fff;
            font-weight: 700;
            font-size: 18px;
            line-height: 18px;
        }

        .topics .topic .content p {
            color: #fff;
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
        }

.topics .topic-picture img {
    width: 300px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .topics .swiper-pagination {
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .topics .topic .content .item-title {
        font-size: 14px;
        line-height: 0;
    }

    .topics .topic .content p {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .topics .topics-inner {
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.noGapSlide {
    overflow: hidden;
}

.banner-4 .banner-4-wrapper {
    padding: 0 10px;
}

.banner-4 .rts-post-2-inside .contents .post-title a {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

.banner-4 .rts-post-2-inside .news-catagory-tag-2 {
    background: #1D72FF;
}

@media (max-width: 1700px) {
    .banner-4 .rts-post-2-inside .contents {
        padding-right: 15px;
    }

        .banner-4 .rts-post-2-inside .contents .post-title a {
            font-size: 28px;
        }
}

@media (max-width: 1400px) {
    .banner-4 .rts-post-2-inside .contents {
        padding-right: 15px;
    }

        .banner-4 .rts-post-2-inside .contents .post-title a {
            font-size: 23px;
            line-height: 32px;
        }
}

@media (max-width: 1400px) {
    .banner-4 .rts-post-2-inside {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .banner-4 .rts-post-2-inside .contents {
        padding-right: 15px;
    }

        .banner-4 .rts-post-2-inside .contents .post-title {
            margin-bottom: 10px;
        }

            .banner-4 .rts-post-2-inside .contents .post-title a {
                font-size: 20px;
                line-height: 23px;
            }
}

/**------------------------------------------------------------------
 * Banner End Here
 */
/**------------------------------------------------------------------
 * Section Start Here
 */
.rts-feature-section {
    padding-bottom: 20px;
}

    .rts-feature-section .feature-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .rts-feature-section .feature-item::before {
            content: "";
            position: absolute;
            right: -1px;
            width: 1px;
            height: 100%;
            background: #E7E7E7;
        }

        .rts-feature-section .feature-item:hover .feature-picture img {
            -webkit-transform: scale(110%);
            transform: scale(110%);
        }

        .rts-feature-section .feature-item .feature-picture {
            margin-right: 25px;
        }

            .rts-feature-section .feature-item .feature-picture img {
                width: 100%;
                -webkit-transition: -webkit-transform 500ms;
                transition: -webkit-transform 500ms;
                transition: transform 500ms;
                transition: transform 500ms, -webkit-transform 500ms;
            }

        .rts-feature-section .feature-item .title a {
            color: #000;
            /*font-family: "Playfair Display", serif;*/
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            background-size: 200% 1px;
            background-position: 100% 100%;
            background-repeat: no-repeat;
            background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
            background-image: linear-gradient(to right, #000 50%, transparent 50%);
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

            .rts-feature-section .feature-item .title a:hover {
                background-position: 0% 100%;
                color: #000;
            }

        .rts-feature-section .feature-item p {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #4E4E4E;
        }

    .rts-feature-section .feature-item1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
        background-color: #fff;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    }

        .rts-feature-section .feature-item1:hover .feature-picture img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .rts-feature-section .feature-item1 .banner-content-1 {
            position: relative;
            z-index: 1;
            padding: 20px 20px 22px 22px;
            width: 55%;
        }

            .rts-feature-section .feature-item1 .banner-content-1 .content-catagory-tag {
                color: #1399FB;
                font-weight: 500;
                font-size: 13px;
                line-height: 15px;
                padding: 0 10px;
                margin-bottom: 15px;
                border-left: 2px solid #1399FB;
                text-transform: uppercase;
            }

            .rts-feature-section .feature-item1 .banner-content-1 .content-title1 {
                max-width: 900px;
                /*font-family: "Playfair Display", serif;*/
                margin-top: 5px;
            }

                .rts-feature-section .feature-item1 .banner-content-1 .content-title1 a {
                    color: #000;
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 24px;
                    background-size: 200% 1px;
                    background-position: 100% 100%;
                    background-repeat: no-repeat;
                    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
                    background-image: linear-gradient(to right, #000 50%, transparent 50%);
                    -webkit-transition: all 500ms;
                    transition: all 500ms;
                }

                    .rts-feature-section .feature-item1 .banner-content-1 .content-title1 a:hover {
                        background-position: 0% 100%;
                        color: #000;
                    }

            .rts-feature-section .feature-item1 .banner-content-1 .content-bottom-info {
                display: -ms-grid;
                display: grid;
                margin-top: 5px;
                margin-bottom: 0;
            }

                .rts-feature-section .feature-item1 .banner-content-1 .content-bottom-info .content-author {
                    color: #000;
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 14px;
                    padding-right: 10px;
                    margin: 10px 10px 7px 0;
                    position: relative;
                }

                .rts-feature-section .feature-item1 .banner-content-1 .content-bottom-info .content-date {
                    color: #61676C;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 10px;
                }

        .rts-feature-section .feature-item1 .feature-picture {
            margin-right: 10px;
            overflow: hidden;
        }

            .rts-feature-section .feature-item1 .feature-picture img {
                width: 100%;
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

    .rts-feature-section .news-catagory-tag-2 {
        display: none;
        margin-left: auto;
        margin-bottom: 3px;
    }

@media screen and (max-width: 1130px) and (min-width: 991px) {
    .rts-feature-section .feature-item::before {
        display: none !important;
    }
}

@media (max-width: 890px) and (min-width: 799px) {
    .rts-feature-section .feature-item::before {
        display: none;
    }
}

@media (max-width: 798px) {
    .rts-feature-section .feature-item::before {
        right: 50px;
    }
}

@media (max-width: 675px) {
    .rts-feature-section .feature-item::before {
        display: none;
    }
}

@media (max-width: 520px) and (min-width: 370px) {
    .rts-feature-section .news-catagory-tag-2 {
        display: block;
    }
}

@media (max-width: 1200px) {
    .rts-post-section {
        padding-bottom: 0 !important;
    }
}

.rts-post-section.recent-post {
    padding: 60px 0 55px 0;
    margin: 0;
}

    .rts-post-section.recent-post .news-type-tag {
        background-color: #fff;
        padding: 17px 30px 15px 30px;
        border-left: 4px solid #1399FB;
        margin-bottom: 18px;
        -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
    }

        .rts-post-section.recent-post .news-type-tag .type-tag-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .rts-post-section.recent-post .news-type-tag .type-tag-left .content1 a {
                /*font-family: "Playfair Display", serif;*/
                color: #000;
                font-size: 26px;
                line-height: 30px;
                font-weight: 800;
            }

            .rts-post-section.recent-post .news-type-tag .type-tag-left .content-date {
                font-size: 14px;
                font-weight: 400;
                color: #61676C;
            }

    .rts-post-section.recent-post .side-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

        .rts-post-section.recent-post .side-content.sticky-content {
            margin-top: 18px;
        }

.rts-post-section .news-type-tag {
    background-color: #fff;
    padding: 16px 30px 14px 30px;
    border-left: 4px solid #1399FB;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
    box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
}

    .rts-post-section .news-type-tag .type-tag-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .rts-post-section .news-type-tag .type-tag-left .content a {
            /*font-family: "Playfair Display", serif;*/
            color: #000;
            font-size: 26px;
            font-weight: 800;
        }

        .rts-post-section .news-type-tag .type-tag-left .content-date {
            font-size: 14px;
            font-weight: 400;
            color: #61676C;
        }

.rts-post-section .type-tag-right {
    background-color: #fff;
    padding: 12px 30px 10px 20px;
    border-left: 4px solid #1399FB;
    margin-bottom: 18px;
    -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
    box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
}

    .rts-post-section .type-tag-right a {
        /*font-family: "Playfair Display", serif;*/
        color: #000;
        font-size: 18px;
        font-weight: 800;
    }

.rts-post-section .side-post-area2 .feature-item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
}

    .rts-post-section .side-post-area2 .feature-item1:hover .feature-picture img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 {
        position: relative;
        z-index: 1;
        padding: 19px 20px;
        width: 68%;
    }

        .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 .content-catagory-tag {
            color: #1399FB;
            font-weight: 500;
            font-size: 13px;
            line-height: 15px;
            padding: 0 10px;
            margin-bottom: 15px;
            border-left: 2px solid #1399FB;
        }

        .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 .content-title1 {
            max-width: 900px;
            /*font-family: "Playfair Display", serif;*/
            margin-top: 5px;
        }

            .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 .content-title1 a {
                color: #000;
                font-weight: 700;
                font-size: 18px;
                line-height: 24px;
                background-size: 200% 1px;
                background-position: 100% 100%;
                background-repeat: no-repeat;
                background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
                background-image: linear-gradient(to right, #000 50%, transparent 50%);
                -webkit-transition: all 500ms;
                transition: all 500ms;
            }

                .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 .content-title1 a:hover {
                    background-position: 0% 100%;
                    color: #000;
                }

        .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 .content-bottom-info {
            display: -ms-grid;
            display: grid;
            margin-top: 5px;
            margin-bottom: 0;
        }

            .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 .content-bottom-info .content-author {
                color: #000;
                font-weight: 700;
                font-size: 14px;
                line-height: 14px;
                padding-right: 10px;
                margin: 10px 10px 7px 0;
                position: relative;
            }

            .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 .content-bottom-info .content-date {
                color: #61676C;
                font-weight: 400;
                font-size: 14px;
                line-height: 10px;
            }

    .rts-post-section .side-post-area2 .feature-item1 .feature-picture {
        overflow: hidden;
    }

        .rts-post-section .side-post-area2 .feature-item1 .feature-picture img {
            width: 88%;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

.rts-post-section .main-post-area1 {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
}

    .rts-post-section .main-post-area1 .feature-item2 {
        padding: 25px;
        border: 1px solid rgba(18, 24, 28, 0.1);
    }

        .rts-post-section .main-post-area1 .feature-item2:hover .feature-picture a img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .rts-post-section .main-post-area1 .feature-item2 .feature-picture {
            overflow: hidden;
        }

            .rts-post-section .main-post-area1 .feature-item2 .feature-picture a img {
                width: 100%;
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

        .rts-post-section .main-post-area1 .feature-item2 p.description {
            font-size: 14px;
            line-height: 1.8;
        }

        .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 {
            position: relative;
            z-index: 1;
            padding: 15px 0 0 0;
        }

            .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-catagory-tag {
                color: #1399FB;
                font-weight: 500;
                font-size: 13px;
                line-height: 15px;
                padding: 0 10px;
                border-left: 2px solid #1399FB;
            }

            .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-title1 {
                max-width: 900px;
                /*font-family: "Playfair Display", serif;*/
                margin-top: 10px;
            }

                .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-title1 a {
                    color: #000;
                    font-weight: 800;
                    font-size: 22px;
                    line-height: 32px;
                    background-size: 200% 2px;
                    background-position: 100% 100%;
                    background-repeat: no-repeat;
                    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
                    background-image: linear-gradient(to right, #000 50%, transparent 50%);
                    -webkit-transition: all 500ms;
                    transition: all 500ms;
                }

                    .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-title1 a:hover {
                        background-position: 0% 100%;
                        color: #000;
                    }

            .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-bottom-info {
                margin: 20px 0;
            }

                .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-bottom-info .item {
                    color: #61676C;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 16px;
                    padding-right: 10px;
                    margin-right: 10px;
                    position: relative;
                }

                    .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-bottom-info .item img {
                        width: 14px;
                        height: 14px;
                        margin-right: 5px;
                        -webkit-transform: translateY(-1px);
                        transform: translateY(-1px);
                    }

                    .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-bottom-info .item::before {
                        display: none;
                    }

                    .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-bottom-info .item:last-child {
                        padding-right: 0;
                        margin-right: 0;
                    }

                        .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-bottom-info .item:last-child::before {
                            display: none;
                        }

                .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-bottom-info .content-author::before {
                    display: none;
                }

.rts-post-section .main-post-area2 {
    background: #fff;
    margin-bottom: 10px;
}

    .rts-post-section .main-post-area2 .feature-item2 {
        padding: 34px 20px;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    }

        .rts-post-section .main-post-area2 .feature-item2:hover .feature-picture a img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .rts-post-section .main-post-area2 .feature-item2 p.description {
            font-size: 14px;
            line-height: 1.8;
        }

        .rts-post-section .main-post-area2 .feature-item2 .feature-picture {
            overflow: hidden;
        }

            .rts-post-section .main-post-area2 .feature-item2 .feature-picture a img {
                width: 100%;
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

        .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 {
            position: relative;
            z-index: 1;
            padding: 15px 0 0 0;
        }

            .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-catagory-tag {
                color: #1399FB;
                font-weight: 500;
                font-size: 13px;
                line-height: 15px;
                padding: 0 10px;
                border-left: 2px solid #1399FB;
            }

            .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-title1 {
                max-width: 900px;
                /*font-family: "Playfair Display", serif;*/
                margin-top: 10px;
            }

                .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-title1 a {
                    color: #000;
                    font-weight: 800;
                    font-size: 22px;
                    line-height: 32px;
                    background-size: 200% 2px;
                    background-position: 100% 100%;
                    background-repeat: no-repeat;
                    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
                    background-image: linear-gradient(to right, #000 50%, transparent 50%);
                    -webkit-transition: all 500ms;
                    transition: all 500ms;
                }

                    .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-title1 a:hover {
                        background-position: 0% 100%;
                        color: #000;
                    }

            .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-bottom-info {
                margin: 20px 0;
            }

                .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-bottom-info .item {
                    color: #61676C;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 16px;
                    padding-right: 10px;
                    margin-right: 10px;
                    position: relative;
                }

                    .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-bottom-info .item img {
                        width: 14px;
                        height: 14px;
                        margin-right: 5px;
                        -webkit-transform: translateY(-1px);
                        transform: translateY(-1px);
                    }

                    .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-bottom-info .item::before {
                        display: none;
                    }

                    .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-bottom-info .item:last-child {
                        padding-right: 0;
                        margin-right: 0;
                    }

                        .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-bottom-info .item:last-child::before {
                            display: none;
                        }

                .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-bottom-info .content-author::before {
                    display: none;
                }

.rts-post-section .trending-news-area1 .feature-item1 {
    position: relative;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
    box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
}

    .rts-post-section .trending-news-area1 .feature-item1:hover .feature-picture img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .rts-post-section .trending-news-area1 .feature-item1 .feature-picture {
        overflow: hidden;
    }

        .rts-post-section .trending-news-area1 .feature-item1 .feature-picture img {
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 100%;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

@media (max-width: 450px) {
    .rts-post-section .trending-news-area1 .feature-item1 .feature-picture img {
        width: 100%;
    }
}

.rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 {
    position: relative;
    z-index: 1;
    padding: 15px 10px;
}

    .rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 .content-catagory-tag {
        color: #1399FB;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        padding: 0 10px;
        margin-bottom: 15px;
        border-left: 2px solid #1399FB;
    }

    .rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 .content-title1 {
        max-width: 900px;
        /*font-family: "Playfair Display", serif;*/
        margin-top: 5px;
    }

        .rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 .content-title1 a {
            color: #000;
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            background-size: 200% 1px;
            background-position: 100% 100%;
            background-repeat: no-repeat;
            background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
            background-image: linear-gradient(to right, #000 50%, transparent 50%);
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

            .rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 .content-title1 a:hover {
                background-position: 0% 100%;
                color: #000;
            }

    .rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 .content-bottom-info {
        display: -ms-grid;
        display: grid;
        margin-top: 5px;
        margin-bottom: 0;
    }

        .rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 .content-bottom-info .content-author {
            color: #000;
            font-weight: 700;
            font-size: 14px;
            line-height: 14px;
            padding-right: 10px;
            margin: 10px 10px 7px 0;
            position: relative;
        }

        .rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 .content-bottom-info .content-date {
            color: #61676C;
            font-weight: 400;
            font-size: 14px;
            line-height: 10px;
        }

.rts-post-section .rts-post .contents .post-title {
    margin-bottom: 7px;
}

.rts-post-section .rts-post-large .post-picture {
    margin-bottom: 30px;
}

.rts-post-section .side-post {
    padding-bottom: 14px;
    margin-bottom: 19px;
    border-bottom: 1.7px solid #E7E7E7;
}

    .rts-post-section .side-post .contents .post-title a {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }

    .rts-post-section .side-post span img {
        margin-right: 5px;
        margin-top: -3px;
    }

    .rts-post-section .side-post:hover .picture img {
        -webkit-transform: scale(110%);
        transform: scale(110%);
    }

    .rts-post-section .side-post .picture {
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 10px;
    }

        .rts-post-section .side-post .picture img {
            width: 100%;
            -webkit-transition: -webkit-transform 500ms;
            transition: -webkit-transform 500ms;
            transition: transform 500ms;
            transition: transform 500ms, -webkit-transform 500ms;
        }

    .rts-post-section .side-post .side-post-title {
        max-width: 230px;
        margin-bottom: 3px;
    }

        .rts-post-section .side-post .side-post-title a {
            color: #0E1013;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            background-size: 200% 1px;
        }

            .rts-post-section .side-post .side-post-title a img {
                margin-top: -2px;
                margin-right: 5px;
            }

    .rts-post-section .side-post span {
        color: #4E4E4E;
        font-weight: 400;
        font-size: 14px;
        line-height: 10px;
    }

.rts-post-section .type-tag {
    border-radius: 5px 18px 0 0;
}

.rts-post-section .main-post {
    padding-bottom: 24px;
    border-bottom: 1.7px solid #E7E7E7;
}

.rts-post-section .trending-news-area {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 10px 23px;
    position: relative;
}

    .rts-post-section .trending-news-area .trending-post {
        border-bottom: 1.7px solid #E7E7E7;
        padding-bottom: 15px;
        margin-bottom: 9.5px;
        padding-left: 0;
    }

        .rts-post-section .trending-news-area .trending-post:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .rts-post-section .trending-news-area .trending-post .post-age {
            color: #4E4E4E;
            font-weight: 400;
            font-size: 13px;
            line-height: 15px;
        }

        .rts-post-section .trending-news-area .trending-post .post-title {
            position: relative;
            -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
            background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
            background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
            background-size: 0 1px;
            background-repeat: no-repeat;
            background-position: left 100%;
            margin-bottom: 0;
        }

            .rts-post-section .trending-news-area .trending-post .post-title a {
                font-weight: 700;
                font-size: 18px;
                line-height: 22px;
            }

            .rts-post-section .trending-news-area .trending-post .post-title::before {
                content: "";
                position: absolute;
                top: -4px;
                left: -24px;
                width: 4px;
                height: 0;
                background: #FF1856;
                -webkit-transition: height 500ms;
                transition: height 500ms;
            }

            .rts-post-section .trending-news-area .trending-post .post-title:hover::before {
                height: 110%;
            }

        .rts-post-section .trending-news-area .trending-post .post-author {
            color: #4E4E4E;
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
        }

            .rts-post-section .trending-news-area .trending-post .post-author img {
                margin-top: -2px;
                margin-right: 5px;
            }

    .rts-post-section .trending-news-area .swiper-pag {
        padding-left: 23px;
        padding-bottom: 5px;
    }

    .rts-post-section .trending-news-area .swiper-pagination-bullet {
        padding: 0px 3px;
        font-size: 5px;
        border-radius: 50%;
        background: #CFD4DB;
        margin-right: 7px;
    }

    .rts-post-section .trending-news-area .swiper-pagination-bullet-active {
        background: #1399FB;
        padding: 0px 4.5px;
        font-size: 7px;
    }

@media (max-width: 1200px) {
    .rts-post-section {
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .rts-post-section .side-post-area .side-post {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

.rts-clips-section {
    margin: 15px 0;
}

    .rts-clips-section .type-tag {
        background: #0E1013;
    }

    .rts-clips-section .clips-box {
        position: relative;
        width: 100%;
        padding: 36px 30px;
        background: #F4F6F9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rts-clips-section .first-child::before {
        display: none;
    }

    .rts-clips-section .clip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

        .rts-clips-section .clip::before {
            content: "";
            position: absolute;
            top: 0;
            left: -25px;
            width: 1px;
            height: 100%;
            background: #E3E7EC;
        }

        .rts-clips-section .clip .control {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 20px;
        }

            .rts-clips-section .clip .control .play-btn {
                margin-right: 10px;
            }

            .rts-clips-section .clip .control .clip-duration {
                font-weight: 500;
                font-size: 13px;
                line-height: 15px;
            }

        .rts-clips-section .clip .clip-title {
            margin-bottom: 10px;
            max-width: 242px;
        }

            .rts-clips-section .clip .clip-title a {
                font-weight: 700;
                /*font-family: "Playfair Display", serif;*/
                font-size: 18px;
                line-height: 22px;
                position: relative;
            }

                .rts-clips-section .clip .clip-title a::before {
                    content: "";
                    position: absolute;
                    top: -6px;
                    left: -24px;
                    width: 4px;
                    height: 0;
                    background: #1399FB;
                    -webkit-transition: height 500ms;
                    transition: height 500ms;
                }

                .rts-clips-section .clip .clip-title a:hover::before {
                    height: 120%;
                }

        .rts-clips-section .clip .clip-watch {
            position: relative;
            max-width: 60px;
        }

            .rts-clips-section .clip .clip-watch a {
                font-weight: 600;
                font-size: 14px;
                line-height: 16px;
            }

                .rts-clips-section .clip .clip-watch a:hover {
                    color: #1399FB;
                }

                .rts-clips-section .clip .clip-watch a::before {
                    content: "";
                    position: absolute;
                    bottom: -1px;
                    left: 0px;
                    width: 100%;
                    height: 1.7px;
                    background: #0E1013;
                }

                .rts-clips-section .clip .clip-watch a:hover i {
                    color: #1399FB;
                }

                .rts-clips-section .clip .clip-watch a:hover::before {
                    background: #1399FB;
                }

            .rts-clips-section .clip .clip-watch i {
                margin-left: 2px;
            }

        .rts-clips-section .clip .ghost-duration {
            position: absolute;
            right: 40px;
            bottom: -5px;
            font-weight: 900;
            font-size: 30px;
            line-height: 35px;
            -webkit-text-stroke-width: 0.5px;
            -webkit-text-stroke-color: #4E4E4E;
            -webkit-text-fill-color: transparent;
        }

@media (max-width: 1200px) {
    .rts-clips-section {
        margin-bottom: 40px;
    }

        .rts-clips-section .row {
            margin-bottom: -30px;
        }

        .rts-clips-section .clip {
            margin-bottom: 25px;
            padding-bottom: 25px;
        }

            .rts-clips-section .clip::before {
                left: -30px;
            }

            .rts-clips-section .clip .clip-title {
                max-width: 260px;
            }
}

@media (max-width: 768px) {
    .rts-clips-section .clip {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #E7E7E7;
    }

        .rts-clips-section .clip.last-child {
            border-bottom: none;
        }

        .rts-clips-section .clip .ghost-duration {
            bottom: 15px;
        }

        .rts-clips-section .clip .clip-title {
            max-width: 260px;
        }
}

@media (max-width: 481px) {
    .rts-clips-section .clip .ghost-duration {
        font-size: 25px;
    }
}

.rts-stories-section {
    margin-bottom: -20px;
}

    .rts-stories-section .rts-post {
        border-bottom: 1.7px solid #E7E7E7;
        padding-bottom: 25px;
    }

    .rts-stories-section .rts-post1 {
        padding-bottom: 25px;
        margin-bottom: 70px;
    }

    .rts-stories-section .rts-post-large .contents .post-title a {
        font-size: 25px;
        line-height: 31px;
    }

    .rts-stories-section .rts-post-large1 {
        position: relative;
    }

        .rts-stories-section .rts-post-large1 .post-picture {
            border-radius: 0;
            overflow: hidden;
            position: relative;
        }

            .rts-stories-section .rts-post-large1 .post-picture .overlay {
                position: absolute;
                width: 100%;
                height: 100%;
                bottom: 0;
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 16, 19, 0)), to(rgba(14, 16, 19, 0.9)));
                background: linear-gradient(180deg, rgba(14, 16, 19, 0) 0%, rgba(14, 16, 19, 0.9) 100%);
                z-index: 1;
            }

            .rts-stories-section .rts-post-large1 .post-picture:hover img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

            .rts-stories-section .rts-post-large1 .post-picture img {
                -webkit-transform: scale(1);
                transform: scale(1);
            }

@media (max-width: 1200px) {
    .rts-stories-section .rts-post-large1 .post-picture img {
        width: 100%;
    }
}

.rts-stories-section .rts-post-large1 .section-contents {
    position: absolute;
    bottom: 12%;
    padding: 0 40px;
    z-index: 1;
}

    .rts-stories-section .rts-post-large1 .section-contents .news-catagory-tag2 {
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        padding: 0 10px;
        margin-bottom: 15px;
        border-left: 2px solid #fff;
    }

    .rts-stories-section .rts-post-large1 .section-contents .contents .post-title {
        max-width: 900px;
        /*font-family: "Playfair Display", serif;*/
        margin: 15px 0;
    }

        .rts-stories-section .rts-post-large1 .section-contents .contents .post-title a {
            color: #fff;
            font-weight: 800;
            font-size: 46px;
            line-height: 54px;
            background-size: 200% 1px;
            background-position: 100% 100%;
            background-repeat: no-repeat;
            background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
            background-image: linear-gradient(to right, #fff 50%, transparent 50%);
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

@media (max-width: 480px) {
    .rts-stories-section .rts-post-large1 .section-contents .contents .post-title a {
        font-size: 28px;
        line-height: 46px;
    }
}

@media (max-width: 380px) {
    .rts-stories-section .rts-post-large1 .section-contents .contents .post-title a {
        font-size: 22px;
        line-height: 40px;
    }
}

.rts-stories-section .rts-post-large1 .section-contents .contents .post-title a:hover {
    background-position: 0% 100%;
    color: #fff;
}

.rts-stories-section .rts-post-large1 .section-contents .contents .post-bottom-info {
    margin-top: 5px;
    margin-bottom: 0;
}

    .rts-stories-section .rts-post-large1 .section-contents .contents .post-bottom-info .post-author {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        padding-right: 10px;
        margin: 10px 10px 7px 0;
        position: relative;
    }

        .rts-stories-section .rts-post-large1 .section-contents .contents .post-bottom-info .post-author img {
            -webkit-filter: brightness(100);
            filter: brightness(100);
        }

    .rts-stories-section .rts-post-large1 .section-contents .contents .post-bottom-info .post-date {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 10px;
    }

        .rts-stories-section .rts-post-large1 .section-contents .contents .post-bottom-info .post-date img {
            -webkit-filter: brightness(100);
            filter: brightness(100);
        }

.rts-stories-section .rts-post-medium {
    padding-bottom: 22.5px;
    margin-bottom: 21px;
}

    .rts-stories-section .rts-post-medium .post-picture {
        margin-bottom: 20px;
    }

.rts-stories-section .rts-post-medium1 {
    border: none;
    background: #fff;
    padding: 17px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
}

@media (max-width: 1200px) {
    .rts-stories-section .rts-post-medium1 .post-picture img {
        width: 100%;
    }
}

.rts-stories-section .rts-post-medium1:hover .post-picture a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rts-stories-section .rts-post-medium1 .post-picture {
    border-radius: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

    .rts-stories-section .rts-post-medium1 .post-picture a img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

.rts-stories-section .rts-post-medium1 .news-catagory-tag2 {
    color: #1399FB;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 0 10px;
    margin-bottom: 15px;
    border-left: 2px solid #1399FB;
}

.rts-stories-section .rts-post-medium1 .contents .post-title {
    max-width: 900px;
    /*font-family: "Playfair Display", serif;*/
    margin: 10px 0;
}

    .rts-stories-section .rts-post-medium1 .contents .post-title a {
        color: #000;
        font-weight: 800;
        font-size: 18px;
        line-height: 28px;
        background-size: 200% 1px;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
        background-image: linear-gradient(to right, #000 50%, transparent 50%);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        .rts-stories-section .rts-post-medium1 .contents .post-title a:hover {
            background-position: 0% 100%;
            color: #000;
        }

.rts-stories-section .rts-post-medium1 .contents .post-bottom-info {
    display: -ms-grid;
    display: grid;
}

    .rts-stories-section .rts-post-medium1 .contents .post-bottom-info .post-author {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px;
    }

.rts-stories-section .rts-post-small {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.rts-stories-section .side-stories .last-child {
    border-bottom: none;
}

.rts-stories-section .filter-navigation-btn {
    padding: 5px 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    border-radius: 4px;
    border: 2px solid rgba(14, 16, 19, 0.1);
    margin-right: 5px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

    .rts-stories-section .filter-navigation-btn:last-child {
        margin-right: 0;
    }

    .rts-stories-section .filter-navigation-btn.active, .rts-stories-section .filter-navigation-btn:hover {
        background: #1399FB;
        border: 2px solid #1399FB;
        color: #fff;
    }

@media (max-width: 1200px) {
    .rts-stories-section .rts-post {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .rts-stories-section .side-stories .type-tag {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .rts-stories-section .rts-post-medium {
        margin-bottom: 10px !important;
        padding-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .rts-stories-section .news-topbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .rts-stories-section .section-type-tag {
        margin-bottom: 15px;
    }
}

@media (max-width: 369px) {
    .rts-stories-section .filter-navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .rts-stories-section .filter-navigation .filter-navigation-btn {
            padding: 4px 12px;
            font-weight: 500;
            font-size: 11px;
            line-height: 15px;
        }
}

.rts-stories-section.stories-section-2 {
    margin-bottom: -20px;
}

    .rts-stories-section.stories-section-2 .news-topbar {
        background: #fff;
        border-left: 4px solid #1399FB;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        margin-bottom: 20px;
    }

        .rts-stories-section.stories-section-2 .news-topbar .section-type-tag {
            /*font-family: "Playfair Display", serif;*/
            background: none;
            color: #000;
            font-size: 26px;
            font-weight: 800;
            -webkit-clip-path: none;
            clip-path: none;
        }

        .rts-stories-section.stories-section-2 .news-topbar .filter-navigation .filter-navigation-btn {
            background: none;
            border: none;
            font-size: 15px;
            padding: 23px 20px 23px 10px;
            border-radius: 0;
            color: #000;
            position: relative;
            border-bottom: 2px solid #fff;
        }

            .rts-stories-section.stories-section-2 .news-topbar .filter-navigation .filter-navigation-btn.active {
                color: #1399FB;
                border-bottom: 2px solid #1399FB;
            }

    .rts-stories-section.stories-section-2 .rts-post {
        border-bottom: 1.7px solid #E7E7E7;
        padding-bottom: 25px;
    }

    .rts-stories-section.stories-section-2 .rts-post-large .contents .post-title a {
        font-size: 25px;
        line-height: 31px;
    }

    .rts-stories-section.stories-section-2 .rts-post-medium {
        padding-bottom: 22.5px;
        margin-bottom: 21px;
    }

        .rts-stories-section.stories-section-2 .rts-post-medium .post-picture {
            margin-bottom: 20px;
        }

    .rts-stories-section.stories-section-2 .rts-post-small {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .rts-stories-section.stories-section-2 .side-stories .last-child {
        border-bottom: none;
    }

    .rts-stories-section.stories-section-2 .filter-navigation-btn {
        padding: 5px 20px;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        border-radius: 4px;
        border: 2px solid rgba(14, 16, 19, 0.1);
        margin-right: 5px;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }

        .rts-stories-section.stories-section-2 .filter-navigation-btn:last-child {
            margin-right: 0;
        }

        .rts-stories-section.stories-section-2 .filter-navigation-btn.active, .rts-stories-section.stories-section-2 .filter-navigation-btn:hover {
            background: #FF1856;
            border: 2px solid #FF1856;
            color: #fff;
        }

@media (max-width: 1200px) {
    .rts-stories-section.stories-section-2 .rts-post {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .rts-stories-section.stories-section-2 .rts-post1 {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .rts-stories-section.stories-section-2 .side-stories .type-tag {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .rts-stories-section.stories-section-2 .rts-post-medium {
        margin-bottom: 10px !important;
        padding-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .rts-stories-section.stories-section-2 .news-topbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .rts-stories-section.stories-section-2 .section-type-tag {
        margin-bottom: 15px;
    }
}

@media (max-width: 369px) {
    .rts-stories-section.stories-section-2 .filter-navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .rts-stories-section.stories-section-2 .filter-navigation .filter-navigation-btn {
            padding: 4px 12px;
            font-weight: 500;
            font-size: 11px;
            line-height: 15px;
        }
}

.rts-read-section .view-achive-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    border: 2px solid rgba(14, 16, 19, 0.1);
    border-radius: 6px;
    padding: 8px 24px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

    .rts-read-section .view-achive-btn:hover {
        background: #1399FB;
        border: 2px solid #1399FB;
        color: #fff;
    }

.rts-read-section .rts-post-medium .contents .post-title {
    font-size: 18px;
}

@media (max-width: 1200px) {
    .rts-read-section .rts-post-medium .contents .post-title {
        max-width: unset !important;
    }
}

@media (max-width: 1200px) {
    .rts-read-section .rts-post-medium .contents .post-title {
        max-width: unset !important;
    }
}

.rts-read-section1 {
    padding: 80px 0 40px 0;
}

    .rts-read-section1 .news-topbar {
        background-color: #fff;
        padding: 17px 30px 15px 30px;
        border-left: 4px solid #1399FB;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    }

        .rts-read-section1 .news-topbar .section-type-tag1 {
            /*font-family: "Playfair Display", serif;*/
            font-size: 26px;
            font-weight: 800;
            line-height: 30px;
        }

        .rts-read-section1 .news-topbar .view-achive-btn1 {
            font-weight: 500;
            color: #61676C;
            font-size: 14px;
            line-height: 13px;
            border-radius: 6px;
            padding: 8px 24px;
            -webkit-transition: 500ms;
            transition: 500ms;
        }

@media (max-width: 991px) {
    .rts-read-section1 .rts-post1 {
        margin-bottom: 13px;
    }
}

.rts-read-section1 .rts-post1 .post-picture {
    position: relative;
    overflow: hidden;
    position: relative;
}

    .rts-read-section1 .rts-post1 .post-picture .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 16, 19, 0.04)), color-stop(0%, rgba(14, 16, 19, 0.1)), to(rgba(14, 16, 19, 0.9)));
        background: linear-gradient(180deg, rgba(14, 16, 19, 0.04) 0%, rgba(14, 16, 19, 0.1) 0%, rgba(14, 16, 19, 0.9) 100%);
        z-index: 1;
    }

    .rts-read-section1 .rts-post1 .post-picture img {
        width: 100%;
    }

    .rts-read-section1 .rts-post1 .post-picture:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .rts-read-section1 .rts-post1 .post-picture img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .rts-read-section1 .rts-post1 .post-picture .section-content {
        position: absolute;
        bottom: 2%;
        left: 5%;
        padding: 10px 10px 10px 10px;
        z-index: 1;
    }

        .rts-read-section1 .rts-post1 .post-picture .section-content .news-catagory-tag {
            color: #fff;
        }

            .rts-read-section1 .rts-post1 .post-picture .section-content .news-catagory-tag::before {
                background: #fff;
            }

        .rts-read-section1 .rts-post1 .post-picture .section-content .contents .post-title {
            margin: 7px 0 15px 0;
        }

            .rts-read-section1 .rts-post1 .post-picture .section-content .contents .post-title a {
                /*font-family: "Playfair Display", serif;*/
                color: #fff;
                font-weight: 800;
                font-size: 24px;
                line-height: 28px;
                background-size: 200% 1px;
                background-position: 100% 100%;
                background-repeat: no-repeat;
                background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
                background-image: linear-gradient(to right, #fff 50%, transparent 50%);
                -webkit-transition: all 500ms;
                transition: all 500ms;
            }

                .rts-read-section1 .rts-post1 .post-picture .section-content .contents .post-title a:hover {
                    background-position: 0% 100%;
                    color: #fff;
                }

        .rts-read-section1 .rts-post1 .post-picture .section-content .contents .post-bottom-info {
            display: -ms-grid;
            display: grid;
        }

            .rts-read-section1 .rts-post1 .post-picture .section-content .contents .post-bottom-info .post-author {
                color: #fff;
                font-size: 14px;
                font-weight: 700;
                line-height: 14px;
            }

            .rts-read-section1 .rts-post1 .post-picture .section-content .contents .post-bottom-info .post-bottom {
                color: #fff;
                margin: 7px 0;
            }

                .rts-read-section1 .rts-post1 .post-picture .section-content .contents .post-bottom-info .post-bottom .post-date {
                    color: #fff;
                    font-size: 14px;
                    line-height: 10px;
                    font-weight: 400;
                    margin-right: 12px;
                }

                    .rts-read-section1 .rts-post1 .post-picture .section-content .contents .post-bottom-info .post-bottom .post-date.item1 {
                        position: relative;
                    }

                        .rts-read-section1 .rts-post1 .post-picture .section-content .contents .post-bottom-info .post-bottom .post-date.item1::before {
                            content: "";
                            position: absolute;
                            width: 4px;
                            height: 4px;
                            right: -10px;
                            bottom: 3px;
                            background: #fff;
                            border-radius: 50%;
                        }

@media (max-width: 1200px) {
    .rts-read-section1 .rts-post-medium .contents .post-title {
        max-width: unset !important;
    }
}

@media (max-width: 1200px) {
    .rts-read-section1 .rts-post-medium .contents .post-title {
        max-width: unset !important;
    }
}

.rts-video-section {
    margin-bottom: 20px;
}

    .rts-video-section .news-topbar {
        margin-bottom: 0;
    }

        .rts-video-section .news-topbar .section-type-tag {
            border-radius: 0;
        }

    .rts-video-section .video-area {
        overflow: hidden;
        border-radius: 0px 10px 0px 0px;
        margin-bottom: -7px;
    }

        .rts-video-section .video-area iframe {
            width: 100%;
            height: 475px;
        }

    .rts-video-section .video-thumbnail {
        position: relative;
    }

        .rts-video-section .video-thumbnail .yt-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .rts-video-section .video-catagory-filter {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 5px 20px;
    }

    .rts-video-section .video-catagory-area {
        background: #0E1013;
        border-radius: 0px 0px 10px 10px;
    }

        .rts-video-section .video-catagory-area .video-link-area {
            padding: 0 20px;
            -webkit-transform: 0;
            transform: 0;
            -webkit-transition: all 1000ms;
            transition: all 1000ms;
        }

            .rts-video-section .video-catagory-area .video-link-area.hide {
                visibility: hidden;
                opacity: 0;
                position: absolute;
                -webkit-transform: translateX(30px);
                transform: translateX(30px);
                height: 0;
                overflow: hidden;
            }

        .rts-video-section .video-catagory-area .video-filter {
            position: relative;
            background: transparent;
            color: #BEBFBF;
            font-weight: 500;
            font-size: 13px;
            line-height: 15px;
            margin-right: 20px;
        }

            .rts-video-section .video-catagory-area .video-filter::before {
                content: "";
                position: absolute;
                bottom: -10px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                width: 0;
                height: 2px;
                background: #1399FB;
                -webkit-transition: width 500ms;
                transition: width 500ms;
            }

            .rts-video-section .video-catagory-area .video-filter:hover, .rts-video-section .video-catagory-area .video-filter.active {
                color: #1399FB;
            }

                .rts-video-section .video-catagory-area .video-filter:hover::before, .rts-video-section .video-catagory-area .video-filter.active::before {
                    width: 110%;
                }

        .rts-video-section .video-catagory-area .video-link {
            padding: 15px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .rts-video-section .video-catagory-area .video-link:hover .picture img {
                -webkit-transform: scale(105%);
                transform: scale(105%);
            }

            .rts-video-section .video-catagory-area .video-link .picture {
                margin-right: 10px;
            }

            .rts-video-section .video-catagory-area .video-link .video-link-title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                /*font-family: "Playfair Display", serif;*/
                color: #fff;
                font-weight: 700;
                font-size: 15px;
                line-height: 20px;
                margin-bottom: 5px;
                margin-top: 10px;
            }

                .rts-video-section .video-catagory-area .video-link .video-link-title:hover {
                    color: #1399FB;
                }

@media (max-width: 357px) {
    .rts-video-section .video-catagory-area {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .rts-video-section .video-catagory-area .video-filter:first-child {
            margin-bottom: 6px;
        }

        .rts-video-section .video-catagory-area .video-filter::before {
            bottom: -4px;
            height: 1px;
        }
}

.rts-video-section .trending-news-area {
    border: none;
    padding: 0;
    position: relative;
}

    .rts-video-section .trending-news-area .type-tag {
        top: -25px;
        position: absolute !important;
        background: #0E1013;
        border-radius: 0;
    }

    .rts-video-section .trending-news-area .trending-post {
        position: relative;
        background: #1399FB;
        border-radius: 6px;
        padding: 20px;
        margin-bottom: 7px;
    }

        .rts-video-section .trending-news-area .trending-post.first-child {
            border-radius: 0 6px 6px 6px;
        }

        .rts-video-section .trending-news-area .trending-post .post-title {
            margin-bottom: 5px;
            margin-top: 5px;
        }

            .rts-video-section .trending-news-area .trending-post .post-title a {
                color: #fff;
                font-weight: 700;
                font-size: 18px;
                line-height: 22px;
            }

                .rts-video-section .trending-news-area .trending-post .post-title a:hover {
                    text-decoration: underline;
                }

            .rts-video-section .trending-news-area .trending-post .post-title::before {
                display: none;
            }

        .rts-video-section .trending-news-area .trending-post span,
        .rts-video-section .trending-news-area .trending-post a {
            color: #fff;
            font-weight: 400;
            font-size: 13px;
            line-height: 26px;
        }

        .rts-video-section .trending-news-area .trending-post .span-icon {
            -webkit-filter: brightness(100);
            filter: brightness(100);
        }

        .rts-video-section .trending-news-area .trending-post .post-author {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
        }

            .rts-video-section .trending-news-area .trending-post .post-author img {
                width: 13px;
                margin-right: 4px;
                -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
            }

@media (max-width: 1200px) {
    .rts-video-section .trending-news-area {
        margin-top: 40px;
    }
}

.rts-latest-section {
    position: relative;
}

    .rts-latest-section .news-type-tag {
        background-color: #fff;
        padding: 16px 30px 14px 30px;
        border-left: 4px solid #1399FB;
        margin-bottom: 25px;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    }

        .rts-latest-section .news-type-tag .type-tag-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .rts-latest-section .news-type-tag .type-tag-left .content1 a {
                /*font-family: "Playfair Display", serif;*/
                color: #000;
                font-size: 26px;
                line-height: 30px;
                font-weight: 800;
            }

            .rts-latest-section .news-type-tag .type-tag-left .content-date {
                font-size: 14px;
                font-weight: 400;
                color: #61676C;
            }

    .rts-latest-section .type-tag-right {
        background-color: #fff;
        padding: 12px 30px 9px 20px;
        border-left: 4px solid #1399FB;
        margin-bottom: 25px;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    }

        .rts-latest-section .type-tag-right a {
            /*font-family: "Playfair Display", serif;*/
            color: #000;
            font-size: 18px;
            font-weight: 800;
        }

    .rts-latest-section .feature-item1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
        background-color: #fff;
        margin-bottom: 10px;
        padding: 30px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    }

@media (max-width: 768px) {
    .rts-latest-section .feature-item1 {
        display: block;
        padding: 30px 30px;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .rts-latest-section .feature-item1 {
        padding: 30px 10px;
    }
}

.rts-latest-section .feature-item1:hover .feature-picture img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rts-latest-section .feature-item1 .banner-content-1 {
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    width: 65%;
}

@media (max-width: 768px) {
    .rts-latest-section .feature-item1 .banner-content-1 {
        width: 100%;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .rts-latest-section .feature-item1 .banner-content-1 {
        padding: 10px 0;
    }
}

@media (max-width: 400px) {
    .rts-latest-section .feature-item1 .banner-content-1 {
        padding: 10px 0;
    }
}

.rts-latest-section .feature-item1 .banner-content-1 .content-catagory-tag {
    color: #1399FB;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 0 10px;
    margin-bottom: 15px;
    border-left: 2px solid #1399FB;
}

.rts-latest-section .feature-item1 .banner-content-1 .content-title1 {
    max-width: 900px;
    /*font-family: "Playfair Display", serif;*/
    margin: 10px 0;
}

    .rts-latest-section .feature-item1 .banner-content-1 .content-title1 a {
        color: #000;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        background-size: 200% 1px;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
        background-image: linear-gradient(to right, #000 50%, transparent 50%);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

@media (max-width: 400px) {
    .rts-latest-section .feature-item1 .banner-content-1 .content-title1 a {
        font-size: 18px;
    }
}

.rts-latest-section .feature-item1 .banner-content-1 .content-title1 a:hover {
    background-position: 0% 100%;
}

.rts-latest-section .feature-item1 .banner-content-1 p {
    color: #4B4F52;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0;
}

.rts-latest-section .feature-item1 .banner-content-1 .content-bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 0;
}

    .rts-latest-section .feature-item1 .banner-content-1 .content-bottom-info .author-content1 {
        display: -ms-grid;
        display: grid;
        margin-left: 15px;
    }

        .rts-latest-section .feature-item1 .banner-content-1 .content-bottom-info .author-content1 .content-author {
            color: #000;
            font-weight: 700;
            font-size: 14px;
            line-height: 14px;
            padding-right: 10px;
            margin: 0 0 10px 0;
            position: relative;
        }

        .rts-latest-section .feature-item1 .banner-content-1 .content-bottom-info .author-content1 .content-date {
            color: #61676C;
            font-weight: 400;
            font-size: 14px;
            line-height: 10px;
        }

.rts-latest-section .feature-item1 .feature-picture {
    margin-right: 10px;
    overflow: hidden;
}

    .rts-latest-section .feature-item1 .feature-picture img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.rts-latest-section .view-more-news1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #D9E1E7;
    padding: 20px 0;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

    .rts-latest-section .view-more-news1:hover {
        color: #fff;
        background: #1399FB;
    }

    .rts-latest-section .view-more-news1 i {
        margin-left: 5px;
        font-size: 17px;
    }

    .rts-latest-section .view-more-news1::before {
        content: "";
        position: absolute;
        top: 0;
        left: -5px;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background: #FF1856;
        -webkit-transition: all 500ms;
        transition: all 500ms;
        z-index: -1;
    }

.rts-latest-section .side-content {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.rts-latest-section .sticky-content {
    top: 0;
}

    .rts-latest-section .sticky-content .popular-stories1 .type-tag1 {
        background-color: #fff;
        padding: 15px 30px 13px 20px;
        border-left: 4px solid #1399FB;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        /*font-family: "Playfair Display", serif;*/
        color: #000;
        font-size: 18px;
        font-weight: 800;
    }

    .rts-latest-section .sticky-content .popular-stories1 .rts-post1.rts-post-small {
        background: #fff;
        padding: 10px;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    }

        .rts-latest-section .sticky-content .popular-stories1 .rts-post1.rts-post-small .post-picture {
            overflow: hidden;
        }

        .rts-latest-section .sticky-content .popular-stories1 .rts-post1.rts-post-small .contents {
            width: 60%;
        }

            .rts-latest-section .sticky-content .popular-stories1 .rts-post1.rts-post-small .contents .news-catagory-tag1 {
                color: #1399FB;
                font-weight: 500;
                font-size: 13px;
                line-height: 15px;
                padding: 0 10px;
                margin-bottom: 15px;
                border-left: 2px solid #1399FB;
            }

            .rts-latest-section .sticky-content .popular-stories1 .rts-post1.rts-post-small .contents .post-title {
                margin: 7px 0;
            }

    .rts-latest-section .sticky-content .rts-tags {
        margin-top: 30px;
    }

        .rts-latest-section .sticky-content .rts-tags .side-content-title1 {
            background-color: #fff;
            padding: 15px 30px 13px 20px;
            border-left: 4px solid #1399FB;
            margin-bottom: 25px;
            -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            /*font-family: "Playfair Display", serif;*/
            color: #000;
            font-size: 18px;
            font-weight: 800;
        }

        .rts-latest-section .sticky-content .rts-tags ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
            padding-left: 0;
        }

        .rts-latest-section .sticky-content .rts-tags .tag-item1 {
            display: inline-block;
            background: #fff;
            font-weight: 500;
            font-size: 13px;
            line-height: 16px;
            padding: 8px 13px;
            -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            margin-right: 7px;
            margin-bottom: 7px;
        }

            .rts-latest-section .sticky-content .rts-tags .tag-item1:hover {
                background: #1399FB;
                color: #fff;
                border: none;
            }

.rts-latest-section .rts-post-medium {
    padding-bottom: 23.5px;
    margin-bottom: 35px;
}

    .rts-latest-section .rts-post-medium .post-picture {
        margin-bottom: 19.5px;
    }

    .rts-latest-section .rts-post-medium .post-title {
        max-width: 270px;
        margin-bottom: 6px;
    }

.rts-subscribe-banner-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .rts-subscribe-banner-section.section-2 {
        margin-top: 30px;
        margin-bottom: 80px;
    }

    .rts-subscribe-banner-section .banner-box {
        background: #1D72FF;
        background-image: url("../images/adbanner.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        padding: 70px 50px;
        padding-top: 50px;
    }

        .rts-subscribe-banner-section .banner-box .contents h1 {
            color: #fff;
            font-weight: 800;
            font-size: 40px;
            line-height: 44px;
        }

        .rts-subscribe-banner-section .banner-box .contents p {
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
        }

        .rts-subscribe-banner-section .banner-box .input-div {
            background: #fff;
            border-radius: 6px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 7px 10px;
            padding-left: 25px;
        }

            .rts-subscribe-banner-section .banner-box .input-div input {
                width: 67%;
            }

                .rts-subscribe-banner-section .banner-box .input-div input:-moz-placeholder-shown {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 10px;
                }

                .rts-subscribe-banner-section .banner-box .input-div input:-ms-input-placeholder {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 10px;
                }

                .rts-subscribe-banner-section .banner-box .input-div input:placeholder-shown {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 10px;
                }

            .rts-subscribe-banner-section .banner-box .input-div .subscribe-btn {
                margin-left: auto;
                padding: 15px 22px;
                background: #FF1856;
                border-radius: 4px;
                font-weight: 500;
                font-size: 15px;
                line-height: 18px;
                color: #fff;
                -webkit-transition: background 500ms;
                transition: background 500ms;
            }

                .rts-subscribe-banner-section .banner-box .input-div .subscribe-btn:hover {
                    background: #ff497a;
                }

@media (max-width: 1200px) {
    .rts-subscribe-banner-section .banner-box .contents {
        margin-bottom: 30px;
    }

        .rts-subscribe-banner-section .banner-box .contents .banner-title {
            margin-bottom: 10px;
        }
}

@media (max-width: 900px) {
    .rts-subscribe-banner-section .banner-box .contents h1 {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .rts-subscribe-banner-section .banner-box {
        padding: 40px 30px;
    }

        .rts-subscribe-banner-section .banner-box .input-div {
            padding: 5px;
        }

            .rts-subscribe-banner-section .banner-box .input-div input {
                padding: 0 20px;
            }

            .rts-subscribe-banner-section .banner-box .input-div .subscribe-btn {
                padding: 10px;
                font-size: 12px;
            }

        .rts-subscribe-banner-section .banner-box .contents h1 {
            font-size: 30px;
        }
}

@media (max-width: 500px) {
    .rts-subscribe-banner-section .banner-box .contents h1 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 460px) {
    .rts-subscribe-banner-section .banner-box {
        padding: 20px;
        border-radius: 7px;
    }

        .rts-subscribe-banner-section .banner-box .input-div {
            background: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .rts-subscribe-banner-section .banner-box .input-div input {
                padding: 10px 20px;
                width: 100%;
            }

            .rts-subscribe-banner-section .banner-box .input-div .subscribe-btn {
                margin-top: 10px;
                margin-left: unset;
            }
}

.rts-subscribe-banner-section1 {
    padding-top: 40px;
    padding-bottom: 80px;
}

    .rts-subscribe-banner-section1 .banner-box {
        background: #fff;
        border-radius: 0;
        padding: 70px 50px;
        padding-top: 50px;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    }

        .rts-subscribe-banner-section1 .banner-box .contents h1 {
            color: #000;
            font-weight: 800;
            font-size: 40px;
            line-height: 44px;
        }

        .rts-subscribe-banner-section1 .banner-box .contents p {
            color: #000;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
        }

        .rts-subscribe-banner-section1 .banner-box form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

@media (max-width: 576px) {
    .rts-subscribe-banner-section1 .banner-box form {
        display: block;
        text-align: center;
    }
}

.rts-subscribe-banner-section1 .banner-box form .input-div {
    background: #EDF0F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    width: 67%;
}

@media (max-width: 576px) {
    .rts-subscribe-banner-section1 .banner-box form .input-div {
        padding: 25px;
        width: 100%;
    }
}

.rts-subscribe-banner-section1 .banner-box form .input-div input {
    background: #EDF0F2;
    margin-right: 10px;
}

    .rts-subscribe-banner-section1 .banner-box form .input-div input:-moz-placeholder-shown {
        font-weight: 400;
        font-size: 14px;
        line-height: 10px;
    }

    .rts-subscribe-banner-section1 .banner-box form .input-div input:-ms-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 10px;
    }

    .rts-subscribe-banner-section1 .banner-box form .input-div input:placeholder-shown {
        font-weight: 400;
        font-size: 14px;
        line-height: 10px;
    }

@media (max-width: 576px) {
    .rts-subscribe-banner-section1 .banner-box form .input-div input {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .rts-subscribe-banner-section1 .banner-box form .submit-div {
        margin-top: 15px;
    }
}

.rts-subscribe-banner-section1 .banner-box form .submit-div .subscribe-btn {
    margin-left: auto;
    padding: 22px 25px;
    background: #1399FB;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

@media (max-width: 576px) {
    .rts-subscribe-banner-section1 .banner-box form .submit-div .subscribe-btn {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .rts-subscribe-banner-section1 .banner-box .contents {
        margin-bottom: 30px;
    }

        .rts-subscribe-banner-section1 .banner-box .contents .banner-title {
            margin-bottom: 10px;
        }
}

@media (max-width: 900px) {
    .rts-subscribe-banner-section1 .banner-box .contents h1 {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .rts-subscribe-banner-section1 .banner-box {
        padding: 40px 30px;
    }

        .rts-subscribe-banner-section1 .banner-box .input-div {
            padding: 5px;
        }

            .rts-subscribe-banner-section1 .banner-box .input-div input {
                padding: 0 20px;
            }

            .rts-subscribe-banner-section1 .banner-box .input-div .subscribe-btn {
                padding: 10px;
                font-size: 12px;
            }

        .rts-subscribe-banner-section1 .banner-box .contents h1 {
            font-size: 30px;
        }
}

@media (max-width: 500px) {
    .rts-subscribe-banner-section1 .banner-box .contents h1 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 460px) {
    .rts-subscribe-banner-section1 .banner-box {
        padding: 20px;
        border-radius: 7px;
    }

        .rts-subscribe-banner-section1 .banner-box .input-div {
            background: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .rts-subscribe-banner-section1 .banner-box .input-div input {
                padding: 10px 20px;
                width: 100%;
            }

            .rts-subscribe-banner-section1 .banner-box .input-div .subscribe-btn {
                margin-top: 10px;
                margin-left: unset;
            }
}

.rts-read2-section {
    margin-bottom: 20px;
}

    .rts-read2-section .news-topbar .post-type-tag {
        background-color: #fff;
        color: #000;
        padding: 24px 30px 24px 30px;
        /*font-family: "Playfair Display", serif;*/
        border-left: 4px solid #1399FB;
        margin-bottom: 25px;
        border-radius: 0;
        -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
        -webkit-clip-path: none;
        clip-path: none;
    }

    .rts-read2-section .news-topbar .section-title-2::before {
        background: #1399FB;
    }

    .rts-read2-section .rts-post-medium .contents .post-title {
        /*font-family: "Playfair Display", serif;*/
    }

    .rts-read2-section .slider-navigation .navigation-btn {
        padding: 0;
        border: none;
        padding-right: 20px;
    }

        .rts-read2-section .slider-navigation .navigation-btn:hover {
            background: none;
        }

            .rts-read2-section .slider-navigation .navigation-btn:hover i {
                color: #1D72FF;
            }

.rts-comment-section .comment-area .post-type-tag {
    background-color: #fff;
    color: #000;
    /*font-family: "Playfair Display", serif;*/
    border-left: 4px solid #1399FB;
    margin-bottom: 25px;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    -webkit-clip-path: none;
    clip-path: none;
}

.rts-comment-section .comment-area .comment-count.section-title-3 {
    /*font-family: "Playfair Display", serif;*/
}

    .rts-comment-section .comment-area .comment-count.section-title-3::before {
        background: #1399FB;
    }

.rts-message-area .post-type-tag {
    background-color: #fff;
    color: #000;
    /*font-family: "Playfair Display", serif;*/
    border-left: 4px solid #1399FB;
    margin-bottom: 25px;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    -webkit-clip-path: none;
    clip-path: none;
}

.rts-trending-section .section-title {
    /*font-family: "Playfair Display", serif;*/
}

.rts-trending-section .rts-post-area {
    visibility: visible;
    opacity: 1;
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s;
    transition: all 1s;
    height: auto;
    overflow: unset;
}

    .rts-trending-section .rts-post-area.hide {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: none;
        transition: none;
        height: 0;
        overflow: hidden;
    }

.rts-trending-section .rts-post-2-medium .contents {
    padding-left: 25px;
}

@media (max-width: 1200px) {
    .rts-trending-section .wide-border {
        display: none;
    }
}

@media (max-width: 991px) {
    .rts-trending-section .rts-main-post {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .rts-trending-section .filter-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-left: 20px;
        margin-bottom: -5px;
    }

        .rts-trending-section .filter-buttons .filter-btn {
            margin-bottom: 5px;
        }
}

.rts-trending-section .post-title a {
    /*font-family: "Playfair Display", serif;*/
}

@media (max-width: 680px) {
    .rts-trending-section .news-topbar-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .rts-trending-section .news-topbar-2 .section-title {
            margin-bottom: 20px;
        }

        .rts-trending-section .news-topbar-2 .filter-buttons {
            margin-left: 0;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
        }
}

.rts-trending-section .filter-navigation-btn {
    padding: 5px 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    border-radius: 4px;
    border: 2px solid rgba(14, 16, 19, 0.1);
    margin-right: 5px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

    .rts-trending-section .filter-navigation-btn:last-child {
        margin-right: 0;
    }

    .rts-trending-section .filter-navigation-btn.active, .rts-trending-section .filter-navigation-btn:hover {
        background: #FF1856;
        border: 2px solid #FF1856;
        color: #fff;
    }

.rts-updates-section .section-title {
    /* font-family: "Playfair Display", serif;*/
}

.rts-updates-section .wide-border {
    width: 50%;
}

.rts-updates-section .border-btn {
    margin-top: 0;
    border: 1px solid #E7E7E7;
    color: #000;
}

    .rts-updates-section .border-btn:hover {
        color: #fff;
    }

.rts-updates-section .side-content {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

@media (max-width: 1200px) {
    .rts-updates-section .rts-post-2 .contents {
        padding: 30px;
    }

    .rts-updates-section .side-content {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media (max-width: 960px) {
    .rts-updates-section .wide-border {
        display: none;
    }

    .rts-updates-section .rts-post-2 .contents {
        padding: 20px;
    }

    .rts-updates-section .side-content .side-content-title {
        margin-bottom: 20px;
    }

    .rts-updates-section .side-content .mb--50 {
        margin-bottom: 30px !important;
    }

    .rts-updates-section .side-content .popular-stories {
        margin-bottom: 0;
    }
}

.rts-updates-section .post-title a {
    /*font-family: "Playfair Display", serif;*/
}

.rts-updates-section .news-catagory-tag {
    color: #FF1856;
}

    .rts-updates-section .news-catagory-tag::before {
        background-color: #FF1856;
    }

.rts-ad-section {
    margin-top: 0;
    margin-bottom: 30px;
}

    .rts-ad-section .ad {
        max-width: 100%;
    }

        .rts-ad-section .ad img {
            max-width: 100%;
        }

.rts-featured_video-section .section-title {
    /* font-family: "Playfair Display", serif;*/
}

.rts-featured_video-section .wide-border {
    width: 65%;
}

.rts-featured_video-section .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .rts-featured_video-section .slider-navigation .navigation-btn {
        padding: 0;
        border: 0;
        background: none;
    }

        .rts-featured_video-section .slider-navigation .navigation-btn i {
            font-size: 20px;
        }

            .rts-featured_video-section .slider-navigation .navigation-btn i:hover {
                color: #FF1856;
            }

    .rts-featured_video-section .slider-navigation .swiper-button-next {
        margin-left: 20px;
    }

.rts-featured_video-section .featured-video-card {
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(14, 16, 19, 0.1);
    box-shadow: 0px 1px 2px rgba(14, 16, 19, 0.1);
    margin-bottom: 3px;
}

    .rts-featured_video-section .featured-video-card.active {
        -webkit-box-shadow: 0px 20px 20px rgba(14, 16, 19, 0.1);
        box-shadow: 0px 20px 20px rgba(14, 16, 19, 0.1);
    }

.rts-featured_video-section .video-thumbnail {
    position: relative;
}

    .rts-featured_video-section .video-thumbnail img {
        width: 100%;
    }

    .rts-featured_video-section .video-thumbnail::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-35.79%, #0E1013), to(#0E1013));
        background: linear-gradient(180deg, #0E1013 -35.79%, #0E1013 100%);
        opacity: 0.3;
    }

.rts-featured_video-section .play-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

    .rts-featured_video-section .play-btn:hover {
        -webkit-filter: hue-rotate(235deg);
        filter: hue-rotate(235deg);
    }

.rts-featured_video-section .video-tags-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 25px;
}

.rts-featured_video-section .video-tag {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    padding: 5px 10px;
    color: #fff;
    background: #FF1856;
    margin-right: 7px;
}

    .rts-featured_video-section .video-tag:nth-child(2) {
        background: #1D72FF;
    }

.rts-featured_video-section .contents {
    padding: 25px;
    padding-bottom: 0;
}

    .rts-featured_video-section .contents .post-info {
        margin-bottom: 10px;
    }

    .rts-featured_video-section .contents .card-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        /*font-family: "Playfair Display", serif;*/
        background-size: 200% 1px;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #FF1856), color-stop(50%, transparent));
        background-image: linear-gradient(to right, #FF1856 50%, transparent 50%);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        .rts-featured_video-section .contents .card-title:hover {
            background-position: 0% 100%;
            color: #FF1856;
        }

.rts-featured_video-section .action-bar {
    padding: 10px 25px;
    margin-top: 20px;
    border-top: 1px solid #E7E7E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .rts-featured_video-section .action-bar .item::before {
        display: none;
    }

    .rts-featured_video-section .action-bar .post-share {
        margin-left: auto;
    }

@media (max-width: 991px) {
    .rts-featured_video-section .wide-border {
        display: none;
    }

    .rts-featured_video-section .featured-video-card .contents {
        padding: 15px;
    }

        .rts-featured_video-section .featured-video-card .contents .card-title {
            font-size: 16px;
            line-height: 23px;
            display: inline-block;
        }

    .rts-featured_video-section .action-bar {
        padding: 15px;
        margin-top: 10px;
    }
}

.rts-news-two-section .news-topbar-2 .section-title {
    /*font-family: "Playfair Display", serif;*/
}

.rts-news-two-section .wide-border {
    width: 55%;
}

.rts-news-two-section .filter-btn {
    border: 2px solid #E7E7E7;
    margin-right: 0;
}

    .rts-news-two-section .filter-btn.active {
        border: 2px solid #FF1856;
    }

    .rts-news-two-section .filter-btn.filter-navigation-btn.active {
        background: #FF1856;
    }

    .rts-news-two-section .filter-btn.filter-navigation-btn:hover {
        background: #FF1856;
    }

.rts-news-two-section .rts-post-area {
    margin-bottom: 30px;
}

    .rts-news-two-section .rts-post-area .post-title a {
        /*font-family: "Playfair Display", serif;*/
    }

.rts-news-two-section .rts-post-2-small {
    border-top: none;
    border-bottom: 1px solid #E7E7E7;
}

    .rts-news-two-section .rts-post-2-small .contents {
        padding: 20px;
    }

        .rts-news-two-section .rts-post-2-small .contents .news-catagory-tag-2 {
            padding: 3px 7px;
            margin-bottom: 0;
        }

        .rts-news-two-section .rts-post-2-small .contents .post-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 0;
        }

            .rts-news-two-section .rts-post-2-small .contents .post-title:hover .go-icon i {
                color: #FF1856;
            }

            .rts-news-two-section .rts-post-2-small .contents .post-title a {
                /*font-family: "Playfair Display", serif;*/
                background-size: 200% 1px;
                background-position: 100% 100%;
                background-repeat: no-repeat;
                background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #FF1856), color-stop(50%, transparent));
                background-image: linear-gradient(to right, #FF1856 50%, transparent 50%);
                -webkit-transition: background-position 500ms ease-out;
                transition: background-position 500ms ease-out;
            }

                .rts-news-two-section .rts-post-2-small .contents .post-title a:hover {
                    background-position: 10% 100%;
                    color: #FF1856;
                }

            .rts-news-two-section .rts-post-2-small .contents .post-title .go-icon {
                padding: 20px;
            }

        .rts-news-two-section .rts-post-2-small .contents .post-bottom-info {
            margin-top: 0;
            margin-bottom: 0;
        }

.rts-news-two-section .rts-post-2-inside .post-picture {
    width: 100%;
}

    .rts-news-two-section .rts-post-2-inside .post-picture img {
        width: 100%;
    }

.rts-news-two-section .rts-post-2-inside .contents {
    padding: 0;
}

    .rts-news-two-section .rts-post-2-inside .contents .post-title {
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .rts-news-two-section .rts-post-2-inside .contents .post-title a {
            font-weight: 500;
            line-height: 20px;
        }

@media (max-width: 1200px) {
    .rts-news-two-section .wide-border {
        display: none;
    }
}

@media (max-width: 465px) {
    .rts-news-two-section .news-topbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .rts-news-two-section .news-topbar .section-title {
            margin-bottom: 15px;
        }
}

.rts-news-two-section .newsletter-title {
    /*font-family: "Playfair Display", serif;*/
}

.rts-news-two-section .subscribe-btn {
    background: #FF1856;
}

    .rts-news-two-section .subscribe-btn:hover {
        background-color: #000;
    }

.rts-gallery-section .col-xl-2 {
    padding-right: 5px;
    padding-left: 5px;
}

.rts-gallery-section .gallery-item {
    margin: 0;
    position: relative;
}

    .rts-gallery-section .gallery-item img {
        width: 100%;
    }

    .rts-gallery-section .gallery-item .image-popup-vertical-fit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60%;
        position: relative;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }

        .rts-gallery-section .gallery-item .image-popup-vertical-fit::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
            width: 80%;
            height: 80%;
            border: 2px solid #E7E7E7;
            -webkit-transition: -webkit-transform 500ms;
            transition: -webkit-transform 500ms;
            transition: transform 500ms;
            transition: transform 500ms, -webkit-transform 500ms;
            z-index: 1;
        }

        .rts-gallery-section .gallery-item .image-popup-vertical-fit::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(84, 84, 84, 0.529);
            opacity: 0;
            -webkit-transition: opacity 500ms;
            transition: opacity 500ms;
        }

        .rts-gallery-section .gallery-item .image-popup-vertical-fit:hover::before {
            -webkit-transform: translate(-50%, -50%) scale(70%);
            transform: translate(-50%, -50%) scale(70%);
        }

        .rts-gallery-section .gallery-item .image-popup-vertical-fit:hover::after {
            opacity: 1;
        }

@media (max-width: 1200px) {
    .rts-gallery-section .gallery-item {
        margin-bottom: 10px;
    }
}

.rts-sports-section .wide-border {
    width: 63%;
}

.rts-sports-section .rts-post-2-wide {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
}

    .rts-sports-section .rts-post-2-wide .contents .post-title a {
        /*font-family: "Playfair Display", serif;*/
    }

    .rts-sports-section .rts-post-2-wide .contents .read-more-btn {
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        .rts-sports-section .rts-post-2-wide .contents .read-more-btn:hover {
            color: #1399FB;
        }

            .rts-sports-section .rts-post-2-wide .contents .read-more-btn:hover::before {
                background: #1399FB;
            }

            .rts-sports-section .rts-post-2-wide .contents .read-more-btn:hover i {
                color: #1399FB;
            }

        .rts-sports-section .rts-post-2-wide .contents .read-more-btn i {
            -webkit-transition: all 200ms;
            transition: all 200ms;
        }

        .rts-sports-section .rts-post-2-wide .contents .read-more-btn::before {
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

.rts-sports-section .sports-posts-section .side-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rts-sports-section .sports-posts-section .author-box {
    background: #fff;
}

    .rts-sports-section .sports-posts-section .author-box .author-name {
        /*font-family: "Playfair Display", serif;*/
    }

.rts-sports-section .sports-posts-section .rts-tags .tag-item {
    border: none;
}

    .rts-sports-section .sports-posts-section .rts-tags .tag-item:hover {
        background: #1399FB;
    }

.rts-sports-section .sports-posts-section .popular-stories .rts-post-small {
    background: #fff;
    padding: 10px 5px 10px 10px;
}

    .rts-sports-section .sports-posts-section .popular-stories .rts-post-small .post-picture {
        border-radius: 0;
    }

    .rts-sports-section .sports-posts-section .popular-stories .rts-post-small .contents .post-title a {
        /*font-family: "Playfair Display", serif;*/
    }

.rts-sports-section .sports-posts-section .type-tag-right {
    background-color: #fff;
    padding: 15px 30px 13px 20px;
    border-left: 4px solid #1399FB;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
    box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
    /*font-family: "Playfair Display", serif;*/
    color: #000;
    font-size: 18px;
    font-weight: 800;
}

.rts-sports-section .sports-posts-section .rts-tags {
    margin-top: 30px;
}

    .rts-sports-section .sports-posts-section .rts-tags ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 0;
    }

    .rts-sports-section .sports-posts-section .rts-tags .tag-item1 {
        display: inline-block;
        background: #fff;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        padding: 8px 13px;
        -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        margin-right: 7px;
        margin-bottom: 7px;
    }

        .rts-sports-section .sports-posts-section .rts-tags .tag-item1:hover {
            background: #1399FB;
            color: #fff;
            border: none;
        }

@media (max-width: 1200px) {
    .rts-sports-section .rts-post-2-wide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        padding-bottom: 30px;
    }

        .rts-sports-section .rts-post-2-wide .post-picture {
            max-width: unset;
            margin-bottom: 20px;
            width: 100%;
        }

    .rts-sports-section .wide-border {
        display: none;
    }
}

@media (max-width: 940px) {
    .rts-sports-section .rts-post-2-wide .post-info-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.rts-stories-2-section .filter-buttons .filter-btn {
    padding: 8px 20px;
    background: #fff;
    color: #000;
    border: 2px solid #E7E7E7;
    border-radius: 50px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

    .rts-stories-2-section .filter-buttons .filter-btn:hover, .rts-stories-2-section .filter-buttons .filter-btn.active {
        background: #FF1856;
        color: #fff;
        border: 2px solid #FF1856;
    }

.rts-stories-2-section .slider-navigation {
    margin-top: auto;
    margin-bottom: 10px;
}

.rts-stories-2-section .navigation-btn {
    background: #fff;
    border: 2px solid #E7E7E7;
    border-radius: 0;
    padding: 4px 12px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

    .rts-stories-2-section .navigation-btn:hover {
        background: #FF1856;
        color: #fff;
        border: 2px solid #FF1856;
    }

    .rts-stories-2-section .navigation-btn i {
        font-size: 14px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.rts-stories-2-section .rts-video-area {
    position: relative;
}

    .rts-stories-2-section .rts-video-area .col-xl-9 {
        padding-left: 0;
    }

    .rts-stories-2-section .rts-video-area .col-xl-3 {
        padding-left: 0;
        padding-right: 0;
    }

    .rts-stories-2-section .rts-video-area .rts-post-2-inside .post-title a {
        font-weight: 800;
        font-size: 32px;
        line-height: 38px;
    }

    .rts-stories-2-section .rts-video-area .rts-post-2-inside .post-bottom-info .item::before {
        display: block;
    }

    .rts-stories-2-section .rts-video-area .rts-post-2-inside .post-bottom-info .item:last-child::before {
        display: none;
    }

    .rts-stories-2-section .rts-video-area .rts-post-2-inside .news-catagory-tag-2 {
        position: absolute;
        top: 30px;
        right: 40px;
    }

    .rts-stories-2-section .rts-video-area .rts-post-2-inside .play-btn {
        position: static;
        margin-top: 15px;
    }

        .rts-stories-2-section .rts-video-area .rts-post-2-inside .play-btn span::before {
            display: none;
        }

    .rts-stories-2-section .rts-video-area .video-thumbnail img {
        width: 100%;
    }

    .rts-stories-2-section .rts-video-area .trending-news-area {
        padding: 0 25px;
        background: #1D72FF;
        border-radius: 0;
    }

    .rts-stories-2-section .rts-video-area .trending-post {
        padding: 12.8px 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.281);
    }

        .rts-stories-2-section .rts-video-area .trending-post .post-title::before {
            display: none;
        }

        .rts-stories-2-section .rts-video-area .trending-post .post-title a {
            color: #fff;
            font-weight: 600;
        }

            .rts-stories-2-section .rts-video-area .trending-post .post-title a:hover {
                text-decoration: underline;
            }

        .rts-stories-2-section .rts-video-area .trending-post .post-age {
            color: #fff;
        }

        .rts-stories-2-section .rts-video-area .trending-post .post-author {
            color: #fff;
        }

            .rts-stories-2-section .rts-video-area .trending-post .post-author img {
                margin-top: -2px;
                margin-right: 5px;
            }

@media (max-width: 1200px) {
    .rts-stories-2-section .rts-video-area .col-xl-9 {
        padding: 0;
    }

    .rts-stories-2-section .rts-video-area .rts-post-2-inside {
        margin-bottom: 10px;
    }
}

@media (max-width: 690px) {
    .rts-stories-2-section .news-topbar {
        margin-bottom: 15px !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .rts-stories-2-section .news-topbar .section-title,
        .rts-stories-2-section .news-topbar .section-title-2 {
            margin-bottom: 15px;
        }

        .rts-stories-2-section .news-topbar .filter-buttons {
            margin-bottom: 10px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
        }
}

@media (max-width: 650px) {
    .rts-stories-2-section .rts-post-2-inside .contents .post-title a {
        font-size: 25px;
        line-height: 30px;
    }

    .rts-stories-2-section .news-topbar .filter-buttons .filter-btn {
        margin-bottom: 5px;
    }
}

@media (max-width: 600px) {
    .rts-stories-2-section .rts-post-2-inside .post-bottom-info {
        display: none;
    }

    .rts-stories-2-section .rts-post-2-inside .contents .post-title {
        padding-right: 20px;
    }
}

@media (max-width: 550px) {
    .rts-stories-2-section .rts-post-2-inside .contents {
        bottom: 15px;
        left: 15px;
    }

        .rts-stories-2-section .rts-post-2-inside .contents .post-title a {
            font-size: 17px;
            line-height: 20px;
        }

    .rts-stories-2-section .rts-post-2-inside .play-video {
        margin-top: 0;
    }

    .rts-stories-2-section .rts-post-2-inside .news-catagory-tag-2 {
        top: 10px !important;
        right: 20px !important;
    }
}

@media (max-width: 445px) {
    .rts-stories-2-section .rts-post-2-inside .play-video {
        display: none;
    }
}

@media (max-width: 400px) {
    .rts-stories-2-section .contents {
        margin-bottom: 15px;
    }

    .rts-stories-2-section .rts-post-2-inside .news-catagory-tag-2 {
        top: 10px !important;
        right: 20px !important;
    }
}

.rts-most_watched-section {
    position: relative;
    overflow: hidden;
}

    .rts-most_watched-section .video-thumbnail {
        width: 100%;
    }

        .rts-most_watched-section .video-thumbnail img {
            width: 100%;
        }

    .rts-most_watched-section .slider-div {
        position: relative;
        min-width: 140%;
        right: 0;
    }

    .rts-most_watched-section .rts-post-2-inside .contents {
        bottom: 20px;
    }

    .rts-most_watched-section .rts-post-2-inside .post-title {
        font-weight: 700;
        font-size: 25px;
        line-height: 34px;
    }

    .rts-most_watched-section .rts-post-2-inside .play-btn {
        position: static;
    }

        .rts-most_watched-section .rts-post-2-inside .play-btn .play-icon {
            width: 35px;
            margin-right: 10px;
        }

            .rts-most_watched-section .rts-post-2-inside .play-btn .play-icon i {
                font-size: 10px;
            }

        .rts-most_watched-section .rts-post-2-inside .play-btn span {
            font-size: 12px;
            line-height: 14px;
        }

            .rts-most_watched-section .rts-post-2-inside .play-btn span::before {
                display: none;
            }

@media (max-width: 633px) {
    .rts-most_watched-section .slider-div {
        position: relative;
        min-width: unset;
        right: unset;
    }
}

.rts-news-three-section .news-type-tag {
    background-color: #fff;
    padding: 16px 30px 14px 30px;
    border-left: 4px solid #1399FB;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
}

    .rts-news-three-section .news-type-tag .type-tag-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .rts-news-three-section .news-type-tag .type-tag-left .content1 a {
            /*font-family: "Playfair Display", serif;*/
            color: #000;
            font-size: 26px;
            line-height: 30px;
            font-weight: 800;
        }

        .rts-news-three-section .news-type-tag .type-tag-left .content-date {
            font-size: 14px;
            font-weight: 400;
            color: #61676C;
        }

.rts-news-three-section .rts-post-2-wide {
    padding: 30px;
    padding-right: 0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    border: none;
}

    .rts-news-three-section .rts-post-2-wide .contents .post-title a {
        /*font-family: "Playfair Display", serif;*/
    }

    .rts-news-three-section .rts-post-2-wide .social-links-noborder .platform i {
        color: #000;
    }

    .rts-news-three-section .rts-post-2-wide .social-links-noborder .platform:hover i {
        color: #1399FB !important;
    }

    .rts-news-three-section .rts-post-2-wide .post-info-area {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .rts-news-three-section .rts-post-2-wide .post-bottom-info-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .rts-news-three-section .rts-post-2-wide .post-bottom-info-3 .author-dp {
            margin-right: 15px;
        }

        .rts-news-three-section .rts-post-2-wide .post-bottom-info-3 .content .author {
            font-weight: 700;
            font-size: 14px;
            line-height: 14px;
        }

        .rts-news-three-section .rts-post-2-wide .post-bottom-info-3 .content .post-date {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .rts-news-three-section .rts-post-2-wide .post-bottom-info-3 .content .date {
            font-weight: 400;
            font-size: 14px;
            line-height: 10px;
            margin-right: 15px;
        }

        .rts-news-three-section .rts-post-2-wide .post-bottom-info-3 .content .post-age {
            font-weight: 400;
            font-size: 13px;
            line-height: 15px;
            position: relative;
        }

            .rts-news-three-section .rts-post-2-wide .post-bottom-info-3 .content .post-age::before {
                content: "";
                position: absolute;
                top: 50%;
                left: -9px;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background: #000;
            }

.rts-news-three-section .side-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .rts-news-three-section .side-content .type-tag-right {
        background-color: #fff;
        padding: 15px 30px 13px 20px;
        border-left: 4px solid #1399FB;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
    }

        .rts-news-three-section .side-content .type-tag-right a {
            /*font-family: "Playfair Display", serif;*/
            color: #000;
            font-size: 18px;
            font-weight: 800;
        }

    .rts-news-three-section .side-content .popular-stories2 .rts-post-small:hover .post-picture {
        border: 2px solid #FF1856;
    }

        .rts-news-three-section .side-content .popular-stories2 .rts-post-small:hover .post-picture img {
            -webkit-transform: scale(90%);
            transform: scale(90%);
        }

    .rts-news-three-section .side-content .popular-stories2 .rts-post-small .post-picture {
        margin-right: 15px;
        position: relative;
        border-radius: 50%;
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }

        .rts-news-three-section .side-content .popular-stories2 .rts-post-small .post-picture img {
            border-radius: 50%;
            -webkit-transition: 300ms;
            transition: 300ms;
        }

    .rts-news-three-section .side-content .rts-post-small {
        background: #fff;
        padding: 10px 5px 10px 10px;
    }

        .rts-news-three-section .side-content .rts-post-small .post-picture {
            overflow: hidden;
        }

        .rts-news-three-section .side-content .rts-post-small .contents {
            width: 65%;
        }

    .rts-news-three-section .side-content .rts-tags .tag-item {
        border-radius: 50px;
    }

    .rts-news-three-section .side-content .rts-tags {
        margin: 30px 0;
    }

        .rts-news-three-section .side-content .rts-tags .side-content-title1 {
            background-color: #fff;
            padding: 15px 30px 13px 20px;
            border-left: 4px solid #1399FB;
            margin-bottom: 25px;
            -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            /*font-family: "Playfair Display", serif;*/
            color: #000;
            font-size: 18px;
            font-weight: 800;
        }

        .rts-news-three-section .side-content .rts-tags ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
            padding-left: 0;
        }

        .rts-news-three-section .side-content .rts-tags .tag-item1 {
            display: inline-block;
            background: #fff;
            font-weight: 500;
            font-size: 13px;
            line-height: 16px;
            padding: 8px 13px;
            -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            margin-right: 7px;
            margin-bottom: 7px;
        }

            .rts-news-three-section .side-content .rts-tags .tag-item1:hover {
                background: #1399FB;
                color: #fff;
                border: none;
            }

@media (max-width: 1200px) {
    .rts-news-three-section .rts-post-2-wide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        padding-bottom: 30px;
    }

        .rts-news-three-section .rts-post-2-wide .post-picture {
            max-width: unset;
            margin-bottom: 20px;
            width: 100%;
        }

    .rts-news-three-section .social-links-noborder {
        margin-top: 20px !important;
        padding-bottom: 10px;
    }
}

@media (max-width: 940px) {
    .rts-news-three-section .rts-post-2-wide .post-info-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.rts-moments-section .moments-inner {
    background: #F5F5F5;
}

.rts-moments-section .contents {
    padding: 40px;
    padding-right: 0;
}

    .rts-moments-section .contents .moment-title {
        color: #000;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
    }

    .rts-moments-section .contents p {
        color: #404040;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .rts-moments-section .contents .follow-btn {
        display: inline-block;
        background: #FF1856;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        padding: 10px 20px;
        position: relative;
        overflow: hidden;
        border: 1px solid transparent;
        z-index: 1;
    }

        .rts-moments-section .contents .follow-btn::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transform: translateX(200px);
            transform: translateX(200px);
            background: #fff;
            -webkit-transition: -webkit-transform 500ms;
            transition: -webkit-transform 500ms;
            transition: transform 500ms;
            transition: transform 500ms, -webkit-transform 500ms;
            z-index: -1;
        }

        .rts-moments-section .contents .follow-btn:hover {
            color: #FF1856;
            border: 1px solid #FF1856;
        }

            .rts-moments-section .contents .follow-btn:hover::before {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }

        .rts-moments-section .contents .follow-btn i {
            margin-right: 5px;
        }

.rts-moments-section .pictures-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

    .rts-moments-section .pictures-area .picture-item-col {
        padding: 0;
    }

    .rts-moments-section .pictures-area .picture-item {
        position: relative;
        margin-right: 5px;
        overflow: hidden;
        padding-left: 5px;
    }

        .rts-moments-section .pictures-area .picture-item img {
            width: 100%;
        }

        .rts-moments-section .pictures-area .picture-item .expand-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            color: #fff;
            font-size: 25px;
            -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
            -webkit-transition: -webkit-transform 500ms;
            transition: -webkit-transform 500ms;
            transition: transform 500ms;
            transition: transform 500ms, -webkit-transform 500ms;
            pointer-events: none;
            z-index: 1;
        }

        .rts-moments-section .pictures-area .picture-item::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
            width: 25%;
            aspect-ratio: 1;
            border: 2px solid #E7E7E7;
            border-radius: 6px;
            -webkit-transition: -webkit-transform 500ms;
            transition: -webkit-transform 500ms;
            transition: transform 500ms;
            transition: transform 500ms, -webkit-transform 500ms;
            z-index: 1;
            pointer-events: none;
        }

        .rts-moments-section .pictures-area .picture-item::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.37);
            pointer-events: none;
            -webkit-transition: -webkit-transform 500ms;
            transition: -webkit-transform 500ms;
            transition: transform 500ms;
            transition: transform 500ms, -webkit-transform 500ms;
        }

        .rts-moments-section .pictures-area .picture-item img {
            max-width: 100%;
        }

        .rts-moments-section .pictures-area .picture-item:hover img {
            -webkit-transform: scale(110%);
            transform: scale(110%);
        }

        .rts-moments-section .pictures-area .picture-item:hover .expand-icon {
            -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
        }

        .rts-moments-section .pictures-area .picture-item:hover::before {
            -webkit-transform: translate(-50%, -50%) scale(100%);
            transform: translate(-50%, -50%) scale(100%);
        }

        .rts-moments-section .pictures-area .picture-item:hover::after {
            -webkit-transform: scale(100%);
            transform: scale(100%);
        }

        .rts-moments-section .pictures-area .picture-item:last-child {
            margin-right: 0;
        }

@media (max-width: 768px) {
    .rts-moments-section .pictures-area .picture-item {
        margin-bottom: 5px;
    }
}

.rts-moments-section .rts-subscribe-banner .banner-box {
    border: 1px solid #E7E7E7;
}

.rts-moments-section .rts-subscribe-banner .contents .banner-title {
    color: #000;
    font-weight: 800;
    font-size: 34px;
    line-height: 40px;
    max-width: 450px;
}

.rts-moments-section .rts-subscribe-banner .input-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.rts-moments-section .rts-subscribe-banner .input-div {
    background: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    width: 300px;
    margin-right: 6px;
}

    .rts-moments-section .rts-subscribe-banner .input-div input {
        width: 100%;
        background: transparent;
    }

        .rts-moments-section .rts-subscribe-banner .input-div input:-moz-placeholder-shown {
            font-weight: 400;
            font-size: 14px;
            line-height: 10px;
        }

        .rts-moments-section .rts-subscribe-banner .input-div input:-ms-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 10px;
        }

        .rts-moments-section .rts-subscribe-banner .input-div input:placeholder-shown {
            font-weight: 400;
            font-size: 14px;
            line-height: 10px;
        }

.rts-moments-section .rts-subscribe-banner .subscribe-btn {
    padding: 19px 22px;
    background: #FF1856;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    position: relative;
    border: 1px solid #FF1856;
    -webkit-transition: background 500ms;
    transition: background 500ms;
    overflow: hidden;
    z-index: 1;
}

    .rts-moments-section .rts-subscribe-banner .subscribe-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        background: #fff;
        -webkit-transition: all 500ms;
        transition: all 500ms;
        z-index: -1;
    }

    .rts-moments-section .rts-subscribe-banner .subscribe-btn:hover {
        color: #FF1856;
        border: 1px solid #FF1856;
    }

        .rts-moments-section .rts-subscribe-banner .subscribe-btn:hover::before {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

@media (max-width: 1200px) {
    .rts-moments-section .rts-subscribe-banner .contents {
        padding: 30px;
    }

        .rts-moments-section .rts-subscribe-banner .contents .banner-title {
            font-size: 32px;
        }

    .rts-moments-section .rts-subscribe-banner .input-div {
        width: 100%;
    }

    .rts-moments-section .rts-subscribe-banner .subscribe-btn {
        padding: 9px 15px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .rts-moments-section .rts-subscribe-banner .contents {
        padding: 20px;
    }

        .rts-moments-section .rts-subscribe-banner .contents .banner-title {
            font-size: 25px;
            line-height: 30px;
        }
}

.rts-popular-post-section .container {
    position: relative;
}

.rts-popular-post-section .news-catagory-tag {
    color: #FF1856;
    padding: 0;
}

    .rts-popular-post-section .news-catagory-tag::before {
        display: none;
    }

.rts-popular-post-section .swiper-pag {
    position: absolute;
    bottom: -40px;
    left: 1.5%;
    width: 100%;
    height: 10px;
}

.rts-popular-post-section .swiper-pagination-bullet {
    padding: 0px 12%;
    font-size: 2px;
    background: #CFD4DB;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.rts-popular-post-section .swiper-pagination-bullet-active {
    background: #1D72FF;
    padding: 0px 12.5%;
    font-size: 2px;
}

.rts-popular-post-section .rts-post-small .contents .post-title a {
    font-size: 16px;
}

.rts-popular-post-section .rts-post-small .post-picture {
    max-width: 105px;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .rts-popular-post-section .swiper-pag {
        position: relative;
        bottom: -10px;
    }
}

.rts-Latest-news-section .rts-post-2 .contents {
    margin-bottom: 20px;
}

.rts-Latest-news-section .rts-post-2 .contents {
    padding-bottom: 47px;
}

.rts-Latest-news-section .rts-post-2-small .contents {
    margin-bottom: 0;
    padding: 20px;
}

    .rts-Latest-news-section .rts-post-2-small .contents .post-title {
        margin-bottom: 0px;
    }

.rts-Latest-news-section .rts-post-2-small .post-bottom-info {
    margin-bottom: 0;
}

    .rts-Latest-news-section .rts-post-2-small .post-bottom-info a {
        padding-right: 0;
    }

.rts-Latest-news-section .side-content .side-content-title::before {
    background: #1D72FF;
}

.rts-Latest-news-section .newsletter {
    background-image: url("../images/items/Newsletter-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .rts-Latest-news-section .newsletter .subscribe-btn {
        width: 100%;
        padding: 14px;
    }

.rts-fashion-section-2 .fashion-section-banner {
    background-image: url("../images/fashion-banner.jpg");
    padding-top: 325px;
    padding-bottom: 100px;
    position: relative;
}

    .rts-fashion-section-2 .fashion-section-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0E1013;
        opacity: 40%;
    }

    .rts-fashion-section-2 .fashion-section-banner .overview-content {
        position: relative;
        z-index: 1;
    }

        .rts-fashion-section-2 .fashion-section-banner .overview-content .content-title a {
            font-weight: 700;
            font-size: 44px;
            line-height: 54px;
            color: #fff;
        }

        .rts-fashion-section-2 .fashion-section-banner .overview-content .overview-play-btn .popup-video {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .rts-fashion-section-2 .fashion-section-banner .overview-content .overview-play-btn .popup-video .play-icon {
                margin-right: 10px;
            }

        .rts-fashion-section-2 .fashion-section-banner .overview-content .overview-play-btn span {
            font-weight: 700;
            font-size: 14px;
            line-height: 16px;
            color: #fff;
        }

@media (max-width: 991px) {
    .rts-fashion-section-2 .fashion-section-banner {
        padding: 100px 0;
    }

        .rts-fashion-section-2 .fashion-section-banner .overview-content {
            position: relative;
            z-index: 1;
        }

            .rts-fashion-section-2 .fashion-section-banner .overview-content .content-title a {
                font-weight: 700;
                font-size: 30px;
                line-height: 43px;
                color: #fff;
            }
}

@media (max-width: 600px) {
    .rts-fashion-section-2 .fashion-section-banner {
        padding: 100px 0;
    }

        .rts-fashion-section-2 .fashion-section-banner .overview-content {
            position: relative;
            z-index: 1;
        }

            .rts-fashion-section-2 .fashion-section-banner .overview-content .content-title a {
                font-weight: 700;
                font-size: 25px;
                line-height: 36px;
                color: #fff;
            }
}

.rts-fashion-section-2 .fashion-posts-section .rts-post-2-inside .contents {
    left: 18px;
}

.rts-fashion-section-2 .fashion-posts-section .middle-post .read-more-btn {
    margin-top: 21.5px;
}

.rts-fashion-section-2 .fashion-posts-section .rts-post-2-small .contents {
    bottom: 18px;
}

.rts-fashion-section-2 .fashion-posts-section .play-video {
    position: static;
}

    .rts-fashion-section-2 .fashion-posts-section .play-video span::before {
        display: none;
    }

    .rts-fashion-section-2 .fashion-posts-section .play-video .play-icon {
        width: 45px;
        margin-right: 10px;
    }

.rts-fashion-section-2 .top-five-post .post-item {
    padding: 10px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1.5px solid #E7E7E7;
    margin-bottom: 10px;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

    .rts-fashion-section-2 .top-five-post .post-item:hover {
        background: #1D72FF;
    }

        .rts-fashion-section-2 .top-five-post .post-item:hover .post-title {
            color: #fff;
        }

    .rts-fashion-section-2 .top-five-post .post-item .number {
        font-weight: 500;
        font-size: 46px;
        line-height: 54px;
        /*font-family: "Roboto";*/
        font-style: normal;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #E7E7E7;
        -webkit-text-fill-color: transparent;
        margin-right: 20px;
    }

    .rts-fashion-section-2 .top-five-post .post-item .post-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #000;
    }

@media (max-width: 1200px) {
    .rts-fashion-section-2 .rts-post-2-inside .contents {
        padding-right: 15px;
    }

        .rts-fashion-section-2 .rts-post-2-inside .contents .post-title {
            font-size: 22px;
        }

            .rts-fashion-section-2 .rts-post-2-inside .contents .post-title a {
                font-size: 22px;
            }
}

@media (max-width: 840px) {
    .rts-fashion-section-2 .rts-post-2-inside .contents .post-title {
        font-size: 18px;
    }

        .rts-fashion-section-2 .rts-post-2-inside .contents .post-title a {
            font-size: 18px;
        }
}

.page-section-banner {
    position: relative;
    padding: 100px 0;
    padding-top: 300px;
    background-image: url("../images/overview/overview1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .page-section-banner .content-title {
        max-width: 1000px;
        /*font-family: "Playfair Display", serif;*/
    }

        .page-section-banner .content-title a {
            color: #fff;
            font-weight: 700;
            font-size: 44px;
            line-height: 54px;
            background-size: 200% 2px;
            background-position: 100% 100%;
            background-repeat: no-repeat;
            background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
            background-image: linear-gradient(to right, #fff 50%, transparent 50%);
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

            .page-section-banner .content-title a:hover {
                background-position: 0% 100%;
                color: #fff;
            }

    .page-section-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 40%;
        z-index: 0;
    }

    .page-section-banner .overview-content {
        position: relative;
        z-index: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-section-banner .popup-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .page-section-banner .popup-video span {
            color: #fff;
            font-weight: 500;
        }

    .page-section-banner .play-icon {
        width: 60px;
        aspect-ratio: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        background: linear-gradient(46.43deg, #FF0844 5.46%, #FFB199 95.77%);
        -webkit-box-shadow: 0px 2px 4px rgba(217, 13, 57, 0.5);
        box-shadow: 0px 2px 4px rgba(217, 13, 57, 0.5);
        margin-right: 10px;
    }

        .page-section-banner .play-icon i {
            color: #fff;
        }

        .page-section-banner .play-icon:hover {
            background: linear-gradient(150deg, #FFB199 5.46%, #FF0844 95.77%);
        }

@media (max-width: 900px) {
    .page-section-banner .overview-content .content-title a {
        font-size: 37px;
        line-height: 50px;
    }
}

@media (max-width: 667px) {
    .page-section-banner {
        padding: 80px 37px !important;
        padding-top: 135px !important;
    }

        .page-section-banner .overview-content .content-title a {
            font-size: 32px;
            line-height: 44px;
        }
}

@media (max-width: 500px) {
    .page-section-banner {
        padding: 46px 25px !important;
        padding-top: 80px !important;
    }

        .page-section-banner .overview-content .content-title a {
            font-size: 25px;
            line-height: 35px;
        }
}

.fashion-page-banner {
    padding: 100px 80px;
    padding-top: 200px;
}

    .fashion-page-banner .contents .content-title {
        max-width: 600px;
    }

    .fashion-page-banner .contents .post-bottom-info span,
    .fashion-page-banner .contents .post-bottom-info a {
        color: #fff;
    }

    .fashion-page-banner .contents .border-btn {
        color: #fff;
        border: 1px solid #4E4E4E;
    }

        .fashion-page-banner .contents .border-btn:hover {
            background: #1D72FF;
            border: 1px solid #1D72FF;
        }

.rts-moments-section-2 .moments-inner {
    background: transparent;
}

.rts-moments-section-2 .contents {
    position: relative;
    padding: 80px 40px;
    padding-right: 0;
}

    .rts-moments-section-2 .contents::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 100%;
        border: 1px solid #E7E7E7;
    }

    .rts-moments-section-2 .contents .moment-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }

    .rts-moments-section-2 .contents p {
        max-width: 240px;
    }

    .rts-moments-section-2 .contents .moment-btn {
        background: #1D72FF;
    }

        .rts-moments-section-2 .contents .moment-btn:hover {
            border: 1px solid #1D72FF;
            color: #1D72FF;
        }

.rts-moments-section-2 .pictures-area .picture-item {
    margin-right: 10px;
}

.rts-moments-section-2 .pictures-area .col-xl-4 {
    padding: 0;
}

@media (max-width: 1200px) {
    .rts-moments-section-2 .contents {
        padding-right: 20px;
    }

        .rts-moments-section-2 .contents::before {
            width: 100%;
        }

    .rts-moments-section-2 .pictures-area {
        display: block;
        padding: 0px 10px;
        padding-right: 15px;
    }
}

@media (max-width: 400px) {
    .rts-moments-section-2 .contents {
        padding: 25px;
    }

        .rts-moments-section-2 .contents::before {
            width: 100%;
        }
}

.rts-fashion-section .type-tag {
    background: #0E1013;
}

.rts-fashion-section .side-content {
    -webkit-transform: inherit;
    transform: inherit;
}

.rts-fashion-section .instagram-moments {
    margin-left: 15px;
}

    .rts-fashion-section .instagram-moments .col-xl-4 {
        padding: 0;
    }

    .rts-fashion-section .instagram-moments .moment-picture {
        position: relative;
        margin-bottom: 10px;
        margin-right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .rts-fashion-section .instagram-moments .moment-picture::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0%;
            -webkit-transition: opacity 500ms;
            transition: opacity 500ms;
        }

        .rts-fashion-section .instagram-moments .moment-picture img {
            width: 100%;
        }

        .rts-fashion-section .instagram-moments .moment-picture:hover .ig-icon {
            -webkit-transform: translate(-50%, -50%) scale(100%);
            transform: translate(-50%, -50%) scale(100%);
            opacity: 1;
        }

        .rts-fashion-section .instagram-moments .moment-picture:hover::before {
            opacity: 30%;
        }

        .rts-fashion-section .instagram-moments .moment-picture .ig-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            color: #fff;
            font-size: 20px;
            -webkit-transform: translate(-50%, -50%) scale(60%);
            transform: translate(-50%, -50%) scale(60%);
            opacity: 0;
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

.rts-fashion-section .type-tag-right {
    background-color: #fff;
    padding: 15px 30px 13px 20px;
    border-left: 4px solid #1399FB;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
    box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
}

    .rts-fashion-section .type-tag-right a {
        /* font-family: "Playfair Display", serif;*/
        color: #000;
        font-size: 18px;
        font-weight: 800;
    }

.rts-fashion-section .rts-tags {
    margin: 30px 0;
}

    .rts-fashion-section .rts-tags .side-content-title1 {
        background-color: #fff;
        padding: 15px 30px 13px 20px;
        border-left: 4px solid #1399FB;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        /*font-family: "Playfair Display", serif;*/
        color: #000;
        font-size: 18px;
        font-weight: 800;
    }

    .rts-fashion-section .rts-tags ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 0;
    }

    .rts-fashion-section .rts-tags .tag-item1 {
        display: inline-block;
        background: #fff;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        padding: 8px 13px;
        -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        margin-right: 7px;
        margin-bottom: 7px;
    }

        .rts-fashion-section .rts-tags .tag-item1:hover {
            background: #1399FB;
            color: #fff;
            border: none;
        }

.rts-fashion-section .rts-post-2-medium {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    border: none;
}

    .rts-fashion-section .rts-post-2-medium .post-title a {
        /*font-family: "Playfair Display", serif;*/
    }

    .rts-fashion-section .rts-post-2-medium .read-more-btn:hover {
        color: #1399FB;
    }

        .rts-fashion-section .rts-post-2-medium .read-more-btn:hover::before {
            background-color: #1399FB;
        }

        .rts-fashion-section .rts-post-2-medium .read-more-btn:hover i {
            color: #1399FB;
        }

.rts-fashion-section .author-box {
    background: #fff;
}

.rts-fashion-section .rts-post-small {
    background: #fff;
    padding: 10px 5px 10px 10px;
}

    .rts-fashion-section .rts-post-small .post-picture {
        overflow: hidden;
    }

    .rts-fashion-section .rts-post-small .contents {
        width: 65%;
    }

        .rts-fashion-section .rts-post-small .contents .post-title a {
            /*font-family: "Playfair Display", serif;*/
        }

.sports-section-banner {
    background-image: url("../images/sports-banner.jpg");
    position: relative;
}

    .sports-section-banner::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
        background-image: linear-gradient(rgba(0, 0, 0, 0), black);
    }

.rts-lifestyle-section {
    padding: 40px 0 80px 0;
}

    .rts-lifestyle-section .view-more-news1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        background: #D9E1E7;
        padding: 20px 0;
        margin-top: 15px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: background 500ms;
        transition: background 500ms;
    }

        .rts-lifestyle-section .view-more-news1:hover {
            color: #fff;
            background: #1399FB;
        }

        .rts-lifestyle-section .view-more-news1 i {
            margin-left: 5px;
            font-size: 17px;
        }

    .rts-lifestyle-section .col-xl-3 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .rts-lifestyle-section .side-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .rts-lifestyle-section .type-tag {
        background: #0E1013;
    }

    .rts-lifestyle-section .type-tag-right {
        background-color: #fff;
        padding: 15px 30px 13px 20px;
        border-left: 4px solid #1399FB;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
        box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
    }

        .rts-lifestyle-section .type-tag-right a {
            /*font-family: "Playfair Display", serif;*/
            color: #000;
            font-size: 18px;
            font-weight: 800;
        }

    .rts-lifestyle-section .rts-post-2-medium .contents {
        padding: 0 25px;
    }

        .rts-lifestyle-section .rts-post-2-medium .contents .post-title {
            /*font-family: "Playfair Display", serif;*/
        }

    .rts-lifestyle-section .popular-stories1 .rts-post-small {
        background: #fff;
        padding: 10px 5px 10px 10px;
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        .rts-lifestyle-section .popular-stories1 .rts-post-small:hover .post-picture img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .rts-lifestyle-section .popular-stories1 .rts-post-small .post-picture {
            border-radius: 0;
            overflow: hidden;
            -webkit-transition: all 500ms;
            transition: all 500ms;
        }

            .rts-lifestyle-section .popular-stories1 .rts-post-small .post-picture img {
                -webkit-transform: scale(1);
                transform: scale(1);
            }

        .rts-lifestyle-section .popular-stories1 .rts-post-small .contents {
            width: 65%;
        }

            .rts-lifestyle-section .popular-stories1 .rts-post-small .contents .post-title a {
                /*font-family: "Playfair Display", serif;*/
            }

    .rts-lifestyle-section .rts-tags {
        margin-top: 30px;
    }

        .rts-lifestyle-section .rts-tags .side-content-title1 {
            background-color: #fff;
            padding: 15px 30px 13px 20px;
            border-left: 4px solid #1399FB;
            margin-bottom: 25px;
            -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            /*font-family: "Playfair Display", serif;*/
            color: #000;
            font-size: 18px;
            font-weight: 800;
        }

        .rts-lifestyle-section .rts-tags ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
            padding-left: 0;
        }

        .rts-lifestyle-section .rts-tags .tag-item1 {
            display: inline-block;
            background: #fff;
            font-weight: 500;
            font-size: 13px;
            line-height: 16px;
            padding: 8px 13px;
            -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
            margin-right: 7px;
            margin-bottom: 7px;
        }

            .rts-lifestyle-section .rts-tags .tag-item1:hover {
                background: #1399FB;
                color: #fff;
                border: none;
            }

    .rts-lifestyle-section .side-content-title {
        /*font-family: "Playfair Display", serif;*/
    }

.rts-news-details-section .post-side-content {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.rts-news-details-section .content-title a {
    /*font-family: "Playfair Display", serif;*/
    background-size: 200% 2px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #000 50%, transparent 50%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

    .rts-news-details-section .content-title a:hover {
        background-position: 0% 100%;
        color: #000;
    }

.rts-news-details-section .nav-prev-post .nav-post-wrapper .content a,
.rts-news-details-section .nav-next-post .nav-post-wrapper .content a {
    /*font-family: "Playfair Display", serif;*/
    font-weight: 700;
}

.rts-news-details-section .post-author-area .author-contents .author-name {
    /*font-family: "Playfair Display", serif;*/
}

.rts-news-details-section .rts-post-small .post-title a {
    /*font-family: "Playfair Display", serif;*/
}

.rts-news-details-section .rts-tags .tag-item {
    background-color: #fff;
}

    .rts-news-details-section .rts-tags .tag-item:hover {
        background-color: #1399FB;
        border-color: #1399FB;
    }

.rts-news-details-section .side-content-title {
    /*background-color: #233664;*/
    color: Black;
    /*font-family: "Playfair Display", serif;*/
    /*padding: 20px 30px;*/
    margin-bottom: 25px;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    -webkit-clip-path: none;
    clip-path: none;
}

    .rts-news-details-section .side-content-title::before {
        background: #233664;
        top: 0;
    }

@media (max-width: 1200px) {
    .rts-news-details-section .news-picture {
        width: 100%;
    }

        .rts-news-details-section .news-picture img {
            width: 100%;
        }
}

@media (max-width: 550px) {
    .rts-news-details-section .mb--30 {
        margin-bottom: 15px !important;
    }

    .rts-news-details-section .mb--50 {
        margin-bottom: 25px !important;
    }

    .rts-news-details-section .mt--50 {
        margin-top: 25px !important;
    }
}

.post-content-box P {
    color: #4E4E4E;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.news-content-box .point-text {
    /* font-family: "Playfair Display", serif;*/
    color: #000;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
}

@media (max-width: 991px) {
    .news-content-box .point-text {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 600px) {
    .news-content-box .point-text {
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width: 500px) {
    .news-content-box .point-text {
        font-size: 20px;
        line-height: 30px;
    }
}

.news-content-box .bold-paragraph {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
}

@media (max-width: 991px) {
    .news-content-box .bold-paragraph {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .news-content-box .bold-paragraph {
        font-size: 17px;
        line-height: 28px;
    }
}

.news-content-box .lists li {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
}

    .news-content-box .lists li::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 0;
        width: 4px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #000;
    }

.news-content-box .news-post-bottom {
    border-top: 1px solid #E7E7E7;
    padding: 20px 0;
}

    .news-content-box .news-post-bottom .tag-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .news-content-box .news-post-bottom .tag-links .tags-title {
            font-weight: 600;
            font-size: 14px;
            line-height: 0;
            margin-right: 10px;
            margin-bottom: 0;
        }

        .news-content-box .news-post-bottom .tag-links .typelink {
            font-weight: 500;
            font-size: 13px;
            line-height: 15px;
            padding: 5px 15px;
            border: 1px solid #E7E7E7;
            margin-right: 5px;
            -webkit-transition: background 500ms;
            transition: background 500ms;
        }

            .news-content-box .news-post-bottom .tag-links .typelink:hover {
                background: #1D72FF;
                color: #fff;
            }

    .news-content-box .news-post-bottom .shares {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .news-content-box .news-post-bottom .shares .shares-title {
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 0px;
            margin-right: 15px;
        }

        .news-content-box .news-post-bottom .shares .share-value {
            font-weight: 400;
            font-size: 13px;
            line-height: 16px;
        }

        .news-content-box .news-post-bottom .shares .share-platform {
            margin-right: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #F5F5F5;
            padding: 10px 60px;
            -webkit-transition: background 500ms;
            transition: background 500ms;
        }

            .news-content-box .news-post-bottom .shares .share-platform .share-inner {
                width: 100%;
                height: 100%;
            }

            .news-content-box .news-post-bottom .shares .share-platform .share-name {
                font-weight: 500;
                font-size: 12px;
                line-height: 16px;
                margin-right: 7px;
                margin-bottom: 0;
            }

            .news-content-box .news-post-bottom .shares .share-platform .share-value {
                margin-right: 10px;
            }

            .news-content-box .news-post-bottom .shares .share-platform .platform-icon {
                width: 20px;
                aspect-ratio: 1;
                display: -ms-grid;
                display: grid;
                place-items: center;
                border-radius: 50%;
                margin-right: 7px;
            }

                .news-content-box .news-post-bottom .shares .share-platform .platform-icon i {
                    color: #000;
                    font-size: 20px;
                }

            .news-content-box .news-post-bottom .shares .share-platform:hover .share-name {
                color: #fff;
            }

            .news-content-box .news-post-bottom .shares .share-platform:hover .share-value {
                color: #fff;
            }

            .news-content-box .news-post-bottom .shares .share-platform:hover i {
                color: #fff;
            }

        .news-content-box .news-post-bottom .shares .share-fb:hover {
            background: #3B5998;
        }

        .news-content-box .news-post-bottom .shares .share-pinterrest:hover {
            background: #E60023;
        }

        .news-content-box .news-post-bottom .shares .share-twitter:hover {
            background: #1DA1F2;
        }

@media (max-width: 810px) {
    .news-content-box .news-post-bottom .shares1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .news-content-box .news-post-bottom .shares1 .share-title-wrapper {
            margin-right: auto;
            margin-bottom: 10px;
        }

        .news-content-box .news-post-bottom .shares1 .share-platform {
            margin-bottom: 10px;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .news-content-box .news-post-bottom .tag-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .news-content-box .news-post-bottom .tag-links .typelink {
            margin-bottom: 10px;
        }
}

.news-content-box .news-post-bottom2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

    .news-content-box .news-post-bottom2 .shares {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .news-content-box .news-post-bottom2 .shares .shares-title {
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 0px;
            margin-right: 15px;
        }

        .news-content-box .news-post-bottom2 .shares .share-value {
            font-weight: 400;
            font-size: 13px;
            line-height: 16px;
        }

        .news-content-box .news-post-bottom2 .shares .share-platform {
            margin-right: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: unset;
            padding: unset;
            background: transparent;
        }

            .news-content-box .news-post-bottom2 .shares .share-platform:hover {
                background: transparent;
            }

                .news-content-box .news-post-bottom2 .shares .share-platform:hover .share-value {
                    color: #000;
                }

            .news-content-box .news-post-bottom2 .shares .share-platform .share-value {
                margin-right: 10px;
            }

            .news-content-box .news-post-bottom2 .shares .share-platform .platform-icon {
                width: 30px;
                aspect-ratio: 1;
                display: -ms-grid;
                display: grid;
                place-items: center;
                border-radius: 50%;
                background: #0E1013;
            }

                .news-content-box .news-post-bottom2 .shares .share-platform .platform-icon i {
                    color: #fff;
                    font-size: 15px;
                }

.news-content-box .post-navigation2 {
    border: none !important;
    border-top: 1px solid #E7E7E7 !important;
}

.news-content-box .post-navigation {
    border: 1px solid #E7E7E7;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

    .news-content-box .post-navigation::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        width: 1px;
        height: 80px;
        border-radius: 50%;
        background: #E7E7E7;
    }

    .news-content-box .post-navigation .post-nav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .news-content-box .post-navigation .post-nav-item .nav-post-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .news-content-box .post-navigation .post-nav-item .nav-post-wrapper .content span {
                color: #4E4E4E;
                font-weight: 400;
                font-size: 14px;
                line-height: 10px;
            }

                .news-content-box .post-navigation .post-nav-item .nav-post-wrapper .content span img {
                    margin-right: 5px;
                }

        .news-content-box .post-navigation .post-nav-item .post-nav-btn {
            color: #4E4E4E;
            font-weight: 400;
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 7px;
            -webkit-transition: color 500ms;
            transition: color 500ms;
            cursor: pointer;
        }

            .news-content-box .post-navigation .post-nav-item .post-nav-btn i {
                -webkit-transition: color 500ms;
                transition: color 500ms;
            }

            .news-content-box .post-navigation .post-nav-item .post-nav-btn i {
                color: #4E4E4E;
                font-size: 17px;
                -webkit-transform: translateY(1px);
                transform: translateY(1px);
            }

            .news-content-box .post-navigation .post-nav-item .post-nav-btn:hover {
                color: #1D72FF;
            }

                .news-content-box .post-navigation .post-nav-item .post-nav-btn:hover::before {
                    display: none;
                }

                .news-content-box .post-navigation .post-nav-item .post-nav-btn:hover i {
                    color: #1D72FF;
                }

        .news-content-box .post-navigation .post-nav-item .nav-post-heading {
            display: block;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            max-width: 250px;
        }

    .news-content-box .post-navigation .nav-prev-post {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .news-content-box .post-navigation .nav-next-post {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: end;
    }

@media (max-width: 900px) {
    .news-content-box .post-navigation::before {
        display: none;
    }

    .news-content-box .post-navigation.post-navigation2 .nav-prev-post {
        margin-right: 20px;
    }

    .news-content-box .post-navigation.post-navigation1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .news-content-box .post-navigation.post-navigation1 .nav-prev-post {
            margin-bottom: 30px;
        }

        .news-content-box .post-navigation.post-navigation1 .post-nav-item .nav-post-wrapper .content .nav-post-heading {
            font-size: 16px;
        }
}

@media (max-width: 400px) {
    .news-content-box .post-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .news-content-box .post-navigation .nav-prev-post {
            margin-bottom: 30px;
        }

        .news-content-box .post-navigation::before {
            display: none;
        }

        .news-content-box .post-navigation .post-nav-item .nav-post-picture {
            display: none;
        }
}

.news-content-box .post-navigation2 {
    border-top: 1px solid #E7E7E7;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

    .news-content-box .post-navigation2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        width: 1px;
        height: 80px;
        border-radius: 50%;
        background: #E7E7E7;
    }

.news-content-box .post-author-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f8f8f8;
    padding: 0 40px;
    padding-top: 22px;
    padding-bottom: 70px;
}

    .news-content-box .post-author-area .author-dp {
        margin-right: 25px;
    }

    .news-content-box .post-author-area .author-contents .author-name {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
    }

    .news-content-box .post-author-area .author-contents p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .news-content-box .post-author-area .social-links a {
        width: 31px;
        height: 30px;
        border: 2px solid #E7E7E7;
        border-radius: 0;
        margin-right: 10px;
    }

        .news-content-box .post-author-area .social-links a:hover {
            border: 2px solid #1D72FF;
        }

            .news-content-box .post-author-area .social-links a:hover i {
                color: #fff;
            }

        .news-content-box .post-author-area .social-links a i {
            color: #4E4E4E;
        }

@media (max-width: 900px) {
    .news-content-box .post-author-area {
        padding: 30px;
        padding-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .news-content-box .post-author-area .author-dp {
            margin-right: 0;
            margin-bottom: 25px;
        }
}

@media (max-width: 350px) {
    .news-content-box .post-author-area {
        padding: 20px;
    }
}

.quote-box {
    background: #f8f8f8;
    padding: 35px 50px;
    position: relative;
}

    .quote-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: -2px;
        width: 4px;
        height: 100%;
        background: #1D72FF;
    }

    .quote-box .quote {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }

    .quote-box .quote-by {
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        position: relative;
        padding-left: 30px;
    }

        .quote-box .quote-by::before {
            content: "";
            position: absolute;
            top: 15px;
            left: 0;
            width: 20px;
            height: 2px;
            background: #4E4E4E;
        }

    .quote-box .quote-icon {
        position: absolute;
        bottom: 20px;
        right: 50px;
    }

@media (max-width: 500px) {
    .quote-box {
        padding: 35px 25px;
    }

        .quote-box .quote {
            font-size: 16px;
        }

        .quote-box .quote-icon {
            max-width: 70%;
            right: 25px;
        }
}

.news-details-section-banner {
    background-image: url("../images/page-banner.jpg");
    padding: 180px 80px;
}

.rts-related-posts-section .wide-border {
    width: 75%;
}

.rts-related-posts-section .rts-post {
    background: #fff;
    border: 1px solid #E7E7E7;
}

    .rts-related-posts-section .rts-post .contents {
        padding: 20px;
    }

.rts-related-posts-section .post-picture {
    border-radius: 0;
    margin-bottom: 0;
}

.rts-related-posts-section .post-bottom-info .post-author {
    margin-right: 0;
}

    .rts-related-posts-section .post-bottom-info .post-author::before {
        display: none;
    }

.rts-related-posts-section .slider-navigation .navigation-btn {
    background: none;
    border: none;
    padding: 0;
}

    .rts-related-posts-section .slider-navigation .navigation-btn:hover i {
        color: #1D72FF;
    }

.rts-related-posts-section .slider-navigation .swiper-button-prev {
    margin-right: 20px;
}

@media (max-width: 1200px) {
    .rts-related-posts-section .wide-border {
        display: none;
    }
}

.rts-comment-section .comment-area .section-title-3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    padding-left: 15px;
    position: relative;
}

    .rts-comment-section .comment-area .section-title-3::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        width: 4px;
        height: 90%;
        background: #FF1856;
    }

.rts-comment-section .comment-area .commenter-name,
.rts-comment-section .comment-area .replier-name {
    /*font-family: "Playfair Display", serif;*/
}

.rts-comment-section .comment-area .conversation-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px;
    border: 1px solid #E7E7E7;
    margin-bottom: 20px;
}

    .rts-comment-section .comment-area .conversation-box:last-child {
        margin-bottom: 0;
    }

    .rts-comment-section .comment-area .conversation-box .conversation-dp {
        margin-right: 20px;
        min-width: 60px;
    }

        .rts-comment-section .comment-area .conversation-box .conversation-dp img {
            width: 100%;
        }

    .rts-comment-section .comment-area .conversation-box .conversation-contents .top-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .rts-comment-section .comment-area .conversation-box .conversation-contents .conversation-name {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
        margin-right: 22px;
    }

    .rts-comment-section .comment-area .conversation-box .conversation-contents .dot-separate {
        color: #000;
        font-weight: 700;
        font-size: 23px;
        position: absolute;
        left: -14px;
        top: -2px;
    }

    .rts-comment-section .comment-area .conversation-box .conversation-contents .conversation-date {
        color: #868686;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        position: relative;
    }

    .rts-comment-section .comment-area .conversation-box .conversation-contents .conversation {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .rts-comment-section .comment-area .conversation-box .conversation-contents .reply-btn {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        cursor: pointer;
    }

        .rts-comment-section .comment-area .conversation-box .conversation-contents .reply-btn:hover {
            color: #1D72FF;
        }

            .rts-comment-section .comment-area .conversation-box .conversation-contents .reply-btn:hover i {
                color: #1D72FF;
            }

        .rts-comment-section .comment-area .conversation-box .conversation-contents .reply-btn i {
            color: #000;
            margin-right: 5px;
            font-size: 11px;
        }

.rts-comment-section .comment-area .replay-box {
    margin-left: 120px;
}

@media (max-width: 600px) {
    .rts-comment-section .comment-area .conversation-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rts-comment-section .comment-area .conversation-dp {
        margin-bottom: 20px;
        min-width: unset;
        max-width: 50px;
    }

    .rts-comment-section .comment-area .replay-box {
        margin-left: 20px;
    }
}

@media (max-width: 450px) {
    .rts-comment-section .comment-area .conversation-box {
        padding: 30px 20px;
    }
}

@media (max-width: 400px) {
    .rts-comment-section .comment-area .top-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .rts-comment-section .comment-area .top-content .dot-separate {
            display: none;
        }

        .rts-comment-section .comment-area .top-content .conversation-name {
            margin-bottom: 5px;
        }

        .rts-comment-section .comment-area .top-content .conversation-date {
            margin-bottom: 10px;
        }
}

.gallary-page-section {
    margin-bottom: -30px;
}

    .gallary-page-section .section-title {
        max-width: 250px;
    }

    .gallary-page-section .gallery-item {
        max-width: 352px;
        margin-bottom: 30px;
    }

    .gallary-page-section .contents {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .gallary-page-section .member-role {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

    .gallary-page-section .member-name {
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        /*font-family: "Playfair Display", serif;*/
    }

        .gallary-page-section .member-name:hover {
            color: #1D72FF;
        }

@media (max-width: 576px) {
    .gallary-page-section .gallery-item {
        max-width: unset;
    }
}

.rts-post-heading .contents .content-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 64px;
    max-width: 850px;
}

@media (max-width: 900px) {
    .rts-post-heading .contents .content-title {
        max-width: 600px;
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 600px) {
    .rts-post-heading .contents .content-title {
        max-width: 495px;
        font-size: 33px;
        line-height: 39px;
    }
}

@media (max-width: 450px) {
    .rts-post-heading .contents .content-title {
        max-width: 495px;
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

.news-details-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
}

.rts-news-details-section2 {
    margin-top: 60px;
    margin-bottom: 20px;
}

    .rts-news-details-section2 .content-title a {
        /*font-family: "Playfair Display", serif;*/
        background-size: 200% 2px;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
        background-image: linear-gradient(to right, #fff 50%, transparent 50%);
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }

        .rts-news-details-section2 .content-title a:hover {
            color: #fff;
        }

    .rts-news-details-section2 .news-content-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 800px;
        margin: 0 auto;
    }

    .rts-news-details-section2 .news-details-section-banner .overview-content .content-title {
        max-width: 756px;
    }

        .rts-news-details-section2 .news-details-section-banner .overview-content .content-title a {
            font-weight: 700;
            font-size: 60px;
            line-height: 64px;
        }

@media (max-width: 991px) {
    .rts-news-details-section2 .news-details-section-banner .overview-content .content-title a {
        font-size: 46px;
        line-height: 56px;
    }
}

@media (max-width: 700px) {
    .rts-news-details-section2 .news-details-section-banner .overview-content .content-title a {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 500px) {
    .rts-news-details-section2 .news-details-section-banner .overview-content .content-title a {
        font-size: 27px;
        line-height: 39px;
    }
}

.rts-news-details-section2 .nav-post-heading {
    /*font-family: "Playfair Display", serif;*/
}

.rts-news-details-section2 .rts-related-posts-section {
    margin-bottom: -30px;
}

    .rts-news-details-section2 .rts-related-posts-section .wide-border {
        width: 75%;
    }

    .rts-news-details-section2 .rts-related-posts-section .rts-post {
        background: #fff;
    }

        .rts-news-details-section2 .rts-related-posts-section .rts-post .contents {
            padding: 20px;
        }

    .rts-news-details-section2 .rts-related-posts-section .post-picture {
        border-radius: 0;
        margin-bottom: 0;
    }

    .rts-news-details-section2 .rts-related-posts-section .post-bottom-info .post-author {
        margin-right: 0;
    }

        .rts-news-details-section2 .rts-related-posts-section .post-bottom-info .post-author::before {
            display: none;
        }

    .rts-news-details-section2 .rts-related-posts-section .slider-navigation .navigation-btn {
        background: none;
        border: none;
        padding: 0;
    }

        .rts-news-details-section2 .rts-related-posts-section .slider-navigation .navigation-btn:hover i {
            color: #1D72FF;
        }

    .rts-news-details-section2 .rts-related-posts-section .slider-navigation .swiper-button-prev {
        margin-right: 20px;
    }

@media (max-width: 700px) {
    .rts-news-details-section2 .news-post-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

        .rts-news-details-section2 .news-post-bottom .tag-links {
            margin-bottom: 20px;
        }
}

.rts-author-profile-area .author-profile-box {
    background: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .rts-author-profile-area .author-profile-box .author-profile-picture {
        width: 100%;
        margin-right: 50px;
    }

        .rts-author-profile-area .author-profile-box .author-profile-picture img {
            width: 100%;
        }

    .rts-author-profile-area .author-profile-box .author-information {
        position: relative;
    }

        .rts-author-profile-area .author-profile-box .author-information .author-level {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
        }

        .rts-author-profile-area .author-profile-box .author-information .author-name {
            font-weight: 700;
            font-size: 30px;
            line-height: 35px;
            /*font-family: "Playfair Display", serif;*/
        }

    .rts-author-profile-area .author-profile-box .author-achives {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .rts-author-profile-area .author-profile-box .author-follow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .rts-author-profile-area .author-profile-box .author-follow .follow-title {
            font-weight: 600;
            font-size: 15px;
            line-height: 0;
            margin-bottom: 0;
            margin-right: 10px;
        }

    .rts-author-profile-area .author-profile-box .social-links {
        margin-top: 0;
    }

        .rts-author-profile-area .author-profile-box .social-links .platform {
            width: 35px;
            height: 35px;
            border: 2px solid rgba(14, 16, 19, 0.1);
            border-radius: 5px;
            margin-right: 7px;
            border-radius: 3px;
        }

            .rts-author-profile-area .author-profile-box .social-links .platform:hover i {
                color: #fff;
            }

            .rts-author-profile-area .author-profile-box .social-links .platform i {
                color: #000;
            }

    .rts-author-profile-area .author-profile-box .articles-published {
        margin-left: auto;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        background: #E7E7E7;
        border-radius: 50px;
        padding: 10px 15px;
        background: #f9f9f9;
        border: 1px solid #E7E7E7;
    }

        .rts-author-profile-area .author-profile-box .articles-published span {
            margin-right: 5px;
        }

@media (max-width: 1200px) {
    .rts-author-profile-area .author-profile-box {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .rts-author-profile-area .author-profile-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .rts-author-profile-area .author-profile-box .author-profile-picture {
            margin-right: 0;
        }

        .rts-author-profile-area .author-profile-box .author-information {
            padding: 30px;
        }
}

@media (max-width: 500px) {
    .rts-author-profile-area .author-achives {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .rts-author-profile-area .author-achives .articles-published {
            margin-left: unset;
            margin-top: 30px;
        }
}

.rts-message-area input,
.rts-message-area textarea {
    padding: 15px 25px;
    background: #fff;
    width: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

    .rts-message-area input:focus,
    .rts-message-area textarea:focus {
        border: 2px solid #1D72FF;
        background: #fff;
    }

    .rts-message-area input:-moz-placeholder-shown, .rts-message-area textarea:-moz-placeholder-shown {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }

    .rts-message-area input:-ms-input-placeholder, .rts-message-area textarea:-ms-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }

    .rts-message-area input:placeholder-shown,
    .rts-message-area textarea:placeholder-shown {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }

.rts-message-area textarea {
    width: 100%;
    resize: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    outline: none;
}

.rts-message-area .check-option {
    margin-bottom: 30px;
}

.rts-message-area .check-option2 label::before {
    margin-bottom: 3px;
}

.rts-message-area .post-comment-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 30px;
    background: #1399FB;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

    .rts-message-area .post-comment-btn:hover {
        background: #000;
    }

    .rts-message-area .post-comment-btn i {
        color: #fff;
        margin-left: 10px;
    }

@media (max-width: 1200px) {
    .rts-message-area .input-div.first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 660px) {
    .rts-message-area .check-option label {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .rts-message-area .office-information {
        padding: 25px;
    }
}

.rts-contact-section .office-information {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
    box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
}

    .rts-contact-section .office-information .item-info {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .rts-contact-section .office-information .item-info .title-icon {
            margin-top: -4px;
            margin-right: 10px;
        }

        .rts-contact-section .office-information .item-info .infos {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .rts-contact-section .office-information .item-info .info-title {
            font-weight: 700;
            font-size: 16px;
            /*font-family: "Playfair Display", serif;*/
            line-height: 19px;
            margin-bottom: 7px;
        }

            .rts-contact-section .office-information .item-info .info-title img {
                margin-right: 10px;
            }

        .rts-contact-section .office-information .item-info .info {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #4E4E4E;
        }

    .rts-contact-section .office-information .site-link {
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }

        .rts-contact-section .office-information .site-link img {
            margin-right: 5px;
        }

        .rts-contact-section .office-information .site-link:hover {
            color: #1399FB;
        }

            .rts-contact-section .office-information .site-link:hover img {
                -webkit-filter: inherit;
                filter: inherit;
            }

    .rts-contact-section .office-information .social-link-area .social-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

.google-map {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
}

    .google-map iframe {
        left: 0;
        top: 0;
        height: 375px;
        width: 100%;
        position: absolute;
    }

.rts-sign-section .sign-form-area {
    border-radius: 5px;
}

@media (max-width: 1200px) {
    .rts-sign-section .sign-form-area {
        height: 720px;
    }
}

@media (max-width: 768px) {
    .rts-sign-section .sign-form-area {
        height: auto;
        margin-bottom: 50px;
    }
}

.rts-sign-section .terms-link {
    color: #1D72FF;
}

/**------------------------------------------------------------------
 * Section End Here
 */
/**------------------------------------------------------------------
 * Footer Start Here
 */
.footer {
    background: #233664;
    margin-top: -100px;
}

    .footer .footer-inner {
        padding: 22px 22px;
        padding-bottom: 22px;
    }

@media (max-width: 1200px) {
    .footer .footer-inner {
        margin-bottom: -40px;
    }
}

.footer .footer-logo {
    margin-bottom: 20px;
    width: 141.86px;
}

    .footer .footer-logo img {
        width: 100%;
    }

.footer .text {
    max-width: 240px;
    color: #fff;
    opacity: 0.9;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

.footer .find-us {
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

    .footer .find-us i {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
        margin-left: 5px;
        -webkit-transition: 500ms;
        transition: 500ms;
    }

    .footer .find-us:hover {
        color: #007aff;
    }

        .footer .find-us:hover i {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            color: #fff;
        }

.footer .social-links .platform {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin-right: 7px;
}

    .footer .social-links .platform i {
        color: #fff;
    }

    .footer .social-links .platform.platform-2:hover {
        background-color: #007aff;
    }

@media (max-width: 1200px) {
    .footer .footer-widget {
        margin-bottom: 40px;
    }
}

.footer .footer-widget-title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
}

.footer .widget-list-item {
    padding-left: 15px;
    margin-bottom: 3px;
}

    .footer .widget-list-item a {
        position: relative;
        color: #F4F6F9;
        opacity: 0.7;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }

        .footer .widget-list-item a::before {
            content: "";
            position: absolute;
            top: 6px;
            left: -12px;
            width: 4px;
            aspect-ratio: 1;
            border-radius: 50%;
            background: #fff;
            -webkit-transition: all 200ms;
            transition: all 200ms;
        }

        .footer .widget-list-item a:hover {
            opacity: 1;
        }

            .footer .widget-list-item a:hover::before {
                background: #1D72FF;
            }

    .footer .widget-list-item.item-2 a {
        opacity: 1;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

        .footer .widget-list-item.item-2 a:hover {
            color: #007aff;
            text-decoration: underline;
        }

            .footer .widget-list-item.item-2 a:hover::before {
                background-color: #FF1856;
            }

.footer .cata-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 210px;
}

.footer .footer-bottom-area {
    border-top: 1px solid white;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .footer .footer-bottom-area .copyright {
        color: white;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
    }

        .footer .footer-bottom-area .copyright .brand {
            color: #1D72FF;
        }

    .footer .footer-bottom-area .designer-credit {
        color: #83878C;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }

        .footer .footer-bottom-area .designer-credit .powered-product {
            color: #fff;
        }

    .footer .footer-bottom-area .separator {
        padding: 6px;
    }

.footer1 {
    background: #E0E7EC;
}

    .footer1 .footer-inner {
        padding: 95px 0;
        padding-bottom: 40px;
    }

@media (max-width: 1200px) {
    .footer1 .footer-inner {
        margin-bottom: -40px;
    }
}

.footer1 .footer-logo {
    margin-bottom: 20px;
    width: 90%;
}

    .footer1 .footer-logo img {
        width: 100%;
    }

@media (max-width: 576px) {
    .footer1 .footer-logo img {
        width: 70%;
    }
}

.footer1 .text {
    max-width: 240px;
    color: #000;
    opacity: 0.9;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

.footer1 .find-us {
    color: #000;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
}

    .footer1 .find-us i {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
        margin-left: 5px;
        -webkit-transition: 500ms;
        transition: 500ms;
    }

.footer1 .social-links {
    margin-top: 5px;
}

    .footer1 .social-links .platform {
        width: 40px;
        height: 40px;
        border: 2px solid #CFDAE2;
        border-radius: 0;
        margin-right: 7px;
    }

        .footer1 .social-links .platform:hover {
            background-color: #1399FB;
        }

            .footer1 .social-links .platform:hover i {
                color: #fff;
            }

        .footer1 .social-links .platform i {
            color: #61676C;
        }

@media (max-width: 1200px) {
    .footer1 .footer-widget {
        margin-bottom: 40px;
    }
}

.footer1 .footer-widget-title {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
}

.footer1 .widget-list-item {
    padding-left: 15px;
    margin-bottom: 3px;
}

    .footer1 .widget-list-item a {
        position: relative;
        color: #61676C;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }

        .footer1 .widget-list-item a::before {
            content: "";
            position: absolute;
            top: 6px;
            left: -12px;
            width: 4px;
            aspect-ratio: 1;
            border-radius: 50%;
            background: #61676C;
            -webkit-transition: all 200ms;
            transition: all 200ms;
        }

        .footer1 .widget-list-item a:hover {
            color: #1399FB;
            text-decoration: underline;
        }

            .footer1 .widget-list-item a:hover::before {
                background: #1D72FF;
            }

.footer1 .recent-post .picture {
    overflow: hidden;
}

    .footer1 .recent-post .picture img {
        border-radius: 0;
    }

.footer1 .recent-post .content {
    width: 70%;
}

    .footer1 .recent-post .content .recent-post-title a {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    .footer1 .recent-post .content .post-author {
        color: #61676C;
    }

.footer1 .cata-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 210px;
}

.footer1 .footer-bottom-area {
    border-top: 1px solid #C9D1D7;
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .footer1 .footer-bottom-area .copyright {
        color: #83878C;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

        .footer1 .footer-bottom-area .copyright .brand {
            color: #1399FB;
            text-decoration: underline;
        }

    .footer1 .footer-bottom-area .designer-credit {
        color: #83878C;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

        .footer1 .footer-bottom-area .designer-credit .brand {
            color: #1399FB;
            text-decoration: underline;
        }

        .footer1 .footer-bottom-area .designer-credit .powered-product {
            color: #1399FB;
        }

    .footer1 .footer-bottom-area .separator {
        padding: 6px;
    }

.footer-logo .logo-dark {
    display: none;
}

/**------------------------------------------------------------------
 * Footer End Here
 */
/**------------------------------------------------------------------
 * Buttons Start Here
 */
button {
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.shop-now-btn {
    padding: 10px 25px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

    .shop-now-btn:hover {
        background: #FF1856;
    }

.arrow-btn-hover {
    overflow: hidden;
}

    .arrow-btn-hover:hover {
        color: #fff;
        background: transparent;
        border: 1px solid transparent;
    }

        .arrow-btn-hover:hover::before {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .arrow-btn-hover:hover::after {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

    .arrow-btn-hover i {
        margin-left: 5px;
        font-size: 17px;
    }

    .arrow-btn-hover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
        clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
        background: #FF1856;
        -webkit-transition: all 500ms;
        transition: all 500ms;
        z-index: -1;
    }

    .arrow-btn-hover::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 10%;
        height: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-clip-path: polygon(70% 50%, 0 0, 0 100%);
        clip-path: polygon(70% 50%, 0 0, 0 100%);
        background: #fff;
        -webkit-transition: all 300ms;
        transition: all 300ms;
        z-index: -1;
    }

.rts-post-2-medium .post-title {
    max-width: 350px;
}

    .rts-post-2-medium .post-title a {
        font-size: 20px;
        line-height: 24px;
        background-size: 200% 1px;
    }

.newsletter-btn {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    background: #1D72FF;
    padding: 12px 25px;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

    .newsletter-btn img {
        margin-right: 2px;
        margin-top: -1px;
        -webkit-filter: hue-rotate(30deg) brightness(5);
        filter: hue-rotate(30deg) brightness(5);
    }

    .newsletter-btn:hover {
        background: #5295ff;
        color: #fff;
    }

.catagory-menu-icon {
    cursor: pointer;
}

/**------------------------------------------------------------------
 * Buttons End Here
 */
html.rts-dark body {
    background-color: #000;
}

    html.rts-dark body .rts-featured_video-section .featured-video-card {
        background-color: #000;
    }

    html.rts-dark body header .rts-menu.rts-menu1 .nav__menu li .menu-item.item-2.active,
    html.rts-dark body header .rts-menu.rts-menu1 .nav__menu li:hover .menu-item.item-2 {
        color: #233664;
    }

    html.rts-dark body header .logo-dark {
        display: block;
    }

    html.rts-dark body header .logo-default {
        display: none;
    }

    html.rts-dark body header .navbar-part1 {
        background-color: #000;
    }

    html.rts-dark body .footer-logo .logo-dark {
        display: block;
    }

    html.rts-dark body .footer-logo .logo-default {
        display: none;
    }

    html.rts-dark body .footer1 .footer-bottom-area {
        border-color: #000;
    }

    html.rts-dark body .rts-updates-section .rts-post-2,
    html.rts-dark body .rts-updates-section .rts-post,
    html.rts-dark body .rts-post-section .trending-news-area,
    html.rts-dark body .rts-post-section .trending-news-area .trending-post {
        border-color: rgba(34, 33, 33, 0.6784313725);
    }

    html.rts-dark body .rts-feature-section .feature-item::before,
    html.rts-dark body .rts-clips-section .clip::before {
        background: rgba(34, 33, 33, 0.6784313725);
    }

    html.rts-dark body header .navbar-part1 .container .navbar-inner.navbar-inner-2,
    html.rts-dark body header .navbar-inner-4 .header-left .catagory-menu-icon.icon-2,
    html.rts-dark body header .navbar-inner-4 .header-left .header-action-items-first .search-part-2,
    html.rts-dark body .side-post-area1 .side-post1,
    html.rts-dark body .section-type-tag2,
    html.rts-dark body .rts-feature-section .feature-item1,
    html.rts-dark body .rts-post-section.recent-post .news-type-tag,
    html.rts-dark body .rts-lifestyle-section .rts-tags .tag-item1,
    html.rts-dark body .rts-post-section .type-tag-right,
    html.rts-dark body .rts-post-section .side-post-area2 .feature-item1,
    html.rts-dark body .rts-message-area input, html.rts-dark body .rts-message-area textarea,
    html.rts-dark body .rts-contact-section .office-information,
    html.rts-dark body .rts-sports-section .rts-post-2-wide,
    html.rts-dark body .rts-sports-section .sports-posts-section .author-box,
    html.rts-dark body .rts-sports-section .sports-posts-section .type-tag-right,
    html.rts-dark body .rts-sports-section .sports-posts-section .popular-stories .rts-post-small,
    html.rts-dark body .rts-sports-section .sports-posts-section .rts-tags .tag-item1,
    html.rts-dark body .social-popularity1 .platform,
    html.rts-dark body .rts-lifestyle-section .type-tag-right,
    html.rts-dark body .rts-lifestyle-section .rts-tags .side-content-title1,
    html.rts-dark body .rts-lifestyle-section .popular-stories1 .rts-post-small,
    html.rts-dark body .rts-lifestyle-section .view-more-news1,
    html.rts-dark body .rts-fashion-section .rts-post-2-medium,
    html.rts-dark body .rts-fashion-section .author-box,
    html.rts-dark body .rts-fashion-section .type-tag-right,
    html.rts-dark body .rts-news-three-section .side-content .type-tag-right,
    html.rts-dark body .footer1,
    html.rts-dark body .rts-fashion-section .rts-tags .tag-item1,
    html.rts-dark body .rts-fashion-section .rts-tags .side-content-title1,
    html.rts-dark body .rts-fashion-section .rts-post-small,
    html.rts-dark body .rts-author-profile-area .author-profile-box,
    html.rts-dark body .rts-news-three-section .news-type-tag,
    html.rts-dark body .rts-news-three-section .side-content .rts-post-small,
    html.rts-dark body .rts-news-three-section .rts-post-2-wide,
    html.rts-dark body .rts-news-three-section .side-content .rts-tags .side-content-title1,
    html.rts-dark body .rts-news-three-section .side-content .rts-tags .tag-item1,
    html.rts-dark body .post-pagination-area1 .pag-item,
    html.rts-dark body .quote-box, html.rts-dark body .news-content-box .post-author-area,
    html.rts-dark body .rts-read2-section .news-topbar .post-type-tag,
    html.rts-dark body .news-content-box .news-post-bottom .shares .share-platform,
    html.rts-dark body .social-popularity .platform,
    html.rts-dark body .rts-news-details-section .side-content-title,
    html.rts-dark body .rts-news-details-section .rts-tags .tag-item,
    html.rts-dark body .rts-related-posts-section .rts-post,
    html.rts-dark body .rts-message-area .post-type-tag,
    html.rts-dark body header .sticky-menu .navbar-part1,
    html.rts-dark body .section-bg, html.rts-dark body .rts-post-section .main-post-area1,
    html.rts-dark body .rts-post-section .trending-news-area1 .feature-item1,
    html.rts-dark body .rts-post-section .main-post-area2,
    html.rts-dark body .rts-stories-section.stories-section-2 .news-topbar,
    html.rts-dark body .rts-stories-section .rts-post-medium1, html.rts-dark body .rts-latest-section .news-type-tag,
    html.rts-dark body .rts-latest-section .type-tag-right,
    html.rts-dark body .rts-latest-section .feature-item1,
    html.rts-dark body .rts-latest-section .sticky-content .popular-stories1 .rts-post1.rts-post-small,
    html.rts-dark body .rts-latest-section .sticky-content .rts-tags .side-content-title1,
    html.rts-dark body .rts-latest-section .sticky-content .rts-tags .tag-item1,
    html.rts-dark body .rts-latest-section .view-more-news1,
    html.rts-dark body .rts-read-section1 .news-topbar, html.rts-dark body .rts-subscribe-banner-section1 .banner-box,
    html.rts-dark body .hamburger.mobile-hamburger span:before, html.rts-dark body .hamburger.mobile-hamburger span:after,
    html.rts-dark body .sticky-menu, html.rts-dark body .sticky-menu-mobile,
    html.rts-dark body .topics .topics-inner,
    html.rts-dark body .view-more-news,
    html.rts-dark body .rts-clips-section .clips-box {
        background: #121416;
    }

    html.rts-dark body .rts-post-2,
    html.rts-dark body .rts-post {
        border-color: #000;
    }

    html.rts-dark body .rts-stories-section.stories-section-2 .news-topbar .filter-navigation .filter-navigation-btn {
        border-color: #121416;
    }

    html.rts-dark body .rts-sports-section .sports-posts-section .rts-tags .tag-item1:hover,
    html.rts-dark body .rts-lifestyle-section .rts-tags .tag-item1:hover,
    html.rts-dark body .rts-lifestyle-section .view-more-news1:hover,
    html.rts-dark body .rts-fashion-section .rts-tags .tag-item1:hover,
    html.rts-dark body .rts-news-three-section .side-content .rts-tags .tag-item1:hover,
    html.rts-dark body .rts-news-details-section .rts-tags .tag-item:hover,
    html.rts-dark body .rts-latest-section .sticky-content .rts-tags .tag-item1:hover,
    html.rts-dark body .rts-latest-section .view-more-news1:hover {
        background: #1399FB;
    }

    html.rts-dark body .footer1 .widget-list-item a:hover,
    html.rts-dark body .post-pagination-area1 .pag-item:hover,
    html.rts-dark body header .rts-menu.rts-menu1 .nav__menu li .menu-item.active,
    html.rts-dark body header .rts-menu.rts-menu1 .nav__menu li:hover .menu-item {
        color: #1399FB;
    }

    html.rts-dark body .rts-stories-section.stories-section-2 .news-topbar .filter-navigation .filter-navigation-btn.active {
        border-color: #1399FB;
    }

    html.rts-dark body .slect-styled,
    html.rts-dark body .rts-contact-section .office-information .item-info .info,
    html.rts-dark body .rts-contact-section .office-information .site-link,
    html.rts-dark body header .site-map-area .site-map .home-page-link a,
    html.rts-dark body .post-bottom-info .item, html.rts-dark body .action-bar .item, html.rts-dark body .post-info .item,
    html.rts-dark body p, html.rts-dark body .footer1 .widget-list-item a,
    html.rts-dark body .rts-author-profile-area .author-profile-box .author-information .author-level,
    html.rts-dark body .rts-author-profile-area .author-profile-box .author-follow .follow-title,
    html.rts-dark body .rts-author-profile-area .author-profile-box .social-links .platform i,
    html.rts-dark body .rts-news-three-section .rts-post-2-wide .post-bottom-info-3 .content .date,
    html.rts-dark body .rts-news-three-section .rts-post-2-wide .post-bottom-info-3 .content .post-age,
    html.rts-dark body .rts-news-three-section .news-type-tag .type-tag-left .content-date,
    html.rts-dark body .rts-latest-section .feature-item1 .banner-content-1 p,
    html.rts-dark body .rts-clips-section .clip .control .clip-duration {
        color: #D7D8D9;
    }

    html.rts-dark body .search-input-div input {
        background: none;
    }

    html.rts-dark body header .rts-menu a,
    html.rts-dark body .topics .action .topics-title,
    html.rts-dark body .rts-updates-section .border-btn,
    html.rts-dark body .rts-news-three-section .side-content .rts-tags .side-content-title1,
    html.rts-dark body .rts-message-area .post-type-tag,
    html.rts-dark body .rts-fashion-section .rts-tags .side-content-title1,
    html.rts-dark body .footer1 .recent-post .content .recent-post-title a,
    html.rts-dark body .side-post-area1 .side-post1 .banner-content-1 .content-title1 a,
    html.rts-dark body .side-post-area1 .side-post1 .banner-content-1 .border-btn1,
    html.rts-dark body header .navbar-inner-4 .header-left .header-action-items-first .search-part-2 input,
    html.rts-dark body .select-styled, html.rts-dark body .rts-stories-section .rts-post-medium1 .contents .post-title a,
    html.rts-dark body .rts-feature-section .feature-item1 .banner-content-1 .content-title1 a,
    html.rts-dark body .rts-feature-section .feature-item1 .banner-content-1 .content-bottom-info .content-author,
    html.rts-dark body header .navbar-inner-4 .header-right .account,
    html.rts-dark body .rts-post-section.recent-post .news-type-tag .type-tag-left .content1 a,
    html.rts-dark body .rts-post-section .type-tag-right a,
    html.rts-dark body .rts-latest-section .feature-item1 .banner-content-1 .content-title1 a,
    html.rts-dark body .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 .content-title1 a,
    html.rts-dark body .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 .content-bottom-info .content-author,
    html.rts-dark body .page-title, html.rts-dark body header .navbar-inner-4 .header-right .search-part .search-icon,
    html.rts-dark body .rts-post-section .side-post-area2 .feature-item1,
    html.rts-dark body .rts-message-area input, html.rts-dark body .rts-message-area textarea,
    html.rts-dark body .news-content-box .news-post-bottom .shares .share-platform .platform-icon i,
    html.rts-dark body .side-content-title2, html.rts-dark body .rts-stories-section.stories-section-2 .news-topbar .section-type-tag,
    html.rts-dark body .section-title-2,
    html.rts-dark body .rts-contact-section .office-information .item-info .info-title,
    html.rts-dark body .rts-contact-section .office-information .social-link-area .social-title,
    html.rts-dark body .social-links .platform i,
    html.rts-dark body .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-title1 a,
    html.rts-dark body .sticky-menu .navbar-part1 .rts-menu .menu-item, html.rts-dark body .sticky-menu-mobile .navbar-part1 .rts-menu .menu-item,
    html.rts-dark body .section-title,
    html.rts-dark body .rts-post-2 .post-title a,
    html.rts-dark body .read-more-btn,
    html.rts-dark body h1, html.rts-dark body h2, html.rts-dark body h3, html.rts-dark body h4, html.rts-dark body h5, html.rts-dark body h6,
    html.rts-dark body .rts-sports-section .sports-posts-section .type-tag-right,
    html.rts-dark body .footer1 .text,
    html.rts-dark body .footer1 .find-us,
    html.rts-dark body .rts-feature-section .feature-item .title a,
    html.rts-dark body .footer1 .footer-widget-title,
    html.rts-dark body .search-input-div input,
    html.rts-dark body .rts-lifestyle-section .type-tag-right a,
    html.rts-dark body .rts-lifestyle-section .rts-tags .side-content-title1,
    html.rts-dark body .rts-fashion-section .type-tag-right a,
    html.rts-dark body .rts-news-three-section .news-type-tag .type-tag-left .content1 a,
    html.rts-dark body .rts-news-three-section .side-content .type-tag-right a,
    html.rts-dark body .rts-news-three-section .rts-post-2-wide .social-links-noborder .platform i,
    html.rts-dark body .post-pagination-area1 .pag-item,
    html.rts-dark body .news-content-box .bold-paragraph,
    html.rts-dark body .news-content-box .point-text,
    html.rts-dark body .rts-read2-section .news-topbar .post-type-tag,
    html.rts-dark body .news-content-box .lists li,
    html.rts-dark body .rts-news-details-section .side-content-title,
    html.rts-dark body .rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 .content-title1 a,
    html.rts-dark body .rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 .content-bottom-info .content-author,
    html.rts-dark body .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-title1 a,
    html.rts-dark body .rts-latest-section .news-type-tag .type-tag-left .content1 a, html.rts-dark body .rts-subscribe-banner-section1 .banner-box .contents p,
    html.rts-dark body .rts-stories-section .rts-post-medium1 .contents .post-bottom-info .post-author,
    html.rts-dark body .rts-latest-section .type-tag-right a, html.rts-dark body .rts-latest-section .feature-item1 .banner-content-1 .content-bottom-info .author-content1 .content-author,
    html.rts-dark body .rts-stories-section.stories-section-2 .news-topbar .filter-navigation .filter-navigation-btn,
    html.rts-dark body header .header-action-items .search-part .search-icon,
    html.rts-dark body .rts-latest-section .sticky-content .rts-tags .side-content-title1, html.rts-dark body .rts-subscribe-banner-section1 .banner-box .contents h1,
    html.rts-dark body a, html.rts-dark body .rts-post .post-title a:hover, html.rts-dark body .rts-post .side-post-title a:hover, html.rts-dark body .rts-post-medium .post-title a:hover, html.rts-dark body .rts-post-medium .side-post-title a:hover, html.rts-dark body .rts-post-small .post-title a:hover, html.rts-dark body .rts-post-small .side-post-title a:hover, html.rts-dark body .side-post .post-title a:hover, html.rts-dark body .side-post .side-post-title a:hover,
    html.rts-dark body span, html.rts-dark body strong, html.rts-dark body label {
        color: #fff;
    }

        html.rts-dark body .side-post-area1 .side-post1 .banner-content-1 .border-btn1::before,
        html.rts-dark body .read-more-btn::before,
        html.rts-dark body .rts-news-three-section .rts-post-2-wide .post-bottom-info-3 .content .post-age::before,
        html.rts-dark body .hamburger span, html.rts-dark body .hamburger span:before, html.rts-dark body .hamburger span:after {
            background-color: #fff;
        }

    html.rts-dark body .side-mobile-menu ul li a {
        color: #000;
    }

    html.rts-dark body .hamburger.active span,
    html.rts-dark body .navigation-btn {
        background: transparent;
    }

    html.rts-dark body .catagory-menu-icon.icon-2 svg,
    html.rts-dark body .catagory-menu-icon.icon-2 img,
    html.rts-dark body header .site-map-area .site-map .home-page-link a img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    html.rts-dark body .side-post-area1 .side-post1,
    html.rts-dark body .side-post-area1 .side-post2 {
        border: none !important;
    }

        html.rts-dark body .side-post-area1 .side-post1 .banner-content-1 .content-title1 a,
        html.rts-dark body .rts-feature-section .feature-item1 .banner-content-1 .content-title1 a,
        html.rts-dark body .rts-post-section .side-post-area2 .feature-item1 .banner-content-1 .content-title1 a:hover,
        html.rts-dark body .rts-post-2 .post-title a,
        html.rts-dark body .rts-post .post-title a, html.rts-dark body .rts-post .side-post-title a,
        html.rts-dark body .rts-post-medium .post-title a, html.rts-dark body .rts-post-medium .side-post-title a,
        html.rts-dark body .rts-post-small .post-title a, html.rts-dark body .rts-post-small .side-post-title a,
        html.rts-dark body .side-post .post-title a, html.rts-dark body .side-post .side-post-title a,
        html.rts-dark body .rts-post-section .main-post-area1 .feature-item2 .banner-content-1 .content-title1 a,
        html.rts-dark body .rts-post-section .main-post-area2 .feature-item2 .banner-content-1 .content-title1 a,
        html.rts-dark body .rts-post-section .trending-news-area1 .feature-item1 .banner-content-1 .content-title1 a,
        html.rts-dark body .rts-stories-section .rts-post-medium1 .contents .post-title a,
        html.rts-dark body .rts-latest-section .feature-item1 .banner-content-1 .content-title1 a {
            background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
            background-image: linear-gradient(to right, #fff 50%, transparent 50%);
        }


.bg-5, .btn-5 {
    background-color: #233664;
    color: white;
}

.bg-3 {
    background-color:rgb(255 142 45);
}

    .btn-5:hover {
        border: 1px solid #233664;
    }

    .border-6 {
        border: 1px solid #233664;
    }

.note p {
    text-align: justify;
}

.mt {
    margin-top: 17rem;
}

.mttop {
    margin-top: 6rem;
}
.mtdown {
    margin-top: 5rem;
}

.search-R p, strong {
    font-family: Arial, Helvetica, sans-serif;
}

.search-R p {
    font-size: small;
}

.text-nfct {
    color: #233664;
}

.border-nfct {
    border-bottom: var(--bs-border-style) #233664 !important;
}

.ms-8 {
    margin-left: 8rem;
}

.jurbtn a {
    border: 1px solid #233664;
    color: #233664;
    font-size: 12px;
}

.img-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .img-hover:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
