/*FONT CSS*/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    src: url('https://ossi.com/fonts/Poppins/Poppins-Regular.ttf');
    font-family: 'Poppins', sans-serif;
}


/*GENERAL CSS*/

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: normal;
    overflow-x: hidden;
    color: #fff;
}

.bg-1 {
    background-color: #0058a0;
    border: 2px solid #010630;
}

.bg-2 {
    background-color: #010630;
    border: 2px solid #0058a0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-top: 0px;
}

a,
a:hover {
    cursor: pointer;
    text-decoration: none;
}

button:focus {
    cursor: pointer;
    outline: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .5px;
    margin-bottom: 15px;
}

.btn {
    transition: ease-in .3s;
}


/** TOPBAR CSS**/

#top_bar {
    background-color: rgba(14, 122, 191, 0.16);
}

.ul_1 {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.ul_1 li {
    color: #010630;
    font-size: 13px;
    font-weight: 600;
}

.ul_1 li a {
    color: inherit;
}

.ul_1 li:before {
    color: #0058a0;
    display: inline-block;
    padding-right: 5px;
    font-size: small;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.ul_1 li.li_1:before {
    content: "\f879";
}

.ul_1 li.li_2:before {
    content: "\f0e0";
}


/*NAVBAR CSS*/

#navBar {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background-color: rgb(1, 8, 48);
}

li.nav-item {
    margin-right: 0.5rem!important;
}

#navBar a.nav-link {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .7px;
}

#navBar a.nav-link:hover {
    color: #0058a0;
}

#navBar .nav-link::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 35%;
    padding-top: 2px;
    border-bottom: 1px dashed #0058a0;
}

#navBar .nav-link:hover::after,
#navBar .active>.nav-link::after {
    border-bottom: 1px dashed #fff;
}

.shadow {
    box-shadow: 0 2px 4px -1px rgba(45, 45, 45, .25);
}

.menu {
    color: #fff;
    border: 1px solid #0058a0;
    padding: 5px 8px;
    border-radius: 5px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}


/** BANNER CSS**/

#banner {
    position: relative;
}

.banner-content-container {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 288px 0px;
}


/* #banner video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 99%;
    top: 0;
    left: 0;
    opacity: 0.75;
    background: rgb(0, 89, 161, .90);
} */

.overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 99%;
    top: 0;
    left: 0;
    opacity: 0.75;
    background-color: rgba(1, 8, 48, 0.722);
}

.header-content h2.heading {
    font-weight: 700;
    font-size: 3.5rem;
    margin-bottom: 30px;
    color: #fff;
}

.header-content p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 200;
    color: #fff;
}

.header .card {
    /* background: transparent;
    border: 1px dashed #0058a0; */
    margin-top: 30px;
}

.header .card h4 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 16px;
    color: #010630;
}

.header .card p {
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 15px;
    color: #010630;
    text-align: justify;
}


/** SOLUTION SECTION CSS**/

#solution {
    padding-top: 70px;
    padding-bottom: 70px;
}

h3.title {
    color: #010630;
    text-transform: capitalize;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.inner-copy {
    color: #7c7d7e;
    letter-spacing: .5px;
    font-size: 15px;
    line-height: 28px;
}

.row.custom-padding-top {
    padding-top: 4rem;
}

.sol-card {
    border: 2px solid #010630;
    border-radius: 0.5rem;
    min-height: 360px;
    margin-bottom: 2.5rem;
    cursor: pointer;
}

.sol-card-2 {
    background-color: #0058a0;
}

.sol-card-2 h4,
.sol-card-2 p {
    color: #fff !important;
}

.sol-card h4 {
    color: #010630;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 30px;
}

.sol-card p {
    color: #010630;
    font-weight: 400;
}


/** VIDEO SECTION **/

#video {
    position: relative;
}

#video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 99%;
    top: 0%;
    left: 0;
    opacity: 0.75;
    background-color: rgba(1, 8, 48, 0.722);
}

.video-caption {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 245px 0px 50px 0px;
}

.video-caption h3 {
    color: #fff;
    font-weight: 800;
    letter-spacing: 6px;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

.video-caption p {
    color: #fff;
    font-size: 20px;
    letter-spacing: .85px;
    line-height: 30px;
    margin-bottom: 0;
}


/** HOMEPAGE CONTACT SECTION **/

#homepage-contact-area {
    padding: 200px 0px 110px 0px;
}

#contact-page {
    padding: 110px 0px;
}

.form-group {
    margin-bottom: 3rem;
}

label {
    color: black;
    font-family: 'Urbanist';
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .65px;
}

.form-control {
    height: calc(3em + 0.75rem + 2px);
    padding: 0;
    color: #010630;
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #010630;
    border-radius: 0;
    cursor: pointer !important;
}

.form-control:focus {
    border-bottom: 2px solid #0058a0;
    outline: 0;
    box-shadow: none;
}

::placeholder {
    color: rgba(1, 8, 48, 0.253);
}

#submitBtn {
    border: 2px solid #010630;
    border-radius: 0.5rem;
    background-color: #0058a0fa;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 45px;
    letter-spacing: .75px;
    cursor: pointer;
    transition: all ease-in-out .6s;
    box-shadow: -1rem 3rem 5rem rgba(0, 0, 0, 0.4)!important;
}

#submitBtn:hover {
    background-color: transparent;
    color: #010630;
}

small {
    color: rgba(1, 8, 48, 0.603);
}


/*FOOTER CSS*/

#footer {
    background-color: rgba(14, 122, 191, 0.16);
    padding-top: 90px;
}

#footer-body h4 {
    font-weight: 700;
    color: #010630;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

#footer-body h4:after {
    content: "";
    display: block;
    width: 8%;
    padding-top: 2px;
    border-bottom: 4px solid #0058a0;
    margin-top: 6px;
}

#footer-body ul.footer-links {
    padding: 0;
    list-style-type: none;
}

#footer-body ul.footer-links li {
    margin-bottom: 15px;
}

#footer-body ul.footer-links li:before,
#footer-body .contact-links li:before {
    color: #0058a0;
    display: inline-block;
    padding-right: 5px;
    font-size: small;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#footer-body ul.footer-links li:before {
    content: "\f105";
}

#footer-body .contact-links li:first-child::before {
    content: "\f879";
}

#footer-body .contact-links li:nth-child(2)::before {
    content: "\f658";
}

#footer-body .contact-links li:last-child::before {
    content: "\f3c5";
}

#footer-body ul.footer-links li,
#footer-body ul.footer-links li a {
    font-size: 15px;
    color: #010630;
    font-weight: 400;
}

#footer-body ul.footer-links li a:hover {
    color: #0058a0;
}

.copyright {
    background-color: rgb(1 8 48);
    box-shadow: 0 -1rem 5rem rgba(1, 8, 48, .45)!important;
}

.copyright p {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}


/** INNER PAGES CSS **/

#inner-page-banner {
    background-image: url('https://ossi.com/images/tech-giphy-2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 145px;
}

#inner-page-banner h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 6px;
    margin-bottom: 25px;
}

#inner-page-banner ul li a {
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: .5px;
}

#inner-page-banner ul li a:hover {
    color: #0058a0;
}

#inner-page-banner .card {
    background: transparent;
    border: 1px dashed #0058a0;
    margin-top: 20px !important;
    margin-bottom: 40px;
}

#overview {
    padding: 80px 0px;
}

svg {
    height: 5rem;
    width: 5rem;
    background-color: #010630;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    border-radius: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.package-card {
    border: 2px dashed #010630;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    border-radius: 0.25rem;
    text-align: center;
    min-height: 555px;
    background: rgba(1, 89, 160, 0.122);
}

.package-card h4 {
    color: #010630;
}

.package-card p {
    color: #0058a0;
}

.package-card p span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #0058a0;
}

.package-card h4 {
    font-weight: 600;
    margin-top: 30px;
    font-size: 19px;
    letter-spacing: .5px;
    line-height: 30px;
}

.package-card p:after {
    content: "";
    display: block;
    width: 16%;
    padding-top: 2px;
    border-bottom: 10px solid #010630;
    margin-top: 6px;
    margin: 10px auto 35px auto;
}

ul.package-feature-list {
    padding: 0;
    list-style-type: none;
    text-align: left;
}

ul.package-feature-list li {
    margin-bottom: 15px;
}

ul.package-feature-list li:before {
    color: #0058a0;
    display: inline-block;
    padding-right: 10px;
    font-size: small;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

ul.package-feature-list li,
ul.package-feature-list li a {
    font-size: 15px;
    color: #010630;
    font-weight: 400;
}

#industry {
    padding: 100px 0px;
}


/* .industry-list {
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
} */


/* .industry-list li {
    margin: 0px 12px 10px 12px;
} */


/* .industry-header-card {
    min-height: auto !important;
} */

.industry-card {
    padding: 0.5rem;
    text-align: center;
    border: 0;
    border: 2px dashed #010630;
    min-height: 692px;
}

.industry-card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #010630;
}

.industry-card p {
    text-align: justify;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: .7px;
    color: #010630;
}

.contact-detail h3 {
    margin: 0;
    font-weight: 300;
}

.support-list {
    display: flex;
    justify-content: space-around;
}

#overview .card {
    background: transparent;
    border: 1px dashed #0058a0;
    margin-top: 20px !important;
    margin-bottom: 40px;
}

.support-list li a {
    color: #010630;
}

#solutionDetail {
    background-color: #d9eaf4;
    padding: 100px 0px;
}

#solutionDetail ul li,
#solutionDetail p {
    color: #010630;
}

#solutionDetail p {
    text-align: justify;
    line-height: 28px;
}

#solutionDetail ul li {
    font-weight: 500;
    line-height: 2.5;
}

.div_1 {
    border-bottom: 1px dashed rgba(1, 6, 48, 0.259);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.industry-banner-content-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 128px 0px;
}

#industry-list {
    background-color: #d9eaf4;
}

#industry-list ul li a {
    color: #010630;
    cursor: pointer;
}

#industry-list ul li a:hover {
    color: #0058a0;
}

#industry .card ul {
    text-align: center;
}

#companyProfile {
    background-color: #d9eaf4;
    padding: 100px 0px;
}

.feature-card {
    margin-bottom: 50px;
    border: 2px dashed #010630;
    background: transparent;
    min-height: 235px;
    cursor: pointer;
}

.feature-card:hover {
    background: #0058a0;
    box-shadow: -1rem 3rem 3rem rgba(0, 0, 0, 0.4)!important;
}

.feature-card:hover h4,
.feature-card:hover p {
    color: #fff;
}

.feature-card img {
    margin-bottom: 2rem;
}

.feature-card h4 {
    font-weight: 700;
    color: #010630;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 4px;
}

.feature-card p {
    text-align: justify;
    line-height: 24px !important;
    font-size: 14px !important;
    color: #010630;
}

iframe {
    height: 550px;
    border: 3px solid rgba(124, 125, 126, 0.18);
    border-radius: 0.25rem;
    margin-top: 3rem;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    float: left;
    z-index: 3;
}

#content h5 {
    color: #010630;
    font-weight: 700;
    letter-spacing: .9px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 1.2rem;
}

#content p,
#content li {
    color: #7c7d7e;
    text-align: justify;
}

#content li {
    line-height: 3;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
}

#content p {
    line-height: 30px;
}

#content .row {
    margin-bottom: 3rem;
}

#thankyouModal .modal-content {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(1, 8, 48);
}

#thankyouModal .modal-header {
    border-bottom: 0;
    background-color: rgba(1, 8, 48, 1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#thankyouModal .modal-header .close {
    color: #fff;
    opacity: 1;
}

#thankyouModal .modal-body {
    background-color: #fff;
    border-radius: 15px;
}

#thankyouModal .modal-body img {
    width: 75%;
    border-radius: 100%;
    margin-bottom: 20px;
}

#thankyouModal .modal-body h5.thankyou {
    font-size: 18px;
    color: rgb(1, 8, 48);
    font-weight: 500;
    line-height: 1.077;
    text-transform: uppercase;
}

#thankyouModal .modal-body h5 {
    font-size: 18px;
    color: rgb(1, 8, 48);
    font-weight: 300;
}