/*responsive tables*/
table {
	overflow: x-auto;
}

/*General*/
a.button {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	line-height: 1em;
	padding: 15px 20px;
	border: 1px solid #e4491d;
	background-color: transparent;
	font-family: "Lato", sans-serif;
	font-size: 0.8125rem;
	color: #e4491d;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	position: relative;
	cursor: pointer;
	outline: 1px solid transparent;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
a.button:hover {
	background-color: #e4491d;
	color: #fff;
}
.nav-item.active .nav-link:not(.theme-btn) {
    color: #FFFFFF !important;
}

/*footer*/
#particle-canvas {
	display: none !important;
}
.footer {
	border: none;
}

.pswp:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f063";
	position: absolute;
	bottom: 10px;
	font-size: 30px;
	left: 50%;
}

/*home*/
/*.home header {
	background: #323232 !important;
}*/
.front_page .hero_section .hero_content .hero_title {
	font-size: 3.8em;
	line-height: 1.4em;
	padding: 50px 15px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.front_page .hero_section .hero_content .hero_title span {
	display: block;
	font-size: 0.6em;
	font-weight: 500;
	line-height: 1.5;
}
@media (max-width: 1000px) {
	.front_page .hero_section .hero_content .hero_title {
		font-size: 2.5em;
	}
}
@media (max-width: 767px) {
	.front_page .hero_section .hero_content .hero_title {
		font-size: 2em;
		padding: 10px 15px;
	}
}
.front_page .hero_section {
	height: auto !important;
	overflow: initial;
	background: #323232;
	padding: 150px 0 50px;
}
.front_page .hero_section .hero_table_wrap {
	display: flex;
	align-items: center;
	height: 100%;
}
.front_page .hero_section .hero_content {
	height: auto !important;
	display: inherit;
}

.front_page .services_section {
	padding: 0 0 150px;
	background-color: #323232;
	margin: 0 0 50px;
}
.front_page .services_section .services_wrap {
	padding-top: 30px;
}
.front_page .services_section .services_wrap a {
	text-decoration: none;
}

.front_page .services_section .services_wrap .icon_wrap svg {
	width: auto;
}

/* @media screen and (min-width: 1200px) {
	.front_page .services_section .services_wrap .service {
		width: 22%;
	}
} */

/* @media screen and (min-width: 1000px) {
	.front_page section.content_section_wrap:nth-child(5) .single {
		flex-basis: 47%;
		max-width: 47%;
	}
} */
.front_page section.content_section_wrap:nth-child(5) .image-wrapper__image {
	background-size: contain;
}

.hidden-content {
	margin: 0 0 20px;
	overflow: hidden;
	transition: all 0.5s ease;
}
.hidden-content.inactive {
	height: 0 !important;
}

.image_gallery {
	justify-content: center;
}

/*steps*/
.step {
	display: flex;
}
.step figure {
	background: #e4491d;
	padding: 15px 20px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	margin: 0 20px 0 0;
}
.step figure span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

/*about*/
.careers {
	max-width: 400px;
}
.careers h4 {
	display: block;
	border-bottom: 3px solid #fff;
	padding: 0 0 10px;
	font-size: 24px;
}
.careers a.button {
	margin: 20px 0 0;
}

/*social*/
.social_wrapper {
	/* margin-top: -25px; */
}
.social_wrapper a {
	font-size: 34px;
}

/*slick slider*/
.main-slider .slick-track .slick-slide {
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-slider .slick-track .slick-slide img {
	height: auto;
	/* max-height: 675px; */
	max-height: 400px;
	width: auto;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.main-slider .slick-track .slick-slide {
		height: 200px;
	}
	.main-slider .slick-track .slick-slide img {
		max-height: 200px;
	}
}

.main-slider-nav .slick-track {
	display: flex;
	align-items: center;
}

.main-slider-nav .slick-track .slick-slide {
	display: inline-flex;
	height: 100px;
	justify-content: center;
}

.main-slider-nav .slick-track .slick-slide img {
	width: auto;
}
@media (max-width: 767px) {
	.main-slider-nav .slick-track .slick-slide {
		height: auto;
	}
	.main-slider-nav .slick-track .slick-slide img {
		max-height: 65px;
	}
}
.footer .top_content .contact_list {
	margin-bottom: 10px;
}
.footer .top_content .contact_list .icon {
	color: #e4491d;
	height: auto;
	padding-top: 10px;
	width: 60px;
}
.footer .top_content .contact_list .value {
	padding-top: 10px;
}
.footer .top_content .contact_heading {
	text-align: center;
}

/*** New Frontpage Hero Video Slider ***/
.front_page .hero_section.hero__video {
	margin-top: 150px;
	padding: 240px 0;
	position: relative;
}
#hero-video--wrap {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#hero-video--wrap .hero--overlay {
	background: #323232;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
#hero--video {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

@media (max-width: 1199px) {
	.front_page .hero_section.hero__video {
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.front_page .hero_section.hero__video {
		padding: 80px 0;
	}
}

/*** End of New Frontpage Hero Video Slider ***/

/**** New Review Slider Style ****/

.spacer {
	display: block;
	margin: 50px 0;
	width: 100%;
}

.wprs_unslider ul.wprs_unslider-wrap li::before {
	display: none;
}
#wprev-slider-1 .wprev_preview_bradius_T1 {
	border: 0 none;
}
.wprs_unslider-nav ol li::before {
	content: "";
	display: none;
}
.wprs_unslider-nav ol li.wprs_unslider-active {
	background: #e4491d;
	border-color: #e4491d;
}
.content_section_wrap .ti-widget.ti-goog .ti-review-item > .ti-inner {
	background: #000000 !important;
	border-color: #000000 !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	cursor: pointer;
}
.content_section_wrap .ti-widget.ti-goog .ti-widget-container .ti-name,
.content_section_wrap .ti-widget.ti-goog .ti-widget-container .ti-date {
	color: #ffffff;
}
.content_section_wrap.content_section_wrap
	.ti-widget.ti-goog
	.ti-controls-dots {
	margin: 30px 0;
}
.content_section_wrap .ti-widget.ti-goog .ti-controls-dots .dot {
	background: transparent;
	border: 1px solid #ccc;
}
.content_section_wrap .ti-widget.ti-goog .ti-controls-dots .dot.active {
	background: #e4491d;
	border-color: #e4491d;
}
.content_section_wrap .ti-widget.ti-goog .ti-rating-text {
	cursor: pointer;
	margin-top: 30px;
}
.content_section_wrap .ti-widget.ti-goog .ti-rating-text span,
.content_section_wrap .ti-widget.ti-goog .ti-rating-text strong {
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase;
}
.content_section_wrap .ti-widget.ti-goog .ti-rating-text strong {
	color: #e4491d;
	font-size: 1em;
	font-weight: 400 !important;
}
.content_section_wrap .reviews-btn-wrap {
	display: block;
	text-align: center;
	width: 100%;
}
.content_section_wrap .reviews-btn {
	display: inline-block;
	margin: 20px auto;
}
.content_section_wrap .ti-widget .ti-review-item > * {
	cursor: pointer;
}
.ti-widget-container .ti-header.source-Google > .ti-rating-text {
	display: none;
}
.content_section_wrap .ti-widget .ti-header {
	align-items: center;
	cursor: pointer;
	/* display: flex !important; */
	flex-flow: row wrap !important;
	justify-content: center;
}
.content_section_wrap .ti-widget .ti-header > .ti-text {
	margin-left: 10px;
}
.content_section_wrap .ti-widget.ti-goog .ti-read-more span {
	color: #dddddd;
}
/**** End of New Review Slider Style ****/

/*** Header Email Styles ***/
.header--info {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 1;
}
.header--info .header-phone,
.header--info .header-email {
	display: inline-block;
	font-size: 18px;
	position: relative;
	right: auto;
	top: auto;
}
.header--info .header-email {
	margin-left: 20px;
}
.header--info svg {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.header--info a {
	display: flex;
	color: #fff;
	text-decoration: none;
	align-items: center;
	font-weight: bold;
	transition: color 0.3s ease, font-size 0.3s ease;
}
.header--info a:hover {
	color: #e4491d;
}
.header--info svg path {
	fill: #e4491d;
}
.header--info svg path.circle {
	fill: none;
	stroke: #e4491d;
}
.header-scrolling #masthead .header-phone {
	top: 0;
	font-size: 18px;
}
#masthead .header--info {
	transition: top 0.3s ease-in-out;
}
.header-scrolling #masthead .header--info {
	top: 10px;
}

/*New Header Style*/
.masthead .header_menu .access .menu>li>a{
	text-transform: capitalize;
     font-size: 16px;
    line-height: 20px;
}
.masthead .header_menu .access .menu>li.theme-btn>a>span {
    display: inline-block;
    text-decoration: none;
    background-color: #e4491d;
    border: 1px solid #e4491d;
    padding: 11px 20px;
    font-size: 16px;
    line-height: 20px;    
    text-transform: capitalize;
    transition: all 0.3s ease;
    cursor: pointer;
    transform: none !important;
    color: #fff;
    display: inline-block;
    min-height: inherit;
    height: auto;
}
.masthead .header_menu .access .menu>li.theme-btn>a:hover>span {
  background-color: #fff;
  color: #e4491d;
  border-color: #fff;
}
.masthead .header_menu .access .menu>li.theme-btn>a>span:after {
  content: none
}

.masthead .header_menu .access .menu>li.menu-item-has-children {
    padding-bottom: 0;
}

.oneimageslider .feature-slider img{
	height: 600px;
}

.oneimageslider .slider-button-block{
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 1;
}

.oneimageslider .slider-button-block .owl-prev{
	position: absolute;
	left:0px;
}

.oneimageslider .slider-button-block .owl-next {
	position: absolute;
	right: 0px;
}

@media only screen and (max-width: 1366px) {
    .logo_container img {
        height: 34px;
    }

	.oneimageslider .slider-button-block .owl-prev{
		left:-30px;
	}

	.oneimageslider .slider-button-block .owl-next {
		right: -30px;
	}

	.oneimageslider .feature-slider img {
		height: 500px;
	}
}

@media only screen and (max-width: 1024px){
	.oneimageslider .feature-slider img {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
   .logo_container img {
        height: 24px;
    }

	.oneimageslider .slider-button-block,.oneimageslider .slider-button-block .owl-prev, .oneimageslider .slider-button-block .owl-next{
		position: static;
	}

	.oneimageslider .slider-button-block{
		margin-top: 20px;
	}

	.oneimageslider .feature-slider img {
		height: 300px;
	}
}
/*New Header Style*/

@media screen and (max-width: 1199px) {
	.header--info {
		right: 90px;
		top: 31px;
	}
	.header--info .header-email {
		margin-left: 0;
	}
	.header--info .header-email span {
		display: none;
	}
	.header-scrolling #masthead .header--info .header-phone {
		top: auto;
	}
}
@media screen and (max-width: 760px) {
	.header--info {
		right: 75px;
		top: 23px;
	}
	.header-scrolling #masthead .header--info .header-phone {
		top: auto;
	}
	.header--info .header-email {
		display: none;
	}
}
/*** End of Header Email Styles ***/

/*** FAQ Page Style ***/
.page-id-1925 .two_column .col_one p {
	color: #e4491d;
	font-family: "Lato", sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 20px;
	padding-right: 2em;
}

@media (max-width: 768px) {
	.page-id-1925 .two_column .col_one p {
		font-size: 1.25em;
		padding-right: 0;
	}
}
/*** End of FAQ Page Style ***/

/*** New FAQ Page Style ***/
.page-id-2761 .two_column .col_one p {
	color: #e4491d;
	font-family: "Lato", sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 20px;
	padding-right: 2em;
}
.page-id-2761 .chr_content ul li{
	margin-bottom: 10px !important;
}
@media (max-width: 768px) {
	.page-id-2761 .two_column .col_one p {
		font-size: 1.25em;
		padding-right: 0;
	}
}

/*** End of FAQ Page Style ***/
	.page-id-2767 .item.page .content_section_wrap {
		padding-bottom: 30px;
	}
	.masthead .header_menu .access .menu>li.menu-item-has-children{
		padding:16px 0 !important;
		margin-right:44px !important
	}
    
    #masthead {
        position:fixed !important;
		top:0 !important;
    }

@media (max-width: 1199px){
	.masthead .header_menu .access .menu>li.menu-item-has-children{
		padding: 0 !important;
	}

	#masthead .masthead-content {
        padding: 20px 0 !important;
    }

	#mobile-toggle-wrap {
        padding-bottom:0;
    }

	#masthead .logo_container {
		padding-top:6px !important;
		height: auto !important;
	}
}

@media (max-width: 767px){
	#mobile-toggle-wrap{
		padding: 0 !important;
		top: 6px !important;
	}

	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
		width:30px;
		height:3px;
	}

	.hamburger-inner:after {
    	bottom: -8px;
	}

	.hamburger-inner:before{
		top: -8px;
	}

	#masthead .masthead-content {
        padding: 10px 0 !important;
    }

	.logo_container img {
        height: 30px !important;
    }

	#masthead .logo_container {
		height: 32px !important;
	}
}

/* 23/12 */