
@media (max-width: 767px) {
	.services-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.feature-grid , .blog-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-details {
	    flex-direction: column;
	    gap: 10px;
	    align-items: start;
	}
	.contact-page {
	    border-radius: 0px 0px 20px 20px;
	}
	.contact-detail {
	    border-radius: 20px 20px 0px 0px;
	}
	.contact-section .col-md-5, .contact-section .col-md-7 {
	    padding: 0px 15px;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 30px !important;
	}
	h2 {
		font-size: 26px !important;
	}
	h3 {
	    font-size: 24px !important;
	}
	p {
	    font-size: 14px !important;
	}
	.banner-content .theme-btn {
		width: 74%;
		padding: 14px;
	}
	.tag {
		font-size: 14px;
	}
	.services-box {
		flex-direction: column;
	}
	.services-box img {
		width: 100%;
		height: 200px;
	}
	.choose-img {
		margin-top: 30px;
	}
	.row.align-items-center.mtb20 {
		flex-direction: column-reverse;
	}
	.about-main-img {
		margin-bottom: 30px;
	}
	.footer-content {
		gap: 50px;
		align-items: center;
	}
	.footer-links {
		margin-top: 30px;
		text-align: center;
	}
	.flex-list {
		height: auto;
		gap: 40px;
	}
	.navbar-toggler {
		color: #fff;
		border-color: #fff;
	}
	.header .navbar-collapse .navbar-nav {
		gap: 0px;
		width: 100%;
	}
	.submit-btn .theme-btn {
	    width: 100%;
	}
	.newsletter-form button {
	    position: unset;
	    transform: none;
	    width: 100%;
	    margin-top: 12px;
	    border-radius: 16px;
	}
	.newsletter-form input {
	    height: 55px;
	}
	.newsletter-content h3 {
	    font-size: 24px;
	}
	.feature-box h3 {
	    font-size: 16px;
	}
	.main-head.text-center {
	    /* align-items: start; */
	    text-align: left !important;
	}
	.choose-point li {
	    font-size: 18px;
	    font-weight: 400;
	}
	.header .navbar-collapse .navbar-nav .nav-link:hover::before{
		background-color: transparent;
	}
	.dropdown-menu:before {
	    top: 35px;
	    left: 23px;
	}
	.service-content {
	    margin-bottom: 32px;
	}
	.blog-section {
	    padding: 50px 0px;
	    background: #14192d;
	}
	.pagebanner-content ul {
	    flex-wrap: wrap;
	}
	.pagebanner-content ul li {
	    font-size: 14px;
	}
	.sub-service-content .flex-content {
	    flex-direction: column;
	}
	.benefit-grid {
	    grid-template-columns: repeat(1, 1fr);
	}
	.risk-grid {
	    grid-template-columns: repeat(1, 1fr);
	}
	.crucial-grid {
	    grid-template-columns: repeat(1, 1fr);
	}
	.benefit-grid .benefit-box .benefit-head img {
	    width: 45%;
	}
	.sub-services .benefit-grid .benefit-box .benefit-head img {
	    width: auto;
	}
	.zero-trust-text {
	    text-align: left;
	}
	.imprint-section {
	    padding: 50px 0px;
	}
	.imprint-content {
	    margin-bottom: 25px;
	}
	.imprint-content ul li {
	    font-size: 16px;
	}
	.blogpage-box {
	    flex-direction: column;
	}
	.contact-detail .follow {
	    gap: 12px;
	}
	.contact-detail .follow h4 {
	    font-size: 14px;
	}
	.banner-section {
	    height: auto;
	    padding: 100px 0px 30px 0px;
	}
	.services-section {
		background: #14192d;
	}
	.main-head {
		align-items: center;
	}
	.main-head h2 {
	    text-align: center;
	}
	.main-head p {
	    text-align: justify;
	}
	.about-main-img img {
	    width: 50%;
	}
	.about-main-section {
	    background: #14192d;
	}
	ul.bottom-list {
	    justify-content: center;
	}
	.choose-content {
	    margin-left: 0px;
	}
	.mobile-hide{
		display: none;
	}
	.desktop-hide{
		display: block;
	}
	.job-box{
		padding: 25px;
	}
	.job-head , .job-listing-head{
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (min-width: 240px) and (max-width: 767px){
    .banner-section {
	    padding-top: 230px;
	}
    
}
