/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Firegard - Fire & Security Services HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */

/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Why Choose Us css
08. Intro Video css
09. Our Projects css
10. Our Testimonials css
11. How It Work css
12. CTA Box css
13. Our FAQs css
14. Our Blog css
15. Scrolling Ticker css
16. Footer css
17. About Us Page css
18. Services Page css
19. Service Single css
20. Blog Archive css
21. Blog Single css
22. Projects Page css
23. Project Single css
24. Team Page css
25. Team Single css
26. Testimonials Page css
27. Image Gallery css
28. Video Gallery css
29. FAQs Page css
30. Contact Us Page css
31. 404 Error Page css
32. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/

/*** 	 01. Global Variables	  ***/

/************************************/

:root {
    --primary-color: #222222;
    --secondary-color: #F5F0F0;
    --text-color: #808080;
    --accent-color: #F43130;
    --accent-secondary-color: #FFB425;
    --white-color: #FFFFFF;
    --divider-color: #80808024;
    --dark-divider-color: #FFFFFF24;
    --error-color: rgb(230, 87, 87);
    --default-font: "Rubik", sans-serif;
    --accent-font: "Rajdhani", sans-serif;
}

/************************************/

/*** 	   02. General css		  ***/

/************************************/

body {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: var(--text-color);
    background-color: var(--white-color);
}

::-webkit-scrollbar-track {
    background-color: var(--primary-color);
    border-left: 1px solid var(--primary-color);
}

::-webkit-scrollbar {
    width: 7px;
    background-color: var(--primary-color);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(110deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
}

::selection {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    filter: invert(1);
}

p {
    line-height: 1.7em;
    margin-bottom: 1.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--accent-font);
    margin: 0;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--primary-color);
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

html,
body {
    width: 100%;
    overflow-x: clip;
}

.container {
    max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters>* {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    color: var(--white-color);
    border: none;
    border-radius: 0;
    clip-path: polygon(0px 0px, calc(100% - 20px) 0px, 100% 20px, 100% 100%, 0px 100%);
    padding: 17px 60px 17px 30px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.btn-default:hover {
    background-position: right center;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transform: translate(-30px, -50%);
    transition: all 0.4s ease-in-out;
}

.btn-default:hover::before {
    transform: translate(-27px, -50%);
}

.btn-default.btn-highlighted {
    background: var(--white-color);
    color: var(--primary-color);
}

.btn-default.btn-highlighted:hover {
    background: var(--accent-secondary-color);
}

.btn-default.btn-highlighted::before {
    filter: brightness(1) invert(1);
}

.readmore-btn {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--accent-secondary-color);
    text-transform: capitalize;
    display: inline-block;
    padding-right: 30px;
    transition: all 0.4s ease-in-out;
}

.readmore-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    background-image: url(../images/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transform: translate(-3px, -50%);
    transition: all 0.4s ease-in-out;
}

.readmore-btn:hover {
    color: var(--primary-color);
}

.readmore-btn:hover::before {
    filter: brightness(0) invert(0);
    transform: translate(0, -50%);
}

.cb-cursor:before {
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto;
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--white-color) transparent var(--white-color);
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 66px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.section-row {
    margin-bottom: 80px;
}

.section-row .section-title {
    margin-bottom: 0;
}

.section-row .section-title.section-title-center {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h3 {
    font-family: var(--default-font);
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent-secondary-color);
    margin-bottom: 10px;
}

.section-title h1 {
    font-size: 80px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: none;
}

.section-title h2 {
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
}

.section-title h1 span,
.section-title h2 span {
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}

.section-title h1:hover span,
.section-title h2:hover span {
    background-position: right center;
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}

.section-title.dark-section h3,
.section-title.dark-section h1,
.section-title.dark-section h2,
.section-title.dark-section p {
    color: var(--white-color);
}

.section-title-content p {
    margin: 0;
}

.section-btn {
    text-align: right;
}

.section-content-btn .section-btn {
    text-align: left;
    margin-top: 20px;
}

.top-right-tringle-1 {
    clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%);
}

.top-right-tringle-2 {
    clip-path: polygon(0px 0px, calc(100% - 60px) 0px, 100% 60px, 100% 100%, 0px 100%);
}

.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}

.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px;
}

/************************************/

/**** 	   03. Header css		 ****/

/************************************/

.topbar {
    background: var(--primary-color);
    padding: 15px 0;
}

.topbar-contact-info ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.topbar-contact-info ul li a {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.topbar-contact-info ul li a:hover {
    color: var(--accent-secondary-color);
}

.topbar-contact-info ul li a i {
    font-size: 16px;
    color: inherit;
    margin-right: 10px;
}

.topbar-social-links {
    text-align: right;
}

.topbar-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topbar-social-links ul li {
    display: inline-block;
    border-right: 1px solid var(--secondary-color);
    margin-right: 15px;
    padding-right: 15px;
}

.topbar-social-links ul li:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.topbar-social-links ul li a {
    color: inherit;
}

.topbar-social-links ul li a i {
    font-size: 18px;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a:hover i {
    color: var(--accent-secondary-color);
}

header.main-header {
    position: relative;
    z-index: 100;
}

header.main-header .header-sticky {
    position: relative;
    top: 0;
    z-index: 100;
}

header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    transform: translateY(0);
    background-color: var(--white-color);
    border-bottom: 1px solid var(--divider-color);
}

.navbar {
    padding: 25px 0;
    align-items: center;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
    margin: 0 20px;
}

.main-menu .nav-menu-wrapper>ul {
    align-items: center;
    display: inline-flex;
}

.main-menu ul li {
    margin: 0;
    position: relative;
}

.main-menu ul li.nav-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px !important;
    color: var(--text-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
    margin-top: 4px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    color: var(--accent-color);
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scale(1, 0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 230px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu:first-child ul {
    width: 230px;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}

.main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu>a:after {
    content: '\f105';
    float: right;
}

.main-menu ul ul li {
    margin: 0;
    padding: 0;
}

.main-menu ul ul li.nav-item a {
    color: var(--white-color);
    padding: 8px 20px !important;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
    color: var(--primary-color);
    background-color: transparent;
    padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu {
    display: none;
}

.responsive-menu,
.navbar-toggle {
    display: none;
}

.responsive-menu {
    top: 0;
    position: relative;
}

.slicknav_btn {
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 0;
    clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 0px 100%);
    transition: all 0.3s ease-in-out;
}

.navbar-toggle a.slicknav_btn.slicknav_open {
    background-position: right center;
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: var(--white-color);
    border-radius: 0;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
    position: absolute;
    width: 100%;
    padding: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
}

.slicknav_menu ul {
    margin: 5px 0;
}

.slicknav_menu ul ul {
    margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.slicknav_menu ul ul li a {
    padding: 8px 20px 8px 30px;
}

.slicknav_arrow {
    font-size: 0 !important;
}

.slicknav_arrow:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
    transform: translateY(-50%) rotate(-180deg);
    color: var(--primary-color);
}

/************************************/

/***        04. Hero css	      ***/

/************************************/

.hero {
    position: relative;
    background: url('../images/hero-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px 0;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 80%;
    z-index: 1;
}

.hero.hero-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero.hero-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-slider-layout {
    background: none;
    padding: 0;
}

.hero.hero-slider-layout .hero-slide {
    position: relative;
    padding: 90px 0;
}

.hero.hero-slider-layout .hero-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    opacity: 80%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination {
    position: absolute;
    bottom: 50px;
    text-align: center;
    z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--secondary-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.hero-content,
.hero-image {
    position: relative;
    z-index: 1;
}

.hero-content .section-title p {
    font-size: 18px;
}

.hero-image {
    margin-bottom: -90px;
}

.hero-image figure {
    display: block;
}

.hero-image img {
    width: 100%;
    aspect-ratio: 1 / 1.45;
    object-fit: cover;
}

/************************************/

/*** 	   05. About Us css 	  ***/

/************************************/

.about-us {
    padding: 100px 0;
}

.about-us-images {
    position: relative;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    margin-right: 20px;
    padding-bottom: 55px;
}

.about-us-images::before {
    content: '';
    position: absolute;
    top: 0;
    right: 25px;
    background: linear-gradient(180deg, var(--accent-secondary-color) 0%, var(--white-color) 100%);
    height: 290px;
    width: 24px;
}

.about-img-1 {
    padding-right: 75px;
}

.about-img-1 figure {
    display: block;
}

.about-img-1 img {
    width: 100%;
    aspect-ratio: 1 / 1.092;
    object-fit: cover;
}

.about-img-2 {
    position: relative;
    width: 100%;
    max-width: 310px;
    margin-top: -255px;
    z-index: 1;
}

.about-img-2 figure {
    display: block;
    border: 4px solid var(--white-color);
}

.about-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 0.935;
    object-fit: cover;
}

.years-experience-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 280px;
    border: 4px solid var(--white-color);
    background: var(--primary-color);
    text-align: center;
    padding: 30px;
    transform: translateX(-75%);
    z-index: 1;
    animation: yearbox 3s infinite linear alternate;
}

@keyframes yearbox {
    50% {
        transform: translateX(-45%);
    }
}

.years-experience-box:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.years-experience-box:hover::before {
    height: 100%;
}

.years-experience-box h2,
.years-experience-box p {
    position: relative;
    z-index: 1;
}

.years-experience-box h2 {
    font-size: 42px;
    margin-bottom: 5px;
    color: var(--accent-secondary-color);
    transition: all 0.4s ease-in-out;
}

.years-experience-box:hover h2 {
    color: var(--white-color);
}

.years-experience-box p {
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0;
}

.about-body-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.about-body-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}

.about-body-item .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.about-body-item .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-body-item:hover .icon-box::before {
    transform: scale(1);
}

.about-body-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 40px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.about-body-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.about-body-item-content {
    width: calc(100% - 100px);
}

.about-body-item-content h3 {
    font-size: 24px;
    line-height: 1.3em;
    text-transform: capitalize;
}

.about-us-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-list-btn,
.about-video-image {
    width: calc(50% - 15px);
}

.about-us-list {
    margin-bottom: 40px;
}

.about-us-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-us-list ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.about-us-list ul li:last-child {
    margin-bottom: 0;
}

.about-us-list ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1.2em;
    position: absolute;
    top: 1px;
    left: 0;
}

.about-video-image {
    position: relative;
}

.about-video-image figure {
    display: block;
}

.about-video-image figure img {
    width: 100%;
    aspect-ratio: 1 / 0.66;
    object-fit: cover;
    filter: brightness(60%);
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-play-button a {
    border: 1px solid var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    cursor: none;
}

.video-play-button a i {
    font-size: 16px;
    color: var(--white-color);
    margin-left: 2px;
}

/************************************/

/*** 	  06. Our Services css 	  ***/

/************************************/

.our-services {
    position: relative;
    background: url('../images/services-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

.our-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 80%;
    z-index: 0;
}

.our-services .container {
    position: relative;
    z-index: 1;
}

.service-item-box {
    filter: drop-shadow(0 0 30px #2D27271A);
}

.service-item {
    position: relative;
    background: var(--white-color);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 50px;
}

.service-item:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, var(--accent-color) -1.33%, var(--accent-secondary-color) 100%);
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.service-item:hover::before,
.service-item.active::before {
    height: 100%;
}

.service-item .icon-box,
.service-item-content,
.service-readmore-btn {
    position: relative;
    z-index: 1;
}

.service-item .icon-box,
.service-item-content,
.service-item-content h3 {
    margin-bottom: 20px;
}

.service-item .icon-box img {
    width: 100%;
    max-width: 60px;
    transition: all 0.4s ease-in-out;
}

.service-item:hover .icon-box img,
.service-item.active .icon-box img {
    filter: brightness(0) invert(1);
}

.service-item-content h3 {
    font-size: 24px;
    transition: all 0.4s ease-in-out;
}

.service-item-content h3 a {
    color: inherit;
}

.service-item-content p {
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
}

.service-item:hover .service-item-content h3,
.service-item.active .service-item-content h3,
.service-item:hover .service-item-content p,
.service-item.active .service-item-content p,
.service-item:hover .service-readmore-btn a,
.service-item.active .service-readmore-btn a {
    color: var(--white-color);
}

.service-item .service-readmore-btn a {
    transition: all 0.3s ease-in-out;
}

.service-item:hover .service-readmore-btn a::before,
.service-item.active .service-readmore-btn a::before {
    filter: brightness(0) invert(1);
}

.section-footer-text {
    margin-top: 50px;
}

.section-footer-text p {
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 0;
}

.section-footer-text p a {
    font-weight: 700;
    text-decoration: underline;
    text-transform: capitalize;
    text-underline-offset: 3px;
    color: var(--accent-secondary-color);
    transition: all 0.4s ease-in-out;
}

.section-footer-text p a:hover {
    color: var(--accent-color);
}

/************************************/

/*** 	 07. Why Choose us css	  ***/

/************************************/

.why-choose-us {
    padding: 100px 0;
}

.why-choose-image figure {
    display: block;
}

.why-choose-image img {
    width: 100%;
    aspect-ratio: 1 / 0.984;
    object-fit: cover;
}

.why-choose-content {
    margin-left: 20px;
}

.why-choose-list {
    margin-bottom: 60px;
}

.why-choose-list-item {
    display: flex;
    margin-bottom: 60px;
}

.why-choose-list-item:last-child {
    margin-bottom: 0;
}

.why-choose-list-item .icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}

.why-choose-list-item:hover .icon-box {
    background-position: right center;
}

.why-choose-list-item .icon-box img {
    width: 100%;
    max-width: 40px;
}

.why-choose-item-content {
    width: calc(100% - 100px);
}

.why-choose-item-content h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.why-choose-item-content p {
    margin: 0;
}

/************************************/

/*** 	  08. Intro Video css 	  ***/

/************************************/

.intro-video .container-fluid {
    padding: 0;
}

.intro-video-box {
    position: relative;
    overflow: hidden;
}

.intro-bg-image figure {
    position: relative;
    display: block;
}

.intro-bg-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 60%;
    z-index: 0;
}

.intro-bg-image img {
    width: 100%;
    aspect-ratio: 1 / 0.366;
    object-fit: cover;
}

.video-play-button.btn-effect a {
    position: relative;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: none;
    transition: all 0.4s ease-in-out;
}

.video-play-button.btn-effect:hover a {
    background-position: right center;
}

.video-play-button.btn-effect a:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--white-color);
    opacity: 60%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}

.video-play-button.btn-effect a:after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--white-color);
    opacity: 60%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
    animation-delay: .3s;
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.video-play-button.btn-effect a i {
    font-size: 24px;
}

/************************************/

/*** 	  09. Our Projects css 	  ***/

/************************************/

.our-projects {
    padding: 100px 0 70px;
}

.our-projects-box {
    padding-left: calc(((100vw - 1300px) / 2));
}

.project-slider .swiper-wrapper {
    cursor: none;
}

.project-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.project-image a,
.project-image figure {
    display: block;
    cursor: none;
}

.project-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 37.55%, rgba(34, 34, 34, 0.8) 68.82%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project-image img {
    width: 100%;
    aspect-ratio: 1 / 1.358;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.project-item:hover .project-image img {
    transform: scale(1.1);
}

.project-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 1;
}

.project-content h3 {
    font-size: 24px;
    color: var(--white-color);
    margin-bottom: 5px;
}

.project-content h3 a {
    color: inherit;
}

.project-content p {
    color: var(--white-color);
    margin-bottom: 0;
}

.project-pagination {
    position: relative;
    margin-top: 30px;
}

.project-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: var(--divider-color);
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

.project-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: var(--accent-color);
    border-radius: 12px;
}

/************************************/

/***   10. Our testimonials css	  ***/

/************************************/

.our-testimonials {
    background: url('../images/testimonial-bg.png'), var(--secondary-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 100px 0;
}

.testimonial-slider .swiper-wrapper {
    cursor: none;
}

.testimonial-item {
    position: relative;
    background-color: var(--white-color);
    border: 1px solid var(--divider-color);
    padding: 40px;
    overflow: hidden;
}

.testimonial-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background: linear-gradient(180deg, var(--accent-color) -1.33%, var(--accent-secondary-color) 100%);
    transition: all 0.5s ease-in-out;
    height: 100%;
    z-index: 0;
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item::before {
    top: 0;
}

.testimonial-rating {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.testimonial-rating i {
    color: var(--accent-color);
    font-size: 18px;
    transition: all 0.4s ease-in-out;
}

.testimonial-content {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--divider-color);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.testimonial-content p {
    font-size: 20px;
    margin: 0;
    transition: all 0.4s ease-in-out;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-image {
    margin-right: 15px;
}

.author-image figure {
    border-radius: 50%;
}

.author-image img {
    width: 100%;
    border-radius: 50%;
    max-width: 64px;
}

.author-content {
    position: relative;
    width: calc(100% - 80px);
    z-index: 1;
}

.author-content h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 3px;
    transition: all 0.4s ease-in-out;
}

.author-content p {
    text-transform: capitalize;
    margin: 0;
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item .testimonial-rating i,
.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item .testimonial-content p,
.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item .author-content h3,
.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item .author-content p {
    color: var(--white-color);
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item .testimonial-content {
    border-color: var(--dark-divider-color);
}

.testimonial-pagination {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.testimonial-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: var(--divider-color);
    border-radius: 50%;
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: var(--accent-color);
}

/************************************/

/*** 	  11. How It Work css 	  ***/

/************************************/

.how-it-work {
    padding: 100px 0 70px;
}

.work-step-item {
    position: relative;
    height: calc(100% - 30px);
    background-color: var(--white-color);
    box-shadow: 0px 0px 30px 0px #2D27271A;
    border-bottom: 10px solid var(--accent-secondary-color);
    padding: 60px 30px 50px;
    margin-bottom: 30px;
}

.work-step-item::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, var(--accent-color) -1.33%, var(--accent-secondary-color) 100%);
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.work-step-item:hover::before,
.work-step-item.active::before {
    height: 100%;
}

.work-step-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/work-step-item-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 102px;
    height: 130px;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.work-step-item:hover::after,
.work-step-item.active::after {
    filter: brightness(0) invert(1);
}

.work-step-no,
.work-step-item .icon-box,
.work-step-item-content {
    position: relative;
    z-index: 1;
}

.work-step-no {
    margin-bottom: 60px;
}

.work-step-no h3 {
    font-size: 24px;
    transition: all 0.4s ease-in-out;
}

.work-step-item .icon-box {
    margin-bottom: 30px;
}

.work-step-item .icon-box img {
    width: 100%;
    max-width: 60px;
    transition: all 0.4s ease-in-out;
}

.work-step-item:hover .icon-box img,
.work-step-item.active .icon-box img {
    filter: brightness(0) invert(1);
}

.work-step-item-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.work-step-item-content p {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.work-step-item:hover .work-step-no h3,
.work-step-item.active .work-step-no h3,
.work-step-item:hover .work-step-item-content h3,
.work-step-item.active .work-step-item-content h3,
.work-step-item:hover .work-step-item-content p,
.work-step-item.active .work-step-item-content p {
    color: var(--white-color);
}

/************************************/

/*** 	    12. CTA Box css 	  ***/

/************************************/

.cta-box {
    position: relative;
    background-image: url('../images/cta-box-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

.cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    opacity: 80%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cta-box .container {
    position: relative;
    z-index: 1;
}

.cta-box-content {
    text-align: center;
}

.cta-box-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.cta-box-body span {
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
}

.contact-now-box {
    display: flex;
    align-items: center;
    text-align: left;
}

.contact-now-box .icon-box {
    position: relative;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.contact-now-box:hover .icon-box {
    background-position: right center;
}

.contact-now-box .icon-box img {
    position: relative;
    max-width: 24px;
    z-index: 1;
}

.contact-now-box-content p {
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 5px;
}

.contact-now-box-content h3 {
    font-size: 20px;
    color: var(--accent-secondary-color);
    margin: 0;
}

.contact-now-box-content h3 a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.contact-now-box-content h3 a:hover {
    color: var(--accent-color);
}

/************************************/

/*** 	    13. Our FAQs css 	  ***/

/************************************/

.our-faqs {
    padding: 100px 0;
    background: url('../images/faqs-bg.png'), var(--secondary-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.faqs-content {
    position: sticky;
    top: 20px;
}

.sidebar-cta-box {
    display: inline-flex;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    padding: 30px 50px 30px 30px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.sidebar-cta-box:hover {
    background-position: right center;
}

.sidebar-cta-box .icon-box {
    position: relative;
    margin-right: 20px;
    z-index: 1;
}

.sidebar-cta-box .icon-box img {
    width: 100%;
    max-width: 60px;
}

.sidebar-cta-box .sidebar-cta-content {
    position: relative;
    width: calc(100% - 80px);
    z-index: 1;
}

.sidebar-cta-content p {
    color: var(--white-color);
    margin-bottom: 5px;
    transition: all 0.4s ease-in-out;
}

.sidebar-cta-content p:last-child {
    margin-bottom: 0;
}

.sidebar-cta-content p a {
    color: inherit;
}

.sidebar-cta-content h3 {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.faq-accordion .accordion-item {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq-accordion .accordion-header .accordion-button {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    color: var(--primary-color);
    padding-right: 30px;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--accent-color);
    padding-bottom: 10px;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    color: var(--accent-color);
}

.faq-accordion .accordion-item .accordion-body {
    padding-right: 30px;
}

.faq-accordion .accordion-item .accordion-body p {
    color: var(--text-color);
    margin-bottom: 15px;
}

.faq-accordion .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}

/************************************/

/*** 	   14. Our Blog css 	  ***/

/************************************/

.our-blog {
    padding: 100px 0 70px;
}

.post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.post-featured-image {
    margin-bottom: 15px;
}

.post-featured-image a {
    cursor: none;
    display: block;
    overflow: hidden;
}

.post-featured-image figure {
    display: block;
}

.post-featured-image img {
    aspect-ratio: 1 / 0.853;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img {
    transform: scale(1.1);
}

.post-item-content {
    margin-bottom: 15px;
}

.post-item-content h3 {
    font-size: 24px;
    line-height: 1.3em;
}

.post-item-content h3 a {
    display: inline-block;
    color: inherit;
}

/************************************/

/***   15. Scrolling Ticker css	  ***/

/************************************/

.scrolling-ticker-box {
    --gap: 40px;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}

.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 80s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.scrolling-ticker-box .scrolling-content span {
    font-family: var(--accent-font);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 1.1em;
    font-weight: 700;
    color: var(--white-color);
    background: var(--divider-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
}

.scrolling-ticker-box .scrolling-content span img {
    width: 45px;
    margin-right: 40px;
}

/************************************/

/*** 	    16. Footer css  	  ***/

/************************************/

.main-footer {
    background: var(--primary-color);
    padding: 80px 0 0;
}

.about-footer {
    margin-right: 100px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100%;
    max-width: 196px;
}

.about-footer-content {
    margin-bottom: 30px;
}

.about-footer-content p {
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social-links ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social-links ul li:last-child {
    margin-right: 0;
}

.footer-social-links ul li a {
    width: 40px;
    height: 40px;
    color: var(--accent-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover {
    color: var(--white-color);
    background: var(--accent-color);
}

.footer-social-links ul li a i {
    font-size: 18px;
    color: inherit;
}

.footer-links h3 {
    font-size: 24px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links ul li {
    line-height: 1.5em;
    text-transform: capitalize;
    color: var(--white-color);
    background: url(../images/fire-logo.svg) no-repeat;
    background-position: left top;
    background-size: 14px auto;
    margin-bottom: 15px;
    padding-left: 30px;
}

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-links ul li a {
    display: inline-block;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover {
    color: var(--accent-secondary-color);
}

.footer-contact-list ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    background: transparent;
    margin-bottom: 20px;
    padding-left: 0;
}

.footer-contact-list ul li img {
    width: 100%;
    max-width: 22px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--divider-color);
    margin-top: 50px;
    padding: 40px 0 60px;
}

.footer-copyright-text p {
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-privacy-policy ul {
    display: flex;
    gap: 32px;
    list-style: disc;
    margin: 0;
    padding: 0;
}

.footer-privacy-policy ul li {
    position: relative;
    text-transform: capitalize;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.footer-privacy-policy ul li:hover {
    color: var(--accent-secondary-color);
}

.footer-privacy-policy ul li::marker {
    color: var(--accent-color);
}

.footer-privacy-policy ul li:first-child::marker {
    font-size: 0;
}

.footer-privacy-policy ul li a {
    color: inherit;
}

/************************************/

/*** 	 17. About Us Page css 	  ***/

/************************************/

.page-header {
    position: relative;
    background: url('../images/page-header-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 80%;
    width: 100%;
    height: 100%;
}

.page-header-box {
    position: relative;
    z-index: 1;
}

.page-header-box h1 {
    color: var(--white-color);
    display: inline-block;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: none;
}

.page-header-box h1 span {
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.page-header-box h1:hover span {
    background-position: right center;
}

.page-header-box ol {
    margin: 0;
    padding: 0;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: capitalize;
    color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.page-header-box ol li.breadcrumb-item.active {
    color: var(--white-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color);
}

.our-approach {
    background: url('../images/approach-bg.png'), var(--secondary-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 100px 0 70px;
}

.mission-vision-item {
    display: flex;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.mission-vision-item .icon-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .icon-box {
    background-position: right center;
}

.mission-vision-item .icon-box img {
    width: 100%;
    max-width: 35px;
}

.mission-vision-content {
    width: calc(100% - 80px);
}

.mission-vision-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mission-vision-content p {
    margin: 0;
}

.our-commitment {
    padding: 100px 0;
}

.commitment-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.commitment-item .icon-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}

.commitment-item:hover .icon-box {
    background-position: right center;
}

.commitment-item .icon-box img {
    width: 100%;
    max-width: 35px;
}

.commitment-item-content {
    margin-bottom: 30px;
}

.commitment-item-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.commitment-item-content p {
    margin: 0;
}

.commitment-item-counter h2 {
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.commitment-item-counter p {
    margin: 0;
}

.intro-video-box.about-intro-video {
    margin-top: 20px;
}

.our-expertise {
    position: relative;
    background-image: url('../images/expertise-bg.png'), linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 100px 0 0;
}

.our-expertise-content,
.our-expertise-image {
    position: relative;
    z-index: 1;
}

.our-expertise-content {
    height: calc(100% - 100px);
    align-content: center;
    margin-bottom: 100px;
}

.expertise-content-box {
    background-color: var(--dark-divider-color);
    padding: 30px;
}

.expertise-content-body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.expertise-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}

.expertise-item .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.expertise-item .icon-box img {
    width: 100%;
    max-width: 45px;
}

.expertise-item-content {
    width: calc(100% - 100px);
}

.expertise-item-content h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: var(--white-color);
}

.expertise-content-list {
    margin-bottom: 40px;
}

.expertise-content-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.expertise-content-list ul li {
    position: relative;
    color: var(--white-color);
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.expertise-content-list ul li:after {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: var(--white-color);
    display: inline-block;
    line-height: normal;
    top: 1px;
    left: 0;
}

.expertise-content-list ul li:last-child {
    margin-bottom: 0;
}

.our-expertise-image {
    height: 100%;
    align-content: end;
    margin-left: 65px;
}

.our-expertise-image img {
    width: 100%;
    aspect-ratio: 1 / 1.38;
    object-fit: contain;
}

.our-team {
    padding: 100px 0 70px;
}

.team-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.team-image {
    position: relative;
    margin-bottom: 20px;
}

.team-image a {
    display: block;
    cursor: none;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    aspect-ratio: 1 / 1.36;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image img {
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.team-item:hover .team-social-icon {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.team-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.team-social-icon ul li a {
    width: 40px;
    height: 40px;
    color: var(--accent-color);
    background: var(--white-color);
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.team-social-icon ul li a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.team-social-icon ul li a i {
    position: relative;
    color: inherit;
    font-size: 18px;
    z-index: 1;
}

.team-content {
    text-align: center;
}

.team-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team-content h3 a {
    color: inherit;
}

.team-content p {
    text-transform: capitalize;
    margin: 0;
}

.fire-protection {
    padding: 100px 0;
}

.fire-protection-item {
    position: relative;
    border-bottom: 1px solid var(--divider-color);
    padding-left: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.fire-protection-item:before {
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 900;
    left: 0;
    top: 7px;
    font-size: 20px;
    color: var(--accent-secondary-color);
}

.fire-protection-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.fire-protection-item h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.fire-protection-item p {
    margin: 0;
}

.fire-protection-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 15px;
}

.fire-protection-img-1 {
    width: calc(50% - 10px);
}

.fire-protection-img-2 {
    width: 100%;
}

.fire-protection-img-1 figure,
.fire-protection-img-2 figure {
    display: block;
}

.fire-protection-img-1 img,
.fire-protection-img-2 img {
    width: 100%;
    object-fit: cover;
}

.fire-protection-img-1 img {
    aspect-ratio: 1 / 1.0267;
}

.fire-protection-img-2 img {
    aspect-ratio: 1 / 0.463;
}

.fire-protection-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 110px;
    width: 110px;
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.fire-protection-logo img {
    position: relative;
    width: 100%;
    max-width: 50px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.fire-protection-image:hover .fire-protection-logo img {
    filter: brightness(0) invert(0);
}

/************************************/

/*** 	 18. Services Page css 	  ***/

/************************************/

.page-services {
    padding: 100px 0 70px;
}

/************************************/

/*** 	19. Service Single css 	  ***/

/************************************/

.page-service-single {
    padding: 100px 0;
}

.page-single-sidebar {
    position: sticky;
    top: 20px;
    margin-right: 20px;
}

.page-catagery-list {
    background-color: var(--secondary-color);
    margin-bottom: 60px;
    padding: 40px;
    overflow: hidden;
}

.page-catagery-list h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.page-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-catagery-list ul li {
    margin-bottom: 20px;
}

.page-catagery-list ul li:last-child {
    margin: 0;
}

.page-catagery-list ul li a {
    position: relative;
    display: block;
    line-height: 1.4em;
    text-transform: capitalize;
    color: var(--text-color);
    background-color: var(--white-color);
    border-radius: 0px;
    padding: 15px 45px 15px 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.page-catagery-list ul li:hover a {
    color: var(--white-color);
}

.page-catagery-list ul li a::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
    background: url('../images/arrow-text.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.page-catagery-list ul li a:hover::before {
    filter: brightness(0) invert(1);
}

.page-catagery-list ul li a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.page-catagery-list ul li a:hover:after {
    top: 0;
    height: 100%;
}

.page-single-image {
    margin-bottom: 40px;
}

.page-single-image figure {
    display: block;
}

.page-single-image img {
    width: 100%;
    aspect-ratio: 1 / 0.598;
    object-fit: cover;
}

.service-entry {
    margin-bottom: 60px;
}

.service-entry h2 {
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.service-entry h2 span {
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}

.service-entry h2:hover span {
    background-position: right center;
}

.service-entry p {
    margin-bottom: 20px;
}

.service-entry p:last-child {
    margin-bottom: 0;
}

.service-entry ul {
    display: flex;
    gap: 15px 20px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-entry ul li {
    position: relative;
    width: calc(50% - 10px);
    line-height: 1.5em;
    padding-left: 30px;
}

.service-entry ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 18px;
    color: var(--accent-secondary-color);
    display: inline-block;
    line-height: 1.2em;
    position: absolute;
    top: 1px;
    left: 0;
}

.service-content-list {
    margin-top: 40px;
}

.service-content-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.service-content-item::before {
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 900;
    left: 0;
    top: 3px;
    font-size: 22px;
    line-height: normal;
    color: var(--accent-secondary-color);
}

.service-content-item:last-child {
    margin-bottom: 0;
}

.service-content-item h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.service-compliance-box,
.safety-solutions-box {
    margin-top: 60px;
}

.service-compliance-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}

.service-compliance-list .why-choose-list-item {
    width: calc(50% - 15px);
    background: var(--secondary-color);
    padding: 30px 20px;
    margin-bottom: 0;
}

.safety-solutions-box .work-step-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.safety-solutions-box .work-step-list .work-step-item {
    width: calc(33.33% - 20px);
    height: 100%;
    margin: 0;
}

.safety-solutions-box .section-footer-text p {
    color: var(--text-color);
}

/************************************/

/*** 	 20. Blog Archive css 	  ***/

/************************************/

.page-blog {
    padding: 100px 0;
}

.page-pagination {
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 0px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover {
    background: var(--accent-secondary-color);
    color: var(--white-color);
}

/************************************/

/*** 	 21. Blog Single css 	  ***/

/************************************/

.page-single-post {
    padding: 100px 0;
}

.post-single-meta ol li {
    font-size: 18px;
    color: var(--white-color);
    margin-right: 15px;
}

.post-single-meta ol li:last-child {
    margin-right: 0;
}

.post-single-meta ol li i {
    font-size: 18px;
    color: var(--white-color);
    margin-right: 5px;
}

.post-image {
    position: relative;
    margin-bottom: 30px;
}

.post-image figure {
    display: block;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    aspect-ratio: 1 / 0.50;
    object-fit: cover;
}

.post-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.post-entry {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after {
    content: '';
    display: block;
    clear: both;
}

.post-entry a {
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0 0 0.435em;
}

.post-entry h1 {
    font-size: 80px;
}

.post-entry h2 {
    font-size: 46px;
}

.post-entry h3 {
    font-size: 40px;
}

.post-entry h4 {
    font-size: 30px;
}

.post-entry h5 {
    font-size: 24px;
}

.post-entry h6 {
    font-size: 18px;
}

.post-entry p {
    margin-bottom: 20px;
}

.post-entry p:last-child {
    margin-bottom: 0;
}

.post-entry p strong {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}

.post-entry ol {
    margin: 0 0 30px;
}

.post-entry ul {
    padding: 0;
    margin: 20px 0 20px;
    padding-left: 20px;
}

.post-entry ol li,
.post-entry ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--text-color);
    margin-bottom: 15px;
}

.post-entry ul li:last-child {
    margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
    margin-bottom: 0;
}

.post-entry blockquote {
    background: url('../images/icon-blockquote.svg'), var(--accent-color);
    background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: 45px;
    border-radius: 0;
    padding: 30px 30px 30px 90px;
    margin-bottom: 30px;
}

.post-entry blockquote p {
    font-family: var(--accent-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--white-color);
}

.post-entry blockquote p:last-child {
    margin-bottom: 0;
}

.tag-links {
    font-family: var(--accent-font);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.post-tags .tag-links a {
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    color: var(--secondary-color);
    border-radius: 0px;
    padding: 12px 20px;
    clip-path: polygon(0px 0px, calc(100% - 20px) 0px, 100% 20px, 100% 100%, 0px 100%);
    transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
    background-position: right center;
}

.post-social-sharing {
    text-align: right;
}

.post-social-sharing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li {
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child {
    margin-right: 0;
}

.post-social-sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    color: var(--secondary-color);
    border-radius: 0px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
    background-position: right center;
}

.post-social-sharing ul li a i {
    font-size: 18px;
    color: inherit;
}

/************************************/

/*** 	 22. Projects Page css 	  ***/

/************************************/

.page-projects {
    padding: 100px 0 70px;
}

/************************************/

/*** 	23. Project Single css 	  ***/

/************************************/

.page-project-single {
    padding: 100px 0;
}

.project-catagery-list {
    background-color: var(--secondary-color);
    padding: 40px;
    margin-bottom: 60px;
}

.project-catagery-item {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.project-catagery-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.project-catagery-item h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.project-catagery-item p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.project-catagery-item ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.project-catagery-item ul li {
    display: inline-block;
    margin-right: 15px;
}

.project-catagery-item ul li:last-child {
    margin-right: 0;
}

.project-catagery-item ul li a {
    width: 40px;
    height: 40px;
    color: var(--accent-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.project-catagery-item ul li a:hover {
    color: var(--white-color);
    background: var(--accent-color);
}

.project-catagery-item ul li a i {
    font-size: 18px;
    color: inherit;
}

.project-entry {
    margin-bottom: 60px;
}

.project-entry h2 {
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.project-entry h2 span {
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}

.project-entry h2:hover span {
    background-position: right center;
}

.project-entry p {
    margin-bottom: 20px;
}

.project-entry p:last-child {
    margin-bottom: 0;
}

.projects-item-list,
.client-requirement-box {
    margin-top: 60px;
}

.projects-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.projects-item-list .project-item {
    width: calc(33.33% - 20px);
    height: 100%;
    margin-bottom: 0;
}

.projects-item-list .project-item .project-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.requirement-content-box {
    margin-top: 40px;
}

.requirement-nav {
    margin-bottom: 40px;
}

.requirement-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 0;
    border-bottom: 2px solid var(--divider-color);
    padding: 0;
    margin: 0;
}

.requirement-nav ul li {
    width: 33.33%;
}

.requirement-nav ul li .nav-link {
    position: relative;
    width: 100%;
    font-family: var(--accent-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
    color: var(--primary-color);
    text-align: left;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 20px 20px 0;
    transition: all 0.3s ease-in-out;
}

.requirement-nav ul li .nav-link.active,
.requirement-nav ul li .nav-link:hover {
    color: var(--accent-color);
}

.requirement-nav ul li .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: auto;
    right: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    width: 0;
    height: 2px;
    transition: all 0.4s ease-in-out;
}

.requirement-nav ul li .nav-link.active:before,
.requirement-nav ul li .nav-link:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

/************************************/

/*** 	  24. Team Page css 	  ***/

/************************************/

.page-team {
    padding: 100px 0 70px;
}

/************************************/

/*** 	 25. Team Single css 	  ***/

/************************************/

.page-team-single {
    padding: 100px 0;
}

.team-member-info-box {
    background-color: var(--secondary-color);
    display: flex;
    flex-wrap: wrap;
}

.team-member-info-box,
.committed-your-safety {
    margin-bottom: 100px;
}

.team-member-image,
.team-member-content {
    width: 50%;
}

.team-member-content {
    align-content: center;
    padding: 40px;
}

.team-member-image figure {
    display: block;
    height: 100%;
}

.team-member-image img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 0.961;
    object-fit: cover;
}

.team-contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 30px;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.team-contact-box {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}

.team-contact-box .icon-box {
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}

.team-contact-box:hover .icon-box {
    background-position: right center;
}

.team-contact-box .icon-box img {
    width: 100%;
    max-width: 25px;
}

.team-contact-content {
    width: calc(100% - 70px);
}

.team-contact-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team-contact-content p {
    margin: 0;
}

.member-social-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.member-social-list ul li a {
    width: 40px;
    height: 40px;
    color: var(--accent-color);
    background: var(--white-color);
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.member-social-list ul li a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.member-social-list ul li a i {
    position: relative;
    color: inherit;
    font-size: 18px;
    z-index: 1;
}

.committed-safety-list {
    background-color: var(--secondary-color);
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    padding: 40px;
}

.committed-safety-item {
    position: relative;
    width: calc(25% - 30px);
}

.committed-safety-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    background: var(--divider-color);
    width: 1px;
    height: 100%;
}

.committed-safety-item:last-child:before,
.committed-safety-item:nth-child(4n+4):before {
    display: none;
}

.committed-safety-item .icon-box {
    margin-bottom: 20px;
}

.committed-safety-item .icon-box img {
    width: 100%;
    max-width: 60px;
}

.committed-safety-content h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.committed-safety-content p {
    margin: 0;
}

.member-experience-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 60px;
}

.member-experience-contact .contact-form-box,
.member-experience-skill {
    width: calc(50% - 30px);
}

.skills-progress-bar {
    margin-bottom: 40px;
}

.skills-progress-bar:last-child {
    margin-bottom: 0px;
}

.skills-progress-bar .skill-data {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.skills-progress-bar .skill-data .skill-title {
    text-transform: capitalize;
}

.skills-progress-bar .skillbar .skill-progress {
    position: relative;
    width: 100%;
    height: 16px;
    background: var(--secondary-color);
    border-radius: 100px;
    overflow: hidden;
}

.skills-progress-bar .skillbar .skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    border-radius: 100px;
}

/************************************/

/***  26. Testimonials Page css   ***/

/************************************/

.page-testimonials {
    padding: 100px 0 70px;
}

.page-testimonials .testimonial-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.page-testimonials .testimonial-item:hover:before {
    top: 0;
}

.page-testimonials .testimonial-item:hover .testimonial-rating i,
.page-testimonials .testimonial-item:hover .testimonial-content p,
.page-testimonials .testimonial-item:hover .author-content h3,
.page-testimonials .testimonial-item:hover .author-content p {
    color: var(--white-color);
}

/************************************/

/*** 	 27. Image Gallery css 	  ***/

/************************************/

.page-gallery {
    padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a {
    cursor: none;
}

.page-gallery-box .photo-gallery figure {
    display: block;
}

.page-gallery-box .photo-gallery img {
    width: 100%;
    aspect-ratio: 1 / 0.853;
    object-fit: cover;
}

/************************************/

/*** 	 28. Video Gallery css 	  ***/

/************************************/

.page-video-gallery {
    padding: 100px 0 70px;
}

.video-gallery-image {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.video-gallery-image a {
    position: relative;
    display: block;
    cursor: none;
}

.video-gallery-image a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 0px;
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before {
    opacity: 40%;
    visibility: visible;
    transform: scale(1);
}

.video-gallery-image a::after {
    content: '\f04b';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background: var(--accent-color);
    color: var(--secondary-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.video-gallery-image:hover a::after {
    opacity: 1;
    visibility: visible;
}

.video-gallery-image img {
    width: 100%;
    aspect-ratio: 1 / 0.853;
    object-fit: cover;
}

/************************************/

/*** 	  29. FAQs Page css 	  ***/

/************************************/

.page-faqs {
    padding: 100px 0;
}

.page-faqs-catagery .page-faq-accordion {
    margin-bottom: 60px;
}

.page-faqs-catagery .page-faq-accordion:last-child {
    margin-bottom: 0px;
}

/************************************/

/*** 	30. Contact Us Page css	  ***/

/************************************/

.page-contact-us {
    padding: 100px 0 20px;
}

.contact-info-box {
    filter: drop-shadow(0 0 30px #2D27271A);
}

.contact-info-item {
    background: var(--white-color);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 35px;
}

.contact-info-item .icon-box {
    width: 60px;
    height: 60px;
}

.contact-info-item .icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box {
    background-position: right center;
}

.contact-info-item .icon-box img {
    width: 100%;
    max-width: 40px;
}

.contact-info-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-info-content p {
    margin: 0;
}

.contact-info-content p a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.contact-info-content p a:hover {
    color: var(--primary-color);
}

.contact-form-section {
    padding: 50px 0 100px;
}

.contact-form-box {
    background-color: var(--secondary-color);
    padding: 80px;
}

.contact-form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    background-color: var(--white-color);
    border-radius: 0px;
    padding: 18px 20px;
    border: none;
    box-shadow: none;
    outline: none;
}

.contact-form .form-control::placeholder {
    color: var(--text-color);
}

.google-map .container-fluid {
    padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe {
    width: 100%;
    height: 700px;
}

/************************************/

/*** 	31. 404 Error Page css	  ***/

/************************************/

.error-page {
    padding: 100px 0;
}

.error-page-image {
    text-align: center;
    margin-bottom: 30px;
}

.error-page-image img {
    width: 100%;
    max-width: 50%;
}

.error-page-content {
    text-align: center;
}

.error-page-content .section-title {
    margin-bottom: 10px;
}

.error-page-content-body p {
    margin-bottom: 20px;
}

/************************************/

/***      32. Responsive css      ***/

/************************************/

@media only screen and (max-width: 1300px) {
    .our-projects-box {
        padding-left: 0;
    }
    .our-projects .container-fluid {
        padding: 0 15px;
    }
    .project-content {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .btn-default {
        clip-path: polygon(0px 0px, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 0px 100%);
        padding: 15px 50px 15px 20px;
    }
    .btn-default::before {
        width: 20px;
        height: 20px;
        transform: translate(-22px, -50%);
    }
    .btn-default:hover::before {
        transform: translate(-20px, -50%);
    }
    .readmore-btn {
        font-size: 16px;
    }
    .readmore-btn::before {
        width: 20px;
        height: 20px;
    }
    .topbar {
        padding: 10px 0;
    }
    .topbar-contact-info ul {
        gap: 20px;
    }
    .navbar {
        padding: 15px 0;
    }
    .main-menu ul li.highlighted-menu {
        display: block;
    }
    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }
    .responsive-menu,
    .navbar-toggle {
        display: block;
    }
    .header-btn {
        display: none;
    }
    .section-row {
        margin-bottom: 40px;
    }
    .section-row .section-title.section-title-center {
        max-width: 100%;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h1 {
        font-size: 56px;
    }
    .section-title h2 {
        font-size: 36px;
    }
    .section-title p {
        margin-top: 10px;
    }
    .section-title-content {
        margin-left: 0;
        margin-top: 15px;
    }
    .section-btn {
        text-align: left;
        margin-top: 15px;
    }
    .top-right-tringle-2 {
        clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%);
    }
    .hero {
        padding: 65px 0;
    }
    .hero.hero-slider-layout .hero-slide {
        padding: 65px 0;
    }
    .hero.hero-slider-layout .hero-pagination {
        bottom: 30px;
    }
    .hero-content {
        margin-bottom: 30px;
    }
    .hero-image {
        width: 100%;
        max-width: 60%;
        margin: 0 auto -65px;
    }
    .about-us {
        padding: 50px 0;
    }
    .about-us-images {
        width: 100%;
        max-width: 80%;
        margin: 0 auto 30px;
        padding-bottom: 30px;
    }
    .about-img-1 img {
        aspect-ratio: 1 / 0.92;
    }
    .about-img-2 {
        max-width: 265px;
        margin-top: -170px;
    }
    .about-img-2 img {
        aspect-ratio: 1 / 0.8;
    }
    .years-experience-box {
        max-width: 230px;
        padding: 20px;
    }
    .years-experience-box h2 {
        font-size: 34px;
    }
    .years-experience-box p {
        font-size: 18px;
    }
    .about-body-list {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .about-body-item .icon-box {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    .about-body-item .icon-box img {
        max-width: 30px;
    }
    .about-body-item-content {
        width: calc(100% - 75px);
    }
    .about-body-item-content h3 {
        font-size: 22px;
    }
    .about-us-list {
        margin-bottom: 30px;
    }
    .about-us-list ul li {
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .about-video-image figure img {
        aspect-ratio: 1 / 0.52;
    }
    .our-services {
        padding: 50px 0;
    }
    .service-item {
        padding: 40px;
    }
    .service-item .icon-box,
    .service-item-content,
    .service-item-content h3 {
        margin-bottom: 15px;
    }
    .service-item .icon-box img {
        max-width: 50px;
    }
    .service-item-content h3 {
        font-size: 22px;
    }
    .section-footer-text {
        margin-top: 10px;
    }
    .section-footer-text p {
        font-size: 18px;
    }
    .why-choose-us {
        padding: 50px 0;
    }
    .why-choose-image {
        margin-bottom: 30px;
    }
    .why-choose-image img {
        aspect-ratio: 1 / 0.7;
    }
    .why-choose-content {
        margin: 0;
    }
    .why-choose-list-item,
    .why-choose-list {
        margin-bottom: 30px;
    }
    .why-choose-list-item .icon-box {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    .why-choose-list-item .icon-box img {
        max-width: 30px;
    }
    .why-choose-item-content {
        width: calc(100% - 75px);
    }
    .why-choose-item-content h3 {
        font-size: 22px;
    }
    .video-play-button.btn-effect a {
        width: 60px;
        height: 60px;
    }
    .video-play-button.btn-effect a::before,
    .video-play-button.btn-effect a::after {
        top: -33%;
        left: -33%;
    }
    .video-play-button.btn-effect a i {
        font-size: 20px;
    }
    .our-projects {
        padding: 50px 0 20px;
    }
    .project-image img {
        aspect-ratio: 1 / 1.08;
    }
    .project-content h3 {
        font-size: 22px;
    }
    .our-testimonials {
        padding: 50px 0;
    }
    .testimonial-item {
        padding: 30px;
    }
    .testimonial-rating {
        margin-bottom: 10px;
    }
    .testimonial-rating i {
        font-size: 16px;
    }
    .testimonial-content {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .testimonial-content p {
        font-size: 18px;
    }
    .author-image {
        margin-right: 10px;
    }
    .author-image img {
        max-width: 55px;
    }
    .author-content {
        width: calc(100% - 65px);
    }
    .author-content h3 {
        font-size: 22px;
    }
    .testimonial-pagination {
        margin-top: 30px;
    }
    .how-it-work {
        padding: 50px 0 20px;
    }
    .work-step-item {
        padding: 40px 30px 30px;
    }
    .work-step-no {
        margin-bottom: 40px;
    }
    .work-step-no h3 {
        font-size: 22px;
    }
    .work-step-item .icon-box {
        margin-bottom: 20px;
    }
    .work-step-item .icon-box img {
        max-width: 50px;
    }
    .work-step-item-content h3 {
        font-size: 22px;
    }
    .cta-box {
        padding: 50px 0;
    }
    .our-faqs {
        padding: 50px 0;
    }
    .faqs-content {
        position: static;
        top: 0;
        margin-bottom: 30px;
    }
    .sidebar-cta-box {
        width: 100%;
        padding: 20px 40px 20px 20px;
    }
    .sidebar-cta-box .icon-box img {
        max-width: 50px;
    }
    .sidebar-cta-box .sidebar-cta-content {
        width: calc(100% - 70px);
    }
    .sidebar-cta-content h3 {
        font-size: 22px;
    }
    .faq-accordion .accordion-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .faq-accordion .accordion-header .accordion-button {
        font-size: 22px;
        padding-right: 25px;
    }
    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after {
        font-size: 18px;
    }
    .faq-accordion .accordion-item .accordion-body {
        padding-right: 25px;
    }
    .our-blog {
        padding: 50px 0 20px;
    }
    .post-item-content h3 {
        font-size: 22px;
    }
    .scrolling-ticker-box {
        --gap: 30px;
    }
    .scrolling-ticker-box .scrolling-content span {
        font-size: 75px;
    }
    .scrolling-ticker-box .scrolling-content span img {
        width: 40px;
        margin-right: 30px;
    }
    .main-footer {
        padding: 40px 0 0;
    }
    .about-footer {
        margin: 0 0 30px 0;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
    .about-footer-content {
        margin-bottom: 20px;
    }
    .footer-links h3 {
        font-size: 22px;
    }
    .footer-links ul li {
        margin-bottom: 12px;
    }
    .footer-contact-list ul li img {
        max-width: 22px;
    }
    .footer-copyright {
        margin-top: 30px;
        padding: 20px 0;
    }
    .page-header {
        padding: 70px 0;
    }
    .page-header-box h1 {
        font-size: 56px;
        margin-bottom: 5px;
    }
    .page-header-box ol li.breadcrumb-item {
        font-size: 16px;
    }
    .our-approach {
        padding: 50px 0 20px;
    }
    .mission-vision-item .icon-box {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .mission-vision-item .icon-box img {
        max-width: 30px;
    }
    .mission-vision-content {
        width: calc(100% - 60px);
    }
    .mission-vision-content h3 {
        font-size: 22px;
    }
    .our-commitment {
        padding: 50px 0;
    }
    .commitment-item .icon-box,
    .commitment-item-content {
        margin-bottom: 20px;
    }
    .commitment-item .icon-box {
        width: 50px;
        height: 50px;
    }
    .commitment-item .icon-box img {
        max-width: 30px;
    }
    .commitment-item-content h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .commitment-item-counter h2 {
        font-size: 36px;
    }
    .intro-video-box.about-intro-video {
        margin-top: 10px;
    }
    .our-expertise {
        padding: 50px 0 0;
    }
    .our-expertise-content {
        height: auto;
        margin-bottom: 30px;
    }
    .expertise-content-box {
        padding: 20px;
    }
    .expertise-content-body {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .expertise-item .icon-box {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .expertise-item .icon-box img {
        max-width: 35px;
    }
    .expertise-item-content {
        width: calc(100% - 70px);
    }
    .expertise-item-content h3 {
        font-size: 22px;
    }
    .expertise-content-list {
        margin-bottom: 30px;
    }
    .expertise-content-list ul li {
        padding-left: 25px;
    }
    .expertise-content-list ul li:after {
        font-size: 16px;
        top: 4px;
    }
    .our-expertise-image {
        max-width: 60%;
        height: auto;
        margin: 0 auto;
    }
    .our-team {
        padding: 50px 0 20px;
    }
    .team-image {
        margin-bottom: 15px;
    }
    .team-image img {
        aspect-ratio: 1 / 1.01;
    }
    .team-content h3 {
        font-size: 22px;
    }
    .fire-protection {
        padding: 50px 0;
    }
    .fire-protection-content {
        margin-bottom: 30px;
    }
    .fire-protection-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .fire-protection-item:before {
        top: 5px;
    }
    .fire-protection-item h3 {
        font-size: 22px;
    }
    .fire-protection-image {
        margin-left: 0;
    }
    .fire-protection-logo {
        width: 90px;
        height: 90px;
    }
    .fire-protection-logo img {
        max-width: 40px;
    }
    .page-services {
        padding: 50px 0 20px;
    }
    .page-service-single {
        padding: 50px 0;
    }
    .page-single-sidebar {
        position: static;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .page-catagery-list {
        padding: 20px;
        margin-bottom: 30px;
    }
    .page-catagery-list h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .page-catagery-list ul li a {
        padding: 12px 40px 12px 15px;
    }
    .page-catagery-list ul li a::before {
        right: 15px;
    }
    .page-single-image {
        margin-bottom: 30px;
    }
    .service-entry {
        margin-bottom: 40px;
    }
    .service-entry h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .service-entry p {
        margin-bottom: 15px;
    }
    .service-entry ul li {
        font-size: 14px;
        width: calc(50% - 10px);
        padding-left: 25px;
    }
    .service-entry ul li:before {
        font-size: 16px;
    }
    .service-content-list {
        margin-top: 30px;
    }
    .service-content-item {
        padding-left: 30px;
    }
    .service-content-item h3 {
        font-size: 22px;
    }
    .service-content-item::before {
        font-size: 20px;
    }
    .service-compliance-box,
    .safety-solutions-box {
        margin-top: 40px;
    }
    .service-compliance-list {
        margin: 30px 0;
    }
    .service-compliance-list .why-choose-list-item {
        padding: 20px;
    }
    .safety-solutions-box .work-step-list .work-step-item {
        padding: 40px 15px 30px;
    }
    .safety-solutions-box .section-footer-text {
        margin-top: 20px;
    }
    .page-blog {
        padding: 50px 0;
    }
    .page-pagination {
        margin-top: 10px;
    }
    .page-single-post {
        padding: 50px 0;
    }
    .post-image {
        margin-bottom: 20px;
    }
    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6 {
        margin: 0 0 0.417em;
    }
    .post-entry h2 {
        font-size: 36px;
    }
    .post-entry p {
        margin-bottom: 15px;
    }
    .post-entry ol li,
    .post-entry ul li {
        margin-bottom: 10px;
    }
    .post-entry blockquote {
        background-position: 20px 20px;
        background-size: 40px;
        padding: 20px 20px 20px 70px;
        margin-bottom: 20px;
    }
    .post-entry blockquote p {
        font-size: 18px;
    }
    .post-tags {
        margin-bottom: 20px;
    }
    .tag-links {
        font-size: 22px;
    }
    .post-tags .tag-links a {
        clip-path: polygon(0px 0px, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 0px 100%);
        padding: 12px 15px;
    }
    .post-social-sharing ul {
        text-align: left;
    }
    .page-projects {
        padding: 50px 0 20px;
    }
    .page-project-single {
        padding: 50px 0;
    }
    .project-catagery-list {
        padding: 20px;
        margin-bottom: 30px;
    }
    .project-catagery-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .project-catagery-item h3 {
        font-size: 22px;
    }
    .project-entry {
        margin-bottom: 40px;
    }
    .project-entry p {
        margin-bottom: 15px;
    }
    .project-entry h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .projects-item-list,
    .client-requirement-box {
        margin-top: 40px;
    }
    .projects-item-list,
    .client-requirement-box {
        gap: 20px;
    }
    .projects-item-list .project-item {
        width: calc(33.33% - 13.33px);
    }
    .projects-item-list .project-item .project-image img {
        aspect-ratio: 1 / 1.358;
    }
    .projects-item-list .project-item .project-content {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .requirement-content-box {
        margin-top: 30px;
    }
    .requirement-nav {
        margin-bottom: 30px;
    }
    .requirement-nav ul li .nav-link {
        font-size: 22px;
        padding: 0 15px 15px 0;
    }
    .page-team {
        padding: 50px 0 20px;
    }
    .page-team-single {
        padding: 50px 0;
    }
    .team-member-info-box,
    .committed-your-safety {
        margin-bottom: 50px;
    }
    .team-member-image,
    .team-member-content {
        width: 100%;
    }
    .team-member-image figure {
        height: auto;
    }
    .team-member-image img {
        height: auto;
        aspect-ratio: 1 / 0.75;
    }
    .team-member-content {
        padding: 20px;
    }
    .team-contact-list {
        gap: 20px 30px;
    }
    .team-contact-box .icon-box {
        margin-right: 10px;
    }
    .team-contact-content {
        width: calc(100% - 60px);
    }
    .team-contact-content h3 {
        font-size: 22px;
    }
    .committed-safety-list {
        padding: 20px;
    }
    .committed-safety-item {
        width: calc(50% - 20px);
    }
    .committed-safety-item:nth-child(2n+2):before {
        display: none;
    }
    .committed-safety-item .icon-box {
        margin-bottom: 15px;
    }
    .committed-safety-item .icon-box img {
        max-width: 50px;
    }
    .committed-safety-content h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .member-experience-contact .contact-form-box,
    .member-experience-skill {
        width: 100%;
    }
    .skills-progress-bar {
        margin-bottom: 30px;
    }
    .skills-progress-bar .skill-data {
        margin-bottom: 15px;
    }
    .page-testimonials {
        padding: 50px 0 20px;
    }
    .page-gallery {
        padding: 50px 0 20px;
    }
    .page-video-gallery {
        padding: 50px 0 20px;
    }
    .page-faqs {
        padding: 50px 0;
    }
    .page-faqs-catagery .page-faq-accordion {
        margin-bottom: 40px;
    }
    .page-contact-us {
        padding: 50px 0 0;
    }
    .contact-info-item {
        padding: 20px;
    }
    .contact-info-item .icon-box {
        width: 60px;
        height: 60px;
        margin-bottom: 30px;
    }
    .contact-info-item .icon-box img {
        max-width: 30px;
    }
    .contact-info-content h3 {
        font-size: 22px;
    }
    .contact-form-section {
        padding: 25px 0 50px;
    }
    .contact-form-box {
        padding: 40px;
    }
    .contact-form .form-control {
        padding: 12px 15px;
    }
    .google-map-iframe,
    .google-map-iframe iframe {
        height: 500px;
    }
    .error-page {
        padding: 50px 0;
    }
    .error-page-image {
        margin-bottom: 20px;
    }
    .error-page-image img {
        max-width: 80%;
    }
    .error-page-content .section-title {
        margin-bottom: 5px;
    }
    .error-page-content-body p {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .topbar-social-links {
        display: none;
    }
    .topbar-contact-info ul {
        gap: 15px;
        justify-content: center;
    }
    .topbar-contact-info ul li {
        font-size: 14px;
    }
    .topbar-contact-info ul li a i {
        font-size: 14px;
        margin-right: 5px;
    }
    .section-title h1 {
        font-size: 30px;
    }
    .section-title h2 {
        font-size: 26px;
    }
    .hero-content .section-title p {
        font-size: 16px;
    }
    .hero-image {
        max-width: 90%;
    }
    .about-us-images {
        max-width: 100%;
    }
    .about-us-images::before {
        height: 155px;
        width: 20px;
    }
    .about-img-1 img {
        aspect-ratio: 1 / 1.05;
    }
    .about-img-2 {
        max-width: 210px;
        margin-top: -120px;
    }
    .years-experience-box {
        max-width: 195px;
        padding: 15px;
    }
    .years-experience-box h2 {
        font-size: 26px;
    }
    .years-experience-box p {
        font-size: 16px;
    }
    .about-body-list {
        gap: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about-body-item {
        width: 100%;
    }
    .about-body-item-content h3 {
        font-size: 20px;
    }
    .about-list-btn,
    .about-video-image {
        width: 100%;
    }
    .about-us-list {
        margin-bottom: 20px;
    }
    .service-item {
        padding: 30px;
    }
    .service-item-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .section-footer-text p {
        font-size: 16px;
    }
    .why-choose-list-item {
        margin-bottom: 20px;
    }
    .why-choose-image img {
        aspect-ratio: 1 / 0.95;
    }
    .why-choose-list-item .icon-box {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .why-choose-item-content {
        width: calc(100% - 60px);
    }
    .why-choose-item-content h3 {
        font-size: 20px;
    }
    .why-choose-item-content p {
        font-size: 14px;
    }
    .intro-bg-image img {
        aspect-ratio: 1 / 0.6;
    }
    .video-play-button.btn-effect a {
        width: 50px;
        height: 50px;
    }
    .video-play-button.btn-effect a::before,
    .video-play-button.btn-effect a::after {
        top: -50%;
        left: -50%;
    }
    .video-play-button.btn-effect a i {
        font-size: 18px;
        margin: 0 0 2px 2px;
    }
    .project-image img {
        aspect-ratio: 1 / 0.98;
    }
    .project-content {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .project-content h3 {
        font-size: 20px;
    }
    .testimonial-content p {
        font-size: 16px;
    }
    .author-content h3 {
        font-size: 20px;
    }
    .work-step-item {
        padding: 30px 20px 20px;
    }
    .work-step-item::after {
        width: 84px;
        height: 100px;
    }
    .work-step-no {
        margin-bottom: 30px;
    }
    .work-step-item .icon-box img {
        max-width: 40px;
    }
    .work-step-no h3,
    .work-step-item-content h3 {
        font-size: 20px;
    }
    .cta-box-body {
        gap: 8px;
    }
    .cta-box-body span {
        font-size: 12px;
    }
    .contact-now-box .icon-box {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    .contact-now-box .icon-box img {
        max-width: 18px;
    }
    .contact-now-box-content h3 {
        font-size: 18px;
    }
    .sidebar-cta-box .icon-box {
        margin-right: 10px;
    }
    .sidebar-cta-box .icon-box img {
        max-width: 40px;
    }
    .sidebar-cta-box .sidebar-cta-content {
        width: calc(100% - 50px);
    }
    .sidebar-cta-content p {
        font-size: 14px;
    }
    .sidebar-cta-content h3 {
        font-size: 20px;
    }
    .faq-accordion .accordion-header .accordion-button {
        font-size: 20px;
    }
    .faq-accordion .accordion-item .accordion-body {
        padding-right: 0px;
    }
    .post-item-content h3 {
        font-size: 20px;
    }
    .scrolling-ticker-box {
        --gap: 20px;
    }
    .scrolling-ticker-box .scrolling-content span {
        font-size: 50px;
    }
    .scrolling-ticker-box .scrolling-content span img {
        width: 30px;
        margin-right: 20px;
    }
    .about-footer-content {
        margin-bottom: 15px;
    }
    .footer-links {
        margin-bottom: 30px;
    }
    .footer-links h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .footer-links ul li {
        background-size: 12px auto;
        background-position: left top 2px;
        margin-bottom: 10px;
        padding-left: 25px;
    }
    .footer-contact-list ul li,
    .footer-contact-list ul li a {
        gap: 10px;
    }
    .footer-contact-list ul li {
        margin-bottom: 15px;
        padding-left: 0;
    }
    .footer-contact-list ul li a {
        padding: 0;
    }
    .footer-contact-list ul li img {
        max-width: 20px;
    }
    .footer-copyright {
        flex-direction: column;
        gap: 10px;
        margin-top: 0;
        padding: 15px 0;
    }
    .page-header-box h1 {
        font-size: 32px;
    }
    .mission-vision-content h3 {
        font-size: 20px;
    }
    .commitment-item-content h3 {
        font-size: 20px;
    }
    .commitment-item-counter h2 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .expertise-item {
        width: 100%;
    }
    .expertise-content-body {
        gap: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .expertise-item .icon-box {
        width: 50px;
        height: 50px;
    }
    .expertise-item .icon-box img {
        max-width: 30px;
    }
    .expertise-item-content {
        width: calc(100% - 60px);
    }
    .expertise-item-content h3 {
        font-size: 20px;
    }
    .our-expertise-image {
        max-width: 100%;
    }
    .team-content h3 {
        font-size: 20px;
    }
    .fire-protection-item {
        padding-left: 25px;
        margin-bottom: 15px;
        margin-bottom: 15px;
    }
    .fire-protection-item:before {
        top: 3px;
        font-size: 18px;
    }
    .fire-protection-item h3 {
        font-size: 20px;
    }
    .fire-protection-logo {
        width: 70px;
        height: 70px;
    }
    .fire-protection-logo img {
        max-width: 30px;
    }
    .page-catagery-list h3 {
        font-size: 20px;
    }
    .page-single-image {
        margin-bottom: 20px;
    }
    .service-entry h2 {
        font-size: 26px;
    }
    .service-entry ul {
        gap: 10px;
    }
    .service-entry ul li {
        width: 100%;
    }
    .service-content-item h3,
    .service-content-item::before {
        font-size: 20px;
    }
    .service-compliance-list {
        gap: 20px;
    }
    .service-compliance-list .why-choose-list-item {
        width: 100%;
        padding: 15px;
    }
    .safety-solutions-box .work-step-list {
        gap: 20px;
    }
    .safety-solutions-box .work-step-list .work-step-item {
        width: 100%;
        padding: 30px 15px 20px;
    }
    .post-single-meta {
        margin-top: 5px;
    }
    .post-single-meta ol li {
        font-size: 16px;
    }
    .post-single-meta ol li i {
        font-size: 16px;
    }
    .post-image img {
        aspect-ratio: 1 / 0.7;
    }
    .post-entry blockquote {
        background-position: 15px 15px;
        padding: 60px 15px 15px 15px;
    }
    .post-entry blockquote p {
        font-size: 16px;
    }
    .post-entry h2 {
        font-size: 26px;
    }
    .tag-links {
        font-size: 20px;
    }
    .project-catagery-item h3 {
        font-size: 20px;
    }
    .project-entry h2 {
        font-size: 26px;
    }
    .projects-item-list .project-item {
        width: 100%;
    }
    .projects-item-list .project-item .project-image img {
        aspect-ratio: 1 / 0.98;
    }
    .requirement-nav {
        margin-bottom: 20px;
    }
    .requirement-nav ul li .nav-link {
        font-size: 14px;
        padding: 0 5px 10px 0;
    }
    .team-member-image img {
        aspect-ratio: 1 / 0.961;
    }
    .team-contact-box {
        width: 100%;
    }
    .team-contact-content h3 {
        font-size: 20px;
    }
    .committed-safety-item {
        width: 100%;
    }
    .committed-safety-item:before {
        top: auto;
        right: 0;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 1px;
    }
    .committed-safety-item:nth-child(2n+2):before,
    .committed-safety-item:nth-child(4n+4):before {
        display: block;
    }
    .committed-safety-item:last-child::before {
        display: none;
    }
    .committed-safety-item .icon-box img {
        max-width: 45px;
    }
    .committed-safety-content h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .skills-progress-bar {
        margin-bottom: 20px;
    }
    .skills-progress-bar .skill-data {
        margin-bottom: 10px;
    }
    .skills-progress-bar .skillbar .skill-progress {
        height: 12px;
    }
    .testimonial-item {
        padding: 20px;
    }
    .testimonial-content p {
        font-size: 16px;
    }
    .author-content h3 {
        font-size: 20px;
    }
    .page-gallery .photo-gallery.top-right-tringle-2 {
        clip-path: polygon(0px 0px, calc(100% - 30px) 0px, 100% 30px, 100% 100%, 0px 100%);
    }
    .contact-info-item .icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    .contact-info-item .icon-box img {
        max-width: 26px;
    }
    .contact-info-content h3 {
        font-size: 20px;
    }
    .contact-form-box {
        padding: 20px;
    }
    .google-map-iframe,
    .google-map-iframe iframe {
        height: 350px;
    }
}