@font-face {
	font-family: 'Material-Design-Iconic-Font';
	src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/*
* Base
*/

html {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	color: #010101;
}

body {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 700;
	color: #010101;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
ul,
p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	color: #343f50;
}

a:hover {
	text-decoration: none;
	color: #e1284e;
}

textarea {
	resize: none;
}


/* helper class */

.inline-list>li,
.inline-item>.item {
	float: left;
}

.inline-list>li:first-child,
.inline-item>.item:first-child {
	margin-left: 0 !important;
}

.inline-list>li>a,
.inline-item>.item>a {
	display: block;
}

.inline-list:before,
.inline-list:after,
.inline-item:before,
.inline-item:after {
	display: table;
	content: " ";
}

.inline-list:after,
.inline-item:after {
	clear: both;
}

.inline-block>.item {
	display: inline-block;
}

.is-sp {
	display: none;
}


/*
* Override Bootstrap's default container.
*/


/* container */

@media (min-width: 1170px) {
	.container {
		width: 1170px;
	}
}

@media (max-width: 1169px) {
	.container {
		width: auto;
	}
}


/* Overwrite slick */

.slick-dots {
	margin-top: 55px;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 9px;
	padding: 0;
	background-color: #231f20;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li.slick-active {
	background-color: #ed1b24;
}


/* overwrite slect */


/* overwrite select picker */

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100% !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	border-color: transparent;
	border-radius: 3px;
	padding: 6px 22px 6px 10px;
	font-weight: 300;
	font-size: 1rem;
}

.bootstrap-select>.dropdown-toggle .caret {
	background-color: transparent !important;
	border-color: transparent !important;
}

.bootstrap-select>.dropdown-toggle .caret:after {
	position: absolute;
	top: 50%;
	font-family: 'Material-Design-Iconic-Font';
	content: "\f2f9";
	color: #898989;
	font-size: 1rem;
	transform: translateY(-50%);
}

.bootstrap-select .btn.dropdown-toggle.btn-default {
	border-color: transparent;
	border-radius: 3px;
	padding: 6px 22px 6px 10px;
	font-weight: 300;
	font-size: 1rem;
}

.bootstrap-select .actions-btn.btn.btn-default {
	padding: 3px 1px;
	border-radius: 0;
	background-color: #fff;
	font-size: .85rem;
	border: solid 1px #ccc;
}


/* zmdi */

.zmdi-hc-rotate-45 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* form time */

.form-time {
	position: relative;
}

.form-time .caret {
	position: absolute;
	top: 50%;
	right: 10px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent !important;
	border-color: transparent !important;
}

.form-time .caret:after {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Material-Design-Iconic-Font';
	content: "\f2f9";
	color: #898989;
	font-size: 1rem;
}

.form-time input:focus+.caret {
	display: none;
}


/* header */

.header {
	background-color: #fff;
}

.header-top {
	padding: 10px 0;
}

.header-top .call-now {
	display: none;
	float: right;
}

.header-top .call-now a {
	display: block;
	background: #c72026;
	padding: 3px 13px 3px 3px;
	color: #fff;
	border-radius: 13px;
	font-size: .95rem;
}

.header-top .call-now a span {
	display: inline-block;
	padding: 1px;
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	color: #c72026;
	margin-right: 7px;
}

.header-logo {
	float: left;
	width: 25%;
	margin-top: 22px;
}

.header-logo img {
	width: auto;
	max-width: 100%;
}

.header-badge {
	float: right;
}

.header-contact-icon,
.header-contact-details {
	display: table-cell;
	vertical-align: middle;
}

.header-contact-icon {
	padding-right: 45px;
}

.header-contact-icon img {
	width: auto;
	max-width: 100%;
}

.header-contact-details {
	width: 55%;
	text-align: center;
}

.header-contact-details .arrow-box {
	position: relative;
	padding: 5px 15px;
	background-color: #010101;
	font-weight: 900;
	font-size: 1.25rem;
	border-radius: 3px;
}

.header-contact-details .arrow-box a {
	color: #fcdd09;
}

.header-contact-details .arrow-box:before {
	position: absolute;
	top: 50%;
	left: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 13px 8px 0;
	border-color: transparent #010101 transparent transparent;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: "";
}

.header-contact-details p {
	margin-top: 2px;
	font-size: .875rem;
}

.header-toggle-nav-btn {
	display: none;
	float: right;
	position: relative;
	top: 17px;
	width: 35px;
	height: 21px;
	margin-top: 10px;
	cursor: pointer;
}

.header-toggle-nav-btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #e32c4e;
}

.header-toggle-nav-btn span:first-child {
	top: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.header-toggle-nav-btn span:nth-child(2) {
	top: 8px;
}

.header-toggle-nav-btn span:last-child {
	bottom: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.header-toggle-nav-btn.toggled span:first-child {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}

.header-toggle-nav-btn.toggled span:nth-child(2) {
	opacity: 0;
}

.header-toggle-nav-btn.toggled span:last-child {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}

.header-nav {
	background-color: #c72026;
}

.header-nav-list>li {
	margin: 8px 0 0 60px;
	padding: 5px 0;
}

.header-nav-list>li>a {
	position: relative;
	z-index: 333;
	font-size: .95rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.header-nav-list>li>a:hover {
	text-decoration: underline;
}

.header-nav-list>li.social-icon {
	margin: 0;
}

.header-nav-list>li.social-icon a {
	font-size: 1.5rem;
}


/* sub menu */

.sub-menu {
	position: relative;
}

.sub-menu-toggle {
	position: relative;
}

.sub-menu-list-wrap {
	position: absolute;
	top: 0;
	padding-top: 35px;
	z-index: 222;
}

.sub-menu-list {
	white-space: nowrap;
	overflow: hidden;
	background-color: #c72026;
}

.sub-menu-list>li {
	padding: 0 10px;
}

.sub-menu-list>li>a {
	display: block;
	padding: 10px 10px;
	color: #fff;
	font-size: .95rem;
	border-bottom: solid 1px rgb( 198, 47, 51);
}

.sub-menu-list>li>a:hover {
	opacity: .75;
}

.sub-menu-toggle i {
	float: right;
	margin: 4px 0 0 10px;
}

@media (min-width: 1025px) {
	.header-nav {
		display: block !important;
	}
	.sub-menu-list-wrap {
		display: none !important;
	}
	.sub-menu:hover .sub-menu-list-wrap {
		display: block !important;
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 16px;
	}
	.sub-menu-list-wrap {
		position: static;
		padding-top: 0;
		display: none;
	}
	.sub-menu:hover .sub-menu-list-wrap {
		display: none;
	}
}


/* main viisual */

.main-visual-slider {
	text-align: center;
}

.main-visual-slider img {
	width: 100%;
	margin: 0 auto;
}


/* section service */

.section-services-01 .services-about,
.section-services-01 .services-search {
	display: table-cell;
}

.section-services-01 .services-about {
	padding: 40px 0 60px;
	vertical-align: middle;
}

.section-services-01 .services-about-inner {
	width: 90%;
}

.section-services-01 .services-about h2 {
	margin-bottom: 15px;
	font-weight: bold;
    font-size: 2.688rem;
}

.section-services-01 .services-about .section-text {
	margin-bottom: 50px;
	font-size: 1.125rem;
}

.section-services-01 .services-about .service-list {
	display: flex;
	justify-content: space-between;
	    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
	margin-top: -20px;
	margin-bottom: -20px;
}

.section-services-01 .services-about .service-list .item {
	margin: 20px 0;
	flex-basis: 50%;
	width: 50%;
}

.section-services-01 .services-about .service-list .item-icon,
.section-services-01 .services-about .service-list .item-details {
	display: table-cell;
	vertical-align: middle;
}

.section-services-01 .services-about .service-list .item-icon {
	position: relative;
	width: 70px;
	height: 70px;
	text-align: center;
}

.section-services-01 .services-about .service-list .item-icon span {
	font-size: 68px;
	color: #c12126;
}

.section-services-01 .services-about .service-list .item-details {
	    padding-left: 15px;
    font-weight: bold;
    font-size: 20px;
}

.section-services-01 .services-search {
	width: 37.5%;
	padding-top: 35px;
	vertical-align: bottom;
}

.section-services-01 .services-search-form {
	padding: 40px 32px;
	border-radius: 10px 10px 0 0;
	background: #e71b24;
	background: -moz-linear-gradient(top, #e71b24 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #e71b24 0%, #000000 100%);
	background: linear-gradient(to bottom, #e71b24 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e71b24', endColorstr='#000000', GradientType=0);
}

.section-services-01 .services-search-form h3 {
	margin-bottom: 15px;
	font-size: 1.688rem;
	color: #fff;
}

.section-services-01 .services-search-form .btn-service {
	margin-top: 25px;
	padding: 20px;
	background-color: #fcdd09;
	border-color: #fcdd09;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	opacity: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.section-services-01 .services-search-form .btn-service:hover {
	opacity: .75;
}

.section-services-01 .services-search-form .btn-service i {
	margin-left: 10px;
}

.section-services-01 .services-search-form .form-group {
	margin-bottom: 20px;
}

.section-services-02 {
	padding: 75px 0;
	background-color: #ed1b24;
}

.section-services-02 .service-list {
	margin: 0 -40px;
}

.section-services-02 .service-list .item {
	padding: 0 40px;
	text-align: center;
}

.section-services-02 .service-list .item a {
	display: block;
	-webkit-box-shadow: 0px 3px 19px -1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 3px 19px -1px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 3px 19px -1px rgba(0, 0, 0, 0.35);
}

.jsSelectSiblings>* {
	transition: all .5s ease;
}

.jsSelectSiblings *.not-active {
	opacity: .65;
}

.section-services-02 .service-list img {
	width: auto;
	max-width: 100%;
}

.section-services-03 {
	padding: 82px 0 40px;
	background-color: #fff;
}

.section-services-03 .service-list .ttl {
	margin-bottom: 10px;
	font-size: 1.500rem;
	font-weight: normal;
}

.section-services-03 .service-list .item {
	text-align: center;
}

.section-services-03 .service-list .image {
	margin-top: 60px;
}

.section-services-03 .service-list img {
	width: 225px;
	max-width: 100%;
	margin: 0 auto;
}

.section-contact {
	background-color: #ed1b24;
	text-align: center;
}

.section-contact .contact-info a,
.section-contact .contact-info {
	font-size: 2.313rem;
	color: #fff;
}

.section-contact .contact-info .icon {
	display: inline-block;
	margin: 35px 15px 35px 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	border: solid 1px #fff;
}

.section-contact .contact-info-list .item {
	display: inline-block;
}

.section-contact .contact-info-list .item:nth-child(2) {
	margin: 0 95px;
}

.section-contact .contact-info-list,
.section-contact .contact-info-list a {
	font-size: 1.5rem;
}

.section-contact .contact-info-list .icon {
	border-color: transparent;
	width: auto;
	height: auto;
}


/* service list */

.section-servics-list .service-list {
	padding: 66px 0 45px;
	margin-right: -5px;
	margin-left: -5px;
}

.section-servics-list .service-list li {
	padding: 0 5px;
}

.section-servics-list .service-list li img {
	width: 100%;
}

@media (min-width: 1295px) {
	.section-servics-list .container {
		width: 1295px;
	}
}


/* about 01 */

.section-about-01 {
	margin-bottom: 65px;
}

.section-about-01 .container {
	padding: 0 75px;
	color: #000;
}

.section-about-01 h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 2.313rem;
	color: #000;
}

.section-about-01 .section-text {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.313rem;
}

.section-about-01 .text-block p {
	margin-bottom: 45px;
}

.section-about-01 .contact-list a {
	text-decoration: underline;
	color: #000;
}

.section-about-01 .contact-list a.number {
	text-decoration: none;
}

.section-about-01 .tenThings {
	padding-left: 80px;
}

.section-about-01 .tenThings p {
	margin-bottom: 40px;
	font-size: 1.313rem;
}

.section-about-01 .tenThings ul li {
	text-indent: -10px;
	padding-left: 10px;
	line-height: 1.5;
}

.section-about-01 .tenThings ul li i {
	color: #ed1b24;
	margin-right: 10px;
}


/* sectio help */

.section-help {
	padding: 70px 0;
	background-color: #4c59a1;
	text-align: center;
}

.section-help h2 {
	margin-bottom: 5px;
	font-size: 2.750rem;
	color: #fff;
}

.section-help .section-text {
	margin-bottom: 35px;
	font-size: 1.5rem;
	color: #fff;
}

.section-help .btn {
	padding: 19px 25px;
	font-weight: bold;
	font-size: 1.313rem;
	border-radius: 2px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.section-help .btn i {
	margin-right: 12px;
}

.section-help .touch-btn {
	background-color: #ed1b24;
	border-color: #ed1b24;
	color: #fff;
}

.section-help .btn:hover {
	opacity: .75;
}

.section-help .book-btn {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.section-help .book-btn i {
	color: #ed1b24;
}

.section-help .inline-block .item {
	margin: 0 15px;
}


/* about 02 */

.section-about-02 {
	padding: 70px 0;
}

.section-about-02 h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 2.313rem;
	color: #000;
}

.section-about-02 .section-text {
	margin-bottom: 65px;
	text-align: center;
	font-size: 1.125rem;
}

.section-about-02 .call-now {
	margin-bottom: 50px;
	text-align: center;
}

.section-about-02 .call-now>a {
	display: inline-block;
	padding: 5px 25px 5px 5px;
	background-color: #c72026;
	font-size: 1.688rem;
	border-radius: 35px;
	color: #fff;
	font-weight: bold;
	line-height: 2.25;
}

.section-about-02 .call-now>a .call-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 50%;
	background-color: #fff;
}

.section-about-02 .call-now>a .call-icon i {
	color: #c72026;
}

.section-about-02 .about-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-about-02 .about-list {
	margin: -40px 0;
}

.section-about-02 .about-list .item {
	text-align: center;
	width: 33.33%;
	margin: 40px 0;
}

.section-about-02 .about-list .item-image span {
	color: #ed1c24;
	font-size: 70px;
}

.section-about-02 .about-list .item-name {
	margin: 25px 0;
	font-size: 1.25rem;
}

.section-about-02 .about-list .item-text {
	padding: 0 25px;
}


/* section client */

.section-clients {
	padding: 75px 0;
	background-color: #f1f1f1;
}

.section-clients .client-list .slick-track {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.section-clients .client-list img {
	width: auto;
	max-width: 100%;
}

.section-clients .client-list {
	margin: 0 -35px;
	padding: 0 100px;
}

.section-clients .client-list .item {
	padding: 0 35px;
}

.footer {
	padding: 75px 0;
	background-color: #262b3b;
}

.footer-logo {
	margin-bottom: 52px;
}

.footer-main .info-list li {
	color: #fff;
	font-size: 1rem;
	margin-top: 28px;
}

.footer-main .info-list li a {
	color: #fff;
	font-size: 1rem;
}

.footer-main .info-list li:first-child {
	margin-top: 0;
}

.footer-main .copyright {
	color: #fff;
	margin-top: 70px;
}

.footer-main .copyright p:first-child {
	margin-bottom: 28px;
}

.footer-nav .ttl {
	font-size: 1.05rem;
	font-weight: normal;
	margin-bottom: 55px;
	color: #fff;
}

.footer-nav-list li {
	margin-top: 25px;
}

.footer-nav-list li:first-child {
	margin-top: 0;
}

.footer-nav-list li a {
	color: #fff;
	font-size: 1rem;
}

.footer-nav-list li a:hover {
	text-decoration: underline;
}

.footer-nav-icon-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-nav-icon-list {
	margin: -17px 0 20px;
}

.footer-nav-icon-list .item {
	margin: 17px 0;
	width: 50%;
}

.footer-nav-icon-list img {
	width: auto;
	max-width: 100%;
}

.footer-nav-icon-list .item i {
	font-size: 2.375rem;
	color: #fff;
}

.footer .card-list {
	margin-top: 40px;
}

.footer-nav-icon-list .item:hover,
.footer .card-list li:hover {
	opacity: .75;
}

@media (max-width: 1170px) {
	.header-nav-list>li {
		margin-left: 25px;
	}
}

@media (max-width: 1024px) {
	/* helper */
	.is-pc {
		display: none;
	}
	.is-sp {
		display: block;
	}
	.hide-overflow {
		overflow: hidden;
	}
	/* header */
	.header {
		padding: 10px 0 0;
	}
	.header-logo {
		width: 70%;
		margin-top: 20px;
		clear: both;
	}
	.header-logo img {
		width: auto;
		max-width: 100%;
	}
	.header-nav.toggled {
		top: 0;
	}
	.header-top {
		padding: 0 0 15px;
	}
	.header-nav {
		display: none;
	}
	/* header */
	.header-badge {
		width: 50%;
	}
	.header-contact-icon {
		padding-right: 25px;
		width: 35%;
	}
	.header-contact-icon img {
		width: 100%;
	}
	.header-contact-details .arrow-box {
		padding: 5px 10px;
		font-size: 1rem;
	}
	.header-contact-details .arrow-box:before {
		left: -4px;
		border-width: 4px 6px 4px 0;
	}
	.header-contact-details p {
		margin-top: 2px;
		font-size: .875rem;
	}
	.header-nav {
		background-color: #c72026;
	}
	.header-nav-list>li {
		float: none;
		margin: 10px 0;
		padding: 0;
	}
	/* services */
	.section-services-01 .container {
		padding-bottom: 20px;
	}
	.section-services-01 .services-about,
	.section-services-01 .services-search {
		display: block;
		width: 100%;
	}
	.section-services-01 .services-about {
		padding: 20px 0;
	}
	.section-services-01 .services-about-inner {
		width: 100%;
		text-align: center;
	}
	.section-services-01 .services-about .service-list .item-icon {
		margin: 0 auto;
	}
	.section-services-01 .services-about .service-list .item-icon,
	.section-services-01 .services-about .service-list .item-details {
		display: block;
	}
	.section-services-01 .services-about .service-list .item-details {
		padding: 0;
		margin-top: 15px;
	}
	.section-services-01 .services-about .service-list .item-icon i {
		font-size: 30px;
		color: #fff;
		line-height: 68px;
	}
	.section-services-01 .services-about .service-list .item-icon i.zmdi-extra {
		top: 0;
		line-height: 2;
	}
	.section-services-01 .services-search-form {
		padding: 30px 32px;
		border-radius: 10px;
	}
	.section-services-03 {
		padding: 20px 0;
	}
	.section-contact .contact-info-list .item:nth-child(2),
	.section-contact .contact-info-list .item {
		margin: 10px 0;
	}
	.section-contact .contact-info-list .item,
	.section-contact .contact-info-list .item a {
		font-size: 1.25rem;
	}
	.section-contact .contact-info-list .icon {
		margin: 0 !important;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
	.header-badge {
		display: none;
	}
	.header-top .call-now {
		display: block;
	}
	/* services */
	.section-services-01 .services-search-form {
		padding: 15px;
	}
	.section-services-01 .services-search-form .btn-service {
		margin-top: 10px;
		padding: 10px;
	}
	.section-services-01 .services-search-form h3 {
		margin-bottom: 10px;
		font-size: 1.25rem;
	}
	.section-services-01 .services-about .section-text {
		margin-bottom: 25px;
		font-size: 1.125rem;
	}
	
	.section-services-01 .services-about .service-list .item {
		margin: 0;
		padding: 10px 0;
	}
	.section-services-01 .services-about .service-list .section-services-02 {
		padding: 25px 0;
	}
	.section-services-02 {
		padding: 20px 0;
		background-color: #ed1b24;
	}
	.section-services-02 .service-list {
		margin: 0 -15px;
	}
	.section-services-02 .service-list .item {
		padding: 0 15px;
	}
	.section-services-03 .service-list .item {
		padding: 10px 0;
	}
	.section-services-03 .service-list .image {
		margin: 15px auto 0;
		width: 25%;
	}
	/* contact section */
	.section-contact .contact-info {
		font-size: 1.5rem;
	}
	.section-contact .contact-info .icon {
		margin: 15px 15px 15px 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	/* section-servics-list */
	.section-servics-list .service-list {
		padding: 20px 0;
		margin-right: -15px;
		margin-left: -15px;
	}
	.section-servics-list .service-list li {
		padding: 0 15px;
	}
	/* section about */
	.section-about-01 {
		margin: 0;
		padding: 25px 0;
	}
	.section-about-01 .container {
		padding: 0 15px;
	}
	.section-about-01 .text-block p {
		margin-bottom: 15px;
	}
	.section-about-01 .tenThings {
		padding: 35px 20px 0;
	}
	.section-about-01 .tenThings p {
		margin-bottom: 20px;
	}
	/* help */
	.section-help {
		padding: 20px 0;
	}
	.section-help h2 {
		font-size: 1.5rem;
	}
	.section-help .section-text {
		margin-bottom: 20px;
		font-size: 1rem;
	}
	.section-help .inline-block .item {
		margin: 0 5px;
	}
	.section-help .btn {
		padding: 5px 8px;
		font-size: 1rem;
	}
	/* about 02 */
	.section-about-02 {
		padding: 30px 0 60px;
	}
	.section-about-02 h2 {
		margin-bottom: 25px;
	}
	.section-about-02 .call-now {
		margin-bottom: 25px;
	}
	.section-about-02 .call-now>a {
		font-size: 1.25rem;
		line-height: 2.55;
	}
	.section-about-02 .call-now>a .call-icon {
		width: 45px;
		height: 45px;
		margin-right: 10px;
	}
	.section-about-02 .about-list .item {
		width: 50%;
		margin: 20px 0;
	}
	.section-about-02 .about-list .item-image span {
		font-size: 60px;
	}
	.section-about-02 .about-list .item:last-child .item-image img {
		height: 50px;
	}
	.section-about-02 .about-list .item-name {
		margin: 15px 0;
		font-size: 1.15rem;
	}
	.section-about-02 .about-list .item-text {
		padding: 0;
		font-size: .95rem;
	}
	/* clients */
	.section-clients {
		padding: 35px 0;
	}
	.section-clients .client-list {
		margin: 0 -15px;
		padding: 0 20px;
	}
	.section-clients .client-list .item {
		padding: 0 15px;
	}
	/* slick */
	.slick-dots {
		margin-top: 25px;
		text-align: center;
	}
	.slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
	/* footer */
	.footer {
		padding: 20px 0 0;
	}
	.footer .container {
		padding: 0;
	}
	.footer .row {
		margin: 0;
	}
	.footer-main,
	.footer-nav {
		width: auto !important;
		float: none !important;
		padding: 0;
	}
	.footer-nav .ttl {
		font-size: 1.25rem;
		font-weight: bold;
		margin-bottom: 25px;
		color: #fff;
		text-align: center;
	}
	.footer-nav-list {
		text-align: center
	}
	.footer-nav-list li {
		margin: 5px 0;
	}
	.footer-nav-list li a {
		font-size: .95rem;
	}
	.footer-nav-icon-list {
		margin: 35px 0 !important;
		display: block;
		text-align: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-nav-icon-list .item {
		margin: 10px 15px;
		width: auto;
	}
	.footer .card-list {
		margin: 20px 0 60px;
		text-align: center;
	}
	.footer .card-list li {
		float: none;
		display: inline-block;
		margin: 0;
	}
	.footer-logo {
		margin-bottom: 25px;
		padding: 0 15px;
		text-align: center;
	}
	.footer-main .info-list li {
		color: #fff;
		font-size: 1rem;
		margin-top: 15px;
	}
	.footer-main .copyright {
		color: #fff;
		margin-top: 25px;
		background: #000;
	}
	.footer-main .copyright p {
		margin: 0 !important;
		padding: 5px 15px;
	}
	.footer-main .copyright p:first-child {
		float: left;
	}
	.footer-main .copyright p:last-child {
		float: right;
	}
	.footer .info-list {
		padding: 0 15px;
		text-align: center;
	}
}

@media (max-width: 600px) {
	.section-contact .contact-info a,
	.section-contact .contact-info {
		font-size: 1.313rem;
		color: #fff;
	}
	.section-services-03 .service-list .item {
		width: 100% !important;
	}
	.footer-main .copyright p {
		float: none !important;
		text-align: center;
		padding: 0;
		margin: 7px 0 !important;
	}
}

@media (max-width: 500px) {
	.footer-main .copyright p {
		font-size: .85rem;
	}
.section-services-01 .container {
display: grid;
}

.section-services-01 .services-about {
order: 1;
}


.generic .section-services-01 .services-search {
order: 0;
}
}