
body, html{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    background:#ffffff;
    font-weight: 400;
}
img{max-width: 100%;height: auto;}
.carousel-item img {
    width: 100%;
    height: auto;
}
header .container {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 0 0 12px 12px;
    box-shadow: 1px 3px 0px rgb(0 0 0 / 20%);
}
header.fixedHeader{
    position: fixed;
    z-index:5;    
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 !important;
}
.work_thum figure, .card-body figure{
	padding: 10px;
    box-shadow: 0 3px 1px rgb(0 0 0 / 20%);
    border: 1px solid #ddd;
}

.hidden { opacity: 0; }
.visible { opacity: 1; }

a{color: #333333;}
a: hover{color: #f95618;}
.nav-link {  color: #333333;}
.nav-link:hover{  color: #f95618;}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #f95618;
}
.flex-box {
    display: flex;
    align-items: center;
}
h1.logo {
    margin: 0;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}
ul.nav.nav-pills li a {
    padding-right: 15px;
    padding-left: 15px;
}
h1.logo a {  display: block;}
ul.nav.nav-pills {
    width: 100%;
    padding-left: 15px;
    flex: 1;
    justify-content: end;
}
section.home-section {  padding: 40px 0;}
h2.section-title {
    font-weight: 700;
    margin-bottom: 20px;
}
ul.about_faben_list {
    padding: 0;
    margin: 0 0 40px 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-flow: wrap;
}
li.about_faben {
    padding: 0 10px;
    max-width: 280px;
    flex: 1 0 280px;
}
.ourStrengths li.about_faben { margin-bottom: 20px;}
.services_list .card { height: 100%;}
.services_list .card-header {
    font-weight: 500;
    color: #363636;
    font-size: 18px;
    background: rgba(0,0,0,.125);
}
button.accordion-button {
    font-weight: 500;
    color: #333 !important;
    font-size: 18px;
}
.services_list .col-md-4 {
    margin-bottom: 20px;
}
li.about_faben a img {
    display: block;
    max-height: 75px;
    margin: 0 auto 15px;
    max-width: 80px;
}
.innerShap span {
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.1;
}
li.about_faben a {
    display: block;
    background: url(../images/pentagon.png) no-repeat left top;
    height: 240px;
    width: 100%;
    background-size: 100%;
    padding: 15px;
    text-decoration: none;
}
li.about_faben:nth-child(2n)>a {
    background: url(../images/pentagon_gray.png) no-repeat left top;
    background-size: 100%;
}

span.innerShap {
    display: block;
    padding: 20px 13px 0;
}
ul#slideshow3_thumbs {
    display: flex;
    margin: 0;
    height: 100%;
}
ul#slideshow3_thumbs li img {
    max-width: 82.8%;
}
div#slideshow3 {
    padding-right: 0;
}
.desoslide-overlay {
    display: none;
}

h3.sub-section-title {
    color: #F6792A;
}
.row.slideshow {
    margin-top: 20px;
}
.page-content h4 { color: #f95618;margin-bottom: 15px;}
ul#slideshow3_thumbs>li {
    margin-top: 8px;
    flex: 1;
}
ul#slideshow3_thumbs>li:nth-child(2n) { margin-top: 0;}
.desoslide-wrapper {  height: 100%;background: #ddd;}
.desoslide-wrapper img {  width: 100%;}
ul li {margin-bottom: 7px;}
li.row.list-group-item {
    display: flex;
    align-items: self-start;
}
.ourStrengths li.about_faben a {
    align-items: center;
    display: flex;
}
.ourStrengths li.about_faben a .innerShap {
    padding: 0 20px 0;
}
.ourStrengths li.about_faben a .innerShap>span {
    font-size: 21px;
    line-height: 1.4;
}
ul.work_list{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-flow: wrap;
}
.work_thum{
    flex: 33.33%;
    max-width: 33.33%;
    padding: 15px;
}
figcaption h3 a {
    color: #F6792A;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
}
.readMore{color: #F6792A;}
button.carousel-control-prev {
    padding: 0;
    width: 35px;
}
button.carousel-control-next{
    padding: 0;
    width: 35px;
}
#myProjects .carousel-inner {max-width: 95%; margin: 0 auto;}
#myClients .carousel-inner {max-width: 95%; margin: 0 auto;}

#myProjects .carousel-control-prev-icon, #myClients .carousel-control-prev-icon {
    background-color: #333;
    border-radius: 100%;
    width: 45px;
    height: 35px;
    background-size: 28px;
    display: block;
}
#myProjects .carousel-control-next-icon, #myClients .carousel-control-next-icon {
    background-color: #333;
    border-radius: 100%;
    width: 45px;
    height: 35px;
    background-size: 28px;
    display: block;
}

li.client_logo {
    flex: 1 0 20%;
    max-width: 20%;
    padding: 20px;
    text-align: center;
}

li.client_logo img {
    max-height: 90px;
    width: auto;
}
.client_logo figure {   margin: 0;}
#myClients ul.work_list {  align-items: center;}
h2.section-title.center-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    position: relative;
}
h2.section-title.center-title:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background:#959595;top: 16px;left: 0;
}

h2.section-title.center-title span{
    background: #f95618;
    padding: 8px 10px 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #fff;
}
footer.site_footer{
    background: #3d3b3d;
    padding-top: 30px;
}
.footer_bottom{
    padding: 30px 0 10px;
    background: #151317;
    margin-top:20px;
}
.site_footer p, .site_footer a{color: #fff;}
.footer_info img {
    max-width: 250px;
    margin-bottom: 10px;
}
.col-md-4.footer_info {  border-right: 1px solid #6c6c6c;}
.col-4.footer_info {
    padding-right: 20px;
    border-right: 1px solid #898989;
}
.footer-menu ul {
    padding: 0;
    list-style: none;
}

.footer-menu ul li{margin:0 ;}
.footer-menu ul li a:hover{color: #f95618;}
.footer-menu ul li a{
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 4px;
}
.footer-menu ul ul {
    padding-left: 25px;
    list-style: revert;
    color: #fff;
}
.footer_cotact_info h3 {
    color: #fff;
    font-size: 20px;
}
.col-4.footer_cotact_info {
    border-left: 1px solid #898989;
    padding-left: 25px;
}
.social-media{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.social-media li a:hover{color: #f95618;}
.social-media li {
    padding: 0 10px;
    font-size: 22px;
}
.copyright { font-size: 14px;}
.inner-page { padding: 30px 0;}
section.inner-page-banner {
    display: flex;
    align-items: center;
}
h2.page-title {
    padding-top: 16vh;
    color: #fff;
    font-size: 46px;
    position: relative;
}
h2.page-title:before{
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 90px;
    height: 6px;
    background: #f95618;
}

h2.main-page-title {
    border-bottom: 2px solid #cccc;
    padding-bottom: 16px;
    margin-bottom: 20px;
    font-weight: 700;
}
.subpage-title{color: #F6792A;}

ul.left-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    max-width: 100%;
}
li.list-group-item {
    margin: 0;
}
ul.list-group {
    margin-bottom: 20px;
}
li.list-group-item i.fa {
    font-size: 22px;
    width: 32px;
}
.photos .col-md-4{margin-bottom:20px;}
ul.left-menu li a {
    display: block;
    background: #DFDFDF;
    text-decoration: none;
    padding: 12px 15px;
    border-bottom: 1px solid #ccc;
    color: #626262;
    font-size: 18px;
	line-height: 1.3;
}
ul.left-menu li a.active {
    background: #EE620D;
    color: #fff;
}
ul.left-menu li a:hover {
    background: #CDCDCD;color: #626262;
}

ul.left-menu li a i.fa {
    float: right;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 2px solid;
    font-size: 20px;
    text-align: center;
    padding-left: 2px;
    position: absolute;
    right: 7px;
    top: 32%;
}
ul.media_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.media_list>li {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 15px;
	align-items: flex-start;
}
.media_list figure {
    flex: 1 0 35%;
    max-width: 35%;
    padding: 10px;
    box-shadow: 0 3px 1px rgb(0 0 0 / 20%);
    border: 1px solid #ddd;
}

.media_list figcaption h3{color: #F6792A;}
.media_list figcaption {
    flex: 1 0 65%;
    max-width: 65%;
    padding-left: 20px;
}
.as-layer.as-closed.as-white.as-vertical.panel-counter {
    padding: 8px 15px;
    font-size: 20px;
    background: rgba(0,0,0,0.9);
    color: #fff;
}
ul.left-menu li a {
    font-size: 15px;
    padding-right: 30px;
    position: relative;
}
.mobilemenuIcon{display:none;}



@media (max-width:1200px){
	li.about_faben a img { max-height: 50px;}
	.innerShap span{font-size:20px;}
	h1.logo {    max-width: 280px;    padding-right: 10px;}
	.as-layer.as-closed.as-white.as-vertical.panel-counter {
		padding: 5px 15px;
		font-size: 16px;
		background: rgba(0,0,0,0.9);
		color: #fff;
	}
	h2.subpage-title { font-size: 24px;}
	.media_list figcaption h3 { font-size: 20px;}
	.inner-page h3 {  font-size: 20px;}
	
}

@media (max-width:1000px){
	
	.nav.nav-pills.topMenu{display:none}
	.mobilemenuIcon {display: inline-block;}
	a.toggle-menu-link {
		font-size: 25px;
		display: inline-block;
		color: #f35327;
		padding-right: 10px;
	}
	.fixedHeader .flex-box { justify-content: space-between;flex-flow: wrap;}
	h1.logo { border: none;}
	ul.nav.nav-pills.topMenu {
		flex: 1 0 100%;
		max-width: 100%;
	}
	.work_thum {flex:50%;max-width: 50%;}
	.col-4.footer_info {
		flex: 1 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.col-2.footer-menu {
		flex: 1 0 50%;
		max-width: 50%;
	}
	.accordion-body { padding: 10px;}
	
	
}

@media(max-width:767px){
	h1.logo { max-width: 220px; padding-right: 0;}
	header .container{padding: 0 10px 0;}
	ul.about_faben_list.animated {
		width: 100%;
		justify-content: center;
	}
	li.about_faben a {height: 150px;width: 100%;}
	li.about_faben a img { max-height: 40px;}
	.innerShap span { font-size: 18px;}
	li.about_faben {
		padding: 0 10px;
		max-width: 175px;
		flex: 1 0 175px;
	}
	span.innerShap { display: block; padding: 5px 10px 0;}
	li.about_faben a img { max-height: 35px;  margin-bottom: 10px;}
	.innerShap span {  font-size: 16px;}
	section.home-section {  padding: 10px 0;}
	ul.about_faben_list.animated {margin-bottom: 15px;}
	.work_thum h3 { line-height: 1;}
	.work_thum { flex: 100%;  max-width: 100%;}
	
	
}