@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700|Lato:300,400,700,900');

/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	margin-top: 0;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus, button, button:hover, button:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
a.line-animation {
	position: relative;
	left: 0;
	transition: all .3s;
	display: inline-block;
	text-decoration: none !important;
	font-weight: 500;
	outline: none;
	color: #ffb901;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-20 {
	margin-bottom: 20px;
}
.pl-65 {
	padding-left: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pl-50 {
	padding-left: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
section {
	float: left;
	width: 100%;
	padding: 80px 0;
}
@keyframes white-shadow {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	  -webkit-transition: box-shadow .3s ease-in-out;
	  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
	  -o-transition: box-shadow .3s ease-in-out;
	  transition: box-shadow .3s ease-in-out;
	  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	}
	100% {
	  -webkit-box-shadow: 0 0 0 30px transparent;
	  box-shadow: 0 0 0 30px transparent;
	  -webkit-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: box-shadow .4s ease-in-out;
	  -webkit-transition: -webkit-box-shadow .4s ease-in-out;
	  -o-transition: box-shadow .4s ease-in-out;
	  transition: box-shadow .4s ease-in-out;
	  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
	}
  }
  @-webkit-keyframes red-shadow {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
	  box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 30px transparent;
	  box-shadow: 0 0 0 30px transparent;
	}
  }
  @keyframes red-shadow {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
	  box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 30px transparent;
	  box-shadow: 0 0 0 30px transparent;
	}
  }
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	width: 40px;
	z-index: 1000 !important;
	-webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
	animation: white-shadow .8s infinite, red-shadow .8s infinite;
	-webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	background-color: #000;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.no-padding {
	padding: 0;
}
.pad-b-10 {
	padding-top: 10px;
}
.bg-color2 {
	background:#f2f2f2;
}
.padding-20 {
	padding:20px;
}
.border-left-four {
	border-left:1px solid #e3e0e0;
}
.border-three {
	border:1px solid #e3e0e0;
}
.margin-bottom3 {
	margin-bottom:25px;
}
img {
	max-width: 100%;
}
.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;
}
/** Section Tilte **/
.section-icon::before {
	content: "\e60f";
	font-family: themify;
	position: absolute;
	font-size: 115px;
	opacity: 0.2;
	color: #e6dbce;
	animation-name: spinInfinit;
	animation-duration: 6000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	left: 0;
	right: 0;
	margin: -25px 0 0;
}
@keyframes spinInfinit {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.section-title {
	margin: 0 0 80px;
	text-align: center;
	position: relative;
}
.section-title h2 {
	font-weight: 600;
}
.text-underline {
	text-decoration: underline;
}
.text-primary-color {
	color: #000;
}
/* Button Effects */
.bttn{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 14px 44px 14px;
	text-transform: capitalize;
	background-image: -ms-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -moz-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -o-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C2292A), color-stop(100, #d1641a));
	background-image: -webkit-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: linear-gradient(to bottom, #C2292A 0%, #d1641a 100%);
	font-family: 'Poppins', sans-serif;
	border: none;
}
.bttn:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-image: -ms-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to bottom, #D1641A 0%, #C2292A 100%);
}

.bttn .txt{
	position:relative;
	z-index:1;
}

.bttn:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.bttn:hover{
	color: #ffffff;
}
/** btn **/
.btn {
	background: #000;
	border: 1px solid #000;
	transition: .4s;
	color: #fff;
	z-index: 9;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 40px;
	border-radius: 5px;
	position: relative;
}
.btn:hover {
	color: #fff;
	background-color: #ffb901;
	border: 1px solid #ffb901;
}

/*
================================================
4. Header Top
================================================
*/
/** Header Top **/
.header-top {
	padding:5px;
	background-color: #ffb901;
	z-index: 1;
}
.header-top-item .header-top-left ul {
	margin: 0;
	padding: 0;
}
.header-top-item .header-top-left ul li {
	display: inline-block;
	list-style-type: none;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	margin-right: 25px;
}
.header-top-item .header-top-left ul li:last-child {
	margin-right: 0;
}
.header-top-item .header-top-left ul li a {
	display: inline-block;
	color: #fff;
	font-size:18px;
	    font-weight: 700;
}
.header-top-item .header-top-left ul li a:hover {
	color: #fff;
	opacity: 0.6;
}
.header-top-item .header-top-left ul li a i {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.header-top-item .header-top-right ul {
	margin: 0;
	padding: 0;
}
.header-top-item .header-top-right ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}
.header-top-item .header-top-right ul li:last-child {
	margin-right: 0;
}
.header-top-item .header-top-right ul li a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 22px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	border: 1px solid transparent;
	background-color: #000;
	border-radius: 46%;
}
.header-top-item .header-top-right ul li a:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid transparent;
}
/*-- End Header Top --*/
/*-- Navbar --*/
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
	width: 225px;
}
.main-nav {
	background: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.main-nav nav {
	padding: 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.main-nav nav .navbar-nav {
	margin-right: auto;
	margin-left: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a {
	color: #000;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
	border: 0;
	border-left: 3px solid #000;
	padding-top: 15px;
	padding-bottom: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px dashed #ffb90147;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	color: #4a6f8a;
	font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #ffb901;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #ffb901;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a.active {
	color: #ffb901;
}
.main-nav nav .navbar-nav .nav-item a {
	font-weight: 700;
	font-size: 20px;
	color: #1c3254;
	text-transform: capitalize;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
	color: #000;
}
.search-icon {
	font-size: 16px;
	border: 0;
	outline: none;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: #ffb901;
	background-color: #d8e0e8;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}
.search-icon:hover {
	background-color: #111111;
	color: #ffffff;
}
.search-toggle .search-icon.icon-close {
	display: none;
}
.search-toggle.opened .search-icon.icon-search {
	display: none;
}
.search-toggle.opened .search-icon.icon-close {
	display: block;
}

.menu-shrink {
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
}
.menu-shrink nav {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*-- End Navbar --*/
/*
================================================
5. Main Slider
================================================
*/
.main-slider {
	position: relative;
	padding: 0;
	background: #ffb901;
}
.main-slider .container {
	position: relative;
}
.main-slider .slide::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .85;
	z-index: -1;
}
.main-slider .slide {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.main-slider .title {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	opacity: 0;
	letter-spacing: 1px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slider .active .title {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.main-slider h1 {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 30px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slider .active h1 {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1000ms;
}
.main-slider .text {
	position: relative;
	color: #eeeeee;
	font-size: 16px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	line-height: 1.9em;
	font-weight: 400;
	margin-bottom: 42px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slider .active .text {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1500ms;
}
.main-slider .link-box {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slider .active .link-box {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 2000ms;
}
.main-slider .link-box .theme-btn {
	margin-right: 20px;
	float: left;
}
.main-slider .link-box .video-box {
	position: relative;
	width: 60px;
	height: 60px;
	color: #6b6b6b;
	font-size: 18px;
	text-align: center;
	border-radius: 50px;
	line-height: 60px;
	display: inline-block;
	float: left;
	margin-right: 40px;
	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;
	background-color: rgba(255,255,255,1);
}
.main-slider .link-box .video-box .overlay-box span {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	z-index: 99;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	padding-left: 7px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -30px;
	margin-left: -30px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.main-slider .link-box .video-box .ripple, .main-slider .link-box .video-box .ripple:before, .main-slider .link-box .video-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 60px;
	margin-left: .5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.main-slider .link-box .video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}
.main-slider .link-box .video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}
 @-webkit-keyframes ripple {
 70% {
box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
 100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
 @keyframes ripple {
 70% {
box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
 100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.main-slider .owl-dots {
	position: absolute;
	right: 110px;
	top: 50%;
}
.main-slider .owl-dots .owl-dot {
	position: relative;
	width: 16px;
	height: 16px;
	margin-bottom: 10px;
	border-radius: 50px;
	background-color: #ffffff;
	margin-bottom: 10px;
	display: block;
}
.main-slider .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	border-radius: 50px;
	border: 3px solid #000;
	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;
}
.main-slider .owl-dots .owl-dot span {
	display: none;
}
.main-slider .owl-dots .owl-dot.active:before, .main-slider .owl-dots .owl-dot:hover::before {
	opacity: 1;
}
.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	opacity: 0;
	margin-top: -10px;
	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;
}
.main-slider:hover .owl-nav {
	opacity: 1;
}
.main-slider .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	width: 60px;
	height: 60px;
	color: #ffffff !important;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	border-radius: 50px;
	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: 2px solid rgba(255,255,255,0.60) !important;
}
.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	color: #ffffff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	color: #ffffff !important;
	line-height: 56px;
	border-radius: 50px;
	text-align: center;
	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: 2px solid rgba(255,255,255,0.60) !important;
}
.main-slider .owl-nav .owl-prev:hover, .main-slider .owl-nav .owl-next:hover {
	color: #ffaa00;
}
/*
================================================
6. Featured Sec
================================================
*/
.featured-sec {
	padding: 0;
	position: relative;
}
.featured-sec .featured-inner {
	position: relative;
    padding-top: 50px;
}
/** Single Service Block **/
.service-block {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.service-block .inner-box:hover .icon-box .icon {
	color: #ffffff;
	-webkit-text-fill-color: inherit;
}
.service-block .inner-box:hover .text, .service-block .inner-box:hover h5 a {
	color: #ffffff;
}
.service-block .inner-box:hover h5::before {
	background-image: -ms-linear-gradient(left, #ffffff 0%, #ffffff 100%); 
	background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%); 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100, #ffffff));
	background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%); 
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}
.service-block .inner-box:hover .text, .service-block .inner-box:hover h5 a {
	color: #ffffff;
}
.service-block .inner-box::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -o-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(to top, #ffb901d1 0%, #000 100%);
	background-image: linear-gradient(to top, #ffb901d1 0%, #000 100%);
}
.service-block .inner-box {
	position: relative;
	padding: 40px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.service-block .inner-box .content-box {
	position: relative;
	overflow: hidden;
}
.service-block .inner-box .icon-box {
	position: relative;
}
.service-block .inner-box .icon-box .icon:before {
	font-size: 70px;
	margin: 0 20px 0 0;
}
.service-block .inner-box .icon-box .icon {
	position: relative;
	line-height: 1em;
	color: #000;
	line-height: 1em;
	font-size: 70px;
	background: linear-gradient(to right, #d1641b 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-block .inner-box h5::before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 3px;
	width: 44px;
	background-image: -ms-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to right, #D1641A 0%, #C2292A 100%);
}
.service-block .inner-box h5 {
	position: relative;
	font-weight: 600;
	margin-top: 16px;
	margin-bottom: 22px;
	padding-bottom: 14px;
}
.service-block .inner-box h5 a {
	position: relative;
	color: #222222;
	line-height: 1.3em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-block .inner-box .text {
	position: relative;
	color: #222222;
	font-size: 16px;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-block .inner-box .big-icon {
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 1em;
	color: #d1641b;
	line-height: 1em;
	font-size: 110px;
	opacity: 0.2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: linear-gradient(to right, #d1641b 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service-block .inner-box .arrow-box {
	position: absolute;
	right: -40px;
	bottom: -25px;
	width: 50px;
	height: 50px;
	opacity: 0;
	color: #222222;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	background-color: #ffffff;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.12);
}
.service-block .inner-box:hover .arrow-box {
	right: 30px;
	opacity: 1;
}
.service-block .inner-box:hover::before {
	width: 100%;
}
/*
================================================
7. Introduction Sec
================================================
*/
.introduction-section {
	position: relative;
	padding: 80px 0;
}
.introduction-section .image-column {
	position: relative;
	margin-bottom: 40px;
}
.introduction-section .image-column .inner-column {
	position: relative;
}
.introduction-section .image-column .inner-column:before {
	position: absolute;
	/*content: '';*/
	right: 0px;
	top: 0px;
	width: 448px;
	height: 570px;
	/*background: url(../images/pattern-bg.png);*/
	background-repeat: no-repeat;
}
.introduction-section .image-column .image {
	position: relative;
}
.introduction-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}
.introduction-section .image-column .image .projects {
	position: absolute;
	margin: 0 auto;
    bottom: -60px;
    width: 100%;
    text-align: center;
	padding: 22px 60px;
	font-weight: 700;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4em;
	display: inline-block;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(to top, #ffb901d1 0%, #000 100%);
	background-image: linear-gradient(to top, #ffb901d1 0%, #000 100%);
}
.introduction-section .content-column {
	position: relative;
	margin-bottom: 40px;
}
.introduction-section .content-column .inner-column {
	position: relative;
}
.introduction-section .sec-title {
	position: relative;
	margin-bottom: 40px;
}
.introduction-section .sec-title .title {
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.introduction-section .sec-title h2 {
	position: relative;
	color: #222222;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: capitalize;
}
.introduction-section .content-column .text {
	position: relative;
	margin-bottom: 25px;
}
.introduction-section .content-column .text p {
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 18px;
	text-align: justify;
}
.introduction-section .content-column .text p:last-child {
	margin-bottom: 0px;
}
.introduction-section .content-column .contact {
	position: relative;
	padding-top: 26px;
	margin-top: 30px;
	color: #666;
	font-weight: 700;
	font-size: 30px;
	border-top: 1px solid #e1e1e1;
}
.introduction-section .content-column .contact .question {
	position: relative;
	color: #d1651a;
	font-size: 18px;
	font-weight: 600;
	display: block;
}
.introduction-section .content-column .contact a {
	position: relative;
	color: #000;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.introduction-section .content-column .contact a:hover {
	color: #000;
}
.introduction-section .list-style-three {
	position: relative;
}
.introduction-section .list-style-three li::before {
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 0px;
	font-weight: 400;
	color: #d1651a;
	font-size: 16px;
	font-family: 'FontAwesome';
}
.introduction-section .list-style-three li {
	position: relative;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 1.6em;
}
/*
================================================
8. Services Sec
================================================
*/
.service_section {
	background: #ecfbf9;
}
.service_section.inner-content-wrapper {
	padding: 40px 0 80px;
}
.service_section .section-title {
	margin: 0 0 40px;
}
/** Single Service Sec **/
.service_section .service_item {
	background: #ffffff;
	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
	transition: all .3s;
	margin: 40px 0 0;
}
.service_section .service_item:hover {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.service_section .service_title {
	font-size: 24px;
	color: #1d3b5f;
	font-weight: 700;
	margin: 0 0 10px;
}
.service_section .service_title a {
	color: #102541;
	font-size: 15px;
}
.service_section .service_title a:hover {
	color: #000;
}
.service_item p {
	font-size: 14px;
}
.service_icon_wrapper {
	margin: 0 0 10px ;
	line-height: normal;
}
.service_icon_wrapper img {
	min-height: 170px;
    max-height: 170px;
}
.service_icon_wrapper i:before {
	font-size: 60px;
	margin: 0;
	color: #000;
}
.service_item .service_icon {
	width: 70px;
}
.service_item a.line-animation {
	position: relative;
	left: 0;
	transition: all .3s;
	    background: #ffb901;
    width: 100%;
    color: #fff;
    padding: 6px;
}
.service_item a.line-animation:hover::before {
	transform: translateY(-50%) scale(1);
	left: -18px;
}
.service_item a.line-animation::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: #0f73ee;
	position: absolute;
	left: 0;
	top: 52%;
	transform: translateY(-50%) scale(0);
	transition: all .3s;
}
.service_item a.line-animation:hover {
	left: 5px;
}
/*** Service Details **/
.service-sidebar-area .service-details-title {
	background-color: #ffb901;
	color: #ffffff;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.service-sidebar-area .service-card {
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.service-sidebar-area .service-list ul li {
	border-bottom: 1px dashed #eeeeee;
	padding: 15px 20px;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.service-sidebar-area .service-list ul li:last-child {
	border-bottom: none;
}
.service-sidebar-area .service-list ul li a {
	color: #172541;
	display: block;
}
.service-sidebar-area .service-list ul li i {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ffb901;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.service-sidebar-area .service-list ul li:hover {
	background-color: #ffb901;
	color: #ffffff;
}
.service-sidebar-area .service-list ul li:hover i {
	background-color: #ffffff;
	color: #ffb901;
}
.service-sidebar-area .service-list ul li:hover a {
	color: #ffffff;
}
.service-sidebar-area .service-faq .faq-accordion {
	position: unset;
	padding: 0;
	background-color: #4424a8;
}
.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-item {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
	font-size: 15px;
	font-weight: 600;
}
.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title span {
	top: 11px;
}
.service-sidebar-area .paint {
	margin-bottom: 15px;
}
.service-details-wrap h3 {
	font-weight: 700;
}
.service-details-wrap .service-img {
	margin-bottom: 30px;
}
.service-details-wrap ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
.service-details-wrap ul li {
	display: inline-block;
	font-weight: 600;
	color: #172541;
	font-size: 14px;
	padding-left: 35px;
	position: relative;
}
.service-details-wrap ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #ffb901;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 4px;
	position: absolute;
	top: 0px;
	left: 0;
}
.service-details-wrap .car-service-list-wrap {
	margin-bottom: 35px;
}
.service-details-wrap .car-service-list-wrap .car-service-list ul {
	margin: 0;
}
.service-details-wrap .car-service-list-wrap .car-service-list ul li {
	margin-bottom: 15px;
	font-size: 13px;
}
.service-details-wrap .car-service-list-wrap .car-service-list ul li:last-child {
	margin-bottom: 0;
}
.service-details-wrap .list-unstyled {
	margin: 0;
}
.service-details-wrap .list-unstyled li {
	color: #dc3545;
	padding-left: 0 !important;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}
.service-details-wrap #msgSubmit {
	margin-top: 30px;
}
.service-details-wrap .ask-question {
	text-align: center;
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	margin: 30px 0 0;
}
.service-details-wrap .ask-question h3 {
	font-size: 25px;
	margin-bottom: 30px;
}
.service-details-wrap .ask-question .form-group {
	margin-bottom: 30px;
}
.service-details-wrap .ask-question .default-btn {
	margin: auto;
	display: table;
}
.service-details-wrap .form-control {
	height: 50px;
	color: #172541;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
	border-radius: 4px;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
}
.service-details-wrap textarea.form-control {
	height: auto;
}
.faq-area .faq-accordion {
	background-color: #4424a8;
	padding: 40px;
	padding: 40px;
	max-width: 570px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 350px;
	top: 100px;
}
.faq-area .faq-accordion h2 {
	color: #ffffff;
	font-size: 35px;
	margin-bottom: 30px;
}
.faq-area .faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.faq-area .faq-accordion .accordion .accordion-item {
	display: block;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	background: #ffb901;
	margin-bottom: 20px;
}
.faq-area .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.faq-area .faq-accordion .accordion .accordion-title {
	padding: 12px 20px 12px 40px;
	color: #ffffff;
	position: relative;
	margin-bottom: -1px;
	display: block;
	font-size: 16px;
	border: 1px solid #ffb901;
}
.faq-area .faq-accordion .accordion .accordion-title i {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	background: #ffb901;
	color: #4424a8;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
}
.faq-area .faq-accordion .accordion .accordion-title i::before {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq-area .faq-accordion .accordion .accordion-title span {
	position: absolute;
	top: 14px;
	left: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #4424a8;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
}
.faq-area .faq-accordion .accordion .accordion-title.active {
	border-bottom-color: #4424a8;
}
.faq-area .faq-accordion .accordion .accordion-title.active i {
	background-color: #ffb901;
	color: #fff;
}
.faq-area .faq-accordion .accordion .accordion-title.active i::before {
	content: "\e622";
}
.faq-area .faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	padding: 20px;
	color: #ffffff;
	font-size: 14px;
}
.faq-area .faq-accordion .accordion .accordion-content.show {
	display: block;
}
/*
================================================
9. Our Team Sec
================================================
*/
.our-team-sec {
	padding: 80px 0 120px;
}
.our-team-sec.inner-content-wrapper {
	padding: 0 0 120px;
}
.our-team-sec .section-title {
	margin: 0;
}
/** Single Team Sec **/
.team-block {
	position: relative;
	margin: 80px 0 0;
}
.team-block .team-upper-part {
	position: relative;
	overflow: hidden;
}
.social-list.list-sm li {
	margin-right: 10px;
	width: 34px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	display: inline-block;
}
.team-block .team-upper-part img {
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.team-block .team-upper-part .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(33, 38, 49, 0.8);
	padding: 35px 40px 40px 40px;
	transform-origin: bottom;
	-webkit-transform: perspective(1em) rotateY(2deg);
	-moz-transform: perspective(1em) rotateY(2deg);
	-ms-transform: perspective(1em) rotateY(2deg);
	-o-transform: perspective(1em) rotateY(2deg);
	transform: perspective(2em) rotateX(2deg);
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}
.team-block .team-upper-part .social-list {
	position: absolute;
	bottom: -34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}
.team-block .team-upper-part .social-list.vertical-style li {
	float: none;
	margin-right: 5px;
	margin-bottom: 5px;
	opacity: 0;
	transform: translateY(60px);
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.team-block .team-upper-part .social-list.vertical-style li a {
	border-radius: 4px;
	background: #000;
}
.team-block .team-bottom-part {
	background: #f9f9f9;
	padding: 20px;
	position: absolute;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -35px;
	z-index: 10;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.team-block .team-bottom-part h4 {
	font-weight: 600;
}
.team-block .team-bottom-part .designation {
	color: #000;
}
.team-block:hover .team-upper-part img {
	-moz-transform: scale3d(1.1, 1.1, 1.1);
	-o-transform: scale3d(1.1, 1.1, 1.1);
	-ms-transform: scale3d(1.1, 1.1, 1.1);
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.team-block:hover .team-upper-part .overlay {
	-webkit-transform: perspective(0em) rotateY(0deg);
	-moz-transform: perspective(0em) rotateY(0deg);
	-ms-transform: perspective(0em) rotateY(0deg);
	-o-transform: perspective(0em) rotateY(0deg);
	transform: perspective(0em) rotateY(0deg);
	opacity: 1;
}
.team-block:hover .team-upper-part .social-list {
	position: absolute;
	bottom: 25%;
	opacity: 1;
}
.team-block:hover .team-upper-part .social-list.vertical-style li {
	opacity: 1;
	transform: translateY(0);
}
.team-block:hover .team-bottom-part {
	background: #000;
	bottom: -60px;
}
.team-block:hover .team-bottom-part .team-title {
	z-index: 1;
	color: #fff;
	position: sticky;
}
.team-block:hover .team-bottom-part .team-title a {
	color: #fff;
}
.team-block:hover .team-bottom-part .designation {
	z-index: 1;
	position: sticky;
	color: #fff;
}
.social-list.list-sm li a {
	height: 34px;
	width: 34px;
	font-size: 14px;
	line-height: 34px;
	display: inline-block;
	color: #fff;
	text-align: center;
}
/*
================================================
10. Testimonial Sec
================================================
*/
.testimonial-section {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.testimonial-section .section-title {
	margin: 0;
}
.testimonial-section .testimonial-area {
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	padding: 0px 0 0;
}
.testimonial-section .testimonial-image-slider {
	margin-top: 5px;
}
.testimonial-section .slick-list {
	margin: 0 5px;
}
.testimonial-section .sin-testiImage {
	display: inline-block;
	margin-bottom: 11px;
	outline: medium none;
}
.testimonial-section .sin-testiImage img {
	border: 5px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block !important;
	height: 80px;
	margin-bottom: 30px;
	margin-top: 36px;
	outline: 0 none;
	width: 80px;
}
.testimonial-section .sin-testiImage.slick-current img {
	height: 145px;
	margin-top: 0;
	opacity: 1;
	width: 146px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	margin-bottom: 35px;
}
.testimonial-section .testimonial-text-slider h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #ffffff;
}
.testimonial-section .testimonial-text-slider span {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
	color: #ffffff;
}
.testimonial-section .testimonial-text-slider {
	margin: auto;
	padding: 0;
	position: relative;
	width: unset;
	z-index: 9;
}
.testimonial-section .sin-testiText {
	outline: none;
}
.testimonial-section .sin-testiText p {
	max-width: 555px;
	margin: auto;
	color: #ffffff;
}
.testimonial-section .slick-prev, .testimonial-section .slick-next {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 25px;
	outline: medium none;
	padding: 0;
	position: absolute;
	top: 200px;
	width: 16px;
}
.testimonial-section .slick-prev:hover::before, .testimonial-section .slick-next:hover::before {
	background: #ffffff;
}
.testimonial-section .slick-prev {
	left: -31px;
}
.testimonial-section .slick-next {
	right: -31px;
}
.testimonial-section .slick-prev:before, .testimonial-section .slick-next:before {
	height: 25px;
	width: 16px;
	left: -130px;
	top: -44px;
	position: absolute;
	color: #031888;
	font-family: "foundation-icons";
	content: "<";
	font-family: "Material-Design-Iconic-Font";
	font-size: 33px !important;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 1;
	background: rgba(255, 255, 255, 0.35);
	width: 45px;
	height: 45px;
	border-radius: 45px;
	line-height: 45px;
	font-family: inherit;
}
.testimonial-section .slick-next:before {
	right: -130px;
	left: inherit;
	content: '>';
}
.testimonial-section .slick-slider {
	z-index: 9;
}
.testimonial-section .testimonial-area:hover .slick-prev:before, .testimonial-section .testimonial-area:hover .slick-next:before {
	opacity: 1;
}
.testimonial-bg {
	background-image: url(../images/teastimonial-bg.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}
.testimonial-bg::before {
	position: absolute;
	content: '';
	background: #031888;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .8;
	z-index: -1;
}

/*
================================================
15. Page Title Section
================================================
*/
.page-title-area {
	position: relative;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 150px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../images/page-bg-img.jpg);
}
.page-title-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000000;
	opacity: 0.7;
}
.page-title-area .page-title-content h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
}
.page-title-area .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0;
	float: right;
}
.page-title-area .page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding-right: 20px;
	color: #000;
}
.page-title-area .page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 5px;
	background-color: #ffffff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.page-title-area .page-title-content ul li:last-child::before {
	display: none;
}
.page-title-area .page-title-content ul li i {
	font-size: 20px;
	margin: 0 5px;
	position: relative;
	top: 5px;
}
.page-title-area .page-title-content ul li a {
	color: #ffffff;
}
.page-title-area .page-title-content ul li a:hover {
	color: #000;
}
/*
================================================
16. Inner content wrapper
================================================
*/
.inner-content-wrapper {
	float: left;
	width:100%;
	padding:80px 0 0;
}
/*
================================================
17. FAQ Sec
================================================
*/
.faq-sec .faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.faq-sec .faq-accordion .accordion .accordion-item {
	display: block;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	background: #ffffff;
}
.faq-sec .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.faq-sec .faq-accordion .accordion .accordion-title {
	padding: 12px 20px 12px 60px;
	color: #0d3a88;
	position: relative;
	border-bottom: 1px dashed #eeeeee;
	margin-bottom: -1px;
	display: block;
	font-size: 18px;
}
.faq-sec .faq-accordion .accordion .accordion-title i {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	background: #faf5f5;
	color: #000;
	font-size: 14px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.faq-sec .faq-accordion .accordion .accordion-title i::before {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq-sec .faq-accordion .accordion .accordion-title span {
	position: absolute;
	top: 14px;
	left: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #000;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
}
.faq-sec .faq-accordion .accordion .accordion-title.active {
	border-bottom-color: #000;
}
.faq-sec .faq-accordion .accordion .accordion-title.active i {
	background-color: #000;
	color: #fff;
}
.faq-sec .faq-accordion .accordion .accordion-title.active i::before {
	content: "\e622";
}
.faq-sec .faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	padding: 30px;
}
.faq-sec .faq-accordion .accordion .accordion-content.show {
	display: block;
}
.faq-sec .faq-img {
	background-image: url(../images/news-details-img.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*
================================================
18. Gallery Sec
================================================
*/
.portfolio-area .portfolio-wrapper {
	background: #fff;
	padding: 0 10px;
	border-radius: 5px;
}
.portfolio-menu button {
	position: relative;
	display: inline-block;
	padding: 12px 31px 7px;
	cursor: pointer;
	background: none;
	border: none;
	color: #727B9A;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.portfolio-menu button.active, .portfolio-menu button:hover {
	color: #686EE4;
}
.single-portfolio-item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.single-portfolio-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.portfolio-hover {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	opacity: 0;
}
.portfolio-hover a {
	color: #fff;
	font-size: 30px;
	padding: 10px;
	font-weight: 500;
}
.single-portfolio-item:hover .portfolio-hover {
	opacity: 1;
	left: 0;
}
.single-portfolio-item:hover::before {
	opacity: .9;
}
.single-portfolio-item img {
	width: 100%;
	height: 100%;
}
/*
================================================
19. Error Sec
================================================
*/
.error-section.inner-content-wrapper {
	padding: 40px 0 80px;
}
.error-section .error-text h2 {
	color: #000;
	font-size: 150px;
	font-weight: 700;
	letter-spacing: 4px;
}
.error-section h3 {
	font-weight: 600;
	font-size: 28px;
	margin-top: 25px;
	margin: 0 0 15px;
	font-family: 'Lato', sans-serif;
}
.error-section .error-options .or {
	color: #2f2f2f;
	font-size: 18px;
	margin: 0 18px;
	font-weight: 500;
}
.error-search-box {
	position: relative;
	margin-top: 12px;
	width: 320px;
	display: inline-block;
}
.error-search-box .form-group {
	position: relative;
	margin: 0;
}
.error-search-box .form-group input[type="text"], .error-search-box .form-group input[type="search"] {
	padding: 10px 50px 10px 20px;
	border: 2px solid #ededed;
	display: block;
	width: 100%;
	height: 54px;
	border-radius: 40px;
	transition: 500ms;
}
.error-search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 52px;
	width: 50px;
	line-height: 52px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: silver;
	background: 0 0;
	border-radius: 0 3px 3px 0;
	font-weight: 400;
	border:none;
}
/*
================================================
20. Contact Us Sec
================================================
*/
.contact-form-item {
	position: relative;
}
.contact-form-item i {
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 11px;
	color: #000;
	font-size: 25px;
}
.contact-form-item input[type="text"], .contact-form-item input[type="tel"], .contact-form-item input[type="email"], .contact-form-item textarea {
	padding-left: 45px;
}
.contact-form-item textarea {
	height: 120px;
}
.contact-info-item i {
	box-shadow: 0px 0px 42px rgba(0, 0, 0, .08);
	width: 80px;
	height: 80px;
	display: block;
	text-align: center;
	font-size: 30px;
	color: #000;
	line-height: 80px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
}
.contact-info-item {
	position: relative;
	padding-left: 94px;
	margin-top: 50px;
 }
.contact-info-item h4 {
	font-weight: 700;
}
.contact-form-area h1 {
	font-weight: 700;
}
.contact-info-item p {
	margin-bottom: 0;
}
.contact-info-item a {
	color: #212127;
}
.contact-info-item:hover i {
	background: #000;
	color: #fff;
}
.contact-area  {
	float: left;
	width: 100%;
	padding:60px 0;
}
.contact-wrapper {
	box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03);
}

.contact-form-area {
	padding: 30px;
}
.g-map {
	height: 500px;
}
.contact-form-item {
	position: relative;
}
.contact-form-item i {
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 11px;
	color: #000;
	font-size: 25px;
}
.contact-form-item input[type="text"], .contact-form-item input[type="tel"], .contact-form-item input[type="email"], .contact-form-item textarea {
	border: 1px solid #eeeeee;
	color: #666666;
	padding: 10px 10px 10px 45px;
	margin-bottom: 30px;
	width: 100%;
}
.contact-form-item textarea {
	height: 120px;
}
/*
================================================
21. Footer Area
================================================
*/
.footer-area {
	background: #ffb901;
	float: left;
	width: 100%;
	    margin-bottom: 50px;
}
.footer-area .footer-content p {
	line-height: 30px;
	color: #fff;
	opacity: .5;
	padding-right: 70px;
	padding-top: 25px;
	padding-bottom: 27px;
	margin: 0;
}
.footer-area .footer-content ul li {
	display: inline-block;
}
.footer-area .footer-content ul li a {
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	border-right: 50%;
	border: 1px solid #7a7f85;
	color: #7a7f85;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-right: 13px;
	display: inline-block;
}
.footer-area .footer-content ul li a::before {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	height: 105%;
	width: 105%;
	border-radius: 50%;
	background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	transform: scale(0);
	z-index: -1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.footer-area .footer-content ul li a:hover {
	color: #fff;
}
.footer-area .footer-content ul li a:hover::before {
	transform: scale(1);
}
.footer-area .footer-list .title {
	color: #fff;
	font-size: 24px;
	padding-bottom: 14px;
	padding-top: 14px;
}
.footer-area .footer-list ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 36px;
	opacity: .5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.footer-area .footer-list ul li a:hover {
	color: #d1651a;
	opacity: 1;
}
.footer-area .footer-list.item-2 {
	padding-left: 0;
}
.footer-area .footer-instagram .title {
	color: #fff;
	font-size: 24px;
	padding-bottom: 14px;
	padding-top: 14px;
}
.footer-area .footer-instagram ul {
	display: flex;
}
.footer-area .footer-instagram ul li {
	margin-top: 13px;
	margin-right: 13px;
}
.footer-area .footer-instagram ul li a img {
	width: 100%;
}

.footer-area .footer-copyright.footer-copyright-item {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-area .footer-copyright.footer-copyright-item p {
	color: #031c3d;
	margin: 0;
}
.footer-area .footer-copyright.footer-copyright-item p .color {
	color: #fff;
}
.footer-area .footer-copyright.footer-copyright-item ul {
	float: right;
}
.footer-area .footer-copyright.footer-copyright-item ul li {
	display: inline-block;
}
.footer-area .footer-copyright.footer-copyright-item ul li a {
	padding-left: 12px;
	margin-left: 12px;
	color: #fff;
	border-left: 1px solid #7a7f85;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.footer-area .footer-copyright.footer-copyright-item ul li a:hover {
	color: #d1651a;
	opacity: 1;
}
.footer-area .footer-copyright.footer-copyright-item ul li:first-child a {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}
/*
================================================
22. Responsive CSS
================================================
*/
@media (min-width: 1200px) and (max-width: 1399px) {
	
}


@media (min-width: 992px) and (max-width: 1199px) {

/*-- Subscribe Sec --*/	
.subscribe-area .subscribe-box .subscribe-info {
		padding-right: 30px;
		padding-left: 30px;
	}	
/*-- Footer Sec --*/		
.footer-area .footer-content p {
	padding-right: 20px;
}	
}

@media (max-width: 991px) {
/** Header Top **/	
.mobile-nav {
    display: block;
    position: relative;
    height: 75px;
  }
.mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 11px;
    z-index: 999;
    left: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
  }
  .mean-container .mean-bar {
   background-color: #ffffff;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 25px 15px 0 0;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .main-nav {
    display: none !important;
  }
  .mobile-nav nav .navbar-nav {
    height: 300px;
    overflow-y: scroll;
  }	
}

@media (min-width: 768px) and (max-width: 991px) {
/*-- Header Top --*/	
.mobile-nav .logo {
	width: 110px;
	top: 9px !important;
}	
.nav-srh {
	display: none;
}
/*-- Intrudction Sec --*/	
.content-column .inner-column {
	margin: 40px 0 0;
}
.introduction-section .content-column {
	margin: 0;
}
/*--Blog Sec --*/	
.blog-carousel.owl-carousel {
	max-width: 400px;
}
.single-blog-post-style4 .img-holder .title-holder {
	padding:30px;
	left: 30px;
	right: 30px;
	bottom: -30px;
}
/*-- Subscribe Sec --*/	
.subscribe-area .subscribe-box .subscribe-info.pl-50 {
	margin-top: 40px;
}
.subscribe-area .subscribe-box .subscribe-info {
	padding-right: 30px;
	padding-left: 30px;
}
/*-- FAQ Sec --*/	
.faq-sec .faq-img {
	height: 400px;
	margin-top: 30px;
}
.faq-area .faq-accordion {
	padding: 30pxpx;
	max-width: unset;
	position: unset;
}
/*-- Footer Sec --*/	
.footer-area .footer-copyright .footer-copyright-item ul li a {
	margin-left: 8px;
	padding-left: 8px;
}
.footer-content ul {
	margin-bottom: 40px;
}
.footer-copyright-item {
	text-align: center;
}
.footer-area .footer-copyright.footer-copyright-item ul {
	float: none;
	margin: 10px 0 0;
}
}

@media (max-width: 767px) {
.whatsapp-icon a, .phone1-icon a {
    font-size: 12px !important;
}
/*-- Header Top --*/
.header-top {
    text-align: center;
  }
  .header-top-item .header-top-left ul li {
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 8px;
    display: block;
  }
  .header-top-item .header-top-left ul li i {
    font-size: 16px;
  }
  .header-top-item .header-top-right {
    text-align: center;
  }
  /*-- End Header Top --*/
  /*-- Navbar --*/
  .mobile-nav .logo {
    width: 188px;
    top: 10px !important;
  }
  .mobile-nav.mean-container .mean-nav ul li a.active {
    color: #ffb901;
  }
  .nav-srh {
    display: none;
  }

  .main-slider h1 br {
	display: none;
  }
  .main-slider .owl-dots {
	display: inherit;
	position: absolute;
	bottom: 6px;
	top: auto;
	left: 50%;
	right: auto;
	margin: 0 0 0 -25px;
}
  .main-slider .owl-dots .owl-dot {
	  display: inline-block;
	  margin: 0 2px;
  }
  .main-slider .owl-nav .owl-prev:hover, .main-slider .owl-nav .owl-next:hover {
	  display: none;
  }

 .page-title-area .page-title-content ul {
	 float: left;
 }
 .page-title-area .page-title-content h2 {
	margin-bottom: 5px;
 }
 /*-- Induction Sec --*/
 .inner-content-wrapper.introduction-section {
	padding:80px 0;
}
 .introduction-section {
	 padding: 0 0px 80px;
 }
 .introduction-section .sec-title {
	margin-bottom: 20px;
 }
 .introduction-section .content-column {
	 margin: 0;
 }
 .introduction-section .image-column .inner-column::before {
	 display: none;
 }
 .introduction-section .image-column .inner-column {
	 padding: 0;
 }
 .introduction-section .image-column .image .projects {
	 position: initial;
	 width: 100%;
	 padding: 25px 30px;
 }
 .introduction-section .sec-title h2 {
	 font-size: 25px;
	 line-height: 35px;
 }
 .introduction-section .sec-title h2 br {
	 display: none;
 }
  /* Request Demo Sec */	
   .request-quote-sec h2 {
	font-size: 25px;
	line-height: 35px;
   }

 /* Blog Sec */	
 .blog-carousel.owl-carousel .owl-stage-outer {
	padding: 0px 0px 200px;
}
.widget {
	padding-left: 0;
}
.blog-sec .img-holder .title-holder {
	left: 20px;
	bottom: -60px;
	right: 20px;
	padding: 23px 20px 22px;
	width: 300px;
	margin: 0 auto;
}
.blog-sec .btn-block {
	top: auto;
	bottom: 0px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.blog-sec .img-holder .title-holder .blog-title {
	font-size: 20px;
	line-height: 30px;
}
.blog-carousel.owl-carousel .owl-nav {
	left: 0;
	bottom: 50px;
	right: 0;
}
/*-- Subscribe Sec --*/	
.subscribe-area .subscribe-box .subscribe-info.pl-50 {
	margin-top: 40px;
}
.subscribe-area .subscribe-box .subscribe-info .input-box button {
	padding: 0 20px;
}
.subscribe-area .subscribe-box .subscribe-info .title {
	font-size: 21px;
}
.subscribe-area .subscribe-box .subscribe-info {
	padding-right: 10px;
	padding-left: 10px;
}
/*-- FAQ Sec --*/	
.faq-sec .faq-img {
	height: 300px;
	margin-top: 30px;
}
/*-- Error Sec --*/	
.error-section .error-text h2 {
	font-size: 100px;
}
.error-section h3 {
	font-size: 18px;
	margin: 0 0 20px;
}
/*-- Contact Sec --*/	
.contact-area {
	padding: 30px 0 0;
}
.contact-info-item {
	margin-bottom: 30px;
}
/*-- Footer Sec --*/	
.footer-area .footer-list .title {
	margin-top: 30px;
}
.footer-area .footer-copyright-item {
	display: block;
	text-align: center;
}
.footer-area .footer-copyright-item p {
	padding-bottom: 10px;
}
.footer-area .footer-copyright.footer-copyright-item ul {
	float: none;
}
.footer-area .footer-copyright-item ul li a {
	margin: 0;
	padding: 0 8px;
}
.footer-area .footer-copyright.footer-copyright-item ul li a {
	margin-left: 2px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	/*-- Subscribe Sec --*/	
	.subscribe-area .subscribe-box .subscribe-info .input-box button {
		padding: 0 30px;
	}
	.subscribe-area .subscribe-box .subscribe-info .title {
		font-size: 30x;
	}
	.subscribe-area .subscribe-box .subscribe-info {
		padding-right: 30px;
		padding-left: 30px;
	}
}
.main-slider .contact-form-area {
    padding: 30px;
    background: #ffb901;
}
.main-slider .contact-form-area h6{
	color: #fff;
    font-size: 22px;
}
.main-slider .contact-form-item textarea {
    height: 112px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
      z-index: 11;
      box-shadow: 0 0 10px #909090;
}

.sticky + .content {
  padding-top: 60px;
}
@media (min-width: 280px) and (max-width: 768px) {
	.row {
		padding: 0;
		margin: 0;
	}
	.con-l-r-0 {
		padding-right: 0px;
    padding-left: 0px;
	}
	.contact-form-area {
    padding: 10px;
}
}
.claint-img {
    margin-bottom:50px;
}
.claint-img span {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.claint-img figure {
    margin: 0 0 1rem;
    text-align: center;
}

form button {
    background: #db0129;
    border: 0;
    padding: 10px;
    color: white;
}
.whatsapp-icon {
        position: fixed;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #20b83c;
    text-align: center;
    z-index: 111;
}
.whatsapp-icon a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 20px;
}
.phone1-icon a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 20px;
}
.phone1-icon {
       right: 0; 
        z-index: 111;
    bottom: 0;
    width: 50%;
    background: #000;
    text-align: center;
    position: fixed;
}
.moverspackers-footer-contact-text {
    margin-top: 30px;
}
.moverspackers-footer-contact-text span {
    background: #ffc107;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
}