:root {
  --primary-color: #a21d22;
  --secondary-color: #0d3353;
  --dark-blue: #0d3353;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height:28px;
	color: #333;
    padding-top: 75px;
}
*{
	box-sizing: border-box;
}
h2{
	font-size: 38px;
	line-height: 50px;
	font-weight: 700;
    margin-bottom: 20px;
}
section{
	padding: 80px 0;
    position: relative;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
    color: var(--primary-color);
}
img {
    max-width: 100%;
}
.text-primary, .primary-color{
    color: var(--primary-color) !important;
}
.divider {
    width: 100px;
    height: 8px;
    background: var(--primary-color);
    margin: 20px 0;
}
.navbar-brand img {
    max-width: 240px;
}
.navbar {
    padding: 0px 0;
}
h2.banner-heading {
    font-size: 120px;
    line-height: 130px;
    text-align: left;
    color: #f4dd58;
    width: auto;
    display: inline-block;
    font-weight: 900;
}
.banner-heading span:first-child {
    font-size: 40px;
    line-height: 50px;
    color: #89bfa2;
    font-weight: 700;
}
.banner-text .round-button {
    padding: 19px 40px;
    font-size: 22px;
}
.navbar-expand-md .navbar-nav .nav-link.contact-btn {
    background: var(--primary-color);
    color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 14px;
}
.navbar-expand-md .navbar-nav .nav-link {
    color: #333;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    padding-top: 24px;
    position: relative;
    padding-bottom: 24px;
}
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
    opacity: 1;
}
.navbar-expand-md .navbar-nav .nav-link:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 1px;
    background-color: var(--dark-blue);
    opacity: 0;
    transition: .5s ease;
}
.nav-link.active{
    color: var(--primary-color);
}
.nav-link.active:before{
    background-color: var(--primary-color);
}
.navbar-expand-md .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}
.footer {
    background-color: #0d3353;
    padding: 50px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
}
.footer-widgets h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}
.footer-widgets ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.atmc-sitefooter_menu a:before {
    content: "";
    position: absolute;
    left: -0.5rem;
    bottom: 0;
    width: 2px;
    height: 0;
    background-color: #a21d22;
    transition: .3s ease;
}
.menu-links-footer {
    position: relative;
    padding: 0;
    margin-bottom: 5px;
    display: inline-block;
    transition: .3s;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.19);
    padding: 3rem 0;
    line-height: 1;
    font-size: .8rem;
    margin-top: 70px;
}
.menu-links-footer:before{
    content: "";
    position: absolute;
    left: -0.5rem;
    bottom: 0;
    width: 2px;
    height: 0;
    background-color: #a21d22;
    transition: .3s ease;
}
.menu-links-footer:hover{
    color: var(--primary-color);
}
.menu-links-footer:hover:before {
    height: 100%;
}
.social-links a {
    width: 35px;
    height: 35px;
    background: #fff;
    margin-right: 10px;
    border-radius: 50px;
    color: #333;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    transition: .3s;
    min-width: 35px;
    margin-bottom: 15px;
}
.social-links a:hover{
    color: var(--primary-color);
    transform: translateY(-5px);
}
.pl-col-footer {
    padding-left: 100px;
}
.about {
    background: #050b22;
}
.about::before {
    content: '';
    background: url(../images/pink-blur-circle.png);
    position: absolute;
    height: 600px;
    background-size: contain;
    width: 600px;
    background-repeat: no-repeat;
}
.about::after {
    content: '';
    background: url(../images/golden-blur-circle.png);
    position: absolute;
    height: 600px;
    background-size: contain;
    width: 700px;
    background-repeat: no-repeat;
    right: 90px;
    top: 0;
    z-index: 0;
}
.about *{
    position: relative;
    z-index: 1;
}
.about img{
    border-radius: 12px;
    transition: .3s;
}
.about img:hover{
    transform: translateY(-5px);
}
.font24 {
    font-size: 24px;
    line-height: 36px;
}
.img-with-text img {
    border-radius: 12px;
}
.site-button {
    background-color: #ff7f27;
    color: #fff;
    padding: 14px 45px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2px;
    transition: .3s;
    position: relative;
    z-index: 1;
}
.site-button:hover:before {
    width: 100%;
}
.site-button:hover {
    color: #fff;
}
.site-button:before {
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--primary-color);
    color: #fff;
    content: "";
    transition: .3s;
    z-index: -1;
}
.who-work-us {
    background: #f2f2f2;
}
.button-radius {
    background-color: var(--dark-blue);
    color: #fff;
    padding: 15px 20px;
    border-radius: 6px;
}
.button-radius:hover {
    background-color: var(--dark-blue);
    color: #fff;
}
.owl-carousel {
    display: block !important;
}
.logo-slider img {
    max-width: 150px;
    margin: auto;
}
.choose-content h4 {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
}
.choose-icon i {
    font-size: 30px;
}
.chosse-us-content {
    margin-bottom: 40px;
}
.chosse-us-content .d-flex {
    margin-bottom: 10px;
}
.chosse-us-content p {
    font-size: 14px;
    padding-right: 20px;
    line-height: 26px;
}
.breadcrumb-wrapper{
    padding: 50px 0;
    background: var(--dark-blue);
}
.contact-breadcrumb {
    background-image: url(../images/contact-bg.jpg) !important;
    background-size: cover !important;
    background-position: center;
    position: relative;
    background-color: rgb(0 0 0 / 37%);
    background-blend-mode: darken;
    background-attachment: fixed;
}
.breadcrumb-title {
    margin: 0;
    font-size: 44px;
}
.contact-info h3 {
    border-left: 6px solid var(--primary-color);
    padding-left: 20px;
    margin-bottom: 30px;
}
.checkmark-list li {
    list-style: none;
    margin-bottom: 10px;
}
.checkmark-list {
    padding: 0;
    margin-top: 30px;
}
.form-row-half {
    display: flex;
    justify-content: space-between;
}
.form-row-half .form-group {
    width: 48%;
}
.contact-box .form-group {
    margin-bottom: 10px;
}
.contact-box label {
    font-size: 14px;
}
.contact-box h3 {
    margin-bottom: 20px;
}
.contact-box {
    max-width: 500px;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 15%);
    border-radius: 4px;
    margin-left: auto;
}
.contact-box .form-control {
    background: #f9f9f9;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #e2e0e0;
}
.contact-box input[type="submit"] {
    width: 100%;
    height: 50px;
    border: none;
    background: var(--primary-color);
    color: #fff;
}
input:focus, select:focus, textarea:focus{
    box-shadow: none !important;
}
input:focus, button:focus, select:focus, textarea:focus{
    border-color: var(--primary-color) !important;
}
.error {
    font-size: 12px;
    line-height: 20px;
}
.social-links {
    flex-wrap: wrap;
}
.logo-item img:hover{
    opacity: 0.7;
}
.career-breadcrumb {
    background: url(../images/career-bg.jpg);
    background-attachment: fixed;
    padding: 100px;
}
.career-bg {
    background-image: linear-gradient(180deg, #FD8C4C42 0%, #FFFFFF 100%);
    padding: 3rem;
}
.career-section, .career-form-sec {
    background: #f8f9fa;
}
.career-form {
    max-width: 850px;
    margin: 50px auto;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
    padding: 40px 40px;
}
.career-form h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.career-form .form-control {
    height: 50px;
    border-bottom: 1px solid var(--dark-blue) !important;
    border: none;
    border-radius: 0;
    font-size: 15px;
    padding: 10px;
}
.career-form textarea {
    height: 100px;
    resize: none;
}
.career-form .form-group {
    margin-bottom: 20px;
}
.career-form input[type="submit"] {
    width: 100%;
    height: 55px;
    border: none;
    background: var(--primary-color);
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}
.career-form input::placeholder, .career-form textarea::placeholder{
    opacity: 1 !important;
    color: #979797 !important;
}
.career-form  label, .career-form  select, .career-form  input, .career-form  textarea{
    color: #979797;
}
body .career-form  textarea.form-control{
    height: 100px;
}
.career-form  select:focus, .career-form  input:focus, .career-form  textarea:focus{
    border-color: var(--primary-color) !important;
}
.career-form label {
    margin-bottom: 10px;
    font-size: 15px;
}
.file-upload input {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    border: none;
    opacity: 0;
    z-index: 1;
}
.file-upload {
    position: relative;
    border: 1px solid var(--dark-blue);
    padding: 12px 15px;
    color: #979797;
    font-size: 14px;
    border-radius: 6px;
}
.file-custom {
    background: var(--dark-blue);
    padding: 15px 25px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 23px;
    border-radius: 0px 4px 4px 0;
}
.team-member-box p {
    letter-spacing: 1px;
    line-height: 1;
    font-size: .75rem;
    margin-top: 30px;
    color: #666 !important;
    margin-bottom: 8px;
}
.team-member-box .divider {
    margin-top: 10px;
    height: 5px;
    width: 70px;
    transition: .3s;
}
.team-member-box:hover .divider {
    width: 90px;
}
.team-member-box h3 {
    font-size: 30px;
    margin: 10px 0;
}
.about-breadcrumb {
    background: url(../images/about-bg.jpg);
    background-attachment: fixed;
    padding: 100px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.about-breadcrumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-blue);
    opacity: 0.5;
    content: "";
    z-index: -1;
}
.round-button {
    background: var(--dark-blue);
    color: #fff;
    padding: 10px 25px;
    transition: .3s;
    display: inline-block;
    border-radius: 50px;
}
.round-button:hover{
    background: var(--primary-color);
    color: #fff;
}
.round-button-outline {
    background: transparent;
    color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-color: var(--primary-color);
}
.security-tabs-list li {
    list-style: none;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 500;
    width: 33%;
}
.security-tabs-wrapper {
    background: var(--primary-color);
    padding: 10px 0;
    transition: .3s;
}
.security-tabs-list a {
    padding: 12px 30px 12px 0;
    position: relative;
    display: inline-block;
    border-right: none;
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 8px;
}
.security-tabs-list a.active{
    color: var(--primary-color);
}
.security-tabs-list a.active:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 2px;
    background: var(--primary-color);
    content: "";
}
.security-tabs-list ul li:last-child a {
    border-right: none;
}
.modal-dialog {
    width: 600px;
    max-width: 600px;
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: 0;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
section#how-cybersecurity-works {
    background: #00bceb;
}
.round-image {
    border-radius: 20px;
}
.secure-your-remote {
    background-color: #0d274d;
    padding: 60px 0;
}
.threats-box {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.cybersecurity-intro p {
    margin: 10px auto 40px;
}
.covid-sec {
    background-color: #f2fbfd;
}
#related-topics a {
    color: var(--secondary-color);
}
#related-topics a:hover {
    text-decoration: underline;
}
#related-topics p {
    margin-bottom: 10px;
    font-weight: 500;
}
.fixed-tabs {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.security-tabs-list li:last-child a {
    border-right: none;
}
.cmmc-bread {
    padding: 70px 0;
}
.cmmc-tabs-wrapper {
    background: var(--primary-color);
}
ul#myTab {
    border: none;
}
.cmmc-tabs-wrapper ul li button {
    width: 100%;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    position: relative;
    margin: 10px 0 13px !important;
    display: inline-block;
}
.cmmc-tabs-wrapper ul  li.nav-item {
    width: 33%;
}
.cmmc-tabs-wrapper ul li button:hover, .cmmc-tabs-wrapper ul li button:focus {
    border-color: transparent !important;
    color: #fff;
}
.tabs-breacrumb {
    background: #333F48;
    padding: 40px 0;
}
.left-box-content {
    margin-left: auto;
    max-width: 635px;
    padding: 80px 20px 80px 0;
}
.py-60 {
    padding: 60px 0;
}
.cmmc-requirements {
    background: #eff2f3;
}
.cmmc-lave-practice {
    padding-top: 190px;
    position: relative;
}
.overlay-tiles__white {
    background-image: url(../images/bubbles-bg.jpg);
    background-position: top;
    height: 160px;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: 100%;
    left: 0;
    z-index: 1;
}
.parallax-sec{
    background-image: url(../images/banner-left.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
.parallax-sec *{
    z-index: 1;
    position: relative;
}
.parallax-sec::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    content: "";
    z-index: 0;
}
.icon-with-text-row h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}
.icon-with-text-row p {
    font-size: 14px;
    line-height: 24px;
}
.cmmc-requirements .container {
    max-width: 900px;
}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.banner .bg-primary:hover{
    color: var(--primary-color) !important;
    background-color: #fff !important;
}
.banner {
    height: 700px;
    background-size: cover;
    padding: 0;
}
.text-center.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    transform: translate(-50%, -50%);
}
.banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff2e;
    content: "";
}
video{
    object-fit: cover;
}
header#myHeader {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 17px rgb(0 0 0 / 12%);
    top: 0;
}
.banner .round-button:hover {
    transform: translateY(-5px);
}
img.footer-logo {
    margin-top: 0px;
    width: 220px;
}
.banner-para {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
}
/*Responsive css*/
@media screen and (max-width: 1024px) and (min-width: 768px){
    .choose-content h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .counter-box h2 {
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .font24 {
        font-size: 20px;
        line-height: 32px;
    }
    .pl-col-footer {
        padding-left: 30px;
    }
    .navbar-brand img {
        max-width: 150px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
    .navbar-expand-md .navbar-nav .nav-link.contact-btn {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
    }
    .container, .container-md, .container-sm {
        max-width: 740px;
    }
    .banner {
        height: 400px;
        background-size: cover;
        padding: 0;
    }
}
@media screen and (max-width: 767px){
    .banner-para {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    h2.banner-heading {
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 5px;
    }
    .banner-text .d-md-flex.justify-content-center.my-5.mb-0 {
        margin-top: 0 !important;
    }
    .banner-text .round-button {
        padding: 11px 25px;
        font-size: 15px;
    }
    .cmmc-tabs-wrapper.tabs-security ul li button {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        padding: 5px 8px;
    }
    .security-tabs-list li {
        width: 100%;
    }
    .banner {
        height: auto;
        padding: 0px;
    }
    .banner-text img {
        width: 280px;
    }
    .video-data video {
        height: 350px;
        margin-bottom: -10px;
    }
    body {
        padding-top: 60px;
    }

    .cmmc-tabs-wrapper ul li button {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }
    .left-box-content {
        padding: 40px 0px 0px 0px;
    }
    .cmmc-requirements {
        margin: 60px 0;
    }
    .left-box-content.px-3.ms-0 {
        padding-left: 0 !important;
    }
    .overlay-tiles__white{
        display: none;
    }
    .cmmc-lave-practice {
        padding-top: 0;
    }
    .img-full .container-fluid.p-0.align-items-center {
        padding: 0 15px !important;
    }
    section {
        padding: 50px 0;
    }
    .about .col-md-4 {
        margin-bottom: 30px;
    }
    .about .col-md-4:last-child {
        margin-bottom: 0;
    }
    h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .font24 {
        font-size: 20px;
        line-height: 32px;
    }
    .img-with-text .row .col-md-6:first-child, .why-choose-us .row .col-md-4:last-child .chosse-us-content, .footer-widgets {
        margin-bottom: 30px;
    }
    .img-with-text .col-md-6.px-md-4.order-2.order-md-0 {
        margin-top: 30px !important;
    }
    .pl-col-footer {
        padding-left: 15px;
    }
    .footer-bottom {
        padding: 2rem 0;
        margin-top: 20px;
    }
    .footer-bottom .col-md-6.text-end {
        text-align: left !important;
        margin-top: 15px;
    }
    .footer-widgets img {
        max-width: 210px;
        margin: auto auto 60px 0;
        display: block;
    }
    .about::before {
        bottom: 0;
        width: 100%;
    }
    .about::after {
        width: 100%;
    }
    .contact-info h3 br {
        display: none;
    }
    .contact-box {
        padding: 30px;
    }
    .breadcrumb-title {
        font-size: 36px;
    }
    .career-breadcrumb {
        padding: 30px;
    }
    .career-bg {
        padding: 2rem;
    }
    .career-bg h2.mb-5 {
        margin-bottom: 20px !important;
    }
    .career-form {
        padding: 40px 20px;
    }
    .form-row30 .form-group {
        width: 31%;
    }
    .career-form .form-row-half.d-flex.justify-content-between {
        display: block !important;
    }
    .career-form .form-row-half.d-flex.justify-content-between .form-group {
        width: 100%;
    }
    section.career-form-sec.pt-0.pb-5 {
        padding-bottom: 10px !important;
    }
    .about-breadcrumb {
        padding: 30px 0 20px;
    }
    .team-member-box {
        margin-bottom: 50px;
    }
    .founders-sec  .row .col-md-4:last-child .team-member-box{
        margin-bottom: 0px;
     }
    .founders-sec .row.align-items-center.mt-md-5, .about-img-content .row.align-items-center.mt-md-5{
        margin-top: 50px;
    }
    .about-img-content .row .col-md-6:first-child {
        margin-bottom: 40px;
    }
    .security-tabs-list a {
        padding: 8px 15px 8px 15px;
        font-size: 16px;
        text-align: center;
    }
    .security-tabs-list li {
        margin-right: 15px;
    }
    .security-tabs-wrapper {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .security-tabs-list a.active:after {
        bottom: -10px;
    }
    .navbar-brand img {
        max-width: 180px;
    }
    header#myHeader {
        padding: 10px 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
        background-color: #fff;
        box-shadow: 0 2px 6px #0000000f;
    }
    button.navbar-toggler {
        border: none;
    }
    button.navbar-toggler:focus {
        box-shadow: none !important;
    }
    .navbar .container {
        padding: 0;
    }
    a.navbar-brand.text-uppercase.primary-color {
        padding-left: 15px;
    }
    ul.navbar-nav {
        padding-top: 20px;
    }
    .navbar-expand-md .navbar-nav .nav-link.contact-btn {
        display: inline-block;
        margin-bottom: 20px;
        border-bottom: none;
        margin-left: 15px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        color: #333;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        padding-top: 12px;
        position: relative;
        padding-bottom: 12px;
        border-bottom: 1px dashed #ccc;
    }
    .footer-mobile.d-md-none.d-block {
        position: fixed;
        bottom: 0;
        z-index: 5;
        background: #fff;
        width: 100%;
        color: #242424;
        box-shadow: 0 0 10px #24242426;
    }
    .footer-mobile ul.d-flex.justify-content-between {
        list-style: none;
        padding: 0;
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }
    .footer {
        padding: 50px 0 90px;
    }
    .footer-mobile ul.d-flex.justify-content-between i {
        font-size: 20px;
    }
}
