body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #333D45;
}

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: #01214D;
}

.nav-link:focus, .nav-link:hover, .nav-link.active {
    color: #358DFA;
}

.navbar {
    padding-bottom: 3px;
    padding-top: 3px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #358DFA;
}

.top-navigation-menu {
    left: 56%;
    position: sticky;
}

.header-text {
    font-weight: bold;
    font-size: 45px;
    color: #5B6E7F;
}

.header-text span {
    color: #358DFA;
}

.header-text-small {
    font-weight: bold;
    font-size: 40px;
    color: #5B6E7F;
}

.header-text-small span {
    color: #FFB800;
}

.submit-resume {
    width: 100%;
    border-radius: 0;
    background: #358DFA;
    color: #FFFFFF;
    transition: 0.5s;
    border-radius: 3px;
}

.submit-resume:hover {
    background: #0C4495;
    transition: 0.5s;
}

/*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: #358DFA;
    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;
}

.big-button {
    background: #358DFA;
    border: none;
    padding: 15px 25px;
    border-radius: 3px;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.5s;
    float: left;
    margin-bottom: 50px;
}

.big-button:hover {
    background: #0C4495;
    transition: 0.5s;
}


.contact-big-button {
    background: #358DFA;
    border: none;
    padding: 15px 25px;
    border-radius: 3px;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.5s;
}

.contact-big-button:hover {
    background: #0C4495;
    transition: 0.5s;
}

.clients-logo {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px 15px; 
    -webkit-box-shadow: 0px 0px 34px 7px rgba(235, 235, 235, 1);
    -moz-box-shadow: 0px 0px 34px 7px rgba(235, 235, 235, 1);
    box-shadow: 0px 0px 34px 7px rgba(235, 235, 235, 1);
}

.clients-logo ul {
    margin: 0;
    padding: 0;
}

.clients-logo ul li {
    list-style: none;
    display: inline;
    padding: 0px 15px;
}

.statistics {
    font-size: 70px;
    color: #358DFA;
    font-weight: bold;
    margin: 0;
}

.statistics-text {
    font-size: 26px;
    color: #333D45;
    font-weight: bold;
}

.technologies-logo ul {
    margin: 0;
    padding: 0;
}

.technologies-logo ul li {
    list-style: none;
    display: inline;
    padding: 0px 30px;
    text-align: center;
    float: left;
    font-size: 12px;
    font-weight: bold;
}

.technologies-logo ul li img {
    height: 72px;
    margin-bottom: 15px;
}

.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 {
    font-size: 18px;
}

.white-box-small:hover {
    background: #E5F1FF;
    border: 1px solid #c5dfff;
    transition: 0.5s;
}

.white-box-small {
    background: #FFFFFF;
    padding: 20px 20px 20px 20px;
    width: 90%;
    border: 1px solid #FFFFFF;
    height: 100%;
    -webkit-box-shadow: 0px 0px 34px 7px rgba(235, 235, 235, 1);
    -moz-box-shadow: 0px 0px 34px 7px rgba(235, 235, 235, 1);
    box-shadow: 0px 0px 34px 7px rgba(235, 235, 235, 1);
    border-radius: 5px;
    transition: 0.5s;
}

.white-box-small h5 span {
    color: #358DFA;
}

.white-box-small h5 {
    color: #575757;
    font-weight: bold;
}

.white-box-small p {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 20px 20px 20px;
}

.about-bg {
    background-image: url('../images/about-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 490px;
}

.services-bg {
    background-image: url('../images/services-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 490px;
}

.contact-bg {
    background-image: url('../images/contact-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 490px;
}

.testimonial-bg {
    background-image: url('../images/testimonial-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.email-contact {
    text-decoration: none;
}

.techs {
    padding-left: 0;
}

.techs li {
    list-style: none;
    line-height: 30px;
}

.techs li i {
    margin-right: 15px;
    margin-bottom: 50px;
    font-size: 22px;
    color: #358DFA;
}

/*------------------ S-TESTIMONIALS ------------------*/
.testimonials-effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	object-fit: cover;
}

.testimonials-slider {
	z-index: 1;
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}

.testimonials-slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.testimonials-slider .slick-dots li {
	cursor: pointer;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #bebebe;
	margin-right: 8px;
	transition: .25s ease-in;
}

.testimonials-slider .slick-dots li:hover,
.testimonials-slider .slick-dots li.slick-active {
	background-color: #1AB8F4;
}

.testimonials-slider .slick-dots li:last-child {
	margin-right: 0;
}

.testimonials-slider .slick-dots li button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin: 0;
}

.testimonial-slide {
	color: #fff;
}

.testimonial-slide img {
	width: 97px;
	height: 97px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto 18px;
	display: block;
}

.testimonial-slide .name {
	text-transform: uppercase;
	font-size: 25px;
}

.testimonial-slide .prof {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 7px;
}

.testimonial-slide p {
	max-width: 680px;
	margin: 0px auto 20px;
	font-style: italic;
	line-height: 1.7em;
	letter-spacing: 0.5px;
}

.testimonials-border .testimonials-slider {
	border: 7px solid #f23849;
	padding: 47px 0;
}

.testimonials-border .testimonials-slider .slick-dots {
	margin-top: 45px;
}

.testimonials-border .testimonial-slide p {
	margin-top: 10px;
	margin-bottom: 0;
}

.testimonials-border .testimonial-slide .prof {
	margin-top: 0;
}

.banner {
    background: #E4ECF7;
    padding: 50px;
    line-height: 52px;
    border-radius: 20px;
}

.banner h2 {
    line-height: 52px;
    font-weight: bold;
}

.footer {
    background: #348CF9;
}

.footer h5 {
    color: #FFFFFF;
}

.footer-links {
    margin-left: 0;
    padding-left: 0;
}

.footer-links li {
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.5s;
}

.footer-links li a {
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.5s;
}
.footer-links li a:hover {
    color: #0C4496;
    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-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: none;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.card-title {
    color: #575757;
}

.card-title span {
    color: #358DFA;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.team-profile {
    font-size: 25px;
    transition: 0.5s;
}

.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;
    font-size: 23px;
}

.contact-social a:hover {
    color: #0C4496;
    transition: 0.5s;
}

.contact-social {
    display: flex;
    padding-left: 0;
}

.contact-social li {
    margin: 0px 10px 0px 10px;
    list-style: none;
}

.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*/

.teams-spaces {
    margin-left: 70px;
    margin-right: 70px;
}

/*Media Queries*/
@media (max-width: 768px) {
    .index-header {
        display: none;
    }
    
    .index-header-content {
        padding-top: 0px !important;
    }
    
    .white-box-small {
        width: 100%;
    }
    
    .technologies-logo ul li {
        margin-bottom: 60px;
    }
    
    .about-bg {
        height: auto;
    }
    
    .about-header-content {
        padding-top: 0px !important;
    }
    
    .services-bg {
        height: auto;
    }
    
    .contact-bg {
        height: 500px;
    }
}
/*Media Queries*/






















