@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-content .detail.full-width {
    max-width: 100%;
}
.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 ==========*/

.contactWhatsappBtn svg path { fill: #fff; }

/*===== Block Content Section Css =====*/

.ct-block-content-section{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ct-block-content-section .detail {
    width: 100%;
    margin: 40px auto 0;
}
.fire-door-installation-content .detail.full-width {
    max-width: 100%;
}
.ct-block-content-section .ctsec-description {
    margin-top: 30px;
}
.ct-block-content-section .ctsec-description h3 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.ct-block-content-section .ctsec-description p:not(:last-child) {
    margin-bottom: 25px;
}
.ct-block-content-section .ctsec-description h3 span {
    background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ct-block-content-section .ctsec-description ul {
    padding-left: 20px;
}
.ct-block-content-section .ctsec-description ul li {
    margin-bottom: 15px;
}
.ct-block-content-section .ctsec-description ul li strong {
    font-weight: 700;
}
.ct-block-content-section .ctsec-description.mtop-null {
    margin-top: 0;
}


/*===== Faq Block Section Css =====*/


.ct-block-content-section.ct_faqblock_cnt .section-title {
    margin-bottom: 35px;
    text-align: center;
}
.ct_faqblock_cnt .ct_accordion_wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.ct_faqblock_cnt .ct_accitem {
    border: 1px solid #FFD1D1;
    background: #FFF;
    padding: 0;
    margin-bottom: 20px;
}
.ct_faqblock_cnt .ct_accitem.item_active{
	background: #E54748;
	box-shadow: 4px 4px 6.1px 0px rgba(0, 0, 0, 0.25);
}
.ct_faqblock_cnt .ct_accitem .ct_acctitle {
    padding: 20px 50px 20px 20px;
    cursor: pointer;
    position: relative;
}
.ct_faqblock_cnt .ct_accitem .ct_acccnt{
	padding: 0px 20px 20px 20px;
	color: #fff;
	display: none;
}
.ct_faqblock_cnt .ct_accitem .ct_acctitle h5 {
    color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.36;
}
.ct_faqblock_cnt .ct_accitem.item_active .ct_acctitle h5{
	color: #fff;
}
.ct_faqblock_cnt .ct_accitem .ct_acctitle h5:after{
	content: "\f067";
	position: absolute;
	color: #000;
	top: 20px;
	right: 20px;
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ct_faqblock_cnt .ct_accitem.item_active .ct_acctitle h5:after{
	content: "\f068";
	color: #fff;
}


/*===== Blog Page Css =====*/

section.blogpg_blog_list .ctposts-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
section.blogpg_blog_list {
    padding: 50px 0;
}
section.blogpg_blog_list .ctposts-grid .crpost_item {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 35px;
}
section.blogpg_blog_list .ctposts-grid .crpost_item a.post-thumb {
    display: block;
    height: 350px;
}
section.blogpg_blog_list .ctposts-grid .crpost_item a.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}
section.blogpg_blog_list .ctposts-grid .crpost_item .post-content {
    padding: 25px 0 0;
}
section.blogpg_blog_list .ctposts-grid .crpost_item .post-content h3.post-title {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
}
section.blogpg_blog_list .ctposts-grid .crpost_item .post-content p.post-excerpt {
    margin-bottom: 15px;
}
section.blogpg_blog_list .ctposts-grid .crpost_item .post-content a.btn-readmore {
    color: #b80332;
    font-weight: 600;
}
section.blogpg_blog_list .ctposts-grid .crpost_item .post-content a.btn-readmore:hover {
    color: #000;
}
section.blogpg_blog_list .ctposts-grid .crpost_item .post-content h3.post-title a {
    color: #000;
}
section.blogpg_blog_list .ctposts-grid .crpost_item .post-content h3.post-title a:hover {
    color: #b80332;
}
.blogpg_blog_list nav.navigation.pagination {
    display: block;
    text-align: center;
    padding: 20px 15px 0;
}
.blogpg_blog_list nav.navigation.pagination .page-numbers {
    display: inline-block;
    padding: 10px;
    font-weight: 600;
}
.blogpg_blog_list nav.navigation.pagination .page-numbers:hover,
.blogpg_blog_list nav.navigation.pagination .page-numbers.current {
    color: #b80332;
}

/*=== Single Post page Css ===*/

.single_post_cnt_wrap {
    padding: 50px 0;
}
.single_post_cnt_wrap h1.entry-title {
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.single_post_cnt_wrap .post-thumbnail {
    margin-bottom: 30px;
}
.single_post_cnt_wrap .post-thumbnail img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}
.single_post_cnt_wrap .uagb-toc__wrap {
    margin-bottom: 35px;
}
.single_post_cnt_wrap .entry-content {
    background: #f3f3f3;
    padding: 35px;
}
.single_post_cnt_wrap .entry-content h2 {
    font-size: 35px;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0px 10px;
}
.single_post_cnt_wrap .entry-content h3 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0 10px;
}
.single_post_cnt_wrap .entry-content h4.wp-block-heading {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
    margin: 20px 0 10px;
}
.single_post_cnt_wrap .entry-content img {
    margin-bottom: 20px;
}
.single_post_cnt_wrap .entry-content p {
    font-weight: 400;
    margin: 12px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.single_post_cnt_wrap .entry-content ul {
    padding-left: 20px;
}
.single_post_cnt_wrap .entry-content ul li {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
    color: #000;
    font-weight: 400;
}
.single_post_cnt_wrap .entry-content .uagb-faq-item .uagb-faq-questions-button.uagb-faq-questions h3.uagb-question {
    font-size: 22px;
}
.single_post_cnt_wrap .uagb-toc__wrap ol.uagb-toc__list {
    margin: 0;
}
.single_post_cnt_wrap .uagb-toc__wrap ol.uagb-toc__list li.uagb-toc__list a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.single_post_cnt_wrap .entry-content a.wp-block-button__link.wp-element-button {
    background: #c7042f;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
}
.single_post_cnt_wrap .entry-content a.wp-block-button__link.wp-element-button:hover {
    background: #000;
}
.single_post_cnt_wrap .entry-content table.has-fixed-layout {
    margin-bottom: 20px;
}
/*////////////////////////////////////////////////////// Responsive CSS Structure //////////////////////////////////////////////////////*/
@media (min-width: 1900px) { 
    .container { 
        max-width: 1770px;     
    }  
}

@media (min-width: 1800px) and (max-width: 1899px) {
    .container {
        max-width: 1600px;
    }

    /* footer */
    .footer-logo::after{width: 670px;}
    .footer-logo::before{width: 670px;}
    /* footer */
}

@media (min-width: 1700px) and (max-width: 1799px) {
    .container {
        max-width: 1500px;
    }

    /* services page */
    .fire-protection-services-block-wrp .section-title{margin-bottom: -97px;}
    .system-building-wrp .fire-common-part{top: 60px;}
    /* services page */

    /* footer */
    .footer-logo::after{width: 620px;}
    .footer-logo::before{width: 620px;}
    /* footer */
}

@media (min-width: 1600px) and (max-width: 1699px) {
    /* Our Causes Page Start */
    .tiny-lives-detail { margin: 0 -30px 0 0; }
    .tiny-lives-img { padding: 50px 40px; }
    /* Our Causes Page End */

    /* banner */
    .banner-content .detail{margin: 15px 0 0;}
    .banner-btn{margin: 25px 0 0;}
    /* banner */

    /* video-section */
    .video-block{height: 380px;}
    .video-left-part{margin: 75px 0 0;}
    .video-right-part{margin: 40px 0 0 40px;}
    /* video-section */

    /* services page */
    .fire-protection-services-block-wrp .section-title{margin-bottom: -157px;}
    .system-building-wrp .fire-common-part{top: 80px;}
    .fire-alarm-why-choose-wrp .why-choose-main .why-choose-content{ padding-left: 50px; }
    /* services page */

    /* footer */
    .footer-logo::after{width: 540px;}
    .footer-logo::before{width: 540px;}
    .footer-copyright{margin-left: 0;}
    /* footer */
}

@media (min-width: 1500px) and (max-width: 1599px) {
    /* Our Causes Page Start */
    .tiny-lives-detail { margin: 0 -15px 0 0; }
    .tiny-lives-img { padding: 50px 40px; }
    .tiny-lives-wrp { padding: 120px 0 80px; }
    /* Our Causes Page End */

    /* banner */
    .banner-content .detail{margin: 15px 0 0;}
    .banner-btn{margin: 25px 0 0;}
    .banner-image{height: 700px;}
    /* banner */

    /* video-section */
    .video-block{height: 380px;}
    .video-left-part{margin: 75px 0 0;}
    .video-right-part{margin: 40px 0 0 40px;}
    /* video-section */

    /* services page */
    .fire-protection-services-block-wrp .section-title{margin-bottom: -157px;}
    .system-building-wrp .fire-common-part{top: 80px;}
    .fire-alarm-why-choose-wrp .why-choose-main .why-choose-content{ padding-left: 50px; }
    /* services page */

    /* footer */
    .footer-logo::after{width: 540px;}
    .footer-logo::before{width: 540px;}
    .footer-copyright{margin-left: 0;}
    /* footer */
}

@media (min-width: 1400px) and (max-width: 1499px) {
    /* Our Causes Page Start */
    .tiny-lives-detail { margin: 0 -15px 0 0; }
    .tiny-lives-img { padding: 50px 40px; }
    .tiny-lives-wrp { padding: 120px 0 80px; }
    /* Our Causes Page End */

    /* Services Page Start */
    .supression-system-wrp { padding: 120px 0 60px; }
    .protection-services-wrp { padding: 60px 0; }

    .system-building-wrp { padding: 60px 0; }

    .system-install-wrp { margin: 60px 40px; }

    .fire-protection-services-block-wrp .section-title{margin-bottom: -157px;}
    .system-building-wrp .fire-common-part{top: 80px;}
    .fire-protection-services-block-wrp{ padding: 50px 0; }

    .fire-alarm-info-section{padding: 50px 0;}

    .fire-alarm-why-choose-wrp .why-choose-main .why-choose-content{ padding-left: 50px; }
    /* Services Page End */

    /* banner */
    .banner-content .detail{margin: 15px 0 0;}
    .banner-btn{margin: 25px 0 0;}
    .banner-block{bottom: 40px;}
    .banner-image{height: 700px;}
    /* banner */

    /* video-section */
    .video-section{padding: 100px 0 50px;}
    .video-block{height: 380px;}
    .video-left-part{margin: 75px 0 0;}
    .video-right-part{margin: 40px 0 0 40px;}
    /* video-section */
    
    /* form modal */
    .form-modal .modal-dialog{max-width: 1100px;}
    .form-modal .modal-body{padding: 90px 50px 50px;}
    /* form modal */

    /* footer */
    .footer-logo::after{width: 540px;}
    .footer-logo::before{width: 540px;}
    .footer-copyright{margin-left: 0;}
    .footer-contact-part .row>*:first-child .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .row>*:nth-child(2) .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .row>*:nth-child(3) .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .footer-contact-detail::before{left: -73px;}
    /* footer */
}

@media (min-width: 1300px) and (max-width: 1399px) {
    /* Our Causes Page Start */
    .inner-banner-wrp .banner-image { height: 600px; }

    .tiny-lives-detail { margin: 0 -15px 0 0; }
    .tiny-lives-img { padding: 40px 30px; }
    .tiny-lives-wrp { padding: 120px 0 80px; }
    .tiny-lives-top .row>* { padding: 0 20px; }
    .tiny-lives-top .row {margin: 0 -20px;}
    /* Our Causes Page End */

    /* Services Page Start */
    .supression-system-wrp { padding: 120px 0 60px; }
    .supression-system-bottom { margin: 80px 0 0; }
    .supression-system-content .common-list ul li{max-width: 46%; flex: 0 0 46%;}
    .fire-door-supression-system-wrp .supression-system-content .section-title{margin: 0 0 30px 0;}
    .fire-door-list ul li{font-size: 18px; line-height: 28px;}
    .fire-services-info-detail .fire-services-info-part{max-width: 295px;}
    .fire-services-info-detail > *:not(:last-child){margin-right: 20px;}

    .protection-services-wrp { padding: 60px 0; margin: 0 30px;}

    .system-building-wrp { padding: 60px 0; }
    .system-building-title { margin: 0 0 40px; }
    .system-building-img{height: 390px;}
    .fire-extinguisher-system-building-wrp .section-title{margin-bottom: -77px;}
    .fire-extinguisher-system-building-wrp .system-building-details .detail{margin: 90px 0 0;}

    .system-install-wrp { margin: 60px 30px; }

    .why-choose-wrp{padding: 50px 0;}
    .why-choose-main .video-block{height: 400px;}
    .why-choose-wrp-block .why-choose-main .video-block{ max-width: 430px; height: 600px; }
    .why-choose-content .common-detail{margin: 12px 0 0;}
    .why-choose-content .detail{margin: 20px 0 0;}
    .why-choose-content .detail > *:not(:last-child){margin-bottom: 20px;}
    .why-choose-content .get-a-quote-btn{margin: 20px 0 0;}
    .why-choose-main .why-choose-content{margin: 0; padding-left: 45px;}

    .fire-protection-services-block-wrp .section-title{margin-bottom: -229px;}
    .system-building-wrp .fire-common-part{top: 100px;}
    .fire-protection-services-block-wrp{ padding: 50px 0 30px; }

    .fire-alarm-info-section{padding: 40px 0;}
    .fire-alarm-info-block-part{max-width: 590px;}

    .fire-alarm-why-choose-wrp .why-choose-main .why-choose-content{ padding-left: 50px; }
    .fire-door-why-choose-wrp .why-choose-main .video-block{height: 350px;}

    .fire-door-installation-section{padding: 50px 0;}

    .ct-block-content-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fire-safety-why-choose-wrp{padding: 100px 0 40px;}

    .our-process{padding: 50px 0;}

    .system-building-wrp-list-part{padding: 40px;}
    /* Services Page End */

    /* common style */
    .section-title{font-size: 50px;}
    .detail{font-size: 18px;}
    .section-small-title{font-size: 26px;}
    .section-medium-title{font-size: 34px;}
    /* common style */

    /* header */
    .header{padding: 30px 0 0; left: 30px; right: 30px;}
    .navbar-nav .nav-item .nav-link {padding: 42px 0 36px;}
    .navbar-brand{max-width: 150px; top: 24px;}
    .header-btn{top: 5px;}
    .navbar-nav .nav-item:not(:last-child){margin-right: 35px;}
    .navbar-nav .nav-item{font-size: 18px;}
    .dropdown-toggle::after{transform: translateY(-11%);}
    .nav-item.dropdown:hover .dropdown-toggle::after{ transform: translateY(-11%) rotate(180deg) !important; -webkit-transform: translateY(-11%) rotate(180deg) !important; -moz-transform: translateY(-11%) rotate(180deg) !important; -ms-transform: translateY(-11%) rotate(180deg) !important; -o-transform: translateY(-11%) rotate(180deg) !important; }
    /* header */

    /* banner */
    .banner-section{padding: 30px 30px 0;}
    .banner-content .detail{margin: 15px 0 0;}
    .banner-btn{margin: 25px 0 0;}
    .banner-block{bottom: 40px;}
    .banner-image{height: 700px;}
    /* banner */

    /* video-section */
    .video-section{padding: 100px 0 50px;}
    .video-left-part .section-title{font-size: 40px;}
    .video-center-part::before{left: -22px;}
    .video-block{height: 380px; width: 330px;}
    .video-left-part{margin: 95px 0 0;}
    .video-right-part{margin: 40px 0 0 30px;}
    /* video-section */

    /* our services */
    .our-services{padding: 50px 0;}
    .our-services-block{margin: 80px 0 0;}
    .our-services-wrp .our-services-image{height: 450px;}
    .our-services-wrp .our-services-detail{padding: 40px; min-height: 350px;}
    .our-services-detail .detail{margin: 15px 0 0; padding: 15px 0 0;}
    .our-services-detail .quote-btn{margin: 30px 0 0;}
    /* our services */

    /* form modal */
    .form-modal .modal-dialog{max-width: 1100px;}
    .form-modal .modal-body{padding: 90px 50px 50px;}
    /* form modal */

    /* customers review */
    .customers-review-detail::after{right: 35px;}
    .customers-review{padding: 65px 0; margin: 50px 30px;}
    .customers-review-slider .slick-dots{margin: 0 0 20px 0;}
    .customers-review-slider .slick-dots li{padding: 0 0 35px 0;}
    /* customers review */

    /* team section */
    .team-section{padding: 100px 0 70px;}
    .team-services-section{padding: 40px 0 50px;}
    .team-slider-image{width: 150px; height: 150px;}
    /* team section */

    /* get in touch */
    .get-in-touch-section{padding: 90px 0 30px;}
    .get-in-touch-part{margin: 60px 0 0;}
    .get-in-touch-block .row{margin: 0 -18px;}
    .get-in-touch-block .row>*{padding: 0 18px;}
    /* get in touch */

     /* contact map */
     .contact-wrp {margin: 100px 0;}
     /* contact map */

     /* logo slider */
     .logo-slider-section{margin: 0;}
     .logo-item span{font-size: 16px;}
     /* logo slider */

     /* fire protection services */
     .fire-protection-services-content .system-building-block .system-building-img{height: 450px;}
     .fire-common-part .common-list ul li{font-size: 16px;}
     .fire-protection-services-detail{margin: 25px auto 0 0; padding: 0 0 0 30px;}
     .fire-protection-services-detail .detail{padding: 30px 0 0 0;}
     .fire-protection-services-detail .detail > *:not(:last-child){margin-bottom: 20px;}
     .fire-protection-services-detail .get-a-quote-btn{margin: 30px 0 0 0;}
     .fire-common-part .common-list ul li::after{width: 16px; height: 14px; top: 1px; left: 5px;}
     /* fire protection services */

    /* footer */
    .footer{padding: 30px;}
    .footer-logo::after{width: 440px;}
    .footer-logo::before{width: 440px;}
    .footer-copyright{margin-left: 0;}
    .footer-contact-part .row>*:first-child .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .row>*:nth-child(2) .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .row>*:nth-child(3) .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .footer-contact-detail::before{left: -43px;}
    .footer-contact-detail .contact-info ul li{font-size: 18px;}
    .footer-contact-detail .contact-info{font-size: 18px;}
    .footer-bottom-left-part ul li{font-size: 18px;}
    .footer-copyright{font-size: 18px;}
    .footer-bottom-left-part ul li::before{height: 15px;}
    .footer-top-left-part{font-size: 18px;}
    .facebook-link{font-size: 18px;}
    .footer-contact-part{margin: 40px auto 0;}
    .footer-bottom{padding: 25px 0;}
    /* footer */

    /* 404 page */
    .error-page{padding: 160px 0 50px;}
    /* 404 page */
}

@media (min-width: 1200px) and (max-width: 1299px) {
    /* Our Causes Page Start */
    .inner-banner-wrp .banner-image { height: 600px; }

    .tiny-lives-detail { margin: 0 -15px 0 0; }
    .tiny-lives-img { padding: 40px 30px; }
    .tiny-lives-wrp { padding: 120px 0 80px; }
    .tiny-lives-top .row>* { padding: 0 20px; }
    .tiny-lives-top .row {margin: 0 -20px;}
    /* Our Causes Page End */

    /* Services Page Start */
    .supression-system-wrp { padding: 120px 0 60px; }
    .supression-system-bottom { margin: 80px 20px 0; }
    .supression-system-content .common-list ul li{max-width: 46%; flex: 0 0 46%;}
    .fire-door-supression-system-wrp .supression-system-content .section-title{margin: 0 0 30px 0;}
    .fire-door-list ul li{font-size: 18px; line-height: 28px;}
    .fire-services-info-detail .fire-services-info-part{max-width: 295px;}
    .fire-services-info-detail > *:not(:last-child){margin-right: 20px;}

    .protection-services-wrp { padding: 60px 0; margin: 0 30px; }

    .system-building-wrp { padding: 60px 0; }
    .system-building-title { margin: 0 0 40px; }
    .system-building-img{height: 390px;}
    .fire-extinguisher-system-building-wrp .section-title{margin-bottom: -77px;}
    .fire-extinguisher-system-building-wrp .system-building-details .detail{margin: 90px 0 0;}

    .system-install-wrp { margin: 60px 30px; }

    .why-choose-wrp{padding: 50px 0;}
    .why-choose-main .video-block{height: 400px;}
    .why-choose-wrp-block .why-choose-main .video-block{ max-width: 430px; height: 600px; }
    .why-choose-content .common-detail{margin: 12px 0 0;}
    .why-choose-content .detail{margin: 20px 0 0;}
    .why-choose-content .detail > *:not(:last-child){margin-bottom: 20px;}
    .why-choose-content .get-a-quote-btn{margin: 20px 0 0;}
    .why-choose-main .why-choose-content{margin: 0; padding-left: 45px;}

    .fire-protection-services-content .system-building-block .system-building-img{height: 450px;}
    .fire-common-part .common-list ul li{font-size: 16px;}
    .fire-protection-services-detail{margin: 25px auto 0 0; padding: 0 0 0 30px;}
    .fire-protection-services-detail .detail{padding: 30px 0 0 0;}
    .fire-protection-services-detail .detail > *:not(:last-child){margin-bottom: 20px;}
    .fire-protection-services-detail .get-a-quote-btn{margin: 30px 0 0 0;}
    .fire-common-part .common-list ul li::after{width: 16px; height: 14px; top: 1px; left: 5px;}

    .fire-protection-services-block-wrp .section-title{margin-bottom: -229px;}
    .system-building-wrp .fire-common-part{top: 100px;}
    .fire-protection-services-block-wrp{ padding: 50px 0 30px; }

    .fire-alarm-info-section{padding: 40px 0;}
    .fire-alarm-info-block-part{max-width: 590px;}

    .fire-alarm-why-choose-wrp .why-choose-main .why-choose-content{ padding-left: 50px; }
    .fire-door-why-choose-wrp .why-choose-main .video-block{height: 350px;}

    .fire-door-installation-section{padding: 50px 0;}
    .ct-block-content-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fire-safety-why-choose-wrp{padding: 100px 0 40px;}

    .our-process{padding: 50px 0;}

    .system-building-wrp-list-part{padding: 40px;}
    /* Services Page End */

    /* common style */
    .section-title{font-size: 50px;}
    .detail{font-size: 18px;}
    .section-small-title{font-size: 24px;}
    .section-medium-title{font-size: 32px;}
    /* common style */

    /* header */
    .header{padding: 30px 0 0; left: 30px; right: 30px;}
    .navbar-nav .nav-item .nav-link {padding: 42px 0 36px;}
    .navbar-brand{max-width: 150px; top: 24px;}
    .header-btn{top: 5px;}
    .navbar-nav .nav-item:not(:last-child){margin-right: 35px;}
    .navbar-nav .nav-item{font-size: 18px;}
    .dropdown-toggle::after{transform: translateY(-11%);}
    .nav-item.dropdown:hover .dropdown-toggle::after{ transform: translateY(-11%) rotate(180deg) !important; -webkit-transform: translateY(-11%) rotate(180deg) !important; -moz-transform: translateY(-11%) rotate(180deg) !important; -ms-transform: translateY(-11%) rotate(180deg) !important; -o-transform: translateY(-11%) rotate(180deg) !important; }
    /* header */

    /* banner */
    .banner-section{padding: 30px 30px 0;}
    .banner-content .detail{margin: 15px 0 0;}
    .banner-btn{margin: 25px 0 0;}
    .banner-block{bottom: 40px;}
    .banner-image{height: 700px;}
    /* banner */

    /* video-section */
    .video-section{padding: 100px 0 50px;}
    .video-left-part .section-title{font-size: 40px;}
    .video-center-part::before{left: -22px;}
    .video-block{height: 380px; width: 330px;}
    .video-left-part{margin: 95px 0 0;}
    .video-right-part{margin: 40px 0 0 30px;}
    /* video-section */

    /* our services */
    .our-services{padding: 50px 0;}
    .our-services-block{margin: 80px 0 0;}
    .our-services-wrp .our-services-image{height: 450px;}
    .our-services-wrp .our-services-detail{padding: 40px; min-height: 350px;}
    .our-services-detail .detail{margin: 15px 0 0; padding: 15px 0 0;}
    .our-services-detail .quote-btn{margin: 30px 0 0;}
    /* our services */

    /* form modal */
    .form-modal .modal-dialog{max-width: 1100px;}
    .form-modal .modal-body{padding: 90px 50px 50px;}
    /* form modal */

    /* customers review */
    .customers-review-detail::after{right: 35px;}
    .customers-review{padding: 65px 0; margin: 50px 30px;}
    .customers-review-slider .slick-dots{margin: 0 0 20px 0;}
    .customers-review-slider .slick-dots li{padding: 0 0 35px 0;}
    /* customers review */

    /* team section */
    .team-section{padding: 100px 0 70px;}
    .team-services-section{padding: 40px 0 50px;}
    .team-slider-image{width: 150px; height: 150px;}
    /* team section */

    /* get in touch */
    .get-in-touch-section{padding: 90px 0 30px;}
    .get-in-touch-part{margin: 60px 0 0;}
    .get-in-touch-block .row{margin: 0 -18px;}
    .get-in-touch-block .row>*{padding: 0 18px;}
    /* get in touch */

     /* contact map */
     .contact-wrp {margin: 100px 0;}
     /* contact map */

      /* logo slider */
      .logo-slider-section{margin: 0;}
      .logo-item span{font-size: 16px;}
      /* logo slider */

    /* footer */
    .footer{padding: 30px;}
    .footer-logo::after{width: 440px;}
    .footer-logo::before{width: 440px;}
    .footer-copyright{margin-left: 0;}
    .footer-contact-part .row>*:first-child .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .row>*:nth-child(2) .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .row>*:nth-child(3) .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .footer-contact-detail::before{left: -43px;}
    .footer-contact-detail .contact-info ul li{font-size: 18px;}
    .footer-contact-detail .contact-info{font-size: 18px;}
    .footer-bottom-left-part ul li{font-size: 18px;}
    .footer-copyright{font-size: 18px;}
    .footer-bottom-left-part ul li::before{height: 15px;}
    .footer-top-left-part{font-size: 18px;}
    .facebook-link{font-size: 18px;}
    .footer-contact-part{margin: 40px auto 0;}
    .footer-bottom{padding: 25px 0;}
    /* footer */

    /* 404 page */
    .error-page{padding: 160px 0 50px;}
    /* 404 page */
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Our Causes Page Start */
    .block-title { font-size: 22px; line-height: 24px; }
    .common-list ul li { font-size: 18px; line-height: 20px; }
    .common-list ul li::after {width: 18px; height: 16px;}
    
    .inner-banner-wrp .banner-image { height: 500px; }

    .tiny-lives-detail { margin: 0 -10px 0 0; }
    .tiny-lives-img { padding: 40px 30px; }
    .tiny-lives-wrp { padding: 100px 0 50px; }
    .tiny-lives-top .row>* { padding: 0 20px; }
    .tiny-lives-top .row {margin: 0 -20px;}
    /* Our Causes Page End */

    /* Services Page Start */
    .supression-system-wrp { padding: 100px 0 50px; }
    .emergency-lights-supression-system-wrp .supression-system-content .list ul{ margin: 0; }
    .emergency-lights-supression-system-wrp .supression-system-content .list ul li:not(:last-child){ margin-bottom: 18px; }
    .emergency-lights-supression-system-wrp .supression-system-content .list ul li{padding-left: 24px;}
    .supression-system-wrp .section-title{font-size: 36px;}
    .list ul li{font-size: 18px; ;line-height: 28px; padding-left: 23px;}
    .list ul li::before{width: 16px; height: 14px;}
    .fire-alarm-supression-system-wrp .section-title{font-size: 36px;}
    .fire-door-supression-system-wrp .supression-system-content .section-title{margin: 0 0 30px 0;}
    .fire-door-list ul li{font-size: 18px; line-height: 28px;}
    .supression-system-bottom { margin: 60px 20px 0; }
    .supression-system-content .common-list ul li{max-width: 43%; flex: 0 0 43%;}
    .fire-services-info-detail .fire-services-info-part{max-width: 295px;}
    .fire-services-info-detail > *:not(:last-child){margin-right: 0; margin-bottom: 20px;}
    .fire-services-info-detail{flex-direction: column;}

    .google-reviews-left { max-width: 110px; flex: 0 0 110px; margin: 0 20px 0 0; }

    .protection-services-wrp { padding: 50px 0; margin: 0 20px;}
    .protection-services-main .section-title { margin: 0 0 40px; }
    .protection-services-right { padding: 30px 30px; }

    .common-form .form-label {font-size: 18px;}

    .system-building-wrp { padding: 50px 0; }
    .system-building-title { margin: 0 0 30px; }
    .system-building-title .block-title { margin: 0 0 30px; }
    .system-building-types {padding: 20px;}
    .system-building-inner {height: 230px;}
    .system-building-img{height: 330px;}
    .fire-extinguisher-system-building-wrp{padding: 30px 0 50px;}
    .fire-extinguisher-system-building-wrp .section-title{margin-bottom: -104px;}
    .fire-extinguisher-system-building-wrp .system-building-details .detail{margin: 90px 0 0;}

    .system-install-wrp { margin: 50px 20px; }
    .system-install-main {padding: 30px;}
    .system-install-main .section-title{font-size: 38px;}
    .system-install-logo{max-width: 180px;}

    .why-choose-wrp{padding: 30px 0;}
    .why-choose-main .video-block{height: 350px;}
    .why-choose-wrp-block .why-choose-main .video-block{ max-width: 430px; height: 600px; }
    .why-choose-content .common-detail{margin: 12px 0 0;}
    .why-choose-content .detail{margin: 20px 0 0;}
    .why-choose-content .detail > *:not(:last-child){margin-bottom: 20px;}
    .why-choose-content .get-a-quote-btn{margin: 20px 0 0;}
    .why-choose-main .why-choose-content{margin: 0; padding-left: 45px;}

    .fire-protection-services-content .system-building-block .system-building-img{height: 350px;}
    .fire-common-part .common-list ul li{font-size: 14px;}
    .fire-protection-services-detail{margin: 25px auto 0 0; padding: 0 0 0 30px;}
    .fire-protection-services-detail .detail{padding: 30px 0 0 0;}
    .fire-protection-services-detail .detail > *:not(:last-child){margin-bottom: 20px;}
    .fire-protection-services-detail .get-a-quote-btn{margin: 30px 0 0 0;}
    .fire-protection-services-block{padding: 50px 0;}
    .fire-common-part .common-list ul li{margin: 0 0 20px; padding: 0 0 0 20px;}
    .fire-common-part .common-list ul li::after{width: 14px; height: 10px;}
    .fire-protection-services-detail .section-title{font-size: 36px;}

    .fire-protection-services-block-wrp .section-title{margin-bottom: -242px;}
    .system-building-wrp .fire-common-part{top: 80px;}
    .fire-protection-services-block-wrp .section-title{max-width: 650px;}
    .fire-protection-services-block-wrp{padding: 100px 0 20px;}

    .fire-alarm-info-section{padding: 30px 0 50px;}
    .fire-alarm-info-block-part{max-width: 500px;}
    .fire-alarm-info-block-part > *:first-child{padding: 0 0 25px 0; margin: 0 0 25px 0;}
    .fire-alarm-info-detail .video-center-part .video-block{height: 450px;}
    .fire-alarm-info-part .list ul li::after{top: 0; width: 31px; height: 31px;}
    .fire-alarm-info-part .list ul li::before{top: 8px;}
    .fire-alarm-info-part .list ul li{padding-left: 45px;}

    .fire-alarm-why-choose-wrp .why-choose-main .why-choose-content{ padding-left: 50px; }
    .fire-door-why-choose-wrp .why-choose-main .video-block{height: 300px;}
    .fire-safety-why-choose-wrp{padding: 80px 0 40px;}
    .fire-safety-why-choose-wrp .why-choose-main .video-block{max-width: 330px; height: 400px;}
    .fire-safety-why-choose-wrp .why-choose-content .list ul li{max-width: 100%; flex: 0 0 100%;}
    .fire-safety-why-choose-wrp .why-choose-content .list ul li:after{width: 31px; height: 31px;}
    .fire-safety-why-choose-wrp .why-choose-content .list ul li::before{left: 8px;}

    .fire-door-installation-section{padding: 30px 0;}
    .ct-block-content-section{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .fire-door-installation-detail .list ul li{padding-left: 42px;}
    .fire-door-installation-detail .list ul li:after{top: 0; width: 31px; height: 31px;}
    .fire-door-installation-detail .list ul li:before{top: 8px;}
    .fire-door-installation-block >*:first-child .list{padding: 25px;}
    .fire-door-installation-block >*:last-child .list{padding: 25px;}
    .fire-door-installation-detail .list li:not(:last-child){margin-bottom: 20px;}
    .fire-door-installation-detail .fire-door-installation-detail-title{padding: 20px 0;}

    .emergency-lights-installation-detail .list ul li:after { top: 0; width: 31px; height: 31px;}
    .emergency-lights-installation-detail .list ul li:before{top: 8px;}
    .emergency-lights-installation-detail .list ul li{padding-left: 42px;}
    .emergency-lights-installation{padding: 40px 0 60px;}

    .fire-safety-benefits-content > .row > *:first-child > *:first-child:after{width: 510px;}
    .fire-safety-benefits-detail .list ul li::after{width: 31px; height: 31px;}
    .fire-safety-benefits-detail .list ul li{padding-left: 45px;}
    .fire-safety-benefits-detail .list ul li::after{top: 0;}
    .fire-safety-benefits-detail .list ul li::before{top: 8px;}
    .fire-safety-benefits-content > .row > *:first-child > *:first-child{padding: 0 0 20px 0; margin: 0 0 30px 0;}
    .fire-safety-benefits-detail .list{margin: 30px 0 0;}
    .fire-safety-benefits .system-building-block .system-building-img{height: 400px;}

    .our-process{padding: 30px 0 50px;}
    .our-process-detail .list ul li{padding-left: 45px;}
    .our-process-detail .list ul li::after{top: 0; width: 31px; height: 31px;}
    .our-process-detail .list ul li::before{top: 8px;}
    .our-process-detail .list ul li:not(:last-child){margin-bottom: 20px;}
    .our-process-detail .detail{margin: 30px 0 0;}
    .our-process-content .video-center-part .video-block{height: 350px;}

    .system-building-wrp-list-part{padding: 30px;}
    .system-building-wrp-list-part .row{margin: 0 -30px;}
    .system-building-wrp-list-part .row > *{padding: 0 30px;}
    .system-building-wrp-list-part .list ul li{padding-left: 45px;}
    .system-building-wrp-list-part .list ul li::after{top: 0; width: 31px; height: 31px;}
    .system-building-wrp-list-part .list ul li::before{top: 8px;}
    .system-building-wrp-list-part .list ul li:not(:last-child){margin-bottom: 20px;}

    .fire-safety-awareness {margin: 150px 0 0 0;}
    /* Services Page End */

    /* common style */
    .section-title{font-size: 44px;}
    .btn{font-size: 18px;}
    .btn span{margin: 0 0 0 8px; width: 30px; height: 30px;}
    .white-btn{padding: 6px 8px 6px 9px;}
    .detail{font-size: 16px;}
    .section-small-title{font-size: 22px;}
    .section-medium-title{font-size: 26px;}
    /* common style */

    /* header */
    .header{padding: 20px 0 0; left: 20px; right: 20px;}
    .navbar-nav .nav-item .nav-link {padding: 45px 0 36px;}
    .navbar-brand{max-width: 140px; top: 28px;}
    .header-btn{top: 4px;}
    .navbar-nav .nav-item:not(:last-child){margin-right: 25px;}
    .navbar-nav .nav-item{font-size: 16px;}
    .dropdown-toggle::after{transform: translateY(-11%);}
    .nav-item.dropdown:hover .dropdown-toggle::after{ transform: translateY(-11%) rotate(180deg) !important; -webkit-transform: translateY(-11%) rotate(180deg) !important; -moz-transform: translateY(-11%) rotate(180deg) !important; -ms-transform: translateY(-11%) rotate(180deg) !important; -o-transform: translateY(-11%) rotate(180deg) !important; }
    /* header */

    /* banner */
    .banner-section{padding: 20px 20px 0;}
    .banner-content .detail{margin: 15px 0 0;}
    .banner-btn{margin: 25px 0 0;}
    .banner-block{bottom: 40px;}
    /* .banner-image{height: 590px;} */
    .banner-image img {border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px;}
    .banner-image::after{ border-radius: 20px ; -webkit-border-radius: 20px ; -moz-border-radius: 20px ; -ms-border-radius: 20px ; -o-border-radius: 20px ; }
    .banner-image::before{border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px;}
    .banner-image{height: 650px;}
    .dropdown-item{font-size: 14px; line-height: 22px;}
    .dropdown-menu{width: 375px;}
    /* banner */

    /* video-section */
    .video-section{padding: 70px 0 30px;}
    .video-left-part .section-title{font-size: 32px; margin: 0 0 0 6px;}
    .video-center-part::before{left: -22px;}
    .video-block{height: 320px; width: 280px;}
    .video-left-part{margin: 95px 0 0;}
    .video-right-part{margin: 25px 0 0 25px;}
    .video-center-part{padding: 0 0 25px 20px;}
    .video-left-part .logo-part{max-width: 180px;}
    .video-center-part .play-video{top: 11px;}
    .video-right-part .detail > *:not(:last-child){margin-bottom: 15px;}
    .video-right-part .read-more-btn{margin: 20px 0 0;}
    /* video-section */

    /* our services */
    .our-services{padding: 50px 0;}
    .our-services-block{margin: 60px 0 0;}
    .our-services-wrp .our-services-image{height: 400px;}
    .our-services-wrp .our-services-detail{padding: 30px; min-height: 320px;}
    .our-services-detail .detail{margin: 15px 0 0; padding: 15px 0 0;}
    .our-services-detail .quote-btn{margin: 30px 0 0;}
    .our-services-block > *:not(:last-child){margin-bottom: 80px;}
    /* our services */

    /* form modal */
    .form-modal .modal-dialog{max-width: 900px;}
    .form-modal .modal-body{padding: 70px 30px 30px;}
    .form-modal .common-form .row{margin: 0 -15px;}
    .form-modal .common-form .row>*{padding: 0 15px;}
    .form-modal .btn-close{width: 18px; height: 18px; top: 15px; right: 15px;}
    .form-modal .common-form .form-group{margin-bottom: 30px;}
    /* form modal */

    /* customers review */
    .customers-review-detail::after{right: 13px;}
    .customers-review{padding: 40px 20px; margin: 40px 20px;}
    .customers-review-slider .slick-dots{margin: 0 0 20px 0;}
    .customers-review-slider .slick-dots li{padding: 0 0 35px 0;}
    .customers-review-block{max-width: 430px;}
    .customers-review-detail .detail{width: 100%; max-width: 400px;}
    /* .customers-review-slider .slick-dots li button{width: 52px; height: 52px;} */
    .customers-review-slider .slick-dots li:not(:last-child){margin-right: 20px;}
    .customers-review-slider-detail{margin: 0;}
    .customers-review-title{font-size: 18px; line-height: 24px}
    .customers-review-detail::after{height: 415px;}
    /* customers review */

    /* team section */
    .team-section{padding: 70px 0 50px;}
    .team-services-section{padding: 30px 0;}
    .team-slider-image{width: 120px; height: 120px;}
    .team-slider-part{margin: 35px 0 0; padding: 40px;}
    .team-slider .slick-arrow{top: -120px;}
    .team-slider-title{margin: 15px 0 0;}
    .team-slider-title *{font-size: 22px;}
    /* team section */

    /* get in touch */
    .get-in-touch-section{padding: 60px 0 20px;}
    .get-in-touch-part{margin: 40px 0 0;}
    .get-in-touch-block .row{margin: 0 -14px;}
    .get-in-touch-block .row>*{padding: 0 14px;}
    .get-in-touch-detail-info{font-size: 16px;}
    .get-in-touch-block .get-in-touch-detail{padding: 20px;}
    /* get in touch */

    /* contact map */
    .contact-wrp {margin: 80px 0;}
    /* contact map */

     /* logo slider */
     .logo-slider-section{margin: 0;}
     .logo-item span{font-size: 14px;}
     /* logo slider */

    /* footer */
    .footer{padding: 20px;}
    .footer-logo::after{width: 380px; right: -400px;}
    .footer-logo::before{width: 380px; left: -400px;}
    .footer-copyright{margin-left: 0;}
    .footer-contact-part .row>*:first-child .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .row>*:nth-child(2) .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .row>*:nth-child(3) .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .footer-contact-detail::before{left: -15px;}
    .footer-contact-detail .contact-info ul li{font-size: 16px;}
    .footer-contact-detail .contact-info{font-size: 16px;}
    .footer-bottom-left-part ul li{font-size: 16px;}
    .footer-copyright{font-size: 16px;}
    .footer-bottom-left-part ul li::before{height: 12px;}
    .footer-top-left-part{font-size: 16px;}
    .facebook-link{font-size: 16px;}
    .footer-contact-part{margin: 30px auto 0; padding-bottom: 40px;}
    .footer-bottom{padding: 20px 0;}
    .footer-logo{width: 100%; max-width: 130px; margin: 0 auto 0;}
    .footer-top-content{overflow: hidden;}
    .footer-top-part{padding: 40px 0 0;}
    .footer-social-media-icon ul li svg{height: 20px;}
    .footer-top{padding-top: 40px;}
    /* footer */

    /* 404 page */
    .error-page{padding: 160px 0 50px;}
    /* 404 page */

    /* typography */
    .typography-detail h1 { font-size: 55px; line-height: 60px; font-weight: 600; }
    .typography-detail h2 { font-size: 45px; line-height: 50px; font-weight: 500; }
    .typography-detail h3 { font-size: 38px; line-height: 44px; font-weight: 600; }
    .typography-detail h4 { font-size: 30px; line-height: 36px; font-weight: 600; }
    .typography-detail h5 { font-size: 25px; line-height: 30px; font-weight: 500; }
    .typography-detail h6 { font-size: 20px; line-height: 25px; font-weight: 400; }
    /* typography */

    .form-btn::after{right: 25px;}
}

@media (min-width: 992px){
    .header.fixed { padding: 0; background: linear-gradient(180deg, rgba(210, 4, 45, 0.3) -2.08%, rgba(165, 3, 54, 0.3) 99.31%); backdrop-filter: blur(15px); }
    .nav-item.dropdown .dropdown-menu { display: none; opacity: 0; transition: opacity 0.3s ease; }
    .nav-item.dropdown:hover .dropdown-menu { display: block; opacity: 1; }
    .nav-item.dropdown:hover .nav-link::before { width: 100%; }
    .nav-item.dropdown:hover .dropdown-toggle::after { transform: translateY(115%) rotate(180deg); -webkit-transform: translateY(115%) rotate(180deg); -moz-transform: translateY(115%) rotate(180deg); -ms-transform: translateY(115%) rotate(180deg); -o-transform: translateY(115%) rotate(180deg); }
}

@media (max-width: 1199px) {


    /*=== Blog Listing Css ===*/

    section.blogpg_blog_list .ctposts-grid .crpost_item {
        width: 50%;
    }
    section.blogpg_blog_list .ctposts-grid .crpost_item a.post-thumb {
        height: 265px;
    }

    /*=== Blog Post Page Css ===*/

    .single_post_cnt_wrap h1.entry-title {
        font-size: 40px;
        line-height: 1.2;
    }
    .single_post_cnt_wrap .entry-content h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .single_post_cnt_wrap .entry-content h3 {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    /* button-start */

    button.navbar-toggler {
        border: none;
    }

    .navbar-toggler {
        right: 0;
        top: 10px;
    }

    .navbar-toggler {
        border: none;
        background-color: transparent;
        position: relative;
        z-index: 9999;
        right: 0;
        padding: 0;
    }

    .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 200px 0 0;
        position: fixed !important;
        top: 0;
        right: -100%;
        max-width: 100%;
        width: 100%;
        bottom: 0;
        height: 100%;
        overflow: auto;
        background-color: #fff;
        transition: 0.5s;
        z-index: 9;
    }

    .navbar-collapse.show {
        right: 0;
        height: auto;
    }

    .navbar .navbar-collapse.show::before {
        right: 0;
    }

    .navbar .navbar-collapse::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 150px;
        top: 0;
        right: -100%;
        background: #ffffff;
        transition: 0.5s;
        z-index: 9999;
    }

    .navbar .navbar-nav {
        align-items: center;
        position: relative;
        top: 0;
    }

    .navbar .navbar-nav::after{
        position: absolute;
        content: "";
        background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
        width: 300px;
        height: 2px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .header .navbar-nav .nav-item {
        padding: 0 0;
        margin: 0 0 15px;
        text-align: center;
    }

    .header .navbar-nav .nav-item:first-child {
        padding-left: 0;
    }

    .navbar-toggler span {
        background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%);
        width: 25px;
        height: 2px;
        display: block;
        margin-bottom: 5px;
        transition: 0.5s;
        position: relative;
    }

    .navbar-toggler.open span:first-child {
        top: 5px;
        transform: rotate(45deg);
    }

    .navbar-toggler.open span:nth-child(2) {
        display: none;
    }

    .navbar-toggler.open span:last-child {
        top: -2px;
        transform: rotate(-45deg);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
    /* button-end */
    

    .header::after{ position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; right: 0; backdrop-filter: blur(0px); }
    .header.fixed { padding: 0; background: linear-gradient(180deg, rgba(210, 4, 45, 0.3) -2.08%, rgba(165, 3, 54, 0.3) 99.31%); }
    .header.fixed::after{ backdrop-filter: blur(15px); }
    .header.fixed{padding-bottom: 10px;}
    .navbar-nav .nav-item .nav-link{font-size: 18px; background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block;}
    .navbar-nav .nav-item .nav-link{padding: 0;}
    .navbar-nav .nav-item:not(:last-child){margin-right: 0;}
    .dropdown-toggle::after{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%3E%3Cdefs%3E%3ClinearGradient%20id=%22grad%22%20x1=%220%25%22%20y1=%220%25%22%20x2=%220%25%22%20y2=%22100%25%22%3E%3Cstop%20offset=%22-2.08%25%22%20style=%22stop-color:%23D2042D;stop-opacity:1%22%20/%3E%3Cstop%20offset=%2299.31%25%22%20style=%22stop-color:%23A50336;stop-opacity:1%22%20/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath%20d=%22M1%201L5.8%206L11%201%22%20stroke=%22url(%23grad)%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20fill=%22none%22/%3E%3C/svg%3E');}
    .dropdown-toggle::after{transform: translateY(-48%);}
    .nav-item.dropdown .dropdown-toggle.show::after { transform: translateY(-48%) rotate(180deg); -webkit-transform: translateY(-48%) rotate(180deg); -moz-transform: translateY(-48%) rotate(180deg); -ms-transform: translateY(-48%) rotate(180deg); -o-transform: translateY(-48%) rotate(180deg); }
    .header-btn{top: 0; margin: 25px 0 0;}
    .header-btn .btn{background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%); color: #FFF;}
    .header-btn .btn:hover{background: linear-gradient(0deg, #D2042D -2.08%, #A50336 99.31%);}
    .header-btn .btn span{background: #FFF; color: #000;}
    .navbar-nav .nav-item .nav-link::before{background: linear-gradient(180deg, #D2042D -2.08%, #A50336 99.31%); height: 2px;}
    .dropdown-menu{width: 100%; border-radius: 10px; background: #FFF; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10); margin: 5px auto 0;}
    .dropdown-item{text-align: center;}
    .dropdown-toggle .dropdown-menu.show{display: none;}
    .dropdown-toggle{margin: 0 0 15px;}

    /* wp-btn */
    .form-btn::after{right: 27px;}
    /* wp-btn */
    
    .contactWhatsappBtn * { fill: #a50336 !important; }

    /*=== Blog Listing Page Css ===*/

    section.blogpg_blog_list .ctposts-grid .crpost_item a.post-thumb {
        height: 195px;
    }
    section.blogpg_blog_list .ctposts-grid .crpost_item .post-content h3.post-title{
        font-size: 16px;
    }
    section.blogpg_blog_list .ctposts-grid .crpost_item .post-content p.post-excerpt {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
    }

    /*=== Blog Post Page Css ===*/

    .single_post_cnt_wrap h1.entry-title {
        font-size: 35px;
        line-height: 1.2;
    }
    .single_post_cnt_wrap .entry-content h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    .single_post_cnt_wrap .entry-content h4.wp-block-heading {
        font-size: 24px;
    }
   
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Our Causes Page Start */
    .inner-banner-wrp .banner-image { height: 350px; }
    .inner-banner-wrp .banner-block { bottom: 30px; }

    .tiny-lives-detail { margin: 0 -15px 0 0; }
    .tiny-lives-img { padding: 40px 30px; max-width: 400px; width: 100%; margin: 0 auto 40px; }
    .tiny-lives-wrp { padding: 60px 0 40px; }
    .tiny-lives-top .row>* { padding: 0 20px; }
    .tiny-lives-top .row {margin: 0 -20px;}
    .tiny-lives-content .section-title { margin: 0 0 20px; }
    .tiny-lives-content .detail p { margin: 0 0 20px; }
    .tiny-lives-bottom .row {flex-direction: column-reverse;}
    .tiny-lives-img-bottom {margin: 0 auto 40px;}
    /* Our Causes Page End */

    /* Services Page Start */
    .block-title { font-size: 22px; line-height: 22px;}
    .common-list ul li { font-size: 18px; line-height: 20px; }
    .common-list ul li::after {width: 16px; height: 14px;}
    .common-form .form-btn{display: flex; justify-content: center;}
    .fire-services-info-detail .fire-services-info-part{max-width: 295px;}
    .fire-services-info-detail > *:not(:last-child){margin-right: 20px;}
    .fire-services-info-detail{margin: 40px 0 0; justify-content: center;}

    .supression-system-wrp { padding: 80px 0 40px; }
    .emergency-lights-supression-system-wrp .supression-system-content .list ul{ margin: 0; }
    .emergency-lights-supression-system-wrp .supression-system-content .list ul li:not(:last-child){ margin-bottom: 18px; }
    .emergency-lights-supression-system-wrp .supression-system-content .list ul li{padding-left: 24px;}
    .emergency-lights-supression-system-wrp .supression-system-content .section-title{margin: 0 0 25px !important;}
    .emergency-lights-supression-system-wrp .supression-system-content .list{display: flex; flex-direction: column; align-items: center;}
    .fire-door-supression-system-wrp .supression-system-content .section-title{margin: 0;}
    .fire-door-list{margin: 30px 0 0;}
    .fire-door-list ul li{font-size: 16px; line-height: 26px;}
    .supression-system-wrp .list>span{font-size: 18px; text-align: center;}
    .list ul li{font-size: 18px; ;line-height: 28px; padding-left: 23px;}
    .list ul li::before{width: 16px; height: 14px;}
    .fire-alarm-supression-system-wrp .list > span{text-align: center;}
    .supression-system-bottom { margin: 60px 20px 0; }
    .supression-system-content .section-title { margin: 0 0 20px; text-align: center;}
    .supression-system-content .detail{text-align: center;}
    .supression-system-content {max-width: 100%; margin: 0 0 40px;}
    .common-form .form-label {font-size: 18px;}
    .contact-form {margin: 0 auto;}
    .google-reviews-left { max-width: 110px; flex: 0 0 110px; margin: 0 20px 0 0; }
    .google-reviews-block {margin: 30px auto !important; width: 100%; max-width: 601px;}
    .supression-system-content .common-list{margin: 40px 0 0;}
    .supression-system-content .common-list ul{justify-content: center;}
    .supression-system-content .common-list ul li{max-width: 40%; flex: 0 0 40%;}

    .protection-services-wrp { padding: 40px 0; margin: 0 20px; }
    .protection-services-main .section-title { margin: 0 0 40px; }
    .protection-services-right { padding: 30px 30px; }
    .protection-services-left {margin: 0 0 40px;}

    .system-building-wrp { padding: 40px 0 10px; }
    .system-building-title { margin: 0 0 30px; }
    .system-building-title .block-title { margin: 0 0 30px; }
    .system-building-types {padding: 20px 20px 5px;}
    .system-building-inner {height: 230px;}
    .system-building-block {max-width: 400px; width: 100%; margin: 0 auto 30px;}
    .system-building-types .common-list ul {flex-wrap: wrap; justify-content: flex-start;}
    .system-building-types .common-list ul li {max-width: 47%; flex: 0 0 47%; margin: 0 15px 15px 0;}
    .system-building-types .common-list ul li:nth-child(even)::before {display: none;}
    .system-building-details {margin: 0 0 30px;}
    .system-building-img{height: 400px;}
    .fire-extinguisher-system-building-wrp{padding: 30px 0;}
    .fire-extinguisher-system-building-wrp .system-building-block{margin: 0 auto;}
    .fire-extinguisher-system-building-wrp .section-title{margin-bottom: 0;}
    .fire-extinguisher-system-building-wrp .system-building-details .detail{margin: 30px 0 0;}

    .system-install-wrp { margin: 30px 20px; }
    .system-install-main {padding: 20px;}
    .system-install-main .section-title{text-align: left; font-size: 28px;}
    .system-install-logo{max-width: 155px;}

    .why-choose-wrp{padding: 20px 0;}
    .fire-door-why-choose-wrp{padding: 20px 0 45px;}
    .why-choose-main .video-block{height: 350px;}
    .why-choose-wrp-block .why-choose-main .video-block{ max-width: 430px; height: 350px; }
    .why-choose-wrp-block .why-choose-main .why-choose-content{padding-left: 0;}
    .why-choose-content .common-detail{margin: 12px 0 0;}
    .why-choose-content .detail{margin: 20px 0 0;}
    .why-choose-content .detail > *:not(:last-child){margin-bottom: 20px;}
    .why-choose-content .get-a-quote-btn{margin: 20px 0 0;}
    .why-choose-main .why-choose-content{margin: 30px 0 0; padding-left: 0;}
    .why-choose-main .video-center-part{width: 100%; max-width: 320px; margin: 0 auto;}
    .why-choose-content .section-title{text-align: center;}
    .why-choose-content .common-detail{text-align: center;}
    .why-choose-content .detail{text-align: center;}
    .why-choose-content .get-a-quote-btn{display: flex; justify-content: center;}

    .fire-protection-services-content .system-building-block .system-building-img{height: 350px;}
    .fire-common-part .common-list ul li{font-size: 14px;}
    .fire-protection-services-detail{margin: 25px 0; padding: 0 0 0 0; max-width: 100%;}
    .fire-protection-services-detail .detail{padding: 30px 0 0 0; max-width: 100%;}
    .fire-protection-services-detail .detail > *:not(:last-child){margin-bottom: 20px;}
    .fire-protection-services-detail .get-a-quote-btn{margin: 30px 0 0 0; display: flex; justify-content: center;}
    .fire-protection-services-block{padding: 40px 0;}
    .fire-common-part .common-list ul li{margin: 0 0 20px; padding: 0 0 0 20px;}
    .fire-common-part .common-list ul li::after{width: 14px; height: 10px;}
    .fire-protection-services-detail .section-title{font-size: 36px;}

    .fire-protection-services-block-wrp .section-title{margin-bottom: 25px;}
    .system-building-wrp .fire-common-part{top: 0;}
    .system-building-wrp .common-list{margin: 0;}
    .fire-protection-services-block-wrp .section-title{max-width: 650px;}
    .fire-protection-services-block-wrp{padding: 50px 0 20px;}
    .system-building-bottom .info-detail{margin: 10px auto 0;}

    .fire-alarm-info-section{padding: 20px 0 40px;}
    .fire-alarm-info-block-part{max-width: 100%; margin: 30px 0 0;}
    .fire-alarm-info-block-part > *:first-child{padding: 0 0 25px 0; margin: 0 0 25px 0;}
    .fire-alarm-info-detail .video-center-part .video-block{height: 350px; max-width: 300px;}
    .fire-alarm-info-detail .video-center-part{width: 100%; max-width: 320px; margin: 0 auto;}
    .fire-alarm-info-part .list ul li::after{top: -1px; width: 31px; height: 31px;}
    .fire-alarm-info-part .list ul li::before{top: 7px;}
    .fire-alarm-info-part .list ul li{padding-left: 42px;}

    .fire-alarm-why-choose-wrp .why-choose-main .why-choose-content{ padding-left: 0; margin: 30px 0 0; }
    .fire-door-why-choose-wrp .why-choose-detail .list{margin: 25px 0 0;}
    .fire-alarm-why-choose-wrp .why-choose-main .why-choose-content{ padding-left: 50px; }
    .fire-door-why-choose-wrp .why-choose-main .video-block{height: 300px;}
    .fire-safety-why-choose-wrp{padding: 40px 0;}
    .fire-safety-why-choose-wrp .why-choose-main .video-block{max-width: 240px; height: 340px;}
    .fire-safety-why-choose-wrp .why-choose-content .list ul li{max-width: 100%; flex: 0 0 100%;}
    .fire-safety-why-choose-wrp .why-choose-content .list ul li:after{width: 30px; height: 30px;}
    .fire-safety-why-choose-wrp .why-choose-content .list ul li{padding-left: 38px; margin-bottom: 20px;}
    .fire-safety-why-choose-wrp .why-choose-content .list{margin: 25px 0 0;}
    .fire-safety-why-choose-wrp .why-choose-content .quote-btn{margin: 5px 0 0;}

    .fire-door-installation-section{padding: 30px 0;}
    .ct-block-content-section{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .fire-door-installation-detail .list ul li{padding-left: 42px;}
    .fire-door-installation-detail .list ul li:after{top: -1px; width: 31px; height: 31px;}
    .fire-door-installation-detail .list ul li:before{top: 7px;}
    .fire-door-installation-block >*:first-child .list{padding: 25px;}
    .fire-door-installation-block >*:last-child .list{padding: 25px;}
    .fire-door-installation-detail .list li:not(:last-child){margin-bottom: 20px;}
    .fire-door-installation-detail .fire-door-installation-detail-title{padding: 20px 0;}
    .fire-door-installation-block {flex-direction: column;}
    .fire-door-installation-block >*:first-child{border-right: none; max-width: 100%;}
    .fire-door-installation-block >*:last-child{ max-width: 100%;}
    .fire-door-installation-content .detail{margin: 25px auto 0;}
    .fire-door-installation-block{margin: 30px 0 0;}

    .emergency-lights-installation-detail .list ul li:after { top: 0; width: 31px; height: 31px;}
    .emergency-lights-installation-detail .list ul li:before{top: 8px;}
    .emergency-lights-installation-detail .list ul li{padding-left: 42px;}
    .emergency-lights-installation{padding: 20px 0 40px;}
    .emergency-light-block .video-center-part .video-block{height: 370px;}

    .fire-safety-benefits-content > .row > *:first-child > *:first-child:after{width: 360px;}
    .fire-safety-benefits-detail .list ul li::after{width: 31px; height: 31px;}
    .fire-safety-benefits-detail .list ul li{padding-left: 42px;}
    .fire-safety-benefits-detail .list ul li::after{top: 0;}
    .fire-safety-benefits-detail .list ul li::before{top: 8px;}
    .fire-safety-benefits-content > .row > *:first-child > *:first-child{padding: 0 0 20px 0; margin: 0 0 30px 0;}
    .fire-safety-benefits-detail .list{margin: 30px 0 0;}
    .fire-safety-benefits .system-building-block .system-building-img{height: 400px;}
    .fire-safety-benefits{padding: 50px 0;}
    .fire-safety-benefits-content .section-small-title{ margin: 50px 0 0; }

    .our-process{padding: 30px 0 50px;}
    .our-process-detail .list ul li{padding-left: 42px;}
    .our-process-detail .list ul li::after{top: 0; width: 31px; height: 31px;}
    .our-process-detail .list ul li::before{top: 8px;}
    .our-process-detail .list ul li:not(:last-child){margin-bottom: 20px;}
    .our-process-detail .detail{margin: 30px 0 0;}
    .our-process-detail .section-medium-title{text-align: center;}
    .our-process-content .video-center-part .video-block{height: 350px;}
    .our-process-content .video-center-part{width: 100%; max-width: 300px; margin: 0 auto 30px; padding: 0 0 25px 25px;}

    .system-building-wrp-list-part{padding: 30px; margin-bottom: 40px;}
    .system-building-wrp-list-part .row{margin: 0 -20px;}
    .system-building-wrp-list-part .row > *{padding: 0 20px;}
    .system-building-wrp-list-part .list ul li{padding-left: 45px;}
    .system-building-wrp-list-part .list ul li::after{top: 0; width: 31px; height: 31px;}
    .system-building-wrp-list-part .list ul li::before{top: 8px;}
    .system-building-wrp-list-part .list ul li:not(:last-child){margin-bottom: 20px;}

    .fire-safety-awareness {margin: 130px 0 0 0;}
    .fire-safety-awareness-content{justify-content: center; flex-direction: column; align-items: center;}
    .fire-safety-awareness-content > *:last-child{margin: 160px 0 0 0;}
    .fire-safety-awareness-detail{margin: 0 0 40px;}
    /* Services Page End */

    /* common style */
    .section-title{font-size: 36px; text-align: center;}
    .btn{font-size: 18px; padding: 6px 8px 6px 9px;}
    .btn span{margin: 0 0 0 8px; width: 30px; height: 30px;}
    .white-btn{padding: 6px 8px 6px 9px;}
    .detail{font-size: 15px; text-align: center;}
    .section-small-title{font-size: 20px;}
    .section-medium-title{font-size: 22px;}
    /* common style */

    /* header */
    .header{padding: 20px 0 0; left: 20px; right: 20px;}
    .navbar-brand{max-width: 130px; top: 20px;}
    /* header */

    /* banner */
    .banner-section{padding: 20px 20px 0;}
    .banner-content .detail{margin: 5px 0 0;}
    .banner-btn{margin: 15px 0 0;}
    .banner-block{bottom: 25px;}
    .banner-image{height: 430px;}
    .banner-image img {border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px;}
    .banner-image::after{ border-radius:20px ; -webkit-border-radius:20px ; -moz-border-radius:20px ; -ms-border-radius:20px ; -o-border-radius:20px ; }
    .banner-image::before{border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px;}
    /* banner */

    /* video-section */
    .video-content{flex-wrap: wrap; justify-content: center;}
    .video-section{padding: 70px 0 30px;}
    .video-left-part .section-title{font-size: 32px; margin: 0 0 0 6px; text-align: center;}
    .video-left-part .section-title span{display: inline-block;}
    .video-center-part::before{left: -22px;}
    .video-block{height: 320px; width: 280px;}
    .video-left-part{margin: 0; max-width: 100%;}
    .video-right-part{margin: 25px 0 0 25px; max-width: 300px;}
    .video-center-part{padding: 25px 0 25px 20px;}
    .video-left-part .logo-part{max-width: 180px; margin: 0 auto;}
    .video-center-part .play-video{top: 11px;}
    .video-right-part .detail > *:not(:last-child){margin-bottom: 15px;}
    .video-right-part .read-more-btn{margin: 20px 0 0;}
    .video-content .video-right-part .detail{text-align: left;}
    /* video-section */

    /* our services */
    .our-services{padding: 50px 0;}
    .our-services-block{margin: 60px 0 0;}
    .our-services-wrp .our-services-image{height: 400px;}
    .our-services-wrp .our-services-detail{padding: 30px; min-height: 320px;}
    .our-services-detail .detail{margin: 15px 0 0; padding: 15px 0 0; text-align: left;}
    .our-services-detail .quote-btn{margin: 30px 0 0;}
    .our-services-block > *:not(:last-child){margin-bottom: 80px;}
    /* our services */

    /* form modal */
    .form-modal .modal-dialog{max-width: 700px;}
    .form-modal .modal-body{padding: 70px 30px 30px;}
    .form-modal .common-form .row{margin: 0 -10px;}
    .form-modal .common-form .row>*{padding: 0 10px;}
    .form-modal .btn-close{width: 18px; height: 18px; top: 15px; right: 15px;}
    .form-modal .common-form .form-group{margin-bottom: 25px;}
    /* form modal */

    /* customers review */
    .customers-review-detail::after{display: none;}
    .customers-review{padding: 40px 20px; margin: 40px 20px;}
    .customers-review-slider .slick-dots{margin: 0 0 20px 0;}
    .customers-review-slider .slick-dots li{padding: 0 0 35px 0;}
    .customers-review-block{max-width: 100%; margin: 30px 0 0;}
    .customers-review-detail .detail{width: 100%; max-width: 100%; text-align: center; margin: 18px 0 0;}
    /* .customers-review-slider .slick-dots li button{width: 52px; height: 52px;} */
    .customers-review-slider .slick-dots li:not(:last-child){margin-right: 20px;}
    .customers-review-slider-detail{margin: 0;}
    .customers-review-title{font-size: 16px; line-height: 22px; text-align: center;}
    .customers-review-detail::after{height: 415px;}
    .customers-review-detail .section-title{text-align: center;}
    .customers-review-slider .slick-dots{justify-content: center; width: 100%;}
    .customers-review-slider-detail .detail{text-align: center;}
    /* customers review */

    /* team section */
    .team-section{padding: 70px 0 50px;}
    .team-services-section{padding: 30px 0;}
    .team-slider-image{width: 120px; height: 120px;}
    .team-slider-part{margin: 35px 0 0; padding: 40px;}
    .team-slider .slick-arrow{top: -120px;}
    .team-slider-title{margin: 15px 0 0;}
    .team-slider-title *{font-size: 22px;}
    /* team section */

    /* get in touch */
    .get-in-touch-section{padding: 40px 0 15px;}
    .get-in-touch-part{margin: 30px 0 0;}
    .get-in-touch-block .row{margin: 0 -10px;}
    .get-in-touch-block .row>*{padding: 0 10px;}
    .get-in-touch-detail-info{font-size: 15px;}
    .get-in-touch-block .get-in-touch-detail{padding: 20px 10px;}
    .get-in-touch-part .get-in-touch-title *{font-size: 20px;}
    /* get in touch */

    /* contact map */
    .contact-wrp {margin: 70px 0; height: 100%;}
    #map{height: 500px;}
    .contact-wrp .contact-wrp-content .contact-form{position: relative; top: 0; right: 0; transform: translateY(0); margin: 30px auto 0;}
    /* contact map */

     /* logo slider */
     .logo-slider-section{margin: 0;}
     .logo-item span{font-size: 16px;}
     /* logo slider */

    /* footer */
    .footer{padding: 20px;}
    .footer-logo::after{width: 390px; right: -400px;}
    .footer-logo::before{width: 390px; left: -400px;}
    .footer-copyright{margin-left: 0;}
    .footer-contact-part .row>*:first-child .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .row>*:nth-child(2) .footer-contact-detail{margin: 0 auto; position: relative; left: -10px;}
    .footer-contact-part .row>*:nth-child(3) .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .footer-contact-detail::before{left: 0;}
    .footer-contact-part .row>*:nth-child(2) .footer-contact-detail::before{left: -20px;}
    .footer-contact-detail .contact-info ul li{font-size: 14px;}
    .footer-contact-detail .contact-info{font-size: 14px;}
    .footer-bottom-left-part ul li{font-size: 14px;}
    .footer-copyright{font-size: 14px;}
    .footer-bottom-left-part ul li::before{height: 12px;}
    .footer-top-left-part{font-size: 14px;}
    .facebook-link{font-size: 14px;}
    .footer-contact-part{margin: 30px auto 0; padding-bottom: 40px;}
    .footer-bottom{padding: 20px 0;}
    .footer-logo{width: 100%; max-width: 130px; margin: 0 auto 0;}
    .footer-top-content{overflow: hidden;}
    .footer-top-part{padding: 40px 0 0;}
    .footer-social-media-icon ul li svg{height: 20px;}
    .footer-contact-detail .contact-info ul{flex-direction: column; align-items: center;}
    .footer-contact-detail .contact-info ul li::after{display: none;}
    .footer-contact-detail .contact-info ul li{padding: 0;}
    .footer-bottom-content{flex-direction: column;}
    .footer-bottom-content > *:not(:last-child){margin-bottom: 12px;}
    .footer-top{padding-top: 30px;}
    /* footer */

    /* wp - btn */
    .form-btn::after{right: 40px;}
    /* wp - btn */

    /* 404 page */
    .error-page{padding: 160px 0 50px;}
    /* 404 page */

    /* typography */
    .typography-detail h1 { font-size: 55px; line-height: 60px; font-weight: 600; }
    .typography-detail h2 { font-size: 45px; line-height: 50px; font-weight: 500; }
    .typography-detail h3 { font-size: 38px; line-height: 44px; font-weight: 600; }
    .typography-detail h4 { font-size: 30px; line-height: 36px; font-weight: 600; }
    .typography-detail h5 { font-size: 25px; line-height: 30px; font-weight: 500; }
    .typography-detail h6 { font-size: 20px; line-height: 25px; font-weight: 400; }
    /* typography */
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    /* Our Causes Page Start */
    .inner-banner-wrp .banner-image { height: 300px; }
    .inner-banner-wrp .banner-block { bottom: 30px; }

    .tiny-lives-detail { margin: 0 -15px 0 0; }
    .tiny-lives-img { padding: 40px 30px; max-width: 400px; width: 100%; margin: 0 auto 30px; }
    .tiny-lives-wrp { padding: 50px 0 35px; }
    .tiny-lives-top .row>* { padding: 0 15px; }
    .tiny-lives-top .row {margin: 0 -15px;}
    .tiny-lives-content .section-title { margin: 0 0 20px; }
    .tiny-lives-content .detail p { margin: 0 0 15px; }
    .tiny-lives-bottom .row {flex-direction: column-reverse;}
    .tiny-lives-img-bottom {margin: 0 auto 30px;}
    .tiny-lives-top { padding: 0 0 30px; }
    /* Our Causes Page End */

    /* Services Page Start */
    .block-title { font-size: 18px; line-height: 22px; text-align: center;}
    .common-list ul li { font-size: 16px; line-height: 18px; padding: 0 0 0 25px; }
    .common-list ul li::after {width: 16px; height: 14px;}
    .contact-form .detail { margin: 0 0 15px; }
    .common-form .form-control { font-size: 16px; line-height: 16px; }
    .form-bottom p { font-size: 16px; line-height: 20px; }
    .form-bottom ul li .stars img {width: 15px;}
    .common-form .form-btn{display: flex; justify-content: center;}

    .supression-system-wrp { padding: 35px 0 25px; }
    .supression-system-wrp .supression-system-content .detail > *:not(:last-child){ margin-bottom: 15px; }
    .emergency-lights-supression-system-wrp .supression-system-content .list ul{ margin: 0; }
    .emergency-lights-supression-system-wrp .supression-system-content .list ul li:not(:last-child){ margin-bottom: 18px; }
    .emergency-lights-supression-system-wrp .supression-system-content .list ul li{padding-left: 24px;}
    .emergency-lights-supression-system-wrp .supression-system-content .section-title{margin: 0 0 25px !important;}
    .emergency-lights-supression-system-wrp .supression-system-content .list{display: flex; flex-direction: column; align-items: center; margin: 20px 0 0;}
    .fire-door-supression-system-wrp .supression-system-content .section-title{margin: 0;}
    .fire-door-list{margin: 30px 0 0;}
    .fire-door-list ul li{font-size: 16px; line-height: 26px; display: block;}
    .fire-door-list ul li:not(:last-child){margin-bottom: 20px;}
    .fire-alarm-supression-system-wrp .list > span{text-align: center;}
    .supression-system-wrp .list{margin: 30px 0 0;}
    .supression-system-wrp .list>span{font-size: 16px; text-align: center;}
    .list ul li{font-size: 16px; ;line-height: 25px; padding-left: 20px;}
    .list ul li::before{width: 14px; height: 12px;}
    .fire-alarm-supression-system-wrp .list{margin: 25px 0 0;}
    .supression-system-bottom { margin: 40px 40px 0; }
    .supression-system-content .section-title { margin: 0 0 20px; text-align: center;}
    .supression-system-content .detail { text-align: center;}
    .supression-system-content {max-width: 100%; margin: 0 0 20px;}
    .common-form .form-label {font-size: 16px; line-height: 18px;}
    .contact-form { padding: 25px; margin: 0 auto;}
    .form-bottom p span { font-size: 16px; }
    .common-form .form-group { margin: 0 0 22px; }
    .google-reviews-left { max-width: 110px; flex: 0 0 110px; margin: 0 20px 0 0; }
    .google-reviews-block {margin: 30px 0;}
    .supression-system-content .common-list ul li {max-width: 44%; flex: 0 0 44%; }
    .fire-services-info-detail .fire-services-info-part{max-width: 280px;}
    .fire-services-info-detail > *:not(:last-child){margin-right: 0; margin-bottom: 15px;}
    .fire-services-info-detail{margin: 25px 0 0; justify-content: center; flex-direction: column; align-items: center;}

    .logo-item.slick-current { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
    .logo-item { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
    /* .logo-slider .slick-list{margin: 0 -5px;}
    .logo-slider .slick-slide{padding: 0 5px;} */

    .protection-services-wrp{ padding: 30px 0; margin: 30px 20px; border-radius:12px ; -webkit-border-radius:12px ; -moz-border-radius:12px ; -ms-border-radius:12px ; -o-border-radius:12px ; }
    .protection-services-main .section-title { margin: 0 0 40px; }
    .protection-services-right { padding: 30px 30px; margin: 0; }
    .protection-services-left {margin: 0 0 40px;}
    .protection-services-img { margin: 0 0 30px; }

    .system-building-wrp { padding: 30px 0 10px; }
    .system-building-bottom .info-detail{margin: 10px auto 0;}
    .system-building-wrp .system-building-bottom > .section-title{margin: 0 0 20px 0;}
    .system-building-title { margin: 0 0 30px; }
    .system-building-title .block-title { margin: 0 0 20px; }
    .system-building-types {padding: 20px 20px 5px;}
    .system-building-inner {height: 230px;}
    .system-building-block {max-width: 400px; width: 100%; margin: 0 auto 30px;}
    .system-building-types .common-list ul {flex-wrap: wrap; justify-content: flex-start;}
    .system-building-types .common-list ul li {margin: 0 0 15px 0;}
    .system-building-types .common-list ul li::before {display: none;}
    .system-building-types .common-list ul li:nth-child(even)::before {display: none;}
    .system-building-title .section-title {margin: 0 auto 20px;}
    .system-building-details {margin: 0 0 30px;}
    .system-building-img{height: 350px;}
    .fire-extinguisher-system-building-wrp{padding: 30px 0;}
    .fire-extinguisher-system-building-wrp .section-title{margin-bottom: 0;}
    .fire-extinguisher-system-building-wrp .system-building-details .detail{margin: 25px 0 0;}
    .fire-extinguisher-system-building-wrp .system-building-block{margin: 0 auto;}

    .system-install-wrp { margin: 20px 20px; border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; }
    .system-install-main {padding: 20px 0; text-align: center;}
    .system-install-main .section-title {margin: 0 0 30px;}
    .system-install-logo{max-width: 160px;}

    .why-choose-wrp{padding: 20px 0;}
    .why-choose-wrp-block{padding: 35px 0;}
    .why-choose-main .video-block{height: 300px;}
    .why-choose-wrp-block .why-choose-main .video-block{ max-width: 270px; height: 300px; }
    .why-choose-wrp-block .why-choose-main .why-choose-content{padding-left: 0;}
    .why-choose-content .detail{margin: 20px 0 0;}
    .why-choose-content .detail > *:not(:last-child){margin-bottom: 12px;}
    .why-choose-content .get-a-quote-btn{margin: 20px 0 0;}
    .why-choose-main .why-choose-content{margin: 30px 0 0; padding-left: 0;}
    .why-choose-main .video-center-part{width: 100%; max-width: 320px; margin: 0 auto;}
    .why-choose-content .section-title{text-align: center;}
    .why-choose-content .common-detail{text-align: center; margin: 12px 0 0; font-size: 16px; line-height: 150%;}
    .why-choose-content .detail{text-align: center;}
    .why-choose-content .get-a-quote-btn{display: flex; justify-content: center;}

    .fire-protection-services-content .system-building-block .system-building-img{height: 300px; max-width: 250px;}
    .fire-common-part .common-list ul li{font-size: 14px;}
    .fire-protection-services-detail{margin: 25px 0; padding: 0 0 0 0; max-width: 100%;}
    .fire-protection-services-detail .detail{padding: 20px 0 0 0; max-width: 100%;}
    .fire-protection-services-detail .detail > *:not(:last-child){margin-bottom: 10px;}
    .fire-protection-services-detail .get-a-quote-btn{margin: 20px 0 0 0; display: flex; justify-content: center;}
    .fire-protection-services-block{padding: 20px 0;}
    .fire-common-part .common-list ul li{margin: 0 0 20px; padding: 0 0 0 20px;}
    .fire-common-part .common-list ul li::after{width: 14px; height: 10px;}
    .fire-protection-services-detail .section-title{font-size: 26px;}

    .fire-protection-services-block-wrp .section-title{margin-bottom: 25px;}
    .system-building-wrp .fire-common-part{top: 0;}
    .system-building-wrp .common-list{margin: 0;}
    .system-building-bottom .system-building-details .section-title{ margin-bottom: 20px; }
    .fire-protection-services-block-wrp .section-title{max-width: 650px;}
    .fire-protection-services-block-wrp{padding: 30px 0 20px;}
    .fire-protection-services-block-wrp .system-building-img{height: 300px;}
    .fire-protection-services-block-wrp .system-building-inner{max-width: 210px;}

    .fire-alarm-info-section{padding: 20px 0 40px;}
    .fire-alarm-info-block-part{max-width: 100%; margin: 30px 0 0;}
    .fire-alarm-info-block-part > *:first-child{padding: 0 0 25px 0; margin: 0 0 25px 0;}
    .fire-alarm-info-detail .video-center-part .video-block{height: 350px; max-width: 300px;}
    .fire-alarm-info-detail .video-center-part{width: 100%; max-width: 290px; margin: 0 auto;}
    .fire-alarm-info-part .list ul li::after{top: -1px; width: 29px; height: 29px;}
    .fire-alarm-info-part .list ul li::before{top: 7px;}
    .fire-alarm-info-part .list ul li{padding-left: 39px;}

    .fire-alarm-why-choose-wrp .why-choose-main .why-choose-content{ padding-left: 0; margin: 30px 0 0; }
    .fire-door-why-choose-wrp .why-choose-detail .list{margin: 25px 0 0;}
    .fire-safety-why-choose-wrp{padding: 40px 0;}
    .fire-safety-why-choose-wrp .why-choose-main .video-block{max-width: 240px; height: 340px;}
    .fire-safety-why-choose-wrp .why-choose-content .list ul li{max-width: 50%; flex: 0 0 50%;}
    .fire-safety-why-choose-wrp .why-choose-content .list ul li:after{width: 28px; height: 28px;}
    .fire-safety-why-choose-wrp .why-choose-content .list ul li{padding-left: 38px; margin-bottom: 20px;}
    .fire-safety-why-choose-wrp .why-choose-content .list{margin: 25px 0 0;}
    .fire-safety-why-choose-wrp .why-choose-content .quote-btn{margin: 5px 0 0; display: flex; justify-content: center;}
    .fire-safety-why-choose-wrp .why-choose-main .why-choose-content{padding-left: 0;}

    .fire-door-installation-section{padding: 20px 0 30px;}
    .ct-block-content-section{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .fire-door-installation-detail .list ul li{padding-left: 39px;}
    .fire-door-installation-detail .list ul li:after{top: -1px; width: 29px; height: 29px;}
    .fire-door-installation-detail .list ul li:before{top: 7px;}
    .fire-door-installation-block >*:first-child .list{padding: 20px;}
    .fire-door-installation-block >*:last-child .list{padding: 20px;}
    .fire-door-installation-detail .list li:not(:last-child){margin-bottom: 20px;}
    .fire-door-installation-detail .fire-door-installation-detail-title{padding: 14px 0;}
    .fire-door-installation-block {flex-direction: column;}
    .fire-door-installation-block >*:first-child{border-right: none; max-width: 100%;}
    .fire-door-installation-block >*:last-child{ max-width: 100%;}
    .fire-door-installation-content .detail{margin: 25px auto 0;}
    .fire-door-installation-block{margin: 30px 0 0;}
    .fire-door-installation-detail .fire-door-installation-detail-title *{font-size: 20px;}

    .emergency-lights-installation-detail .list ul li:after { top: 0; width: 29px; height: 29px;}
    .emergency-lights-installation-detail .list ul li:before{top: 8px;}
    .emergency-lights-installation-detail .list ul li{padding-left: 39px;}
    .emergency-lights-installation{padding: 20px 0 40px;}
    .emergency-light-block .video-center-part .video-block{height: 350px;}
    .emergency-light-block .video-center-part{width: 100%; max-width: 290px; margin: 0 auto 30px;}
    .emergency-lights-installation-detail .detail{margin: 25px 0 0;}
    .emergency-lights-installation-detail .section-medium-title{text-align: center;}
    .emergency-lights-installation-detail .list ul li:not(:last-child){ margin-bottom: 18px; }

    .fire-safety-benefits-content > .row > *:first-child > *:first-child:after{width: 100%;}
    .fire-safety-benefits-detail .list ul li::after{width: 29px; height: 29px;}
    .fire-safety-benefits-detail .list ul li{padding-left: 39px;}
    .fire-safety-benefits-detail .list ul li::after{top: 0;}
    .fire-safety-benefits-detail .list ul li::before{top: 8px;}
    .fire-safety-benefits-content > .row > *:first-child > *:first-child{padding: 0 0 12px 0; margin: 0 0 20px 0;}
    .fire-safety-benefits-detail .list{margin: 30px 0 0;}
    .fire-safety-benefits .system-building-block{width: 100%; max-width: 290px; margin: 0 auto 30px;}
    .fire-safety-benefits .system-building-block .system-building-img{height: 330px; max-width: 270px;}
    .fire-safety-benefits{padding: 30px 0 20px;}
    .fire-safety-benefits-content .row{flex-direction: column-reverse;}
    .fire-safety-benefits-content .section-small-title{ margin: 30px 0 0; }

    .our-process{padding: 30px 0 50px;}
    .our-process-detail .list ul li{padding-left: 39px;}
    .our-process-detail .list ul li::after{top: 0; width: 29px; height: 29px;}
    .our-process-detail .list ul li::before{top: 8px;}
    .our-process-detail .list ul li:not(:last-child){margin-bottom: 20px;}
    .our-process-detail .detail{margin: 30px 0 0;}
    .our-process-detail .section-medium-title{text-align: center;}
    .our-process-content .video-center-part .video-block{height: 350px;}
    .our-process-content .video-center-part{width: 100%; max-width: 290px; margin: 0 auto 30px; padding: 0 0 25px 25px;}

    .system-building-wrp-list-part{padding: 30px; margin: 20px auto 40px;}
    .system-building-wrp-list-part .row{margin: 0;}
    .system-building-wrp-list-part .row > *{padding: 0;}
    .system-building-wrp-list-part .list ul li{padding-left: 39px;}
    .system-building-wrp-list-part .list ul li::after{top: 0; width: 29px; height: 29px;}
    .system-building-wrp-list-part .list ul li::before{top: 8px;}
    .system-building-wrp-list-part .list ul li:not(:last-child){margin-bottom: 20px;}
    .system-building-wrp-list-part::after{display: none;}
    .system-building-wrp-list-part .row > *:first-child{border-right: none;}
    .system-building-wrp-list-part .row > *:first-child .list{margin-bottom: 20px;}

    .fire-safety-equipment-block{padding: 25px 0;}

    .fire-safety-awareness {margin: 130px 0 0 0; padding: 50px 0;}
    .fire-safety-awareness-content{justify-content: center; flex-direction: column; align-items: center;}
    .fire-safety-awareness-content > *:last-child{margin: 160px 0 0 0;}
    .fire-safety-awareness-detail{margin: 0 0 30px;}
    /* Services Page End */

    /* common style */
    .section-title{font-size: 26px; text-align: center;}
    .btn{font-size: 16px; padding: 5px 7px 5px 7px;}
    .btn span{margin: 0 0 0 6px; width: 26px; height: 26px;}
    .white-btn{padding: 5px 7px 5px 7px;}
    .detail{font-size: 16px; text-align: center;}
    .section-small-title{font-size: 18px;}
    .section-medium-title{font-size: 20px}
    /* common style */

    /* header */
    .header{padding: 15px 0 0; left: 15px; right: 15px;}
    .navbar-brand{max-width: 100px; top: 20px;}
    .dropdown-menu{width: 90%;}
    .dropdown-item{font-size: 14px; line-height: 20px;}
    /* header */

    /* banner */
    .banner-section{padding: 15px 15px 0;}
    .banner-content .detail{margin: 5px 0 0;}
    .banner-btn{margin: 15px 0 0;}
    .banner-block{bottom: 25px;}
    .banner-image{height: 430px;}
    .banner-image img {border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px;}
    .banner-image::after{ border-radius:12px ; -webkit-border-radius:12px ; -moz-border-radius:12px ; -ms-border-radius:12px ; -o-border-radius:12px ; }
    .banner-image::before{border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px;}
    /* banner */

    /* our services */
    .our-services{padding: 30px 0;}
    .our-services-info .detail{margin: 20px 0;}
    .our-services-block{margin: 40px 0 0; padding: 0 20px;}
    .our-services-wrp .our-services-image{height: 350px; margin: 0;}
    .our-services-wrp .our-services-detail{ padding: 30px; min-height: auto; margin: 0; 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 ; }
    .our-services-detail .detail{margin: 15px 0 0; padding: 15px 0 0; text-align: center;}
    .our-services-detail .quote-btn{margin: 30px 0 0; display: flex; justify-content: center}
    .our-services-block > *:not(:last-child){margin-bottom: 50px;}
    .our-services-wrp .our-services-image img{ border-radius:10px 10px 0 0 ; -webkit-border-radius:10px 10px 0 0 ; -moz-border-radius:10px 10px 0 0 ; -ms-border-radius:10px 10px 0 0 ; -o-border-radius:10px 10px 0 0 ; }
    .our-services-detail .section-small-title{text-align: center;}
    .our-services-block > *:nth-child(even) .our-services-image{margin: 0;}
    .our-services-block > *:nth-child(even) .our-services-detail{margin: 0;}
    /* our services */

    /* form modal */
    .form-modal .modal-dialog{max-width: 500px;}
    .form-modal .modal-body{padding: 50px 20px 20px;}
    .form-modal .common-form .row{margin: 0;}
    .form-modal .common-form .row>*{padding: 0;}
    .form-modal .btn-close{width: 12px; height: 12px; top: 12px; right: 12px;}
    .form-modal .common-form .form-group{margin-bottom: 20px;}
    /* form modal */

    /* video-section */
    .video-content{flex-direction: column; align-items: center;}
    .video-section{padding: 30px 0 20px;}
    .video-left-part .section-title{ margin: 10px 0 0; text-align: center;}
    .video-left-part .section-title span{display: inline-block;}
    .video-center-part::before{left: -10px; height: 260px; width: 200px;}
    .video-block{height: 280px; width: 250px;}
    .video-left-part{margin: 0 0 20px; max-width: 100%;}
    .video-right-part{margin: 25px 0 0; max-width: 100%;}
    .video-right-part .detail{text-align: center;}
    .video-center-part{padding: 0 0 18px 20px; margin: 0 0 0 20px;}
    .video-left-part .logo-part{max-width: 150px; margin: 0 auto;}
    .video-center-part .play-video{top: 8px; left: -15px;}
    .video-right-part .detail > *:not(:last-child){margin-bottom: 15px;}
    .video-right-part .read-more-btn{margin: 20px 0 0;}
    .play-video span{font-size: 16px;}
    .video-right-part .read-more-btn{display: flex; justify-content: center;}
    .video-popup .modal-dialog{ width: 100%; max-width: 500px; }
    .modal-dialog iframe{width: 500px; height: 330px;}
    /* video-section */

    /* team section */
    .team-section{padding: 50px 0 30px;}
    .team-services-section{padding: 30px 0;}
    .team-slider-image{width: 120px; height: 120px;}
    .team-slider-part{margin: 25px 0 0; padding: 32px;}
    .team-slider .slick-arrow{top: -91px;}
    .team-slider-title{margin: 12px 0 0;}
    .team-slider-title *{font-size: 20px;}
    /* team section */

    /* get in touch */
    .get-in-touch-section{padding: 40px 0 15px;}
    .get-in-touch-part{margin: 30px 0 0;}
    .get-in-touch-block .row{margin: 0 -10px;}
    .get-in-touch-block .row>*{padding: 0 10px;}
    .get-in-touch-detail-info{font-size: 15px;}
    .get-in-touch-block .get-in-touch-detail{padding: 20px 10px; margin: 0 0 20px 0; height: calc(100% - 20px);}
    .get-in-touch-part .get-in-touch-title *{font-size: 18px;}
    .get-in-touch-content .detail{margin: 15px 0 0;}
    /* get in touch */

    /* customers review */
    .customers-review-detail::after{display: none;}
    .customers-review{ padding: 25px 10px; margin: 40px 15px; border-radius:12px ; -webkit-border-radius:12px ; -moz-border-radius:12px ; -ms-border-radius:12px ; -o-border-radius:12px ; }
    .customers-review-slider .slick-dots{margin: 0 0 20px 0;}
    .customers-review-slider .slick-dots li{padding: 0 0 35px 0;}
    .customers-review-block{max-width: 100%; margin: 30px 0 0;}
    .customers-review-detail .detail{width: 100%; max-width: 100%; text-align: center; margin: 18px 0 0;}
    /* .customers-review-slider .slick-dots li button{width: 52px; height: 52px;} */
    .customers-review-slider .slick-dots li:not(:last-child){margin-right: 20px;}
    .customers-review-slider-detail{margin: 0;}
    .customers-review-title{font-size: 16px; line-height: 22px; text-align: center;}
    .customers-review-detail::after{height: 415px;}
    .customers-review-detail .section-title{text-align: center;}
    .customers-review-slider .slick-dots{justify-content: center; width: 100%;}
    .customers-review-slider-detail .detail{text-align: center;}
    /* customers review */

    /* contact map */
    .contact-wrp {margin: 40px 0; height: 100%;}
    #map{height: 500px;}
    .contact-wrp .contact-wrp-content .contact-form{position: relative; top: 0; right: 0; transform: translateY(0); margin: 30px auto 0;}
    /* contact map */
   

     /* logo slider */
     .logo-slider-section{margin: 0;}
     .logo-slider-section .logo-slider-main{margin: 5px auto 0;}
     .logo-slider .slick-list{padding: 0 1px 0 0 !important;}
     /* logo slider */


    /* footer */
    .footer{ padding: 15px; border-radius:12px ; -webkit-border-radius:12px ; -moz-border-radius:12px ; -ms-border-radius:12px ; -o-border-radius:12px ; }
    .footer-top{ border-radius:12px 12px 0 0 ; -webkit-border-radius:12px 12px 0 0 ; -moz-border-radius:12px 12px 0 0 ; -ms-border-radius:12px 12px 0 0 ; -o-border-radius:12px 12px 0 0 ; }
    .footer-bottom{ border-radius:0 0 12px 12px ; -webkit-border-radius:0 0 12px 12px ; -moz-border-radius:0 0 12px 12px ; -ms-border-radius:0 0 12px 12px ; -o-border-radius:0 0 12px 12px ; }
    .footer-logo::after{width: 390px; right: -400px;}
    .footer-logo::before{width: 390px; left: -400px;}
    .footer-copyright{margin-left: 0;}
    .footer-contact-part .row>*:first-child .footer-contact-detail{margin: 0 auto 25px;}
    .footer-contact-part .row>*:nth-child(2) .footer-contact-detail{margin: 0 auto 25px;}
    .footer-contact-part .row>*:nth-child(3) .footer-contact-detail{margin: 0 auto;}
    .footer-contact-part .footer-contact-detail{max-width: 100%;}
    .footer-contact-part .footer-contact-detail::before{left: 0; display: none;}
    .footer-contact-detail .contact-info ul li{font-size: 14px;}
    .footer-contact-detail .contact-info{font-size: 14px;}
    .footer-bottom-left-part ul li{font-size: 14px;}
    .footer-copyright{font-size: 14px;}
    .footer-bottom-left-part ul li::before{height: 12px;}
    .footer-top-left-part{font-size: 14px;}
    .facebook-link{font-size: 14px;}
    .footer-contact-part{margin: 30px auto 0; padding-bottom: 40px;}
    .footer-bottom{padding: 20px 0;}
    .footer-logo{width: 100%; max-width: 130px; margin: 20px auto 0;}
    .footer-top-content{overflow: hidden;}
    .footer-top-part{padding: 30px 0 0;}
    .footer-social-media-icon ul li svg{height: 20px;}
    .footer-contact-detail .contact-info ul{flex-direction: column; align-items: center;}
    .footer-contact-detail .contact-info ul li::after{display: none;}
    .footer-contact-detail .contact-info ul li{padding: 0;}
    .footer-bottom-content{flex-direction: column;}
    .footer-bottom-content > *:not(:last-child){margin-bottom: 12px;}
    .footer-top{padding-top: 30px;}
    /* footer */

    /*  wp btn  */
     .form-btn::after{right: 48px;}
     .form-modal .common-form .form-btn::after{right: 72px;}
     /*  wp btn  */

    /* 404 page */
    .error-page{padding: 130px 0 50px;}
    /* 404 page */

    /* typography */
    .typography-section{padding: 160px 0 30px;}
    .typography-detail h1 { font-size: 40px; line-height: 50px; font-weight: 600; }
    .typography-detail h2 { font-size: 32px; line-height: 40px; font-weight: 500; }
    .typography-detail h3 { font-size: 26px; line-height: 34px; font-weight: 600; }
    .typography-detail h4 { font-size: 20px; line-height: 26px; font-weight: 600; }
    .typography-detail h5 { font-size: 18px; line-height: 24px; font-weight: 500; }
    .typography-detail h6 { font-size: 15px; line-height: 20px; font-weight: 400; }
    .typography-detail p{font-size: 16px;}
    .typography-detail ul li,
    .typography-detail ol li{font-size: 16px;}
    /* typography */


    /*===== Block Content Section Css =====*/

    .ct-block-content-section .ctsec-description h3{
        font-size: 22px;
    }
    .ct-block-content-section .ctsec-description{
        text-align: center;
    }


    /*=== Blog Listing Page Css ===*/

    section.blogpg_blog_list .ctposts-grid .crpost_item {
        width: 100%;
    }
    section.blogpg_blog_list .ctposts-grid .crpost_item a.post-thumb {
        height: 40vw;
    }

    /*=== Single Post Page Css ===*/

    .single_post_cnt_wrap h1.entry-title {
        font-size: 30px;
        line-height: 1.2;
    }
    .single_post_cnt_wrap .entry-content{
        padding: 30px 15px;
    }
    .single_post_cnt_wrap .entry-content .wp-block-uagb-table-of-contents {
        display: none !important;
    }
    .single_post_cnt_wrap .entry-content .uagb-faq-item .uagb-faq-questions-button.uagb-faq-questions h3.uagb-question {
        font-size: 18px;
    }
}

/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/
@media (min-width: 576px) and (max-width: 767px) {}

@media (max-width: 575px) {
    /* Services Page Start */
    .google-reviews-block {flex-direction: column;}
    .google-reviews-left {flex: auto; margin: 0 0 20px 0;}
    .why-choose-main .video-center-part{max-width: 260px;}
    .why-choose-main .video-center-part{left: 10px;}
    .fire-safety-why-choose-wrp .why-choose-main .video-center-part{left: 5px;}
    .fire-alarm-why-choose-wrp .why-choose-main .video-center-part{left: 5px;}
    .fire-door-why-choose-wrp .why-choose-main .video-center-part{left: 0;}
    .supression-system-content .common-list{width: 100%; max-width: 240px; margin: 0 auto;}
    .supression-system-content .common-list ul{margin: 0;}
    .supression-system-content .common-list ul li {max-width: 100%; flex: 0 0 100%; margin: 0 0 12px;}
    .form-bottom ul li{flex-direction: column;}
    .form-bottom ul li > *:not(:last-child){margin-bottom: 5px;}
    .protection-services-wrp{margin: 20px 15px;}
    .system-install-wrp{margin: 20px 15px;}
    .system-building-img{height: 300px;}
    .fire-extinguisher-system-building-wrp{padding: 15px 0;}
    .fire-protection-services-content .system-building-block .system-building-img{margin: 0;}
    .fire-protection-services-detail .section-title{font-size: 22px;}
    .fire-protection-services-content .system-building-block{max-width: 285px; margin: 20px auto 0;}
    .fire-protection-services-detail{margin: 30px 0 0;}
    .fire-common-part{margin: 0;}
    .fire-common-part .common-list{margin: 0;}
    .fire-common-part .common-list ul {flex-wrap: wrap; display: flex; justify-content: space-between; }
    .fire-common-part .common-list ul li{width: 100%; max-width: 48%; flex: 0 0 50%;}
    .fire-protection-services-block-wrp{padding: 25px 0 0;}
    .fire-protection-services-block-wrp .system-building-block{max-width: 273px; margin: 10px auto 0;}
    .fire-safety-why-choose-wrp .why-choose-content .list ul li{max-width: 100%; flex: 0 0 100%;}
    .fire-safety-why-choose-wrp .why-choose-content .list{width: 100%; max-width: 230px; margin: 25px auto 0;}
    .fire-safety-benefits-detail .list ul li{max-width: 100%; flex: 0 0 100%;}
    .fire-safety-benefits-detail .list{width: 100%; max-width: 273px; margin: 25px auto 0;}
    .system-building-wrp-list-part{padding: 15px;}
    .fire-safety-awareness-image{width: 90%;}
    .fire-safety-awareness-detail .detail{padding: 0 15px;}
    /* Services Page End */

    /* common style */
    .section-title{font-size: 22px;}
    .detail{font-size: 14px;}
    .section-medium-title{text-align: center;}
    /* common style */

    /* header */
    .header.fixed{padding: 0 15px 10px;}
    .header{padding: 15px 15px 0;}
    .navbar .navbar-nav::after{width: 280px;}
    /* header */

    /* banner */
    .banner-content{padding: 0 12px;}
    .banner-image{height: 460px;}
    .breadcrumb-item+.breadcrumb-item::before{margin: 6px 6px 0 0;}
    .breadcrumb .breadcrumb-item{font-size: 15px;}
    /* banner */

    /* video-section */
    .video-center-part{margin: 0 0 0 10px;}
    .video-block{width: 230px; height: 250px;}
    .video-left-part .logo-part{max-width: 130px;}
    .video-right-part{ padding: 0 10px;}
    .video-popup .modal-dialog{ width: 100%; max-width: 100%; margin: 0;}
    .modal-dialog iframe{width: 100%; height: 250px;}
    .video-popup .btn-close{right: 0;}
    .video-popup .modal-body{width: 95%; max-width: 500px; margin: 0 auto;}
    /* video-section */

    /* our services */
    .our-services-wrp .our-services-detail{padding: 15px;}
    .our-services-wrp .our-services-image{height: 300px;}
    .our-services-block{padding: 0;}
    .our-services-detail .detail{padding: 10px 0 0; margin: 10px 0 0;}
    /* our services */

    /* form modal */
    .form-modal .modal-dialog{max-width: 100%;}
    .form-modal .modal-body{padding: 50px 15px 15px;}
    .form-modal .common-form .row{margin: 0;}
    .form-modal .common-form .row>*{padding: 0;}
    .form-modal .btn-close{width: 12px; height: 12px; top: 12px; right: 12px;}
    .form-modal .common-form .form-group{margin-bottom: 20px;}
    .form-modal .common-form .form-input .input-icon{width: 16px; top: 6px; right: 12px;}
    .form-modal .common-form .form-control{padding: 12px 40px 12px 15px; font-size: 14px; line-height: 20px;}
    .form-modal .common-form textarea.form-control{padding: 12px 40px 12px 15px; font-size: 14px; line-height: 16px;}
    .form-modal .common-form .form-control::placeholder{font-size: 14px; line-height: 20px;}
    .form-modal .common-form textarea.form-control::placeholder{font-size: 14px; line-height: 20px;}
    /* form modal */

     /* customers review */
     .customers-review{margin: 25px 15px; padding: 20px 0;}
     /* .customers-review-slider .slick-dots{ overflow: auto; max-width: 240px; left: 50%; transform:translateX(-50%) ; -webkit-transform:translateX(-50%) ; -moz-transform:translateX(-50%) ; -ms-transform:translateX(-50%) ; -o-transform:translateX(-50%) ; } */
     .customers-review-slider .slick-dots li{padding: 0 0 15px 0;}
     .customers-review-slider-detail{margin: 0;}
     /* .customers-review-slider .slick-dots li button{width: 45px; height: 45px;} */
     /* customers review */

     /* contact map */
    .contact-wrp {margin: 30px 0;}
    /* contact map */

    /* footer */
    .footer-logo::after,
    .footer-logo::before{display: none;}
    .footer-top-part{flex-direction: column; align-items: center; margin-bottom: 30px;} 
    .footer-top-part > *:not(:last-child){margin-bottom: 10px;} 
    .footer-top{padding-top: 20px;}
    /* footer */

    .fire-safety-awareness-detail{margin: 0 0 20px;}

     /*===== Block Content Section Css =====*/

    .ct-block-content-section .ctsec-description h3{
        font-size: 20px;
    }
}

@media (max-width: 450px){ 
    .team-slider .slick-slide{border-right: none;}
    .team-slider .slick-arrow{width: 30px; height: 30px; top: -86px;}
    .team-slider .slick-prev{right: 10px !important;}
}

@media (max-width: 400px){
    .fire-common-part .common-list ul {flex-wrap: wrap; display: flex; justify-content: flex-start; }
    .fire-common-part .common-list ul li{width: 100%; max-width: 100%; flex: 0 0 100%; font-size: 15px;}
    .fire-safety-awareness-image{height: 225px;}
    .fire-safety-awareness-content > *:last-child{margin: 130px 0 0;}
    .fire-safety-awareness-detail{margin: 0 0 30px;}
}