@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #556987;
	background: #ffffff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

strong,
b {
	font-weight: 700;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

h1 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 60px;
	line-height: 72px;
	color: #2a3342;
	letter-spacing: -1.2px;
	margin-bottom: 20px;
}

h2 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	color: #2a3342;
	letter-spacing: -1.2px;
	margin-bottom: 20px;
}

h3 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #2a3342;
	letter-spacing: -1.2px;
	margin-bottom: 20px;
}

h4 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 35px;
	line-height: 42px;
	color: #2a3342;
	letter-spacing: -1.2px;
	margin-bottom: 20px;
}

h5 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 27px;
	line-height: 38px;
	color: #2a3342;
	letter-spacing: -1.2px;
	margin-bottom: 20px;
}

h6 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #2a3342;
	letter-spacing: -1.2px;
	margin-bottom: 20px;
}

blockquote {
	font-size: 135%;
	line-height: 185%;
	padding-left: 35px;
	border-left: 5px solid #e03336;
	margin-bottom: 20px;
}

blockquote * {
	font-size: inherit;
	line-height: inherit;
}

.alignnone {
	float: none;
	margin: 20px 20px 20px 0;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	display: block;
	float: none;
	margin: 20px auto;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.font-family-poppins {
	font-family: 'Poppins' !important;
}

.font-family-Lato {
	font-family: 'Lato' !important;
}

.weight-100 {
	font-weight: 100 !important;
}

.weight-200 {
	font-weight: 200 !important;
}

.weight-300 {
	font-weight: 300 !important;
}

.weight-400 {
	font-weight: 400 !important;
}

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.weight-800 {
	font-weight: 800 !important;
}

.weight-900 {
	font-weight: 900 !important;
}

.fix-width-260 {
	max-width: 260px;
	width: 100%;
}

.fix-width-520 {
	max-width: 520px;
	width: 100%;
}

.fix-width-575 {
	max-width: 575px;
	width: 100%;
}

.fix-width-715 {
	max-width: 715px;
	width: 100%;
}

.fix-width-800 {
	max-width: 800px;
	width: 100%;
}

.fix-width-875 {
	max-width: 875px;
	width: 100%;
}

.fix-width-920 {
	max-width: 920px;
	width: 100%;
}

.fix-width-945 {
	max-width: 945px;
	width: 100%;
}

.fix-width-1000 {
	max-width: 1000px;
	width: 100%;
}

.text-ffffff {
	color: #ffffff !important;
}

.bg-ffffff {
	background: #ffffff !important;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-556987 {
	color: #556987 !important;
}

.bg-556987 {
	background: #556987 !important;
}

.text-8896ab {
	color: #8896ab !important;
}

.bg-8896ab {
	background: #8896ab !important;
}

.text-f3f3f3 {
	color: #f3f3f3 !important;
}

.bg-f3f3f3 {
	background: #f3f3f3 !important;
}

.text-fcfcfc {
	color: #fcfcfc !important;
}

.bg-fcfcfc {
	background: #fcfcfc !important;
}

.text-b9b9b9 {
	color: #b9b9b9 !important;
}

.bg-b9b9b9 {
	background: #b9b9b9 !important;
}

.text-959595 {
	color: #959595 !important;
}

.bg-959595 {
	background: #959595 !important;
}

.text-dcdcdc {
	color: #dcdcdc !important;
}

.bg-dcdcdc {
	background: #dcdcdc !important;
}

.text-181818 {
	color: #181818 !important;
}

.bg-181818 {
	background: #181818 !important;
}

.text-282828 {
	color: #282828 !important;
}

.bg-282828 {
	background: #282828 !important;
}

.text-536177 {
	color: #536177 !important;
}

.bg-536177 {
	background: #536177 !important;
}

.text-2a3342 {
	color: #2a3342 !important;
}

.bg-2a3342 {
	background: #2a3342 !important;
}

.text-ffc200 {
	color: #ffc200 !important;
}

.bg-ffc200 {
	background: #ffc200 !important;
}

.text-e33531 {
	color: #e33531 !important;
}

.bg-e33531 {
	background: #e33531 !important;
}

.text-e03336 {
	color: #e03336 !important;
}

.bg-e03336 {
	background: #e03336 !important;
}

.text-ec0022 {
	color: #ec0022 !important;
}

.bg-ec0022 {
	background: #ec0022 !important;
}

.paragraph-small {
	font-size: 15px;
	line-height: 21px;
}

.paragraph-medium {
	font-size: 17px;
	line-height: 24px;
}

.paragraph-large {
	font-size: 20px;
	line-height: 28px;
}

/* main-title */
.main-title {
	font-family: 'Poppins';
	font-weight: 800;
	font-size: 75px;
	line-height: 95px;
	color: #2a3342;
	margin-bottom: 35px;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a:hover {
	color: #e33531;
}
/* main-title */

/* small-main-title */
.small-main-title {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 60px;
	line-height: 72px;
	color: #2a3342;
	letter-spacing: -1.2px;
	margin-bottom: 25px;
}

.small-main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.small-main-title a:hover {
	color: #e33531;
}
/* small-main-title */

/* section-title */
.section-title {
	font-family: 'Poppins';
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	color: #2a3342;
	margin-bottom: 25px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	color: #e33531;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #2a3342;
	letter-spacing: -0.72px;
	margin-bottom: 15px;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a:hover {
	color: #e33531;
}
/* block-title */

/* small-block-title */
.small-block-title {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 27px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 15px;
}

.small-block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.small-block-title a:hover {
	color: #e33531;
}
/* small-block-title */

/* extra-small-block-title */
.extra-small-block-title {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #2a3342;
	margin-bottom: 15px;
}

.extra-small-block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.extra-small-block-title a:hover {
	color: #e33531;
}
/* extra-small-block-title */

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	padding: 14px 28px;
	border: 2px solid transparent;
	box-shadow: none !important;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.btn-radius-35 {
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
}

.btn-simple-red {
	color: #e33531;
	background: transparent;
	border-color: #e33531;
}

.btn-simple-red:focus {
	color: #e33531;
	background: transparent;
	border-color: #e33531;
}

.btn-simple-red:active:focus,
.btn-simple-red:hover {
	color: #ffffff;
	background: #e33531;
	border-color: #e33531;
}

.btn-red {
	color: #ffffff;
	background: #e33531;
	border-color: #e33531;
}

.btn-red:focus {
	color: #ffffff;
	background: #e33531;
	border-color: #e33531;
}

.btn-red:active:focus,
.btn-red:hover {
	color: #e33531;
	background: transparent;
	border-color: #e33531;
}
/* buttons */

/* slick-slider */
.slick-slider .slick-slide {
	outline: none !important;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	font-size: 75px;
	line-height: 75px;
	color: #e33531;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.slick-slider .slick-arrow.slick-prev {
	left: 0;
}

.slick-slider .slick-arrow.slick-next {
	right: 0;
}

.slick-slider .slick-arrow:hover {
	color: #2a3342;
}

.slick-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.slick-slider .slick-dots li {
	display: inline-flex;
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
	width: 20px;
	height: 20px;
	background: #d9d9d9;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.slick-slider .slick-dots li:first-child {
	margin-left: 0;
}

.slick-slider .slick-dots li:last-child {
	margin-right: 0;
}

.slick-slider .slick-dots li.slick-active {
	background: #e03336 !important;
	border-color: #e03336 !important;
	width: 44px;
}

.slick-slider .slick-dots li:hover {
	background: #e03336 !important;
	border-color: #e03336 !important;
}

.slick-slider .slick-dots li button {
	display: none;
}
/* slick-slider */

/* common-star-rating-list */
.common-star-rating-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.common-star-rating-list ul li {
	display: inline-flex;
	margin: 0 5px;
	padding: 0;
	list-style-type: none;
	font-size: 30px;
	line-height: 30px;
	color: #ffc200;
}

.common-star-rating-list ul li:first-child {
	margin-left: 0;
}

.common-star-rating-list ul li:last-child {
	margin-right: 0;
}
/* common-star-rating-list */

/* common-form */
.common-form .form-group {
	margin-bottom: 20px;
}

.common-form .form-select,
.common-form .form-control {
	height: 45px;
	resize: none;
	font-family: 'Lato';
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	padding: 6px 23px;
	background-color: #f3f3f3;
	border: 1px solid #dcdcdc;
	box-shadow: none !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.common-form textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	/* height: 222px; */
	height: 165px;
}

.common-form .form-control::-webkit-input-placeholder { color: #959595; }
.common-form .form-control::-moz-placeholder { color: #959595; }
.common-form .form-control:-ms-input-placeholder { color: #959595; }
.common-form .form-control:-o-placeholder { color: #959595; }
.common-form .form-select::-webkit-input-placeholder { color: #959595; }
.common-form .form-select::-moz-placeholder { color: #959595; }
.common-form .form-select:-ms-input-placeholder { color: #959595; }
.common-form .form-select:-o-placeholder { color: #959595; }

.common-form .form-submit {
	margin-top: 30px;
	text-align: center;
}

.common-form form.invalid .wpcf7-not-valid-tip {
	text-align: left;
}

.common-form form.invalid .wpcf7-response-output {
	color: #dc3232;
	border-color: #dc3232;
}

.common-form form.sent .wpcf7-response-output {
	color: #0f5132;
	border-color: #0f5132;
}
/* common-form */

/* h-request-quote */
.h-request-quote-section {
	color: #ffffff;
	text-align: center;
	padding: 16px 0;
}

.h-request-quote-section p {
	margin: 0;
}

.h-request-quote-section p a {
	display: inline-block;
	color: inherit;
	border-bottom: 1px solid #ffffff;
}

.h-request-quote-section p a:hover {
	color: #e03336;
	border-color: #e03336;
}
/* h-request-quote */

/* common-main-detail */
.common-main-detail {
	font-weight: 500;
}

.common-main-detail .btn {
	font-weight: 500;
}
/* common-main-detail */

/* common-start-project-button */
.common-start-project-button .btn {
	font-weight: 500;
}
/* common-start-project-button */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header.header-absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.header .h-top {
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header .h-top .h-content {
	display: flex;
	align-items: center;
	margin: 0 -15px;
	padding: 15px 0;
}

.header .h-top .h-content > * {
	padding: 0 15px;
}

.header .h-top .h-content .h-left {
	flex: 0 0 auto;
	max-width: 100%;
}

.header .h-top .h-content .h-right {
	flex: 1 0 0;
	max-width: 100%;
	display: flex;
	justify-content: flex-end;
}

.header .h-logo {
	position: relative;
	z-index: 9;
	margin-left: 45px;
}

.header .h-logo img {
	width: 210px;
}

.header .h-logo img.active-img {
	display: none;
}

.header .h-contact-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 9;
}

.header .h-contact-list .h-contact-block {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #2a3342;
	margin-right: 12px;
	padding-left: 73px;
	position: relative;
}

.header.h-white-layout .h-contact-list .h-contact-block {
	color: #ffffff;
}

.header .h-contact-list .h-contact-block:last-child {
	margin-right: 0;
}

.header .h-contact-list a.h-contact-block:hover {
	color: #e03336;
}

.header .h-contact-list .h-contact-block .icon {
	position: absolute;
	left: 0;
	top: 50%;
	width: 60px;
	height: 60px;
	border: 2px solid #e33531;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .h-contact-list .h-contact-block .icon img {
	width: 42px;
}

.header .h-contact-list .h-contact-block .detail {
	word-break: break-all;
}

.header .h-contact-list .h-contact-block .detail p {
	margin-bottom: 5px;
}

.header .h-contact-list .h-contact-block .detail p a {
	color: inherit;
}

.header .h-contact-list .h-contact-block .detail p a:hover {
	color: #e03336;
}

.header .h-contact-list .h-contact-block .detail *:last-child {
	margin: 0;
}

.header .h-start-project {
	display: flex;
	justify-content: flex-end;
}

.header .h-start-project .btn {
	font-size: 15px;
	line-height: 22px;
	padding: 11px 20px;
}

.navbar {
	padding: 8px 10px;
	background: #282828;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.navbar-toggler {
    width: 30px;
    height: 20px;
    padding: 0;
    box-shadow: none !important;
    border: none;
}

.navbar-toggler .hamburger-toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger span {
    width: 100%;
    height: 2px;
    background-color: #e33531;
    margin-bottom: 5px;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
    top: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
    margin: 0;
    top: -9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
    opacity: 1 !important;
    top: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.navbar .navbar-collapse {
	justify-content: space-between;
}

.navbar-nav .nav-item {
	margin: 0 4px;
}

.navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar-nav .nav-item .nav-link {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	padding: 13px 20px;
	color: #ffffff;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.current-menu-item,
.navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar-nav .nav-item .nav-link:hover {
	color: #ffffff;
	background: #e33531;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
}

.banner-section .banner-main-image {
	position: relative;
}

.banner-section .banner-main-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 61.46%);
}

.banner-section .banner-main-image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	z-index: 9;
	text-align: center;
}

.banner-section .small-main-title {
	margin-bottom: 15px;
}

.banner-section .banner-detail {
	font-weight: 500;
	color: #c9c9c9;
}
/* banner */

/* local-home-services */
.local-home-services-section {
	/* padding: 50px 0 20px; */
	padding: 10px 0 20px;
}

.local-home-services-section .local-home-services-description > .row {
	margin: 0 -30px;
}

.local-home-services-section .local-home-services-description > .row > * {
	padding: 0 30px;
}

.local-home-services-section .local-home-services-content {
	margin-bottom: 30px;
}

.local-home-services-section .home-logo {
	margin-bottom: 20px;
}

.local-home-services-section .home-logo img {
	width: 432px;
}

.local-home-services-section .main-title {
	margin-bottom: 0;
}

.local-home-services-section .home-services-buttons {
	padding-top: 10px;
}

.local-home-services-section .home-services-buttons .btn {
	margin: 0 23px;
}

.local-home-services-section .home-services-buttons .btn:first-child {
	margin-left: 0;
}

.local-home-services-section .home-services-buttons .btn:last-child {
	margin-right: 0;
}

.local-home-services-carousel {
	opacity: 0;
}

.local-home-services-carousel.slick-initialized {
	opacity: 1;
}

.local-home-services-block {
	margin-bottom: 10px;
}

.local-home-services-block img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	font-family: 'object-fit: cover';
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.home-services-title-carousel {
	opacity: 0;
	margin-bottom: 10px;
}

.home-services-title-carousel.slick-initialized {
	opacity: 1;
}

.home-services-title-carousel .main-title {
	color: #e03336;
}
/* local-home-services */

/* services */
.services-section {
	padding: 20px 0;
}

.services-block {
	margin-bottom: 40px;
}

.services-block .services-image {
	display: block;
	position: relative;
	height: 200px;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.services-block .services-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}

.services-block .services-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.services-block a.services-image:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}

.services-block .services-image .services-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0;
	z-index: 9;
	font-family: 'Lato';
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.services-block a.services-image:hover .services-title {
	color: rgba(255, 255, 255, 0.85);
}

.services-block .services-detail {
	padding: 0 15px;
}
/* services */

/* excellence-experience */
.excellence-experience-section {
	padding: 45px 0 0;
}

.excellence-experience-section .excellence-experience-title {
	margin-bottom: 30px;
}

.excellence-experience-section .excellence-experience-block {
	height: 100%;
}

.excellence-experience-section .excellence-experience-block .excellence-experience-image {
	height: 100%;
}

.excellence-experience-section .excellence-experience-block .excellence-experience-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.experience-block {
	text-align: center;
	max-width: 300px;
	margin: 0 auto 90px;
}

.experience-block .icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e03336;
	margin: 0 auto 25px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.experience-block .detail {
	font-weight: 500;
}
/* excellence-experience */

/* trusted-home-services */
.trusted-home-services-section {
	position: relative;
	z-index: 9;
	padding: 35px 0;
	text-align: center;
}

.trusted-home-services-section:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.trusted-home-services-section .section-title {
	/* margin-bottom: 10px; */
	margin-bottom: 0;
}

.trusted-home-services-section .get-quote-button {
	padding-top: 25px;
}

.trusted-home-services-section .get-quote-button .btn:active:focus,
.trusted-home-services-section .get-quote-button .btn:hover {
	background: #ffffff;
	border-color: #ffffff;
}
/* trusted-home-services */

/* our-references */
.our-references-section {
	padding-top: 35px;
	padding-bottom: 25px;
	text-align: center;
}

.our-references-section .our-references-main-detail {
	margin-bottom: 50px;
}

.our-references-carousel {
	opacity: 0;
}

.our-references-carousel.slick-initialized {
	opacity: 1;
}

.our-references-carousel .slick-dots li {
	width: 16px !important;
	height: 16px !important;
	margin: 0 12px 12px;
	background: #f3f3f3;
	border-color: #c1c1c1;
}

.our-references-carousel .slick-arrow.slick-prev {
	left: auto;
	right: 100%;
	margin-right: 20px;
}

.our-references-carousel .slick-arrow.slick-next {
	right: auto;
	left: 100%;
	margin-left: 20px;
}

.our-references-carousel .slick-list {
	margin: 0 -15px;
}

.our-references-carousel .slick-slide {
	padding: 0 15px;
}

.our-references-carousel .our-references-block {
	padding: 30px;
	height: calc(100% - 25px);
	margin-bottom: 25px;
	background: linear-gradient(180deg, #f6f6f6 43.75%, rgba(255, 255, 255, 0.00) 100%);
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.our-references-carousel .our-references-block .common-star-rating-list {
	margin: 20px 0;
}

.our-references-carousel .our-references-block .detail {
	font-size: 15px;
	line-height: 21px;
}
/* our-references */

/* find-us-online */
.find-us-online-section {
	padding-top: 25px;
	padding-bottom: 25px;
}

.find-us-online-section .block-title {
	margin-bottom: 25px;
}

.find-us-online-carousel {
	opacity: 0;
}

.find-us-online-carousel.slick-initialized {
	opacity: 1;
}

.find-us-online-carousel .slick-track {
	margin-left: 0 !important;
}

.find-us-online-carousel .slick-list {
	margin: 0 -19px;
}

.find-us-online-carousel .slick-slide {
	padding: 0 19px;
}

.find-us-online-block {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 25px;
	height: 120px;
	background: linear-gradient(180deg, #F6F6F6 43.75%, rgba(255, 255, 255, 0.00) 100%);
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	margin: 25px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.find-us-online-block img {
	max-height: 100%;
	opacity: 0.6;
}

a.find-us-online-block:hover img {
	opacity: 1;
}
/* find-us-online */

/* latest-news-updates */
.latest-news-updates-section {
	position: relative;
	z-index: 9;
}

.latest-news-updates-section:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 78px);
	background: #181818;
	z-index: -1;
}

.latest-news-updates-section .latest-news-updates-description {
	/* padding: 60px 73px; */
	padding: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.latest-news-updates-section .latest-news-updates-description > .row {
	margin: 0 -30px;
}

.latest-news-updates-section .latest-news-updates-description > .row > * {
	padding: 0 30px;
}

.latest-news-updates-section .block-title {
	font-size: 30px;
	margin-bottom: 5px;
}

.latest-news-updates-form form {
	display: flex;
	align-items: center;
}

.latest-news-updates-form .form-control {
	flex: 1 0 0;
	max-width: 100%;
	resize: none;
	height: 40px;
	font-family: 'Lato';
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	background: #f3f3f3;
	color: #2a3342;
	box-shadow: none !important;
	border: 1px solid #dcdcdc;
	padding: 6px 28px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.latest-news-updates-form .form-control::-webkit-input-placeholder { color: #9b9b9b; }
.latest-news-updates-form .form-control::-moz-placeholder { color: #9b9b9b; }
.latest-news-updates-form .form-control:-ms-input-placeholder { color: #9b9b9b; }
.latest-news-updates-form .form-control:-o-placeholder { color: #9b9b9b; }

.latest-news-updates-form .form-submit {
	flex: 0 0 156px;
	max-width: 156px;
	width: 100%;
	margin-left: 12px;
}

.latest-news-updates-form .form-submit .btn {
	width: 100%;
	font-weight: 500;
	padding: 5px 15px;
}
/* latest-news-updates */

/* expert-services */
.expert-services-section {
	padding: 22px 0 50px;
}

.expert-services-section .block-title {
	font-weight: 600;
}

.expert-services-section .common-main-detail {
	margin-bottom: 40px;
}

.expert-services-section .expert-services-content .detail {
	font-weight: 500;
}

.expert-services-section .expert-services-content .detail p {
	margin-bottom: 35px;
}

.expert-services-section .common-start-project-button {
	padding-top: 10px;
}
/* expert-services */

/* unlock-home-potential */
.unlock-home-potential-section {
	padding: 45px 0 22px;
}

.unlock-home-potential-section .common-main-detail {
	margin-bottom: 50px;
}

.unlock-home-potential-section .services-list > .row {
	margin: 0 -10px;
}

.unlock-home-potential-section .services-list > .row > * {
	padding: 0 10px;
}

.unlock-home-potential-section .services-block {
	margin-bottom: 20px;
}

.unlock-home-potential-section .services-block .services-image .services-title {
	font-family: 'Poppins';
}

.unlock-home-potential-section .common-start-project-button {
	padding-top: 15px;
}
/* unlock-home-potential */

/* get-in-touch */
.get-in-touch-section {
	padding: 45px 0 25px;
}

.get-in-touch-section .small-main-title {
	margin-bottom: 10px;
}

.get-in-touch-section .section-title {
	font-weight: 700;
	margin-bottom: 10px;
}

.get-in-touch-section .common-main-detail {
	margin-bottom: 30px;
}
/* get-in-touch */

/* contact-main-slider */
.contact-main-slider-section {
	padding: 25px 0 50px;
}

.contact-carousel {
	opacity: 0;
}

.contact-carousel.slick-initialized {
	opacity: 1;
}

.contact-carousel .contact-image {
	height: 530px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.contact-carousel .contact-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/* contact-main-slider */

/* stay-connected */
.stay-connected-list {
	margin-top: 30px;
}

.stay-connected-block {
	margin-bottom: 25px;
}

.stay-connected-block .connected-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e03336;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.stay-connected-block .connected-icon img {
	max-width: 20px;
}

.stay-connected-block .connected-detail .extra-small-block-title {
	font-family: 'Lato';
	margin-bottom: 10px;
}

.stay-connected-block .connected-detail .detail {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	word-wrap: break-word;
}

.stay-connected-block .connected-detail p a {
	color: inherit;
}

.stay-connected-block .connected-detail p a:hover {
	color: #e03336;
}

.stay-connected-block .connected-detail ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.stay-connected-block .connected-detail ul li {
	display: inline-flex;
	margin: 0 15px 10px;
	padding: 0;
	list-style-type: none;
	font-size: 20px;
	line-height: 20px;
}

.stay-connected-block .connected-detail ul li:first-child {
	margin-left: 0;
}

.stay-connected-block .connected-detail ul li:last-child {
	margin-right: 0;
}

.stay-connected-block .connected-detail ul li a {
	color: #e03336;
}

.stay-connected-block .connected-detail ul li a:hover {
	color: #000000;
}
/* stay-connected */

/* stay-connected-dream */
.stay-connected-dream-section > .row {
	margin: 0 -30px;
}

.stay-connected-dream-section > .row > * {
	padding: 0 30px;
	height: 100%;
	position: relative;
}

.stay-connected-dream-section > .row > *:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #b9b9b9;
}

.stay-connected-dream-section > .row > *:first-child:before {
	display: none;
}

.stay-connected-form .extra-small-block-title {
	margin-bottom: 5px;
}

.stay-connected-form .detail {
	font-size: 10px;
	line-height: 18px;
}
/* stay-connected-dream */

/* your-project-team */
.your-project-team-section {
	padding: 55px 0 25px;
}

.your-project-team-section .common-start-project-button {
	margin-top: 25px;
}

.your-project-team-section .project-team-image {
	height: 160px;
	margin: 35px 0;
	overflow: hidden;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.your-project-team-section .project-team-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/* your-project-team */

/* our-services-main-detail */
.our-services-main-detail-section {
	padding: 50px 0 55px;
}

.our-services-main-detail-section .common-main-detail {
	margin-bottom: 35px;
}

.our-services-main-detail-section .detail {
	font-weight: 500;
}

.our-services-main-detail-section .common-start-project-button {
	padding-top: 10px;
}

.our-services-main-list {
	margin-top: 25px;
}

.our-services-main-list > .row {
	margin: 0 -25px;
}

.our-services-main-list > .row > * {
	padding: 0 25px;
}

.our-services-main-list .our-services-image {
	text-decoration: none;
	display: block;
	height: 160px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.our-services-main-list .our-services-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/* our-services-main-detail */

/* typography */
.typography-section {
	padding: 55px 0;
}

.typography-section .common-main-detail {
	margin-bottom: 25px;
}

.typography-section .paragraph-small {
    line-height: 25px;
}

.typography-section .typography-block {
    margin-bottom: 30px;
}

.typography-content .typography-block ul {
	padding: 0;
	list-style-type: none;
}

.typography-content .typography-block ul li {
	list-style-type: none;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
}

.typography-content .typography-block ul li::before {
    content: "";
    position: relative;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #556987;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin: 0 6px 0 0;
    flex: 0 0 4px;
}

.error-section .common-main-detail {
	margin: 0;
}

.error-section .common-main-detail p {
	margin-bottom: 8px;
}

.error-section {
	padding: 150px 0;
}


.terms-condition-section .typography-block p a {
	color: inherit;
}

.terms-condition-section .typography-block p a:hover {
	color: #e03336;
}
/* typography */

/* error page */
.error-page .common-start-project-button {
	padding-top: 15px;
}
/* error page */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: #181818;
	padding: 25px 0;
}

.footer .f-content {
	padding: 25px 0;
}

.f-top .f-content {
	border-bottom: 1px solid #536177;
}

.f-navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-navigation ul li {
	display: inline-flex;
	margin: 0 24px 10px;
	padding: 0;
	list-style-type: none;
	font-family: 'Lato';
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #8896ab;
	text-align: center;
}

.f-navigation ul li:first-child {
	margin-left: 0;
}

.f-navigation ul li:last-child {
	margin-right: 0;
}

.f-navigation ul li a {
	color: inherit;
}

.f-navigation ul li.active a,
.f-navigation ul li.current-menu-item a,
.f-navigation ul li.current-menu-parent a,
.f-navigation ul li a.active,
.f-navigation ul li a.current-menu-item,
.f-navigation ul li a.current-menu-parent,
.f-navigation ul li a:hover {
	color: #e33531;
}

.f-copyright ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-copyright ul li {
	display: inline-flex;
	margin: 0 24px 10px;
	padding: 0;
	list-style-type: none;
	font-family: 'Lato';
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #8896ab;
	text-align: center;
}

.f-copyright ul li:first-child {
	margin-left: 0;
}

.f-copyright ul li:last-child {
	margin-right: 0;
}

.f-copyright ul li a {
	color: inherit;
}

.f-copyright ul li.active a,
.f-copyright ul li.current-menu-item a,
.f-copyright ul li.current-menu-parent a,
.f-copyright ul li a.active,
.f-copyright ul li a.current-menu-item,
.f-copyright ul li a.current-menu-parent,
.f-copyright ul li a:hover {
	color: #e33531;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Modal Start ==========*/
/*==================================================================*/
.request-quote-modal .modal-content {
	border: none;
	overflow: hidden;
	background: transparent;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.request-quote-modal .modal-body {
	padding: 0;
	position: relative;
}

.request-quote-modal .modal-body .btn-close {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1;
	box-shadow: none;
	z-index: 99;
	padding: 0;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") no-repeat;
	background-size: 100% 100%;
}

.request-quote-modal .modal-body .btn-close:hover {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e03336'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") no-repeat;
	background-size: 100% 100%;
}

.request-quote-modal .request-quote-love-block .request-quote-form {
	position: relative;
	z-index: 9;
	padding: 45px 37px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.request-quote-modal .request-quote-love-block .block-title {
	font-weight: 800;
	letter-spacing: 0;
}

.request-quote-modal .request-quote-love-block .request-quote-image {
	height: 100%;
	margin-right: -30px;
	overflow: hidden;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.request-quote-modal .request-quote-love-block .request-quote-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: left center;
}
/*==================================================================*/
/*========== Modal End ==========*/
/*==================================================================*/
