body {
    font-family: 'Segoe UI';
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.section {
    padding: 50px 0px;
}

.bg-whitesmoke {
    background-color: #EBE7EA;
}


/* ============ hero Banner ======================== */

.hero {
    width: 100%;
    background-image: url("../images/bg-banner/bg-hero.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-content {
    padding: 100px 0px 30px 0px;
}


/* ============ footer ======================== */

.main-footer {
    color: white;
    background-color: #001A68;
}

.security-playbook {
    color: #fff;
    background-image: url(../images/bg-banner/security-playbook.png);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}


/* ============ footer ======================== */

.genuine_software {
    background: #EBE7EA;
    padding: 2rem;
    margin: auto;
    margin-top: 2rem;
}

.licensing-content {
    max-width: 450px;
    margin: auto;
}

.products-info .products-name {
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 1vw;
    color: #000000;
    background-color: #fed731;
}

.products-info h5 {
    color: #016938;
}


/* ======================================================== */

.experience {
    color: #fff;
    height: 600px;
    background-image: url(../images/bg-banner/experience.png);
    background-position: 0 0;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.experience .laptop {
    background-image: url(../images/laptop_angle_complete.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    width: 100%;
    background-position: center center
}

@media (min-width: 576px) {
    .experience .laptop {
        position: relative;
        height: 300px;
        background-position: 50px top;
        right: auto;
        top: 40px
    }
}

@media (min-width: 768px) {
    .experience {
        color: #fff;
        height: 500px;
        background-image: url(../images/bg-banner/experience.png);
        background-position: 0 0;
        background-size: cover;
        overflow: hidden;
        position: relative;
    }

    .experience .laptop {
        position: absolute;
        right: -150px;
        height: 250px;
        top: 160px
    }
}

@media (min-width: 992px) {
    .experience .laptop {
        top: 25%;
        height: 330px;
        right: -300px
    }
}

@media (min-width: 1200px) {
    .experience .laptop {
        top: 50px;
        height: 360px;
        right: -80px;
        background-position: right 0
    }
}

@media (min-width: 1400px) {
    .experience .laptop {
        top: 50px;
        height: 360px;
        right: 10%;
    }
}


/* ======================================================== */



/* ======================================= */

.form-field label {
    display: block;
    color: #212529;
    margin-bottom: 5px;
}

.form-field input {
    border: solid 1px #dadada;
    padding: 10px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-field input:focus {
    outline: none;
}

.form-field.error input {
    border-color: #f84153;
}

.form-field.success input {
    border-color: #00ad5f;
}

.form-field small {
    color: #f84153;
}

.form-check.error input {
    border-color: #f84153;
}

/* .form-check.success input {
    border-color: #fd6164;
} */

.form-check small {
    color: #f84153;
}

.form-check a {
    color: #202020;
}

.form-check a:hover,
.form-check a:active,
.form-check a:focus {
    color: #0A58CA;
}

.form-field .form-label span {
    color: #f84153;
    padding-left: 2px;
}

.form-field select {
    border: solid 1px #dadada;
    padding: 10px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

/* ======================================= */

.section-registration {
    background: #EBE7EA;
}

.registration-formBox {
    background: #EBE7EA;
    /* max-width: 640px; */
    padding: 30px 20px 30px 20px;
    margin: auto;
    border: 2px solid #EBE7EA;
}

input[type=checkbox] {
    position: relative;
    border: 2px solid #8b8b8b;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 16px;
    width: 16px;
    opacity: .6;
    margin-top: 3px;
    -webkit-appearance: none;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:focus {
    box-shadow: 0 0 0 0.25rem #97979782;
}

input[type=checkbox]:checked {
    background-color: #000000;
    border-color: #000000;
    opacity: 1;
}


/* ======================================================== */

.btn-brand {
    color: #fff;
    background-color: #000000;
    border: 2px solid #000000;
    border-color: #000000;
    /*  border-radius: 100px; */
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary {
    background-color: #0078d4;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.footer .btn-white {
    color: #000000;
    background-color: #fff;
    border: 0;
    min-width: 180px;
    padding: 0.5rem 1rem;
    font-weight: 500;
    position: relative;
    z-index: 9999999;
    float: right;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.footer .btn-white:hover {
    color: #000000;
    background-color: #e7e5e5;
}


/* ======================================================== */

.testimonials {
    position: relative;
}

.owl-carousel .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0%;
    position: absolute;
    top: 30%;
    font-size: 30px !important;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.owl-carousel .owl-prev {
    left: -40px;
}

.owl-carousel .owl-next {
    right: -40px;
}

@media only screen and (max-width:1220px) {
    .owl-carousel .owl-prev {
        left: -20px;
    }

    .owl-carousel .owl-next {
        right: -20px;
    }
}

@media only screen and (max-width:768px) {
    .owl-carousel .owl-prev {
        left: -40px;
    }

    .owl-carousel .owl-next {
        right: -40px;
    }
}

@media only screen and (max-width:576px) {
    .owl-carousel .owl-prev {
        left: -25px;
    }

    .owl-carousel .owl-next {
        right: -25px;
    }
}


/* ======================================================== */
/* ====== privacy ========================== */

.section-privacy {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 16px;
}

.privacy-contain {
    padding: 24px;
}

@media screen and (max-width: 767px) {
    .privacy-contain {
        padding: 15px;
    }
}

.section-privacy .footer-area {
    color: #303030;
    background-color: #e0e0e0;
    padding: 15px 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}