a {
	font-weight: 600;
    color: #3d3d3d;
}

a:hover {
	color: #78bbc7;
}

body {
	color: #383838;
    font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
}



a:hover {
    text-decoration: none;
    color: #3d3d3d;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #3d3d3d;
}

h2 {
	font-size: 	20px;
}

h3 {
	font-size: 	18px;
	font-weight: 400;
}

h4 {
	font-size: 18px;
	color: #6d6d6d;
	margin-top: 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li i {
    margin-right: 5px;
}

.card {
	border-width: 2px;
}

p {
	
}

/* top menu */

.top-nav {
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 10;
	background-color: white;
	position: relative;
}



.top-nav .dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin: 0;
	transition: opacity .7s,top .7s,left .7s,right .7s;
    box-shadow: 1px 2px 5px 0 rgba(0,0,0,.05);
}

.top-nav .dropdown-menu .dropdown-item {
	padding: 20px 25px;
    margin-right: 0;
	border-bottom: 1px solid rgba(0,0,0,.07);
	line-height: 1;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.top-nav .dropdown-menu .dropdown-item:hover {
	background: rgba(0, 0, 0, .7) !important;
	color: white;
}

.top-nav .dropdown-divider {
    border-top: 4px solid #e9ecef;
}

.top-nav .langs {
	list-style-type: none;
}

.top-nav .langs li {
	display: inline-block;
	float: left;
	margin-left: 6px;
}

.nav-link {
	text-transform: uppercase;
	font-weight: 600;
	
}

.nav-link:hover {
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
	text-decoration: underline;

}

.logo {
	max-width: 130px;
	height: auto;
}
/* - */

.industry-page {
	
}

.left-menu {
	margin: 0;
	padding: 0;
}

.left-menu li {
	    list-style: none;
	    background: #fafafa;
	    border-bottom: none!important;
    margin-bottom: 10px!important;
    padding: 15px 20px 15px 30px;
    position: relative;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.left-menu li:hover {
	color: #fff !important;
	background: #78bbc7;
}

.left-menu li:hover a {
	color: #fff !important;
}

.left-menu li a {
	color: #3d3d3d;
	font-weight: 700!important;
    text-transform: uppercase;
    font-size: 13px!important;
    display: inline-block;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.left-menu li::before {
	color: rgba(0,0,0,.2);
    vertical-align: middle;
    font-size: 33px;
    position: absolute;
    top: 15px;
    left: 6px;
	font-family: "Material Design Icons";
	content: "\f35f";
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}


.page-header {
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	/* margin-bottom: 60px; */
	padding-top: 50px;
	color: #fff;
}

.page-header>span {
	font-size: 12px;
	color: rgba(255, 255, 255, .6);
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding-bottom: 10px;

}

.page-header .breadcrumbs span,
.page-header .breadcrumbs a {
	color: rgba(255, 255, 255, .6)
}

.breadcrumbs a {
	display: inline-block;
	margin: 0 5px;
}

.breadcrumbs>span {
	position: relative;
	padding-left: 10px;
}

.breadcrumbs>span:before {
	position: absolute;
	left: -5px;
	top: -3px;
	font-family: "Material Design Icons";
	content: "\f35f";
	font-size: 20px;
}

.page-header {
	position: relative;
	margin-bottom: 20px;
}

.page-header h1 {
	margin: 0 0 10px;
	font-size: 48px;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
}

.page-header .share {
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.2);
    text-align: center;
}

.page-header .share a {
	padding: 0;
	margin-left: 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, .2);
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.page-header .share a i {
	color: white;
	font-size: 17px
}

.page-header .share a:hover {
	color: #fff;
	border: 2px solid #000;
	box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, .1);
	background-color: #17a2b8;
}

.page-header .share a:hover i {
	color: #fff
}

/* end page header */

/*
.accordion {
	margin-top: 30px;	
}

.accordion h2 {
	padding: 0;
} 
	
.accordion .card {
	border-radius: 0;
	margin-bottom: 10px;
}
.accordion .card-header {
	color: #666;
	border-radius: 0;
    transition: color .2s ease-in-out;
}

.accordion .card-header h2, .accordion .card-header h2 button {
	font-size: 18px;
    font-weight: 700;
    color: #666;
    padding: 0;
    border: none;
    overflow: hidden;
}

*/

.card-header h2 button:hover, .card-header h2 button:active {
	text-decoration: none;
}


.sidebar-banner {
	background: url(/images/industry/sidebar-banner.jpg) no-repeat;
	background-size:	cover;
	color: #ffffff;
	text-align: left;
	padding: 60px 30px 70px 30px;
	top: 0;
    position: sticky;
}

.sidebar-banner h5 {
	font-size: 30px;
	color: white;
	margin-bottom: 30px;
	background-color: rgba(0, 0, 0, 0.15);
	padding: 10px;
}

.sidebar-banner p {
	margin-top: 30px;
	margin-bottom: 30px;
}



/* footer */

footer {
	background-color: #1d1d1d;
	padding: 90px 0;
	color: rgba(255,255,255,.4);
	font-size: 14px;
	line-height: 24px;
	margin-top: 50px;
}

footer h5 {
	color: white;
	text-transform: uppercase;
}

footer ul {
	padding: 0;
	margin: 0
}

footer ul li {
	margin-bottom: 10px;
	list-style: none;
	position: relative;
	padding: 0 0 0 15px;
	display: block;
	
	
}

footer ul li a {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
    color: rgba(255, 255, 255, 0.59);
}

footer ul li:before {
	color: rgba(255, 255, 255, .2);
	vertical-align: middle;
	font-size: 29px;
	position: absolute;
	top: 1px;
	left: -6px;
	font-family: "Material Design Icons";
	content: "\f35f";
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

/* pages */



.industry-page {
	font-size: 14px;
}

.industry-page h2 {
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid rgb(250, 250, 250);
	font-weight: bold;
}

.industry-page ul {
	padding: 0;
}

.industry-page ul li {
	margin-bottom: 10px;
}

.industry-page ul li i {
	color: black;
}


.industry-page .carousel-caption {
	background-color: rgba(0, 0, 0, 0.47);
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}

.industry-page .carousel-caption h5 {
	color: white;
}

/* home */

.home-page {
	margin-top: 50px;
}

.home-quote h2 {
	padding: 130px 100px 120px 100px;
	font-size: 30px;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    font-weight: 400;
}

.home-quote {
	background-size: cover; 
	background-repeat: no-repeat; 
	background-color: rgba(0, 0, 0, 0); 
	background-image: url(/images/big-quote.jpg);
	background-attachment: fixed;
}


ul.green-check {
	list-style-image: url('/images/layout/green-check.png');
	padding-left: 22px;
}


/* ribbon box */
ribbon-box {
	position: relative
}

.ribbon-box .ribbon {
	position: relative;
	clear: both;
	padding: 5px 12px;
	margin-bottom: 15px;
	-webkit-box-shadow: 2px 5px 10px rgba(50, 58, 70, .15);
	box-shadow: 2px 5px 10px rgba(50, 58, 70, .15);
	color: #fff;
	font-size: 13px;
	font-weight: 600
}

.ribbon-box .ribbon:before {
	content: " ";
	border-style: solid;
	border-width: 10px;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin-bottom: -10px;
	z-index: -1
}

.ribbon-box .ribbon.float-left {
	margin-left: -30px;
	border-radius: 0 3px 3px 0
}

.ribbon-box .ribbon.float-right {
	margin-right: -30px;
	border-radius: 3px 0 0 3px
}

.ribbon-box .ribbon.float-right:before {
	right: 0
}

.ribbon-box .ribbon.float-right.shape {
	-webkit-clip-path: polygon(2% 0, 100% 1%, 100% 100%, 0 100%, 15% 50%);
	clip-path: polygon(2% 0, 100% 1%, 100% 100%, 0 100%, 15% 50%);
	padding-left: 25px;
	margin-right: -24px
}

.ribbon-box .ribbon.float-center span {
	margin: 0 auto 20px auto
}

.ribbon-box .ribbon-content {
	clear: both
}

.ribbon-box .ribbon-primary {
	background: #3bafda
}

.ribbon-box .ribbon-primary:before {
	border-color: #2494be transparent transparent
}

.ribbon-box .ribbon-secondary {
	background: #6c757d
}

.ribbon-box .ribbon-secondary:before {
	border-color: #545b62 transparent transparent
}

.ribbon-box .ribbon-success {
	background: #1abc9c
}

.ribbon-box .ribbon-success:before {
	border-color: #148f77 transparent transparent
}

.ribbon-box .ribbon-info {
	background: #37cde6
}

.ribbon-box .ribbon-info:before {
	border-color: #1ab6d0 transparent transparent
}

.ribbon-box .ribbon-warning {
	background: #f7b84b
}

.ribbon-box .ribbon-warning:before {
	border-color: #f5a51a transparent transparent
}

.ribbon-box .ribbon-danger {
	background: #f1556c
}

.ribbon-box .ribbon-danger:before {
	border-color: #ed2643 transparent transparent
}

.ribbon-box .ribbon-light {
	background: #f1f5f7
}

.ribbon-box .ribbon-light:before {
	border-color: #d1dee4 transparent transparent
}

.ribbon-box .ribbon-dark {
	background: #323a46
}

.ribbon-box .ribbon-dark:before {
	border-color: #1d2128 transparent transparent
}

.ribbon-box .ribbon-pink {
	background: #f672a7
}

.ribbon-box .ribbon-pink:before {
	border-color: #f34289 transparent transparent
}

.ribbon-box .ribbon-purple {
	background: #6559cc
}

.ribbon-box .ribbon-purple:before {
	border-color: #4639b9 transparent transparent
}

.ribbon-box .ribbon-two {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right
}

.ribbon-box .ribbon-two span {
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
	position: absolute;
	top: 19px;
	left: -21px;
	font-weight: 600
}

.ribbon-box .ribbon-two span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent
}

.ribbon-box .ribbon-two span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent
}

.ribbon-box .ribbon-two-primary span {
	background: #3bafda
}

.ribbon-box .ribbon-two-primary span:before {
	border-left: 3px solid #2084a9;
	border-top: 3px solid #2084a9
}

.ribbon-box .ribbon-two-primary span:after {
	border-right: 3px solid #2084a9;
	border-top: 3px solid #2084a9
}

.ribbon-box .ribbon-two-secondary span {
	background: #6c757d
}

.ribbon-box .ribbon-two-secondary span:before {
	border-left: 3px solid #494f54;
	border-top: 3px solid #494f54
}

.ribbon-box .ribbon-two-secondary span:after {
	border-right: 3px solid #494f54;
	border-top: 3px solid #494f54
}

.ribbon-box .ribbon-two-success span {
	background: #1abc9c
}

.ribbon-box .ribbon-two-success span:before {
	border-left: 3px solid #117964;
	border-top: 3px solid #117964
}

.ribbon-box .ribbon-two-success span:after {
	border-right: 3px solid #117964;
	border-top: 3px solid #117964
}

.ribbon-box .ribbon-two-info span {
	background: #37cde6
}

.ribbon-box .ribbon-two-info span:before {
	border-left: 3px solid #17a2b9;
	border-top: 3px solid #17a2b9
}

.ribbon-box .ribbon-two-info span:after {
	border-right: 3px solid #17a2b9;
	border-top: 3px solid #17a2b9
}

.ribbon-box .ribbon-two-warning span {
	background: #f7b84b
}

.ribbon-box .ribbon-two-warning span:before {
	border-left: 3px solid #eb990a;
	border-top: 3px solid #eb990a
}

.ribbon-box .ribbon-two-warning span:after {
	border-right: 3px solid #eb990a;
	border-top: 3px solid #eb990a
}

.ribbon-box .ribbon-two-danger span {
	background: #f1556c
}

.ribbon-box .ribbon-two-danger span:before {
	border-left: 3px solid #e71332;
	border-top: 3px solid #e71332
}

.ribbon-box .ribbon-two-danger span:after {
	border-right: 3px solid #e71332;
	border-top: 3px solid #e71332
}

.ribbon-box .ribbon-two-light span {
	background: #f1f5f7
}

.ribbon-box .ribbon-two-light span:before {
	border-left: 3px solid #c0d2db;
	border-top: 3px solid #c0d2db
}

.ribbon-box .ribbon-two-light span:after {
	border-right: 3px solid #c0d2db;
	border-top: 3px solid #c0d2db
}

.ribbon-box .ribbon-two-dark span {
	background: #323a46
}

.ribbon-box .ribbon-two-dark span:before {
	border-left: 3px solid #121519;
	border-top: 3px solid #121519
}

.ribbon-box .ribbon-two-dark span:after {
	border-right: 3px solid #121519;
	border-top: 3px solid #121519
}

.ribbon-box .ribbon-two-pink span {
	background: #f672a7
}

.ribbon-box .ribbon-two-pink span:before {
	border-left: 3px solid #f12a7a;
	border-top: 3px solid #f12a7a
}

.ribbon-box .ribbon-two-pink span:after {
	border-right: 3px solid #f12a7a;
	border-top: 3px solid #f12a7a
}

.ribbon-box .ribbon-two-purple span {
	background: #6559cc
}

.ribbon-box .ribbon-two-purple span:before {
	border-left: 3px solid #3f33a6;
	border-top: 3px solid #3f33a6
}

.ribbon-box .ribbon-two-purple span:after {
	border-right: 3px solid #3f33a6;
	border-top: 3px solid #3f33a6
}

.box-select .card:hover {
	border-color: #3bafda;
}

.box-select .card.selected {
	-webkit-box-shadow: 0px 0px 22px 3px rgba(59,175,218,1);
	-moz-box-shadow: 0px 0px 22px 3px rgba(59,175,218,1);
	box-shadow: 0px 0px 22px 3px rgba(59,175,218,1);
}

.box-select .card.selected i {
	color: #3bafda;
}

.box-select .card {
	transition: box-shadow 0.3s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.industries a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 750px) {
	.home-quote h2 {
		padding: 20px;
		font-size: 20px;
		line-height: 32px;
	}
}


@media only screen and (max-width: 450px) {
	.page-header h1 {
		font-size: 30px;
	}
	
	.accordion .card-header h2, .accordion .card-header h2 button {
		font-size: 14px;
	}
	
}