body {
    display: flex;
    min-height: 100vh;
    /* flex-direction: column; */
    overflow-x: hidden!important;
    min-height: calc(100vh)!important;
    /* min-width: calc(100vw)!important; */
}
.lowercase
{
    text-transform:lowercase;
}

.btn,body {
    font-family: "Lexand",sans-serif;
    /* background-color: transparent; */
    /* width: 100%; */
    /* overflow-x: hidden; */
}

#main,#main_new {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

body .container {
    width: 100%;
    max-width: 100%
}

body .container .row {
    /* margin-right: -15px;
    margin-left: -15px; */
    z-index: 1
}

.k-datepicker,h3,h4,h5,input,label,select,textarea {
    width: 100%;
    font-family: "Mulish",sans-serif
}

h3,h4,h5 {
    width: 100%!important
}

input[type=radio] {
    height: 15px
}

.margint20 {
    margin-top: 20px
}

.margint10 {
    margin-top: 10px
}

.margint30 {
    margin-top: 30px
}

.marginb20 {
    margin-bottom: 20px
}

.marginb10 {
    margin-bottom: 10px
}

.paddingTop120 {
    padding-top: 120px
}

.center {
    text-align: center
}

.hidden {
    display: none!important
}
.btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    background: var(--color-bg-dark);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-md);
    font-size: 1em;
    font-weight: 500;
    color: var(--color-contrast-higher);
    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
    transition: 0.2s;
    will-change: transform;
}

/******************************* HOME **************************/
.home-lander-section .home-lander-image img,
.contact-lander-section .contact-lander-image img
{
    width: 100%;
    height: 600px;
}
.category-lander-section .category-lander-image img
{
    width:100%;
    height:100px;
    top:0!important;
}
.home-lander-section .home-lander-image .home-header-block
{
    position: absolute;
    display: block;
    top: calc(100vh / 5);
    text-align: center;
    font-size: 60px;
    width: 100%;
    /* float: right; */
    /* z-index: 1; */
    /* padding-left: 15px; */
    padding-right: 15px;
}
.home-lander-section .home-lander-image .home-header-block h1
{
    color: white;
    width: 100%;
    /* text-align: right; */
    font-size: 72px;
    /* margin-left: -60px; */
    /*text-shadow: white 1px 1px 3px;*/
}
.home-lander-section .home-lander-image .home-header-block h3
{
    color: white;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-left: 25%;
    width: 50%!important;
    /* float: right; */
    margin-top: 40px;
    /* text-shadow: white 1px 1px 3px; */
}
.home-lander-section .home-lander-image .home-header-block h4
{
    color: white;
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-left: 25%;
    width: 50%!important;
    /* float: right; */
    margin-top: 40px;
    /* text-shadow: white 1px 1px 3px; */
}
.mc7-position-relative
{
    position:absolute;
    padding-top: 0;
    margin-top: 0;
}
.morph-nav__lg-main-nav-link
{
    color:white!important;
}
.morph-nav__lg-nav-container {
    display: inherit;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
/* handles where the sub-nav pop-up appears */
.morph-nav__lg-subnav--is-visible {
    transform: translateY(10px);
    transform: translateX(-850px);
    pointer-events: auto;
}
.site-header
{
    width: 100%;
    height: 70px;
    background-color: transparent;
    z-index: 1;
    margin-top: 20px;
    /* margin-left: 40px; */
    /* margin-right: 15px; */
    /* flex-direction: column; */
}
.site-header a:hover
{
    text-decoration:none;
}
.site-header .header-logo
{
    max-width: 45px;
    max-height: 45px;
    /* margin-left:10px; */
    display:inline;
}
.site-header .header-logo-div p
{
    color:white;
    font-size: 19px;
    display: contents;
    padding-top: 30px;
    /* margin-left: 10px; */
}
.site-header ul, .site-footer ul
{
    display: flex;
    /* width: 100%; */
    list-style:none;
    /* flex-direction: row; */
    padding-left: initial;
    margin-top: 10px;
}
.site-footer .footer-links
{
    margin-top:40px;
}
.site-header ul li, .site-footer .footer-links ul li
{
    color:white;
    width:25%;
    font-size:19px;
    text-align: center;
}
.site-footer .footer-links ul li a
{
    color:white;
}
.site-header ul li p, .site-footer .footer-links ul li a
{
    /* padding-left: 10px; */
    /* width: 45%; */
    text-align: center;
}
.site-header ul li:hover p
{
    cursor:pointer;
    border-bottom: solid 3px;
}
.selected-header-menu
{
    cursor:pointer;
    border-bottom: solid 3px;
}
.site-header ul li a
{
    color:white;
}
.site-header ul li a:hover
{
    text-decoration:none;
}
.site-header .btn
{
    border:solid 1px white;
    color:white;
    border-radius:5px;
    margin-top: 5px;
}
.site-header .btn:hover
{
    background-color:white;

}
.site-header .btn:hover a
{
    color: rgb(12,12,37);
}
.site-header .btn a
{
    color:white;
}
.site-header .btn a:hover
{
    text-decoration:none!important;
}
.site-header .services-menu-div
{
    min-height: 400px;
    background-color:white;
    /* margin-left:70px; */
    border-radius: 15px;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-right: 40px;
    z-index: 2;
    border: solid 1px #16181e;
}
.site-header .services-menu-div .btn a
{
    color:white;
}
.site-header .services-menu-div a
{
    color:black;
}
.site-header .services-menu-div a:hover
{
    text-decoration:underline;
}
.site-header .partners-menu-div
{
    min-height: 400px;
    background-color:white;
    /* margin-left:70px; */
    border-radius: 15px;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-right: 40px;
    z-index: 2;
    border: solid 1px #16181e;
}
.site-header .partners-menu-div p
{
    font-size:22px!important;
    text-align:left
}
.site-header .services-menu-div .btn,
.site-header .partners-menu-div .btn
{
    background-color:#16181e;
    z-index: 3;
}
.partners-menu-div p, .partners-menu-div .btn
{
    margin-top:35px;
}
.site-header .services-menu-div p
{
    font-size:12px;
}
.site-header .partners-menu-div p
{
    font-size:12px;
}
.site-header .services-menu-div .fa-chevron-right
{
    padding-left: inherit;
}
.site-header .partners-menu-div .fa-chevron-right
{
    padding-left: inherit;
}
.home-lander-section,
.services-lander-section,
.partners-lander-section,
.about-lander-section,
.contact-lander-section,
.prepare-lander-section,
.detect-lander-section,
.respond-lander-section,
.mitigate-lander-section,
.prof-services-lander-section,
.category-lander-section
{
    position: absolute;
    display: flex;
    /* top:0; */
    overflow-x: hidden;
    /* width: 100%; */
}

.site-header .partners-menu-div .partner-card img
{
    width: 100%!important;
    height: 100%!important;
    max-width: max-content!important;
    margin: auto!important;
    display: block!important;
}
.site-header .partners-menu-div .partner-card .card-v14
{
    min-height: 100px;
    margin-bottom: 29px;
    padding-top: 0;
    padding-bottom: 0;
}


.row.contact-section
{
    /* margin-left:15%;
    margin-right:15%; */
    margin-top:100px;
    /* height:calc(100vh); */
}
.contact-section input{
    margin-bottom:30px;
}
.contact-section label
{
    font-weight:bold!important;
    color:black;
    margin-bottom:10px;
    font-size:20px;
    margin-top:40px;
}
.contact-section span
{
    color: grey;
    font-size:16px;

}
#contact-message
{
    height:200px
}
.contact-section .btn
{
    background-color: #2c2b2b;
    color:white!important;
    border-radius: 5px;
    margin-top:20px;
}
.home-lander-section .section-3 .btn,
.about-lander-body .btn
{
    background-color: #16181e!important;
    border-radius: 5px!important;
}
.home-lander-section .section-3 .btn a,
.about-lander-body .btn a
{
    color:white;
}
.home-lander-section .section-3 .btn:hover a,
.about-lander-body .btn:hover a
{
    color: black!important;
    text-decoration:none!important;
}

.home-lander-section .section-3 .btn:hover,
.about-lander-body .btn:hover
{
    background-color:white!important;
    color: black!important;
    border: solid 1px black!important;
}
.contact-section .btn:hover,
.about-lander-body .btn:hover
{
    background-color:white;
    color: black!important;
    border: solid 1px black;
    text-decoration:none!important;

}
.site-footer
{
    min-height: 600px;
    width:100%;
    background-color: rgb(2,12,37);
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 120px;
    color:white;
}
.site-footer .footer-msg h3
{
    color:white;
    font-size:38px
}
.site-footer .footer-msg h4
{
    color:white;
    font-size:30px
}
.site-footer .footer-form .row
{
    margin-bottom:10px;
}
.site-footer .footer-form .contactSubmitAlert
{
    margin-top:10px;
    color:green;
}
.contact-us-form .contactSubmitAlert
{
    margin-top:25px;
    color:green;
    font-weight:bold;
}
.site-footer .footer-form input[type=text], .site-footer .footer-form textarea
{
    background-color: #fff!important;
    border-radius: 5px!important;
    color: black!important;
    font-size: 20px!important;
    line-height: 3!important;
    padding-left: 01rem!important;
    width: 100%!important
}
.site-footer .footer-form .orangeBorder
{
    border:solid red 3px;
}
.site-footer .footer-form .btn
{
    background-color: rgb(4,33,105);
    border-radius: 5px;
    font-size: 22px;
    width: 100%;
}
.home-lander-section .card-v14__link
{
    color:black;
}

.home-service-card i
{
    background-color:black;
    font-size: 35px;
    width: 60px;
    height: 60px;
    padding-left: 13px;
    padding-top: 13px;
    color:white;
    border-radius:100px;
}
.home-lander-section .section-2a{
    margin-top:50px;
    text-align: center;
}
.home-lander-section .section-2b
{
    margin-top:50px;
    
}
.home-lander-section .section-2
{
    margin-top: 50px;
    background-color: rgb(2,12,37);
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-lander-section .section-3
{
    margin-top: 50px;
    margin-bottom: 50px!important;
    background-image: url('/images/cyber-defense-background-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    /* padding-left: 5%; */
    /* padding-right: 15%; */
    /* height: 200px; */
    color: white;
}
.home-lander-section .section-3 h3,
.home-lander-section .section-3 .section-3-title
{
    color:white!important;
    font-size:32px;
}
.home-lander-section .section-3 h4
{
    color:white!important;
    font-size:26px;
}
.home-lander-section .section-3  ul li
{
    color:white;
    font-size:18px;
    line-height:1.8;
}

.home-lander-section .partners-section,
.partners-lander-section .partners-section
{
    margin-left:10%!important;
    max-width:80%
}
.home-lander-section .partners-section .card-v14,
.partners-lander-section .partners-section .card-v14
{
    min-height: 100px;
    /* margin-top: 2px; */
    margin-bottom: 29px;
    padding-top:0;
    padding-bottom:0;
}
.home-lander-section .partners-section,
.partners-lander-section .partners-section
{
    /* margin-top:100px; */
    margin-bottom:120px;
    /* background-color: #16181e; */
    border-radius: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom:20px;
}
.home-lander-section .partners-section p,
.partners-lander-section .partners-section p
{
    /* color:white; */
    font-weight:bold;
    font-size:30px;
}
.home-lander-section .partners-section .btn
{
    background-color:white;
    border-radius:5px;
}
.home-lander-section .partners-section .btn:hover
{
    border-color:white;
    background-color:#16181e;

}
.home-lander-section .partners-section .btn:hover  a
{
    color:white!important;
}
.home-lander-section .partners-section .btn a
{
    color:black;
}
.home-lander-section .partners-section .btn a:hover
{
    text-decoration:none;
}
.home-lander-section .partners-section .btn a .fa-chevron-right
{
    padding-left:10px;
}

.home-lander-section .partners-section .card-v14 img,
.partners-lander-section .partners-section .card-v14 img
{
    image: unset;
    width: 100%;
    height: 100%;
    /* object-fit: none; */
    display: block;
    max-width: max-content;
    margin: auto;
    display: block;
}
.home-lander-section .partners-section h3,
.partners-lander-section .partners-section h3
{
    /* margin-bottom:40px; */
    /* color: white; */
    font-size: 40px;
}
.card-v14:hover
{
    color:black;
    text-decoration:none!important;
}
.s-panels__projects-list
{
    width: 100vw;
}
.services-lander-image
{
    background-image: url(/images/cdn-background-3.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.partners-lander-image
{
    background-image: url(/images/cdn-background-4.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.about-lander-image
{
    background-image: url(/images/cdn-background-5.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.contact-lander-image
{
    background-image: url(/images/cdn-background-6.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.detect-lander-image
{
    background-image: url(/images/detect-banner.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.prepare-lander-image
{
    background-image: url(/images/prepare-banner.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.respond-lander-image
{
    background-image: url(/images/respond-banner.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.mitigate-lander-image
{
    background-image: url(/images/mitigate-banner.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.prof-services-lander-image
{
    background-image: url(/images/prof-services-banner.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.services-lander-image-header,
.partners-lander-image-header,
.about-lander-image-header,
.contact-lander-image-header,
.prepare-lander-image-header,
.detect-lander-image-header,
.respond-lander-image-header,
.mitigate-lander-image-header,
.prof-services-lander-image-header

{
    position: absolute;
    top: 20%;
    width:100%;
    text-align:center;
    font-size: 60px;
    /* background-color:white; */
    /* background-color: hsl(0deg 13.95% 90.11% / 21%); */
    color:white;
    height:200px;
    border-radius:15px;
}
.services-lander-image-header h1,
.partners-lander-image-header h1,
.contact-lander-image-header h1,
.prepare-lander-image-header h1,
.detect-lander-image-header h1,
.respond-lander-image-header h1,
.mitigate-lander-image-header h1,
.prof-services-lander-image-header h1
{
    color:white;
    padding: 70px 0;
    width: 100%;
}

.services-body a:hover{
    color:black;
}
.card-v14 {
    display: flex;
    flex-direction: column;
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 0 0 1px hsla(230, 23%, 9%, 0.05),
    0 0.3px 0.4px hsla(230, 13%, 9%, 0.02),
    0 0.9px 1.5px hsla(230, 13%, 9%, 0.45),
    0 3.5px 6px hsla(230, 13%, 9%, 0.4);
    border-radius: 0.375em;
    padding: 1rem;
    color: inherit;
    text-decoration: none;
    border: solid 1px grey;
    transition: 0.3s;
}

.about-lander-header span h1,
.about-lander-header span h4
{
    color:white;
    text-align:center;
}
.about-lander-body h3
{
    margin-left:10%;
    width:80%!important;
    text-align:center;
    margin-bottom:100px;
}
.about-lander-body
{
    height: 100vh
}
.about-lander-body .row
{
    margin-bottom:40px;
}
.about-lander-body .row .title
{
    /* font-weight:bold; */
    color: black;
    font-size: 20px!important;
}
.about-lander-body .row .sub-title
{
    color:black;
    font-size:16px!important;
}
.about-lander-body .row ul
{
    margin-left:20px;
}
.about-lander-body .mission-img img
{
    border-radius:15px;
    height:75%;
    margin-left:20px;
    margin-top:45px;
}
.about-lander-body .row ul li
{

    margin-top:10px;
    list-style:circle;
    color:black;
    font-size:16px!important;
}
.services-body,
.partners-body,
.prepare-body,
.detect-body,
.respond-body,
.mitigate-body,
.prof-services-body
{
    margin-left: 5%;
    max-width: 90%;
}
.prof-services-body
{
    margin-top:40px;
    margin-bottom:20px;
}
.prof-services-body ul
{
    list-style:decimal;
    text-align:left!important;
}
.prof-services-body ul li
{
    font-size:12px;
}
.services-body .card a
{
    color:black;
}
.services-body .card a.category-link{
    color: #275371;
    font-weight: bold;
    font-size: 16px;
}
.prepare-lander-section a ,
.respond-lander-section a ,
.mitigate-lander-section a ,
.detect-lander-section a ,
.services-body a,
.prof-services-lander-section a
{
    color: #275371!important;
    font-weight: bold;

}
.services-body .cyber-risk-qual ,
.services-body .cyber-insurance
{
    margin-top:40px;
}
.about-body
{
    margin-top:60px;
    margin-left: 15%;
    max-width: 70%;
    margin-bottom: 60px;
}
.about-body img
{
    width:100%;
    /* height:100%; */
    border-radius: 15px;
}
.services-body .services-sub-header,
.partners-body .partners-sub-header,
.prepare-body .prepare-sub-header,
.detect-body .detect-sub-header,
.respond-body .respond-sub-header,
.mitigate-body .mitigate-sub-header,
.prof-services-body .prof-services-sub-header
{
    text-align:center;
    margin-bottom:40px;
    margin-top:20px;
}
.services-body .service-card-1
{

    margin-bottom:20px;
}
.services-body .service-card-1 img
{
    height:220px;
}



.services-body .service-card-1 .card
{
    min-height: 639px!important;
}
.services-body .service-card-1 h5
{
    font-size:20px!important;
}
.services-body .service-card-1 p
{
    font-size:14px!important;
}
.services-body .service-card-1 ul li
{
    font-size:14px;
}
.services-body .service-card-1 ul
{
    list-style:disc;
    padding-left:30px;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin: 0 0 24px
}

.h1,h1 {
    font-size: 2.8rem;
    line-height: 1.14
}

.h1,.h2,h1,h2 {
    font-family: Lexend,sans-serif;
    font-style: normal;
    font-weight: 400
}

.h2,h2 {
    font-size: 2.2rem;
    line-height: 1.18
}

.h3,h3 {
    font-size: 1.4rem;
    line-height: 1.25
}

.h3,.h4,h3,h4 {
    font-family: Lexend,sans-serif;
    font-style: normal;
    font-weight: 400
}

.h4,h4 {
    font-size: 1rem;
    line-height: 1.4
}

.h5,h5 {
    font-size: .9rem;
    line-height: 1.33
}

.h5,.h6,h5,h6 {
    font-family: Lexend,sans-serif;
    font-style: normal;
    font-weight: 400
}

.h6,h6 {
    font-size: .8rem;
    line-height: 1.25
}
.site-header .services-menu-div .btn:hover
{
    background-color:white!important;
    color:#16181e!important;
    border-color:#16181e!important;
}

.site-header .partners-menu-div .btn:hover
{
    background-color:white!important;
    color:#16181e!important;
    border-color:#16181e!important;
}
.site-header .services-menu-div .btn .fas
{
    padding-left:10px;
}
.site-header .partners-menu-div .btn .fas
{
    padding-left:10px;
}
.prepare-icons .card,
.detect-icons .card,
.respond-icons .card,
.mitigate-icons .card,
.prof-services-icons .card
{
    padding-top:20px;
    padding-bottom:20px;

    padding-left:40px;
    padding-right:40px;
    border-radius:10px;
    border:solid 1px grey;
}
.prepare-icons .card{min-height:295px!important;}
.detect-icons .card{min-height:280px!important;}
.respond-icons .card{min-height:280px!important;}
.mitigate-icons .card{min-height:340px!important;}
.prof-services-icons .card{min-height: 920px!important;}

.prepare-icons .card i,
.detect-icons .card i,
.respond-icons .card i,
.mitigate-icons .card i,
.prof-services-icons .card i
{
    font-size:50px;

}

.prepare-icons .card h4,
.detect-icons .card h4,
.respond-icons .card h4,
.mitigate-icons .card h4,
.prof-services-icons .card h4
{
    font-size:20px;
    margin-top:10px;

}

.prepare-icons .card p,
.detect-icons .card p,
.respond-icons .card p,
.mitigate-icons .card p,
.prof-services-icons .card p
{
    font-size:14px;


}

.prepare-icons,
.respond-icons,
.detect-icons,
.mitigate-icons,
.prof-services-icons
{
    margin-bottom:20px;
}
.category-lander-section
{
    /* height:calc(100vh)!important; */
    /* padding-bottom: 100px; */
}
.category-lander-section .content-section-top
{
    margin-top:40px;
}
.category-lander-section .content-section-top .title
{
    font-size:52px;
    font-weight:bold;
}
.category-lander-section .content-section-top .question-title,
.category-lander-section .content-section-challenge .challenge-title
{
    font-size:32px;
    font-weight:bold;
}
.category-lander-section .content-section-top .description-title
{
    font-size:16px;
}
.category-lander-section .content-section-block-def
{
    margin-left:0px;
    margin-bottom:20px;
}
.category-lander-section .content-section-block-def .col-lg-10
{
    background-color:#275371;
    color:white;
    border-radius:10px;
    padding-top:30px!important;
    padding-bottom:30px!important;
}

.category-lander-section .content-section-block-def .col-lg-10 .pop
{
    font-weight:bold;
    text-decoration:underline;
}

.category-lander-section .content-section-block-def .block-def-question
{
    font-size:32px;
    font-weight:bold;
}

.category-lander-section .content-section-block-def .block-definition
{
    font-size:26px;
    width:100%!important;
}











/** mobile **/
@media (max-width: 1019px)
{
    .home-service-card
    {
        margin-bottom:15px!important;
    }
    .services-body .service-card-1 .card
    {
        margin-bottom:20px!important;
    }
    .services-lander-image
    {
        height:400px;
    }
    .partners-lander-image,
    .contact-lander-image,
    .prepare-lander-image,
    .detect-lander-image,
    .respond-lander-image,
    .mitigate-lander-image,
    .prof-services-lander-image
    {
        height:400px!important;
    }
    .category-lander-image img
    {
        height:300px!important;
    }
    .services-lander-image-header h1,
    .partners-lander-image-header h1,
    .contact-lander-image-header h1,
    .prepare-lander-image-header h1,
    .detect-lander-image-header h1,
    .respond-lander-image-header h1,
    .mitigate-lander-image-header h1,
    .prof-services-lander-image-header h1,
    .category-lander-image h1
    {
        margin-top:100px;
    }
    .about-lander-image-header
    {
        margin-top:140px;
        margin-left:0;
        width:100%
    }
    .contact-section input{
        margin-bottom:10px;
    }
    .about-body
    {
        margin-bottom:100px;
    }
    .prepare-icons, .detect-icons, .respond-icons, .mitigate-icons, .prof-services-icons {margin-bottom:0px!important; }
    .prepare-icons .card,.detect-icons .card,.respond-icons .card,.mitigate-icons .card,.prof-services-icons .card
    {margin-bottom:20px!important;min-height:200px!important;}
}
/** MD **/
@media (max-width: 778px)
{
    .site-header .btn
    {
        margin-bottom:20px;
    }
    .home-lander-section .home-lander-image .home-header-block h1
    {
        font-size:62px!important;
        margin-top: 40px;
    }
    .header-logo-div
    {
        text-align:center!important;
        margin-bottom: 10px;
    }
    .home-lander-section .home-lander-image .home-header-block h3
    {
        font-size:24px;
    }
    .home-lander-section .section-3 .button-div,.home-lander-section .section-3 .section-3-title
    {
        text-align:center!important;
    }
    #contact-first, #contact-email
    {
        margin-bottom:10px;
    }
    .site-footer
    {
        padding-left:5%;
        padding-right: 7%;
        text-align:center;
    }


}
.content-section-contact
{
     background-image: url('/images/cyber-defense-background-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:300px;
    border-radius:10px;
    padding-top:40px;
    margin-bottom:120px;
}
.content-section-contact h2 
{
    color:white;
    font-size:44px;
}
.content-section-contact .btn 
{
    width:100%;
    color:white;
    background-color:darkblue;
    border-radius:10px;
    font-size:28px;
}
.content-section-contact .btn:hover 
{
    color:darkblue;
    background-color:white;
}



/** SM **/
@media only screen and (max-width: 576px) 
{

    .site-header .btn
    {
        margin-bottom:10px;
    }
    .home-lander-section .home-lander-image .home-header-block h1
    {
        font-size: 30px!important;
    }
    .site-footer
    {
        text-align:center
    }
    .home-lander-section .home-lander-image .home-header-block h3
    {
        color: white;
        width: 100%;
        text-align: center;
        font-size: 30px;
        margin-left: 10%;
        width: 80%!important;
        /* float: right; */
        margin-top: 40px;
        /* text-shadow: white 1px 1px 3px; */
    }
    .contact-last,.contact-phone
    {
        margin-top:10px;
    }
    .home-lander-section .section-3
    {
        text-align:center!important;
    }
    .home-lander-section .section-3 ul 
    {
        list-style:none;
        /* width: 100%; */
    }
    .home-lander-section .section-3 .section-3-title
    {
        text-align:center!important;
    }
    .home-lander-section .section-3 ul li 
    {
        padding-top:20px;
        margin-right: 35px;
    }
    .site-header
    {
        width: initial;
    
    }
    .contact-right-section
    {
        text-align:center;
    }
}
input,textarea {
    background-color: #fff;
    border: 1px solid #e3e6ec;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(2,33,44,.05),0 4px 8px rgba(2,33,44,.05);
    color: #02212c;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56;
    padding: .4rem;
    width: 100%;
}
