@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.navbar {
	    padding: 0 10px;
	}
	.navbar-light .navbar-toggler-icon {
        filter: invert(1);
        font-weight: 600;
    }

	div#navbarNav {
	    padding: 20px 0 0 0;
	    width: 100%;
	}

	li.nav-item {
	    margin: 0;
	    margin-bottom: 1px;
	    border-top: 1px solid #d1d1d1;
	    padding: 0;
	    border-radius: 0;
	}

	.hero-content {
	    padding-top: 90px;
	}

	.hero-content h1 {
	    font-size: 25px;
	}

	.hero-content p {
	    font-size: 13px;
	}

	.btn-custom {
	    padding: 10px 16px;
	    font-size: 13px;
	}
	.hero-section{
		height: 40vh;	
	}
	.about-section .container-about {
	    display: inline-block;
	    max-width: 100%;
	}
	.about-section .container-about .image img {
		    max-width: 100%;
		    height: 310px;
		    z-index: 9;
		    position: relative;
		    width: 100%;
	}
	.about-section .container-about .content {
	    padding: 0 0 0 20px;
	}
	.services-section .services-grid {
    	margin-top: 40px;
	    gap: 20px;
	}
	.services-section .service-row {
	    margin-bottom: 20px;
	    display: inline-block;
	}
	.services-section .service-box {
	    background-color: white;
	    color: #000;
	    padding: 9px 30px;
	    margin-bottom: 10px;
	}
	.services-section .icon {
	    width: 50px;
	    height: 50px;
	    top: 50px;
	    left: 1px;
	}
	.services-section .icon img {
	    width: 82px;
	}
	.video-container {
	    max-width: 80%;
	    margin-left: 0;
	    margin-top: -40px;
	}
	.container-cyber{
		margin: 50px 0 70px;
	}
	.flow img {
	    width: 100%;
	    margin-bottom: 70px;
	}
	.container-approch h1 {
	    font-size: 2.0rem;
	    margin: 20px 0 10px;
	}
	.security-standard-grid .logo-grid{
		    width: 67px;
	}
	.security-standard-grid .logo-grid img {
	    width: 90%;
	}
	.subtitle {
	    font-size: 1rem;
	    color: #333;
	    margin-bottom: 40px;
	}
	form .form-group {
    margin-bottom: 20px;
    width: 100%;}
    .footer-section.links {
	    margin: 0;
	    padding: 0 0 0 10px;
	}
	.footer {
        position: relative;
        padding: 110px 10px 70px;
    }
	.footer-section.logo {
	    position: absolute;
	    top: 10px;
	    width: 100%;
	    text-align: left;
	}
	.footer-section.logo img {
	    width: 220px;
	    margin-bottom: 0;
	    margin-top: 10px;
	    margin: 0;
	    padding: 0;
	}
	.social-icons {
	    position: absolute;
	    bottom: 20px;
	    display: none;
	}
	.feature-section p.subtitle {
	    color: #fff;
	}
	.hall-fame-section .container-hall-fame .logo-caption {
	    font-size: 18px;
	}

	.team-container {
    display: inline-block;}
    .team-member {
	    width: 100%;
	    position: relative;
	    margin-bottom: 20px;
	}
	.aboutinfo-right {
    padding: 180px 40px 0;}

    .feature-card-left img {
    width: 91%;
    border-radius: 6px;
}
.feature-card-right {
        width: 76% !important;
        display: inline-block;
        padding: 10px 0 0 0px !important;
        text-align: left;
        margin-top: 40px;
    }
    .feature-card-right h1 {
    font-size: 25px;
}

.feature-card-left {
    width: 100% !important;}
.blog-card{
	    box-shadow: 0 4px 11px rgb(0 0 0 / 34%);
}
.sub-blog-service {
    accent-color: antiquewhite;
    padding-left: 30px;
    background-position: center 57%;
        height: 289px;
            padding-top: 130px;
}
.benefits-section {
    max-width: 100%;
    padding: 0 35px;
}
.carrer-req-section .benefits-section {
    display: inline-block;
    text-align: center;
}
.sidebar {
    width: 100%;
    background: none;
    padding: 0;
    box-shadow: none;
    border: none;
}
.sidebar h4 {
    margin-top: 0;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}
.benefits-section .content {
    width: 100%;
    display: inline-block;
}
.benefits-section .content .panel-heading {
    background: #DFEAFF;
    padding: 28px 17px 10px;}
    span.job-title {
    width: 100%;}
span.job-exp {
        width: 100%;
        padding: 0;
    }

.container-contact {
    display: grid
;
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

section.service-section .card {
    margin-bottom: 30px;
    width: 100%;}

}
@media only screen and (min-width:768px) and (max-width:991px) {
		.hero-section{
			height: 50vh;
		}
		.security-standard-grid .logo-grid{
			    width: 130px;
		}
		.hero-content{
			margin-top: 90px;	
		}
		.about-section .container-about{
			display: inline-block;
			width: 	100%;
			text-align: center;
		}
		.flow img {
		    width: 100%;
		    margin-bottom: 70px;
		}
		form .form-group {
	    margin-bottom: 20px;
	    width: 100%;
		}
		.footer {
		    padding: 10px 10px;
			}
			.footer-section {
    min-width: 190px;
    margin: 10px;
}
.footer-section.logo img {
    width: 80%;
    margin-bottom: 10px;
    margin-top: 60px;
}
.footer-section.links {
    margin: 10px 0 0 70px;
}

.aboutinfo-right img {
        width: 60%;
    }
section.aboutinfo-section h1 {
    font-size: 37px;
    font-weight: 600;
}
.aboutinfo-right {
    padding: 40px 40px;
    text-align: center;
}
.team-member{
	    width: 46%;
}
.newsletter-section{
	    height: 286px;
}


.feature-card-left {
    width: 40%;
    margin: 26px 0 0 5px;
}
.feature-card-right {
    width: 50%;}

}
.features-section .service-container{
	    padding: 60px 35px 0;
}
.benefits-section {
    max-width: 100%;
    width: 100%;
    padding: 0 55px;
}
.sidebar {
    width: 29%;}
    .benefits-section .content {
    width: 70%;
    display: inline-block;
}
section.service-section .card {
    margin-bottom: 30px;    min-height: 410px;
    width: 46%;}

}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape){
.hero-section{
			height: 80vh;
		}
		.security-standard-grid .logo-grid{
			    width: 130px;
		}
		.hero-content{
			margin-top: 90px;	
		}
		.about-section .container-about{
			display: flex;
			width: 	100%;
			text-align: left;
		}
		.flow img {
		    width: 100%;
		    margin-bottom: 70px;
		}
		form .form-group {
	    margin-bottom: 20px;
	    width: 100%;
		}
		.footer {
		    padding: 10px 10px;
			}
			.footer-section {
    min-width: 190px;
    margin: 10px;
}
.footer-section.logo img {
    width: 80%;
    margin-bottom: 10px;
    margin-top: 60px;
}
.footer-section.links {
    margin: 10px 0 0 70px;
}
.features-grid {
    grid-template-columns: repeat(auto-fit, minmax(209px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.container-feature {
    display: inline-block;
}
.container-feature .left {
    width: 50%;
    display: inline-block;
}		
.container-feature  .right {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.newsletter-section {
    height: 336px;}

    
.feature-card-left {
    width: 40%;
    margin: 56px 0 0 5px;
}
.feature-card-right {
    width: 50%;}

}
.features-section .service-container{
	    padding: 60px 35px 0;
}


.feature-card-left {
    width: 40%;
    margin: 26px 0 0 5px;
}
.feature-card-right {
    width: 50%;}

}
.features-section .service-container{
	    padding: 60px 35px 0;
}
.benefits-section {
    max-width: 100%;
    width: 100%;
    padding: 0 55px;
}
.sidebar {
    width: 29%;}
    .benefits-section .content {
    width: 70%;
    display: inline-block;
}
section.service-section .card {
    margin-bottom: 30px;    
    width: 30%;}
}

/*mac*/
@media screen and (min-width: 1280px) and (max-width: 1367px) {
}

@media (min-width: 320px) and (max-width: 767px) {

.navbar-light .navbar-toggler {
    background: #f90101;
    border: none;
    border-radius: 0;
    height: 40px;
    width: 45px;
    text-align: center;
    padding: 0;
    outline: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center;
    background-size: 110% 100%;
}
section.about-section {
    background: #2FCADB99;
    background: none;
}
.hero-content h1 span {
    color: #ff8f8f;
}
.about-section .container-about .content {
        padding: 0 20px 0 20px;
    }
    .services-section .service-box{
    	width: 100%;
    	max-width: 50%;
    	min-width: 80%;
    	float: right;
    	height: 70px;
    }
a.nav-link.active {
    border-radius: 0;
}
.sub-banner-service {
    accent-color: antiquewhite;
    width: 100%;
    background: url(../images/service.png);
    height: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 160px;
    background-size: cover;
    background-position: center 37%;
    padding-bottom: 40px;
    /* background: #000; */
}
.service-container h1:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 10px;
    background: #fd0101;
    top: -20px;
    border-left: 26px solid #000;
}

section.service-section .card {
    margin-bottom: 30px;
    width: 100%;
}
.service-container h1 {
    font-size: 28px;
    font-weight: 800;
    color: #000;
}
}