@media (max-width: 1599px){
    
}
@media (max-width: 1399px){
   
}

@media (min-width: 1200px){
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center !important;
    }
    
    header .menubar  ul.navbar-nav >li{
        height: 70px;
        transition: all 0.3s linear;
    }
    header.sticky .menubar ul.navbar-nav >li{
        height: 70px;
        line-height: 70px;

    }
  
    header .navbar-brand {
        max-width: 220px;
    }
    header .menubar  ul.navbar-nav li > a::before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #2d4a8a;
        height: 2px;
        transform-origin: right center;
        -webkit-transform-origin: right center;
        -khtml-transform: scale(0, 1);
        transform: scale(0, 1);
        transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    }
    header .menubar  ul.navbar-nav >li > ul{
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        opacity: 0;
        line-height: 14px;
        left: 0;
        top: auto;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        transition: all .2s ease;
        z-index: 99;
        background-color: #fff;
        width: 250px;
        transform: translate(0, 10px);
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
        padding: 0;
    }
    header .menubar  ul.navbar-nav >li > ul li a{
        margin: 0;
    display: block;
    padding: 15px 15px 15px 15px !important;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    transition: all .3s linear;
    color: #263045;
    }
    header .menubar  ul.navbar-nav >li > ul li a::before{
        font-size: 24px;
    line-height: 9px;
    content: "";
    margin: 0 5px 0 0;
    position: absolute;
    width: 6px;
    height: 2px;
    opacity: 0;
    left: 0px;
    top:50%;
    right: auto;
    transition: .5s all;
    background-color: #2d4a8a;
    transform: translateY(-50%);


    }
    .sticky .menubar{
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
        /*background-color: white;*/
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
    }
    .sticky + section{
        /* padding-top: 110px; */
        margin-top: 70px;
    }
    .navbar  .dropdown-menu.show {
        display: none;
    }
    header .menubar ul.navbar-nav > li > a::after{
        display: none;
    }
    .aboutp-content::before{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        width: 50%;
        height: 100%;
        z-index: 3;
    
    }
    
}
@media (max-width: 1199px){
    
    h1 {
        font-size: 46px;
    }
    .carousel-textcaption {
        max-width: 750px;
    }
    header .navbar-brand{
        margin: auto;
    }
    .phone-n{
        display: none;
    }
    .head-btnbx{
        display: inline-flex;
    }
    .datatech-header-top{
        /*display: none;*/
    }
    .menubar{
         position: absolute !important; 
        padding: 6px 0;
        width: 100%;
        top: 0;
    }
    .banner-content{
        /* padding-top: 76px; */
        margin-top: 8%;
    }
    .navbar-toggler{
        position: relative;
    }
    header .menubar ul.navbar-nav{
        border-top: 3px solid #2d4a8a;
        box-shadow: rgba(0,0,0,0.12) 3px 3px 15px;
        padding: 0 16px;
        position: relative;
        top:28px;
        background-color: #1c4bf1;
    }
    header .menubar ul.navbar-nav > li {
        display: block;
        width: 100%;
    }
    header .menubar ul.navbar-nav > li:not(:last-child){
        border-bottom: 1px solid rgba(93, 101, 118, 0.15);

    }
    header .menubar ul.navbar-nav > li>a{
        display: block;
    padding: 15px 0px !important;
    text-decoration: none;
    line-height: 18px !important;
    height: auto;
    
    }
    header .menubar ul.navbar-nav > li ul{
        display: none;
        padding-left: 15px;
        border: none;
       
    }
    header .menubar ul.navbar-nav > li ul li a{
        color: #263045;
    }
    /* .caret-down::after, */
    header .menubar ul.navbar-nav > li .dropdown-toggle::after{
        position: absolute;
        content: "\f107";
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-family: "Font Awesome 6 Free";
        transition: all 0.3s linear;
        font-size: 20px;
        border: none;
    }
    .aboutp-content{
        background-color: white;
    }
    .counter-content{
        padding: 154px 0 90px 0;
        margin-top: 0;
    }
    .spacing-8 {
        padding: 40px 15px 40px 15px;
    }
    .aboutp-content .img-box{
        margin-top: 30px;
    }
}
@media (min-width: 992px){
    .container{
        max-width: 1170px !important;
    }
    
    
}

@media (min-width: 575px) and (max-width: 991px) {
    .blog-content .desc-text.btmbx {
        left: 23px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .navbar-brand img {
        width: 180px;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin: 10px auto;
    }
        .navbar-toggler {
        position: absolute;
        left: 18px;
        top: -100px;
    }
	.head-btnbx{
		display:none;
	}
	
}


@media (min-width: 767px) and (max-width: 1200px) {
    .cross-shape {
        width: 150%;
    }
}


@media (min-width: 320px) and (max-width: 575px) {
    header .menubar ul.navbar-nav {
        top: 56px;
    }
    
    .shape-content{
       padding:20px;
	   left:0;
    }

    .shape-content h2 {
        font-size: 25px;
    }
    .shape-content p {
        font-size: 14px;
    }
	.cross-shape {
        position: relative;
        left: 0px;
        height: 350px;
        width: 100%;
        border-top: 330px solid #021c71;
        border-left: 00px solid transparent;
        border-right: 0px solid transparent;
    }

}









@media (max-width: 991px){

    header .menubar ul.navbar-nav >li:visited ul {
        opacity: 0;
        display: none;
    }


    .easy-content-img {
        margin-bottom: 20px;
    }

    .easy-content-img img.mainimg {
        top: 0px;
        margin-bottom: 0px !important;
    }

    .easy-content-bx {
        margin-bottom: 20px !important;
        width: 100%;
        padding: 20px;
        min-height: 160px;
    }
    .easy-content-bx h2 {
        font-size: 28px;
    }

    .easy-content-bx p {
        font-size: 14px;
        text-align: center;
    }


    .tag-bx p {
        font-size: 16px;
        font-weight: 800;
    }
    .white-btn {
        padding: 8px 8px;
        font-size: 14px;
    }
    .icon1,.icon2,.icon3,.icon4,.icon5,.ciraclarrow:after{
        display: none;
    }
   
    .navbar-toggler{
        display: inline-block;
    }
    h1 {
        font-size: 38px;
    }
    h2, .heading{
        font-size: 36px;
    }
    .py-80{
        padding: 40px 0;
    }
    
    .pb-60{
        padding-bottom: 40px;
    }
    /* .navbar-collapse {
        display: none;
    } */
    .banner-wrapper .carousel-item{
        padding: 120px 0;
    }
    .carousel-textcaption p{
        margin-bottom: 30px;
    }
    .carousel-textcaption {
        max-width: 500px;
    }
    /* header{
        padding: 18px 0;
    } */
  
    .pt-80,.pt-90{
        padding-top: 40px;
    }
    .cyber-awareness-content,.spreading-cyber-section{
        padding-top: 80px !important;
    padding-bottom: 80px !important;
    }
    .history-content{
        padding-top: 80px !important;
        padding-bottom: 40px !important;

    }
    .service-section .app-box h5{
        font-size: 16px;
        line-height: 22px;
    }
    .title-1{
        margin-bottom: 45px;
    }
    .title-1 h2{
        font-size: 26px !important;
        line-height: 36px;
    }
    .title-1 span {
        margin-bottom: 5px;
    }
    .testimonial-box{
        padding: 40px 15px 60px 15px;
    }
    .testimonial-slider p{
        margin-top: 0;
    }
    .footer-content strong{
        margin-bottom: 12px;
    }
    .news-letter-textbox{
        margin: 12px 0;
    }
    .spreading-cyber-section h2{
        font-size: 26px;
    }
    .footer-content .gy-custom >*{
        margin-top: 35px;
    }
    .spacing-4 {
        padding: 45px 15px 45px 15px;
    }
    
  
}

@media (max-width: 767px){
    .alignitem-center {
        justify-content: center;
        margin-top: 10px;
    }
    .tag-bx p {
        text-align: center;
    }
    .btn{
        font-size: 14px;
        padding: 8px 16px;
    }
    h1 {
        font-size: 30px;
    }
     .heading{
        font-size: 30px;
    }
    .cyber-awareness-content, .history-content, .spreading-cyber-section{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }  
    .title-1{
        margin-bottom: 38px;
    }
    .blog-content .desc-text{
        padding: 18px;
    }
    .blog-content .desc-text h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .blog-content .desc-text a {
        margin-top: 12px;
    }
    .mb-40{
        margin-bottom: 18px;
    }
    .history-box .card{
        padding: 24px;
    }
    .history-box{
        margin-top: 12px;
    }
}

@media (max-width: 575px){
    h1{
        font-size: 20px;
    }
    h2, .heading {
        font-size: 26px;
    }
	.reverse-column{
		display:flex;
		flex-direction:column-reverse;
	}
    
}

@media (max-width: 374px){
    
}