/**=========================
	Author: Denthemes
	Author URI: https://themeforest.net/user/denthemes
	Description: Pixoraz - Business & Digital Services Landing Page
=========================**/

/**=========================
[Table of contents]

01. BODY
02. COMMON
03. LOADER
04. NAV MENU
05. SLIDER
06. BREADCRUMB
07. ERROR PAGE
08. WHO WE ARE
09. CLIENTS
10. COUNTER
11. SERVICES
12. PORTFOLIO
13. TEAM
14. GET A QUOTE
15. FAQ
16. BLOG
17. PEOPLE SAYS
18. CONTACT US
19. FOOTER
20. SUB FOOTER
21. COLOR CHANGE
22. Rating
23. Funnel
24. Social Media Buttons
25. Search
=========================**/

/**=========================
	START BODY
=========================**/
::selection{
	color: #fff;
	background-color: #e84921;
}
*{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 16px;
}
body{
	margin: 0px;
	padding: 0px;
	color: #343a40;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}
/**=========================
	END BODY
=========================**/

/**=========================
	START COMMON
=========================**/
a{
	color: #e84921;
	text-decoration: none;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
a:hover{
	color: #F60;
	text-decoration: none;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
p{
    color: #666;
    line-height: 26px;
}
h1,h2,h3,h4,h5,h6{
	color: #343a40;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
span,
b{
	font-size: 100%;
}
hr{
	border-color: transparent !important;
}
hr{
	position: relative;
	display: block;
	margin-bottom: 30px;
}
hr:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 10px;
	height: 4px;
	background-color: #FAB400;
}
hr:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background-color: #FAB400;
}

figure{
	margin: 0px;
	padding: 0px;
}
blockquote{
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	padding: 30px;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}
blockquote:after{
	content: "\F756";
	font: normal normal normal 24px/1 "Material Design Icons";
	position: absolute;
	left: 10px;
	top: 5px;
	color: #fff;
	font-size: 60px;
	opacity: .3;
}
blockquote span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
.cursor {
	cursor: pointer;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clearfix {
	display: block !important;
}
.rounded-5 {
	border-radius: 5px;
}
.rounded-10 {
	border-radius: 10px;
}
#searchbutton {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.text-danger, .text-center:hover, .text-danger:active {
	color: #e84921;
}
/* Btn */
button,
button:focus,
button:active,
button:hover{
	box-shadow: 0 0 0 0;
	outline: 0;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;;
}
.btn{
	padding: 10px 25px;
	box-shadow: 0 0 0 0 !important;
	outline: 0 !important;
	border-radius: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.btn:focus,
.btn:active,
.btn:hover{
	text-decoration: none;
}
.btn:hover{
	border-color: #e84921;
	color: #e84921;
}
.btn-sm{
	padding: .25rem .5rem;
}
.btn-small {
	padding-left: 8px !important; 
	padding-right: 8px !important;
}
.theme-btn-none,
.theme-btn-none:focus,
.theme-btn-none:active,
.theme-btn-none:hover{
	background-color: transparent;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.theme-btn-default{
	background-color: #e84921;
	color: #fff;
	border-radius: 10px;
}
.btn-active,
.theme-btn-default:hover{
	background-color: #fff;
	color: #333 !important;
	border-color: #e84921;
}
.theme-btn-default-two{
	background-color: #343a40;
	color: #fff;
}
.theme-btn-default-two:hover{
	background-color: #e84921;
	color: #fff;
	border-color: #e84921;
}
.theme-btn-white {
    background-color: #fff;
	border: 1px solid #e84921;
}
.theme-btn-white a {
	color: #e84921;
}
.theme-btn-white:hover, .theme-btn-white:active, .theme-btn-white-active {
    background-color: #e84921;
	border: 1px solid #e84921;
	color: #fff;
}
.theme-btn-white:hover a, .theme-btn-white-active a {
	color: #fff;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active{
	outline: none;
	background-color: transparent;
	text-decoration: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.btn.btn-link,
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active{
	border: 0;
	text-decoration: none;
}
.theme-btn-link-default{
	color: #343a40;
}
.theme-btn-link-default:hover{
	color: #e84921;
}
.social-media-icons{
    margin-bottom: 0;
}
.social-media-icons li{
    display: inline-block;
    list-style: none;
}
/* radio */
.radio-none{
	display: none;
}
/* switch */
.custom-control-input:focus~.custom-control-label::before {
	border-color: #e84921 !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 47, 69, 0.25) !important;
  }
  
  .custom-control-input:checked~.custom-control-label::before {
	border-color: #e84921 !important;
	background-color: #e84921 !important;
  }
  
  .custom-control-input:active~.custom-control-label::before {
	background-color: #e84921 !important;
	border-color: #e84921 !important;
  }
  
  .custom-control-input~.custom-control-label::before {
	border-color: #e84921 !important;
  }
  
  .custom-control-input:disabled~.custom-control-label::before {
	background-color: lightgray !important;
	border-color: lightgray !important;
  }
/* icon btn */
.btn-icon{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.btn-icon span{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.btn-icon span:after{
	content: '\F013E';
	font-family: "Material Design Icons";
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: 16px;
	position: absolute;
	opacity: 0;
	top: 3px;
	right: 14px;
	transition: all 0.8s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
.btn-icon:hover span{
	padding-right: 25px;
}
.btn-icon:hover span:after{
	opacity: 1;
}
.btn-icon.btn-icon-active span{
	padding-right: 25px;
}
.btn-icon.btn-icon-active span:after{
	opacity: 1;
}
.input-group-btn-icon{
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
    font-size: 28px;
}
.input-group label.error{
	position: absolute;
    bottom: -31px;
}
.input-group-validate{
	margin-bottom: 21px;
}

/* icons */
.mdi-18px { font-size: 18px; }
.mdi-24px { font-size: 24px; }
.mdi-36px { font-size: 36px; }
.mdi-48px { font-size: 48px; }
.mdi-bg{
	display: inline-block;
	text-align: center;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.mdi-bg-sm-sm{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.mdi-bg-sm{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.mdi-bg-md{
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 40px;
}
.mdi-bg-lg{
	width: 150px;
	height: 150px;
	line-height: 150px;
	font-size: 80px;
}
.mdi-rotating-bg{
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}
.mdi-rotating-bg:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 100px;
	height: 100px;
	background-color: #eee;
	z-index: -1;
	animation: rotating 10s linear infinite;
	-webkit-animation: rotating 10s linear infinite;
	-moz-animation: rotating 10s linear infinite;
	-o-animation: rotating 10s linear infinite;
}
.mdi-rotating-bg.rotating-bg-light:before{
	background-color: rgba(255, 255, 255, 0.1);
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after{
	margin-left: 0 !important;
}

/* social media icons */
.smedia-icons{
	margin-bottom: 0;
}
.smedia-icons li{
	display: inline-block;
	list-style: none;
}
.smedia-icons li a{
	color: #fff;
}
.smedia-icons li a:hover i.theme-btn-default{
	background-color: #343a40;
	color: #fff;
}
.smedia-icons li a:hover i.theme-btn-default-two{
	background-color: #e84921;
	color: #fff;
}

/* heading */
.section-heading{
	position: relative;
	margin-top: -5px;
}
.head-back-light{
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0px auto;
	opacity: .05;
	font-size: 60px;
	user-select: none;
	font-weight: bold;
}
.head-after{
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.head-after:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 10px;
	height: 4px;
	background-color: #e84921;
}
.head-after:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background-color: #e84921;
}
.head-after-white:before{
	background-color: #fff;
}
.head-after-white:after{
	border-bottom: 1px solid #fff;
}

.head-after-dark:before{
	background-color: #353535;
}
.head-after-dark:after{
	border-bottom: 1px solid #353535;
}

/* bg */
.theme-bg-default{
	background-color: #e84921;
}
.theme-bg-dark{
	background-color: #343a40;
}
.theme-bg-primary{
	background-color: #007bff;
}
.theme-bg-success{
	background-color: #28a745;
}
.theme-bg-info{
	background-color: #17a2b8;
}
.theme-bg-warning{
	background-color: #ffc107;
}
.theme-bg-orange{
	background-color: #ff7200;
}
.theme-bg-default-light{
	background-color: rgba(220, 53, 69, 0.1);
}
.theme-bg-dark-light{
	background-color: rgba(52, 58, 64, 0.1);
}
.theme-bg-white{
	background-color: #fff;
}
.theme-bg-white-light{
	background-color: rgba(255, 255, 255, 0.1);
}
.theme-bg-light{
	background-color: #eee;
}

/* badge */
.badge{
	border-radius: 0px;
	font-size: 14px;
}
.theme-badge-default{
	background-color: #e84921;
	color: #fff;
}
.theme-badge-default:hover{
	background-color: #343a40;
	color: #fff;
}
.theme-badge-default-two{
	background-color: #343a40;
	color: #fff;
}
.theme-badge-default-two:hover{
	background-color: #e84921;
	color: #fff;
}

/* text */
.theme-text-default{
	color: #e84921;
}
.theme-text-dark{
	color: #343a40;
}
.theme-text-center{
	text-align: center;
}

/* margin */
.mt-30px{
	margin-top: 30px;
}
.mb-30px{
	margin-bottom: 30px;
}
.ml-30px{
	margin-left: 30px;
}
.mr-30px{
	margin-right: 30px;
}
.mt-60px{
	margin-top: 60px;
}
.mb-60px{
	margin-bottom: 60px;
}
.ml-60px{
	margin-left: 60px;
}
.mr-60px{
	margin-right: 60px;
}

/* padding */
.pt-30px{
	padding-top: 30px;
}
.pb-30px{
	padding-bottom: 30px;
}
.pl-30px{
	padding-left: 30px;
}
.pr-30px{
	padding-right: 30px;
}
.pt-60px{
	padding-top: 60px;
}
.pb-60px{
	padding-bottom: 60px;
}
.pl-60px{
	padding-left: 60px;
}
.pr-60px{
	padding-right: 60px;
}
/* padding */
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pt-1 {
	padding-top: 0px;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pb-1 {
	padding-bottom: 1px;
}
.pb-5 {
	padding-bottom: 5px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
/* margin */
.mt-0 {
	margin-top: 0px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mr-0 {
	margin-right: 0px;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.ml-0 {
	margin-left: 0px;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.cursor {
	cursor: pointer
}
/* display */
.theme-d-block{
	display: block;
}
.theme-d-inline-block{
	display: inline-block;
}
.theme-d-flex{
    display: -ms-flexbox;
    display: flex;
}
.theme-d-none, .hide{
    display: none;
}
/* card */
.card{
	width: 100%;
	border-radius: 10px;
	padding: 30px;
	border: 0;
	display: inline-block;
	/*box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);*/
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.cardx.card-active,
.cardx:hover{
	background-color: #e84921;
}
.cardx.card-active i,
.cardx.card-active i:before,
.cardx.card-active i:after,
.cardx.card-active p,
.cardx.card-active h1,
.cardx.card-active h2,
.cardx.card-active h3,
.cardx.card-active h4,
.cardx.card-active h5,
.cardx.card-active h6,
.cardx.card-active a,
.cardx.card-active a.btn,
.cardx.card-active li:after{
	color: #fff;
}
.cardx.card-active a.btn{
	color: #fff;
}
.cardx:hover i,
.cardx:hover i:before,
.cardx:hover i:after,
.cardx:hover p,
.cardx:hover h1,
.cardx:hover h2,
.cardx:hover h3,
.cardx:hover h4,
.cardx:hover h5,
.cardx:hover h6,
.cardx:hover a,
.cardx:hover li:after{
	color: #fff;
}
.cardx:hover .head-after:before{
	background-color: #fff;
}
.cardx:hover .head-after:after{
	border-bottom: 1px solid #fff;
}

/* modal */
body.modal-open #main-content, body.modal-open #slider-carousel, body.modal-open #nav-menu, body.modal-open #top-header, body.modal-open #site-one, body.modal-open #site-two {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.modal-header {
	display:block !important;
	text-align: left !important;
}
.modal-title {
	float: left;
}
.modal,
.modal-content{
    border-radius: 10px;
}
.modal-backdrop{
    background-color: #343a40;
}
.modal-backdrop.show{
    opacity: .9;
}
.modal-content .close{
    opacity: 1;
    text-shadow: none;
    text-align: right;
    font-size: 16px;
    text-shadow: none;
}
.modal-content .close:hover i{
    background-color: #dc3535;
    opacity: 1;
    text-shadow: none;
}
.modal-content iframe{
	width: 100%;
	height: 400px;
}
/* --->*/


/* form control */
.error-border {
	border: 1px solid #e84921 !important;
}
.error-text {
	color: #e84921;
}
.form-.control, .form-control-sm, .form-control-xs {
	border-radius: 10px;
}
.form-control,
select{
	margin: 0px;
	padding: 10px 25px;
	border-radius: 10px;
	height: auto;
	border: 1px solid #CCC;
	color: #343a40;
	font-family: 'Roboto', sans-serif;
}
select.form-control{
	padding: 11.5px 21px;
}
.form-control:focus,
select:focus{
	outline: 0;
	border-color: rgba(52, 58, 64, 0.1);
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
}
.col-form{
	padding: 5px;
}
.col-form [class*="col-"]{
	padding-right: 10px;
	padding-left: 10px;
}
label.error{
	color: #e84921;
}
/* alert */
.alert {
	border-radius: 10px;
	border: 0px !important;
}
.alert-success {
	background-color: #ED7004;
}
.alert-info {
	background-color: #FFED00;
}
.alert-warning {
	background-color: #FAB400;
	color: #fff;
}
.alert-danger {
	background-color: #E84E0F;
	color: #fff;
}
.alert-danger p, .alert-danger h2, .alert-danger a, .alert-danger li:before {
	color: #fff !important;
}
/* well */
.well{
	padding: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
/**=========================
	END COMMON
=========================**/
/**=========================
	START LOADER
=========================**/
#loader{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	/**background-color: #ffffff;**/
	background-color: rgba(255, 255, 255, 0.9);
	  
	text-align: center;
}
#loader .rotating-bg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}
#loader .rotating-bg:before{
	content: "";
	position: absolute;
	top: -15px;
	bottom: 0;
	left: -15px;
	right: 0;
	margin: 0px auto;
	width: 100px;
	height: 100px;
	background: url(../images/design/logo_loader.svg) no-repeat;
	z-index: -1;
	animation: rotating 2s linear infinite;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
}
#loader .rotating-bg div{
	text-align: center;
	margin: 0px auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 66px;
	color: #fff;
	margin-left: 30px;
    margin-right: 30px;
}
/**=========================
	END LOADER
=========================**/

/**=========================
    START TOP HEADER
=========================**/
#top-header{
    padding: 5px;
	background-color: #E84E0F;
	border-bottom: 2px solid #FAB400;
}

.top-header-left {
    text-align: left;
	color: #fff;
}
.top-header-left ul{
    margin-bottom: 5px;
}
.top-header-left ul li{
	margin-top: 5px;
    list-style: none;
}
.top-header-left ul li:last-child{
    margin-right: 10px;
}
.top-header-left ul li a{
	color: #fff;
}
.top-header-left ul li i{
    margin-right: 5px;
	color: #fff;
}

.top-header-center {
    text-align: center;
	color: #fff;
}
.top-header-center ul{
    margin-bottom: 5px;
}
.top-header-center ul li{
	margin-top: 5px;
    list-style: none;
}
.top-header-center ul li:last-child{
    margin-right: 10px;
}
.top-header-center ul li a{
	color: #fff;
}
.top-header-center ul li i{
    margin-right: 5px;
	color: #fff;
}

.top-header-right {
    text-align: right;
	color: #fff;
}
.top-header-right ul{
    margin-bottom: 5px;
}
.top-header-right ul li{
	margin-top: 5px;
    list-style: none;
}
.top-header-right ul li:last-child{
    margin-right: 10px;
}
.top-header-right ul li a{
	color: #fff;
}
.top-header-right ul li i{
    margin-right: 5px;
	color: #fff;
}

/**=========================
    END TOP HEADER
=========================**/
/**=========================
	START NAV MENU
=========================**/
#nav-menu{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	z-index: 9;
	text-transform: uppercase;
	border-bottom: 2px solid #FAB400;
	border-top: 0px solid #FAB400;
}
#nav-menu:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.25;
	background: url(../images/design/welle_oben.svg) no-repeat;
	background-position: 50% 0;
	background-size: cover;
  }

#top-header.header-bottom-fixed{
	position: fixed !important;
	z-index: 999;
	background-color:rgba(232,73,33,1);
	width: 100%;
	bottom: 0 !important;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
	border-bottom: none !important;
	border-top: 2px solid #FAB400;
}
#nav-menu.header-fixed{
	position: fixed;
	z-index: 999;
	background-color:rgba(255,255,255,1);
	width: 100%;
	top: 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
	border-top: none !important;
	border-bottom: 2px solid #FAB400;
}
#nav-menu.header-fixed .logo img{
	padding: 0px 0px;
	height: 55px;
}
#nav-menu.header-fixed .logo span.logo-text{
	font-size: 8px;
	display:none;
}

#nav-menu .logo{
	text-align: center;
	font-weight: 700;
	color: #343a40;
}
#nav-menu .logo img{
	padding: 0px 0px;
	height:95px;
}
#nav-menu .logo span.logo-icon{
	font-size: 30px;
	vertical-align: middle;
	color: #fff;
	margin-right: 7px;
}
#nav-menu .logo span.logo-text{
	font-size: 11px;
	font-style:italic;
	font-weight:lighter;
	color: #E84E0F;
	display:block;
	margin-top: -10px;
}
#nav-menu .navbar{
	padding: 0px;
}
#nav-menu .nav-item{
	position: relative;
}

#nav-menu .active .nav-link, #nav-menu .nav-link:hover {
	/*background-color: #e84921;
	color:#fff !important*/
}

#nav-menu .nav-item.active a,
#nav-menu .nav-item a:hover,
#nav-menu .nav-item .nav-link.easing-click.active,
#nav-menu .nav-link.dropdown-toggle.active{
	color: #e84921;
}
#nav-menu .nav-link{
	margin-top: 35px;
    margin-bottom: 0px;
    margin-left: 5px;
	margin-right: 0px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 15px;
	font-weight: 500;
	color: #333;
	font-size: 0.95em;
}
#nav-menu.header-fixed .nav-link{
	margin-top: 25px;
    margin-bottom: 0px;
}
#nav-menu.header-fixed .nav-link,
#nav-menu.header-fixed .logo span.logo-text{
	color: #343a40;
}
#nav-menu.header-fixed .nav-link.btn{
	color: #fff;
}
#nav-menu .nav-link.btn{
    padding: 10px 25px;
}
#nav-menu .nav-link.easing-click.btn.theme-btn-default.btn-icon.active,
#nav-menu .nav-link.btn:hover,
#nav-menu .nav-link.btn{
	color: #fff;
}
#nav-menu .dropdown-menu {
	margin: 0px;
	padding: 0;
	border-radius: 10px;
	background-color: #fff;
	min-width: 15rem;
	border: 0;
	border-top: 2px solid #e84921;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}
#nav-menu .dropdown-active a.dropdown-toggle{
	/*background-color: #e84921;
	color:#fff !important*/
}
#nav-menu .dropdown-menu .dropdown-item{
	padding: 15px 20px;
	color: #343a40;
	font-size: 0.95em;
	font-weight: 300;
	position: relative;
}
#nav-menu .dropdown.active .dropdown-menu a{
	color: #343a40;
}
#nav-menu .dropdown.active .dropdown-menu .dropdown-item.active,
#nav-menu .dropdown-menu .dropdown-item:hover,
#nav-menu .dropdown.active .dropdown-menu .dropdown-item:hover,
#nav-menu .dropdown-item.active,
#nav-menu .dropdown-item:active {
	color: #e84921;
	background-color: #eee;
	border-radius: 10px;
}

#nav-menu .navbar-toggler{
	background-color: #e84921;
	outline: 0;
	border: 0;
	margin: 20px 0px;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 100%;
    color: #fff;
    line-height: 1.5;
}
#nav-menu .navbar-toggler i{
	color: #fff;
}
#nav-menu .navbar-toggler[aria-expanded="true"] i:before{
	content: "\F0141";
}
.dropdown-toggle::after{
	content: "\F0140";
	position: absolute;
	right: 0px;
	font-family: "Material Design Icons";
	border: 0;

}
#nav-menu .dropdown-menu .dropdown-header em {
	font-weight: bold;
	font-size: 80% !important;
	color: #686868;
}
/**=========================
	END NAV MENU
=========================**/

/**=========================
	START SLIDER
=========================**/
#slider-carousel {
	background-color: #E84E0F;
}
#slider-carousel:hover{
}
#slider-carousel .carousel-item,
#slider-carousel .carousel-item:before{
	border-radius: 10px;
}
#slider-carousel .carousel-item{
	height: 450px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
}
#slider-carousel .carousel-item:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
#slider-carousel .carousel-item:after{
	content: "";
	position: absolute;
}
#slider-carousel .carousel-control-next-icon,
#slider-carousel .carousel-control-prev-icon{
	background-image: none;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #343a40;
    font-size: 40px;
    display: none;
}
#slider-carousel:hover .carousel-control-next-icon,
#slider-carousel:hover .carousel-control-prev-icon{
	display: block;
}

#slider-carousel .carousel-control-next-icon:after{
    content: '\F0142';
    font-family: "Material Design Icons";
}
#slider-carousel .carousel-control-prev-icon:after{
    content: '\F0141';
    font-family: "Material Design Icons";
}

#slider-carousel .carousel-control-next,
#slider-carousel .carousel-control-prev{
	width: 60px;
}
#slider-carousel .carousel-indicators{
	
}
#slider-carousel .carousel-indicators li{
	background-color: #343a40;
}
#slider-carousel .carousel-caption{
	z-index: 8 !important;
	width: 50%;
	position: absolute;
	left: 50%;
    top: 50%;
    bottom: inherit;
    right: inherit;
	transform: translate(-50%, -50%);
	margin: 0px auto;
	text-align: left;
}
#slider-carousel h2{
	margin-bottom: 20px;
    font-weight: 700;
    animation-delay: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    color: #fff;
    font-size: 50px;
}
#slider-carousel h2 small {
	display: inline-block;
	font-size: 0.3em;
}
#slider-carousel p{
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.3em;
	animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
}
#slider-carousel .slider-btn{
	animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
}

#slider-carousel .btn{
	margin: 5px;
}
#slider-carousel .slider-center-btn{
	position: absolute;
	z-index: 9;
	text-align: center;
	display: inline-block;
	width: 0px;
	margin: 0px auto;
	left: 0;
	right: 0;
	bottom: -20px;
}
#slider-carousel .slider-center-btn .btn{
	padding: 0px;
	width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
}
#slider-carousel .slider-center-btn i{
	font-size: 30px;
}
/**=========================
	END SLIDER
=========================**/

/**=========================
	START BREADCRUMB
=========================**/
#breadcrumb {
	padding: 20px 0 0 0;
}
.breadcrumb {
	background: none !important;
}
#breadcrumb .breadcrumb-item+.breadcrumb-item::before{
	color: #e84921;
}
#breadcrumb li{
	display: block;
	font-size: 0.95em;
}
#breadcrumb li a {
	color: #e84921;
	font-size: 0.95em;
}
#breadcrumb li a:hover{
	color: #FAB400;
}
#breadcrumb li.active{
	color: #FAB400;
}
#breadcrumb li:last-child a {
  color: #000 !important;
}
/**=========================
	END BREADCRUMB
=========================**/

/**=========================
	START ERROR PAGE
=========================**/
#error-page{
	padding: 80px 0px 50px;
}
#error-page .error-page-item{
	margin-bottom: 30px;
	text-align: center;
}
/**=========================
	END ERROR PAGE
=========================**/

/** ========================
	MAIN
=========================**/
#site-parallax-top {
	padding: 180px 0px 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#site-parallax-top:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
#site-parallax-top h3 {
	margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    font-size: 50px;
}
#site-parallax-top h5 {
    color: #fff;
}

.main, .main-sidebar {
	/*background: url(../images/design/welle_oben.svg) no-repeat;*/
}
#site-two,#site-one  {
	margin-top: 0px;
}
.main-sidebar {
	padding: 0px 0;
}
.main-sidebar .container {
	padding: 0 60px 60px 60px;
}

#main-content ol li {
	margin-left: 30px;
}

#main-content ul {
  list-style: none;
  padding: 0;
}
#main-content li {
  padding-left: 1.3em;
}
#main-content li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #e84921;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

/* Tabs
---------------------------------- */
#main-content .nav-tabs {
	border-bottom: 0px !important;
}
#main-content .nav-tabs > li {
	padding: 0 !important;
}
#main-content .nav-tabs li:before {
  content: "";
}
#main-content .nav-tabs > li a {
  display:block;
  margin-right: 3px;
  padding: 5px 15px;
  background: #fff;
  color: #e84921 !important;
  border: 1px solid #e84921;
}
#main-content .nav-tabs > li.active a, #main-content .nav-tabs > li a:hover, #main-content .nav-tabs > li a:focus {
  background: #e84921;
  color: #fff !important;
}
#main-content .nav-tabs li a {
	color: #fff;
}

#main-content .tab-content {
	margin-top: 15px !important;
	padding: 25px;
	border: 1px solid #f0f0f0;
}


/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
	#main-content .nav-tabs > li {
		width: 100% !important;
		display:block;
	}
	#main-content .nav-tabs > li a {
		margin: 0 !important;
	}
}

/**=========================
	START WHO WE ARE
=========================**/
#who-we-are{
	position: relative;
	padding: 80px 0px 50px;
}
#who-we-are .container {
	padding: 40px;
}
#who-we-are .whoweare-item{
	padding-bottom: 30px;
}
#who-we-are .whoweare-item.pb-60px{
	padding-bottom: 60px;
}
#who-we-are .whoweare-left h5{
	text-transform: capitalize;
}
#who-we-are h5 span{
	font-weight: 700;
}
#who-we-are h1{
	margin-bottom: 15px;
}
#who-we-are h1 span{
	font-weight: 700;
}
#who-we-are p{
	margin-bottom: 20px;
	font-weight: 500;
	color: #777;
}
#who-we-are .whoweare-left{
	padding-right: 80px;
}
#who-we-are .whoweare-center{
	text-align: right;
	font-size: 0.8em;
}
#who-we-are .whoweare-center img {
	width: 100%;
	/*box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);*/
}
#who-we-are .whoweare-right .card{
	margin-bottom: 15px;
	padding: 25px;
}
#who-we-are .whoweare-right .card h6{
	margin-bottom: 0px;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 26px;
}
#who-we-are .whoweare-right .card i:before{
	margin-right: 5px;
	font-size: 100%;
}
#who-we-are .whoweare-right .card h4{
	margin-bottom: 15px;
}
#who-we-are .whoweare-right .card p{
	margin-bottom: 0px;
}
#who-we-are .whoweare-right .card:hover p{
	color: #fff;
}
#who-we-are .btn{
	margin-top: 30px;
}
/**=========================
	END WHO WE ARE
=========================**/
/**=========================
	START Parallax
=========================**/
#parallax{
	position: relative;
	padding: 80px 0px 50px;
}
#parallax.theme-bg-default{
}
#parallax.theme-bg-default:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #e84921;
	opacity: .9;
}
#parallax.theme-bg-default h2,
#parallax.theme-bg-default h5,
#parallax.theme-bg-default p,
#parallax.theme-bg-default i{
	color: #fff;
}
/**=========================
	END Parallax
=========================**/
/**=========================
	START CLIENTS
=========================**/
#clients{
	padding: 60px 0px;
}
#clients.clients-bg{
	background-color: rgba(0, 0, 0, 0.05);
}
#clients .client-item img{
	opacity: .2;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;

   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.5s ease;
}
#clients .client-item img:hover{
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
	cursor: move;
}
#clients .client-item:hover img{
	opacity: 1;
}
/**=========================
	END CLIENTS
=========================**/

/**=========================
	START COUNTER
=========================**/
#counter{
	position: relative;
	padding: 80px 0px 50px;
}
#counter.theme-bg-default{
	background-image: url('../images/img-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#counter.theme-bg-default:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #e84921;
	opacity: .9;
}
#counter.theme-bg-default h2,
#counter.theme-bg-default h5,
#counter.theme-bg-default p,
#counter.theme-bg-default i{
	color: #fff;
}
#counter .counter-item{
	position: relative;
	padding-bottom: 30px;
    transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#counter .counter-item:after{
	display: block;
    content: "";
    clear: both;
}
#counter .counter-icon{
	float: left;
	margin-right: 30px;
}
#counter .counter-icon i:before{
	font-size: 50px;
}
#counter .counter-content{
	position: relative;
}
#counter .counter-content h2{
	margin-bottom: 10px;
	margin-right: 40px;
	text-align: right;
}
#counter .counter-content h5{
	margin-bottom: 0;
}
#counter .counter-content i{
	font-size: 30px;
	position: absolute;
	right: 0px;
}
#counter .counter-content .counter-up{
	margin-left: 35px;
}
/**=========================
	END COUNTER
=========================**/

/**=========================
	START SERVICES
=========================**/
#services{
	padding: 80px 0px 50px;
}
#services .text-center h2{
	margin-bottom: 40px;
}
#services .service-item {
	text-align: center;
	padding-bottom: 30px;
	/*box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);*/
}
#services .service-count-text{
	position: absolute;
	left: 30px;
	top: 70px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#services .service-count-text span{
	opacity: .05;
	font-size: 100px;
	line-height: 0;
}
#services .service-item .service-icon{
	margin-bottom: 10px;
}
#services .service-item i:before{
	color: #e84921;
	font-size: 80px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#services .service-item .card{
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#services .service-item .card:hover i:before,
#services .service-item .card-active i:before,
#services .service-item .card:hover .btn,
#services .service-item .card-active .service-count-text,
#services .service-item .card:hover .service-count-text{
	color: #fff;
}
#services .service-item h4{
	margin-bottom: 15px;
	text-transform: capitalize;
}
#services .service-item a{
	color: #e84921;
}
#services .service-item .btn-active{
	color: #fff;
}
#services .service-item-single-item{
	margin-bottom: 30px;
}
#services .service-item-single{
	margin-bottom: 30px;
}
#services .service-item-single:last-child{
	margin-bottom: 0px;
}
#services .service-item-single img{
	width: 100%
}
#services .service-share-content{
	display: inline-block;
	margin-right: 10px;
}
#services .service-share-content:last-child{
	margin-right: 0px;
}

/**=========================
	END SERVICES
=========================**/

/**=========================
	START PORTFOLIO
=========================**/
#portfolio{
	/*padding: 40px 0px 50px;*/
}
#portfolio .filter-btn-group label{
	position: relative;
}
#portfolio .btn.btn-link{
	padding: 0px;
	margin: 0px 15px;
}
#portfolio .filter-btn-group label:after{
	content: "/";
	position: absolute;
	right: -20px;
}
#portfolio .filter-btn-group label:last-child:after{
	display: none;
}
#portfolio .filter-btn-group label.active{
	color: #e84921;
}
#portfolio .filter-btn-group label:hover{
	cursor: pointer;
}
#portfolio .theme-shuffle{
    position: relative;
    overflow: hidden;
}
#portfolio .shuffle-image-item{
    padding-bottom: 30px !important;
}
#portfolio .shuffle-inner-warp{
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}
#portfolio .shuffle-inner-warp.filter-lg{
	padding-bottom: calc(100% + 380px);
}
#portfolio .shuffle-inner-img{
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#portfolio .shuffle-inner-img:after{
    content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
#portfolio .shuffle-inner-img:hover:after,
#portfolio .shuffle-inner-img-active:after{
	content: "";
	background-color: #343a40;
	opacity: 0.7;
}
#portfolio .shuffle-image-item img{
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
#portfolio .shuffle-inner-content{
	position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
#portfolio .shuffle-inner-content h4,
#portfolio .shuffle-inner-content i{
	color: #fff;
	margin: 10px;
}
#portfolio .shuffle-inner-img:hover .shuffle-inner-content,
#portfolio .shuffle-inner-img-active .shuffle-inner-content{
	opacity: 1;
}
#portfolio .portfolio-item-single-item{
	margin-bottom: 30px;
}
#portfolio .portfolio-item-single-position-relative{
	position: relative;
}
#portfolio .portfolio-item-single{
	margin-bottom: 30px;
}
#portfolio .portfolio-item-single:last-child{
	margin-bottom: 0px;
}
#portfolio .portfolio-item-single img{
	min-width: 100% !important;
	width: 100%;
}
#portfolio .portfolio-share-content{
	display: inline-block;
	margin-right: 10px;
}
#portfolio .portfolio-share-content:last-child{
	margin-right: 0px;
}
#portfolio .portfolio-item-single .portfolio-item-single-icon{
	position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
#portfolio .portfolio-item-single-date{
	position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}
#portfolio .portfolio-item-single-date a{
	color: #fff;
}
#portfolio .portfolio-item-card{
	width: 100%;
    padding: 30px;
    display: inline-block;
   /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);*/
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
#portfolio .portfolio-item-card h5{
    margin-bottom: 15px;
}
#portfolio .portfolio-item-card p{
    margin-bottom: 0px;
}
/**=========================
	END PORTFOLIO
=========================**/

/**=========================
	START TEAM
=========================**/
#team{
	padding: 80px 0px 50px;
}
#team .team-item{
    position: relative;
	margin-bottom: 30px;
}
#team .team-item:after{
    content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
#team .team-item:hover:after,
#team .team-item-active:after{
	content: "";
	background-color: #343a40;
	opacity: 0.7;
}
#team .team-img img{
	width: 100%;
}
#team .team-content{
	display: none;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	text-align: center;
	z-index: 9;
}
#team .team-item:hover .team-content,
#team .team-item-active .team-content{
	display: inline-block;
}
#team .team-header h3{
	margin-bottom: 15px;
	color: #fff;
}
#team .team-header p{
	margin-bottom: 30px;
	color: #fff;
}
/**=========================
	END TEAM
=========================**/

/**=========================
	START GET A QUOTE
=========================**/
#get-quote{
	padding: 80px 0px;
}
#get-quote.get-quote-bg{
	position: relative;
	background-image: url('../images/design/bg-quote.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#get-quote.get-quote-bg:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #343a40;
	opacity: .9;
}
#get-quote .get-quote-item{
	margin: 0px auto;
	padding: 60px;
	background-color: #fff;
	width: 65%;
	border-radius: 10px;
}
#get-quote.get-quote-bg h1,
#get-quote.get-quote-bg h2{
	color: #fff;
}
/**=========================
	END GET A QUOTE
=========================**/

/**=========================
	START FAQ
=========================**/
#faq{
	padding: 80px 0px 50px;
}
.faq-accordion{
	margin-bottom: 30px;
}
.faq-accordion ul.a {
  list-style-position: outside;
}
.faq-accordion .collapse div {
	padding: 25px;
}
.collapse-btn i{
	position: absolute;
    right: 20px;
    top: 2px;
    color: #e84921;
}
.collapse-btn button[aria-expanded="true"] i:before{
	content: "\f374";
	color: #e84921;
}
.collapse-head{
	/*box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);*/
	margin-bottom: 20px;
}
.collapse-head:last-child{
	margin-bottom: 0px;
}

.collapse-head .panel-body {
	padding: 20px 50px;
	/*box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);*/
}

.collapse-head button{
	color: #e84921;
	background-color: #fff;
	border: 1px solid #e84921;
    width: 100%;
    padding: 10px 25px;
    position: relative;
    text-align: left;
}
.collapse-head button:hover{
	cursor: pointer;
}
.faq-accordion button[aria-expanded="true"]{
	background-color: #e84921;
	color: #fff;
}
#faq .faq-img img{
	width: 100%;
}
#faq .faq-item{
	margin-bottom: 30px;
}
/**=========================
	END FAQ
=========================**/

/**=========================
	START BLOG
=========================**/
#blog{
	padding: 80px 0px 50px;
}
#blog .blog-item{
	padding-bottom: 30px;
}
#blog .blog-item .card{
	padding: 0px;
	height: 100%;
}
#blog .blog-img{
	position: relative;
}
#blog .blog-img:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
#blog .card {border: 1px solid #efefef;}
#blog .card:hover .blog-img:after,
#blog .card.card-active .blog-img:after{
	content: "";
	background-color: #343a40;
	opacity: 0.7;
}
#blog .blog-img img{
	width: 100%;
}
#blog .blog-icon{
	position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
#blog .card:hover .blog-icon,
#blog .card.card-active .blog-icon{
	opacity: 1;
}
#blog .blog-img-text {
	width: 50%;
	position: absolute;
	left: 50%;
    top: 50%;
    bottom: inherit;
    right: inherit;
	transform: translate(-50%, -50%);
	margin: 0px auto;
	text-align: left;
	z-index: 9;
}
#blog .blog-date{
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 9;
}
#blog .blog-date a{
	color: #fff;
}
#blog .blog-content{
	padding: 30px;
}
#blog .blog-content .blog-list li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
#blog .blog-content .blog-list li:after{
	content: "/";
	position: absolute;
	right: -10px;
}
#blog .blog-content .blog-list li:last-child:after{
	display: none;
}
#blog .blog-btn {
	position: absolute;
	bottom: 20px;
}
#blog .blog-content .blog-list li a:hover,
#blog .blog-title a:hover,
#blog .blog-btn a:hover{
	color: #ffd0d4;
}
#blog .blog-share-content{
	display: inline-block;
	margin-right: 10px;
}
#blog .blog-share-content:last-child{
	margin-right: 0px;
}
#blog .blog-comments-list{
	margin-bottom: 30px;
}
#blog .blog-comments-list li{
	list-style: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#blog .blog-comments-list li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#blog .blog-comments-list .blog-comments-flex{
	display: flex;
}
#blog .blog-comments-list .blog-comments-flex .blog-comments-img{
	margin-right: 15px;
}
#blog .blog-comments-head{
	display: inline-block;
}
#blog .blog-comments-list .blog-comments-head span{
	font-size: 16px;
	margin-left: 30px;
}
#blog .blog-comments-reply{
	float: right;
	margin: 3px 0px;
}
#blog .blog-comments-reply:hover{
	color: #fff;
}
/* pagination */
.pagination{
	margin: 10px 0px 30px 0px;
	border-radius: 10px;
}
.page-item{
	margin-right: 5px;
}
.page-item:last-child{
	margin-right: 0px;
}
.pagination .page-link{
	margin-left: 0px;
	padding: 10px 20px;
	color: #343a40;
	border: 0;
	line-height: 1.5;
	/*box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);*/
}
.pagination .page-link,
.pagination .page-item,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link{
	border-radius: 10px;
}
.pagination .page-item:focus,
.pagination .page-item:active,
.pagination .page-item:hover,
.pagination .page-link:focus,
.pagination .page-link:active,
.pagination .page-link:hover{
	/*box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);*/
	background-color: #e84921;
	color: #fff;
}
.pagination .page-item.active .page-link{
	background-color: #e84921;
	border-color: #e84921;
}

/* sidebar */
.sidebar,
.sidebar ul,
.sidebar ul li{
	list-style: none;
}
.sidebar .sidebar-item{
	margin-bottom: 40px;
}
.sidebar .sidebar-card{
	width: 100%;
	border-radius: 10px;
	padding: 30px;
	border: 0;
	display: inline-block;
	/*box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);*/
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.sidebar .sidebar-item:last-child{
	margin-bottom: 30px;
}
.sidebar .sidebar-categories{
	margin-bottom: 0px;
}
.sidebar .sidebar-categories li{
	list-style: none;
	margin-bottom: 20px;
}
.sidebar .sidebar-categories li:last-child{
	margin-bottom: 0px;
}
.sidebar .sidebar-categories li a:hover,
.sidebar .sidebar-categories li a.btn-icon-active{
	color: #e84921;
}
#blog .recent-post-list{
	margin-bottom: 0px;
}
#blog .recent-post-list li{
	list-style: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#blog .recent-post-list li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#blog .recent-post-list a{
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#blog .recent-post-list a:hover h6{
	color: #e84921;
}
#blog .recent-post-list .recent-post-list-flex{
	display: flex;
}
#blog .recent-post-list-flex .recent-post-list-img{
	margin-right: 15px;
}
#blog .recent-post-list-content h6{
	text-transform: inherit;
	margin-bottom: 10px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#blog .recent-post-list-content p{
	margin-bottom: 0px;
}
.sidebar .sidebar-tags{
	margin-bottom: 0px;
}
.sidebar .sidebar-tags li{
	list-style: none;
	display: inline-block;
    margin-bottom: 5px;
}
.sidebar .sidebar-item.sidebar-item-tags{
	margin-bottom: 25px;
}
.sidebar .sidebar-item.sidebar-item-tags .sidebar-card{
	padding: 30px 30px 25px;
}
/**=========================
	END BLOG
=========================**/

/**=========================
	START PEOPLE SAYS
=========================**/
#people-says{
	padding: 80px 0px 50px;
}
#people-says .people-says-item{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
#people-says .people-says-item:after{
	content: "\F756";
	font: normal normal normal 24px/1 "Material Design Icons";
	position: absolute;
	left: 10px;
	top: 35px;
	color: #343a40;
	font-size: 60px;
	opacity: .3;
}
#people-says .people-says-item:hover{
	cursor: move;
}
#people-says .slick-slide img{
	width: auto;
}
#people-says .people-says-content .card{
	margin-bottom: 20px;
	/*box-shadow: 0px 0px 20px 0px rgba(52, 58, 64, 0.1);*/
}
#people-says .people-says-content .card p{
	font-style: italic;
}
#people-says .people-says-bottom{
	position: relative;
}
#people-says .people-says-bottom-icon{
	position: absolute;
	right: 15px;
	top: -50px;

}
#people-says .people-says-bottom-icon img{
	width: 80px !important;
}
#people-says .people-says-bottom-title{
	text-align: left;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding-left: 25px;
}
#people-says .people-says-bottom-title h5{
	margin-bottom: 5px;
}
#people-says .people-says-bottom-title span{
	font-style: italic;
	font-size: 16px;
}
#people-says .slick-center .card{
	background-color: #e84921;
}
#people-says .slick-center .card p{
	color: #fff;
}
#people-says .people-says-item.slick-slide.slick-current.slick-active.slick-center:after{
	color: #fff;
}
#people-says .carousel-control-next-icon,
#people-says .carousel-control-prev-icon{
	background-image: none;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #343a40;
    font-size: 40px;
    display: none;
}
/**=========================
	END PEOPLE SAYS
=========================**/

/**=========================
	START RATING STARS
=========================**/
.star-color {
	color: #FFB300;
}
.star-rating{
	font-size: 0;
}
.star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}
/**=========================
	END RATING STARS
=========================**/
/**=========================
	START FUNNEL
=========================**/
#funnel-form h4 span {
	float: right
}
.btn-funnel span, .btn-back span, .btn-send span {
	float:left;
	font-size: 1.2em;
	text-transform: none;
}
#funnel-form .fa-flag-checkered {
	float: right;
}
/**=========================
	END FUNNEL
=========================**/

/**=========================
 Start Floating Social Media Bar -->
=========================**/
.float-sm .fl-fl {
	background: #e84921;
	background-color: rgba(232, 73, 33, 0.75);
	width: 45px;
	border-radius: 10px;
	position: fixed;
	right: 5px !important;
	bottom: 75px !important;
	z-index: 1000;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
  }
  
  .float-sm .fa {
	font-size: 16px;
	color: #fff;
	padding: 10px;
  }
  
  .float-sm .float-1:hover,.float-sm .float-2:hover,.float-sm .float-3:hover {
	background-color: rgba(232, 73, 33, 1);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
  }
 
  
  .float-sm a {
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	line-height: 43px!important;
	vertical-align: top!important;
  }
  
  .float-sm .float-1 {
	bottom: 20px;
  }

/**=========================
  <-- END Floating Social Media Bar
=========================**/
/**=========================
    START Google maps
=========================**/
#map-canvas {
	height: 450px;
}
.sidebar #map-canvas {
	height: 350px;
}
#map-canvas img {
	max-width: inherit;
}
/**=========================
    END Google maps
=========================**/
/**=========================
	START CONTACT US
=========================**/
#contact-us .contact-us-col{
	margin: 0px;
	padding: 0px;
}
#contact-us iframe{
	width: 100%;
	height: 500px;
	margin-bottom: -6px;
	border: 0;
	outline: 0;
}
#contact-us #bottom-contact-us{
	padding: 80px 0px 50px;
}
#contact-us .bottom-contact-us-item{
	padding-bottom: 30px;
}
#contact-us .bottom-contact-us-item form{
	padding-left: 30px;
}
#contact-us .bottom-contact-us-item-info .card{
	padding: 60px;
}
#contact-us .bottom-contact-us-item-info .bottom-contact-us-item-info-head{
	margin-bottom: 10px;
}
#contact-us .bottom-contact-us-item-info-div{
	margin-bottom: 25px;
}
#contact-us .bottom-contact-us-item-info-div:last-child{
	margin-bottom: 0px;
}
#contact-us .bottom-contact-us-item-info p{
	margin-bottom: 0;
}
#contact-us .bottom-contact-us-item-info i{
	margin-right: 10px;
	color: #fff;
}
/**=========================
	END CONTACT US
=========================**/

/**=========================
	START FOOTER
=========================**/
#footer{
	padding: 80px 0px 50px;
}
#footer .footer-item {
	padding-bottom: 30px;
	color: #000;
}
#footer .logo{
	width: 100%;
}
#footer .footer-logo span.logo-icon{
	font-size: 30px;
	vertical-align: middle;
	color: #e84921;
	margin-right: 7px;
}
#footer .footer-logo span.logo-text{
	font-size: 28px;
	vertical-align: middle;
	color: #fff;
}

#footer .smedia-icons {
    display:flex;
}
#footer .smedia-icons li {
    padding: 3px;
}
#footer .smedia-icons a:hover i{
	background-color: #fff;
	color: #e84921;
}

#footer .smedia-icons-2 {
    display:flex;
	justify-content: center;
	align-items: center;
}
#footer .smedia-icons-2 li {
    padding: 10px;
}
#footer .smedia-icons-2 a:hover i{
	color: #e84921;
}

#footer .smedia-icons-2 .fa-facebook-square {
	color: #3b5998;
}  
#footer .smedia-icons-2 .fa-instagram {
	color: transparent;
	background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}

#footer .smedia-icons-2 .top50 {
	padding-top: 15px;
}

#footer .footer-about-content{
	margin-bottom: 30px;
}
#footer .footer-about-content p{
	color: #000;
}
#footer h3 {
	color: #000;
	margin-bottom: 15px;
}
#footer p {
	color: #000;
}
#footer .footer-item-list {
	margin-bottom: 14px;
}
#footer .footer-list, #footer .footer-list ul li{
	list-style: none;
	color: #000;
	margin-bottom: 16px;
}
#footer .footer-list ul li:last-child{
	margin-bottom: 0;
}
#footer .footer-list ul li a{
	color: #000;
}
#footer .footer-list ul li a:hover,
#footer .footer-list ul li a.btn-icon-active{
	color: #4e4e4e;
}
#footer .footer-contact h6{
	color: #f000;
}
#footer .footer-contact .footer-contact-info-div{
	margin-bottom: 25px;
}
#footer .footer-contact .footer-contact-info-div:last-child{
	margin-bottom: 0;
}
#footer .footer-contact p{
	color: #000;
	margin-bottom: 0px;
}
#footer .footer-contact h6 i{
	margin-right: 10px;
}
/**=========================
	END FOOTER
=========================**/

/**=========================
	START SUB FOOTER
=========================**/
#sub-footer{
	padding: 30px 0px 100px;
}
#sub-footer .backto-top-btn{
	position: absolute;
	left: 0;
	right: 0;
	top: -55px;
	margin: 0px auto;
	text-align: center;
	z-index: 9;
}
#sub-footer .sub-footer-left{
	text-align: left;
	color: #fff;
}
#sub-footer .sub-footer-right{
	text-align: right;
	color: #fff;
}
#sub-footer p,
#sub-footer ul{
	margin-bottom: 15px;
}
#sub-footer ul li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
#sub-footer ul li:before{
	content: "/";
	position: absolute;
	right: -15px;
	color: #fff;
}
#sub-footer ul li:last-child:before{
	display: none;
}
#sub-footer p,
#sub-footer a{
	color: #fff;
}
#sub-footer .sub-footer-left a:hover{
	color: #fff;
}
#sub-footer .sub-footer-right a{
	color: #fff;
}
#sub-footer .sub-footer-right a:hover{
	color: #fff;
}
/**=========================
	END SUB FOOTER
=========================**/
