:root {
    --primary-color: #FF0006;
    --secondary-color: #000;
    --primary-font: 'Lato', sans-serif;
    --secondary-font: 'Mada'
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Lato/Lato.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Lato/Lato-Bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Mada;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/mada/Mada-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Mada;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/mada/Mada-SemiBold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Mada;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/mada/Mada-Bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Mada;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/mada/Mada-Black.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--primary-font);
    line-height: 1.4;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.container {
    padding-left: .75rem;
    padding-right: .75rem
}

.columns,
.columns:last-child {
    margin-top: 0;
    margin-bottom: 0
}

.medium {
    font-weight: 500 !important
}

.semi {
    font-weight: 600 !important
}

.bold {
    font-weight: 700 !important
}

.bolder {
    font-weight: 900 !important
}

.title-font {
    font-family: var(--secondary-font)
}

iframe {
    border: none
}

a {
    color: #333
}

a,
button {
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

p {
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

a,
b,
div,
li,
ul {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline: none;
    outline: 0
}

a {
    text-decoration: none;
    outline: 0
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

p {
    margin-bottom: 1rem
}

p:last-child {
    margin-bottom: 0
}

.f-12 {
    font-size: 12px !important
}

.f-13 {
    font-size: 13px !important
}

.f-14 {
    font-size: 14px !important
}

.f-15 {
    font-size: 15px !important
}

.f-16 {
    font-size: 16px !important
}

.f-18 {
    font-size: 18px !important
}

.f-20 {
    font-size: 20px !important
}

.f-22 {
    font-size: 22px !important
}

.lh-1 {
    line-height: 1.4 !important
}

.outline-none {
    outline: 0 !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

.clear-both:after,
.clear-both:before {
    display: table;
    content: "";
    clear: both
}

.small-margin {
    margin-left: -5px !important;
    margin-right: -5px !important
}

.small-margin [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.border-radius-0 {
    border-radius: 0 !important
}

button:focus {
    outline: 0
}

.btn {
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    border-radius: 0;
    padding: 10px 30px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    cursor: pointer;
}

.btn-secondary {
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color)
}

.btn:focus,
.btn:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.btn-secondary:focus,
.btn-secondary:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color)
}

.primary-color {
    color: var(--primary-color) !important
}

.bg-primary-color {
    background-color: var(--primary-color) !important
}

.border-primary-color {
    border-color: var(--primary-color) !important
}

.primary-color-light {
    color: var(--primary-color-light) !important
}

.bg-primary-color-light {
    background-color: var(--primary-color-light) !important
}

.secondary-color {
    color: var(--secondary-color) !important
}

.bg-secondary-color {
    background-color: var(--secondary-color) !important
}

.black {
    color: #000 !important
}

.bg-black {
    background-color: #000 !important
}

.bg-f4 {
    background: #f4f4f4
}

.bg-f8 {
    background: #f8f8f8
}

.bg-none {
    background: 0 0 !important
}

.ls-1 {
    letter-spacing: 1px
}

.theme-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0
}

.theme-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent
}

.theme-scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: transparent
}

.theme-scrollbar::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 3px
}

.full-width,
.is-fullwidth,
.w-100 {
    width: 100%
}

.full-height,
.h-100 {
    height: 100%
}

.align-middle {
    vertical-align: middle
}

@media screen and (min-width:1025px) {
    .animated {
        opacity: 1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }

    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown
    }

    .js-scroll {
        opacity: 0;
        transition: opacity .5s
    }

    .js-scroll.scrolled {
        opacity: 1
    }

    .scrolled.fade-in {
        animation: fade-in 1s ease-in-out both
    }

    .scrolled.fade-in-top {
        animation: fade-in-top 1s ease-in-out both
    }

    .scrolled.fade-in-bottom {
        animation: fade-in-bottom 1s ease-in-out both
    }

    .scrolled.fade-in-left {
        animation: fade-in-left 1s ease-in-out both
    }

    .scrolled.fade-in-right {
        animation: fade-in-right 1s ease-in-out both
    }

    @keyframes fade-in-left {
        0% {
            -webkit-transform: translateX(-50px);
            transform: translateX(-100px);
            opacity: 0
        }

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

    @keyframes fade-in-right {
        0% {
            -webkit-transform: translateX(50px);
            transform: translateX(100px);
            opacity: 0
        }

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

    @keyframes fade-in-bottom {
        0% {
            -webkit-transform: translateY(50px);
            transform: translateY(50px);
            opacity: 0
        }

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

    @keyframes fade-in-top {
        0% {
            -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
            opacity: 0
        }

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

    @keyframes fade-in {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .delay1 {
        -webkit-animation-delay: .1s !important;
        animation-delay: .1s !important
    }

    .delay2 {
        -webkit-animation-delay: .2s !important;
        animation-delay: .2s !important
    }

    .delay3 {
        -webkit-animation-delay: .3s !important;
        animation-delay: .3s !important
    }

    .delay4 {
        -webkit-animation-delay: .4s !important;
        animation-delay: .4s !important
    }

    .delay5 {
        -webkit-animation-delay: .5s !important;
        animation-delay: .5s !important
    }

    .delay6 {
        -webkit-animation-delay: .6s !important;
        animation-delay: .6s !important
    }

    .delay7 {
        -webkit-animation-delay: .7s !important;
        animation-delay: .7s !important
    }

    .delay8 {
        -webkit-animation-delay: .8s !important;
        animation-delay: .8s !important
    }

    .delay9 {
        -webkit-animation-delay: .9s !important;
        animation-delay: .9s !important
    }

    .delay10 {
        -webkit-animation-delay: 1s !important;
        animation-delay: 1s !important
    }

    .delay11 {
        -webkit-animation-delay: 1.1s !important;
        animation-delay: 1.1s !important
    }

    .delay12 {
        -webkit-animation-delay: 1.2s !important;
        animation-delay: 1.2s !important
    }

    .delay13 {
        -webkit-animation-delay: 1.3s !important;
        animation-delay: 1.3s !important
    }

    .delay14 {
        -webkit-animation-delay: 1.4s !important;
        animation-delay: 1.4s !important
    }

    .delay15 {
        -webkit-animation-delay: 1.5s !important;
        animation-delay: 1.5s !important
    }
}

#back2top.active {
    bottom: 10px;
    visibility: visible;
    opacity: 1
}

#back2top {
    position: fixed;
    border: 1px solid #fff;
    background: var(--secondary-color);
    bottom: 0;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 111;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0
}
    
   
  
    
  
    
    
   
 
    
    
    
    
   
  
    
    
    
    
    


#back2top .up-arrow {
    margin-top: 4px;
    border-width: 2px 0 0 2px;
    border-color: #fff
}

.form-group,
.form-group-wrapper {
    position: relative
}

label.error {
    color: #fff;
    background: red;
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: -15px;
    top: auto;
    line-height: 16px
}

.up-arrow {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: inline-block;
    border: 1px solid #fff;
    border-width: 2px 0 0 2px
}

.down-arrow {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: inline-block;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0
}

.left-arrow {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: inline-block;
    border: 1px solid #fff;
    border-width: 0 0 2px 2px
}

.right-arrow {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: inline-block;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0
}

picture {
    display: flex
}

.header {
    padding: 6px 0;
    z-index: 999
}

.header-menu {
    background: #000;
    position: relative;
    left: 0;
    right: 0;
   /* z-index: 999;*/
    z-index: 99;
    top: 0
}

.header-menu.is-fixed-top {
    position: fixed;
    animation: slide-down .7s
}

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

    100% {
        opacity: .9;
        transform: translateY(0)
    }
}

.navbar>.container {
    min-height: auto
}

.navbar-menu {
    box-shadow: none
}

.navbar-brand {
    position: relative;
    min-height: auto;
    align-items: center
}

.navbar-brand img {
    width: auto
}

.header .social-icon li a {
    background: #fff;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px
}

.header .social-icon li a svg {
    height: 20px;
    fill: #000
}

.navbar-menu-block {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar-menu-block .dropdown-icon {
    border-top-color: var(--primary-color)
}

.searchbar .input {
    border: 1px solid #fff;
    border-radius: 0;
    background: 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    width: 130px;
    height: 30px;
    transition: width .3s
}

.searchbar .input:focus {
    width: 180px;
    transition: width .3s
}

.searchbar .input::-webkit-input-placeholder {
    color: #fff
}

.searchbar .input::-moz-placeholder {
    color: #fff
}

.searchbar .input:-ms-input-placeholder {
    color: #fff
}

.searchbar .input:-moz-placeholder {
    color: #fff
}

.searchbar .control.has-icons-left .input:focus~.icon,
.searchbar .control.has-icons-left .select:focus~.icon,
.searchbar .control.has-icons-right .input:focus~.icon,
.searchbar .control.has-icons-right .select:focus~.icon {
    color: #fff
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
    width: 30px;
    height: 30px
}

.header-menu ul {
    display: flex;
    align-items: center
}

.header-menu ul li {
    padding: 20px 1rem;
    align-items: center;
    vertical-align: middle
}

.header-menu ul li:last-child {
    padding-right: 0
}

.header-menu ul>li>a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 0
}

.header-menu ul>li>a:focus,
.header-menu ul>li>a:focus-within,
.header-menu ul>li>a:hover {
    color: var(--primary-color);
    background: 0 0
}

.dropdown-icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .35em;
    content: "";
    border-top: .25em solid #fff;
    border-right: .25em solid transparent;
    border-bottom: 0;
    border-left: .25em solid transparent
}

.sub-menu {
    display: block !important;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgb(127 137 161 / 25%);
    transition: ease all .3s;
    border-radius: 0 0 10px 10px;
    min-width: 12rem
}

.submenu-right {
    left: auto;
    right: 0
}

.header-menu .dropdown:hover .sub-menu,
.profile-menu:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header-menu .sub-menu li {
    padding: 0
}

.header-menu .sub-menu li a {
    padding: 8px 20px;
    font-size: 14px;
    text-transform: none;
    color: #000
}

.header-menu .sub-menu li a:hover {
    color: var(--primary-color)
}

.profile-menu>a {
    padding: .3rem 1rem;
    border: 1px solid #ccc;
    display: flex;
    align-items: center
}

.profile-menu .dropdown-icon {
    border-top-color: var(--primary-color);
    vertical-align: middle
}

.profile-menu .sub-menu li a {
    width: auto;
    border: 0;
    height: auto;
    text-align: left;
    justify-content: flex-start;
    margin: 0;
    padding: .3rem 1rem;
    display: block
}

.profile-menu .sub-menu li a:hover {
    background: 0 0;
    color: var(--primary-color)
}

.insomenu-bars {
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    z-index: 444;
    cursor: pointer;
    position: relative
}

.insomenu-bars span,
.insomenu-bars span:after,
.insomenu-bars span:before {
    width: 26px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease .15s;
    transition: -webkit-transform ease .15s;
    transition: transform ease .15s;
    transition: transform ease .15s, -webkit-transform ease .15s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background-color: #fff
}

.insomenu-bars span:before {
    top: -8px
}

.insomenu-active .insomenu-bars span,
.insomenu-active .insomenu-bars span:after,
.insomenu-active .insomenu-bars span:before {
    opacity: 1
}

.insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.insomenu-bars span:after,
.insomenu-bars span:before {
    display: block;
    content: ''
}

.insomenu-bars span:before {
    top: -8px;
    width: 20px;
    -webkit-transition: top .1s .14s ease, opacity .1s ease;
    transition: top .1s .14s ease, opacity .1s ease
}

.insomenu-bars span:after {
    bottom: -8px;
    width: 20px;
    -webkit-transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19)
}

.sidemenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
    background: #000;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform .3s
}

.insomenu-active .sidemenu {
    transform: translateX(0);
    transition: transform .3s
}

.insomenu-active {
    position: relative;
    overflow: hidden
}

.insomenu-active .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    z-index: 998;
    cursor: pointer
}

.sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #555;
    padding: 20px 20px 20px 50px;
    overflow: hidden
}

.nav-close {
    width: 50px;
    text-align: center;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-close:before {
    content: "";
    position: absolute;
    top: -38px;
    left: -25px;
    bottom: -38px;
    width: .5px;
    background: #555
}

.sidemenu ul.s-menu {
    padding: 20px 0 20px 50px;
    /*height: calc(100vh - 205px)*/
    height: calc(100vh - 215px);
}

.sidemenu ul.sub-menu {
    display: none
}

.sidemenu ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0
}

.sidemenu ul li a {
    display: inline-block;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .6);
    font-size: 26px
}

.sidemenu ul li a.is-active,
.sidemenu ul li a:hover {
    color: #fff
}

.sidebar-icon {
    margin-right: 15px
}

.sidebar-icon>span {
    border-color: #fff;
    width: 8px;
    height: 8px
}

ul.sidemenu-social {
    padding: 0 20px 0 50px;
    border-top: 1px solid #555;
    color: rgba(255, 255, 255, .6)
}

ul.sidemenu-social li {
    padding: 0
}

ul.sidemenu-social li a {
    display: flex;
    margin: 0 10px
}

.social-ttl {
   /* padding: 30px 30px 30px 0;*/
    padding: 20px 30px 30px 0;
    border-right: 1px solid #555;
    margin-right: 20px
}

footer {
    padding: 80px 0;
    background: #000;
    color: #848484
}

footer a {
    color: #848484
}

.footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer-menu li a {
    margin: 3px 10px;
    display: block
}

.social-icon li a {
    background: #1c1c1c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 3px;
}

.social-icon li a svg {
    height: 26px;
    fill: #848484
}

.social-icon li a:hover {
    background: var(--primary-color);
    color: #fff
}

.social-icon li a:hover svg {
    fill: #fff
}

.copyright a {
    color: #fff
}

.copyright a:hover {
    color: var(--primary-color)
}

.breaking-news {
    background: #171717;
    display: flex;
    align-items: center;
    padding: 8px 0 8px 10px
}

.breaking-news-ttl {
    white-space: nowrap;
    margin-right: 10px
}

.breaking-news a {
    color: #fff;
    margin-right: 25px;
    border-right: 1px solid #eee;
    display: inline-block;
    padding-right: 25px
}

.breaking-news a:last-child {
    border: 0;
    padding-right: 0;
    margin-right: 0
}

.sub-ttl {
    display: flex;
    align-items: center
}

.sub-ttl:before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    display: block;
    margin-right: 10px
}

.banner-ttl {
    font-size: 2.5vw;
    line-height: 1.2
}

.bnr-desc {
    font-size: 16px
}

.home-slider-item {
    position: relative
}

.bg-dark {
    background: #333
}

.section-ttl {
	
    font-size: 42px;
    letter-spacing: -1px;
    color: #000
}
span.name_subtitle {
    color: #666;
    font-size: 42px;
    font-weight: 600;
}
span.name_title {
    color: #666;
    font-size: 50px;
    font-weight: 600;
}

span.name_subtitle {
    color: #666;
    font-size: 42px;
    font-weight: 600;
}

hr {
    background-color: #ccc;
    height: .5px
}

.news-block {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 30px;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.news-block:focus,
.news-block:hover {
    color: #777
}

.latest-sect .news-block:after,
.latest-sect .news-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    height: 90%;
    width: .5px;
    background: #ccc
}

.latest-sect .news-block:after {
    top: auto;
    right: -80px;
    left: 0;
    bottom: 0;
    width: auto;
    height: .5px
}

.latest-sect [class*=column]:last-child .news-block:before,
.latest-sect [class*=column]:nth-child(3n) .news-block:before {
    display: none
}

.latest-sect [class*=column]:last-child .news-block:after,
.latest-sect [class*=column]:nth-child(3n) .news-block:after {
    right: 0
}

.news-img {
    /*padding-bottom: 60%;*/
    position: relative;
    background: #000
}

.news-img img {
    /*height: 100%;*/
    height: auto;
    width: 100%;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: fill;*/
    transition: opacity .4s
}

.news-block:hover .news-img img {
    opacity: .7;
    transition: opacity .4s
}

.news-type {
    padding: 10px 0 10px 20px;
    position: relative
}

.news-type:before {
    content: "";
    background-image: url(../images/icons/double-arrow.svg);
    background-size: contain;
    width: 10px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 10px
}

.news-ttl {
    font-size: 26px;
    letter-spacing: -.5px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all 0.3s linear;
}

.news-block:hover .news-ttl {
    color: var(--primary-color)
}

.news-block p {
    font-size: 18px;
    margin-bottom: 10px
}

.fixed-desc-height {
    /*min-height: 100px*/
}

.news-author {
    color: #898989;
    margin-top: 2rem
}

.load-more {
    font-size: 24px;
    border-bottom: 3px solid #000;
    color: #000;
    display: inline-block
}

.load-more:hover {
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.proptech-sect .news-block {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px
}

.proptech-sect .news-block:last-child {
    border: 0
}

.proptech-sect .news-block:after {
    content: "";
    position: absolute;
    top: -35px;
    right: 0;
    bottom: -1px;
    width: .5px;
    background: #ccc
}

.proptech-sect .news-img {
    flex: 0 0 50%;
    padding-bottom: 30%
}

.proptech-sect .news-desc {
    padding: 0 30px
}

.proptech-contact {
    background: #f4f4f4
}

.proptech-video .news-block {
    border: 1px solid #ccc !important;
    padding: 20px
}

.proptech-video .news-img {
    position: relative;
    flex: 0 0 100%;
    padding-bottom: 52%
}

.btn-video,
.proptech-video a {
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: #000;
    color: #fff;
    z-index: 9;
    -webkit-animation: pulse-black 2s ease-out infinite;
    -moz-animation: pulse-black 2s ease-out infinite;
    animation: pulse-black 2s ease-out infinite
}

.proptech-video a svg {
    width: 20px;
    height: 20px
}

@-webkit-keyframes pulse-primary {
    0% {
        -webkit-transform: scale(1);
        box-shadow: 0 0 var(--primary-color)
    }

    50% {
        -webkit-transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-transform: scale(1);
        box-shadow: 0 0 rgba(255, 255, 255, 0)
    }
}

@-moz-keyframes pulse-primary {
    0% {
        -moz-transform: scale(1);
        box-shadow: 0 0 var(--primary-color)
    }

    50% {
        -moz-transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0)
    }

    100% {
        -moz-transform: scale(1);
        box-shadow: 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse-primary {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 var(--primary-color)
    }

    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255, 215, 0, 0)
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 rgba(255, 215, 0, 0)
    }
}

@-webkit-keyframes pulse-black {
    0% {
        -webkit-transform: scale(1);
        box-shadow: 0 0 #333
    }

    50% {
        -webkit-transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-transform: scale(1);
        box-shadow: 0 0 rgba(255, 255, 255, 0)
    }
}

@-moz-keyframes pulse-black {
    0% {
        -moz-transform: scale(1);
        box-shadow: 0 0 #333
    }

    50% {
        -moz-transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0)
    }

    100% {
        -moz-transform: scale(1);
        box-shadow: 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse-black {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 #333
    }

    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0)
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 rgba(255, 255, 255, 0)
    }
}

.proptech-sect .proptech-video .news-block:after {
    display: none
}

.logo-img {
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border: 1px solid #ccc
}

video {
    width: 100%;
    height: 100%
}

.video-thumb {
    position: relative
}

.btn-video {
    width: 80px;
    height: 80px;
    background: rgb(0 0 0 / 60%)
}

.btn-video svg {
    width: 40px;
    height: 40px
}

.video-list .news-block {
    display: flex;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid #555;
    padding-bottom: 18px;
    margin-bottom: 18px
}

.video-list .news-img {
    flex: 0 0 30%;
    /*padding-bottom: 20%;*/
    margin-right: 20px
}

.video-list .news-ttl {
    font-size: 18px;
    margin-bottom: 0
}

.video-list .news-type {
    padding: 0;
    font-size: 12px
}

.video-list .news-block.is-active .news-type {
    padding: 0 0 5px 10px
}

.video-list .news-block .news-type:before {
    opacity: 0
}

.video-list .news-block.is-active .news-type:before {
    content: "";
    width: 0;
    height: 0;
    top: 2px;
    opacity: 1;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--primary-color)
}

.vd-ttl {
    background: rgb(0 0 0 / 50%);
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px
}

.border-white {
    border-color: #fff
}

.video-list .news-block a {
    color: #fff
}

.regulations-block {
    border-top: 2px solid #000;
    padding-top: 20px
}

.regulations-block .news-block {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.regulations-block .news-block:last-child {
    border: 0
}

.regulations-block .news-block .news-img {
    flex: 0 0 40%;
    padding-bottom: 25%;
    margin-right: 20px;
    background: #ff000000
}

.splide__arrow {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px
}

.splide__arrow svg {
    fill: #fff
}

.regulations-sect .splide__arrow--prev {
    left: -1rem;
    opacity: 0;
    transition: left .4s opacity .4s
}

.regulations-sect .splide__arrow--next {
    right: -1em;
    opacity: 0;
    transition: left .4s opacity .4s
}

.regulations-sect .splide:hover .splide__arrow--prev {
    left: 1rem;
    opacity: 1;
    transition: left .4s opacity .4s
}

.regulations-sect .splide:hover .splide__arrow--next {
    right: 1rem;
    opacity: 1;
    transition: left .4s opacity .4s
}

.news-sect .regulations-block .news-block {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.news-sect .regulations-block {
    border-top: 0;
    padding-top: 0
}

.news-sect .regulations-block .news-block .news-img {
    flex: 0 0 60%;
    padding-bottom: 35%;
    margin-right: 0;
    margin-left: 20px
}

.news-more .news-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    height: 90%;
    width: .5px;
    background: #ccc
}

.news-more [class*=column]:last-child .news-block:before {
    display: none
}

.subscribe-ttl {
    border-bottom: 2px solid #fff;
    display: inline-block
}

.subscribe-sect .control {
    display: flex;
    align-items: center
}

.subscribe-sect .control .input {
    border: 0;
    border-radius: 0;
    height: 42px;
    margin-right: 6px;
    font-size: 14px;
    box-shadow: none
}

.subscribe-sect .btn-secondary:hover {
    background: red;
    cursor: pointer
}

.subscribe-sect.style1 {
    background-image: url(../images/subscribe-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 1px solid #ccc
}

.webp .subscribe-sect.style1 {
    background-image: url(../images/subscribe-bg.webp)
}

.subscribe-sect.style1 .control .input {
    background: #ebebeb
}

.about-logo {
    /* border-right: 1px solid #ccc; */
    height: 100%;
    align-items: flex-start
}

.about-text {
    font-size: 18px
}

.tabs ul {
    border: 0
}

.tabs li a {
    color: #666
}

.tabs li.is-active a {
    border-bottom-color: #000;
    color: #000
}

#latest-slider .news-block:after {
    display: none
}

.border-bottom {
    border-bottom: 1px solid #ccc
}

.btn-border {
    font-family: var(--secondary-font);
    font-weight: 700;
    padding: 8px 0;
    background: 0 0;
    border: 0;
    color: #000;
    font-size: 18px;
    border-bottom: 3px solid
}

.btn-border:focus,
.btn-border:hover {
    background: 0 0;
    color: var(--primary-color)
}

.contact-form .control {
    font-size: 14px
}

.contact-form label {
    margin: 0 0 5px;
    display: inline-block
}

.contact-form .input {
    background: #ebebeb;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    /* height: 45px */
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-form textarea.input {
    height: 100px;
    resize: none
}

.content-tab {
    display: none
}

.must-tabs ul {
    border: 0;
    display: block
}

.must-tabs ul li a {
    display: flex;
    border: 0;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0
}

.must-tabs ul li a:before {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    background: var(--primary-color);
    transition: width .4s
}

.must-tabs li.is-active a:before {
    width: 30px;
    margin-right: 10px;
    transition: width .4s
}

.must-tabs li.is-active a {
    color: #000;
    font-weight: 700
}

.must-block .news-block {
    display: flex;
    padding: 30px 50px;
    border-bottom: 1px solid #ccc;
    justify-content: space-between
}

.must-block .news-block .news-desc {
    flex: 0 0 45%
}

.must-block .news-block .news-img {
    flex: 0 0 45%;
    padding-bottom: 30%
}

.fs40 {
    font-size: 40px
}

.iti {
    width: 100%
}

.social-icon li a.facebook:hover {
    background: #1877f2;
    color: #fff
}

.social-icon li a.instagram:hover {
    background-image: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background-color: transparent;
    color: #fff
}

.social-icon li a.linkedin:hover {
    background: #0077b5;
    color: #fff
}

.social-icon li a.twitter:hover {
    background: #1da1f2;
    color: #fff
}

.social-icon li a.youtube:hover {
    background: #f00000;
    color: #fff
}

.custserchbtn {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    height: 30px;
    cursor: pointer
}

.font45 {
    font-size: 40px
}

.text-center {
    text-align: center
}

.append-main-slider-here a {
    color: #fff
}

.append-main-slider-here a:hover {
    color: #fff
}

.hoot-loader {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 1000000000;
    background: rgba(0, 0, 0, .7)
}

.ring {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: ring 2s linear infinite
}

@keyframes ring {
    0% {
        transform: rotate(0);
        box-shadow: 1px 3px 2px #7367f0
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 1px 3px 2px #7367f0
    }

    100% {
        transform: rotate(0360deg);
        box-shadow: 1px 3px 2px #7367f0
    }
}

.ring::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255, 255, 255, .3)
}

.hoot-loader span {
    display: none;
    color: #ff962a;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 200px;
    animation: text 3s ease-in-out infinite
}

.loader-hide {
    display: none !important
}

.video-collection-max-height {
    max-height: 550px;
    overflow-y: auto
}

.player-video-src {
    height: 500px !important;
    width: 100%
}

.player-video-src-tab {
    height: 500px !important;
    width: 100%
}

.fixed-title-height {
    /*min-height: 70px;
    max-height: 70px;
    overflow-y: hidden*/
}

.append-home-page-latest-post p {
    min-height: 73px;
    max-height: 73px;
    overflow-y: hidden
}

.append--posts p {
    min-height: 70px;
    max-height: 70px;
    overflow-y: hidden
}

.breaking-news a:last-child {
    border: none
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.custom-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee
}

.container-checkbox:hover input~.custom-checkmark {
    background-color: #ccc
}

.container-checkbox input:checked~.custom-checkmark {
    background-color: #2196f3
}

.custom-checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container-checkbox input:checked~.custom-checkmark:after {
    display: block
}

.container-checkbox .custom-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

button#custserchbtn:hover {
    background: red !important;
    border: 1px solid red
}

.content-center-custom {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center
}

.text-center {
    text-align: center
}

.append-post-slider-here a {
    color: #fff
}

.border-radius-50 {
    border-radius: 50px
}

.comment-person {
    position: relative;
    bottom: 50px;
    left: 60px
}

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

.cust-btn-replay {
    background: #000;
    padding: 5px 10px;
    color: #fff
}

a.cust-btn-replay:hover {
    background: red;
    color: #fff
}

.bookmarkcss {
    position: relative;
    top: 22px;
    z-index: 1;
    left: 10px;
    padding: 0px 5px;
    width: 20px;
    cursor: pointer;
    background: #ffffffcc;
    border-radius: 0px 0px 3px 3px;
}

.bookmarkcss-latest {
    position: relative;
    top: 0;
    z-index: 1;
    left: 4px;
    padding: 0px 5px;
    width: 20px;
    cursor: pointer;
    background: #ffffffcc;
    float: right;
    border-radius: 0px 0px 3px 3px;
}

.bookmarkcss-proptechstory {
    position: absolute;
    top: 0px;
    left: 3px;
    z-index: 1;
    padding: 0px 5px;
    width: 20px;
    cursor: pointer;
    background: #ffffffcc;
    border-radius: 0px 0px 3px 3px;
}

.bookmarkcss-regulation {
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 1;
    padding: 0px 4px 6px 4px;
    width: 18px;
    cursor: pointer;
    background: #ffffffcc;
    border-radius: 0px 0px 3px 3px;
}

.bookmarkcss-posts {
    position: relative;
    top: 40px;
    z-index: 1;
    left: 10px;
    padding: 0px 5px;
    width: 29px;
    cursor: pointer;
    background: #ffffff;
}

.bookmarkcss-foot-latest {
    position: relative;
    top: 26px;
    z-index: 1;
    left: 10px;
    padding: 0px 5px 6px 5px;
    width: 20px;
    cursor: pointer;
    background: #ffffffcc;
    border-radius: 0px 0px 3px 3px;
}

.bookmarkcss-morenews {
    position: relative;
    top: -11px;
    z-index: 1;
    left: 4px;
    padding: 0px 5px;
    width: 20px;
    cursor: pointer;
    background: #ffffffcc;
    float: right;
    border-radius: 0px 0px 3px 3px;
}

.customloginname {
    cursor: pointer;
    color: red
}

@keyframes bouncing-loader {
    to {
        opacity: .1;
        transform: translate3d(0, -1rem, 0)
    }
}

.bouncing-loader {
    display: flex;
    justify-content: center
}

.bouncing-loader>div {
    width: 1rem;
    height: 1rem;
    margin: 3rem .2rem;
    background: #8385aa;
    border-radius: 50%;
    animation: bouncing-loader .6s infinite alternate
}

.bouncing-loader>div:nth-child(2) {
    animation-delay: .2s
}

.bouncing-loader>div:nth-child(3) {
    animation-delay: .4s
}

.tagcss {
    background: #e3e3e3;
    margin-right: 10px;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
    word-break: break-word;
}

.tagcss:hover {
    background: #f8595c;
    color: #fff
}

.append--posts1 img {
    display: block !important;
    float: none !important;
    width: 100% !important;
    /* margin: 9px auto; */
    border-radius: 20px;
    max-width: 720px;
    height: auto !important;
}

.append--posts1 strong {
    color: #363636 !important;
    font-weight: 700 !important;
    display: block !important;
    font-size: 15px !important;
    margin: 11px 0 !important
}

.regulations-block .news-block .news-img picture img {
    height: auto !important;
    width: auto !important
}

@media (min-width:2000px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1700px
    }
}

@media (min-width:1700px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1500px
    }
}

@media (max-width:1100px) {
    .navbar-menu {
        display: none !important
    }

    .sidemenu {
        left: 0;
        transform: translateX(-100%);
        transition: transform .3s
    }

    .insomenu-bars span,
    .insomenu-bars span:after,
    .insomenu-bars span:before {
        background-color: var(--primary-color)
    }

    .navbar-brand {
        align-items: center;
        display: inline-block
    }

    .navbar-menu ul {
        display: block
    }

    .navbar-menu ul li {
        display: block;
        text-align: left;
        padding: 10px 0;
        border-bottom: 1px solid #eee
    }

    .navbar-menu ul li:last-child {
        border: 0
    }

    .navbar-menu ul>li>a {
        color: #333;
        font-size: 14px;
        display: inline-block;
        padding: 0;
        line-height: 1.4
    }

    .navbar-menu ul>li>a:hover {
        background: 0 0 !important
    }

    .is-hidden-touch,
    .site-visit {
        display: none
    }

    .is-hidden-desktop {
        display: block !important
    }

    .about-text {
        font-size: 14px
    }

    .bottom-form {
        display: block;
        padding: 0 !important;
        transform: translateY(calc(100% - 45px));
        transition: transform .4s, z-index .4s
    }

    .bottom-form.open {
        transform: translateY(0);
        transition: transform .4s, z-index .4s;
        z-index: 999
    }

    .bottom-form-row {
        display: block
    }

    .bottom-form .col-form-title {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        text-transform: uppercase
    }

    .close-bottom-form {
        color: #fff;
        position: absolute;
        top: 12px;
        right: 15px;
        opacity: 0;
        cursor: pointer;
        z-index: 99
    }

    .bottom-form.open .close-bottom-form {
        opacity: 1;
        display: block
    }

    .banner-ttl {
        font-size: 24px
    }

    .bnr-desc {
        font-size: 14px
    }
}

@media (max-width:992px) {
    body {
        font-size: 14px
    }

    .h1,
    h1 {
        font-size: 1.7rem
    }

    .h2,
    h2 {
        font-size: 1.5rem
    }

    .h3,
    h3 {
        font-size: 1.3rem
    }

    .h4,
    h4 {
        font-size: 1.1rem
    }

    .h5,
    h5 {
        font-size: .95rem
    }

    .h6,
    h6 {
        font-size: .8rem
    }

    .container.is-fluid {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

@media (max-width:767px) {
    .sidemenu {
        width: 100%;
        left: auto;
        transform: translateX(100%);
        transition: transform .3s
    }

    .navbar>.container {
        min-height: auto
    }

    .navbar-brand .logo {
        height: 45px;
        width: auto
    }

    .section-ttl {
        font-size: 26px
    }
    span.name_title {
        color: #666;
    }

    .news-block {
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .load-more,
    .news-ttl {
        font-size: 18px
    }

    .news-block p {
        font-size: 14px
    }

    .proptech-sect .news-block {
        display: block
    }

    .proptech-sect .news-desc {
        padding: 15px
    }

    .proptech-sect .news-img {
        padding-bottom: 45%
    }

    .btn-video {
        width: 50px;
        height: 50px
    }

    .btn-video svg {
        width: 20px;
        height: 20px
    }

    .regulations-block .news-ttl,
    .video-list .news-ttl {
        font-size: 14px
    }

    .regulations-block .news-ttl {
        margin-bottom: 0
    }

    .news-type {
        font-size: 12px
    }

    .splide__arrow {
        width: 30px;
        height: 30px
    }

    .splide__arrow--prev {
        left: -1rem
    }

    .splide__arrow--next {
        right: 0
    }

    .regulations-block .news-block .news-img {
        padding-bottom: 85px
    }

    .news-sect .regulations-block .news-block {
        display: block
    }

    .news-sect .regulations-block .news-block .news-img {
        padding-bottom: 60%;
        margin: 0
    }

    footer {
        padding: 40px 0
    }

    .copyright {
        font-size: 12px
    }

    .sidebar-logo {
        padding: 15px
    }

    .sidemenu ul.s-menu,
    ul.sidemenu-social {
        padding: 20px;
        justify-content: center
    }

    .sidemenu ul li a {
        font-size: 20px
    }

    .about-logo {
        border: 0
    }

    .must-block .news-block {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
        margin: 0
    }

    .must-block .news-block .news-img {
        padding-bottom: 50%
    }

    .must-tabs ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px
    }

    .latest-sect .news-block:before {
        display: none
    }

    .latest-sect .news-block:after {
        right: 0
    }

    .video-collection-max-height {
        max-height: 300px;
        overflow-y: auto
    }

    .player-video-src {
        height: 300px !important;
        width: 100%
    }

    .fixed-desc-height,
    .fixed-title-height {
        min-height: auto;
        max-height: none
    }
}

@media (max-width:575px) {
    .contact-details {
        display: block
    }

    .social-ttl {
        display: none
    }
}

.social-icon li a.spotify:hover {
    background: #27d150;
    color: #fff !important;
}

.social-icon li a.amazonemusic:hover {
    background: #4285f4;
    color: #fff !important;
}

.bookmarkcss-mobile {
    position: relative;
    top: 0px;
    z-index: 1;
    left: 10px;
    padding: 0px 5px;
    width: 20px;
    cursor: pointer;
    background: #ffffffcc;
    border-radius: 0px 0px 3px 3px;
}

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

#back2top {
    border: 1px solid #ffffffa3 !important;
    background: #0000006b !important;
}

#back2top:hover {
    border: 1px solid #fff !important;
    background: var(--secondary-color) !important;
}

.news-type1:before {
    content: "";
    background-image: url(../images/icons/double-arrow.svg);
    background-size: contain;
    width: 10px;
    height: 17px;
    position: absolute;
    left: 0;
    /* bottom: 10px; */
}

.news-type1 {
    padding: 15px;
}

.b-b-b {
    border-bottom: 2px solid #000 !important;
    padding-top: 20px;
}

.custom-bg-black:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    right: -12px;
    background-color: #000;
}

.custom-bg-black {
    position: relative;
}

/* .post-video {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -200px; 
   
    background-color: #000;
}
.post-video {
    position: relative;   
} */

.new-bg-b4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -50px;
    background-color: #f4f4f4;
}

.new-bg-b4 {
    position: relative;
}

.meme-bg-black {
    position: relative;
}

.meme-bg-black::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: -15px;
    background-color: black;
}

.border-top-red {
    border-top: 10px solid #e32124;
}

p a {
    background: #ff000000;
    font-weight: 600;
    padding: 0px 5px 0px 5px;
    color: black;
    border-bottom: 1.5px solid red;
}

p a:hover {
    background: red;
    font-weight: 600;
    padding: 0px 5px 0px 5px;
    color: #fff;
}

.mobiletoggle {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.mobiletogglemenu ul li a {
    color: #333 !important;
    font-size: 1rem;
    padding: 0px 10px;
}

li.dropdown.mobiletogglemenu::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border: 3px solid #999;
    right: 10px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
}

.full-width {
    width: 100%;
}

.player-video-src1 {
    height: 500px !important;
    width: 100%;
}

.news-img-special-report {
    width: 500px !important;
    height: 300px !important;
    padding-right: 55px;
}

.proptechbuzzunderline {
    border-bottom: 2px solid !important;
    width: 90% !important;
    margin-bottom: 13px !important;
    margin-top: 24px;
}

.news-block.is-block {
    border: 1px solid #ccc !important;
    padding: 20px;
}

.news-block {

    margin-bottom: 10px !important;

}

.blogs-custom {
    margin-left: 25px !important;
}

.memes-of-real-estate-video-max-height {
    max-height: 450px;
    overflow-y: auto;
}

.blogsunderline {
    border-bottom: 2px solid !important;
    width: 90% !important;
    /* margin-bottom: 49px !important; */
    margin-top: 24px;
}

.proptech-buzz-button-margin {
    margin-bottom: 20px !important;
}

marquee br {
    display: none;
}

/* .toons-padding-left {
    padding-left: -0.25rem;
    padding-right: 0.75rem;
} */
.lets-talk-series-max-height {
    max-height: 366px !important;
    overflow-y: auto !important;
}

.max-leftside-padding {
    padding-left: 24px !important;
    margin-top: -11px !important;
    margin-bottom: -14px !important;
}

.font-white {
    color: white !important;
}

.append-unmarketing-posts {
    display: flex;
    flex-wrap: wrap;
}

.append-unmarketing-posts .proptech-video {
    width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 24px;
    padding: 0 12px;
}

@media screen and (max-width: 1024px) {
    .append-unmarketing-posts .proptech-video {
        width: 50%;
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 768px) {
    .append-unmarketing-posts .proptech-video {
        width: 100%;
        flex: 0 0 100%;
    }
}

.sub-ttl.mb-3.is-capitalized a {
    color: #fff;
}

.trandingposttitle {
    background-color: #f3e8e8 !important;
}

.custom-block-design {
    background: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container.mt-3.my-6.mostreadpost {
    background-color: white;
    padding-bottom: 5px;
}

img.spotifyblock {
    height: 100%;
}

img.addimage {
    border-radius: 3%;
}

.company-logo-detail {
    padding: 20px;
    min-height: 300px;
    background: #eee;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.company-logo {
   /* width: 140px;*/
    height: 70px;
   
}

.company-logo-detail picture {
    display: block;
}

.company-desc-item h3 {
    font-weight: 600;
    color: gray;
    font-size: 10px;
    text-transform: uppercase;
}

.company-desc-item span {
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    display: block;
}

.company-desc-inner li {
    width: 50%;
    flex: 0 0 50%;
    padding: 10px;
}

.company-desc-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.company-detail-block {
    border: 1px solid #d5d5d5;
}

.company-desc {
    padding: 20px;
   
}

.apply-now-btn {
    padding: 0 20px 20px;
    text-align: center;
}

.p-job {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70%;
}

.job-company-logo-detail {
    padding: 60px;
    min-height: 220px;
    /* max-width: 300px; */
    background: #eee;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

.job-ttl {
    font-size: 20px;
}

.field button {
    font-family: var(--primary-font);
   /* margin-top: 5px;*/
    background-color: transparent;
    border: 1px solid transparent;
    padding: 3px 0;
    text-transform: capitalize;
    margin-left: auto;
    cursor: pointer;
    display: flex;
    gap: 6px;
}

.field button svg {
    width: 16px;
    height: 16px;
    display: flex;
}

.btn-job {
    background: #f3f0f0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    border-radius: 0;
    padding: 10px 30px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    cursor: pointer;
    color: black;
}

.title_upper {
    text-transform: capitalize;
}

.inp-with-btn {
    position: relative;
}

.inp-with-btn input {
    padding-right: 85px;
}

div#append_previous_resume {
    /* max-width: 50%; */
    flex-wrap: wrap;
    display: flex;
    gap: 0;
    margin: -5px;
}


.d-none {
    display: none !important;
}

#append_previous_resume .control {
    width: 50%;
    flex: 0 0 50%;
    padding: 5px;
    overflow: auto;
}

.block-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#append_previous_resume .form-check-input {
    position: relative;
    z-index: 99;
    display: block;
    margin-bottom: 5px;
}

.inp-right-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    padding: 10px !important;
    background-color: #d5d5d5 !important;
    margin: 0 !important;
    gap: 0 !important;
}

.inp-right-btn svg {
    width: 50px !important;
    height: 20px !important;
}

.disabledtag {
    pointer-events: none;
    color: gray;
    /* Optionally change the color to indicate it's disabled */
    text-decoration: none;
}

h2.mt-0.news-ttl.bold.title-font.is-size-5 {
    color: red;
    font-size: 28px !important;

}

.job-title {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 6px;
    color: #000;
    text-transform: capitalize;
}

.job-desc {
    font-size: 12px;
    text-align: justify;
}

hr.divider {
    height: 1px;
}

.btn-apply {
    border: 0;
    text-transform: uppercase;
    color: #000;
    background-color: #eee;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.btn-apply:hover {
    background-color: #000;
    color: #fff;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#resume::-webkit-file-upload-button {
    visibility: hidden;
    display: none;
}
.job-company-inner-page-detail {
    padding: 30px 30px 0 0;
}

.search-btn {
    max-width: 300px;
    margin-left: auto;
}

.sectin-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .job-company-inner-page-detail {
        padding: 30px 0 0 0;
    }

}

@media screen and (max-width: 575px) {

 .theme-padding {
        padding-left: 25px;
        padding-right: 25px;
    }

    .search-btn,
    #submitfilter {
        width: 100%;
        max-width: 100%;
    }

    span.name_title {
        font-size: 44px;
    }

    .sectin-title-wrapper {
        flex-direction: column;
    }
}
.form-control-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.search-btn input {
    border: 0;
    color: #000;
    padding-right: 45px;
}

.search-btn .inp-with-btn {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    overflow: hidden;
}

.search-btn .inp-right-btn {
    border: 0;
    font-size: 16px;
}
.search-btn,
.search-btn input,
.search-btn ::placeholder {
    font-size: 14px !important;
    line-height: 14px !important;
}
.search-btn button#custserchbtn:hover {
    border: 0 !important;
    background-color: #000 !important;
}
.apply-now-upload-file {
    position: relative;
    text-align: center;
    padding: 20px;
    border: 1px dashed #D7D7D7;
    min-width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.apply-now-upload-file .drop-title {
    display: block;
    text-align: center;
    color: #9F9F9F;
    margin-bottom: 6px;
}

.apply-now-upload-file [type=file] {
    cursor: pointer !important;
    display: block;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    z-index: 1;
}

.apply-now-upload-file .filename {
    position: relative;
    display: block;
    margin-top: 0;
    color: #000;
}

.apply-now-submit-btn-detail {
    width: calc(100% - 310px);
    flex: 0 0 calc(100% - 310px);
    margin-left: auto;
    text-align: center;
}

.logout-btn {
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: arial, sans-serif;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.apply-now-upload-file {
    font-size: 50px;
    color: #000;
}

.section-ttl-main {
    font-size: 50px;
}

div#append_previous_resume {
    margin: 0;
    align-items: center;
}

#applicant-form-submit .columns {
    justify-content: left;
}

.btn-already-apply {
    pointer-events: none;
}

.side-name{
    text-transform: capitalize;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
       -webkit-appearance: none;
        margin: 0;
}
.pdferror {
    color: #C80815;
}
.theme-card-white {
    width: 100%;
    box-shadow: 0 7px 12px rgba(30, 10, 58, .09);
    padding: 24px;
    background-color: #fff;
    border: 1px solid #d5d5d560;
}

.job-detail-col .company-desc-item span {
    margin: 0;
}

.job-detail-col .company-desc-inner {
    margin: -6px;
}

.job-detail-col .company-logo-detail {
    padding: 30px;
    min-height: 180px;
    border: 0;
    border-radius: 9%;
}

.job-field {
    color: #757579 !important;
}

.job-detail-col .side-name {
    color: #121224;
}

.job-description {
    color: #474d6a;
    line-height: 20px;
    font-weight: 500 !important;
    font-size: 15px;
}

.job-title-desc {
    font-size: 27px;
    line-height: 32px;
    margin: 0 0 6px;
    color: #000;
    text-transform: capitalize;
}

.theme-card-title.is-size-4 {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 20px;
    max-width: 240px;
}

.title-font.is-size-5 {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 18px;
}

p.is-size-6.p-job {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
}

a.know-more-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #275df5;
}

.theme-card-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-description-list ul li {
    list-style: disc;
    margin-left: 20px;
}

.dreamjob-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
}

.dreamjob-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
}

.dreamjob-wrapper .select2-container .select2-selection--single {
    height: 44px !important;
}

.realative {
    position: relative;
}

.custom-error {
    position: absolute;
    bottom: -22px;
    left: 0;
}

@media screen and (max-width: 1216px) {
    .header-menu .container {
        width: 100% !important;
        max-width: 100%;
        padding: 0 30px;
    }
}


@media screen and (max-width: 1100px) {

    .d-flex {
        display: flex;
        align-items: center;
    }

    .searchbar .input {
        width: 100%;
        height: 35px;
    }

    .searchbar .input:focus {
        width: 100%;
        transition: width .3s;
    }

    .control.has-icons-left .icon,
    .control.has-icons-right .icon {
        width: 35px;
        height: 35px;
    }

    .custserchbtn {
        height: 35px;
        padding: 0 15px;
    }

    .searchbar.ml-5 {
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

    .sidemenu ul.s-menu {
        padding: 30px;
    }

    ul.sidemenu-social {
        padding: 0 20px 0 30px;
    }

    ul.sidemenu-social li a {
        display: flex;
        margin: 0 5px;
    }

    .sidemenu {
        width: 70%;
    }
}


@media screen and (max-width: 575px) {
      .theme-padding {
        padding-left: 25px;
        padding-right: 25px;
    }

    .social-icon li a {
        width: 35px;
        height: 35px;
    }

    ul.sidemenu-social {
        padding: 20px;
    }

}

.theme-btn {
    border: 0;
    text-transform: uppercase;
    color: #000;
    background-color: #eee;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
}


.theme-btn:focus,
.theme-btn:hover{
    background-color: #000;
    color: #fff;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.theme-btn.w-100 {
    width: 100%;
}

.theme-btn.w-90 {
    width: 90%;
}

.theme-btn.w-80 {
    width: 80%;
}

.theme-btn.w-70 {
    width: 70%;
}

.theme-btn.w-60 {
    width: 60%;
}

.theme-btn.w-50 {
    width: 50%;
}
.theme-btn.mt-20 {
    margin-top: 20px;
}

.dream_name_title {
    color: #666;
    font-size: 50px;
    font-weight: 600;
    margin-left: 26%;
}
.jobcv_name_title {
    color: #666;
    font-size: 50px;
    font-weight: 600;
    margin-left: 38%;
}
@media screen and (max-width: 767px) {
    .sidemenu {
        width: 100%;
    }

    .jobcv_name_title {
        color: #666;
        font-size: 35px;
        font-weight: 600;
        margin: 0;
        text-align: center;
        display: block;
     }

    .dream_name_title {
      color: #666;
      font-size: 46px;
      font-weight: 600;
      margin: 0;
      text-align: center;
      display: block;
    }

}
.bg-f4 .video-list .news-block a{
    color: #333 !important;
}
.video-sect-updates-cont .section-ttl.title-font {
    color: #000 !important;
}
.video-sect-updates-cont-inner{
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.video-sect-updates-cont-inner img{
    border: 1px solid #d5d5d5;
}
.append_view_more_blog_btn {
    border-top: 1px solid #ffffff10;
    padding-top: 20px;
}.lets-talk-series-read-more {
    padding-top: 20px;
    border-top: 1px solid #d5d5d5;
}

.append--posts1 ul li {
    list-style-type: disc;
}

.editorialunderline {
    border-bottom: 2px solid !important;
    width: 100%;
    margin-bottom: 13px !important;
    margin-top: 24px;
    max-width: 470px;
}

.view-more-btn-update.news-type a:before {background-image: unset;border: solid #ed1c24;border-width: 0 2px 2px 0 !important;display: inline-block;padding: 3px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg) translateY(-50%);width: 8px;height: 8px;top: 50%;left: unset;right: 15px;position: absolute;content: "";    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear}

.news-type.view-more-btn-update {
    padding: 10px 35px 10px 18px;
    border: 1px solid #ed1c24;
    border-radius: 40px;  -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: flex;
    width: fit-content;
}

.news-type.view-more-btn-update a {
    color: #ed1c24 !important;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 600 !important;  -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.news-type.view-more-btn-update:before {
    opacity: 0;    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.news-type.view-more-btn-update:hover {
    background-color: #ed1c24;    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.news-type.view-more-btn-update:hover a {
    color: #fff !important;    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.news-type.view-more-btn-update:hover a:before {
    border: solid #fff;    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.append-meme-img-list .news-ttl {
    margin-top: 0;
}
#special-property-category-slide .news-block:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.append--posts1, .append--posts1 p {
    text-align: justify;
}
.append--posts1 ul {
    margin-left: 16px;
    margin-bottom: 16px;
}
.append--posts1 ul:last-child {
    margin-bottom: 0;
}

/* New Footer CSS */

.scrollToTopBtn {
    position: fixed;
    bottom: 74px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 89;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
    border: 1px solid rgb(52 52 52 / 15%);
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #ffffff30;
  }

  .scrollToTopBtn:hover {
    background: #ff0006;
  }

  .scrollToTopBtn.showBtn {
    opacity: 1;
    transform: translateY(0);
  }

.footer-logo{
    max-width: 250px;
  }
  .footer-links ul{
    display: flex;
    flex-wrap: wrap;
  }
  .footer-links ul li{
    width: 33.33%;
    flex:0 0 33.33%;
    margin-bottom: 10px;
  }
  .footer-links ul li a{
    color: #fff;
  }
  .footer-links ul li a:hover{
    color: #aba7a7;
  }
  .copyright-bar p{
    color: #fff;
  }
  .footer-cols:nth-child(1){
    padding-bottom: 10px;
    border-bottom: 1px solid #2C2C2C;
  }
  .social__icon {
    position: relative;
    display: block;
    max-width: 35px;
    flex:0 0 35px;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .social-icons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
  }

  .social__icon:hover {
    transform: scale(1.2);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

/* New Footer CSS */
  .logo {
    max-width: 200px;
}


.cms-item h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .cms-item {
    margin-bottom: 30px;
  }

  .cms-item span {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
  }

  .cms-inner-item {
    font-weight: 600;
  }

  .cms-item p:not(:last-child) {
    margin-bottom: 0;
  }
  .back-to-home-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    width: fit-content;
    text-transform: uppercase;
}

.back-to-home-btn svg {
    display: flex;
    width: 26px;
    height: 26px;
}
@media screen and (max-width:1024px) {
    .container.back-to-home-btn{
        padding-left: .75rem;
        padding-right: .75rem;
    }
    section.section.section-cms{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}



@keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  
  .blink {
    animation: blinker 1.5s linear infinite;
    -webkit-animation: blinker 1.5s linear infinite;
  }
  
  .latest-block-d{
    background-color: var(--primary-color);
    padding: 3px;
    border-radius: 3px;
    font-size: 10px;
    color: white;
    line-height: normal;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: -25px;
  }
  
  .latest-block-m{
    background-color: var(--primary-color);
    padding: 3px;
    border-radius: 3px;
    font-size: 10px;
    color: white;
    line-height: normal;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 172px;
  }

  .theme-bg {
    position: relative;
    overflow: visible;
}
.section-podcast {
    padding: 30px 0 20px;
    margin-bottom: 0;
}
.section-podcast .section-title {
    display: block;
    text-align: center;
}
.section-title:last-child {
    margin-bottom: 0;
}
.section-podcast.theme-bg::after, .section-realtyguru.theme-bg::after {
    background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/07/669f473ebb879_theme-bg.jpg);
    z-index: -1;
}
.theme-bg::after {
    position: absolute;
    content: "";
    width: 200%;
    height: 100%;
    right: 0;
    left: -400px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/07/669f4c003cb14_theme-bg2.png);
}
section#section-podcast {
    padding-left: 20px;
    padding-right: 0px;
    margin-right: -20px;
    margin-left: -33px;
}
.dark h2, .dark p {
    color: #ffffff;
}
@media screen and (max-width: 480px) {
        .section-title h1, .section-title h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

.prefrred-banner {
    background-color: #CC0000;
    padding: 10px;
    border-radius: 5px;
}
.prefrred-banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    color: #fff;
    text-decoration: none;
}
.prefrred-text {
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}
.prefrredsource-img img {
    border-radius: 5px;
}