ul, ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0;
	color: #1A366D;
	font-size: 18px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 18px;
	line-height: 28px;
}

ul li i{
	vertical-align: middle;
	padding-right: 5px;
}

p {
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	color: #0D1B36;
	margin-bottom:15px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

h2 {
  font-family: 'Roboto-bold','roboto', sans-serif;
  line-height: 1.2;
  margin-bottom:20px;
  color: #2751A3;
  font-weight: 600;
  font-size: 40px;
}

.section-grey p {
	color: #1A366D;
	font-size: 18px;
}


h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
	color: #1A366D;
}

h5 {
	font-size: 20px;
	color: #1A366D;
}

h6 {
	font-size: 18px;
}


p.section-subtitle{
	font-size:22px;
	text-align: center;
	margin: 0 22%;
	color: #1A366D;
	font-weight: bold;
	line-height: inherit;
}

p.section-subtitle.grey{
	color:#bbb;
}

p.section-subtitle.white{
	color:#ffffff;
}


ul {
	padding: 0;
}

ul li{
	list-style-type: none;
}

a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
}

.blue {
    color: #3498db;
}

.section-white {
	background: #fff;
	padding: 0;
}
.section-white .challenge {
	padding: 50px 50px 0 50px;
}

.section-white img{
	padding-left: 10%;
}

.section-grey{
	background: #e8edf8;
	padding: 0;
}

.section-grey .solution{
	margin: 0 15%;
}

.section-white.no-padding, .section-grey.no-padding {
	padding:0;
}

.section-white.small-paddings, .section-grey.small-paddings {
	padding: 30px 0;
}


.width-100{
	width: 100%;
	object-fit: cover;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}


.navbar-brand{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #fff!important;
}

.navbar-fixed-top.opaque .navbar-brand{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #353535!important;
}

.navbar-fixed-top #navbar-collapse-02 .current a {
    color:#008aff;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top.opaque #navbar-collapse-02 .current a {
    color:#4285f4!important;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar {
	padding-top: 10px;
	padding-bottom: 40px;
}

.navbar-fixed-top {
	position: absolute!important;
	background-color: white!important; 
	border-bottom: none;
	transition: background-color 0.25s ease 0s;
}

.navbar-fixed-top.opaque {
	position: fixed!important;
	background-color: #fff!important;
	border-bottom: 1px solid #eee;
	padding: 10px 0 40px 0;
	transition: all 0.25s ease-in-out 0s;
}

.navbar-fixed-top .navbar-nav > li > a, .navbar-fixed-top .navbar-nav > li > a:hover{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav > li > a{
	color:#1A366D !important;
	line-height: 30px !important;
	padding: 10px 20px!important;
	font-size: 15px;
	font-family: 'Roboto-thin','robot',sans-serif;
}

.navbar-fixed-top.opaque .navbar-nav > li > a{
	color:#454545 !important;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 5px 5px;
	padding: 8px 24px!important;
	margin-left: 10px;
	margin-right: 15px;
	font-family: 'lato', sans-serif;;
}

.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn {
	color: #fff!important;
	background: #008aff;
    background: -webkit-linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
    background: -o-linear-gradient(bottom right, #6B02FF, #985BEF);
    background: -moz-linear-gradient(bottom right, #008aff, #1ad2fd);
    background: linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn:hover {
	border: 1px solid #ffffff;
	color: #4285f4!important;
	background: #ffffff;
}

.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn:hover {
	color: #fff!important;
	background: #008aff;
    background: -webkit-linear-gradient(135deg, #985BEF 0%, #6B02FF 100%);
    background: -o-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: -moz-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: linear-gradient(135deg, #985BEF 0%, #6B02FF 100%);
}

.navbar-fixed-top.opaque #navbar-collapse-02 .current a.discover-btn {
    color: #fff!important;
}

.navbar-brand img{
	margin-bottom: 10px;
	width: 96px;
	height: auto;
	object-fit: cover;
}


.footer {
	z-index:900;
	background-color: #2751A3;
    border-top: 1px solid #2751A3;
	padding: 15px 0;
}


.home-section-split {
	background-color: #fff;
    background-image: -webkit-linear-gradient(135deg, #3498db 35%, #fff 35%);
	position: relative;
  	padding-top: 235px;
  	padding-bottom: 185px;
}


.home-section {
    background: linear-gradient(rgb(143 139 139 /30%), rgb(143 139 139 /30%)),
                url(../images/background.jpg) top center no-repeat;
    background-size: cover;
	background-position: center 100px;
    width: 100%;
    padding-top: 215px;
    padding-bottom: 50px;
}


.home-section-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-section h1{
	font-size: 58px;
    line-height: normal;
    font-weight: 600;
    color: #1A366D;
    letter-spacing: 0.02em;
	text-align: center;
	font-family: 'roboto-bold', 'roboto', sans-serif;
}

.home-section p{
	font-size: 21px;
	line-height: normal;
	font-weight: 600;
	color: #1A366D;
	margin-bottom: 30px;
}

.flow {
    animation: slideDown 1s ease-out 0.5s both;
}

@keyframes slideDown {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.animated-text {
    animation: slideDown 1s ease-out;
}

.panel-group ul {
    list-style: none; 
    padding-left: 20px;
}

.panel-group ul li {
    position: relative;
    padding-left: 25px; 
    margin-bottom: 10px;
}

.panel-group ul li::before {
    content: "◆"; 
    position: absolute;
    left: 0;
    top: 0;
    color: #42b0db; 
    font-size: 14px;
    font-weight: bold;
}
.panel-groups p {
	color: #1a366d;
}

.panel-groups ul li::before {
    content: "✅"; 
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: bold;
}
.homelist ul li::before {
    content: "✔"; 
    position: absolute;
    left: 0;
    top: 0;
    color: #1a366d; 
    font-size: 14px;
    font-weight: bold;
}


.blog-item{
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.blog-item-inner{
	padding:12px;
	background-color: #e6e4e4;
	height: 230px;
}

.blog-item-inner p{
	margin:10px 0 10px 0;
}

h3.blog-title{
	color: #C71212;
	font-size: 18px;
	margin-bottom: 0 !important;
}


.popup-wrapper{
	display:block;
	position:relative;
	overflow:hidden;
}

.popup-gallery{
	display:inline-block;
	position:relative;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	height: auto;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.testim-inner{
	text-align: center;
}

.testim-inner img{
	max-width: 100px;
	padding: 6px 6px;
	display: inline-block!important;
}

.testim-inner h6{
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color:#1A366D;
	font-weight: 700;
}

.testim-inner span.job-text{
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #1A366D;
}	

.testim-inner p{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	font-style: italic;
	color: #1a366d;
	margin-top: 20px;
}

.panel-wrapper{
	margin-bottom: 25px;
}

.panel-group {
	margin: 10px 0;
}

.panel-group .panel {
    margin-bottom: 0;
    background: transparent;
}


.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 3px solid #4285f4;
 }


.youtube-video-wrapper{
	background: url(http://placehold.it/600x500) top center no-repeat;
	background-size: initial;
	padding: 150px 0 ;
	position: relative;
	text-align: center;
}

.no-padding-bottom{
	padding-bottom: 0;
}

ul.features-list-hero{
	display: inline-block;
	margin-bottom: 25px;
}

ul.features-list-hero li{
	float:left;
	margin:8px 0;
	color:#ffffff;
	font-size:16px;
	line-height:26px;
}

ul.features-list-hero li i{
	float:left;
	padding-right: 20px;
	color:#ffffff;
	font-size:42px;
	line-height: 46px;
	vertical-align: text-top;
}

.video-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0; 
    overflow: hidden;
}

.video-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1; 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 0;
}

.content-box {
    position: relative;
    z-index: 1; 
    width: 70%;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.9); 
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.content-box h2 {
	color: #2751A3;
	margin-bottom: 20px;
	font-size: 40px;
}

.content-box p {
	color: #1a366d;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 600;
}


.address {
	display: flex;
	width: 65%;
	margin: 0 auto 5px auto;
	background: white;
	overflow: hidden;
}

.contact-form {
	width: 60%;
	padding: 40px;
}

.contact-form h2 {
	margin-bottom: 20px;
	font-size: 40px;
	color: #2751A3
}

.contact-form input, 
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    font-size: 16px;
    background: transparent;
    transition: border-bottom 0.3s ease-in-out; 
}

.contact-form input:hover, 
.contact-form textarea:hover,
.contact-form input:focus, 
.contact-form textarea:focus {
    border-bottom: 2px solid #2751a3; 
}


.contact-form textarea {
	height: 100px;
	resize: none;
}

.contact-form button {
	background: #2751A3;
	color: white;
	padding: 12px 65px;
	border: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 25px;
	text-align: center;
	margin-top: 10px;
	margin-left: 30%;
}

.contact-form button:hover {
	background: #2751A3;
}

.contact-info {
	width: 45%;
	background: #2751A3;
	color: white;
	padding: 75px 20px 20px 20px;
}

.contact-info p {
	font-size: 18px;
	margin-bottom: 5px;
	color: white;
}

.contact-info a {
	color: #ffffff;
	text-decoration: underline !important;
}

.contact-info a:hover {
	text-decoration: underline !important;
}


.mainnav {
	display: flex;
	justify-content: space-between;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #2751a3;
	opacity: 0.5;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: #2751a3;
	opacity: 0.5;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #2751a3;
	opacity: 0.5;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    color: #2751a3;
	opacity: 0.5;
}

.section-white .row {
	display: flex; 
	align-items: stretch;
}
.section-white .challenge {
	display: flex; 
	flex-direction: column;
}
.section-white .challengeimg {
	display: flex; align-items: stretch;
}
.section-white .challengeimg img {
	object-fit: cover;
}


@media screen and (max-width: 1024px) {
    .hero-picture {
        margin-bottom: 0;
    }

    .navbar-fixed-top.opaque {
        padding: 20px 10px 40px 10px;
    }

    .navbar-default .navbar-toggle {
        border-color: #9f9f9f !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #9f9f9f !important;
    }

    .navbar-brand img {
        margin-bottom: 10px;
		width: 100px; 
        height: auto; 
		padding-left: 20px;
    }
	.home-section h1{	
		font-size: 29px;
		line-height: normal;
		padding: 30px 35px;
	}
	.home-section span{
		font-size: 20px;
		line-height: normal;
	}

	.home-section p{
		margin-bottom:30px!important;
	}
	.home-section {
        background: url(../images/backgroundres.jpg) top center no-repeat;
        background-size: cover;
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 215px;
        padding-bottom: 150px;
		background-position: center 65px;
    }

    .home-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(235, 229, 229, 0.7); 
    }
	.section-white .challenge {
		padding: 10px ;
	}
	p.section-subtitle{
		margin: 0;
	}
	.section-grey .solution{
		margin: 0 2%;
	}
	.section-grey .blog-item{
		margin-bottom: 20px;
	}

	.blog-item-inner{
		height: auto;
	}
	.section-white img{
		padding-left: 0;
	}
	ul {
		padding: 0 30px 0 30px;
	}
	.youtube-video-wrapper{
		padding: 0;
	}
	.navbar {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.mainnav {
		display: block !important;
	}
	.contact-info {
		width: 50%;
	}

}

@media screen and (max-width: 576px) {
	.mainnav {
		display: block !important;
	}
    .navbar-brand img {
		margin-bottom: 10px;
        width: 100px; 
		padding-left: 20px;
    }
	.home-section h1{	
		font-size: 29px;
		line-height: normal;
		padding: 30px 35px;
	}
	.home-section span{
		font-size: 20px;
		line-height: normal;
	}

	.home-section p{
		margin-bottom:30px!important;
	}
	.section-white .challenge {
		padding: 10px ;
	}
	p.section-subtitle{
		margin: 0;
	}
	.section-grey .solution{
		margin: 0 2%;
	}
	.section-grey .blog-item{
		margin-bottom: 20px;
		width: 100%;
	}
	.blog-item-inner{
		height: auto;
	}
	.section-white img{
		padding-left: 0;
	}
	ul {
		padding: 0 30px 0 30px;
	}
	.youtube-video-wrapper{
		padding: 0;
	}
	.navbar {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.address {
		flex-direction: column;
	}
	.section-white .row {
		display: grid !important; 
	}

}

@media screen and (max-width: 375px) {

	.mainnav {
		display: block !important;
	}

	.navbar-toggle {
	    margin-bottom: 0;
	    border: 1px solid #9f9f9f!important;
	}

	.navbar-default .navbar-toggle {
	    border-color: #aeaeae!important;
	}

	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #aeaeae!important;
	}
	.section-white .row {
		display: grid !important; 
	}

}

@media screen and (max-width: 768px) {

	.content-box {
		width: 90%;
		padding: 15px;
	}

	.content-box h2 {
		font-size: 20px;
	}

	.content-box p {
		font-size: 14px;
	}
	.mainnav {
		display: block !important;
	}
	.address {
		width: 100%;
	}
	.contact-form, .contact-info {
		width: 100%;
	}
	.section-white .row {
		display: grid !important; 
	}
}



