:root {
    --white: #ffffff !important;
    --primary: #1e3053 !important;
    --secondary: #51d0d8 !important;
    --font: "Rubik", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
    font-family: var(--font);
}


/* Responsive */

@media only screen and (max-width: 1750px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {
    .header .main-menu ul li a,
    .header_sticky .main-menu ul li a {
                /* margin: 0 10px; */
                margin: 0;
        font-size: 16px;
    }
    .banner-content h2 {
        font-size: 32px;
    }
    .banner-content h4 {
        font-size: 16px;
    }
    .titlecenter {
        max-width: 1100px;
    }
    .h1animatetext {
        font-size: 50px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 1400px) {
    @keyframes marquee1 {
        0% {
            left: 0;
        }
    
        100% {
            left: -200%;
        }
    }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1250px) {}

@media only screen and (min-width: 1101px) {
    .menu-item-has-children:hover > ul.sub-menu {
        display: block;
    }
}
@media only screen and (max-width: 1100px) {
    .sidebar-menu-btn {
        display: block;
        float: right;
    }
    .right-btn {
        text-align: right;
        width: 100%;
    }

    .main-menu.desktop-header,
    .desktop-request .demo-btn{
        display: none;
    }

    .header  .main-menu.mobile-header .menu,
    .header_sticky .main-menu.mobile-header .menu{
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .header .main-menu.mobile-header .menu li:after,
    .header_sticky .main-menu.mobile-header .menu li:after{
        display: none;
    }

    .header .main-menu.mobile-header ul li a,
    .header_sticky .main-menu.mobile-header ul li a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }

    .header .main-menu.mobile-header .menu li a,
    .header_sticky .main-menu.mobile-header .menu li a{
        height: auto;
        line-height: 45px;
    }

    .main-menu ul.sub-menu{
        width: 100% !important;
    }

    .main-menu ul.sub-menu li:hover a{
        color: #1e3053 !important;
    }

    .header .right-btn .sidebar-menu-btn {
        display: flex;
        align-items: center;
    }

    .header_sticky .right-btn.desktop-request .sidebar-menu-btn {
        display: flex;
        align-items: center;
    }
    .demo-btn {
        display: none;
    }
	.main-menu.mobile-header {
		  display: block;
	}


    .news-detail{
        padding-right: 0px;
    }
    .main-menu ul.sub-menu {
        position: unset !important;
    }
    .menu-item-has-children ul.sub-menu.mob-sub-active{
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 26px;
        font-weight: 500;
    }

    .cybersecurity-div{
        padding: 15px;
    }
    .cybersecurity-div .platform-text {
        font-size: 18px;
        line-height: 26px;
    }

    .large-title-head {
        font-size: 26px;
        color: var(--primary);
        font-weight: 500;
        margin-bottom: 40px;
    }

    .section {
        padding: 30px 0;
    }

    .page-head{
        padding: 40px 0;
        background-position: left top;
    }
    
    .head-text{
        font-size: 18px;
        line-height: 26px;
        color: var(--primary);
        font-weight: 400;
        margin-bottom: 15px;
    }

    .home-banner .overlay {
        background-color: rgba(0, 0, 0, 0.6);
    }
    
    .home-banner.section-bg{
        background-position: 80% 0;
    }

    .counter{
        width: 100%;
        margin: 0 auto;
    }

    p {
        font-size: 16px;
    }

    .banner-content h2 {
        font-size: 30px;
    }
    .small-title {
        font-size: 16px;
    }
    .large-title,
    .large-text {
        font-size: 24px;
        line-height: 30px;
    }
    .footer-logo,
    .footer-social,
    .disclaimer-menu {
        padding: 15px 0;
        display: block;
        text-align: center;
    }
    .disclaimer-menu li a {
        text-align: center;
        margin: 0 9px;
    }
    .footer-social {
        text-align: center;
    }
    
    .home-case-study-content h3,
    .home-testimonials h3,
    .home-news h3,
    .home-blogs h3 {
        margin-bottom: 25px;
    }

    .home-case-study-content h3 a,
    .home-testimonials h3,
    .home-news h3 a,
    .home-blogs h3 a {
        font-size: 20px;
        line-height: 26px;
    }

    .home-news h3 a{
        position: relative;
    }

    .case-study-page-link{
        margin-top: 20px;
    }

    .home-blogs .btn-secondary
    {
        position: relative;
        bottom: 0;
    }
    .counter h3 {
        color: var(--secondary);
        font-weight: 600;
        font-size: 36px;
    }
    .counter p {
        font-size: 16px;
        color: var(--white);
        font-size: 600;
    }
    .tile-bg {
        padding: 20px;
    }
    .image_box {
        display: none;
    }

    .home-solutions-div{
       border: 1px solid #d2f2f6;
    }

    .home-solutions-div:hover, .home-solutions-div.active {
       background-color: transparent;
    }

    .scrollable_content ul {
        margin: 0;
        padding: 50px 0 0 0;
    }

    .spacer {
        height: auto !important;
        width: 100%;
    }

    .xl\:h-screen{
        height: 80vh;
    }

    .text1, .text2, .text3, .text4{
        opacity: 1 !important;
        margin: 15px;
        font-size: 24px;
        line-height: 36px;
    }

    .platform-text P,
    h2.platform-text.text-light.mb-4.aos-init.aos-animate{
        font-size: 18px;
        line-height: 26px;
    }

    .set > a{
        font-size: 20px;
        line-height: 26px;
    }

    .cybersecurity-img{
        position: relative;
    }

    .solution-list-div .sol-hide{
        max-height: 128px;
        height: 100%;
        visibility: visible;
        opacity: 1;
    }

    .key-feature-div{
        padding: 0 0 0 40px;
    }

    .solution-detail-description h5,
    .solution-detail-list-title{
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

    .key-feature-title{
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }

    #accordion__img{
        display: none;
    }

    .skill-name-detail-div img{
        display: block !important;
        width: 100%;
        margin-top: 20px;
    }

    .head-overlay {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .request-demo-link{
        font-size: 20px;
    }

    .contact-div{
        padding: 15px 25px 15px 70px;
    }

    .contact-dorm-title{
        padding: 0 0 0 70px;
    }

    .contact-dorm-title img,
    .contact-div img{
        width: 40px;
    }

    .ceo-div{
        padding: 30px;
    }

    .ceo-img{
        max-width: 100%;
        position: relative;
        top: 0px;
        left : 0px;
        margin-bottom: 20px;
    }

    #Div_1.arrow-top:after,
    #Div_2.arrow-top:after{
        left: 50%;
        transform: translateX(-50%);
    }

    .career-form{
        padding: 20px;
        width: 100%;

    }

    .career-form-div{
        height: 400px;
    }

    .abt-btn-center{
        text-align: center;
    }

    .ceo-div{
        text-align: center;
    }

    .ceo-div p{
        text-align: left;
    }

    .linkedin-link{
        margin: 0 auto;
    }

    .career .accordion-button {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 26px;
    }
    
    @keyframes marquee1 {
        0% {
            left: 0;
        }
    
        100% {
            left: -350%;
        }
    }

    .desktop-team{
        display: none;
    }

    .mobile-team{
        display: block;
    }


    .case-study h4{
        font-size: 18px;
        line-height: 26px;
        height: 84px;
    }


    .chalange-div .platform-text{
        font-size: 18px;
        line-height: 26px;
    }


    .chalange-div{
        top : -350px
    }


    .chalange-pb-150{
        padding-bottom: 225px;
    }
    
    .chalange-pt-150{
        padding-top: 200px;
    }


    .career-accordion{
        display: none;
    }


    .solution-provide h4{
        font-size: 20px;
    }


    .implementation h4{
        font-size: 30px;
        line-height: 40px;
    }


    .news-events-img-div{
        height: 200px;
    }


    .page-item a span{
        display: none;
    }


    .blog-img-div {
        height: 225px;
    }


    .blog-page-title h4{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}


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


    .loader-div-container{
        width: 100%;
    }


    .loader-div-container img{
        max-width: 75%;
    }


    .home-case-study-content h3 a{
        padding-right: 0;
    }
    .case-study-page-link {
        text-align: left;
        float: left;
    }
    .home-blogs h3 {
        padding: 10px 10px 0 0;
    }
    .home-blogs a {
        position: relative;
        bottom: 0px
    }
    .tile-img {
        width: 100%;
    }
    .banner-nav {
        bottom: 20px;
    }

    .contact-expert-call br{
        display: block;
    }


    .other-blogs .swiper-pagination,
    .other-solution .swiper-pagination{
        display: none;
    }

    .career-form-div{
        height: 700px;
    }

    @keyframes marquee1 {
        0% {
            left: 0;
        }
    
        100% {
            left: -500%;
        }
    }
    

    .chalange-div{
        top : -475px
    }


    .chalange-pb-150{
        padding-bottom: 225px;
    }
    
    .chalange-pt-150{
        padding-top: 300px;
    }


    .career-accordion{
        display: none;
    }


    .news-events-detail-img-div{
        height: 250px;
    }   


    .blog-page-title{
        position: var(--primary);
        margin-top: 10px;
        transform: none;
    }

    .blog-page-title p{
        margin-bottom: 10px;
    }
    .blog-large {
        height: 250px;
    }
    .blog-small-title h4,
    .blog-large-title h4{
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }
    .blog-detail-img-div{
        height: 240px;
    }
}


@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {}