@charset "utf-8";
/* CSS Document */  

/*---------- Google Fonts ----------*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-style: normal; 
	font-weight: 300;
	line-height: 150%;
}

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;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

span {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

figure {
	margin: 0;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: none;
	color: #D2042D;
}

ul li,
ol li {
	font-size: 20px;
	line-height: 150%;
	color: #000;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: none;
	color: #000;
}

h1 {
	font-size: 80px;
	line-height: 112px;
	font-weight: 600;
}

h2 {
	font-size: 68px;
	line-height: 80px;
	font-weight: 500;
}

h3 {
	font-size: 56px;
	line-height: 84px;
	font-weight: 600;
}

h4 {
	font-size: 48px;
	line-height: 72px;
	font-weight: 600;
}

h5 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
}

h6 {
	font-size: 21px;
	line-height: 40px;
	font-weight: 400;
}

.alignnone {
	float: none;
	margin: 20px 0;
}

.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.aligncenter {
    float: none;
    display: block;
    margin: 20px auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-control:focus {
	box-shadow: none;
	border-color: transparent;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

textarea {
	resize: none;
}

/* font-weight */
.font-weight-400 {
	font-weight: 400 !important;
}

.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.font-weight-800 {
	font-weight: 800 !important;
}

.font-weight-900 {
	font-weight: 900 !important;
}

/* font-weight */

/* color */
.color-white {
	color: #FFF !important;
}

/* color */

/* fix width */
.fix-width-1320 {
	width: 100%;
	max-width: 1320px;
}

.fix-width-1720 {
	width: 100%;
	max-width: 1720px;
}

.fix-width-1344 {
	width: 100%;
	max-width: 1344px;
}

.fix-width-1652 {
	width: 100%;
	max-width: 1663px;
}

.fix-width-1238 {
	width: 100%;
	max-width: 1238px;
}

.fix-width-1332 {
	width: 100%;
	max-width: 1332px;
}

.fix-width-1180 {
	width: 100%;
	max-width: 1180px;
}

.fix-width-1310 {
	width: 100%;
	max-width: 1310px;
}

.fix-width-1494 {
	width: 100%;
	max-width: 1494px;
}

.fix-width-1290 {
	width: 100%;
	max-width: 1290px !important;
}

.fix-width-758 {
	width: 100%;
	max-width: 758px !important;
}

.fix-width-1517 {
	width: 100%;
	max-width: 1517px !important;
}

.fix-width-1354 {
	width: 100%;
	max-width: 1354px;
}

.fix-width-1276 {
	width: 100%;
	max-width: 1276px;
}

.fix-width-1384 {
	width: 100%;
	max-width: 1384px;
}

.fix-width-1304 {
	width: 100%;
	max-width: 1304px;
}

.fix-width-1160 {
	width: 100%;
	max-width: 1160px;
}

.fix-width-1190 {
	width: 100%;
	max-width: 1190px;
}

.fix-width-994 {
	width: 100%;
	max-width: 994px;
}

/* fix width */

/* common-style */
.section-title {
	color: #000;
	font-size: 60px;
	font-weight: 700;
	line-height: 116.667%;
	text-transform: uppercase;
}

.section-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: uppercase;
	margin: 0;
}

.section-title span {
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-medium-title {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}

.section-medium-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: uppercase;
	margin: 0;
}

.section-medium-title span {
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-small-title {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 133.333%;
}

.section-small-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

.detail {
	color: #000;
	font-size: 20px;
	line-height: 150%;
}

.detail * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

/* common-style */

/* buttons */
.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 7px 7px 7px 12px;
	border: none;
	border-radius: 5px;
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.btn span {
	margin: 0 0 0 12px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.red-btn {
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
	color: #FFF;
}

.red-btn span {
	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;
	background: #FFF;
	color: #000;
}

.red-btn:hover {
	background: linear-gradient(180deg, #A50336 -2.08%, #D2042D 99.31%);
	color: #FFF;
}

.white-btn {
	padding: 7px 7px 7px 12px;
	background: #FFF;
	color: #000;
}

.white-btn span {
	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;
	color: #FFF;
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
}

.white-btn:hover {
	color: #FFF;
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
}

.white-btn:hover span {
	background: #FFF;
	color: #000;
}

/* buttons */

/*  wp btn  */
.form-btn{
	display: inline-flex;
	position: relative;
	max-width: 176px;
}

.form-btn .btn{
	padding: 10px 47px 10px 12px;
}

.form-btn::after{
	position: absolute;
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	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;
	background: #FFF;
	color: #000;
	right: 18px;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.form-modal .common-form .form-btn::after{
	right: 62px;
}
/*  wp btn  */

/* form-error */
.wpcf7-not-valid-tip{
	position: absolute;
	font-size: 15px;
	line-height: 25px;
}
/* form-error */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	z-index: 999;
	padding: 40px 0 0;
	top: 0;
	left: 40px;
	right: 40px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-brand {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
	top: 35px;
	z-index: 99;
}

.navbar {
	position: relative;
	padding: 0;
}

.navbar .navbar-collapse {
	position: relative;
}

.navbar .navbar-collapse::before {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.2);
	width: calc(100% + 30px);
	height: 1px;
	bottom: 0;
	left: auto;
	right: 0;
}

.navbar-nav {
	margin: 0 auto;
}

.navbar-nav .nav-item {
	padding: 0;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
}

.navbar-nav .nav-item:not(:last-child) {
	margin-right: 60px;
}

.navbar-nav .nav-item .nav-link {
	position: relative;
	padding: 63px 0 40px;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.navbar-nav .nav-item .nav-link::before {
	position: absolute;
	content: "";
	background: #FFF;
	width: 0;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	z-index: 999;
}

.navbar-nav .nav-item .nav-link:hover::before {
	width: 100%;
}

.navbar-nav .nav-item .nav-link.active::before {
	width: 100%;
}

.navbar-nav .nav-item {
	position: relative;
}

.navbar-nav .nav-item::before {
	position: absolute;
	content: "";
	background: #FFF;
	width: 0;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	z-index: 999;
}

.navbar-nav .nav-item.current-menu-item::before{
	width: 100%;
}

.dropdown-toggle {
	padding-right: 20px !important;
}

.dropdown-toggle::after {
	position: absolute;
	content: "";
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2212%22%20height=%228%22%20viewBox=%220%200%2012%208%22%20fill=%22none%22%3E%3Cpath%20d=%22M1%201L5.8%206L11%201%22%20stroke=%22white%22%20stroke-width=%222%22%20stroke-linecap=%22round%22/%3E%3C/svg%3E');
	background-size: cover;
	background-repeat: no-repeat;
	width: 12px;
	height: 7px;
	right: 0;
	top: 50%;
	border: none;
	transition: 0.4s;
	transform: translateY(115%);
	-webkit-transform: translateY(115%);
	-moz-transform: translateY(115%);
	-ms-transform: translateY(115%);
	-o-transform: translateY(115%);
}

.header-btn {
	position: relative;
	top: 10px;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
	padding: 15px 0;
	width: 406px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
}

.dropdown-item {
	position: relative;
	padding: 5px 20px;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	white-space: normal;
}

.dropdown-item::before {
	position: absolute;
	content: "";
	background: rgba(210, 4, 45, 1);
	width: 3px;
	height: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.4s;
	border-radius: 0 5px 5px 0;
}

.dropdown-item:hover::before,
.dropdown-item.active::before {
	height: 100%;
}

.dropdown-item:hover,
.dropdown-item.active {
	background: rgba(210, 4, 45, 0.1);
	color: #000;
}

.dropdown-menu li:not(:last-child) {
	margin-bottom: 4px;
}


.dropdown-menu li{
	position: relative;
}

.dropdown-menu li.current-menu-item > a::before {
   height: 100%;
}	

.dropdown-menu li.current-menu-item > a{
	background: rgba(210, 4, 45, 0.1);
	color: #000;
}

.dropdown-menu li{
	margin-right: 0 !important;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/* banner */
.banner-section {
	position: relative;
	padding: 40px 40px 0;
}

.banner-image {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner-image::before {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.00) 22.61%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.banner-image::after {
	position: absolute;
	content: "";
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 8.3%, rgba(0, 0, 0, 0.00) 35.28%);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.banner-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-image img {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.banner-block {
	position: absolute;
	width: 100%;
	top: auto;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
}

.banner-content .detail {
	margin: 25px 0 0;
}

.banner-btn {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}

/* banner */

/* video-section */
.video-section {
	padding: 150px 0 75px;
}

.video-content {
	display: flex;
}

.video-left-part {
	width: 100%;
	max-width: 531px;
	margin: 96px 0 0;
}

.video-left-part .logo-part {
	margin: 0 0 0 24px;
}

.video-left-part .section-title {
	margin: -14px 0 0;
}

.video-left-part .section-title span {
	display: block;
}

.video-block {
	position: relative;
	width: 100%;
	max-width: 350px;
	height: 419px;
	z-index: 9;
	cursor: pointer;
}

.video-block * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
}

.video-center-part {
	position: relative;
	padding: 0 0 25px 24px;
	height: 100%;
}

.video-center-part::before {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.1) -2.08%, rgba(165, 3, 54, 0.1) 99.31%);
	width: 238px;
	height: 322px;
	left: -20px;
	bottom: 0;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
}

.video-center-part .play-video {
	position: relative;
	z-index: 9;
	display: inline-flex;
	align-items: center;
	top: 13px;
	left: -25px;
	cursor: pointer;
}

.play-video span {
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	margin: 4px 0 0 5px;
}

.video-right-part {
	width: 100%;
	max-width: 392px;
	margin: 73px 0 0 47px;
}

.video-right-part .detail>*:not(:last-child) {
	margin-bottom: 20px;
}

.video-right-part .read-more-btn {
	margin: 30px 0 0;
}

.video-popup .modal-content {
	background-color: transparent;
	border: none;
}

.video-popup .modal-body {
	padding: 0;
}

.video-popup .modal-dialog {
	width: 100%;
	max-width: 700px;
}

.modal-dialog iframe{
	width: 700px;
	height: 400px;
}

.video-popup .btn-close {
	position: absolute;
	top: -45px;
	right: 0;
	background: none;
	opacity: 1;
}

.video-popup .btn-close:focus {
	box-shadow: none;
}

/* video-section */

/* our services */
.our-services {
	padding: 75px 0;
}

.our-services-info .detail {
	margin: 30px -1px 0;
}

.our-services-block {
	margin: 100px 0 0;
	padding: 0 30px;
}

.our-services-wrp .row {
	align-items: center;
	margin: 0;
}

.our-services-wrp .row>* {
	padding: 0;
}

.our-services-wrp .our-services-image {
	height: 537px;
	margin: 0 -50px 0 0;
}

.our-services-wrp .our-services-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-services-wrp .our-services-image img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.our-services-wrp .our-services-detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 430px;
	position: relative;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	margin: 0 0 0 -114px;
	padding: 50px 51px 50px 59px;
	z-index: 9;
}

.our-services-detail .detail {
	margin: 20px 0 0;
	padding: 20px 0 0;
	color: rgba(0, 0, 0, 0.5);
	border-top: 1px solid #D9D9D9;
}

.our-services-detail .quote-btn {
	margin: 40px 0 0;
}

.our-services-detail .quote-btn .btn {
	padding: 7px 7px 7px 10px;
}

.our-services-block>*:not(:last-child) {
	margin-bottom: 100px;
}

.our-services-block>*:nth-child(even) .row {
	flex-direction: row-reverse;
}

.our-services-block>*:nth-child(even) .our-services-detail {
	margin: 0 -114px 0 0;
}

.our-services-block>*:nth-child(even) .our-services-image {
	margin: 0 0 0 -50px;
}

/* our services */

/* form modal */
.form-modal .modal-dialog {
	max-width: 1372px;
}

.form-modal .modal-content{
	border: none;
	border-radius: 10px;
}

.form-modal .modal-body {
	padding: 90px 70px 50px;
}

.form-modal .common-form .row {
	margin: 0 -20px;
}

.form-modal .common-form .row>* {
	padding: 0 20px;
}

.form-modal .common-form .form-control {
	padding: 16px 55px 16px 20px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.form-modal .common-form .form-control::placeholder {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.form-modal .common-form .form-input .input-icon{
	position: absolute;
	top: 13px;
	right: 20px;
	pointer-events: none;
}

.form-modal .common-form .form-select{
	background-image: none;
	transition: 0.4s;
}

.form-modal .common-form .form-select.rotate-arrow + .input-icon {
    transform: rotate(180deg);
}

.form-modal .common-form .input-icon {
    transition: transform 0.4s;
}

.form-modal .common-form .form-btn{
	display: flex;
	justify-content: center;
}

.form-modal .common-form .form-input::after{
	display: none;
}

.form-modal .common-form .form-group{
	margin-bottom: 40px;
}

.form-modal .common-form textarea.form-control{
	padding: 16px 55px 16px 20px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 18px;
}

.form-modal .common-form textarea.form-control::placeholder{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.form-modal .btn-close {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border: 2px solid #A50336;
	position: absolute;
	top: 30px;
	right: 30px;
	background: none;
	opacity: 1;
	border-radius: 5px;
}

.form-modal .btn-close:focus {
	box-shadow: none;
}
/* form modal */

/* customers review */
.customers-review {
	margin: 75px 40px;
	padding: 85px 0;
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.05) 0%, rgba(165, 3, 54, 0.05) 100%);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.customers-review-content .row {
	align-items: center;
	margin: 0;
}

.customers-review-content .row>* {
	padding: 0;
}

.customers-review-detail {
	position: relative;
}

.customers-review-detail::after {
	position: absolute;
	content: "";
	background: rgba(210, 4, 45, 0.3);
	width: 1px;
	height: 457px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.customers-review-detail .detail {
	color: #999;
	margin: 25px 0 0;
}

.customers-review-block {
	width: 100%;
	max-width: 584px;
	margin: 0 0 0 auto;
}

.customers-review-title {
	margin: 20px 0 0;
}

.customers-review-title span {
	display: block;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 300;
}

.customers-review-slider-detail {
	margin: 0;
}

.customers-review-slider .slick-dots .slick-active button{
	background: #d2042d !important;
}

.customers-review-slider .slick-dots {
	padding: 0;
	display: flex;
	justify-content: center;
	margin: 20px 0 30px 0;
	list-style: none;
	/* position: absolute; */
	/* top: 0; */
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}

.customers-review-slider .slick-dots li {
	position: relative;
	list-style: none;
	/* padding: 0 0 41px 0; */
	cursor: pointer;
}

.slick-dots li button {
	text-indent: -9999px;
 }

.customers-review-slider .slick-dots li:not(:last-child) {
	margin-right: 24px;
}

.customers-review-slider .slick-dots li button {
	padding: 0;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-color: #bfbfbfb7;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 50px;
}

/* .customers-review-slider .slick-dots li::after {
	position: absolute;
	content: "";
	background: #D2042D;
	width: 0;
	height: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
} */

.customers-review-slider .slick-dots li:hover::after,
.customers-review-slider .slick-dots li.slick-active::after {
	width: 100%;
}

.customers-review-image-block{
	width: 66px;
	height: 66px;
	cursor: pointer;
}

.customers-review-image-block *{
	width: 100%;
	height: 100%;
}

.customers-review-image-block img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.customers-review-image-block{
	position: relative;
	padding: 0 0 41px;
	cursor: pointer;
	width: 66px;
	height: 100%;
}

.customers-review-image-block::after{
	position: absolute;
	content: "";
	background: #D2042D;
	width: 0;
	height: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.customers-review-image-slider-item.slick-current .customers-review-image-block::after{
	width: 100%;
}

.customers-review-image-block .customers-review-image{
	width: 66px;
	height: 66px;
}

.customers-review-image *{
	width: 100%;
	height: 100%;
}

.customers-review-image-block img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.customers-review-image-slider{
	margin: 0 0 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* customers review */

/* team section */
.team-section {
	padding: 150px 0 110px;
}

.team-services-section {
	padding: 65px 0 75px;
}

.team-slider-part {
	padding: 63px 28px;
	margin: 50px 0 0;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.team-slider-detail {
	display: flex;
	justify-content: center;
}

.team-slider-image {
	width: 189px;
	height: 189px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.team-slider-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-slider-image img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.team-slider-title {
	margin: 20px 0 0;
	text-align: center;
}

.team-slider-title * {
	color: #D2042D;
	font-size: 25px;
	font-weight: 700;
	line-height: 100%;
	margin: 0;
}

.team-slider-detail .detail {
	line-height: 100%;
	margin: 10px 0 0;
	text-align: center;
}

.team-slider-social-media {
	margin: 0 0 0 15px;
	display: flex;
	align-items: flex-end;
}

.team-slider-social-media ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-slider-social-media ul li:not(:last-child) {
	margin-bottom: 10px;
}

.team-slider-social-media ul li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: rgba(210, 4, 45, 0.06);
	font-size: 18px;
	color: #D2042D;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.team-slider-social-media ul li a:hover {
	color: #000; 
}

.team-slider .slick-list {
	margin: 0 -22px;
}

.team-slider .slick-slide {
	padding: 0 22px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.team-slider .slick-slide.highlight {
	border-right: none !important;
}

.team-slider .slick-arrow {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	background: rgba(210, 4, 45, 0.05);
	top: -165px;
	right: -28px;
	cursor: pointer;
	border: 1px solid rgba(210, 4, 45, 0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.team-services-section .team-slider .slick-arrow {
	left: -28px;
}

.team-slider .slick-prev {
	right: 20px !important;
}

.team-services-section .team-slider .slick-next {
	left: 20px !important;
}

.team-slider .slick-arrow:hover {
	background: rgba(210, 4, 45, 0.8);
}

.team-slider .slick-arrow:hover svg path {
	stroke: #FFF;
}

/* team section */

/* get in touch */
.get-in-touch-section {
	padding: 150px 0 45px;
}

.get-in-touch-content .detail {
	margin: 30px 0 0;
}

.get-in-touch-part {
	margin: 80px 0 0;
	padding: 0 8px;
}

.get-in-touch-part .get-in-touch-title * {
	color: #000;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
}

.get-in-touch-block {
	margin: 30px 0 0;
}

.get-in-touch-block .row {
	margin: 0 -25px;
}

.get-in-touch-block .row>* {
	padding: 0 25px;
}

.get-in-touch-block .get-in-touch-detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 30px;
	height: calc(100% - 30px);
	padding: 20px 30px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}

.get-in-touch-detail .get-in-touch-image {
	padding: 3px 0 6px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: rgba(210, 4, 45, 0.1);
	width: 42px;
	height: 42px;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.get-in-touch-detail-info {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin: 15px 0 0;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 100%;
	text-align: center;
}

.get-in-touch-detail-info a,
.get-in-touch-detail-info span {
	margin: 5px 0 0 !important;
}

.get-in-touch-detail-info a:hover {
	color: #D2042D;
}

/* get in touch */

/* ontact map */
.contact-wrp iframe {
	height: 100%;
	width: 100%;
}

.gm-style .gm-style-iw-c {
	background: #000;
	border-radius: 0;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	padding: 20px 12px !important;
	max-width: 251px !important;
}

.gm-style-iw-d {
	overflow: hidden !important;
}

.gm-style .gm-style-iw-c h1 {
	font-family: "Montserrat", sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
}

.gm-style .gm-style-iw-c p {
	font-family: "Montserrat", sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 133.333%;
	margin: 15px 0 0;
}

#map {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
}

.contact-wrp {
	margin: 115px 0 170px;
	height: 700px;
	width: 100%;
	z-index: 99;
	position: relative;
}

.contact-wrp .container {
	height: 100%;
}

.contact-wrp .contact-wrp-content{
	position: relative;
	width: 100%;
	max-width: 1620px;
	height: 100%;
	margin: 0 auto;
}

.contact-wrp .contact-wrp-content .contact-form{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 65px;
}

.gm-style .gm-style-iw-tc::after {
	background: #000;
	width: 50px;
	height: 18px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.gm-ui-hover-effect>span {
	background-color: #FFF;
}

.gm-ui-hover-effect {
	opacity: 1;
}

/* contact map */

/* fire protection services */
.fire-protection-services-block {
	padding: 75px 0;
}

.fire-protection-services-content .row {
	margin: 0;
}

.fire-protection-services-content .row>* {
	padding: 0;
}

.fire-common-part .common-list {
	margin: 25px 0 0;
}

.fire-common-part .common-list ul li {
	margin: 0 0 28px;
	line-height: 100%;
}

.fire-protection-services-content .system-building-block .system-building-img {
	width: 100%;
	max-width: 437px;
	height: 532px;
	margin-left: auto;
}

.fire-protection-services-content .system-building-block .system-building-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fire-protection-services-detail {
	width: 100%;
	max-width: 574px;
	margin: 40px auto 0 40px;
}

.fire-protection-services-detail .detail {
	width: 100%;
	max-width: 510px;
	padding: 50px 0 0 20px;
}

.fire-protection-services-detail .detail>*:not(:last-child) {
	margin-bottom: 30px;
}

.fire-protection-services-detail .get-a-quote-btn {
	margin: 40px 0 0 20px;
}

/* fire protection services */

/* fire-alarm-info */
.fire-alarm-info-section {
	padding: 75px 0;
}

.fire-alarm-info-content .row {
	align-items: center;
	margin: 0;
}

.fire-alarm-info-content .row>* {
	padding: 0;
}

.fire-alarm-info-detail .video-center-part::before {
	left: 0;
}

.fire-alarm-info-detail .video-center-part .video-block {
	width: 100%;
	max-width: 474px;
	height: 491px;
}

.fire-alarm-info-detail .video-center-part .video-block * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fire-alarm-info-detail .video-center-part .video-block img {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.fire-alarm-info-detail .detail {
	margin: 30px 0 0;
	color: #D2042D;
}

.fire-alarm-info-detail .detail>*:not(:last-child) {
	margin-bottom: 20px;
}

.fire-alarm-info-block-part {
	width: 100%;
	max-width: 688px;
	margin-left: auto;
}

.fire-alarm-info-part .list {
	margin: 30px 0 0;
}

.fire-alarm-info-part .list ul li {
	font-weight: 400;
	padding-left: 50px;
}

.fire-alarm-info-part .list ul li::before {
	left: 8px;
    top: 6px;
    z-index: 99;
}

.fire-alarm-info-part .list ul li:after {
	position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #FCF2F4;
    border: 1px solid rgba(210, 4, 45, 0.6);
    left: 0;
    top: -2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fire-alarm-info-block-part>*:first-child {
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid rgba(117, 117, 117, 0.2);
}

/* fire-alarm-info */

/* fire door installation */
.fire-door-installation-section {
	padding: 75px 0;
}

.fire-door-installation-content .detail {
	width: 100%;
	max-width: 676px;
	margin: 40px auto 0;
}

.fire-door-installation-block {
	margin: 50px 0 0;
	border-radius: 10px;
	border: 1px solid rgba(210, 4, 45, 0.60);
	overflow: hidden;
	display: flex;
}

.fire-door-installation-detail .fire-door-installation-detail-title {
	padding: 28px 0;
	background: #FCF2F4;
}

.fire-door-installation-detail .fire-door-installation-detail-title * {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	line-height: 100%;
	margin: 0;
}

.fire-door-installation-block>*:first-child {
	width: 100%;
	max-width: 697px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.fire-door-installation-block>*:last-child {
	width: 100%;
	max-width: 607px;
}

.fire-door-installation-block>*:first-child .list {
	padding: 30px 35px 30px 45px;
}

.fire-door-installation-block>*:last-child .list {
	padding: 30px 20px 30px 35px;
}

.fire-door-installation-detail .list li {
	font-weight: 400;
	padding-left: 48px;
}

.fire-door-installation-detail .list li:not(:last-child) {
	margin-bottom: 30px;
}

.fire-door-installation-detail .list ul li::before {
	left: 8px;
    top: 6px;
    z-index: 99;
}

.fire-door-installation-detail .list ul li:after {
	position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #FCF2F4;
    border: 1px solid rgba(210, 4, 45, 0.6);
    left: 0;
    top: -2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* fire door installation */

/* emergency lights installation */
.emergency-lights-installation {
	padding: 75px 0;
}

.emergency-lights-installation-content .video-center-part::before {
	left: 0;
}

.emergency-lights-installation-content .row {
	align-items: center;
}

.emergency-light-block .video-center-part .video-block {
	width: 100%;
	max-width: 385px;
	height: 435px;
}

.emergency-light-block .video-center-part .video-block * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emergency-light-block .video-center-part .video-block img {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.emergency-lights-installation-detail {
	width: 100%;
	max-width: 649px;
	margin: auto;
}

.emergency-lights-installation-detail .list {
	margin: 30px 0 0;
}

.emergency-lights-installation-detail .list ul li {
	font-weight: 400;
	padding-left: 50px;
}

.emergency-lights-installation-detail .list ul li:not(:last-child) {
	margin-bottom: 30px;
}

.emergency-lights-installation-detail .list ul li::before {
	left: 8px;
    top: 6px;
    z-index: 99;
}

.emergency-lights-installation-detail .list ul li:after {
	position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #FCF2F4;
    border: 1px solid rgba(210, 4, 45, 0.6);
    left: 0;
    top: -2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.emergency-lights-installation-detail .detail {
	color: #D2042D;
	margin: 50px 0 0;
}

/* emergency lights installation */

/* fire-safety benefits */
.fire-safety-benefits {
	padding: 75px 0;
}

.fire-safety-benefits .system-building-block {
	padding: 0 30px 30px 0;
}

.fire-safety-benefits .system-building-block .system-building-img {
	width: 100%;
	max-width: 474px;
	height: 491px;
}

.fire-safety-benefits .system-building-block .system-building-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fire-safety-benefits-detail .list {
	margin: 40px 0 0;
}

.fire-safety-benefits-detail .list ul {
	display: flex;
	flex-wrap: wrap;
}

.fire-safety-benefits-detail .list ul li {
	width: 100%;
	max-width: 50%;
	flex: 0 0 50%;
	font-weight: 500;
	padding-left: 50px;
	margin-bottom: 20px;
}

.fire-safety-benefits-detail .list ul li::before {
	left: 8px;
	top: 6px;
	z-index: 99;
}

.fire-safety-benefits-detail .list ul li::after {
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	background: #FCF2F4;
	border: 1px solid rgba(210, 4, 45, 0.6);
	left: 0;
	top: -2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.fire-safety-benefits-content>.row>*:first-child>*:first-child {
	position: relative;
	padding: 0 0 25px 0;
	margin: 0 0 45px 0;
}

.fire-safety-benefits-content>.row>*:first-child>*:first-child:after {
	position: absolute;
	content: "";
	background: rgba(117, 117, 117, 0.2);
	width: 605px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
}

.fire-safety-benefits-content .section-small-title{
	margin: 100px 0 0;
}

/* fire-safety benefits */

/* our process */
.our-process {
	padding: 75px 0;
}

.our-process-content .video-center-part::before {
	left: 0;
}

.our-process-content .video-center-part .video-block {
	width: 100%;
	max-width: 385px;
	height: 435px;
}

.our-process-content .video-center-part .video-block * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-process-content .video-center-part .video-block img {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.our-process-detail {
	padding-left: 10px;
}

.our-process-detail .list {
	margin: 30px 0 0;
}

.our-process-detail .list ul li {
	font-weight: 400;
	padding-left: 50px;
}

.our-process-detail .list ul li:not(:last-child) {
	margin-bottom: 40px;
}

.our-process-detail .list ul li::before {
	left: 8px;
	top: 6px;
	z-index: 99;
}

.our-process-detail .list ul li::after {
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	background: #FCF2F4;
	border: 1px solid rgba(210, 4, 45, 0.6);
	left: 0;
	top: -2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.our-process-detail .detail {
	margin: 50px 0 0;
	color: #D2042D;
}

/* our process */

/* system-building-wrp-list-part */
.system-building-wrp-list-part {
	position: relative;
	width: 100%;
	max-width: 1205px;
	margin: 50px auto 0;
	padding: 50px 88px;
	border-radius: 15px;
	border: 1px solid rgba(210, 4, 45, 0.1);
	background: #FFF;
	box-shadow: 0px 0px 18.022px 0px rgba(0, 0, 0, 0.10);
}

.system-building-wrp-list-part::after {
	position: absolute;
	content: "";
	background-image: url('../images/transparent-logo.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 150px;
	right: 0;
	bottom: 0;
}

.system-building-wrp-list-part .row {
	margin: 0 -55px;
}

.system-building-wrp-list-part .row>* {
	padding: 0 55px;
}

.system-building-wrp-list-part .row>*:first-child {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.system-building-wrp-list-part .list ul li {
	font-weight: 400;
	padding-left: 50px;
}

.system-building-wrp-list-part .list ul li:not(:last-child) {
	margin-bottom: 40px;
}

.system-building-wrp-list-part .list ul li::before {
	left: 8px;
	top: 6px;
	z-index: 99;
}

.system-building-wrp-list-part .list ul li::after {
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	background: #FCF2F4;
	border: 1px solid rgba(210, 4, 45, 0.6);
	left: 0;
	top: -2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

/* system-building-wrp-list-part */

/* fire-safety-equipment-block */
.fire-safety-equipment-block {
	padding: 5px 0;
}

.fire-safety-equipment-block .detail {
	margin-bottom: 30px;
}

.fire-safety-equipment-block .system-building-types {
	margin-bottom: 30px;
}

.Brochure-btn {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
}

/* fire-safety-equipment-block */

/* fire safety awareness */
.fire-safety-awareness {
	padding: 75px 0;
	margin: 190px 0 0 0;
}

.fire-safety-awareness-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fire-safety-awareness-detail {
	width: 100%;
	max-width: 447px;
	border-radius: 9px;
	border: 1px solid rgba(210, 4, 45, 0.50);
	background: rgba(210, 4, 45, 0.05);
	margin: 0 0 160px;
}

.fire-safety-awareness-image {
	position: relative;
	top: -130px;
	width: 100%;
	max-width: 387px;
	height: 277px;
	margin: 0 auto;
}

.fire-safety-awareness-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fire-safety-awareness-image img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.fire-safety-awareness-detail .detail {
	margin: -110px 0 10px;
}

.price-info {
	text-align: center;
	padding: 0 0 20px 0;
}

.price-info * {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.price-info span {
	font-weight: 600;
	color: #D2042D;
}
/* fire safety awareness */

/* 404 page */
.error-page{
	padding: 200px 0 50px;
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.3) -2.08%, rgba(165, 3, 54, 0.3) 99.31%);
}

.error-page .error-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.error-content .section-title{
	font-size: 100px;
}

.error-content .section-small-title{
	margin: 20px 0 0;
}

.error-content .back-home-btn{
	margin: 20px 0 0;
}

.error-content .back-home-btn .btn:focus{
	color: #FFF;
}
/* 404 page */

/* typography */
.typography-section{
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.2) -2.08%, rgba(165, 3, 54, 0.2) 99.31%);
	padding: 240px 0 80px;
}

.typography-detail p{
	margin: 0 0 25px;
}

.typography-detail h1,
.typography-detail h2,
.typography-detail h3,
.typography-detail h4,
.typography-detail h5,
.typography-detail h6{
	margin: 0 0 25px;
}
/* typography */

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	padding: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.footer-top {
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.1) -2.08%, rgba(165, 3, 54, 0.1) 99.31%);
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
	padding-top: 70px;
}

.footer-top-part {
	position: relative;
	padding: 55px 0 0;
	display: flex;
	justify-content: space-between;
	z-index: 99;
}

.footer-top-left-part a:hover {
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.facebook-link {
	display: flex;
	align-items: center;
}

.facebook-link span {
	margin: 0 0 0 10px;
}

.facebook-link:hover span {
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-logo {
	position: relative;
	display: flex;
	justify-content: center;
	margin: -30px 0 0;
}

.footer-logo::after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	width: 742px;
	height: 1px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.footer-logo::before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	width: 742px;
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.footer-menu {
	margin: 40px 0 0;
}

.footer-contact-part {
	width: 100%;
	max-width: 1296px;
	margin: 50px auto 0;
	padding-bottom: 50px;
}

.footer-contact-part .row {
	margin: 0;
}

.footer-contact-part .row>* {
	padding: 0;
}

.footer-contact-part .row>*:first-child .footer-contact-detail {
	width: 100%;
	max-width: 282px;
	margin: 0 auto 0 0;
}

.footer-contact-part .row>*:nth-child(2) .footer-contact-detail {
	width: 100%;
	max-width: 315px;
	margin: 0 auto 0 80px;
}

.footer-contact-part .row>*:nth-child(3) .footer-contact-detail {
	width: 100%;
	max-width: 236px;
	margin: 0 0 0 auto;
}

.footer-contact-part .footer-contact-detail {
	position: relative;
}

.footer-contact-part .footer-contact-detail::before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	width: 1px;
	height: 143px;
	left: -115px;
	top: 0;
	bottom: 0;
}

.footer-contact-part .row>*:first-child .footer-contact-detail::before {
	display: none;
}

.footer-contact-detail .contact-image {
	display: flex;
	justify-content: center;
}

.footer-contact-detail .contact-title {
	display: block;
	text-align: center;
	margin: 10px 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
}

.footer-contact-detail .contact-info {
	margin: 10px 0 0;
	color: #D2042D;
}

.footer-contact-detail .contact-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.footer-contact-detail .contact-info ul li {
	position: relative;
	display: inline-flex;
	list-style: none;
	padding: 0 7px;
	color: #D2042D;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}

.footer-contact-detail .contact-info ul li:first-child {
	padding-left: 0;
}

.footer-contact-detail .contact-info ul li::after {
	position: absolute;
	content: "";
	background: #D2042D;
	width: 1px;
	height: 18px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.footer-contact-detail .contact-info ul li:first-child::after {
	display: none;
}

.footer-contact-detail .contact-info ul li:last-child {
	padding-right: 0;
}

.footer-bottom {
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.2) -2.08%, rgba(165, 3, 54, 0.2) 99.31%);
	padding: 30px 0;
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-ms-border-radius: 0 0 20px 20px;
	-o-border-radius: 0 0 20px 20px;
}

.footer-bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom-left-part ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.footer-bottom-left-part ul li {
	padding: 0 10px;
	position: relative;
	list-style: none;
	display: inline-flex;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
}

.footer-bottom-left-part ul li a:hover {
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-bottom-left-part ul li::before {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
	width: 2px;
	height: 18px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.footer-bottom-left-part ul li:first-child::before {
	display: none;
}

.footer-bottom-left-part ul li:first-child {
	padding-left: 0;
}

.footer-bottom-left-part ul li:last-child {
	padding-right: 0;
}

.footer-social-media-icon ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.footer-social-media-icon ul li {
	position: relative;
	list-style: none;
	display: inline-flex;
	padding: 0 20px;
}

.footer-social-media-icon ul li::before {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.3) -2.08%, rgba(165, 3, 54, 0.3) 99.31%);
	width: 2px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.footer-social-media-icon ul li:first-child::before {
	display: none;
}

.footer-social-media-icon ul li:first-child {
	padding-left: 0;
}

.footer-social-media-icon ul li:last-child {
	padding-right: 0;
}

.footer-social-media-icon ul li a {
	font-size: 24px;
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-social-media-icon ul li a:hover {
	background: linear-gradient(180deg, #000 -2.08%, #000 99.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-copyright {
	margin-left: -100px;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*========== Our causes Page Start ==========*/
.inner-banner-wrp .banner-image {
	height: 700px;
}

.breadcrumb {
	margin: 0 0 15px;
	justify-content: center;
}

.breadcrumb .breadcrumb-item {
	color: #fff;
	font-weight: 400;
	padding-left: 10px;
}

.breadcrumb .breadcrumb-item a:hover {
	color: #fff;
	font-weight: 600;
}

.breadcrumb .breadcrumb-item:first-child {
	padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	background-image: url("../images/breadcrumb-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 14px;
	height: 12px;
	padding: 0;
	margin: 10px 10px 0 0;
}

.breadcrumb-item.active {
	color: #fff;
	font-weight: 600;
}

.inner-banner-wrp .banner-block {
	bottom: 60px;
}

.tiny-lives-img {
	padding: 57px 44px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.tiny-lives-main {
	max-width: 1428px;
	width: 100%;
	margin: 0 auto;
}

.tiny-lives-content .detail p b {
	font-weight: 500;
}

.tiny-lives-top .row {
	margin: 0 -25px;
}

.tiny-lives-top .row>* {
	padding: 0 25px;
}

.tiny-lives-content .section-title {
	margin: 0 0 30px;
}

.tiny-lives-content .detail p {
	margin: 0 0 30px;
}

.tiny-lives-content .detail p:last-child {
	margin-bottom: 0;
}

.tiny-lives-detail .detail {
	margin: 0 0 20px;
}

.tiny-lives-top {
	padding: 0 0 40px;
}

.tiny-lives-img-bottom {
	max-width: 595px;
	width: 100%;
	margin-left: auto;
}

.tiny-lives-detail {
	margin: 0 -89px 0 0;
}

.tiny-lives-wrp {
	padding: 150px 0 110px;
}

/*========== Our causes Page End ==========*/

/*========== Our Services Page Start ==========*/
.supression-system-top {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}

.fire-alarm-supression-system-wrp .supression-system-top {
	max-width: 1280px;
}

.fire-door-supression-system-wrp .supression-system-top {
	max-width: 1320px;
}

.fire-door-supression-system-wrp .supression-system-content .section-title {
	margin: 0 -90px 30px 0;
}

.emergency-lights-supression-system-wrp .supression-system-content .list {
	margin: 30px 0 0;
}

.emergency-lights-supression-system-wrp .supression-system-content .list>span {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 20px;
}

.emergency-lights-supression-system-wrp .supression-system-content .list ul {
	margin: 0 0 0 30px;
}

.emergency-lights-supression-system-wrp .supression-system-content .list ul li {
	padding-left: 30px;
}

.emergency-lights-supression-system-wrp .supression-system-content .list ul li:not(:last-child) {
	margin-bottom: 30px;
}

.list ul li  strong {
	flex: 0 0 auto;
	font-weight: 600;
	margin-right: 5px;
}

.google-reviews-left .reviews {
	display: flex;
	align-items: center;
}

.google-reviews-left .reviews ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.google-reviews-left .reviews ul li {
	list-style-type: none;
	display: flex;
	margin: 0 2px 0 0;
}

.google-reviews-left .reviews ul li img {
	width: 14px;
}

.google-reviews-left .reviews p {
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	margin: 0 5px 0 0;
}

.ratings ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.ratings ul li {
	list-style-type: none;
}

.ratings {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
}

.full-stars {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
}

.google-reviews-detail {
	text-align: center;
}

.google-reviews-detail .detail {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 5px;
}

.google-reviews-block {
	display: flex;
	align-items: center;
	padding: 25px 30px;
	position: relative;
	margin: 60px 0 60px;
	max-width: 601px;
	width: 100%;
	background: -moz-linear-gradient(180deg, rgba(210, 4, 45, 0.05) -2.08%, rgba(165, 3, 54, 0.05) 99.31%);
	background: -webkit-linear-gradient(180deg, rgba(210, 4, 45, 0.05) -2.08%, rgba(165, 3, 54, 0.05) 99.31%);
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.05) -2.08%, rgba(165, 3, 54, 0.05) 99.31%);
	border: 1px solid rgba(210, 4, 45, 0.30);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.emergency-lights-supression-system-wrp .google-reviews-block {
	margin: 40px 0 0;
}

.google-icon {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: flex;
	align-items: center;
}

.google-reviews-left {
	max-width: 132px;
	width: 100%;
	flex: 0 0 132px;
	margin: 0 42px 0 0;
}

.supression-system-content .section-title {
	margin: 0 0 30px;
}

/* .supression-system-content .detail {
	margin: 0 0 60px;
} */

.supression-system-content .detail p {
	margin: 0 0 10px;
}

.supression-system-content .detail p:last-child {
	margin-bottom: 0;
}

.common-list ul {
	padding: 0;
	margin: 0;
}

.common-list ul li {
	font-size: 20px;
	line-height: 22px;
	list-style-type: none;
	padding: 0 0 0 30px;
	position: relative;
	margin: 0 0 23px;
}

.common-list ul li:last-child {
	margin-bottom: 0;
}

.common-list ul li::after {
	content: "";
	background-image: url("../images/check.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 3px;
}

.supression-system-content .common-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.supression-system-content .common-list ul li {
	max-width: 47%;
	width: 100%;
	flex: 0 0 47%;
	margin: 0 10px 25px;
}

.block-title {
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
}

.block-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.common-form .form-label {
	line-height: 20px;
	font-weight: 500;
	color: #000;
}

.common-form .form-control {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
	padding: 11px 15px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.common-form textarea {
	min-height: 100px;
}

.common-form .form-control::placeholder {
	color: rgba(0, 0, 0, 0.50);
}

.common-form .form-group {
	margin: 0 0 27px;
}

.contact-form .block-title {
	color: #D2042D;
	margin: 0 0 11px;
}

.contact-form .detail {
	color: rgba(0, 0, 0, 0.50);
	margin: 0 0 25px;
}

.contact-form {
	max-width: 479px;
	width: 100%;
	margin-left: auto;
	padding: 35px 25px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.form-input {
	position: relative;
}

.form-input::after {
	content: "";
	width: 51px;
	height: 2px;
	background-color: #D2042D;
	position: absolute;
	left: 18px;
	top: 100%;
	margin: -2px 0 0;
}

.supression-system-content {
	max-width: 719px;
	width: 100%;
}

.fire-door-supression-system-wrp .supression-system-content {
	width: 100%;
	max-width: 760px;
}

.form-bottom {
	padding: 25px 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.10);
}

.form-bottom ul {
	padding: 0;
	margin: 0;
}

.form-bottom ul li {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 10px;
}

.form-bottom ul li:last-child {
	padding-bottom: 0;
}

.form-bottom ul li img {
	width: 21px;
}

.form-bottom p img {
	margin: 0 5px 0 0;
}

.form-bottom p {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	display: flex;
	align-items: center;
}

.form-bottom p span {
	font-size: 20px;
	font-weight: 400;
}

.form-bottom strong {
	font-weight: 500;
	display: block;
	margin: 0 5px 0 0;
}

.star-left {
	display: flex;
	align-items: center;
}

.stars {
	display: flex;
	align-items: center;
}

.stars img {
	margin: 0 2px 0 0;
}

.logo-slider-main {
	max-width: 1495px;
	width: 100%;
	margin: 0 auto;
}

.logo-slider-section .logo-slider-main {
	margin: 30px auto 0;
}

.logo-slider-section {
	margin: 145px 0 100px;
}

.logo-slider {
	margin: 0 -20px;
	opacity: 0;
}

.logo-slider.slick-initialized {
	opacity: 1;
}

.logo-item {
	padding: 25px;
	height: 134px !important;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	margin: 20px 0;
	position: relative;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	transform: scale(0.88);
	-webkit-transform: scale(0.88);
	-moz-transform: scale(0.88);
	-ms-transform: scale(0.88);
	-o-transform: scale(0.88);
}

.logo-item figure {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.logo-item span {
	display: none;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	margin: 5px 0 0;
}

.logo-item.slick-current {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	-moz-box-shadow: 0px 0px 18.022px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 18.022px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 18.022px 0px rgba(0, 0, 0, 0.10);
}

.logo-item.slick-current span {
	display: block;
}

.logo-block {
	margin: 0 10px;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
}


.logo-block.slick-current .logo-item {
	height: 100% !important;
}
 
.logo-item.slick-current img {
	opacity: 1;
}

.logo-item img {
	max-height: 100%;
	margin: 0 auto;
	opacity: 0.5;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.supression-system-wrp .list > strong {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 100%;
	display: block;
	margin-bottom: 20px;
}

.supression-system-wrp .list p strong {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 100%;
	display: block;
	margin-bottom: 20px;
}

.logo-item:hover img {
	opacity: 1;
}

.slick-arrow {
	width: 40px;
	height: 40px;
	padding: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(210, 4, 45, 0.60);
	background-color: #FCF2F4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.slick-arrow:hover {
	background-color: rgba(210, 4, 45, 0.60);
}

.logo-slider .slick-prev {
	position: absolute;
	left: -20px;
	top: 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%);
}

.logo-slider .slick-next {
	position: absolute;
	right: -20px;
	top: 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%);
}

.logo-slider .slick-track {
	display: flex;
	align-items: center;
}

.supression-system-wrp {
	padding: 150px 0 60px;
}

.supression-system-wrp .supression-system-content .detail>*:not(:last-child) {
	margin-bottom: 30px;
}

.supression-system-wrp .list {
	margin: 50px 0 0;
}

.supression-system-wrp .list > strong {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 100%;
	display: block;
	margin-bottom: 20px;
}

.list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list ul li {
	position: relative;
	list-style: none;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	padding-left: 25px;
}

.list ul li::before {
	content: "";
	background-image: url("../images/check.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 99;
}

.list ul li:not(:last-child) {
	margin-bottom: 20px;
}

.list ul li span {
	color: #D2042D;
	font-weight: 500;
}

/* .fire-supression-system-wrp {
	padding: 40px 0 110px;
} */

/* .fire-supression-system-wrp .supression-system-top {
	max-width: 1287px;
} */

/* .fire-supression-system-wrp .supression-system-content {
	max-width: 711px;
} */

/* .fire-supression-system-wrp .supression-system-content .detail>*:not(:last-child) {
	margin-bottom: 20px;
} */

.fire-services-info-detail {
	display: flex;
	margin: 70px 0 0;
}

.fire-services-info-detail>*:not(:last-child) {
	margin-right: 45px;
}

.fire-services-info-detail .fire-services-info-part {
	width: 100%;
	max-width: 313px;
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid rgba(210, 4, 45, 0.30);
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.05) -2.08%, rgba(165, 3, 54, 0.05) 99.31%);
}

.fire-services-info-part .fire-services-info-image {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	padding: 3px 3px 6px;
	width: 42px;
	height: 42px;
	background: rgba(210, 4, 45, 0.1);
	margin-right: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.fire-services-info-part .fire-services-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 100%;
	width: 100%;
}

.fire-services-info-part .fire-services-info a:hover {
	background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fire-services-info-part .fire-services-info>*:not(:last-child) {
	margin-bottom: 8px;
}

.fire-services-info-part .fire-services-info span:first-child {
	font-size: 18px;
	line-height: 100%;
}

.fire-services-info-part .fire-services-info * {
	line-height: 100%;
}

.supression-system-bottom {
	margin: 80px 0 0;
}

.protection-services-right .block-title {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.protection-services-right {
	padding: 40px 39px;
	margin: 0 0 0 -56px;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	-moz-box-shadow: 0px 0px 18.022px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 18.022px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 18.022px 0px rgba(0, 0, 0, 0.10);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.protection-icon {
	width: 48px;
	height: 48px;
	padding: 10px;
	background-color: rgba(210, 4, 45, 0.08);
	margin: 0 auto 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.protection-services-details h5 {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 7px;
}

.protection-services-details p {
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.protection-services-block {
	margin: 0 0 15px;
	padding: 16px;
	text-align: center;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 11.669px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 11.669px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 11.669px 0px rgba(0, 0, 0, 0.10);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.protection-services-block:last-child {
	margin-bottom: 0;
}

.protection-services-main .section-title {
	margin: 0 0 50px;
	text-align: center;
}

.protection-services-section {
	max-width: 1318px;
	width: 100%;
	margin: 0 auto;
}

.protection-services-img {
	margin: 0 -55px 0 0;
}

.protection-services-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.protection-services-img img {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.protection-services-left {
	margin: 0 20px 0 0;
}

.protection-services-right .common-list ul li {
	font-weight: 400;
}

.protection-services-wrp {
	margin: 0 40px;
	padding: 75px 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.fire-protection-services-wrp {
	padding: 50px 0;
	margin: 75px 40px;
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.05) 0%, rgba(165, 3, 54, 0.05) 100%);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.system-building-types {
	margin: 0 auto;
	padding: 25px;
	border: 1px solid #D2042D;
	background-color: rgba(210, 4, 45, 0.05);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.system-building-types .common-list ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.system-building-types .common-list ul li {
	padding: 0 15px 0 30px;
	margin: 0 15px 0 0;
	text-align: left;
	font-weight: 400;
}

.system-building-types .common-list ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.system-building-types .common-list ul li:last-child::before {
	display: none;
}

.system-building-types .common-list ul li::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.25);
	height: 30px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.system-building-title {
	text-align: center;
	margin: 0 0 50px;
}

.system-building-title .section-title {
	max-width: 1201px;
	width: 100%;
	margin: 0 auto 30px;
}

.system-building-title .block-title {
	margin: 0 0 40px;
}

.system-building-inner p {
	display: flex;
	align-items: center;
}

.system-building-inner p a:hover {
	color: #D2042D;
}

.system-building-inner img {
	margin: 0 10px 0 0;
}

.system-building-inner {
	max-width: 239px;
	width: 100%;
	height: 376px;
	display: flex;
	align-items: flex-end;
	padding: 12px 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(180deg, rgba(210, 4, 45, 0.1) -2.08%, rgba(165, 3, 54, 0.1) 99.31%);
	background: -webkit-linear-gradient(180deg, rgba(210, 4, 45, 0.1) -2.08%, rgba(165, 3, 54, 0.1) 99.31%);
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.1) -2.08%, rgba(165, 3, 54, 0.1) 99.31%);
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
}

.system-building-block {
	position: relative;
	padding: 0 30px 50px 0;
}

.system-building-img {
	width: 100%;
	max-width: 437px;
	margin-left: auto;
	height: 532px;
	position: relative;
	z-index: 9;
}

.system-building-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.system-building-img img {
	width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.system-building-bottom {
	max-width: 1448px;
	width: 100%;
	margin: 0 auto;
}

.system-building-bottom .info-detail {
	width: 100%;
	max-width: 1314px;
	margin: 60px auto 0;
}

.system-building-bottom .contact-btn {
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}

.system-building-bottom .contact-btn .btn {
	padding: 13px;
}

.system-building-bottom .system-building-details .section-title {
	margin-bottom: 30px;
}

.fire-extinguisher-system-building-wrp .section-title {
	width: 100%;
	max-width: 736px;
	margin-bottom: -83px;
}

.fire-extinguisher-system-building-wrp .system-building-bottom {
	max-width: 1394px;
	width: 100%;
	margin: 0 auto;
}

.system-building-wrp {
	padding: 75px 0;
}

.system-building-wrp .system-building-bottom>.section-title {
	margin: 0 0 30px 0;
}

.fire-protection-services-block-wrp {
	padding: 75px 0 120px;
}

.system-building-details .detail p {
	margin: 0 0 20px;
}

.system-building-details .detail p:last-child {
	margin-bottom: 0;
}

.system-install-main {
	margin: 0 auto;
	padding: 40px 0;
}

.system-install-wrp {
	margin: 75px 40px;
	background: linear-gradient(180deg, rgba(210, 4, 45, 0.05) 0%, rgba(165, 3, 54, 0.05) 100%);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.system-install-right {
	text-align: center;
}

.system-install-logo {
	opacity: 0.5;
	max-width: 212px;
	width: 100%;
	margin: 0 auto;
}

.system-install-logo img {
	width: 100%;
}

/* Why choose us Start */
.why-choose-wrp {
	padding: 75px 0;
}

.why-choose-detail .list {
	margin: 35px 0 0;
	padding-right: 25px;
}

.why-choose-detail .list ul li {
	font-weight: 400;
}

.why-choose-detail .list ul li span {
	color: #000;
}

.fire-safety-why-choose-wrp {
	padding: 150px 0 75px;
}

.why-choose-main .video-block {
	max-width: 402px;
	height: 482px;
}

.why-choose-wrp .why-choose-main .video-block img {
	border-radius: 15px;
}

.why-choose-main .video-center-part {
	left: 20px;
	height: auto;
}

.why-choose-main .row {
	margin: 0;
}

.why-choose-main .row>* {
	padding: 0;
}

.why-choose-main .why-choose-content {
	width: 100%;
	max-width: 830px;
	margin: 0 0 0 auto;
	padding-left: 20px;
}

.fire-alarm-why-choose-wrp .why-choose-main .why-choose-content {
	margin: 0;
}

.why-choose-wrp-block .why-choose-main .why-choose-content {
	padding-left: 40px;
}

.fire-alarm-why-choose-wrp .why-choose-main .why-choose-content {
	padding-left: 20px;
}

.fire-door-why-choose-wrp .why-choose-main .why-choose-content {
	padding-left: 26px;
}

.fire-safety-why-choose-wrp .why-choose-main .why-choose-content {
	width: 100%;
	padding-left: 20px;
}

.why-choose-content .common-detail {
	margin: 20px 0 0;
}

.why-choose-content .detail {
	margin: 30px 0 0;
}

.why-choose-content .detail>*:not(:last-child) {
	margin-bottom: 20px;
}

.why-choose-wrp-block .why-choose-content .detail>*:not(:last-child) {
	margin-bottom: 20px;
}

.why-choose-content .get-a-quote-btn {
	margin: 30px 0 0;
}

.fire-door-why-choose-wrp .why-choose-detail .list {
	margin: 35px 0 0;
	padding: 0 20px 0 20px;
}

.fire-door-why-choose-wrp .why-choose-detail .list ul li {
	font-weight: 400;
}

.fire-door-why-choose-wrp .why-choose-detail .list ul li span {
	color: #000;
}

.fire-safety-why-choose-wrp .why-choose-content .list {
	margin: 40px 0 0;
}

.fire-safety-why-choose-wrp .why-choose-content .list ul {
	display: flex;
	flex-wrap: wrap;
}

.fire-safety-why-choose-wrp .why-choose-content .list ul li {
	width: 100%;
	max-width: 46%;
	flex: 0 0 46%;
	padding-left: 45px;
	margin-bottom: 30px;
	font-weight: 500;
}

.fire-safety-why-choose-wrp .why-choose-content .list ul li::before {
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 99;
}

.fire-safety-why-choose-wrp .why-choose-content .list ul li:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	background: #FCF2F4;
	border: 1px solid rgba(210, 4, 45, 0.6);
	left: 0;
	top: 50%;
	border-radius: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.fire-safety-why-choose-wrp .why-choose-content .quote-btn {
	margin: 10px 0 0;
}

/* Why choose us End */
/*========== Our Services Page End ==========*/