@charset "utf-8";

/* CSS Document */
body {
    font-family: 'Inter-Regular';
    font-size: 16px;
    overflow-x: hidden;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: "Inter-Medium";
    src: url("../fonts/Inter-Medium.ttf");
}

@font-face {
    font-family: "samsungsharpsans";
    src: url("../fonts/samsungsharpsans.otf");
}

@font-face {
    font-family: "samsungsharpsans-bold";
    src: url("../fonts/samsungsharpsans-bold.otf");
}

@font-face {
    font-family: "samsungsharpsans-medium";
    src: url("../fonts/samsungsharpsans-medium.otf");
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("../fonts/Inter-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: "Inter-Bold";
    src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
    font-family: "Inter-Medium";
    src: url("../fonts/Inter-Medium.ttf");
}

img,
object {
    max-width: 100%;
}

a {
    outline: 0 !important;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #4593ff;
    text-decoration: none;
}

.border {
    border: 0px solid red !important;
}

.clr {
    clear: both;
}

.none {
    display: none;
}

.block {
    display: block;
}

h1 {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 36px !important;
    color: #000;
    line-height: 46px;
    font-family: 'Poppins-Bold' !important;
}

h2 {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 36px !important;
    color: #172230;
    line-height: 40px;
    font-family: 'Poppins-Bold' !important;
}

h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 24px !important;
    color: #000000;
    line-height: 30px;
    font-family: 'Inter-Bold' !important;
}

h4 {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 48px !important;
    color: #4593ff;
    line-height: 55px;
    font-family: 'Poppins-Bold' !important;
}

h5 {
    font-size: 48px !important;
    color: #4593ff;
    line-height: 52px;
    font-family: 'Poppins-Bold' !important;
}

h6 {
    font-size: 60px !important;
    color: #4593ff;
    line-height: 72px;
    font-family: 'Poppins-Bold' !important;
}

p {
    font-size: 18px !important;
    line-height: 25px;
    color: #000000;
}

.header-main {
    position: relative;
    border: 0px solid blue;
    height: 92px;
}

.header {
    height: 92px;
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    border: 0px solid red;
    transition: ease all 0.3s;
}

.middle {
    margin: auto;
    width: 1140px;
    border: 0px solid red;
}

.ptext-para {
    font-family: 'Inter-Regular' !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    width: 100%;
    max-width: 52%;
}


#list1 {}

#list1 ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    display: inline;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    border: #FF0000 0px solid;
}

#list1 ul li {
    display: inline;
    text-transform: capitalize;
    float: left;
    width: auto;
    border: #000000 0px solid;
}

#list1 ul li a {
    margin: 15px 2px 0px 2px;
    padding: 0px 15px 0px 15px;
    font-family: 'Inter-SemiBold';
    font-size: 18px;
    text-decoration: none;
    color: #172230;
    text-align: center;
    border-right: 0px solid #dddddd;
    float: left;
}

#list1 ul li a:hover {
    text-decoration: none;
}

.btn-account a {
    margin: 10px 0px 0px 0px;
    width: auto;
    padding: 7px 25px 5px 25px;
    background-color: #54b6e9;
    font-size: 16px;
    font-family: 'samsungsharpsans';
    color: #fff !important;
    border: 0px solid red;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #172230;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 90px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Inter-Medium';
    color: #fff;
    display: block;
    text-align: left;
    transition: all 0.4s linear;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #54b6e9;
}

.sidenav .closebtn {
    position: absolute;
    top: 9px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

}

.banner-bg {
    width: 100%;
    height: 560px;
    margin: 0px 0px 0px 0px;
    padding: 125px 0px 0px 0px;
    text-align: center;
    color: #fff;
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0px solid red;
}

.btn-getstarted a {
    margin: 10px 0px 0px 0px;
    width: auto;
    height: auto;
    padding: 22px 43px 22px 43px;
    background-color: #4593ff;
    font-size: 16px !important;
    font-family: 'Inter-Regular';
    color: #fff;
    border: 0px solid red;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heading-line {
    margin: 10px 0px 35px 0px;
    width: 149px;
    height: 5px;
    border-radius: 50px;
    background-color: #4593ff;
}

.heading-line2 {
    margin: 35px 0px 35px 0px;
    width: 145px;
    height: 5px;
    border-radius: 50px;
    background-color: #fff;
}

.heading-line3 {
    margin: 35px 0px 35px 0px;
    width: 145px;
    height: 5px;
    border-radius: 50px;
    background-color: #000033;
}

.btn-learnmore a {
    margin: 20px 0px 0px 0px;
    width: auto;
    height: auto;
    padding: 13px 30px 13px 30px;
    background-color: #54b6e9;
    font-size: 18px !important;
    font-family: 'samsungsharpsans-bold';
    color: #fff;
    border: 0px solid red;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
}

.learnmore-img {
    padding: 35px;
    width: auto;
    height: auto;
    text-align: center;
    border: 1px solid #6b8593;
    border-radius: 20px;
}

.secureddata-imgbg {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 45px 0px 45px 0px;
    color: #fff;
    background-color: #00002f;
    background-position: center;
    border: 0px solid red;
    background-attachment: local;
}

.btn-discover a {
    margin: 20px 0px 40px 0px;
    width: auto;
    height: auto;
    padding: 13px 18px 10px 18px;
    background-color: #54b6e9;
    font-size: 16px !important;
    font-family: 'samsungsharpsans-bold';
    color: #fff;
    border: 0px solid red;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
}

.heading {
    margin: 0px 0px 5px 0px;
    font-family: 'samsungsharpsans-bold';
    font-size: 20px;
    color: #54b6e9;
    text-align: left;
}

.tech-box {
    margin: 0px 0px 15px 0px;
    padding: 30px;
    width: 100%;
    height: auto;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.tech-boximg {
    margin: 0px 0px 20px 0px;
    width: 100%;
    height: auto;
    text-align: center;
    border: 0px solid red;
}

.link-learnmore a {
    margin: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    padding: 0px 0px 0px 0px;
    font-size: 16px !important;
    font-family: 'samsungsharpsans-bold';
    color: #54b6e9;
    border: 0px solid red;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.solutions-box {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    height: auto;
}

.sol-box {
    margin: 0px 0px 0px 0px;
    padding: 30px 20px 30px 20px;
    width: 100%;
    height: auto;
    text-align: center;
    border: 0px solid #e1e1e1;
    border-radius: 5px;
}

.sol-boximg {
    margin: 0px 0px 20px 0px;
    width: 100%;
    height: auto;
    text-align: left;
    border: 0px solid red;
}

.btn-contact a {
    margin: 10px 0px 0px 0px;
    width: auto;
    height: auto;
    padding: 15px 60px 15px 60px;
    background-color: #54b6e9;
    font-size: 24px !important;
    font-family: 'samsungsharpsans-bold';
    color: #fff;
    border: 0px solid red;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
}

.footer-bg {
    padding: 50px 0px 35px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #172230;
}

#list-footer {}

#list-footer ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
}

#list-footer ul li a {
    margin: 0px 0px 0px -40px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    font-family: 'Inter-Regular';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    float: left;
    line-height: 36px;
    transition: all 0.4s linear;
    border: 0px solid red;
}

#list-footer ul li :hover {
    color: #4593ff;
    text-decoration: none;
}

.footer-heading {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    font-family: 'Inter-Regular';
    font-size: 16px;
    color: #54b6e9;
    text-decoration: none;
    float: left;
    line-height: 36px;
    transition: all 0.4s linear;
    border: 0px solid red;
}

.icon-social {
    color: #fff;
    text-decoration: none;
    margin: 0px 22px 0px 0px;
    font-size: 30px;
}

.shadow {
    box-shadow: -1px 5px 12px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 5px 12px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 5px 12px -1px rgba(0, 0, 0, 0.1);
}

.solutionsbg-img {
    width: 100%;
    height: auto;
    margin: 80px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    background-image: url("../images/solutions-bg1.png");
    background-repeat: round;
    /*background-position: 91.2% 97%;*/
    border: 0px solid red;
    background-attachment: local;
}

.sol-heading {
    font-size: 60px !important;
    text-align: center;
    /* padding: 65px 0px 65px 55px !important;*/
    /*padding: 95px 0px 95px 55px !important;*/
    padding: 55px 0px 75px 55px !important;
    /*line-height: 65px;*/
    line-height: 87px;
}

.solutionsbg-img2 {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    background-image: url("../images/solutions-bg2.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid red;
    background-attachment: local;
}

.solutionsbg-img3 {
    width: 100%;
    height: auto;
    margin: 80px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    background-image: url("../images/solutions-bg3.png");
    background-repeat: round;
    /* background-position: 91.2% 97%;*/
    border: 0px solid red;
    background-attachment: local;
}

.solutionsbg-img4 {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    background-image: url("../images/solutions-bg4.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid red;
    background-attachment: local;
}

.sol-heading3 {
    font-size: 48px !important;
    text-align: center;
    padding: 55px 0px 75px 55px !important;
    line-height: 57px;
}

.soldata-imgbg {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 45px 0px 45px 0px;
    color: #fff;
    background-color: #eeeeee;
    background-position: center;
    border: 0px solid red;
    background-attachment: local;
}

.about-heading {
    margin: 0px 0px 10px 0px !important;
    text-align: center;
    font-size: 48px !important;
    color: #000033;
}

.about-normal {
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 20px !important;
    color: #6b8593;
    line-height: 30px !important;
    font-family: 'samsungsharpsans-medium' !important;
}

.about-normal18 {
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 18px !important;
    color: #6b8593;
    line-height: 30px !important;
    font-family: 'Inter-Regular' !important;
}

.about-bg {
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 25px 0px;
}

.about-heading2 {
    margin: 0px 0px 30px 0px !important;
    padding: 50px 0px 0px 0px !important;
    text-align: left;
    font-size: 40px !important;
    color: #172230;
}

.about-normal118 {
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-size: 18px !important;
    color: #6b8593;
    line-height: 25px !important;
    font-family: 'Inter-Regular' !important;
}

.contact-bg {
    margin: 15px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.contact-normal {
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-size: 13px !important;
    color: #6b8593;
    line-height: 14px !important;
    font-family: 'Inter-Regular' !important;
}

.contact-inputbg {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.contact-input {
    margin: 0px 0px 0px 0px;
    padding: 4px 25px 0px 25px;
    height: 53px;
    width: 100%;
    background-color: transparent;
    outline: 0px;
    border: 0px solid red;
    display: inline-block;
    font-family: 'Inter-Regular' !important;
    font-size: 16px;
    color: #6b8593;
}

.contact-inputmessage {
    margin: 0px 0px 0px 0px;
    padding: 15px 25px 0px 25px;
    height: 115px;
    width: 100%;
    background-color: transparent;
    outline: 0px;
    border: 0px solid red;
    display: inline-block;
    font-family: 'Inter-Regular' !important;
    font-size: 16px;
    color: #6b8593;
}

::placeholder {
    color: #6b8593;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6b8593;
}

::-ms-input-placeholder {
    color: #6b8593;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e0dede;
    border: 1px solid #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #54b6e9;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #54b6e9;
    color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    color: #000;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
    color: #000;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    color: #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-submit {
    margin: 0px 0px 15px 0px;
    padding: 15px 25px 15px 25px;
    background-color: #4593ff;
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    color: #fff !important;
    border: 0px solid red;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
}

.contact-map {
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #f9f9f9;
    border-radius: 12px;
    height: 250px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.contact-phone {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px !important;
    font-family: 'Inter-Medium';
    color: #000033 !important;
    border: 0px solid red;
    text-align: left;
    text-decoration: none;
}

.contact-email a {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px !important;
    font-family: 'Inter-Medium';
    color: #172230 !important;
    border: 0px solid red;
    text-align: left;
    text-decoration: none;
}

.sign-up a {
    margin: 20px 0px 0px 0px;
    width: auto;
    height: auto;
    padding: 15px 15px 15px 15px;
    background-color: #4593ff;
    font-size: 16px !important;
    font-family: 'Inter-Regular';
    color: #fff;
    font-weight: 600;
    border: 0px solid red;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.contact-imgbg {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 45px 0px 45px 0px;
    color: #fff;
    background-color: #eeeeee;
    background-position: center;
    border: 0px solid red;
    background-attachment: local;
}

.contact-img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 134px;
    height: 185px;
    float: right;
    position: relative;
    left: -90px;
    top: -47px;
    border: 0px solid red;
}

.contact-inputs {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    height: 53px;
    width: 100%;
    background-color: transparent;
    outline: 0px;
    border-bottom: 1px solid #999999;
    border-top: 0px solid red;
    border-left: 0px solid red;
    border-right: 0px solid red;
    display: inline-block;
    font-family: 'Inter-Regular' !important;
    font-size: 16px;
    color: #6b8593;
}

.contact-inputmessages {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    height: 100px;
    width: 100%;
    background-color: transparent;
    outline: 0px;
    border-bottom: 1px solid #999999;
    border-top: 0px solid red;
    border-left: 0px solid red;
    border-right: 0px solid red;
    display: inline-block;
    font-family: 'Inter-Regular' !important;
    font-size: 16px;
    color: #6b8593;
}

.about-middle {
    margin: 20px 0px 0px 90px;
    width: 75%;
    height: auto;
    border: 0px solid red;
}

.about-round {
    padding: 7px;
    border-radius: 50%;
    text-align: center;
    box-shadow: -2px 3px 5px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: -2px 3px 5px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: -2px 3px 5px 0px rgba(204, 204, 204, 0.75);
}

.nav-line {
    margin: 22px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Inter-SemiBold';
    font-size: 18px;
    text-decoration: none;
    color: #172230;
    text-align: center;
    height: 15px;
    border-right: 1px solid #dddddd;
    float: left;
}
