body {
    font-family: "Rubik", sans-serif;
    overflow-x: hidden;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff!important;
}
.sre-nvbr-scx {
    background: #071d43;
    padding: 0;
    min-height: 108px;
}
.slick-next:before, .slick-prev:before {
    font-size: 30px;
}
.slick-dots li{
    background: #fff;
        width: 60px;
    height: 5px;
}
.slick-dots li button:before {
    content: '';
}
.slick-dots li.slick-active {
    background: #ffffff7a;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.sre-nvbr-scx .container {
    max-width: 1320px;
}

.sre-nvbr-scx-logo {
    padding: 0;
    margin-right: 40px;
}

.sre-nvbr-scx-logo img {
    height: 78px;
    width: auto;
    display: block;
}

.sre-nvbr-scx-collapse {
    border-left: 1px solid rgba(255, 255, 255, .08);
    padding-left: 45px;
}

.sre-nvbr-scx-menu {
    gap: 14px;
}

.sre-nvbr-scx-menu .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 40px 14px;
    position: relative;
    transition: .3s;
}

.sre-nvbr-scx-menu .nav-link:hover {
    color: #fff;
}

.sre-nvbr-scx-menu .nav-link.active {
    color: #fff;
}

.sre-nvbr-scx-menu .nav-link.active:after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 20px;
    width: 42px;
    height: 2px;
    background: #1d66ff;
}

.sre-nvbr-scx-right {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 35px;
}

.sre-nvbr-scx-btn {
    background: #1d5fd8;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
}

.sre-nvbr-scx-btn:hover {
    background: #2d74f5;
    color: #fff;
}

.sre-nvbr-scx-menu-btn {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: .3s;
}

.sre-nvbr-scx-menu-btn:hover {
    border-color: #fff;
}

.sre-nvbr-scx-toggler {
    border: none;
    box-shadow: none;
    padding: 0;
}

.sre-nvbr-scx-toggler span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 6px 0;
}

.sre-nvbr-scx-toggler:focus {
    box-shadow: none;
}

/*======================
Responsive
=======================*/

@media(max-width:1199px) {

    .sre-nvbr-scx {
        padding: 16px 0;
    }

    .sre-nvbr-scx-collapse {
        margin-top: 25px;
        padding: 25px 0 0;
        border: none;
    }

    .sre-nvbr-scx-menu {
        gap: 0;
    }

    .sre-nvbr-scx-menu .nav-link {
        padding: 14px 0;
    }

    .sre-nvbr-scx-menu .nav-link.active:after {
        left: 0;
        bottom: 6px;
    }

    .sre-nvbr-scx-right {
        margin: 25px 0 0;
        justify-content: flex-start;
    }

}

@media(max-width:767px) {

    .sre-nvbr-scx-logo img {
        height: 58px;
    }

    .sre-nvbr-scx-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .sre-nvbr-scx-btn {
        width: 100%;
        text-align: center;
        padding: 15px;
    }

}
.sre-hero-wrap {
    position: relative;
}
.scroll-indicator{
    position:absolute;
    right:100px;
    bottom:30%;

    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;

    z-index:10;
}

.scroll-text{
    writing-mode:vertical-rl;
    transform:rotate(180deg);

    font-size:12px;
    font-weight:600;
    letter-spacing:8px;
    text-transform:uppercase;

    color:#ffffff;
    animation:textFloat 2.5s ease-in-out infinite;
}

.mouse{
    width:34px;
    height:70px;

    border: 2px solid rgb(255 255 255);
    border-radius:30px;

    display:flex;
    justify-content:center;
    padding-top:8px;

    backdrop-filter:blur(8px);

    position:relative;
}

.wheel{
    width:5px;
    height:10px;

    border-radius:10px;

    background:#fff;

    animation:wheel 2s infinite;
}


/* Mouse wheel */

@keyframes wheel{

    0%{
        transform:translateY(0);
        opacity:1;
    }

    60%{
        transform:translateY(40px);
        opacity:0;
    }

    100%{
        transform:translateY(0);
        opacity:0;
    }

}

/* Floating text */

@keyframes textFloat{

    0%,100%{
        transform:rotate(180deg) translateY(0);
    }

    50%{
        transform:rotate(180deg) translateY(-8px);
    }

}


.hero-slider .slide {
    height: 720px;
    background-position: center;
    background-size: cover;
    position: relative
}

.slide:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .3)
}

.wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center
}

.left {
    width: 50%;
    height: 100%;
        background: linear-gradient(45deg, #071d4300, #0b3783);                                              
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
    display: flex;
    align-items: center;
    padding: 80px;
    color: #fff
}

.sub {
    letter-spacing: 4px
}

.line {
    display: inline-block;
    width: 120px;
    height: 2px;
    background: #2f67dd;
    margin-left: 15px;
    vertical-align: middle
}

.title {
    font-size: 50px;
    line-height: .9;
    font-weight: 800;
    margin: 20px 0
}

.txt {
    font-size: 16px;
    color: #d8e3ff;
    width: 80%;
}

.btns {
    display: flex;
    gap: 15px;
    margin-top: 35px
}

.btn1,
.btn2 {
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 4px;
    font-weight: 700
}

.btn1 {
    background: #2b64db;
    color: #fff
}

.btn2 {
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff
}

.slick-prev,
.slick-next {
    width: 55px;
    height: 55px;
    z-index: 5
}

.slick-prev {
    left: 20px
}

.slick-next {
    right: 20px
}

.slick-dots {
    bottom: 25px
}

@media(max-width:992px) {
    .slide {
        height: 620px
    }

    .left {
        width: 100%;
        clip-path: none;
        padding: 40px
    }

    .title {
        font-size: 56px
    }
}

@media(max-width:576px) {
    .title {
        font-size: 42px
    }

    .btns {
        flex-direction: column
    }
}
.sre-hmabt-scx{
    padding:100px 0 80px;
    background: linear-gradient(180deg, #02173a, #0a1d47);
    position:relative;
    overflow:hidden;
}

.sre-hmabt-scx-content{
    padding-right:40px;
}

.sre-hmabt-scx-tag{
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:15px;
    font-weight:700;
    color:#1f63db;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:24px;
}

.sre-hmabt-scx-tag i{
    font-size:22px;
    transform:rotate(18deg);
}

.sre-hmabt-scx-title{
    font-size:40px;
    font-weight:800;
    line-height:1.15;
    color:#fff;
    margin-bottom:28px;
    text-transform:uppercase;
}

.sre-hmabt-scx-desc{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 20px;
}

.sre-hmabt-scx-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    min-width:230px;
    height:62px;
    background:#1f63db;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
    text-transform:uppercase;
    transition:.35s;
}

.sre-hmabt-scx-btn:hover{
    background:#154fb3;
    color:#fff;
}

.sre-hmabt-scx-btn i{
    font-size:18px;
}

.sre-hmabt-scx-gallery{
    width:100%;
    border-radius: 15px;
    overflow: hidden;
}

.sre-hmabt-scx-gallery-top{
    margin-bottom:10px;
}

.sre-hmabt-scx-gallery-top img{
    width:100%;
    height:330px;
    object-fit:cover;
    display:block;
}

.sre-hmabt-scx-gallery-bottom{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}

.sre-hmabt-scx-gallery-item{
    overflow:hidden;
}

.sre-hmabt-scx-gallery-item img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.sre-hmabt-scx-gallery-item:hover img{
    transform:scale(1.08);
}

.sre-hmabt-scx-stats{
    margin-top:80px;
    border-radius: 15px;
}

.sre-hmabt-scx-stat{
    display: flex;
    gap: 20px;
    padding: 30px 30px 30px;
    border-right: 1px solid #edf1f752;
    height: 100%;
    align-items: center;
}

.sre-hmabt-scx-stat-last{
    border-right:none;
}

.sre-hmabt-scx-stat-icon{
    width:78px;
    height:78px;
    border:2px solid #2d67d8;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.sre-hmabt-scx-stat-icon i{
    font-size:34px;
    color:#2d67d8;
}

.sre-hmabt-scx-stat-content h3{
    font-size:35px;
    font-weight:600;
    color:#fff;
    margin:0 0 10px;
    line-height:1;
}

.sre-hmabt-scx-stat-content h5{
    font-size:18px;
    font-weight:500;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:0;
}

.sre-hmabt-scx-stat-content p{
margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

/*=========================
Responsive
==========================*/

@media (max-width:1399px){

.sre-hmabt-scx-title{
    font-size:52px;
}

.sre-hmabt-scx-desc{
    font-size:18px;
}

.sre-hmabt-scx-stat-content h3{
    font-size:46px;
}

}

@media (max-width:1199px){

.sre-hmabt-scx{
    padding:90px 0 70px;
}

.sre-hmabt-scx-content{
    padding-right:0;
    margin-bottom:60px;
}

.sre-hmabt-scx-title{
    font-size:46px;
}

.sre-hmabt-scx-gallery-top img{
    height:300px;
}

.sre-hmabt-scx-gallery-item img{
    height:220px;
}

.sre-hmabt-scx-stat{
    border-right:none;
    border-bottom:1px solid #edf1f733;
}

.sre-hmabt-scx-stat-last{
    border-bottom:none;
}

}

@media (max-width:991px){

.sre-hmabt-scx{
    padding:80px 0 60px;
}

.sre-hmabt-scx-title{
    font-size:40px;
}

.sre-hmabt-scx-desc{
    font-size:17px;
}

.sre-hmabt-scx-gallery-bottom{
    grid-template-columns:repeat(3,1fr);
}

.sre-hmabt-scx-stat{
    padding:30px 25px;
}

.sre-hmabt-scx-stat-content h3{
    font-size:42px;
}

}

@media (max-width:767px){

.sre-hmabt-scx{
    padding:70px 0 50px;
}

.sre-hmabt-scx-title{
    font-size:34px;
}

.sre-hmabt-scx-tag{
    font-size:13px;
}

.sre-hmabt-scx-gallery-top img{
    height:240px;
}

.sre-hmabt-scx-gallery-bottom{
    grid-template-columns:1fr;
}

.sre-hmabt-scx-gallery-item img{
    height:220px;
}

.sre-hmabt-scx-stats{
    margin-top:50px;
}

.sre-hmabt-scx-stat{
    flex-direction:column;
    text-align:center;
    align-items:center;
}

.sre-hmabt-scx-btn{
    width:100%;
}

}

@media (max-width:575px){

.sre-hmabt-scx-title{
    font-size:30px;
}

.sre-hmabt-scx-desc{
    font-size:16px;
}

.sre-hmabt-scx-gallery-top img{
    height:210px;
}

.sre-hmabt-scx-gallery-item img{
    height:190px;
}

.sre-hmabt-scx-stat-icon{
    width:70px;
    height:70px;
}

.sre-hmabt-scx-stat-icon i{
    font-size:28px;
}

.sre-hmabt-scx-stat-content h3{
    font-size:38px;
}

.sre-hmabt-scx-stat-content h5{
    font-size:17px;
}

.sre-hmabt-scx-stat-content p{
    font-size:15px;
}

}
.sre-abt-hm-vid-scx{
    padding:80px 0 20px;
}


.sre-abt-hm-vid-scx-left{
    padding-right:40px;
    position:relative;
    z-index:2;
}

.sre-abt-hm-vid-scx-tag{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#1f63db;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:25px;
}

.sre-abt-hm-vid-scx-tag::before{
    content:"";
    width:18px;
    height:4px;
    background:#1f63db;
    transform:rotate(65deg);
}

.sre-abt-hm-vid-scx-title{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.sre-abt-hm-vid-scx-title span{
    color:#1f63db;
}

.sre-abt-hm-vid-scx-line{
    width:60px;
    height:3px;
    background:#1f63db;
    margin-bottom:28px;
}

.sre-abt-hm-vid-scx-desc{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.sre-abt-hm-vid-scx-features{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    margin-bottom:45px;
}

.sre-abt-hm-vid-scx-item{
    padding:28px 20px;
    border-right:1px solid rgba(255,255,255,.08);
}

.sre-abt-hm-vid-scx-item:last-child{
    border-right:none;
}

.sre-abt-hm-vid-scx-icon{
    width:54px;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1f63db;
    font-size:34px;
    margin-bottom:18px;
}

.sre-abt-hm-vid-scx-item h5{
    color:#fff;
    font-size:18px;
    font-weight:700;
    margin-bottom:12px;
}

.sre-abt-hm-vid-scx-item p{
    color:#fff;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

.sre-abt-hm-vid-scx-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    min-width:220px;
    height:60px;
    border:2px solid #1f63db;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    text-transform:uppercase;
    font-size:16px;
    font-weight:700;
    transition:.35s;
        background:#1f63db;     
}

.sre-abt-hm-vid-scx-btn:hover{
    background:#ffffff;
    color:#1f63db;
}

.sre-abt-hm-vid-scx-btn i{
    font-size:18px;
}

.sre-abt-hm-vid-scx-right{
    position:relative;
}

.sre-abt-hm-vid-scx-video{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.12);
}

.sre-abt-hm-vid-scx-video img{
    width:100%;
    height:620px;
    object-fit:cover;
    display:block;
}

.sre-abt-hm-vid-scx-play{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90px;
    height:90px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1f63db;
    font-size:34px;
    text-decoration:none;
    transition:.35s;
    z-index:2;
}

.sre-abt-hm-vid-scx-play:hover{
    background:#1f63db;
    color:#fff;
    transform:translate(-50%,-50%) scale(1.08);
}

.sre-abt-hm-vid-scx-play::before,
.sre-abt-hm-vid-scx-play::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    border-radius:50%;
    transform:translate(-50%,-50%);
    pointer-events:none;
}

.sre-abt-hm-vid-scx-play::before{
    width:120px;
    height:120px;
    border:2px solid rgba(255,255,255,.45);
    animation:sreVideoRipple 2s linear infinite;
}

.sre-abt-hm-vid-scx-play::after{
    width:120px;
    height:120px;
    border:2px solid rgba(255,255,255,.25);
    animation:sreVideoRipple 2s linear infinite .8s;
}

@keyframes sreVideoRipple{

    0%{
        width:90px;
        height:90px;
        opacity:.8;
    }

    70%{
        width:150px;
        height:150px;
        opacity:.3;
    }

    100%{
        width:190px;
        height:190px;
        opacity:0;
    }

}

/* Responsive */

@media(max-width:1399px){

.sre-abt-hm-vid-scx-title{
    font-size:54px;
}

.sre-abt-hm-vid-scx-video img{
    height:560px;
}

}

@media(max-width:1199px){

.sre-abt-hm-vid-scx{
    padding:90px 0;
}

.sre-abt-hm-vid-scx-left{
    padding-right:0;
    margin-bottom:60px;
}

.sre-abt-hm-vid-scx-title{
    font-size:48px;
}

.sre-abt-hm-vid-scx-features{
    grid-template-columns:repeat(2,1fr);
}

.sre-abt-hm-vid-scx-item:nth-child(2){
    border-right:none;
}

.sre-abt-hm-vid-scx-item{
    border-bottom:1px solid rgba(255,255,255,.08);
}

.sre-abt-hm-vid-scx-video img{
    height:500px;
}

}

@media(max-width:991px){

.sre-abt-hm-vid-scx{
    padding:80px 0;
}

.sre-abt-hm-vid-scx-title{
    font-size:42px;
}

.sre-abt-hm-vid-scx-desc{
    font-size:18px;
}

}

@media(max-width:767px){

.sre-abt-hm-vid-scx{
    padding:70px 0;
}

.sre-abt-hm-vid-scx-title{
    font-size:36px;
}

.sre-abt-hm-vid-scx-features{
    grid-template-columns:1fr;
}

.sre-abt-hm-vid-scx-item{
    border-right:none;
}

.sre-abt-hm-vid-scx-video img{
    height:360px;
}


.sre-abt-hm-vid-scx-btn{
    width:100%;
}

}

@media(max-width:575px){

.sre-abt-hm-vid-scx-title{
    font-size:30px;
}

.sre-abt-hm-vid-scx-desc{
    font-size:16px;
}

.sre-abt-hm-vid-scx-video img{
    height:280px;
}

}
.sre-pro-cd-scx-card{
    position:relative;
    height:620px;
    overflow:hidden;
    cursor:pointer;
    transition:.45s;
}
.sre-pro-cd-scx .col-lg-3 {
    padding: 0;
}
.sre-pro-cd-scx-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.sre-pro-cd-scx-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,#051738 15%,rgba(4,25,70,.75) 55%,rgba(0,0,0,.2));
}

.sre-pro-cd-scx-content{
    position:absolute;
    left:40px;
    right:40px;
    bottom:40px;
    color:#fff;
    z-index:2;
}

.sre-pro-cd-scx-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.35);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    margin:0 auto 20px;
}

.sre-pro-cd-scx-content h3{
    text-align:center;
    font-size:34px;
    font-weight:700;
    margin-bottom:15px;
}

.sre-pro-cd-scx-line{
    display:block;
    width:80px;
    height:3px;
    background:#2878ff;
    margin:0 auto 25px;
}

.sre-pro-cd-scx-content p{
    text-align:center;
    font-size:18px;
    line-height:1.5;
}

.sre-pro-cd-scx-list{
    opacity:0;
    visibility:hidden;
    max-height:0;
    overflow:hidden;
    transition:.45s;
    padding:0;
    margin:30px 0;
    list-style:none;
}

.sre-pro-cd-scx-list li{
    padding:5px 0;
    font-size:17px;
    position:relative;
    padding-left:30px;
}

.sre-pro-cd-scx-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#2b7cff;
}

.sre-pro-cd-scx-content a{
    color:#fff;
    text-decoration:none;
    font-weight:700;
    display:flex;
    justify-content:space-between;
    align-items:center;
    opacity:0;
    transition:.35s;
}



.sre-pro-cd-scx-card:hover img,
.sre-pro-cd-scx-card.active img{
    transform:scale(1.08);
}

.sre-pro-cd-scx-card:hover .sre-pro-cd-scx-list,
.sre-pro-cd-scx-card.active .sre-pro-cd-scx-list{
    opacity:1;
    visibility:visible;
    max-height:320px;
}

.sre-pro-cd-scx-card:hover a,
.sre-pro-cd-scx-card.active a{
    opacity:1;
}
/* .sre-pro-slide-wrap {
    background: #fff;
    padding: 90px 0;
}
.sre-pro-sld-img img {
    width: 100%;
}
.sre-pro-sld-col-6 {
    width: 50%;
        border: 1px solid #051738;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
}
.sre-pro-sld-content-col-6 {
    width: 50%;
    display: none;
}
.slick-current .sre-pro-sld-col-6 {
    width: 50%;    
    margin: 0;
    padding: 0;
}
.slick-current .sre-pro-sld-content-col-6 {
  display: block;  
}
.sre-pro-sld-img-btm {
    padding: 30px 30px 30px;
}  
.slick-current .sre-pro-sld-img-btm {
    display: none;
}
.slick-current .sre-pro-sld-img img {
    height: 450px;
    object-fit: cover;
}  
.slick-current .sre-pro-sld-row {
    border: 1px solid #051738;
    border-radius: 15px;
    overflow: hidden;
}  
.sre-pro-sld-row {
    justify-content: space-around;
}
.sre-pro-slide-card {
} */

/*==============================
    FOOTER
==============================*/

.sre-footer-scx{
    position:relative;
    overflow:hidden;
    background:#031630;
    color:#fff;
    padding-top:70px;
}

.sre-footer-scx:before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,rgba(32,99,219,.18),transparent 42%),
    linear-gradient(180deg,#061a38 0%,#041326 100%);
    z-index:0;
}

.sre-footer-scx .container{
    position:relative;
    z-index:2;
}

.sre-footer-scx a{
    text-decoration:none;
    transition:.35s;
}

.sre-footer-scx ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*==============================
    TOP
==============================*/

.sre-footer-scx-top{
    padding-bottom:45px;
    border-bottom:1px solid rgba(255,255,255,.08);
    margin-bottom:45px;
}

.sre-footer-scx-logo{
    padding-right:40px;
    border-right:1px solid rgba(255,255,255,.12);
}

.sre-footer-scx-logo img{
    max-width:320px;
    width:100%;
}

.sre-footer-scx-desc{
    padding-left:35px;
}

.sre-footer-scx-desc p{
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.sre-footer-scx-social{
    text-align:right;
}

.sre-footer-scx-social h6{
    color:#8ebeff;
    text-transform:uppercase;
    font-size:15px;
    font-weight:600;
    margin-bottom:22px;
    letter-spacing:1px;
}

.sre-footer-scx-social ul{
    display:flex;
    justify-content:flex-end;
    gap:16px;
}

.sre-footer-scx-social a{
    width:56px;
    height:56px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.35);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
}

.sre-footer-scx-social a:hover{
    background:#1f63db;
    border-color:#1f63db;
    transform:translateY(-5px);
}

/*==============================
    MIDDLE
==============================*/

.sre-footer-scx-middle{
    position:relative;
    padding-bottom:50px;
}

.sre-footer-scx-contact{
    padding-right:45px;
    border-right:1px solid rgba(255,255,255,.10);
}

.sre-footer-scx-contact h4,
.sre-footer-scx-links h4{
    color: #8ebeff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.sre-footer-scx-contact h4:after,
.sre-footer-scx-links h4:after{
    content:"";
    width:34px;
    height:2px;
    background:#8ebeff;
    display:block;
    margin-top:12px;
}

.sre-footer-scx-contact-item{
    display:flex;
    gap:18px;
    margin-bottom:32px;
        align-items: center;
}

.sre-footer-scx-icon{
    width:62px;
    height:62px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.35);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:24px;
    color:#fff;
}

.sre-footer-scx-contact-item p{
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.sre-footer-scx-contact-item a{
    color:#8ebeff;
    font-size:18px;
}

.sre-footer-scx-contact-item a:hover{
    color:#fff;
    padding-left:6px;
}

.sre-footer-scx-btn{
    margin-top:18px;
    display:inline-flex;
    align-items:center;
    gap:15px;
    padding:18px 34px;
    border:1px solid rgba(90,146,255,.45);
    color:#fff;
    font-size:19px;
    font-weight:600;
    border-radius:4px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.sre-footer-scx-btn:hover{
    background:#1f63db;
    border-color:#1f63db;
}

.sre-footer-scx-links{
    padding-left:35px;
    border-right:1px solid rgba(255,255,255,.10);
    min-height:100%;
}

.sre-footer-scx-links ul li{
    margin-bottom:20px;
}

.sre-footer-scx-links ul li:last-child{
    margin-bottom:0;
}

.sre-footer-scx-links ul li a{
    display:flex;
    align-items:flex-start;
    color:rgba(255,255,255,.84);
    font-size:18px;
    line-height:1.6;
}

.sre-footer-scx-links ul li a:before{
    content:"›";
    font-size:22px;
    margin-right:12px;
    color:#8ebeff;
    transition:.35s;
}

.sre-footer-scx-links ul li a:hover{
    color:#fff;
    transform:translateX(8px);
}

.sre-footer-scx-links ul li a:hover:before{
    color:#fff;
}


/*====================================
    FEATURES STRIP
====================================*/

.sre-footer-scx-features{
    padding:40px 0;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    margin-top:10px;
}

.sre-footer-scx-feature{
    display:flex;
    align-items:center;
    gap:22px;
    padding:0 20px;
    height:100%;
    border-right:1px solid rgba(255,255,255,.08);
}

.sre-footer-scx-feature:last-child{
    border-right:none;
}

.sre-footer-scx-feature-icon{
    width:78px;
    height:78px;
    border-radius:50%;
    border:1px solid rgba(62,123,255,.45);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:34px;
    color:#fff;
    background:rgba(31,99,219,.08);
    transition:.35s;
}

.sre-footer-scx-feature:hover .sre-footer-scx-feature-icon{
    background:#1f63db;
    transform:translateY(-6px);
}

.sre-footer-scx-feature h5{
    margin:0 0 8px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}

.sre-footer-scx-feature p{
    margin: 0;
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    line-height: 1.5;
}

/*====================================
    BOTTOM
====================================*/

.sre-footer-scx-bottom{
    padding:35px 0;
}

.sre-footer-scx-bottom p{
    margin:0;
    color:rgba(255,255,255,.75);
    font-size:16px;
}

.sre-footer-scx-bottom ul{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
}

.sre-footer-scx-bottom ul li{
    position:relative;
}

.sre-footer-scx-bottom ul li:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-16px;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:16px;
    background:rgba(255,255,255,.15);
}

.sre-footer-scx-bottom ul li a{
    color:rgba(255,255,255,.78);
    font-size:16px;
}

.sre-footer-scx-bottom ul li a:hover{
    color:#8ebeff;
}

.sre-footer-scx-topbtn{
    text-align:right;
}

.sre-footer-scx-topbtn a{
    display:inline-flex;
    align-items:center;
    gap:18px;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    font-weight:600;
}

.sre-footer-scx-topbtn span{
    width:52px;
    height:52px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
}

.sre-footer-scx-topbtn a:hover span{
    background:#1f63db;
    border-color:#1f63db;
    transform:translateY(-4px);
}

/*====================================
    LARGE SCREEN
====================================*/

@media(max-width:1399px){

.sre-footer-scx-desc p{
    font-size:26px;
}



}

/*====================================
    LAPTOP
====================================*/

@media(max-width:1199px){

.sre-footer-scx{
    padding-top:60px;
}

.sre-footer-scx-logo{
    border:none;
    padding-right:0;
}

.sre-footer-scx-desc{
    padding-left:0;
}

.sre-footer-scx-desc p{
    font-size:22px;
}

.sre-footer-scx-contact{
    border:none;
    padding-right:0;
    margin-bottom:45px;
}

.sre-footer-scx-links{
    border:none;
    padding-left:0;
    margin-bottom:40px;
}


.sre-footer-scx-feature{
    border:none;
    padding:20px 0;
}

}

/*====================================
    TABLET
====================================*/

@media(max-width:991px){

.sre-footer-scx{
    padding-top:50px;
}

.sre-footer-scx-top{
    padding-bottom:35px;
    margin-bottom:35px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.sre-footer-scx-logo{
    margin-bottom:25px;
}

.sre-footer-scx-desc{
    margin-bottom:25px;
    text-align: center !important;
}

.sre-footer-scx-social{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.sre-footer-scx-social ul{
    justify-content:center !important;
}

.sre-footer-scx-contact {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 45px;
}

.sre-footer-scx-contact h4,
.sre-footer-scx-links h4{
    font-size:24px;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.sre-footer-scx-contact h4:after,
.sre-footer-scx-links h4:after {
    margin: 10px auto 0 auto !important;
}

.sre-footer-scx-contact-item{
    flex-direction:column !important;
    align-items: center !important;
    text-align: center !important;
    gap:10px !important;
    margin-bottom: 15px;
}

.sre-footer-scx-contact-item div {
    text-align: center !important;
}

.sre-footer-scx-btn{
    width:100% !important;
    max-width: 320px !important;
    justify-content:center !important;
    margin: 20px auto 0 auto !important;
}

.sre-footer-scx-links {
    text-align: center !important;
    margin-bottom: 40px;
}

.sre-footer-scx-links ul {
    padding-left: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.sre-footer-scx-links ul li {
    text-align: center !important;
}

.sre-footer-scx-links ul li a {
    padding-left: 0 !important;
    text-align: center !important;
}

.sre-footer-scx-links ul li a:before {
    display: none !important; /* Hide standard arrow bullets when centered */
}

.sre-footer-scx-feature{
    flex-direction:column !important;
    text-align:center !important;
    align-items: center !important;
    margin-bottom: 35px;
}

.sre-footer-scx-feature-icon {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
}

.sre-footer-scx-feature h5{
    font-size:18px;
}

.sre-footer-scx-bottom {
    text-align: center !important;
}

.sre-footer-scx-bottom p{
    margin-bottom:20px;
}

.sre-footer-scx-bottom ul{
    gap:18px;
    justify-content: center !important;
    padding-left: 0 !important;
    margin-bottom: 25px;
}

.sre-footer-scx-bottom ul li::after{
    display:none !important;
}

.sre-footer-scx-topbtn {
    text-align: center !important;
    margin-top: 25px;
}

.sre-footer-scx-topbtn a{
    flex-direction:column-reverse !important;
    gap:12px !important;
    justify-content: center !important;
}

}

@media(max-width:767px){

.sre-footer-scx{
    padding-top:40px;
}

}

/*====================================
    SMALL MOBILE
====================================*/

@media(max-width:575px){

.sre-footer-scx-logo img{
    max-width:230px;
}

.sre-footer-scx-desc p{
    font-size:18px;
}

.sre-footer-scx-social a{
    width:48px;
    height:48px;
    font-size:18px;
}

.sre-footer-scx-icon{
    width:55px;
    height:55px;
    font-size:20px;
}

.sre-footer-scx-contact-item p,
.sre-footer-scx-contact-item a,
.sre-footer-scx-links ul li a{
    font-size:16px;
}

.sre-footer-scx-feature-icon{
    width:65px;
    height:65px;
    font-size:28px;
}

.sre-footer-scx-feature p{
    font-size:15px;
}

.sre-footer-scx-bottom p,
.sre-footer-scx-bottom ul li a{
    font-size:15px;
}

.sre-footer-scx-topbtn a{
    font-size:16px;
}

}

/*====================================
    TABLET SPECIFIC: HORIZONTAL CONTACT ROW
====================================*/
@media (min-width: 768px) and (max-width: 991px) {
    .sre-footer-scx-contact {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: flex-start !important;
        width: 100% !important;
        margin-bottom: 50px !important;
    }

    .sre-footer-scx-contact h4 {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }

    .sre-footer-scx-contact-item {
        width: 30% !important;
        margin: 0 1.5% 20px 1.5% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .sre-footer-scx-contact-item div {
        text-align: center !important;
    }

    .sre-footer-scx-btn {
        width: 100% !important;
        max-width: 280px !important;
        margin: 25px auto 0 auto !important;
        display: flex !important;
        justify-content: center !important;
    }
}