body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #f7f9fc;
}
.display-1 {
	font-size: 40px;
	color: #f9da07;
	font-weight: 700;
	text-transform: uppercase;
}
.display-2 {
	font-size: 36px;
	color: #0065a5;
	font-weight: 700;
	text-transform: uppercase;
}
.display-3 {
	font-size: 30px;
	color: #0065a5;
	font-weight: 700;
	text-transform: uppercase;
}
.display-6 {
	font-size: 18px;
	color: #f9da07;
	font-weight: 700;
	text-transform: uppercase;
}
p {
	font-size: 16px;
	color: #505b73;
	font-weight: 300;
}
.btn {
    font-weight: 800;
    line-height: 20px;
    padding: 15px 35px;
    font-size: 14px;
	text-transform: uppercase;
    border-radius: 10px;
}
.btn-lg {
	line-height: 30px;
    padding: 25px 75px;
    font-size: 18px;
}
.btn-primary {
    color: #f9da07;
    background-color: #0065a5;
    border-color: #0065a5;
}
.btn-primary:hover, .btn-primary:focus {
	color: #f9da07;
    background-color: #000;
    border-color: #000;
}
.btn-warning {
    color: #0065a5;
    background-color: #f9da07;
    border-color: #f9da07;
}
.btn-warning:hover, .btn-warning:focus {
    color: #f9da07;
    background-color: #0065a5;
    border-color: #0065a5;
}
.card {
	margin: 0 0px;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 15px;
	-webkit-box-shadow: 0 0 50px rgb(112 121 135 / 15%);
    box-shadow: 0 0 50px rgb(112 121 135 / 15%);
}
.card-img, .card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card-footer {
    padding: 0 1rem 30px;
    background-color: transparent;
    border-top: 0px solid rgba(0,0,0,.125);
}
.bg-warning {
    background-color: #f9da07!important;
}
.bg-light {
    background-color: #fbfcfd!important;
}

/* Menu */
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 370px;
    position: fixed;
    top: 0;
    left: -370px;
    height: 100vh;
    z-index: 9999;
    background: #0065a5 url(../image/slide-before.png) no-repeat center 70px;
    color: #f9da07;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	color: #fff;
    position: absolute;
    top: 5px;
    right: 10px;
	border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
	background: rgba(2,91,158,.5);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
	left: 0;
	top: 0;
}

#sidebar .sidebar-header {
    padding: 30px 60px;
}

#sidebar ul.components {
    padding: 60px 60px 20px;
}
#sidebar ul.components li {
	border-bottom: 1px solid rgba(255,255,255,.2);
}
#sidebar ul.components li:first-child {
	border-top: 1px solid rgba(255,255,255,.2);
}
#sidebar ul li a {
    padding: 15px 15px;
    font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
    display: block;
}
#sidebar ul li:hover a, #sidebar ul li a:hover {
    color: #f9da07;
	background-color: rgba(0,0,0,.1);
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #1b98d2;
}
#sidebar ul li a svg {
	margin-right: 5px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content .navbar {
	padding: 0px 0;
	z-index: 990;
}
#content .navbar .container-fluid {
}
#content .navbar .btn {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 50px;
	height: 50px;
	font-size: 0px;
	padding: 10px 10px;
	margin-left: 0px;
	text-align: center;
}
#content .navbar .btn span {
	font-size: 0;
}

.logo-wrapper {
    position: absolute;
    width: 150px;
    height: 100px;
    left: 100px;
	margin: 0;
    z-index: 990;
}
.logo-wrapper img {
	width: 100%;
}
header {
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: #fff;
	z-index: 5000;
}
header .display-3 {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px 10px 50px;
}
header .social {
	position: absolute;
	top: 5px;
	right: 0px;
	height: 50px;
}
header .social a {
	display: inline-block;
	height: 50px;
	width: 50px;
	padding: 12px 15px;
	margin: 0px 0px;
	background-color: #0065a5;
	border-radius: 25px;
}

/* welcome */
.welcome {
	position: relative;
	overflow: hidden;
	background-color: #0065a5;
}
.welcome .container {
	position: relative;
	padding: 100px 0 50px;
	background: url(../image/bg-slide.png) no-repeat center 50px;
	z-index: +1;
}
.welcome:before {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 160px;
	height: 100%;
	background: url(../image/slide-before.png) no-repeat center 70px;
}
.welcome:after {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 160px;
	height: 100%;
	background: url(../image/slide-before.png) no-repeat center 70px;
}
.welcome .logo {
	width: 150px;
}
.welcome p {
	font-size: 22px;
	color: #fff;
	line-height: .9;
}
.welcome .col a {
	font-size: 14px;
	color: #6fc0f3;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
.welcome .btn-warning {
	padding: 70px 25px 15px;
	background: #f9da07 url(../image/ico-put.svg) no-repeat center 10px;
}
.welcome .btn-warning:hover, .welcome .btn-warning:focus {
	color: #0065a5;
	background: #fff url(../image/ico-put.svg) no-repeat 10px center;
}

/* projects */
.projects {
	padding: 100px 0 50px;
	background: url(../image/bg-projects.png) repeat-x center center;
}
.projects .card-body {
    padding: 10px 20px;
}
.projects .card-title {
	font-size: 20px;
	color: #0065a5;
	font-weight: 700;
	text-transform: uppercase;
}

/* video */
.video {
	padding: 50px 0;
}
.video .carousel-control-next, .video .carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: auto;
    z-index: +2;
    width: 50px;
	height: 50px;
	margin-top: -25px;
    padding: 10px;
    background-color: #fff !important;
	border-radius: 25px;
    opacity: 1;
    transition: opacity .15s ease;
	-webkit-box-shadow: 0 0 50px rgb(112 121 135 / 15%);
    box-shadow: 0 0 50px rgb(112 121 135 / 15%);
}
.video .carousel-control-next:hover, .video .carousel-control-prev:hover {
	background-color: #f9da07 !important;
}
.video .carousel-control-prev-icon {
    background: url(../image/arrow-prev.svg) no-repeat center center !important;
}
.video .carousel-control-next-icon {
    background: url(../image/arrow-next.svg) no-repeat center center !important;
}
.video .card {
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0px rgb(112 121 135 / 0%);
    box-shadow: 0 0 0px rgb(112 121 135 / 0%);
}
.video .card-img-overlay {
	cursor: pointer;
}
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    .video {
		overflow: hidden;
	}
	.video-carousel {
		position: relative;
		width: 150%;
		margin-left: -25%;
	}
	.video-carousel:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 33.333333%;
		height: 100%;
		background-color: rgba(247,249,252,.7);
		background: linear-gradient(90deg, rgba(247,249,252,1) 50%, rgba(247,249,252,0) 100%);
		z-index: +1;
	}
	.video-carousel:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 33.333333%;
		height: 100%;
		background: linear-gradient(-90deg, rgba(247,249,252,1) 50%, rgba(247,249,252,0) 100%);
		z-index: +1;
	}
	.carousel-control-prev {
		left: 33.333333%;
		margin-left: -25px;
	}
	.carousel-control-next {
		right: 33.333333%;
		margin-right: -25px;
	}
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333333%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333333%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

/* form */
.form-block {
	background: url(../image/bg-form-block.png) repeat-x center center;
}
.form-label {
	font-size: 18px;
	color: #505b73;
	font-weight: 700;
	text-transform: uppercase;
}
.form-control, .form-select {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    border: 0px solid #ced4da;
    border-radius: 5px;
}
.form-check-label {
	color: #656d78;
}

/* testimonials */
.testimonials {
	padding: 100px 0 50px;
	background: url(../image/bg-testimonials.png) repeat-x left center;
}
.testimonials .card .card-title {
    font-size: 20px;
    color: #0065a5;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonials .card .card-body {
    padding: 50px 10%;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
}
.testimonials .card:nth-child(odd) .card-body {
	border-radius: 0 15px 15px 0;
}
.testimonials .card:nth-child(even) .card-body {
	border-radius: 15px 0 0 15px;
}
.testimonials .card .avatar {
	position: relative;
	padding-bottom: 40px;
}
.testimonials .card .avatar:before {
	display: block;
	content: '';
	position: absolute;
	top: auto;
	left: calc(50% - 40px);
	bottom: -40px;
	width: 80px;
	height: 80px;
	background: #fff url(../image/ico-quote.svg) no-repeat center center;
	border-radius: 40px;
	-webkit-box-shadow: 0 0 50px rgb(112 121 135 / 15%);
    box-shadow: 0 0 50px rgb(112 121 135 / 15%);
}

/* footer */
.footer {
	padding: 50px 0;
	background-color: #0065a5;
}
.footer p, .footer a {
	font-size: 14px;
	color: #6fc0f3;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
}
.footer li {
	padding-bottom: 10px;
}
.footer p.lead {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.footer .logo p {
	color: #fff;
}
.footer .logo p.lead {
	color: #f9da07;
}
.footer .logo img {
	width: 100px;
}
.footer .phone {
	padding-left: 30px;
	background: url(../image/ico-phone-blue.svg) no-repeat left center;
}
.footer .email {
	padding-left: 30px;
	background: url(../image/ico-email-blue.svg) no-repeat left center;
}
.footer .location {
	padding-left: 30px;
	background: url(../image/ico-pin-blue.svg) no-repeat left center;
}
.footer .social a, #sidebar .social a {
	padding: 15px;
	margin: 5px 5px;
	background-color: #1a73ab;
	border-radius: 25px;
}
.footer .social a:hover, #sidebar .social a:hover {
	background-color: rgba(0,0,0,.2);
}
.footer hr {
    background-color: #fff;
    opacity: .15;

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	header .display-3 {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 0px;
	}
	.welcome .btn-warning {
		padding: 25px 75px;
		background: #f9da07 url(../image/ico-put.svg) no-repeat 10px center;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.btn-lg {
	    padding: 25px 100px;
	}
	.card {
    	margin: 0 10px;
	}
	header .display-3 {
		font-size: 28px;
	}
	.welcome .container {
		padding: 150px 0 50px;
	}
	.welcome:before, .welcome:after {
		display: block;
	}
	.welcome:before {
		left: -80px;
	}
	.welcome:after {
		right: -80px;
	}
	.welcome .logo {
		width: 180px;
	}
	.projects .card-body {
		padding: 10px 30px;
	}
	.testimonials .card .avatar {
		padding-bottom: 0px;
	}
	.testimonials .card .avatar:before {
		top: calc(50% - 40px);
		bottom: auto;
	}
	.testimonials .card:nth-child(odd) .avatar:before {
		left: auto;
		right: -40px;
	}
	.testimonials .card:nth-child(even) .avatar:before {
		left: -40px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.welcome .logo {
		width: 220px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	header .display-3 {
		font-size: 30px;
	}
	.welcome:before {
		left: 5%;
	}
	.welcome:after {
		right: 5%;
	}
	.projects .card-body {
		padding: 10px 40px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.welcome .container {
		padding: 200px 0 50px;
	}
	.welcome:before {
		left: 10%;
	}
	.welcome:after {
		right: 10%;
	}
}
