/* Show it is fixed to the top */

body {
    background-color: #d4d6d7;
    min-height: 75rem;
    color: #000;
    font-size: 16px;
    scroll-behavior: smooth;
/*    scroll-margin-top: 65px;*/
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}
a {
    color: #eb1105;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover, a:focus {
    color: #eb1105;
    text-decoration: underline;
}
.navbar {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar.bg-dark {
    background-color: #000 !important;
}
.main-header {
    /*    margin-top: 68px;*/
    font-size: 22px;
    background: url('../assets/images/header-ai-security.jpg') center center no-repeat;
    background-size: cover;
    height: 614px;
    color: #fff;
}
.main-header h3 {
    color: #045896;
    margin-bottom: 20px;
}
.main-header .container {
    height: 550px;
    color: #FFF;
}
/* .main-header .title-wrap {
    height: 815px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 70px;
} */

h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.02;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 20px;
}
h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
    margin: 6px 0 18px 0;
    line-height: 1.2;
}

p {
    line-height: 1.3;
}
.small {
    font-size: 12px;
}
.logo-set {
    width: 500px;
}
#about {
/*    scroll-margin-top: 75px;*/
    color: #333;
    background-color: #FFF;
}
.section-bg {
    background: #FFF url('../assets/images/section-bg.gif') 0 0 repeat-x;
    background-size: 2px 415px;
    color: #FFF;

}
.section-bg strong {
    color: #eb1105;
}
.section-bg .rego-form strong {
    color: #333;
}
.rego-form {
    background-color: #FFF;
    color: #333;
    box-shadow: 2px 10px 8px rgba(161, 161, 161, 0.5);
    border-radius: 0 60px 0 0;
}
.card {
    position: relative;
    max-width: 420px;
    border-radius: 20px;
    background-color: #ececec;
    border: none;
    margin: 0 auto;
}
.card h4 {
    position: absolute;
    top: 60px;
    left: 40px;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
}
.card strong {
    color: #333;
}
.card-body {
    padding-left: 40px;
}
.card-img-top {
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
    background: url('../assets/images/profile-tim-morris.jpg') center right;
    background-size: cover;
}
.large {
    font-size: 20px;
}
.btn-primary {
    background-color: #eb1105;
    border: 1px solid #eb1105;
    border-radius: 5px;
    padding: 13px 15px 13px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-default {
    background-color: #000;
    color: #FFF;
    font-size: 15px;
    border-radius: 5px;
    padding: 13px 15px 13px 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #FFF;
    background-color: #333;
    border: 1px solid #333;
}
.icon-arrow {
    color: white;
    margin-left: 1rem;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}


/*------------------------Footer--------------------------*/
footer a {
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
footer a:hover, footer a:focus {
    color: #FFF;
    text-decoration: underline;
    opacity: 0.8;
}
footer {
    font-size: 14px;
    color: #FFF;
    background-color: #000;
}
footer h4 {
    font-size: 16px;
}

/*------------------------Back to Top--------------------------*/
.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: #000000;
    font-size: 1em;
    padding: 1em;
    opacity: 0.6;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    display: none;
    z-index: 200;
    background-color: #888;
    border-radius: 50%;
}

.back-to-top:hover {
    opacity: 1;
}

.back-to-top i {
    position: absolute;
    color: #FFF;
    top: 13px;
    left: 14px;
    font-size: 25px;
    font-weight: 600;
}

/*------------------------Mobile--------------------------*/
@media (max-width: 767px) {
    
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 28px;
    }
    .main-header {
        max-height: unset;
        height: 400px;
    }
    .main-header .container {
        height: 380px;
    }
    .main-header h3 {
        font-size: 24px;
    }
    .main-header p {
        font-size: 16px;
    }
    .section-bg {
        background-size: 2px 540px;
    }
    .card h4 {
        font-size: 25px;
        left: 25px;
    }
    .card-img-top {
        height: 180px;
    }
    .card-body {
        padding-left: 25px;
    }
    .btn-primary {
        font-size: 14px;
        letter-spacing: 1px;
    }

}

/*------------------------Small Tablet--------------------------*/
@media (min-width: 768px) and (max-width: 991px) {

    h1 {
        font-size: 45px;
    }
    .section-bg {
        background-size: 2px 365px;
    }
    
}

/*------------------------Large Tablet--------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {

    h1 {
        font-size: 48px;
    }
    .section-bg {
        background-size: 2px 530px;
    }
}

/*------------------------Regular Desktop--------------------------*/
@media (min-width: 1200px) and (max-width: 1399px) {
    
    .section-bg {
        background-size: 2px 508px;
    }
}

/*------------------------Large Desktop--------------------------*/
@media (min-width: 1400px) and (max-width: 1599px) {}

/*------------------------Extra Large Desktop--------------------------*/
@media (min-width: 1400px) {

}