body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #191919;
}

header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
}

.header-horizontal-bg {
    background-image: url('../images/header-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.company-logo {
    width: 200px;
}

.company-logo-symbol {
    width: 40px;
}

.nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #2B2B2B;
}

.nav-link:focus, .nav-link:hover, .nav-link.active {
    color: #FFB800;
}

.navbar {
    padding-bottom: 3px;
    padding-top: 3px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FFB800;
}

.top-navigation-menu {
    left: 40%;
    position: sticky;
}

.header-text {
    font-weight: bold;
    font-size: 48px;
    color: #5B6E7F;
}

.header-text span {
    color: #FFB800;
}

.header-text-small {
    font-weight: bold;
    font-size: 40px;
    color: #5B6E7F;
}

.header-text-small span {
    color: #FFB800;
}

.request-a-demo {
    width: 100%;
    border-radius: 0;
}

/*Navbar Toggler */
.navbar-toggler {
    width: 30px;
    height: 30px;
    position: relative;
    transition: 0.5s ease-in-out;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFB800;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0;
    transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

.navbar-toggler-icon {
    font-size: 25px;
}
/*Navbar Toggler */

.demo-group {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.input-group-text-demo {
    font-size: 25px;
    padding: 20px;
    color: #7E7E7E;
    background: #FFFFFF;
}

.demo-input {
    border: none;
    padding: 20px;
    font-size: 18px;
    color: #7E7E7E;
    font-weight: bold;
}

.demo-input-button {
    border: none;
    padding: 20px;
    font-size: 22px;
    color: #6c4e00;
    font-weight: bold;
    text-transform: uppercase;
}

.demo-btn-text {
    background: #FFB800;
    font-size: 18px;
    font-weight: bold;
    transition: 0.5s;
    border-radius: 0;
}

.demo-btn-text:hover {
    background: #FFD465;
    transition: 0.5s;
    cursor: pointer;
}

.bg-light {
    background: #F8F4FA !important;
}

.yellow-box {
    background: rgb(242,249,250);
    background: linear-gradient(125deg, rgba(242,249,250,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(214,231,238,1) 100%);
    padding: 30px 30px 0px 30px;
    color: #333D45;
    width: 100%;
    height: 100%;
    border-left: 15px solid #689DAD;
    border-top: 1px solid #689DAD;
    border-right: 1px solid #689DAD;
    border-bottom: 1px solid #689DAD;
}

.yellow-box h2 {
    font-weight: bold;
    font-size: 40px;
    color: #5B6E7F;
}

.white-box {
    background: #FFFFFF;
    padding: 30px 30px 20px 30px;
    width: 100%;
    height: 100%;
}

.white-box h2 {
    font-weight: bold;
    font-size: 40px;
}

.list-group-item {
    border: none;
    padding: 5px 0px;
}

.title-small {
    background: #FAFDEC;
    text-transform: uppercase;
    float: left;
    padding: 10px;
    font-size: 15px;
}

.white-box-small {
    background: #FFFFFF;
    padding: 20px 20px 0px 20px;
    width: 100%;
    height: 100%;
}

.banner {
    background: #E4ECF7;
    padding: 50px;
    line-height: 52px;
    border-radius: 20px;
}

.banner h2 {
    line-height: 52px;
    font-weight: bold;
}

.footer-text {
    color: #718096;
}

.footer-links li a {
    color: #718096;
    text-decoration: none;
    transition: 0.5s;
}

.footer-links li a:hover {
    color: #000000;
    transition: 0.5s;
}

.solutions-bg {
    background-image: url('../images/solution-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.solution-image {
    width: 100%;
}

.about-bg {
    background: #F2F9FA;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1) !important;
}

.about-mission {
    background-image: url('../images/about-mission.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 386px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.about-mission p {
    background-color: rgb(17, 17, 17, 0.4);
    padding: 10px;
    color: white;
}

.about-mission p span {
    font-size: 50px;
    color: white;
}

.about-vision {
    background-image: url('../images/about-vision.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 386px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.about-vision p {
    background-color: rgb(17, 17, 17, 0.4);
    padding: 10px;
    color: white;
}

.about-vision p span {
    font-size: 50px;
    color: white;
}

.card {
    border-radius: 0;
    border: #EAECF0 1px solid;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.card:hover {
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 15px 20px rgba(235,235,235,0.66);
    -moz-box-shadow: 0px 0px 15px 20px rgba(235,235,235,0.66);
    box-shadow: 0px 0px 15px 20px rgba(235,235,235,0.66);
}

.card-title span {
    color: #5F6980;
    font-size: 15px;
    text-transform: uppercase;
}

.card-text {
    font-size: 15px;
    color: #5F6980;
}

.card p {
    color: #3E3E59;
}

.card-img, .card-img-top {
    border-radius: 0;
}

.list-group-horizontal i {
    margin: 0px 15px 0px 0px;
    font-size: 20px;
    color: #b8b8d7;
    transition: 0.5s;
}

.list-group-horizontal i:hover {
    color: #5F6980;
    transition: 0.5s;
}

.demo-bg {
    background-image: url('../images/demo-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: normal;
    justify-content: center;
    padding: 20px;
    background-size:cover;
}

.offcanvas-header i {
    color: #FFFFFF !important;
    font-size: 25px;
    cursor: pointer;
    padding: calc(var(--bs-offcanvas-padding-y)* .5) calc(var(--bs-offcanvas-padding-x)* .5);
    margin: calc(-.5* var(--bs-offcanvas-padding-y)) calc(-.5* var(--bs-offcanvas-padding-x)) calc(-.5* var(--bs-offcanvas-padding-y)) auto;
    transition: 0.5s;
}

.offcanvas-header i:hover {
    color: #FFB800 !important;
    transition: 0.5s;
}

.offcanvas.offcanvas-end {
    width: 600px;
}

.demo-header-text {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.demo-header-text span {
    color: #FFB800;
}

.demo-header-text-small {
    font-weight: bold;
    font-size: 40px;
}

.demo-header-text-small span {
    color: #FFB800;
}

.request-input-group-text {
    font-size: 22px;
    padding: 13px 20px 10px 20px;
    color: #7E7E7E;
    background: #FFFFFF;
    margin-bottom: 15px;
}

.request-demo-input {
    border: none;
    padding: 13px;
    font-size: 18px;
    color: #7E7E7E;
    font-weight: 500;
    border-radius: 0;
    margin-bottom: 15px;
}

.request-demo-textarea {
    border: none;
    padding: 13px;
    font-size: 18px;
    color: #7E7E7E;
    font-weight: 500;
    border-radius: 0;
    height: 120px;
    margin-bottom: 15px;
}

.request-demo-btn-text {
    background: #FFB800;
    font-size: 18px;
    font-weight: bold;
    transition: 0.5s;
    border-radius: 0;
    border: none;
    padding: 15px 50px 15px 50px;
}

.request-demo-btn-text:hover {
    background: #FFD465;
    transition: 0.5s;
    cursor: pointer;
}

.banner-demo {
    background: none;
    border: none;
}

.bg-dark {
    padding: 30px 30px 20px 30px;
    width: 100%;
    color: #FFFFFF;
}

.contactmail {
    text-decoration: none;
    color: #FFFFFF;
    transition: 0.5s;
}

.contactmail:hover {
    color: #FFB800;
    transition: 0.5s;
}

.linkedin {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.linkedin-icon {
    background: #0072B0;
    font-size: 28px;
    border-right: 1px solid #63add5;
    padding-right: 20px;
    padding: 3px 10px 0px 10px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.linkedin-text {
    background: #0072B0;
    padding: 10px 20px 9px 20px;
    text-align: center; 
    color: #FFFFFF;
    font-size: 19px;
    text-decoration: none;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: 0.5s;
}

.linkedin-text:hover {
    background: #0A5B87;
    transition: 0.5s;
}

.contact-input-group-text {
    border: 1px solid #dee2e6;
    border-right: none;
    font-size: 22px;
    padding: 13px 20px 10px 20px;
    color: #7E7E7E;
    background: #FFFFFF;
    margin-bottom: 15px;
}

.contact-input {
    padding: 13px;
    border-left: none;
    font-size: 18px;
    color: #7E7E7E;
    font-weight: 500;
    border-radius: 0;
    margin-bottom: 15px;
}

.contact-textarea {
    padding: 13px;
    font-size: 18px;
    color: #7E7E7E;
    font-weight: 500;
    border-radius: 0;
    height: 120px;
    margin-bottom: 15px;
}

.contact-items i {
    font-size: 16px;
}

.contact-icons-alignment {
    height: 50px;
    float: left;
    margin-right: 20px;
}

.contact-social a {
    color: #FFFFFF;
    transition: 0.5s;
}

.contact-social a:hover {
    color: #FFB800;
    transition: 0.5s;
}

.contact-social {
    display: flex;
    padding-left: 0;
}

.contact-social li {
    margin: 0px 10px 0px 10px;
}

.error {
    background: #FFB800;
    font-size: 18px;
    font-weight: bold;
    transition: 0.5s;
    color: #000000;
    text-decoration: none;
    border-radius: 0;
    border: none;
    padding: 15px 50px 15px 50px;
}

.error:hover {
    background: #FFD465;
    transition: 0.5s;
    cursor: pointer;
}

.error-link {
    color: #FFB800;
    font-size: 18px;
    font-weight: bold;
    transition: 0.5s;
    text-decoration: none;
}

.error-link:hover {
    color: #FFD465;
    transition: 0.5s;
}

/*Login Page CSS*/
.header-login-bg {
    background-image: url('../images/login-bg.png');
    background-repeat: no-repeat;
    background-color: #f5fcff;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.login-bg {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}

.login-input {
    color: #5B6E7F;
    font-size: 15px;
    text-align: center;
    border-color: #a5a5a5;
    padding: 13px 10px 13px 10px;
}

.forgot-password {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
}

.forgot-password a {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}

.forgot-password a:hover {
    color: #5B6E7F;
    transition: 0.5s;
}

.login-submit {
    background: #FFC600;
    padding: 13px 10px 13px 10px;
    width: 100%;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 17px;
}

.login-submit:hover {
    background: #F0AE04;
    transition: 0.5s;
}

.login-options {
    color: #5B6E7F;
    font-size: 12px;
    margin-top: 25px;
}

.social-login {
    margin-top: 50px;
    margin-bottom: 50px;
}

.social-login a {
    background: #FFFFFF;
    padding: 15px 25px 15px 25px;
    margin: 10px 15px;
    border-radius: 8px;
    transition: 0.5s;
    -webkit-box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.15);
}

.social-login a:hover {
    background: #f9f9f9;
    border: inset 1px solid #E8E8E8;
}

/*Login Page CSS*/

/*Media Queries*/
@media (max-width: 991px) {
    .navbar {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}
/*Media Queries*/

/**************Partner created on 19 Oct**************/
.partner-header {
    width: 100%;
    height: 100%;
}

.partners-logo{
    width: 120px;
}

.partners-name {
    color: #5B6E7F;
}

.links {
    color: #718096;
    text-decoration: none;
    transition: 0.5s;
}

.links:hover {
    color: #000000;
    transition: 0.5s;
}
/**************Partner created on 19 Oct**************/

.modal-h {
    line-height: 30px;
    color: #7d7d7d;
}