body {
    background: #040404
}
img{
   max-width:100%;
}
.single-banner-1 > .container
{
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    display:flex;
   
   
}
.single-banner-1 > .container .row{
    height:100%
}
.banner-meta-text {
    
    font-weight: 500;
  
    font-size: 24px;

    color: #ABABB0;
}
.btn-tailor {
    border: 1px solid #1556FF;
    border-radius: 49px;
    display: inline-block;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    gap: 32px;
}
    .btn-tailor span {
        padding-right: 15px;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 20px;
    }
.about-ready {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;
    border: 1px solid #1556FF;
   padding:22px;
    background: #040404;
    max-width:376px
}
.ready-title {
    font-weight: 700;
    font-size: 28px;
    color: #DCDCDC;
    margin-bottom:10px;
}
.ready-subtitle {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    color: #DCDCDC;
}
.ready-btn {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #1556FF;
}
.about-img
{
    position:relative
}
.aboutus {
    padding: 60px 0;
    background: #040404
}
.years-number {
    font-weight: 700;
    font-size: 137px;
    color: #1556FF;
    text-align: center;
    line-height:1.2
}
.years-title {
    color: #DCDCDC;
    font-weight: 600;
    line-height: 1.2;
    font-size: 24px;
    text-align: center;
}
.about-years {
   
    border-radius: 16px;
    border: 1px solid #1556FF;
    padding: 22px;
    background: #040404;
    
}
.about-title {
    font-weight: 700;
    font-size: 32px;
    color: rgba(181, 181, 185, 0.6);
    line-height:1.2
}
.about-desc {
  
    font-weight: 500;
   
    font-size: 16px;
 
    color: #ABABB0;
    margin-top:20px;
}
.core-title {
   
    font-weight: 600;
   
    font-size: 24px;
    
   margin-bottom:15px;
    color: #DCDCDC;
}
.core-ul ul li {
 
    font-weight: 500;
  
    font-size: 15px;
 margin-bottom:10px;
 line-height:1.4;
    color: #DCDCDC;
}
.core-ul ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0; /* Optional: remove default padding */
}

    .core-ul ul li {
        position: relative;
        padding-left: 25px; /* Space for the custom dot */
    }

        .core-ul ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 14px;
            transform: translateY(-50%);
            width: 14px;
            height: 14px;
            background: #1556FF;
            border-radius: 50%;
        }
.vm {
    position: relative;
    background: linear-gradient(94.03deg, rgba(255, 255, 255, 0.05) 0.72%, rgba(21, 86, 255, 0.16) 52.84%, rgba(255, 255, 255, 0.1) 99.28%);
padding:60px 0
}
.vm-title {
   margin-bottom:35px;
    font-weight: 700;
  
    font-size: 56px;
  line-height:1.1;
    color: rgba(181, 181, 185, 0.6);
}
.vm-desc {
  
    font-weight: 500;
   
    font-size: 20px;
  
    color: #ABABB0;
}
.vm1 {
    background: #040404;
}
.video {
    background: #040404;
    padding:60px 0
}
    .video > .container img {
     
        border-radius: 16px;
    }
.video > .container
{
    position:relative
}
    .video > .container .row {
        height: 100%;
        position: relative
    }
.video-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display:flex;
    align-items:center;
    height:100%;
    padding-left:80px;
    padding-right:80px;
}
.video ul li:first-child
{
    padding-right:30px;
}
.video ul li:last-child {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.video-title {
    font-family: Instrument Sans;
    font-weight: 700;
   margin-bottom:20px;
   margin-top:60px;
   line-height:1;
    font-size: 56px;
    
    color: rgba(181, 181, 185, 0.6);
}
.video-desc {
   
    font-weight: 500;
  
    font-size: 20px;
  
    color: rgba(181, 181, 185, 0.6);

}
.services {
    padding: 60px 0 30px;
    background: #040404;
}
.subtitle {
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #DCDCDC;
    text-align: center;
    display: flex;
    align-items: center;
}
    .subtitle span {
        width: 17px;
        height: 17px;
     display:inline-block;
  
     border-radius:100%;
        background: #1556FF;
    }
.title {
    margin-top: 15px;
    text-align: center;
    color: rgba(181, 181, 185, 0.6);
  
    font-weight: 700;
   
    font-size: 56px;
  line-height:1.2;
    text-align: center;
}
.subtitle b{
    padding-left:10px;
}
.service {
    background: #191919;
    padding: 20px;
    border-radius: 16px;
}
    .service ul li:last-child {

        font-weight: 600;
       
        font-size: 24px;
     padding-left:20px;
        color: #DCDCDC;
    }
.service ul li:first-child img{
    min-width:80px
}
.service-desc {
    margin-top: 20px;
    
    font-weight: 600;
    
    font-size: 18px;
    margin-bottom:20px;
    color: #A6A6A9;
}
.service .btn-tailor{
    display:flex;
    align-items:center;
    width:100%;
}
.service{
    margin-bottom:30px;
}
    .service ul li:last-child.serv-title {
        font-size: 15px;
        line-height: 1.2;
    }
    .service ul li:last-child.serv-title1 {
        font-size: 18px;
        line-height: 1.2;
    }
    .service ul li:last-child.serv-title2 {
        font-size: 21px;
        line-height: 1.2;
    }
.key {
    padding: 60px 0;
    background: #040404;
}
.feature-content p {
    color: #A6A6A9;
    font-size: 15px;
    text-align: justify;
    min-height:170px;
}
.feature-content .btn-tailor
{
    display:block;
    width:100%;
    display:flex;
    align-items:center
}
.st-c.single-feature:hover .btn-tailor span {
    color: rgb(21, 86, 255);
}
.single-feature-inner
{
    position:relative;
    z-index:1
}
.owl-carousel .owl-item img
{
    width:auto
}
#owl-key
{
    padding-top:40px;
}
.footer {
    padding: 30px 0;
    border-top: 0.5px solid #B0B0B0;
    background: #040404;
}
    .footer p {
        text-align: center;
        margin-bottom: 0;
        color:#fff;
        font-weight: 600;
        
        font-size: 14px;
       
    }
    @media(max-width:1199px)
    {
        .menu-bar .btn-tailor
        {
            display:none
        }
        .title
        {
            font-size:24px
        }
        .subtitle
        {
            font-size:16px;
        }
        .service ul li:last-child {
            font-size: 15px !important;
            line-height: 1.2;
        }
        .service ul li:first-child img {
            min-width: 65px;
        }
        .about-ready {
            position: relative;
            margin-bottom: 30px;
            margin-top: 30px;
        }
        ready-title {
       
            font-size: 21px;
    
            line-height: 1.2;
           
        }
        .ready-subtitle {
            line-height: 1.2;
            font-size: 16px;
           
        }
        .ready-btn {
         
            font-size: 17px;
           
        }
        .about-title
        {
            font-size:24px
        }
        .about-desc {
          
            font-size: 15px;
          
            text-align: justify;
          
        }
        .core-title {
         
            font-size: 21px;
           
        }
        .about-years
        {
            margin-top:30px
        }
        .years-number {
          
            font-size: 72px;
           
        }
        .years-title
        {
            font-size:21px;
        }
        .vm-title
        {
            font-size:24px;
            margin-bottom:20px;
        }
        .vm-desc
        {
            font-size:15px;
        }
        .vm .col-md-6{
            margin-bottom:30px;
        }
        .video-info
        {
            padding-left:0;
            padding-right:0;
            position:relative;
            margin-top:30px;
        }
        .video-title
        {
            margin-top:20px;
        }
        .video-title
        {
            font-size:32px;
        }
        .video-desc
        {
            font-size:15px;
        }
        .video 
        {
            padding-bottom:0
        }
        .service
        {
            border:1px solid #fff;
        }
        .services {
            padding: 60px 0 0px;
          
        }
        .st-c.single-feature
        {
            border:1px solid #fff
        }
        .vm {
           padding: 30px 0 0;
        }
        .vision {
            padding: 15px;
            border: 1px solid #fff;
            border-radius: 16px;
        }
        .vm-title
        {
            text-align:center
        }
        .vm-desc {
          
            text-align: center;
        }
        .mobile-hidden{
            display:none
        }
        .banner-title
        {
            font-size:32px;
        }
        .banner-meta-text
        {
            font-size:18px
        }
        .banner-btn img{
            max-width:35px;
        }
        
        .btn-tailor span
        {
            font-size:16px;
        }
        .aboutus {
            padding: 30px 0 60px;
          
        }
        .video ul li:first-child {
            padding-right: 15px;
        }
        .video > .container img {
         
            max-width: 45px;
        }
        .video ul li:last-child {
          
            font-size: 18px;
          
        }
    }
    @media(min-width:1200px)
    {
        .desk-hidden {
            display: none
        }
    }
.serv-desc {
    color: #A6A6A9;
}
.key-desc {
    color: #A6A6A9;
}
.key-title{
    font-size:21px;
    font-weight:bold;
    margin-block:15px;
}