/* Zuberia - HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Main Slider
3. Page Title
4. Contact Form
5. Newsletter Section
6. Services Section
7. About Us
8. Sidebar Widget
9. Cases Section
10. Blog Section
11. Footer
12. Feature
13. Team
14. Pricing
15. Skill
16. Client
17. Faq
18. Video
19. Gallery
20. Shop


**********************************************/
@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,600,700|Poppins:400,500,600,700');

/*font-family: 'Barlow', sans-serif;
font-family: 'Poppins', sans-serif;*/

/*@import url('font-awesome-all.css');*/
@import url('icomoon.css');
@import url('bootstrap.css');
@import url('jquery.background-video.css');
@import url('jquery.fancybox.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('custom-animate.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery-ui.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
 .fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}


body {
	font-size: 18px;
	color: #212333;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Barlow', sans-serif;
}



a {
	text-decoration: none;
	cursor: pointer;
	color: #f13729;
}

.no-padding {
	padding: 0px !important;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Poppins', sans-serif;
	color: #222;
}

input,
button,
select,
textarea {}

button:focus {
	outline: none;
}

p {
	position: relative;
	line-height: 1.8em;
}

.text {
	font-size: 18px;
	color: #7e8597;
}

.border-none {
	border: none !important;
}

.border-bottom {
	border-bottom: 1px solid #ddd !important;
}

.border-bottom-two {
	height: 2px;
	width: 100%;
	background: url(../images/background/border.png) no-repeat center;
}

.strike-through {
	text-decoration: line-through;
}

.img-100 img {
	width: 100%;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	background: #fff;
	z-index: 9;
	overflow: hidden;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

@media (min-width: 1200px) {
	.container {
	    padding: 0px;
	}
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.grey-bg {
	background-color: #f5f5f7 !important;
}

.grey-deep-bg {
	background-color: #f3f3f3 !important;
}

.grey-light-bg {
	background-color: #f8f8f8 !important;
}

.gradient-bg {
	background-image: linear-gradient(3deg, #000000 34%, #064e79 100%) !important;
}

.gradient-two-bg {
	background-image: linear-gradient(to top, #537895 0%, #09203f 100%) !important;
}

.image-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.black-bg {
	background-color: #101010 !important;
}

.black-bg-2 {
	background-color: #1c1c1c !important;
}

.black-bg-3 {
	background-color: #1a1a1a !important;
}

.black-bg-4 {
	background-color: #323239 !important;
}

.theme-bg {
	background-color: #f13729 !important;
}

.bg-style-two {
	position: relative;
}

.bg-style-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: rgb(240, 240, 240);
}

.bg-style-two:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.3);
}

/* section padding */

.sp-one {
	padding-top:100px;
	padding-bottom: 50px;
}

.sp-two {
	padding: 100px 0 70px;
}

.sp-three {
	padding: 100px 0 50px;
}

.sp-four {
	padding: 100px 0 0px;
}

.sp-five {
	padding: 0px 0 100px;
}

.sp-six {
	padding: 0px 0 70px;
}

.projects-block-one.mix {
	display: none;
}

.projects-block-two.mix {
	display: none;
}

.theme-color {
	color: #f13729;
}

img {
	display: inline-block;
	max-width: 100%;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}

/*** Scroll To Top style ***/

.scroll-top {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 18px;
	border-radius: 50%;
	z-index: 99;
	display: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #f13729;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

.scroll-top span:before {
	font-size: 20px;
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	font-size: 18px;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/* parallax-one */

.parallax-one {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-one:before {
  position: absolute;
  content: '';
  background: rgba(30, 67, 152, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* parallax-two */

.parallax-two {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-two:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* parallax-three */

.parallax-three {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-three:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}



/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 50px;
	padding: 7px 20px;
	line-height: 30px;
	color: #333333;
	border-radius: 0px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 3px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #333333;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
	font-family: 'Poppins', sans-serif;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background-color: #f13729;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {
	background-color: #17519d;
}

/* owl controll */

.owl-dots-none .owl-dots {
	display: none;
}

/* style one */

.owl-dot-style-one .owl-dots {
	position: relative;
	text-align: center;
}

.owl-dot-style-one .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #f13729;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
	background: #f13729;
	border-color: #f13729;
}

/* style two */

.owl-dot-style-two .owl-dots {
	position: relative;
	text-align: center;
	line-height: 15px;
}

.owl-dot-style-two .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.owl-dot-style-two .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #e8e8e8;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.owl-dot-style-two .owl-dots .owl-dot span:before {
	position: absolute;
	content: '';
	background: #e8e8e8;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 3px;
	top: 3px;
}

.owl-dot-style-two .owl-dots .owl-dot.active span,
.owl-dot-style-two .owl-dots .owl-dot:hover span {
	background: #f13729;
	border-color: #f13729;
}

/* style three */

.owl-dot-style-three .owl-dots {
	position: relative;
	text-align: center;
	line-height: 15px;
}

.owl-dot-style-three .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.owl-dot-style-three .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 13px;
	border-radius: 6px;
	background: #d9d9d9;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.owl-dot-style-three .owl-dots .owl-dot.active span,
.owl-dot-style-three .owl-dots .owl-dot:hover span {
	background: #f13729;
	height: 25px;
	margin-top: 0px;
}

/* owl nav */

.owl-nav-none .owl-nav {
	display: none;
}

.owl-nav-style-one .owl-nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 8px;
	display: inline-block;
	line-height: 50px;
	border: 1px solid #f0f0f0;
	text-align: center;
	font-size: 16px;
	color: #949494;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav .icon-rotate {
	transform: rotate(-180deg);
	display: inline-block;
}

.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-one .owl-nav .owl-prev {
	left: 0px;
}

.owl-nav-style-one .owl-nav .owl-next {
	right: 0px;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
	color: #f13729;
	border-color: #f13729;
}

/* nav style tow */
.owl-nav-style-two .owl-nav {
	padding: 0px;
	text-align: center;
	bottom: 100%;
	top: inherit;
	position: absolute;
	left: inherit;
	right: 0;
}

.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 8px 30px;
	display: inline-block;
	line-height: 46px;
	border: 1px solid #e9e6e6;
	text-align: center;
	font-size: 16px;
	color: #949494;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-two .owl-nav .owl-prev {
	left: 0px;
}

.owl-nav-style-two .owl-nav .owl-next {
	right: 0px;
}

.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover {
	color: #f13729;
	border-color: #f13729;
}

/* nav style three */

.owl-nav-style-three .owl-nav {
	padding: 0px;
	top: 50%;
	margin-top: -40px;
	position: absolute;
	left: -45%;
	right: -45%;
}

.owl-nav-style-three .owl-nav .owl-next,
.owl-nav-style-three .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-three .owl-nav .owl-prev {
	left: -25px;
	float:  left;
}

.owl-nav-style-three .owl-nav .owl-next {
	right: -25px;
	float:  right;
}

.owl-nav-style-three .owl-nav .owl-next:hover,
.owl-nav-style-three .owl-nav .owl-prev:hover {
	color: #f13729;
	border-color: #f13729;
}

/* nav style four */

.owl-nav-style-four .owl-nav {
	padding: 0px;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.owl-nav-style-four .owl-nav .owl-next,
.owl-nav-style-four .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: #b2b2b2;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-four .owl-nav .owl-prev {
	left: 45px;
	top: 13px;
	float:  left;
}

.owl-nav-style-four .owl-nav .owl-next {
	right: 45px;
	top: 13px;
	float:  right;
}

.owl-nav-style-four .owl-nav .owl-next:hover,
.owl-nav-style-four .owl-nav .owl-prev:hover {
	color: #f13729;
	border-color: #f13729;
}


/*** Fancy Box ***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}



/* margin */

.m-0 {
	margin: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mx-15 {
	margin: 0 15px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

/* padding */

.p-0 {
	padding: 0px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pr-80 {
	padding-right: 80px !important;
}


@media only screen and (min-width:1200px) {
	.pl-lg-30 {
		padding-left: 30px;
	}
}

#shop-area .showing-result-shorting .ui-selectmenu-button {
    background: #fff !important;
    width: 200px !important;
    border-radius: 0px !important;
    border: 1px solid #f0eef9 !important;
    color: #868298 !important;
    font-size: 15px !important;
    text-transform: capitalize;
    height: 40px !important;
    position: relative;
    transition: all 500ms ease;
}


/*

element css

1- section title
2- button style
3- list style
4- social icon
6- tab style
7- accordion
8- page pagination
9- filter style
10- video-box
11- Progressbar




/*
================================== 
1.section title 
==================================
*/

.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.sec-title.small {
	margin-bottom: 35px;
}

.sec-title h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	color: #222;
}

.sec-title.light h1 {
	color: #fff;
}

.sec-title h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.sec-title.light h3 {
	color: #fff;
}

.sec-title.light .text {
	color: #7e8597;
}

.sec-title.centered {
	text-align: center;
}

.sec-title .text {
	margin-top: 15px;
	font-size: 18px;
	color: #7e8597;
	max-width: 960px;
	line-height: 26px;
}

.sec-title.centered .text {
	margin: 0 auto;
	margin-top: 15px;
}

.sec-title .theme-btn {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: #f13729;
	padding: 0px 10px;
	margin-bottom: 20px;
}


/* Style two */

.sec-title.style-two {
	margin-bottom: 40px;
}

.welcome-title {
	text-align: center;
	margin-bottom: 40px;
}

.welcome-title h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

.welcome-title h3 span {
	color: #f13729;
}

/* inner page title */

.inner-page-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.inner-page-title h4 {
	font-size: 22px;
	color: #000000;
	font-weight: 500;
	line-height: 1.2em;
	text-transform: capitalize;
}

.inner-page-title:before {
	position: absolute;
	content: '';
	background: #ddd;
	height: 1px;
	width: 100%;
	bottom: 0;
}

.inner-page-title:after {
	position: absolute;
	content: '';
	background: #f13729;
	height: 2px;
	width: 40px;
	bottom: 0;
}

/*
================================== 
btn Style One 
==================================
*/

.btn-style-one {
	position: relative;
	padding: 16px 60px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	cursor:  pointer;
	background: #101010;
	letter-spacing: 1px;
	border: 2px solid #101010;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover {
	color: #ffffff;
	background: #101010;
	border-color: #101010;
}

/*Btn Style One*/

.btn-style-two {
	position: relative;
	padding: 16px 55px;
	border-radius: 30px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: #f13729;
	letter-spacing: 1px;
	border: 2px solid #f13729;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover {
	color: #ffffff;
	background: #101010;
	border-color: #101010;
}

/*Btn Style three*/

.btn-style-three {
	position: relative;
	padding: 16px 55px;
	line-height: 24px;
	color: #f13729;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border: 2px solid #f13729;
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover {
	color: #ffffff;
	border-color: #f13729;
	background-color: #f13729;
}

/*Btn Style four*/

.btn-style-four {
	position: relative;
	padding: 16px 55px;
	line-height: 24px;
	border-radius: 30px;
	color: #f13729;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border: 2px solid #f13729;
	font-family: 'Poppins', sans-serif;
}

.btn-style-four:hover {
	color: #ffffff;
	border-color: #f13729;
	background-color: #f13729;
}

/*Btn Style five*/

.btn-style-five {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #f13729;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: #ffffff;
	letter-spacing: 1px;
	border: 2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-five:hover {
	color: #ffffff;
	background: #f13729;
	border-color: #f13729;
}

/*Btn Style six*/

.btn-style-six {
	position: relative;
	padding: 16px 60px;
	line-height: 24px;
	color: #222;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	letter-spacing: 1px;
	border: 2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-six:hover {
	color: #ffffff;
	background: #f13729;
	border-color: #f13729;
}

/*Btn Style seven*/

.btn-style-seven {
	position: relative;
	padding: 16px 60px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border: 2px solid #fff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-seven:hover {
	color: #ffffff;
	border-color: #f13729;
	background-color: #f13729;
}

/*Btn Style eight*/

.btn-style-eight {
	position: relative;
	padding: 16px 55px;
	line-height: 24px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border: 2px solid #fff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-eight:hover {
	color: #ffffff;
	border-color: #f13729;
	background-color: #f13729;
}

/*Btn Style nine*/

.btn-style-nine {
	position: relative;
	padding: 16px 60px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	cursor:  pointer;
	background: #1b1b1b;
	letter-spacing: 1px;
	border: 2px solid #1b1b1b;
	font-family: 'Poppins', sans-serif;
}

.btn-style-nine:hover {
	color: #ffffff;
	background: #f13729;
	border-color: #f13729;
}

/*Btn Style ten*/

.btn-style-ten {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #f13729;
	text-align: center;
	border-radius: 25px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: #f7f7f7;
	letter-spacing: 1px;
	border: 2px solid #f7f7f7;
	font-family: 'Poppins', sans-serif;
}

.btn-style-ten:hover {
	color: #ffffff;
	background: #f13729;
	border-color: #f13729;
}

/*Btn Style eleven*/

.btn-style-eleven {
	position: relative;
	padding: 16px 60px;
	line-height: 24px;
	color: #222;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	background: none;
	letter-spacing: 1px;
	border: 2px solid #e9e6e6;
	font-family: 'Poppins', sans-serif;
}

.btn-style-eleven:hover {
	color: #ffffff;
	border-color: #f13729;
	background-color: #f13729;
}

/*Btn Style twelve*/

.btn-style-twelve {
	position: relative;
	padding: 16px 55px;
	line-height: 24px;
	border-radius: 30px;
	color: #222;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border: 2px solid #e9e6e6;
	font-family: 'Poppins', sans-serif;
}

.btn-style-twelve:hover {
	color: #ffffff;
	border-color: #f13729;
	background-color: #f13729;
}

/*Btn Style thirteen*/

.btn-style-thirteen {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #222;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	border: 1px solid #ebebeb;
	font-family: 'Poppins', sans-serif;
	cursor:  pointer;
}

.btn-style-thirteen:hover {
	color: #ffffff;
	border-color: #f13729;
	background-color: #f13729;
}

/*Btn Style fourteen*/

.btn-style-fourteen {
	position: relative;
	padding: 12px 40px;
	line-height: 24px;
	border-radius: 25px;
	color: #1a224c;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border: 1px solid #e7e7e7;
	font-family: 'Poppins', sans-serif;
}

.btn-style-fourteen:hover {
	color: #ffffff;
	border-color: #f13729;
	background-color: #f13729;
}

/*Btn Style fifteen*/

.btn-style-fifteen {
	position: relative;
	padding: 0px 12px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	background: #f13729;
	border-radius: 12px;
	letter-spacing: 1px;
	border: 2px solid #f13729;
	font-family: 'Poppins', sans-serif;
}

.btn-style-fifteen:hover {
	color: #f13729;
	background: transparent;
	border-color: #f13729;
}

/*
================================== 
3.list style
==================================
*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	color: #111;
	font-size: 18px;
	font-weight: 400;
	padding-left: 28px;
	margin-bottom: 15px;
}

.list-style-one li:before {
	position: absolute;
	content: '\f046';
	left: 0px;
	top: 0px;
	font-size: 16px;
	color: #111;
	font-family: 'Font Awesome 5 Free';
}

/*List Style Two*/

.list-style-two {
	position: relative;
	margin-bottom: 30px;
}

.list-style-two li {
	position: relative;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	padding-left: 16px;
	margin-bottom: 6px;
}

.list-style-two li:before {
	position: absolute;
	content: "\f105";
	left: 0px;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	color: #f13729;
	font-size: 16px;
}

/*List Style Three*/

.list-style-three {
	position: relative;
	margin-bottom: 30px;
}

.list-style-three li {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	padding-left: 20px;
	margin-bottom: 6px;
}

.list-style-three li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #f13729;
	font-family: 'Font Awesome 5 Free';
}

.list-style-three li:nth-child(2):before {
	background-color: #fd5075;
}

.list-style-three li:nth-child(3):before {
	background-color: #11e6a2;
}

/*List Style four*/

.list-style-four {
	position: relative;
}

.list-style-four li {
	position: relative;
	margin-bottom: 12px;
	color: #848484;
	font-size: 14px;
	font-weight: 400;
	padding-left: 35px;
	line-height: 2em;
}

.list-style-four li i {
	position: absolute;
	left: 0px;
	top: 4px;
	color: #f13729;
	font-size: 22px;
	line-height: 1.2em;
}

/*List Style five*/

.list-style-five {
	position: relative;
}

.list-style-five li {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	padding-left: 28px;
	margin-bottom: 10px;
}

.list-style-five li:before {
	position: absolute;
	content: '\f192';
	left: 0px;
	top: 2px;
	font-size: 16px;
	color: #f13729;
	font-family: 'Font Awesome 5 Free';
}

/*
================================== 
4.social icon
==================================
*/

/* social icon one */

.social-icon-one {
	position: relative;
}

.social-icon-one li {
	position: relative;
	margin: 0 7px;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	color: #666;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #f13729;
}

/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin: 0 7px;
	display: inline-block;
}

.social-icon-two li a {
	position: relative;
	color: #f13729;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover {
	color: #f13729;
}

/*Social Icon Three*/

.social-icon-three {
	position: relative;
}

.social-icon-three li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-three li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #848484;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: #f4f4f4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover {
	color: #ffffff;
	background-color: #f13729;
}

/*Social Icon Four*/

.social-icon-four {
	position: relative;
}

.social-icon-four li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-four li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #f13729;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: #f4f4f4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-four li a:hover {
	color: #ffffff;
	background-color: #f13729;
}

/*Social Icon Five*/

.social-icon-five {
	position: relative;
}

.social-icon-five li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-five li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #848484;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #eee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-five li a:hover {
	color: #ffffff;
	background-color: #f13729;
}

/*Social Icon Six*/

.social-icon-six {
	position: relative;
}

.social-icon-six li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-six li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #f13729;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #eee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-six li a:hover {
	color: #ffffff;
	background-color: #f13729;
}

/* social icon seven */

.social-icon-seven {
	position: relative;
}

.social-icon-seven li {
	position: relative;
	margin: 0 7px;
	display: inline-block;
}

.social-icon-seven li a {
	position: relative;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-seven li a:hover {
	color: #f13729;
}

/*social icon eight*/

.social-icon-eight {
	position: relative;
}

.social-icon-eight li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-eight li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #fff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-eight li a:hover {
	color: #ffffff;
	background-color: #f13729;
	border-color: #f13729;
}

/* social-icon nine */

.social-icon-nine {
	display: flex;
	flex-wrap: wrap;
}

.social-icon-nine li {
	margin: 0 7px;
}

.social-icon-nine .fa {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.social-icon-nine .fa:hover {
	opacity: 0.7;
}

.social-icon-nine .fa-facebook {
	background: #3B5998;
	color: white;
}

.social-icon-nine .fa-twitter {
	background: #55ACEE;
	color: white;
}

.social-icon-nine .fa-google {
	background: #dd4b39;
	color: white;
}

.social-icon-nine .fa-linkedin {
	background: #007bb5;
	color: white;
}

.social-icon-nine .fa-youtube {
	background: #bb0000;
	color: white;
}

.social-icon-nine .fa-instagram {
	background: #125688;
	color: white;
}

.social-icon-nine .fa-pinterest {
	background: #cb2027;
	color: white;
}

.social-icon-nine .fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.social-icon-nine .fa-skype {
	background: #00aff0;
	color: white;
}

.social-icon-nine .fa-android {
	background: #a4c639;
	color: white;
}

.social-icon-nine .fa-dribbble {
	background: #ea4c89;
	color: white;
}

.social-icon-nine .fa-vimeo {
	background: #45bbff;
	color: white;
}

.social-icon-nine .fa-tumblr {
	background: #2c4762;
	color: white;
}

.social-icon-nine .fa-vine {
	background: #00b489;
	color: white;
}

.social-icon-nine .fa-foursquare {
	background: #45bbff;
	color: white;
}

.social-icon-nine .fa-stumbleupon {
	background: #eb4924;
	color: white;
}

.social-icon-nine .fa-flickr {
	background: #f40083;
	color: white;
}

.social-icon-nine .fa-yahoo {
	background: #430297;
	color: white;
}

.social-icon-nine .fa-soundcloud {
	background: #ff5500;
	color: white;
}

.social-icon-nine .fa-reddit {
	background: #ff5700;
	color: white;
}

.social-icon-nine .fa-rss {
	background: #ff6600;
	color: white;
}

/* Social-icon Fourteen */

.social-icon-ten {
	display: flex;
	flex-wrap: wrap;
}

.social-icon-ten li {
	margin: 0 7px;
}

.social-icon-ten .fa {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.social-icon-ten .fa:hover {
	opacity: 0.7;
}

.social-icon-ten .fa-facebook {
	background: #3B5998;
	color: white;
}

.social-icon-ten .fa-twitter {
	background: #55ACEE;
	color: white;
}

.social-icon-ten .fa-google {
	background: #dd4b39;
	color: white;
}

.social-icon-ten .fa-linkedin {
	background: #007bb5;
	color: white;
}

.social-icon-ten .fa-youtube {
	background: #bb0000;
	color: white;
}

.social-icon-ten .fa-instagram {
	background: #125688;
	color: white;
}

.social-icon-ten .fa-pinterest {
	background: #cb2027;
	color: white;
}

.social-icon-ten .fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.social-icon-ten .fa-skype {
	background: #00aff0;
	color: white;
}

.social-icon-ten .fa-android {
	background: #a4c639;
	color: white;
}

.social-icon-ten .fa-dribbble {
	background: #ea4c89;
	color: white;
}

.social-icon-ten .fa-vimeo {
	background: #45bbff;
	color: white;
}

.social-icon-ten .fa-tumblr {
	background: #2c4762;
	color: white;
}

.social-icon-ten .fa-vine {
	background: #00b489;
	color: white;
}

.social-icon-ten .fa-foursquare {
	background: #45bbff;
	color: white;
}

.social-icon-ten .fa-stumbleupon {
	background: #eb4924;
	color: white;
}

.social-icon-ten .fa-flickr {
	background: #f40083;
	color: white;
}

.social-icon-ten .fa-yahoo {
	background: #430297;
	color: white;
}

.social-icon-ten .fa-soundcloud {
	background: #ff5500;
	color: white;
}

.social-icon-ten .fa-reddit {
	background: #ff5700;
	color: white;
}

.social-icon-ten .fa-rss {
	background: #ff6600;
	color: white;
}

/*
================================== 
6.tab style
==================================
*/

.default-tabs {
	position: relative;
}

.default-tabs.style-three {
	border: 1px solid #f4f4f4;
}

.default-tabs nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #f8f7ee;
	box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 768px) {
	.default-tabs nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
		z-index: 1;
	}
}

@media only screen and (min-width: 960px) {
	.default-tabs nav {
		position: relative;
		float: none;
		background: transparent;
		box-shadow: none;
	}
}

.default-tabs-navigation {
	width: 360px;
}

.default-tabs-navigation:after {
	content: "";
	display: table;
	clear: both;
}

.default-tabs-navigation li {
	float: left;
}

.default-tabs-navigation a {
	position: relative;
	display: block;
	height: 60px;
	width: 60px;
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	color: #848484;
	padding-top: 34px;
}

.no-touch .default-tabs-navigation a:hover {
	color: #29324e;
	background-color: rgba(233, 230, 202, 0.3);
}

.default-tabs-navigation a.selected {
	background-color: #ffffff !important;
	box-shadow: inset 0 2px 0 #f05451;
	color: #29324e;
}

@media only screen and (min-width: 768px) {
	.default-tabs-navigation {
		/* move the nav to the left on medium sized devices */
		width: 80px;
		float: left;
	}
	.default-tabs-navigation a {
		height: 80px;
		width: 80px;
		padding-top: 46px;
	}
	.default-tabs-navigation a.selected {
		box-shadow: inset 2px 0 0 #f13729;
	}
	.default-tabs-navigation a::before {
		top: 22px;
	}
}

@media only screen and (min-width: 960px) {
	.default-tabs-navigation {
		/* tabbed on top on big devices */
		width: auto;
		background-color: #f8f7ee;
		box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
	}
	.default-tabs-navigation a {
		height: 60px;
		line-height: 60px;
		width: auto;
		text-align: left;
		font-size: 15px;
		padding: 0 2.8em 0 4.6em;
	}
	.default-tabs-navigation a.selected {
		box-shadow: inset 0 2px 0 #f05451;
	}
	.default-tabs-navigation a::before {
		top: 50%;
		margin-top: -10px;
		margin-left: 0;
		left: 38px;
	}
}

.default-tabs-content {
	background: #ffffff;
}

.default-tabs-content li {
	display: none;
	padding: 1.4em;
	border: 1px solid #f0f0f0;
}

.default-tabs-content li.selected {
	display: block;
	-webkit-animation: default-fade-in 0.5s;
	-moz-animation: default-fade-in 0.5s;
	animation: default-fade-in 0.5s;
}

.default-tabs-content li p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #848484;
	margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
	.default-tabs-content {
		min-height: 480px;
	}
	.default-tabs-content li {
		padding: 2em 2em 2em 7em;
	}
}

@media only screen and (min-width: 960px) {
	.default-tabs-content {
		min-height: 0;
	}
	.default-tabs-content li {
		padding: 3em;
	}
	.default-tabs-content li p {
		font-size: 16px;
	}
}

@-webkit-keyframes default-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes default-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes default-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*
================================== 
7.accordion style 
==================================
*/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	border: 1px solid #e9e6e6;
}

.accordion-box .block.active-block {
	margin-bottom: 0px;
	border: 2px solid #f13729;
}

.accordion-box .block .acc-btn {
	position: relative;
	padding: 35.5px 39px;
	padding-right: 75px;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.accordion-box .block .acc-btn .count {
	color: #f13729;
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 40px;
	top: 50%;
	font-size: 30px;
	text-align: center;
	width: 30px;
	border-radius: 50%;
	height: 30px;
	color: #9096a8;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: translateY(-50%);
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	font-size: 12px;
	color: #f13729;
	font-weight: 700;
	font-size: 12px;
	line-height: 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.accordion-box .block .icon-outer .icon_plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon_minus {
	opacity: 0;
	color: #f13729;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_minus {
	opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_plus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #f13729;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 0px 39px 30px;
	padding-right: 90px;
	line-height: 26px;
	margin-top: -15px;
}

.accordion-box .block .content p {
	margin-bottom: 20px;
	line-height: 1.8em;
	font-size: 16px;
	color: #848484;
	font-weight: 300;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

/*Accordian Style Two*/

.accordion-box.style-two {
	border: 0px;
}

.accordion-box.style-two .block {
	margin-bottom: 10px;
	padding: 0;
}

.accordion-box.style-two .block .acc-btn {
	color: #333;
}

.accordion-box.style-two .block .content p {
	font-size: 16px;
	line-height: 1.9em;
}

/*Accordian Style Three*/

.accordion-box.style-three {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 70px;
}

.accordion-box.style-three .block {
	padding-left: 0px;
}

.accordion-box.style-three .block .acc-btn {
	font-weight: 400;
}

.accordion-box.style-three .block .icon-outer {
	right: 0px;
}

/*Accordian Style Four*/

.accordion-box.style-four {
	border: 0px;
}

.accordion-box.style-four .block {
	border: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.accordion-box.style-four .block .acc-btn {
	padding: 13px 20px;
	background-color: #f7f7f7;
}

.accordion-box.style-four .block .icon-outer .icon {
	font-size: 20px;
	margin-top: -20px;
}

.accordion-box.style-four .block .icon-outer {
	right: 30px;
	top: 36px;
}

.accordion-box.style-four .block .acc-btn.active .icon-outer .icon_plus {
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-box.style-four .block .content {
	padding: 20px 20px;
	border: 1px solid #f4f4f4;
	border-top: 0px;
}

/*Accordian Style Five*/

.accordion-box.style-five {
	position: relative;
	padding: 0px 30px;
	border: 0px;
	background-color: #f7f7f7;
}

.accordion-box.style-five .block {
	padding: 0px 0px;
}

.accordion-box.style-five .block:last-child .acc-content {
	padding-bottom: 25px;
}

.accordion-box.style-five .block .acc-btn {
	padding-right: 0px;
	padding-left: 40px;
	padding-top: 19px;
	padding-bottom: 19px;
}

.accordion-box.style-five .block .acc-btn.active {
	color: #f13729;
}

.accordion-box.style-five .block .acc-btn.active .icon-outer {
	background-color: #f13729;
}

.accordion-box.style-five .block .icon-outer {
	left: 0px;
	top: 50%;
	right: auto;
	width: 20px;
	height: 20px;
	color: #ffffff;
	line-height: 21px;
	border-radius: 50%;
	text-align: center;
	margin-top: -10px;
	background-color: #cccccc;
}

.accordion-box.style-five .block .icon-outer .icon {
	left: 0px;
	top: 19px;
	width: 20px;
	height: 20px;
	color: #ffffff;
}

.accordion-box.style-five .block .content {
	background-color: #ffffff;
	margin-top: 0px;
	padding: 25px 40px;
}

/*
================================== 
8.page pagination
==================================
*/

.page_pagination {
	text-align: center;
	margin-bottom: 50px;
}

.page_pagination li {
	display: inline-block;
	margin: 0 10px;
}

.page_pagination li a {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
}

.page_pagination li a.active,
.page_pagination li a:hover {
	color: #f13729;
}

/*style tow*/

.page_pagination_two {
	text-align: center;
	margin-top: 20px;
}

.page_pagination_two li {
	display: inline-block;
	margin: 0 4px;
}

.page_pagination_two li a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	display: block;
	border-radius:  0px;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #848484;
	font-size: 18px;
}

.page_pagination_two li a.active,
.page_pagination_two li a:hover {
	color: #fff;
	background: #f13729;
}

/*style three*/

.page_pagination_three {
	text-align: center;
	margin-bottom: 50px;
}

.page_pagination_three li {
	display: inline-block;
	margin: 0 4px;
}

.page_pagination_three li a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius:  50%;
	display: block;
	text-align: center;
	background: #f7f8f9;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.page_pagination_three li a.active,
.page_pagination_three li a:hover {
	color: #fff;
	background: #f13729;
}

/*
================================== 
9.filter style
==================================
*/

.filter-tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 50px;
}

.text-center .filter-tabs {
	justify-content: center;
}

.filter-tabs li {
	position: relative;
	padding: 0;
	margin: 0px 10px 10px;
}

.filter-tabs li:first-child {
	margin-left: 0px;
}

.filter-tabs li.active {}

.filter-tabs li span {
	color: #7e8597;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	border: 1px solid #e9e6e6;
	transition: .5s ease;
	padding: 11px 23px;
}

.filter-tabs.style-2 li span {
	color: #fff;
}

.filter-tabs li:hover span,
.filter-tabs li.active span {
	background: #f13729;
	color: #fff;
	transition: .5s ease;
}

.filter-tabs li span i {
	font-size: 14px;
	margin-right: 5px;
}

.filter-tabs li .count {
	position: absolute;
	right: 10px;
	top: 0;
	transform: translateY(-50%);
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #f13729;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border: 1px solid #edebeb;
	border-radius: 50%;
	opacity: 0;
}

.filter-tabs li.active .count {
	opacity: 1;
}

/* style two */
.filter-tabs-two {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 40px;
	justify-content: center;
}

.filter-tabs-two li {
	padding: 0;
	margin: 0px 7px 10px;
}

.filter-tabs-two li.active {}

.filter-tabs-two li span {
	color: #464646;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 8px 25px;
	background: #e6e8eb;
	border-radius: 22px;
	font-family: 'Muli', sans-serif;
	display: block;
	cursor: pointer;
	transition: .5s ease;
}

.filter-tabs-two li:last-child span {
	border-right: 0px;
}

.filter-tabs-two li:hover span,
.filter-tabs-two li.active span {
	color: #ffffff;
	background: #f13729;
	border-color: #f13729;
	transition: .5s ease;
}

.filter-tabs-two li span i {
	font-size: 14px;
	margin-right: 5px;
}

/*
================================== 
10.video box
==================================
*/

.video-image-box .image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.video-image-box img {
	display: block;
	width: 100%;
}

.video-image-box .image .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: flex;
	height: 100%;
	font-size: 50px;
	align-items: center;
	justify-content: center;
	z-index: 9;
	color: #f13729;
	text-align: center;
	background: rgba(0, 0, 0, 0.50);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.video-image-box .image .overlay-link:hover {
	background: rgba(0, 0, 0, 0.30);
}

.video-image-box .overlay-link span {
    height: 81px;
    width: 81px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    padding-left: 6px;
}

.video-image-box .ripple,
.video-image-box .ripple:before,
.video-image-box .ripple:after {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
	margin-top: -40px;
	margin-left: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-image-box .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

.video-image-box .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}


/* default video-box */

.default-video-box {
	margin-bottom: 40px;
}

.default-video-box a {
	color: #fff;
	font-size: 60px;
	position: relative;
	display: inline-block;
}



.default-video-box .ripple,
.default-video-box .ripple:before,
.default-video-box .ripple:after {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
	margin-top: -40px;
	margin-left: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.default-video-box .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

.default-video-box .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 30px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 30px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

/* default video-box two */

.default-video-box-two {
	margin-bottom: 40px;
}

.default-video-box-two a {
	color: #fff;
	font-size: 60px;
	position: relative;
	display: inline-block;
}



/*
================================== 
 11. Progress bar
==================================
*/

.progress-levels {
	position: relative;
}

.default-section .progress-levels {
	padding-top: 7px;
}

.progress-levels .progress-box h5 {
	font-size: 14px;
	color: #909297;
	margin-bottom: 5px;
}

.progress-levels .progress-box {
	position: relative;
	padding-bottom: 16px;
	padding-top: 10px;
	overflow: hidden;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box .bar {
	position: relative;
	height: 6px;
	background: #e5e5e5;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
}

.progress-levels .progress-box .bar .bar-fill {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 0px;
	height: 6px;
	background: #3648b2;
	-webkit-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.html .bar .bar-fill {
	background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
	background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
	background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
	left: 0px;
}

.progress-levels .progress-box .percent {
	position: absolute;
	right: 0;
	top: -30px;
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	opacity: 0;
	-webkit-transition: all 2000ms ease 700ms;
	-o-transition: all 2000ms ease 700ms;
	transition: all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent {
	opacity: 1;
}




/*
================================== 
 11. Progress bar
==================================
*/

.progress-levels-two {
	position: relative;
}

.progress-levels-two .progress-box {
	position: relative;
	padding-bottom: 16px;
	padding-top: 10px;
	overflow: hidden;
	margin: 0 25px;
}

.progress-levels-two .progress-box .bar {
	position: relative;
	height: 270px;
	width: 36px;
	background: #fff;
}

.progress-levels-two .progress-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 36px;
	height: 100%;
}

.progress-levels-two .progress-box .bar .bar-fill {
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 36px;
	height: 0px;
	background: #f13729;
	-webkit-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.progress-levels-two .progress-box.html .bar .bar-fill {
	background: #ef6267;
}

.progress-levels-two .progress-box.wp .bar .bar-fill {
	background: #ff9924;
}

.progress-levels-two .progress-box.php .bar .bar-fill {
	background: #14dbba;
}

.progress-levels-two .progress-box.animated .bar .bar-fill {
	left: 0px;
}

.progress-levels-two .progress-box .percent {
	position: absolute;
	right: 0;
	top: -30px;
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	opacity: 0;
	-webkit-transition: all 2000ms ease 700ms;
	-o-transition: all 2000ms ease 700ms;
	transition: all 2000ms ease 700ms;
}

.progress-levels-two .progress-box.animated .percent {
	opacity: 1;
}



/*** 

====================================================================
  Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header.header-style-two {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
}

.main-header .header-outer-box {
	padding: 0 40px;
	background: #fff;
}

/*======== Header top ===========*/

.header-top {
	position: relative;
	font-size: 13px;
	padding: 5px 0px;
	background: #000;
}

.header-top .social-links {
	display: inline-block;
}

.header-top .social-links a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    padding: 0px 10px;
    background: #6986db;
    border-radius: 36px;
    line-height: 26px;
    height: 27px;
    width: 28px;
    margin-left: 10px;
}

.header-top .social-links a:last-child {
	padding-right: 0px;
}

.header-top a:hover {
	color: #ff4747;
}

.header-top .top-right {
	position: relative;
}

.header-top .topbar-info {
	position: relative;
	display: inline-block;
}

.header-top .link-btn {
	display: inline-block;
}

.header-top .link-btn .theme-btn {
    padding: 12px 30px;
    border-radius: 0px;
    margin: -11px 0;
    margin-left: 15px;
}

.header-top .topbar-info li {
	display: inline-block;
	line-height: 1em;
	padding: 0px 15px;
	padding-left: 0;
	margin-right: 16px;
	border-right: 1px solid #c6ccda;
}

.header-top .topbar-info li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.header-top .topbar-info li a i {
	position: relative;
	color: #ffffff;
	margin-right: 6px;
	top: 2px;
}
/* language info */
.header-top .language-info {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.header-top .language-info ul {
	display: inline-block;
}

.header-top .language-info i {
	position: relative;
	font-size: 16px;
	color: #f13729;
	display: inline-block;
}

.header-top .language-info li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	padding: 0 6px;
	border-right: 1px solid #c6ccda;
	line-height: 12px;
	text-transform: uppercase;
}

/* Phone info */
.header-top .phone-info {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #f13729;
	padding: 20px;
	margin: -20px 0;
}

.header-top .phone-info i {
	font-size: 22px;
	margin-right: 5px;
	position: relative;
	top: 5px;
}

.header-top .phone-info a  {
	position: relative;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px dashed #ddd;
}

@media only screen and (max-width: 767px) {
	.header-top .top-left,
	.header-top .top-right {
		width: 100%;
		text-align: center;
	}
}

/* Header upper */

.main-header .header-upper {
	position: relative;
	z-index: 5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .logo-outer {
	position: relative;
	z-index: 25;
	padding: 0px;
}

.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-menu {
    position: relative;
    float: left;
}

.main-header .header-upper .upper-right {
	position: relative;
	text-align: center;
}

.main-header .header-info {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 5;
	border-bottom: 1px solid #f0f0f0;
	padding: 31px 0;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	text-align: center;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin: 0px 1px;
}

.sticky-header .main-menu .navigation>li {
	margin: 0px 1px;
	border: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #262626;
	line-height: 30px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	opacity: 1;
	text-transform: capitalize;
	padding: 35px 16px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown a {
    padding-right: 20px;
}

.main-menu .navigation>li>a span {
	font-size: 22px;
	line-height: 25px;
	position: relative;
	top: 2px;
}

.main-menu .navigation>li:first-child>a {
}

.main-header .sticky-header .main-menu .navigation>li {
	padding: 0px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
	color: #181818;
	padding: 26px 16px !important;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	min-height: 0px;
	background: none;
	border: 0px;
}

.main-menu .navigation>li.dropdown:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
	color: #000;
	opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
	color: #000;
}

.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.dropdown>a {
	padding-right: 30px !important;
}

.main-menu .navigation>li:hover>a:after {
	opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li>ul:before {
	display: none;
}

.main-header .sticky-header .main-menu .navigation>li>ul {
	top: 100% !important;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 270px;
	padding: 0px 0px;
	z-index: 100;
	display: none;
	border-top: 2px solid #f13729;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0px 30px;
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 14px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 18px;
	color: #7e8597;
	text-align: left;
	border-bottom: 1px solid #e9e6e6;
	padding-right: 0px !important;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child> a {
	border: 0px;
}

.main-menu .navigation>li>ul>li:hover>a {
	padding-left: 15px;
	color: #f13729;
}

.main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 24px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f13729;
	opacity: 0;
	transition: .5s ease;
}

.main-menu .navigation>li>ul>li:hover> a:before {
	opacity: 1;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0%;
	width: 250px;
	z-index: 100;
	padding: 0;
	display: none;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul li {
	position: relative;
	width: 100%;
	padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li a {
	position: relative;
	display: block;
	padding: 14px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 18px;
	color: #7e8597;
	text-align: left;
	border-bottom: 1px solid #e9e6e6;
	padding-right: 0px !important;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover a {
	padding-left: 15px;
	color: #f13729;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	padding-left: 15px;
	color: #f13729;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 24px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f13729;
	opacity: 0;
	transition: .5s ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover> a:before {
	opacity: 1;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 0%;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 0;
	width: 50px;
	height: 43px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	font-size: 16px;
	line-height: 43px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}


.navbar-header {
	display: none;
}

.main-header .menu-right-content {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: 22.5px;
}

/* ====================== search box btn ===========================*/

.main-header .search-box-outer {
	position: relative;
	left: 3px;
	display: inline-block;
	padding: 6px 0;
	vertical-align: middle;
}

.main-header .search-box-btn {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #222;
	cursor: pointer;
	display: inline-block;
	padding: 7px 0px 6px;
	background: transparent;
	border-radius: 50px 0px 0px 50px;
}

.main-header .header-upper.dark .search-box-btn {
	color: #fff;
}

.main-header .search-box-outer .dropdown-menu {
	top: 63px !important;
	padding: 0px;
	width: 330px;
	border-radius: 0px;
	background: #ffffff;
	right: 0;
	left: auto !important;
	transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
	border-color: transparent;
	border-radius: 3px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	transition: .5s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
}

.main-header .header-bottom .search-box-outer .dropdown-menu {
	top: 48px !important;
}

.main-header .search-box-outer .show .dropdown-menu {
    display: block;
    transform: scale3d(1,1,1)!important;
    opacity: 1;
    visibility: visible;
}

.main-header .search-panel .form-container {
	padding: 30px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 50px 9px 15px;
	height: 50px;
	border: 1px solid #f3f5fe;
	border-radius: 3px;
	background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 50px;
	height: 48px;
	text-align: center;
	color: #111111;
	background: #f3f5fe;
	font-size: 14px;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}

.main-header .menu-right-content .link-btn {
	display: inline-block;
	vertical-align: middle;
}

.main-header .menu-right-content .link-btn .theme-btn {
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 30px;
	border-radius: 0;
	margin-left: 20px;
	background: #222;
	border-color: #222;
}

.dropdown-toggle::after {
	display: none;
}

/* language switcher */

.main-header .language {
    display: inline-block;
}

.main-header .language .dropdown-menu {
    top: 100% !important;
    right: 0px;
    left: auto !important;
    width: 170px;
    border-radius: 0px;
    background-color: #222222;
    border: none;
    border-top: 3px solid #f13729;
    transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .language>a {
    height: auto !important;
    width: auto !important;
    color: #848484 !important;
    padding: 19.5px 0px;
    background: none !important;
    text-transform: capitalize;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding-right: 20px;
    border-right: 1px solid #e9e6e6;
    margin-right: 15px;
}

.main-header .language>a:focus {
	box-shadow: none;
}

.main-header .language>a i {
    margin-left: 10px;
    font-size: 12px;
}

.main-header .language>a>.icon {
    position: relative;
    top: -2px;
}

.main-header .language a:hover {
    background: none;
}

.main-header .language .dropdown-menu>li {
    float: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li:last-child {
    border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
    padding: 3px 15px;
    width: auto;
    height: auto;
    display: block;
    color: #ffffff;
    text-align: left;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .language .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    background-color: #f13729;
}



/* Contact info */
.main-header .contact-info .inner-column{
	position: relative;
	padding: 4px 0;
	padding-left: 80px;
	text-align: left;
}

.main-header .contact-info .inner-column .icon-box{
	position:absolute;
	content:'';
	left: 30px;
	top: 4px;
	color: #f13729;
	font-size: 40px;
	line-height:1em;
}

.main-header .contact-info h4{
	position:relative;
	color:#222;
	font-size:18px;
	font-weight:600;
	text-transform: capitalize;
	line-height: 1.3em;
}

.main-header .contact-info .title {
    color: #7e8597;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


/* headder-bottom */

.header-bottom {
	position: relative;
	border-top: 1px solid #e9e6e6;
}

.header-bottom .outer-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header-bottom .left-column .text {
	display: inline-block;
	padding: 14px 0;
	vertical-align: middle;
	padding-left: 20px;
	border-left: 1px solid #ddd;
	font-weight: 500;
}

.header-bottom .left-column .text a {
	color: #f13729;
}

.header-bottom .left-column .text a span {
	margin-left: 10px;
	font-size: 14px;
}

/* Hiddenbar */
.hiddenbar-btn {
	display: inline-block;
	z-index: 7;
	float: none;
	cursor: pointer;
	border-radius: 0px;
	background: #ffffff;
	vertical-align: middle;
	margin: 14px 0;
	margin-right: 30px;
}
.hiddenbar-btn .icon-bar {
	font-size: 24px;
	color: #8a91a4;
	vertical-align: middle;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
	position: fixed;
	top: 0;
	width: 405px;
	padding: 30px 30px;
	padding-right: 0px;
	height: 100%;
	background: rgba(17, 17, 17, 0.95);
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside>.mCSB_container {
	margin-right: 0px;
}

.hidden-bar.right-align {
	right: -450px;
}

.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}

.hidden-bar.left-align {
	left: 0px;
}

.hidden-bar .hidden-bar-closer {
	position: absolute;
	top: 25px;
	right: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #222;
	color: #000000;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	color: #414857;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #414857;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color: #414857;
}

.hidden-bar .logo {
	padding: 80px 30px 30px;
}

.hidden-bar .logo img {
	display: inline-block;
	max-width: 100%;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display: block;
	font-size: 16px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	cursor: pointer;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar-wrapper {
	height: 100%;
	padding: 0px 5px 30px 0px;
}

.hidden-bar-wrapper.style-two {
	padding: 120px 30px;
}

.hidden-bar .content-box {
	position: relative;
	padding-right: 25px;
	padding-left: 30px;
}

.hidden-bar .content-box h2 {
	position: relative;
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
}

.hidden-bar .content-box .text {
	position: relative;
	font-size: 14px;
	color: #eee;
	margin-bottom: 25px;
}

.hidden-bar .content-box .btn-style-two {
	color: #fff;
	border-color: #fff;
}

.hidden-bar .content-box .btn-style-two:hover {
	border-color: #5658db;
}

.hidden-bar .contact-info {
	position: relative;
	padding-right: 25px;
	margin-top: 60px;
	padding-left: 30px;
}

.hidden-bar .contact-info h2 {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
}


/*Sticky Header*/

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	border-bottom: 1px solid #e0e0e0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sticky-header .logo {
	padding: 0 0px;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* =============== Mobile menu ===================== */

@media only screen and (max-width: 1200px) {
	.main-menu .navigation>li.dropdown:after {
		right: 7px;
	}
	.main-menu .navigation>li.dropdown a {
	    padding-right: 20px;
	}
	.main-menu .navigation>li>a {
		padding: 40px 3px;
	}
	.main-menu .navigation>li.dropdown:before {
		display: none;
	}
	.main-menu .navigation>li.dropdown:hover>a, 
	.main-menu .navigation>li.current>a, 
	.main-menu .navigation>li.current-menu-item>a {
	    color: #222;
	    opacity: 1;
	}
	.main-menu .navigation>li.dropdown:hover:after, 
	.main-menu .navigation>li.current.dropdown:after {
	    color: #222;
	}
	.main-header .sticky-header .main-menu .navigation>li:hover>a, 
	.main-header .sticky-header .main-menu .navigation>li.current>a, 
	.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
	    color: #222;
	    background: transparent !important;
	}
}

@media only screen and (max-width: 991px) {
	.fixed-header .sticky-header {
		display: none!important;
	}
	.main-menu .navbar-header {
		position: relative;
		float: none;
		display: block;
		text-align: left;
		width: 100%;
		top: 0px;
		z-index: 12;
	}
	.main-header .logo-outer {
		padding: 15px 0 25px;
		text-align: center;
		width: 100%;
	}
	.main-header .header-upper .upper-right {
		position: relative;
		width: 100%;
		padding-top: 0px;
	}
	.main-header .main-menu {
		width: 100%;
	}
	.main-menu .navbar-header .navbar-toggle {
		display: inline-block;
		z-index: 7;
		float: none;
		padding: 4px 5px;
		cursor: pointer;
		margin: 0px 0px 10px 0px;
		border-radius: 0px;
		background: #fff;
	}
	.main-menu .navbar-header .navbar-toggle .icon-bar {
		background: #ff4747;
		height: 2px;
		width: 29px;
		display: block;
		margin: 7px 5px;
	}
	.main-menu .collapse {
		max-height: 310px;
		max-width: none;
		overflow: auto;
		float: none;
		width: 100%;
		padding: 0px 0px 0px;
		border: none;
		margin: 0px;
		-ms-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		box-shadow: none;
	}
	.main-menu .navbar-collapse {
	    max-height: 310px; 
	}  
	.main-menu .navbar-collapse>.navigation {
		float: none !important;
		margin: 0px !important;
		width: 100% !important;
		background: #333;
		border: 1px solid #ffffff;
		border-top: none;
	}
	.main-menu .navbar-collapse>.navigation>li {
		margin: 0px !important;
		float: none !important;
		width: 100%;
	}
	.main-menu .navigation>li>a,
	.main-menu .navigation>li>ul:before {
		border: none;
	}
	.main-menu .navbar-collapse>.navigation>li>a {
		padding: 10px 10px !important;
		border: none !important;
	}
	.main-menu .navigation li.dropdown>a:after,
	.main-menu .navigation>li.dropdown>a:before,
	.main-menu .navigation>li>ul>li>a::before,
	.main-menu .navigation>li>ul>li>ul>li>a::before {
		color: #ffffff !important;
		right: 15px;
		font-size: 16px;
		display: none !important;
	}
	.main-menu .navigation>li>ul>li>a {
		border-bottom: 0px;
	}
	.main-menu .navbar-collapse>.navigation>li>ul,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul {
		position: relative;
		border: none;
		float: none;
		visibility: visible;
		opacity: 1;
		display: none;
		margin: 0px;
		padding: 0px;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		width: 100%;
		background: #333333;
		-webkit-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		-moz-transition: none !important;
		box-shadow: none !important;
	}
	.main-menu .navbar-collapse>.navigation>li>ul,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul {
		/* border-top:1px solid rgba(255,255,255,1) !important; */
	}
	.main-menu .navbar-collapse>.navigation>li,
	.main-menu .navbar-collapse>.navigation>li>ul>li,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
		border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
		opacity: 1 !important;
		top: 0px !important;
		padding-top: 0;
		padding-bottom: 0;
		left: 0px !important;
		visibility: visible !important;
		border-bottom: none;
	}
	.main-menu .navbar-collapse>.navigation>li:first-child {
		border: none;
	}
	.main-menu .navbar-collapse>.navigation>li>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
		padding: 10px 20px !important;
		line-height: 22px;
		color: #b8b8b8;
		text-align: left;
		min-height: 0px;
	}
	.main-menu .navbar-collapse>.navigation>li>a:hover,
	.main-menu .navbar-collapse>.navigation>li>a:active,
	.main-menu .navbar-collapse>.navigation>li>a:focus {
		/* background:#ff4747; */
	}
	.main-menu .navbar-collapse>.navigation>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li.current>a,
	.main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
		/* background:#ff4747; */
		color: #ffffff !important;
	}
	.main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
		display: block;
	}
	.main-menu .navbar-collapse>.navigation li.dropdown:after,
	.main-menu .navigation>li>ul:before,
	.main-header .info-box:after,
	.services-section-two .owl-dots {
		display: none !important;
	}
	/* search outer */
	.main-header .menu-right-content {
		position: absolute;
		right: 0px;
		top: -7px;
		margin-top: 0px;
		z-index: 15;
	}
	.main-header .search-box-outer .dropdown-menu {
		top: 53px !important;
	}
}


@media only screen and (max-width: 450px) {
	.main-header .search-box-outer .dropdown-menu {
		width: 230px;
	}
}



/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider .content {
    position: relative;
    top: 116px;
}

.main-slider .slide{
	position:relative;
	padding:50px 0px 300px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider h1{
	position:relative;
	color:#ffffff;
	font-size:72px;
	font-weight:700;
	line-height:90px;
	margin-bottom:10px;
	text-transform: capitalize;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
}

.main-slider .active h1:before {
	height: 50px;
	transition-delay: 3s;
}

.main-slider .light h1 {
	color: #fff;
}

.main-slider .active h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider h4{
	position:relative;
	color:#f13729;
	font-size:18px;
	font-weight:600;
	font-family: 'Barlow', sans-serif;
	margin-bottom:20px;
	display:inline-block;
	text-transform: uppercase;
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active h4{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	opacity:0;
	line-height: 1.7em;
	font-weight:500;
	margin-bottom:40px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .light .text {
	color: #fff;
}

.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-right:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .content .title{
	position:relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .content .title:after{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #ffffff;
}

.main-slider .active .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .owl-dots{
	position:absolute;
	left:50%;
	bottom:20px;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:20px;
	height:5px;
	margin:0px 4px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active{
	background-color:#f13729;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
	opacity: 0;
	transition: .5s ease;
}

.main-slider:hover .owl-nav {
	opacity: 1;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:40px;
	width: 40px;
	height: 40px;
	color: #222;
	text-transform: uppercase;
	text-align:center;
	display:inline-block;
	background-color: #fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-radius: 50%;
}

.main-slider .owl-nav .owl-prev .previous{
	position:relative;
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);
	display:inline-block;
}

.main-slider .owl-nav .owl-next{
	position:absolute;
	right:40px;
	width: 40px;
	height: 40px;
	color: #222;
	padding-top: 0;
	font-size:21px;
	line-height:0;
	border-radius: 50%;
	text-align:center;
	display:inline-block;
	background-color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#f13729;
}

.main-slider .owl-nav span {
	position: relative;
    word-break: break-all;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 15px;
    display: inline-block;
}

.main-slider .owl-nav .owl-prev span:before {
    bottom: -22px;
    position: absolute;
    left: -3px;
}

.main-slider .owl-nav .owl-next span:before {
    top: -19px;
    position: absolute;
    left: 0;
    transform: rotate(180deg);
}


/* Main header style two */

.main-slider.style-two {
	position: relative;
}

.main-slider.style-two .owl-dots {
	display: none;
}

.main-slider.style-two .slide {
	padding: 190px 0 210px;
}

.main-slider.style-two h1 {
	padding-bottom: 0px;
}

.main-slider.style-two h1:before {
	display: none;
}

/*Banner Tab*/

.main-slider .banner-tab{
	position:relative;
}

.main-slider .banner-tab .tabs-header{
	position:relative;
	margin-top: -30px;
}

.main-slider .banner-tab .tab-btns-box {
	position: relative;
	z-index: 9;
}

.main-slider .banner-tab .banner-tab-btns{
	position:relative;
	margin: 0 -15px;
	margin-bottom: 20px;
	display: inline-block;
	text-align: center;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn{
	position:relative;
	line-height:24px;
	padding:0px 0px;
	cursor:pointer;
	color:#303030;
	background: #fff;
	font-weight:500;
	font-size: 18px;
	display:inline-block;
	line-height: 76px;
	margin-bottom:10px;
	min-width: 267px;
	margin: 0px 15px 30px;
	padding-bottom:2px;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn .category {
	position: relative;
	display: inline-block;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn .category {
	padding-left: 25px;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn .active-count {
	position: absolute;
	left: 0;
	top: 27px;
	color: #fff;
	opacity: 0;
	line-height: 1.2em;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn .active-count {
	opacity: 1;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn .count {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 24px;
	color: #e5e5e5;
	font-family: 'Barlow', sans-serif;
	line-height: 1.2em;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn .count {
	opacity: 0;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn{
	background: #f13729;
	color: #fff;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn:before {
	position: absolute;
	content: '';
	background: #f13729;
	height: 30px;
	width: 30px;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	-webkit-clip-path: polygon(50% 52%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 52%, 0% 100%, 100% 100%);
	opacity: 0;
	transition: .5s ease;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn:before {
	opacity: 1;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(100%);
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(0%);
}

.main-slider .banner-tab .b-tabs-content{
	position:relative;
	display:block;
}

.main-slider .banner-tab .b-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.main-slider .banner-tab .b-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.main-slider .b-tab.active-tab .slide{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
}

.main-slider .b-tab .slide{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);	
}

/***

==================================================================
	Contact info section
==================================================================

***/
.contact-info-section {
	position: relative;
}

/* Contact info block*/
.contact-info-block {
	position: relative;
}

.contact-info-block .inner-box {
	position: relative;
	background: #f7f7f7;
	border: 2px solid #e9e6e6;
	padding: 47px 30px;
	text-align: center;
	margin-bottom: 30px;
	display: block;
}

.contact-info-block .icon {
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.08);
	height: 100px;
	width: 100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
}

.contact-info-block .text {
	line-height: 26px;
	margin-bottom: 30px;
}

.contact-info-block .read-more a {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #222;
	transition: .5s ease;
}

.contact-info-block .read-more a span {
	font-size: 13px;
	margin-right: 5px;
}

.contact-info-block .read-more a:hover {
	color: #f13729;
}

/* Contact info block two */
.contact-info-block-two {
	position: relative;
	text-align: center;
	border-right: 1px solid #e9e6e6;
	margin: 25px 0 30px;
}

.contact-info-block-two:last-child {
	border-right: 0px;
}

.contact-info-block-two h4 {
	font-size: 20px;
	font-weight: 600;
}

.contact-info-block-two .text {
	line-height: 26px;
}

.contact-info-block-two .text a {
	color: #f13729;
}


/***

==================================================================
	Contact form
==================================================================

***/

.contact-form-section .contact-title {
	position: relative;
	margin-bottom: 50px;
}

.contact-form-section .contact-title h1 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	padding-bottom: 30px;
}

.contact-form-section .contact-title h1:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 3px;
	width: 70px;
	background: #f13729;
}

.contact-form-section .text {
	margin-bottom: 50px;
}

/*Contact Form*/

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #ff214f;
}

.contact-form textarea {
	height: 180px;
	resize: none;
	padding: 12px 25px;
}

.contact-form button {
	cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

.contact-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #f13729;
}

/* Form style two */

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form.style-two textarea {
	height: 250px;
}

/* Form style three */

.contact-form-section .default-form-area {
	position: relative;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
	padding: 50px 50px 20px;
	margin-bottom: 30px;
}

.contact-form.style-three .form-group {
	margin-bottom: 30px;
}

.contact-form.style-three input[type="text"],
.contact-form.style-three input[type="email"],
.contact-form.style-three input[type="password"],
.contact-form.style-three select,
.contact-form.style-three textarea {
	background: #fff;
	border-color: #e9e6e6;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 50px;
	height: 58px;
}

.contact-form.style-three > span {
	position: absolute;
	left: 35px;
	top: 20px;
	font-size: 18px;
	color: #8a91a4;
}

.contact-form.style-three textarea {
	height: 110px;
}

/* Form style four */

.contact-form.style-four input[type="text"],
.contact-form.style-four input[type="email"],
.contact-form.style-four input[type="password"],
.contact-form.style-four select,
.contact-form.style-four textarea {
	border: 0px;
	border-bottom: 1px solid #222;
	background: transparent;
	padding: 0;
	margin-top: 10px;
}

/* Form style five */

.contact-form.style-five .form-group {
	margin-bottom: 25px;
}

.contact-form.style-five label {
	font-style: italic;
	margin-bottom: 10px;
}

.contact-form.style-five input[type="text"],
.contact-form.style-five input[type="email"],
.contact-form.style-five input[type="password"],
.contact-form.style-five select,
.contact-form.style-five textarea {background: #f3f3f3;border-color: #f3f3f3;}

/* Form style six */

.contact-form.style-six .column {
	padding: 0 5px;
}

.contact-form.style-six input[type="text"],
.contact-form.style-six input[type="email"],
.contact-form.style-six input[type="password"],
.contact-form.style-six select,
.contact-form.style-six textarea {
	background: #212e51;
	border-color: #3a425a;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form.style-six textarea {
	height: 120px;
}

.contact-form.style-six .form-group {
	margin-bottom: 10px;
}

.contact-form.style-six ::-webkit-input-placeholder {
	color: #7c86a0;
	font-style: italic;
}

.contact-form.style-six ::-moz-placeholder {
	color: #7c86a0;
	font-style: italic;
}

.contact-form.style-six :-ms-input-placeholder {
	color: #7c86a0;
	font-style: italic;
}

.contact-form.style-six :-moz-placeholder {
	color: #7c86a0;
	font-style: italic;
}

.author-box-two {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.author-box-two .author-image {
	position: relative;
	margin-right: 60px;
}

.author-box-two .author-image:before {
    position: absolute;
    content: '';
    left: 10px;
	bottom: 10px;
	width: 100%;
	height: 100%;
	background: #f13729;
}

.author-box-two .author-image img {
	position: relative;
}

.author-box-two h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.author-box-two .designation {
	font-size: 16px;
	font-weight: 500;
	color: #f13729;
	margin-bottom: 7px;
}

.author-box-two .contact-info {
	position: relative;
	margin-bottom: 21px;
}

.author-box-two .contact-info li {
	position: relative;
	font-size: 18px;
	color: #7e8597;
}

.author-box-two .contact-info li a {
	color: #7e8597;
}

.author-box-two .contact-info li span {
	color: #f13729;
	font-size: 16px;
	margin-right: 7px;
	position: relative;
	top: 2px;
}


/*** 

====================================================================
	Map Style
====================================================================

***/

.map-section .google-map {
	height: 480px;
}

.map-section .gmnoprint {
	display: none;
}


/*** 

====================================================================
	Branches Section
====================================================================

***/

.our-branches-section {
	position: relative;
	background: #f7f7f7;
	padding: 70px 0 100px;
}

.our-branches-section .container {
    max-width: 1200px;
    padding: 0;
}

.branch-block {
	position: relative;
}

.branch-block .inner-box {
	position: relative;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
	margin: 30px 15px 40px;
	text-align: center;
	padding: 58px 10px;
	background: #fff;
}

.branch-block .inner-box h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.branch-block .inner-box ul {
	margin-bottom: 20px;
}

.branch-block .inner-box ul li {
	font-size: 18px;
	color: #7e8597;
}

.branch-block .inner-box ul li a {
	color: #7e8597;
}

.branch-block .inner-box .text {
	line-height: 26px;
}

.our-branches-section .text {
	font-size: 20px;
}

.our-branches-section .text span {
	color: #f13729;
}


.our-branches-section .owl-nav-style-four .owl-nav .owl-prev,
.our-branches-section .owl-nav-style-four .owl-nav .owl-next {
	height: 60px;
	width: 60px;
	line-height: 56px;
	border: 2px solid #e9e6e6;
	color: #d4cfcf;
	font-size: 20px;
}

.our-branches-section .owl-nav-style-four .owl-nav .owl-prev:hover,
.our-branches-section .owl-nav-style-four .owl-nav .owl-next:hover {
	border: 2px solid #f13729;
	color: #f13729;
}

.our-branches-section .owl-nav-style-four .owl-nav .owl-prev {
	left: -95px;
	top: 0;
}

.our-branches-section .owl-nav-style-four .owl-nav .owl-next {
	right: -95px;
	top: 0;
}


/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	padding: 110px 0 30px;
	background-size: cover;
}

.page-title:before {
    position: absolute;
    content: '';
    background: #000;
    opacity: .75;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-title h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
}

.page-title .text {
	position: relative;
	color: #fff;
	font-size: 20px;
	margin-bottom: 70px;
}

.page-title .bread-crumb {
	position: relative;
	padding-left: 50px;
}

.page-title .bread-crumb:before {
    position: absolute;
    content: '';
    background: #f13729;
    left: 0;
    top: 18px;
    width: 42px;
    height: 1px;
}

.page-title .bread-crumb li {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding-right: 20px;
	margin-right: 10px;
}

.page-title .bread-crumb li:before {
	position: absolute;
	content: '-';
	color: #fff;
	font-size: 20px;
	right: 0;
	top: 0px;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: #fff;
	font-weight: 400;
	transition: .5s ease;
}

.page-title .bread-crumb li a:hover {
	color: #f13729;
}



/*** 

====================================================================
	Error Page Section
====================================================================

***/

.error-page-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 170px 0;
}

.error-page-section .content-box {
	position: relative;
	display: block;
	text-align: center;
	left: 0;
	width: 100%;
}

.error-page-section .content-box .image {
	position: relative;
	margin-bottom: 30px;
}

.error-page-section .content-box h1 {
	position: relative;
	font-size: 70px;
	line-height: 1em;
	color: #222;
	font-weight: 700;
	margin-bottom: 20px;
}

.error-page-section .content-box h2 {
	position: relative;
	font-size: 30px;
	line-height: 1em;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.error-page-section .content-box p {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #141414;
	font-weight: 500;
	margin-bottom: 20px;
}

.error-page-section .content-box p strong {
	font-weight: 600;
	font-size: 19px;
}

.error-page-section input[type="email"] {
    width: 100%;
    max-width: 300px;
    background: #f13729;
    line-height: 50px;
    padding: 0 20px;
    color: #222;
}

.error-page-section ::-webkit-input-placeholder {
	color: #222;
}

.error-page-section ::-moz-placeholder {
	color: #222;
}

.error-page-section :-ms-input-placeholder {
	color: #222;
}

.error-page-section :-moz-placeholder {
	color: #222;
}

.error-page-section button {
	position: relative;
	line-height: 50px;
	color: #222;
	font-size: 20px;
	text-align: center;
	width: 50px;
	vertical-align: middle;
	cursor: pointer;
}

.error-page-section button:hover {
	background: #f13729;
	color: #fff;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	background: #f13729;
}

.newsletter-section .inner-container{
	position:relative;
}

.newsletter-section .right-column{
	position:relative;
}

.newsletter-section .right-column .inner-column{
	position: relative;
	padding: 27px 0;
	padding-left: 80px;
	background: #da2b1e;
}

.newsletter-section .right-column .inner-column .icon-box{
	position:absolute;
	content:'';
	left: 30px;
	top: 30px;
	color: #ffffff;
	font-size: 40px;
	line-height:1em;
}

.newsletter-section .right-column h4{
	position:relative;
	color:#fff;
	font-size:18px;
	font-weight:600;
	text-transform: capitalize;
	line-height: 1.3em;
}

.newsletter-section .form-column{
	position:relative;
	padding: 25px 15px;
}

.newsletter-section .form-column .inner-column{
	position:relative;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.newsletter-section .right-column .inner-column .title {
	color: #fff;
	line-height: 1.3em;
}

/*Title Content*/

.newsletter-section .title-content {
	position: relative;
	margin-right: 50px;
}

.newsletter-section .title-content h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	vertical-align: middle;
}

.newsletter-section .title-content h4 span {
	margin-right: 10px;
	font-size: 40px;
	vertical-align: middle;
}

/*Subscribe Form*/

.subscribe-form {
	width: 55%;
}

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	padding-right: 60px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	line-height:28px;
	height:50px;
	font-size: 18px;
	width: 100%;
	color: #fff;
	background: #e93527;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding:10px 50px 10px 20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	line-height:40px;
	color:#ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size:14px;
	text-align:center;
	font-weight:700;
	letter-spacing:1px;
	background: #e93527;
	text-transform:uppercase;
	padding: 0px 16px;
	cursor: pointer;
}

.subscribe-form ::-webkit-input-placeholder {
	color: #fff;
}

.subscribe-form ::-moz-placeholder {
	color: #fff;
}

.subscribe-form :-ms-input-placeholder {
	color: #fff;
}

.subscribe-form :-moz-placeholder {
	color: #fff;
}


/***

==================================================================
	Services section
==================================================================

***/

.services-section {
	position: relative;
	margin-top: -75px;
}

.services-section.style-two {
	margin-top: 0;
}

.service-block {
	position: relative;
}

.service-block .inner-box {
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
}

.service-block .top-content {
	position: relative;
	text-align: center;
	background: #fff;
	margin-bottom: 0;
	transition: .5s ease;
}

.service-block .inner-box:hover .top-content{
	//transform: translateY(-10px);
	//box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
}

.service-block h4 {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	padding: 23px 0;
	border: 1px solid #e9e6e6;
}

.service-block h4 a {
	color: #222;
	transition: .5s ease;
}

.service-block h4 a:hover {
	color: #f13729;
}

.service-block .top-content img {
	width: 100%;
	height: 250px;
}
/***

==================================================================
	About section
==================================================================

***/

.about-section {
	position: relative;
}

.about-text-block {
	position: relative;
	margin-bottom: 30px;
}

.about-text-block .top-content {
	position: relative;
	margin-bottom: 30px;
}

.about-text-block .top-content .inner-box {
	position: relative;
	display: flex;
	align-items: center;
}

.about-text-block .top-content .icon {
	position: relative;
	color: #f13729;
	font-size: 60px;
	margin-right: 42px;
}

.about-text-block .top-content h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
}

.about-text-block .top-content h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
}

.about-text-block .lower-content {
	position: relative;
	padding-left: 100px;
}

.about-text-block .lower-content h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.about-text-block .lower-content h4:before {
    position: absolute;
    content: '';
    border: 2px solid #e9e6e6;
    top: 9px;
    left: -100px;
    width: 70px;
    height: 2px;
}


.about-text-block .lower-content .text {
	margin-bottom: 20px;
}

.about-text-block .author-info {
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #e9e6e6;
	margin-bottom: 25px;
}

.about-text-block .author-info .inner-box {
	position: relative;
	display: flex;
	align-items: center;
}

.about-text-block .author-info .image {
	margin-right: 30px;
}

.about-text-block .author-info .name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	font-family: 'Poppins', sans-serif;
	color: #f13729;
}

.about-text-block .author-info .designation {
	font-size: 18px;
}

.about-text-block .link-btn .theme-btn {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	font-family: 'Poppins', sans-serif;
	color: #222;
	padding: 6px 0;
	padding-left: 50px;
	transition: .5s ease;
}

.about-text-block .link-btn .theme-btn:hover {
	color: #f13729;
}

.about-text-block .link-btn .theme-btn:before {
    position: absolute;
    content: '';
    border: 1px solid #f92d1d;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.about-text-block .link-btn .theme-btn:after {
    position: absolute;
    content: '';
    background: #f92d1d;
    top: 14.5px;
    left: 14.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}


/***

==================================================================
	Funfact Section
==================================================================

***/

.funfact-section {
	position: relative;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}

.funfact-section .sec-title {
	border-bottom: 1px solid #2c2c2c;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.fact-counter {
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

.fact-counter .column {
	position: relative;
	z-index: 5;
}

.fact-counter .item {
	color: #222;
	width: 100%;
}

.fact-counter .count-outer {
	margin-top: 10px;
	color: #fff;
	position: relative;
	font-size: 52px;
	font-weight: 600;
	display: flex;
}

.fact-counter .count-outer .count-text {
	margin-top: 8px;
	display: block;
	margin-right: 4px;
}

.fact-counter .item .inner-box {
	position: relative;
}

.fact-counter .item .inner-box p {
	position: relative;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	line-height: 1.2em;
	padding-top: 30px;
}

.fact-counter .item .inner-box p:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/counter-shape.png);
    top: 0px;
    left: 0px;
    width: 70px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: left top;
}

/***

==================================================================
	Services section two
==================================================================

***/

.services-section-two {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.services-section-two:before {
    position: absolute;
    content: '';
    background: #f7f7f7;
    opacity: .9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position:relative;
	padding: 30px 0px 30px;
	text-align: center;
}

.main-footer .footer-bottom .container-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-footer .footer-bottom .copyright-text{
	line-height: 30px;
	color: #fff;
	font-size:18px;
	font-weight: 400;
}


/*** 
====================================================================
	Client section two
====================================================================

***/

.client-section-two {
	position: relative;
	padding: 70px 0;
}

.client-section-two .container {
	max-width: 1200px;
	padding: 0;
}



.image img{
	width: 100%;
    height: 724px;
}
/*model box end here*/
.count-outer.count-box .plusss{margin-right:20px;}