@font-face {
  font-family: "SourceSans3-Light";
  src: url("../font/SourceSans3-Light.ttf") format("truetype");
}
@font-face {
  font-family: "SourceSans3-Regular";
  src: url("../font//SourceSans3-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SourceSans3-Medium";
  src: url("../font/SourceSans3-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "SourceSans3-SemiBold";
  src: url("../font/SourceSans3-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "SourceSans3-Bold";
  src: url("../font/SourceSans3-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Always-Forever";
  src: url("../font/ALWAYS FOREVER.TTF") format("truetype");
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
label,
span {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "SourceSans3-Regular", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

h1 {
  font-family: "SourceSans3-Bold", sans-serif;
}

h2 {
  font-family: "SourceSans3-Medium", sans-serif;
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 15px;
  color: #000000;
}

bdi {
  font-family: "SourceSans3-Medium", sans-serif;
  font-size: 20px;
  color: #0C54A3;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

header {
  z-index: 999;
  position: absolute;
  width: 100%;
}
header .tab-bar {
  background-color: #0C54A3;
  padding: 10px 0;
}
header .tab-bar span {
  color: #B8CADB;
  font-family: "SourceSans3-Regular", sans-serif;
  font-size: 14px;
  display: block;
  line-height: 10px;
}
header .tab-bar p {
  color: #ffffff;
  margin-bottom: 0;
}
header .tab-bar a {
  color: #ffffff;
  font-family: "SourceSans3-Medium", sans-serif;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}
header .tab-bar a::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 20px;
  top: 3px;
  left: -20px;
  background-repeat: no-repeat;
  background-size: contain;
}
header .follow-links .locate {
  position: relative;
}
header .follow-links .locate::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: -14px;
  border-right: 1px solid #fff;
}
header .follow-links .locate a::before {
  background-image: url("../images/header/location.svg");
}
header .follow-links .phone-number a::before {
  background-image: url("../images/header/phone.svg");
}
header nav {
  padding: 20px 0 !important;
  background: transparent;
}
header nav ul {
  gap: 40px;
}
header nav ul li a {
  color: #ffffff !important;
  font-family: "SourceSans3-Regular", sans-serif;
  font-size: 16px !important;
  line-height: 20px;
  padding: 0 !important;
}
header nav ul .dropdown .service-arrow {
  transition: 0.3s linear;
  filter: invert(1);
}
header nav ul .dropdown:hover .service-arrow {
  transform: rotate(180deg);
}
header nav ul .dropdown:hover .dropdown-menu {
  display: block;
  padding: 30px 0 0;
  background-color: transparent;
  border: none;
  left: -395%;
}
header nav ul .dropdown .wht-box {
  background-color: #fff;
  border-radius: 10px;
  width: 789px;
  position: relative;
  border: 1px solid #DFDFDF;
}
header nav ul .dropdown .wht-box::before {
  position: absolute;
  background-color: #fff;
  width: 17px;
  height: 17px;
  content: "";
  transform: rotate(45deg);
  top: -8px;
  left: 320px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
header nav ul .dropdown .wht-box ul {
  width: 70%;
}
header nav ul .dropdown .wht-box .service-menu-links {
  padding: 25px;
}
header nav ul .dropdown .wht-box h5 {
  color: #000000;
  font-size: 16px;
  line-height: normal;
  font-family: "SourceSans3-Medium", sans-serif;
  margin-bottom: 2px;
}
header nav ul .dropdown .wht-box p {
  color: #7E7E7E;
  font-size: 12px;
  font-family: "SourceSans3-Regular", sans-serif;
  line-height: 16px;
  margin-bottom: 0;
}
header nav ul .dropdown .wht-box li {
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #F9F9F9;
}
header nav ul .dropdown .wht-box li:last-of-type {
  margin-bottom: 0 !important;
}
header nav ul .dropdown .wht-box li:hover {
  background: #EEF6FF;
}
header nav ul .dropdown .wht-box li a {
  padding: 15px !important;
}
header nav ul .dropdown .wht-box .text-btn {
  color: #283B8F !important;
}
header nav ul .dropdown .wht-box .bottom-content {
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #DFDFDF;
  background: #F9F9F9;
  padding: 20px 25px;
  justify-content: space-between;
}
header nav ul .dropdown .wht-box .bottom-content h4 {
  color: #000000;
  font-size: 16px;
  line-height: normal;
  font-family: "SourceSans3-Medium", sans-serif;
}
header nav ul .dropdown .wht-box .bottom-content p {
  color: #7E7E7E;
  font-size: 12px;
  line-height: normal;
  font-family: "SourceSans3-Regular", sans-serif;
}
header nav ul .dropdown-blogs a {
  margin-bottom: 10px;
  display: inline-block;
}
header nav ul .dropdown-blogs a:last-of-type {
  margin-bottom: 0;
}
header nav ul .dropdown-blogs a .menu-blog-img {
  width: 86px;
  height: 86px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
header nav ul .dropdown-blogs a h4 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-family: "SourceSans3-Medium", sans-serif;
  margin-bottom: 5px;
}
header nav ul .dropdown-blogs a .text-arrow-animation {
  color: #0C54A3;
  font-family: "SourceSans3-Medium", sans-serif;
  font-size: 14px;
  line-height: normal;
}
header nav ul .dropdown-blogs a .text-arrow-animation svg {
  transition: all 0.3s;
}
header nav ul .dropdown-blogs h5 {
  margin-bottom: 8px !important;
}
header nav .nav-bottom-links {
  display: none;
}

footer {
  background: #183B5D;
  color: #ffffff;
  padding-top: 80px;
}
footer p {
  color: #DEF;
}
footer .get-start-sec {
  position: relative;
  padding-bottom: 40px;
}
footer .get-start-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../images/footer/footer_fireman.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 460px;
  height: 460px;
}
footer .get-start-sec h5 {
  color: #ffffff;
  font-family: "SourceSans3-Medium", sans-serif;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
}
footer .get-start-sec h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
footer .get-start-sec p {
  color: #ffffff;
  font-family: "SourceSans3-Regular", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
footer .footer-logo {
  padding-bottom: 20px;
}
footer .footer-content {
  padding: 60px 0 0px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-content p {
  margin-bottom: 0;
}
footer .footer-content h4 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 18px;
  font-family: "SourceSans3-Medium", sans-serif;
  line-height: 20px;
  text-transform: capitalize;
}
footer .footer-content ul {
  padding-left: 0;
}
footer .footer-content ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
footer .footer-content ul li a {
  color: #DEF;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  text-decoration: none;
}
footer .footer-content .hot-water {
  padding-top: 20px;
}
footer .footer-content .hot-water h4 {
  text-transform: uppercase;
  margin-bottom: 12px;
}
footer .footer-content .hot-water a {
  color: #DEF;
  font-size: 16px;
  line-height: 20px;
}
footer .footer-content .hot-water .phone {
  color: #DEF;
  line-height: 20px;
  margin-top: 10px;
}
footer .footer-content .footer-contact {
  padding-top: 40px;
}
footer .services-list h6 a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
  font-family: "SourceSans3-Regular", sans-serif;
}
footer .copy-rights {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer .copy-rights ul li {
  list-style: none;
}
footer .copy-rights p {
  font-size: 14px;
}
footer .copy-rights p:last-of-type {
  color: #ffffff;
}
footer .copy-rights p a {
  color: #ffffff;
}
footer .footer-policy {
  padding-top: 50px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-policy ul li a {
  color: #DEF;
  font-size: 16px;
}
footer .footer-policy .follow-us {
  display: flex;
  align-items: center;
}
footer .footer-policy .follow-us p {
  margin-bottom: 0;
}
footer .footer-description {
  padding: 15px 0 30px 0;
}
footer .footer-description p {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

.sticky-header .aathma-logo {
  display: none;
}

.header {
  position: relative !important;
}
.header .logo {
  display: none;
}
.header .aathma-logo {
  display: block;
}
.header nav ul li a {
  color: #000000 !important;
}
.header nav ul li .btn-primary {
  color: #ffffff !important;
}
.header nav ul li .btn-primary:hover {
  color: #000000 !important;
}
.header nav ul .dropdown .service-arrow {
  filter: invert(0);
}

.main-header .tab-bar {
  display: none;
}

.banner-section {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.banner-section::after {
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-section img {
  width: 100%;
}
.banner-section h1 {
  color: #FFF;
  font-size: 180px;
  line-height: 200px;
  text-transform: uppercase;
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-banner h1 {
  left: 9%;
  transform: none;
}

.about-banner h1 {
  transform: none;
  left: 18%;
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #0C54A3;
  border-radius: 4px;
}
.hamburger .bar:nth-child(2) {
  width: 20px;
  margin-right: inherit;
}

.btn-primary {
  border-radius: 58px;
  background: #FF2904;
  font-size: 16px;
  padding: 3px 10px 3px 30px !important;
  color: #ffffff !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border: 1px solid #FF2904;
  z-index: 0;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s ease-out;
}
.btn-primary .round-white {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 36px;
  border-radius: 50%;
  z-index: 1;
  transition: 0.3s ease-out;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary .arrow-one {
  transform: translateX(0px);
  transition: 0.3s ease-out;
}
.btn-primary .arrow-two {
  transform: translateX(-100px);
  transition: 0.3s ease-out;
}
.btn-primary::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 3px;
  top: 3px;
  background-color: #ffffff;
  border-radius: 25px;
  transition: 0.3s ease-out;
  color: #ffffff;
  z-index: -1;
}
.btn-primary:hover {
  color: #000000 !important;
}
.btn-primary:hover::before {
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
}
.btn-primary:hover svg path {
  fill: #000000;
}

.zoom-animate {
  overflow: hidden;
  border-radius: 10px;
}
.zoom-animate img {
  transition: transform 0.5s ease;
}
.zoom-animate:hover img {
  transform: scale(1.1);
}

.move-animate:hover svg {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}

.iti {
  width: 100%;
}

.iti__flag {
  display: none;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.certificate-sec {
  padding: 120px 0 0;
}
.certificate-sec h3 {
  color: rgba(0, 0, 0, 0.06);
  text-align: center;
  font-family: "SourceSans3-Bold", sans-serif;
  font-size: 176px;
  line-height: 128px;
  text-transform: uppercase;
}
.certificate-sec .certificate-images {
  padding-top: 0px;
  justify-content: center;
  gap: 60px;
  position: relative;
  z-index: 5;
  margin-top: -46px;
}
.certificate-sec .certificate-images::before {
  content: "";
  position: absolute;
  bottom: 39px;
  width: 100%;
  height: 130%;
  z-index: -1;
  background: linear-gradient(1800deg, #FFFFFF, rgba(255, 255, 255, 0.09));
}

.form-area {
  border-radius: 6px;
  border: 1px solid #DEDEDE;
  background: #FAFAFA;
  padding: 60px;
  margin-top: 50px;
}
.form-area h5 {
  color: #000000;
  font-size: 26px;
  line-height: normal;
  font-family: "SourceSans3-Medium", sans-serif;
}
.form-area p {
  margin-bottom: 0;
}

form {
  padding-top: 20px;
}
form label {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  line-height: normal;
}
form label span {
  color: #F00;
}
form .form-control {
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
  background: #FFF;
}
form .form-control::-moz-placeholder {
  color: #818781;
}
form .form-control::placeholder {
  color: #818781;
}
form .form-control:focus {
  box-shadow: none;
  border-color: #DEDEDE;
}
form .form-select {
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
}
form .form-select:focus {
  box-shadow: none;
  border-color: #DEDEDE;
}
form .comment {
  color: #848484;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
form .checkbox {
  margin-top: 27px;
  display: flex;
  gap: 10px;
}
form .checkbox .form-check-input {
  width: 26px;
  height: 26px;
  margin-top: 0;
}
form .checkbox .form-check-input:checked {
  background-color: #0C54A3;
}
form a {
  color: #0C54A3;
  text-decoration: underline;
}
form .submit {
  margin-top: 30px;
}
form .submit a {
  border: 0;
  text-decoration: none;
}
form .error-msg {
  color: #E72021;
  font-size: 16px;
  line-height: 22px;
}

form textarea {
  resize: none;
  height: 140px;
}

.white-btn-primary {
  border-radius: 58px;
  background: #ffffff;
  font-size: 16px;
  padding: 3px 10px 3px 30px !important;
  color: #000000 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border: 1px solid #ffffff;
  z-index: 0;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s ease-out;
}
.white-btn-primary .round-white {
  background-color: #FF2904;
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 36px;
  border-radius: 50%;
  z-index: 1;
  transition: 0.3s ease-out;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.white-btn-primary .arrow-one {
  transform: translateX(0px);
  transition: 0.3s ease-out;
}
.white-btn-primary .arrow-two {
  transform: translateX(-100px);
  transition: 0.3s ease-out;
}
.white-btn-primary::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 3px;
  top: 3px;
  background-color: #FF2904;
  border-radius: 25px;
  transition: 0.3s ease-out;
  color: #ffffff;
  z-index: -1;
}
.white-btn-primary:hover {
  color: #ffffff !important;
}
.white-btn-primary:hover::before {
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
}
.white-btn-primary:hover svg path {
  stroke: #ffffff;
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li button:before {
  content: "";
  transition: all 0.3s ease;
  background: #CCCCCC;
  font-size: 13px;
  width: 13px;
  height: 13px;
  border-radius: 50px;
}
.slick-dots .slick-active button:before {
  background: #183B5D;
  width: 26px;
  opacity: 1 !important;
}

.page-content {
  display: none;
}

.home-banner-sec .banner-slider .slide {
  position: relative;
}
.home-banner-sec .banner-slider .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.42) 47.12%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}
.home-banner-sec .banner-slider .slide .home-banner-img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home-banner-sec .banner-slider .slide .container {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-banner-sec .banner-slider .slide h1 {
  color: #ffffff;
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 20px;
}
.home-banner-sec .banner-slider .slide bdi {
  color: #ffffff;
}
.home-banner-sec .banner-slider .slide p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
.home-banner-sec .banner-slider .slide .home-btn {
  border-radius: 6px;
  border: 1px solid #99C7FF;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(5px);
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-family: "Inter-regular";
}
.home-banner-sec .banner-slider .slick-next {
  position: absolute;
  bottom: 0;
  left: 58%;
}
.home-banner-sec .banner-slider .slick-prev {
  position: absolute;
  bottom: 0;
  left: 27%;
  z-index: 1;
}
.home-banner-sec .progressBarContainer {
  position: absolute;
  bottom: 40px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  gap: 50px;
}
.home-banner-sec .progressBarContainer .item {
  cursor: pointer;
}
.home-banner-sec .progressBarContainer .item h6 {
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  margin-top: 20px;
}
.home-banner-sec .progressBarContainer .progressBar {
  background-color: transparent;
  display: block;
}
.home-banner-sec .progressBarContainer .inProgress {
  background-color: #ffffff;
  height: 2px;
}
.home-banner-sec .banner-social-icon {
  position: absolute;
  bottom: 40px;
  right: 0;
  transform: translateX(-50%);
}
.home-banner-sec .banner-social-icon ul li {
  margin-top: 20px;
}
.home-banner-sec .banner-social-icon p {
  transform: rotate(90deg);
  position: relative;
  bottom: 49px;
  right: 35px;
  color: #ffffff;
  text-transform: uppercase;
}

.home-about-sec {
  padding: 120px 0 0 0;
  overflow: hidden;
}
.home-about-sec p {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}
.home-about-sec .count-area {
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.home-about-sec .count-area h3 {
  color: #000000;
  font-size: 60px;
  line-height: normal;
}
.home-about-sec .count-area h6 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.home-about-sec .about-content p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}
.home-about-sec .about-content p:last-of-type {
  margin-bottom: 0;
}
.home-about-sec h4 {
  color: #F5F5F5;
  text-align: right;
  font-family: "SourceSans3-Bold", sans-serif;
  font-size: 240px;
  font-weight: 900;
  line-height: 200px;
  text-transform: uppercase;
  margin-top: 55px;
  position: relative;
  bottom: -25px;
}

.our-services {
  padding: 120px 0;
  position: relative;
}
.our-services .our-services-img {
  position: absolute;
  top: 0;
  width: 100%;
}
.our-services .our-services-img .img {
  height: 645px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services .our-services-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 100%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.our-services bdi {
  color: #ffffff;
}
.our-services h2 {
  color: #ffffff;
  margin-bottom: 0;
}
.our-services .services-info {
  padding-top: 80px;
  row-gap: 40px;
}
.our-services .services-info .card {
  padding: 50px 40px 40px 40px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #E9E9E9;
  background: #FFF;
}
.our-services .services-info .card:hover {
  background: #0C54A3;
  border: 1px solid #0C54A3;
}
.our-services .services-info .card:hover h5 {
  color: #ffffff;
}
.our-services .services-info .card:hover p {
  color: #ffffff;
}
.our-services .services-info .card:hover img {
  transform: scale(1.1);
}
.our-services .services-info .card:hover .zoom-animate svg {
  display: block;
}
.our-services .services-info .card h5 {
  color: #000000;
  font-family: "SourceSans3-SemiBold", sans-serif;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px;
}
.our-services .services-info .card p {
  margin-bottom: 30px;
}
.our-services .services-info .card .zoom-animate {
  position: relative;
}
.our-services .services-info .card .zoom-animate img {
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services .services-info .card .zoom-animate .center-img {
  width: 100%;
  height: 461px;
}
.our-services .services-info .card .zoom-animate svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  display: none;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(231, 231, 231, 0.168627451);
  border-radius: 100%;
}

.why-choose {
  padding-bottom: 230px;
}
.why-choose .why-choose-gap {
  margin-top: 100px;
  row-gap: 120px;
  position: relative;
}
.why-choose .why-choose-gap img {
  width: 536px;
  height: 625px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}
.why-choose .why-choose-gap .card {
  border: 0;
  background: transparent;
}
.why-choose .why-choose-gap .card span {
  color: #F5F5F5;
  font-family: "SourceSans3-Bold", sans-serif;
  font-size: 126px;
  line-height: 48px;
  margin-left: -18px;
}
.why-choose .why-choose-gap .card h5 {
  color: #000000;
  font-family: "SourceSans3-SemiBold", sans-serif;
  font-size: 24px;
  line-height: normal;
}
.why-choose .why-choose-gap .card p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}

.downode-brochure {
  background-image: url("../images/home/downlode.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 163px 0;
}
.downode-brochure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 30.17%, rgba(0, 0, 0, 0) 99.9%);
  z-index: 0;
}
.downode-brochure h2 {
  color: #ffffff;
  font-family: "SourceSans3-Bold", sans-serif;
}
.downode-brochure p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
.downode-brochure a {
  margin-top: 30px;
}
.downode-brochure a:hover svg path {
  fill: #ffffff !important;
}

.downode-modal-icon .mindzchatwhatsappbutton {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.downode-modal-icon .mindzchatwhatsappbutton .buttonbbase {
  position: relative;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.downode-modal-icon .mindzchatwhatsappbutton .buttonbbase::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: pulse 2s infinite;
  z-index: -1;
}
.downode-modal-icon .mindzchatwhatsappbutton .buttonbbase::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: pulse 2s infinite;
  z-index: -1;
  animation-delay: 1s;
}
.downode-modal-icon .mindzchatwhatsappbutton .buttonbbase svg {
  z-index: 2;
}
.downode-modal-icon .mindzchatwhatsappbutton .buttonbbase a {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.downode-modal-icon {
  /* Pulse animation */
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes es-chats-pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.home-project {
  padding: 120px 0;
}
.home-project h2 {
  margin-bottom: 0;
}
.home-project .card {
  border: 0;
}
.home-project .card .animate-shadow {
  position: relative;
}
.home-project .card .animate-shadow:before {
  content: "";
  background: #000000;
  opacity: 0.4;
  transition: 0.5s ease;
  width: 0%;
  height: 0%;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
}
.home-project .card .animate-shadow:hover:before {
  visibility: visible !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0px;
}
.home-project .card .animate-shadow:hover .animate-arrow {
  visibility: visible !important;
  border-radius: 0px;
}
.home-project .card .animate-shadow .animate-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 2;
}
.home-project .card img {
  border-radius: 10px;
  height: 563px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-project .card h5 {
  margin-top: 20px;
  color: #000000;
  font-family: "SourceSans3-Medium", sans-serif;
  font-size: 24px;
  line-height: normal;
}
.home-project .card p {
  color: #333333;
  margin-top: 2px;
  font-size: 16px;
}

.home-blog {
  background: linear-gradient(180deg, #F8F8F8 0%, #FFF 100%);
  padding: 100px 0 200px 0;
  overflow: hidden;
}
.home-blog h2 {
  margin-bottom: 0;
}
.home-blog .blog-slider-wrapper {
  padding-left: calc((100vw - 1335px) / 2);
  margin-top: 50px;
}
.home-blog .card {
  margin: 0 15px;
  background: transparent;
}
.home-blog .card .zoom-animate {
  position: relative;
}
.home-blog .card .zoom-animate h6 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000000;
  font-family: "SourceSans3-Regular", sans-serif;
  font-size: 14px;
  line-height: normal;
  padding: 6px 15px;
  border-radius: 8px;
  background: #dadad6;
}
.home-blog .card .zoom-animate img {
  width: 100%;
  height: 373px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-blog .card span {
  color: #777272;
  font-family: "SourceSans3-Regular", sans-serif;
  font-size: 16px;
  line-height: normal;
  margin-top: 20px;
  display: block;
}
.home-blog .card h5 {
  margin-top: 5px;
  color: #000000;
  font-family: "SourceSans3-Regular", sans-serif;
  font-size: 24px;
  line-height: normal;
}
.home-blog .slick-arrow {
  position: absolute;
  top: -16%;
  right: 20%;
  left: auto;
  transform: translate(-50%, -50%);
}
.home-blog .slick-arrow::before {
  display: none;
}
.home-blog .slick-next {
  right: 16%;
}

.company-overview {
  padding: 120px 0;
}
.company-overview .tab-img {
  position: relative;
  left: -130px;
}
.company-overview p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.company-overview p:last-of-type {
  margin-bottom: 10px;
}
.company-overview .count-area {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.company-overview .count-area h3 {
  color: #000000;
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 0;
}
.company-overview .count-area h6 {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}

.vision-mission {
  padding-bottom: 120px;
}
.vision-mission .card h5 {
  color: #0C54A3;
  font-family: "SourceSans3-Medium", sans-serif;
  font-size: 46px;
  line-height: 54px;
  margin-top: 30px;
}
.vision-mission .card p {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}

.ceo-message {
  padding-bottom: 120px;
}
.ceo-message .card {
  padding: 50px 40px;
  background: #0C54A3;
  border-radius: 10px;
}
.ceo-message .card span {
  color: #ffffff;
  font-size: 70px;
  line-height: normal;
  font-family: "Always-Forever", sans-serif;
}
.ceo-message .card h6 {
  color: #ffffff;
  font-family: "SourceSans3-Regular", sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.ceo-message .card p {
  margin-top: 10px;
  color: #DEF;
  margin-bottom: 20px;
  font-size: 16px;
}
.ceo-message .card .ceo-detail h6 {
  margin-bottom: 0;
}
.ceo-message .card .ceo-detail p {
  margin: 0;
}
.ceo-message .vedio-sec {
  position: relative;
}
.ceo-message .vedio-sec .zoom-animate {
  height: 100%;
}
.ceo-message .vedio-sec .zoom-animate img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ceo-message .vedio-sec button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-close {
  position: absolute;
  top: -50px;
  right: -20px;
}

.our-promise {
  padding: 120px 0;
  background: #F5F5F5;
}
.our-promise p {
  color: #333333;
  font-size: 16px;
}
.our-promise .our-promise-info {
  padding-top: 60px;
}
.our-promise .our-promise-info .card {
  padding: 50px 23px;
  border: 0;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  height: 100%;
}
.our-promise .our-promise-info .card:hover {
  background: #0C54A3;
}
.our-promise .our-promise-info .card:hover h5 {
  color: #ffffff;
}
.our-promise .our-promise-info .card:hover p {
  color: #ffffff;
}
.our-promise .our-promise-info .card h5 {
  color: #000000;
  font-family: "SourceSans3-Medium", sans-serif;
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.our-promise .our-promise-info .card p {
  font-size: 18px;
}

.our-product {
  padding: 120px 0 140px 0;
}
.our-product .card {
  border: 0;
  overflow: hidden;
}
.our-product .card::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.65) 100%);
}
.our-product .card .card-body {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  z-index: 99;
}
.our-product .card .card-body h5 {
  color: #ffffff;
  font-family: "SourceSans3-Medium", sans-serif;
  font-size: 24px;
  line-height: normal;
}
.our-product .card .card-body span {
  color: #ffffff;
  font-family: "SourceSans3-Regular", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.our-product .card .card-body p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.our-product .project-info {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-top: 60px;
}
.our-product .project-info h5 {
  margin-bottom: 0;
}
.our-product .project-info .project-link {
  margin-bottom: 60px;
}
.our-product .project-info .project-link:last-of-type {
  margin-bottom: 0;
}
.our-product .project-info .project-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-product .project-info .project-link-one img {
  height: 450px;
}
.our-product .project-info .project-link-two img {
  height: 626px;
}

.project-certificate .certificate-sec {
  padding-top: 0;
}
.project-certificate .certificate-sec .certificate-images {
  margin-bottom: 200px;
}

.blog-page {
  padding: 120px 0 170px 0;
  background: transparent;
}
.blog-page h2 {
  margin-bottom: 0;
}
.blog-page .blog-load-btn {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #E7E7E7;
}
.blog-page .card {
  margin: 0;
}
.blog-page .all-blog {
  row-gap: 50px;
}

.contact-section {
  padding: 120px 0px 0px;
}
.contact-section .contact-detail {
  margin-top: 80px;
}
.contact-section .contact-detail h5 {
  color: #000000;
  font-size: 24px;
  line-height: normal;
  font-family: "SourceSans3-SemiBold", sans-serif;
}
.contact-section .contact-detail p {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  font-family: "SourceSans3-Regular", sans-serif;
}
.contact-section .contact-detail h6 {
  color: #000000;
  font-size: 18px;
  line-height: normal;
  font-family: "SourceSans3-Medium", sans-serif;
}
.contact-section .contact-detail a {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-family: "SourceSans3-Regular", sans-serif;
}
.contact-section .contact-detail .get-direction {
  padding-top: 6px;
  padding-bottom: 20px;
}
.contact-section .contact-detail .get-direction a {
  color: #FF2904;
  text-decoration: underline;
}
.contact-section .contact-detail .mail-detail {
  margin-bottom: 12px;
}
.contact-section .contact-detail .mail-detail a {
  color: #000;
}
.contact-section .contact-detail .company-address {
  margin-top: 25px;
}

.map-section {
  padding: 120px 0px;
}
.map-section iframe {
  width: 100%;
  height: 594px;
  border-radius: 30px;
}

.contact-faq {
  padding-bottom: 170px !important;
  padding-top: 0 !important;
}
.contact-faq .accordion {
  margin-top: 50px !important;
}

.faq-page {
  background: #FFF;
  padding: 120px 0 120px;
}
.faq-page h4 {
  color: #2A186B;
  font-size: 16px;
  line-height: normal;
  font-family: "SourceSans3-Regular", sans-serif;
  margin-bottom: 12px;
}
.faq-page .box {
  background: #0C54A3;
  color: #ffffff;
  padding: 50px 40px;
  margin-top: 60px;
}
.faq-page .box img {
  margin-bottom: 22px;
}
.faq-page .box h5 {
  color: #ffffff;
  font-family: "SourceSans3-Medium", sans-serif;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 6px;
}
.faq-page .box p {
  font-size: 14px;
  line-height: 19px;
  font-family: "SourceSans3-Regular", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
.faq-page .sticky-side {
  position: sticky;
  top: 100px;
}
.faq-page .faq-list li {
  list-style: none;
  border-left: 3px solid #FAFAFA;
}
.faq-page .faq-list li a {
  color: #333333;
  font-size: 16px;
  line-height: normal;
  font-family: "SourceSans3-Regular", sans-serif;
  text-decoration: none;
  padding: 11px 0 12px 23px;
  display: block;
  position: relative;
}
.faq-page .faq-list li:first-of-type a {
  padding-top: 0;
}
.faq-page .faq-list li:first-of-type a::before {
  top: 0px !important;
}
.faq-page .faq-list li:last-of-type a {
  padding-bottom: 0;
}
.faq-page .faq-list li.active a {
  color: #0C54A3;
}
.faq-page .faq-list li.active a::before {
  content: "";
  position: absolute;
  border-left: 2px solid #0C54A3;
  width: 10px;
  height: 18px;
  left: -3px;
  top: 10px;
}
.faq-page .faqs {
  margin-bottom: 30px;
}
.faq-page .faqs:last-of-type {
  margin-bottom: 0;
}
.faq-page .accordion {
  border: 1px solid #DEDEDE;
  background: none !important;
  border-radius: 10px;
  padding: 15px 40px;
  margin-top: 50px;
}
.faq-page .accordion:first-of-type {
  margin-top: 0px;
}
.faq-page .accordion .accordion-item {
  border-bottom: 1px solid #DEDEDE !important;
  background: none !important;
  border: 0;
}
.faq-page .accordion .accordion-item:last-of-type {
  border-bottom: 0 !important;
}
.faq-page .accordion .accordion-item button {
  background: none !important;
  padding: 25px 0px;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  box-shadow: none;
  font-family: "SourceSans3-Regular", sans-serif;
}
.faq-page .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq-page .accordion .accordion-item button:not(.collapsed) {
  padding-bottom: 0;
  color: #0C54A3;
}
.faq-page .accordion .accordion-item button:not(.collapsed)::after {
  background-image: url("../images/faq/close.png");
}
.faq-page .accordion .accordion-item button::after {
  background-image: url("../images/faq/open.png");
}
.faq-page .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 50px;
}

.enquiry-page {
  padding: 120px 0px;
}
.enquiry-page h2 {
  margin-bottom: 60px;
}
.enquiry-page .form-area {
  position: absolute;
  top: -72px;
  left: -133px;
}
.enquiry-page .form-area h5 {
  color: #000;
  font-size: 26px;
  line-height: 34px;
}
.enquiry-page .form-area p {
  margin-bottom: 0;
}

.enquiry-details {
  position: relative;
}
.enquiry-details .container {
  position: relative;
}
.enquiry-details h2 {
  color: #000;
  font-size: 46px;
  line-height: 54px;
}
.enquiry-details p {
  color: #333;
  margin-bottom: 91px;
}
.enquiry-details .content {
  text-align: start;
}
.enquiry-details .enquiry-address {
  align-items: center;
}
.enquiry-details .enquiry-address::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 61%;
  background: #0C54A3;
  z-index: -1;
}
.enquiry-details .enquiry-address h5 {
  color: #ffffff;
  font-size: 26px;
  line-height: 34px;
  font-family: "SourceSans3-Medium", sans-serif;
}
.enquiry-details .enquiry-address p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: "SourceSans3-Regular", sans-serif;
  margin-bottom: 40px;
}
.enquiry-details .enquiry-address p:last-of-type {
  margin: 0;
}
.enquiry-details .city-img {
  margin-bottom: -52px;
  position: relative;
  left: -60px;
}
.enquiry-details .zoom-animate {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 0;
}
.enquiry-details .zoom-animate img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.enquiry-main .project-certificate {
  padding-top: 120px;
}

.polieces {
  padding: 80px 0px 30px;
}

.policies-content {
  padding: 0px 0px 200px;
}
.policies-content h4 {
  color: #000000;
  font-size: 24px;
  line-height: normal;
  font-family: "SourceSans3-Medium", sans-serif;
  margin-bottom: 15px;
}
.policies-content P {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.policies-content P:last-of-type {
  margin-bottom: 30px;
}
.policies-content ul {
  padding-left: 20px;
}
.policies-content ul li {
  list-style: disc;
}
.policies-content .box-content {
  padding: 40px;
  background-color: #0C54A3;
}
.policies-content .box-content h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.policies-content .box-content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-family: "SourceSans3-Regular", sans-serif;
}
.policies-content .sticky-bar {
  position: sticky;
  top: 150px;
}

.error-page {
  padding: 150px 0 250px;
}
.error-page p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: "SourceSans3-Regular", sans-serif;
}
.error-page h3 {
  color: #000000;
  text-align: center;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 2px;
  font-family: "SourceSans3-Bold", sans-serif;
  margin-top: 50px;
}

.blog-detail {
  padding: 80px 0px 120px;
}
.blog-detail h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
.blog-detail .blog-social-icons {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.blog-detail .blog-social-icons span {
  color: #333333;
  font-size: 16px;
  line-height: normal;
  font-family: "SourceSans3-Medium", sans-serif;
}
.blog-detail .blog-social-icons ul {
  display: flex;
  gap: 10px;
  padding-left: 12px;
  margin-bottom: 0;
  align-items: center;
}
.blog-detail .blog-social-icons ul li {
  list-style-type: none;
}
.blog-detail .blog-social-icons ul li:hover a svg .icon {
  fill: #0C54A3;
}
.blog-detail .blog-social-icons ul li:hover a svg path {
  fill: #fff;
}
.blog-detail .blog-social-icons ul li .tooltip-text {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #3968C6;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.blog-detail .blog-social-icons ul li .tooltip-text.show {
  opacity: 1;
  visibility: visible;
}
.blog-detail .blog-detail-content h4 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "SourceSans3-Medium", sans-serif;
}
.blog-detail .blog-detail-content p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.blog-detail .blog-detail-content p:last-of-type {
  margin-bottom: 30px;
}
.blog-detail .blog-detail-content ul li {
  font-size: 16px;
  margin-bottom: 8px;
}
.blog-detail .blog-detail-content ul li:last-of-type {
  margin-bottom: 30px;
}

.related-blog {
  padding-top: 50px;
}

.services-detail {
  padding: 80px 0 100px 0;
}
.services-detail .service-overview {
  padding-top: 50px;
}
.services-detail .service-overview h3 {
  color: #000000;
  font-family: "SourceSans3-Medium", sans-serif;
  font-size: 36px;
  line-height: 48px;
}
.services-detail .service-overview p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}
.services-detail .service-overview a {
  margin-top: 30px;
}

.sub-services {
  background: linear-gradient(180deg, #F6F6F6 0%, #FFF 100%);
  padding: 100px 0 120px 0;
}
.sub-services h2 {
  margin-bottom: 0;
}
.sub-services .services-info {
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
  margin-top: 50px;
}
.sub-services .services-info .services-link {
  margin-bottom: 81px;
}
.sub-services .services-info .services-link:last-of-type {
  margin-bottom: 0;
}
.sub-services .services-info .services-link .zoom-animate {
  border-radius: 0;
  position: relative;
}
.sub-services .services-info .services-link .zoom-animate:before {
  content: "";
  background: #000000;
  opacity: 0.4;
  transition: 0.5s ease;
  width: 0%;
  height: 0%;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
}
.sub-services .services-info .services-link .zoom-animate:hover:before {
  visibility: visible !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0px;
}
.sub-services .services-info .services-link .zoom-animate:hover .animate-arrow {
  visibility: visible !important;
  border-radius: 0px;
}
.sub-services .services-info .services-link .zoom-animate .animate-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 2;
}
.sub-services .services-info .services-link .card {
  border: 0 !important;
  background: transparent;
}
.sub-services .services-info .services-link .card img {
  width: 100%;
}
.sub-services .services-info .services-link .card h5 {
  color: #000000;
  font-family: "SourceSans3-SemiBold", sans-serif;
  font-size: 24px;
  line-height: normal;
  margin-top: 25px;
}
.sub-services .services-info .services-link .card p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.sub-services .services-info .services-link .card .card-body {
  padding: 0;
}
.sub-services .services-info .services-link-one img {
  width: 630px;
  height: 449px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-services .services-info .services-link-two img {
  width: 630px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.maintenance-sec {
  background: linear-gradient(180deg, #F7F7F7 0%, #FFF 100%);
  padding: 100px 0 120px 0;
}
.maintenance-sec .maintenance-row {
  padding: 60px;
  border-radius: 10px;
  background: #0C54A3;
}
.maintenance-sec .maintenance-row .maintenance-info span {
  color: #185DA8;
  font-family: "SourceSans3-Bold", sans-serif;
  font-size: 126px;
  line-height: 48px;
  position: relative;
  bottom: -30px;
  z-index: 0;
}
.maintenance-sec .maintenance-row .maintenance-info h5 {
  color: #ffffff;
  font-family: "SourceSans3-SemiBold", sans-serif;
  font-size: 30px;
  line-height: normal;
  z-index: 1;
  position: relative;
}
.maintenance-sec .maintenance-row .maintenance-info p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}

.main-fire-production {
  padding-bottom: 200px;
}

.main-project-detail {
  padding-bottom: 200px;
}
.main-project-detail .project-certificate {
  padding-top: 120px;
}

@media (max-width: 1600px) {
  .home-blog .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .home-blog .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 1366px) {
  .home-blog .slick-arrow {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .enquiry-page .zoom-animate {
    border-radius: 0;
  }
  .enquiry-page .zoom-animate img {
    width: 100%;
    border-radius: 0;
  }
  .enquiry-details {
    top: 100px;
  }
  .enquiry-details .zoom-animate {
    width: 435px;
    height: 435px;
  }
  .enquiry-details p {
    margin-bottom: 0;
  }
  .certificate-sec {
    padding-top: 120px;
  }
  .certificate-sec h3 {
    font-size: 155px;
    line-height: 128px;
  }
  .certificate-images {
    margin-bottom: 100px;
  }
  .company-overview .tab-img {
    left: -60px;
    width: 100%;
  }
  .vision-mission .card h5 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .banner-section h1 {
    font-size: 130px;
    line-height: 149px;
  }
  .contact-banner h1 {
    left: 10%;
  }
  header .tab-bar p {
    font-size: 14px;
  }
  header .tab-bar a {
    font-size: 13px;
  }
  header .tab-bar a::before {
    width: 12px;
    top: 2px;
    left: -17px;
  }
  header .tab-bar span {
    font-size: 13px;
    line-height: 9px;
  }
  .home-banner-sec .progressBarContainer {
    gap: 30px;
  }
  .home-banner-sec .progressBarContainer .item h6 {
    font-size: 15px;
  }
  .why-choose .why-choose-gap img {
    width: 450px;
    -o-object-fit: contain;
       object-fit: contain;
    left: 49%;
  }
  .company-overview {
    padding: 60px 0px;
  }
  .company-overview .tab-img {
    display: none;
  }
  .company-overview .count-area {
    margin-top: 20px;
  }
  .vision-mission {
    padding-bottom: 60px;
  }
  .vision-mission .card h5 {
    font-size: 30px;
    line-height: 42px;
    margin-top: 30px !important;
    margin-bottom: 8px;
  }
  .vision-mission .card p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .vision-mission .zoom-animate img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ceo-message {
    padding-bottom: 60px;
  }
  .ceo-message .card {
    padding: 25px;
  }
  .ceo-message .card span {
    font-size: 60px;
  }
  .ceo-message .card h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .ceo-message .card p {
    font-size: 14px;
  }
  .our-promise {
    padding: 60px 0px;
  }
  .our-promise .our-promise-info {
    row-gap: 20px;
  }
  .our-promise .our-promise-info .card {
    margin: 0;
  }
  .our-promise .our-promise-info .card h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .our-promise .our-promise-info .card p {
    font-size: 14px;
    line-height: 20px;
  }
  .our-product {
    padding: 70px 0px;
  }
  .our-product .project-info {
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin-top: 50px;
  }
  .our-product .project-info .project-link {
    margin-bottom: 50px;
  }
  .maintenance-sec {
    padding: 60px 0px;
  }
  .main-fire-production {
    padding-bottom: 350px;
  }
  .services-detail {
    padding: 60px 0;
  }
  .services-detail .zoom-animate img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .services-detail .service-overview h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .sub-services {
    padding: 60px 0px;
  }
  .sub-services .services-info {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .sub-services .services-info .services-link {
    margin-bottom: 40px;
  }
  .contact-section {
    padding: 60px 0px 0px;
  }
  .contact-section .form-area {
    padding: 30px;
  }
  .contact-faq {
    padding-bottom: 60px !important;
  }
  .map-section {
    padding: 60px 0px;
  }
  .enquiry-page h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .enquiry-page .zoom-animate {
    border-radius: 0;
  }
  .enquiry-page .zoom-animate img {
    width: 100%;
    border-radius: 0;
  }
  .enquiry-details {
    margin-top: 200px;
    position: unset;
  }
  .enquiry-details .zoom-animate {
    display: none;
  }
  .enquiry-details p {
    margin-bottom: 0;
  }
  .enquiry-details .enquiry-address::before {
    height: 71%;
  }
  .enquiry-main .project-certificate {
    padding-top: 70px;
  }
  .certificate-sec h3 {
    font-size: 90px;
    line-height: 110px;
  }
  .certificate-sec .certificate-images {
    margin-bottom: 70px !important;
    flex-wrap: wrap;
    gap: 40px;
  }
  .polieces {
    padding: 60px 0px 30px;
  }
  .policies-content {
    padding-bottom: 100px;
  }
  .error-page {
    padding: 100px 0px;
  }
  .error-page h3 {
    margin-bottom: 30px;
  }
  .home-blog .slick-arrow {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 25px !important;
    line-height: 32px !important;
    margin-top: 0;
  }
  .banner-section h1 {
    bottom: -20px;
    font-size: 80px !important;
    line-height: 100px !important;
  }
  .certificate-sec h3 {
    font-size: 90px;
    line-height: 110px;
  }
  .certificate-sec .certificate-images {
    margin-bottom: 70px !important;
    flex-wrap: wrap;
    gap: 40px;
  }
  .blog-page {
    padding: 60px 0px;
  }
  .home-blog .card {
    margin: 0;
  }
  .home-blog .all-blog {
    row-gap: 20px;
  }
  .home-blog .card .zoom-animate img {
    width: 315px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sticky-header .hamburger .bar {
    background-color: #ffffff;
  }
  .home-banner-sec .banner-slider .slide {
    position: relative;
  }
  .home-banner-sec .banner-slider .slide .container {
    top: 55%;
  }
  .home-banner-sec .banner-slider .slide h1 {
    margin-bottom: 12px;
  }
  .home-banner-sec .banner-slider .slide bdi {
    color: #ffffff;
  }
  .home-banner-sec .banner-slider .slide p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .home-banner-sec .progressBarContainer {
    gap: 15px;
    display: none;
  }
  .home-banner-sec .progressBarContainer .item {
    cursor: pointer;
  }
  .home-banner-sec .progressBarContainer .item h6 {
    font-size: 13px;
    margin-top: 10px;
  }
  .home-banner-sec .banner-social-icon {
    transform: translateX(50%);
    display: none;
  }
  .home-about-sec {
    padding: 50px 0 50px 0;
  }
  .home-about-sec p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-about-sec .count-area {
    padding-top: 10px;
    padding-bottom: 20px;
    gap: 40px;
  }
  .home-about-sec .count-area h3 {
    font-size: 40px;
  }
  .home-about-sec .count-area h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .home-about-sec .about-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-about-sec h4 {
    display: none;
  }
  .our-services {
    padding: 50px 0;
  }
  .our-services .our-services-img {
    width: 100%;
  }
  .our-services .our-services-img img {
    width: 100%;
    height: 225px;
  }
  .our-services .services-info {
    padding-top: 30px;
    row-gap: 23px;
  }
  .our-services .services-info .card {
    padding: 20px;
  }
  .our-services .services-info .card h5 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .our-services .services-info .card p {
    margin-bottom: 15px;
  }
  .our-services .services-info .card .zoom-animate {
    border-radius: 5px;
  }
  .our-services .services-info .card .zoom-animate img {
    height: 150px;
    border-radius: 5px;
  }
  .our-services .services-info .card .zoom-animate svg {
    display: none !important;
  }
  .why-choose {
    padding-bottom: 50px;
  }
  .why-choose .why-choose-gap {
    margin-top: 25px;
    row-gap: 0px;
  }
  .why-choose .why-choose-gap img {
    display: none;
  }
  .why-choose .why-choose-gap .card {
    border: 0;
    margin-bottom: 30px;
  }
  .why-choose .why-choose-gap .card span {
    font-size: 100px;
    line-height: 48px;
    margin-left: 0px;
  }
  .why-choose .why-choose-gap .card h5 {
    font-size: 18px;
    line-height: normal;
  }
  .downode-brochure {
    padding: 93px 0;
  }
  .downode-brochure p {
    font-size: 14px;
    line-height: 20px;
  }
  .downode-brochure a {
    margin-top: 25px;
  }
  .home-project {
    padding: 50px 0;
  }
  .home-project h2 {
    margin-bottom: 8px;
  }
  .home-project .btn-primary {
    margin-top: 25px;
  }
  .home-project .card .animate-shadow .animate-arrow {
    width: 50px;
    height: 50px;
  }
  .home-project .card img {
    height: 250px;
    width: 100%;
  }
  .home-project .card h5 {
    font-size: 16px;
    line-height: normal;
  }
  .home-project .card p {
    font-size: 12px;
  }
  .certificate-sec {
    padding: 50px 0 0;
  }
  .certificate-sec .certificate-images {
    margin-bottom: 0 !important;
  }
  .home-blog {
    padding: 50px 0 100px 0;
  }
  .home-blog h2 {
    margin-bottom: 25px;
  }
  .home-blog .blog-slider-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
  .home-blog .card {
    margin: 0 15px;
  }
  .home-blog .card .zoom-animate img {
    width: 100%;
    height: 250px;
  }
  .home-blog .card span {
    font-size: 14px;
  }
  .home-blog .card h5 {
    font-size: 18px;
  }
  .home-blog .slick-arrow {
    top: -19%;
    right: 20%;
  }
  .home-blog .slick-next {
    right: 12%;
  }
  .home-blog .slick-dots {
    left: 0;
  }
  .company-overview {
    padding: 50px 0px;
  }
  .company-overview .tab-img {
    left: 0;
  }
  .company-overview h2 {
    margin-top: 30px;
  }
  .company-overview .count-area {
    margin-top: 20px;
  }
  .vision-mission {
    padding-bottom: 50px;
  }
  .vision-mission .card svg {
    display: none;
  }
  .vision-mission .card h5 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 8px;
  }
  .vision-mission .card p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .vision-mission .zoom-animate img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ceo-message {
    padding-bottom: 50px;
  }
  .ceo-message .card {
    padding: 25px;
  }
  .ceo-message .card span {
    font-size: 60px;
  }
  .ceo-message .card h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .ceo-message .card p {
    font-size: 14px;
  }
  .ceo-message .vedio-sec {
    margin-top: 50px;
  }
  .our-promise {
    padding: 50px 0px;
  }
  .our-promise .our-promise-info {
    row-gap: 20px;
  }
  .our-promise .our-promise-info .card {
    margin: 0;
  }
  .our-promise .our-promise-info .card h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .our-promise .our-promise-info .card p {
    font-size: 14px;
    line-height: 20px;
  }
  .our-product {
    padding: 70px 0px;
  }
  .our-product .project-info {
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-top: 40px;
  }
  .our-product .project-info .project-link {
    margin-bottom: 40px;
  }
  .project-main .certificate-images {
    margin-bottom: 70px !important;
  }
  .sub-services {
    padding: 70px 0px;
  }
  .sub-services .services-info {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .sub-services .services-info .services-link {
    margin-bottom: 50px;
  }
  .services-detail {
    padding: 70px 0px;
  }
  .services-detail .service-overview h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .maintenance-sec {
    padding: 60px 0px;
  }
  .maintenance-sec .maintenance-row {
    row-gap: 40px;
  }
  .main-fire-production {
    padding-bottom: 100px;
  }
  .contact-banner h1 {
    left: 17%;
  }
  .contact-section {
    padding: 50px 0px 0px;
  }
  .contact-section .container {
    width: 100%;
  }
  .contact-section .container .contact-container {
    width: 70%;
    margin-right: auto;
    margin-top: 10px;
    position: unset !important;
  }
  .contact-section .form-area {
    padding: 30px 30px 50px;
    margin: 40px 0;
  }
  .map-section {
    padding: 0 0 50px;
  }
  .map-section .container {
    width: 100%;
  }
  .map-section .container .col-md-12 {
    padding: 0;
  }
  .contact-faq {
    padding-bottom: 70px !important;
  }
  .contact-faq .accordion {
    margin-top: 30px;
  }
  .enquiry-page {
    padding: 50px 0px;
  }
  .enquiry-page h2 {
    margin-bottom: 25px;
  }
  .enquiry-page h2 br {
    display: none;
  }
  .enquiry-page .contact-container {
    width: 92%;
    margin: auto;
  }
  .enquiry-page .form-area {
    background: #F8F8F8;
    padding: 30px;
    margin-top: -100px;
    position: unset;
  }
  .enquiry-page .form-area form {
    padding-top: 20px;
  }
  .enquiry-details {
    position: unset;
  }
  .enquiry-details .content {
    text-align: start;
  }
  .enquiry-details .city-img {
    margin-bottom: -20px;
    position: relative;
    left: -10px;
    z-index: 99;
  }
  .enquiry-details p {
    margin-bottom: 40px;
  }
  .enquiry-details .zoom-animate {
    position: unset;
    width: 94%;
    margin-left: 24px;
    margin-top: -20px;
    border-radius: 0;
    height: 100%;
  }
  .enquiry-details .zoom-animate .secound-img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .enquiry-details .enquiry-address {
    align-items: center;
    position: relative;
    padding-bottom: 20px;
    margin: auto;
    margin-bottom: 20px;
  }
  .enquiry-details .enquiry-address::before {
    height: 100%;
  }
  .enquiry-details .enquiry-address h5 {
    margin-top: 30px;
    font-size: 20px;
  }
  .enquiry-details .enquiry-address p {
    line-height: 20px;
  }
  .enquiry-main .project-certificate {
    padding-top: 50px;
  }
  .enquiry-main .certificate-images {
    margin-bottom: 70px !important;
  }
  .blog-detail .blog-social-icons {
    padding-top: 10px;
    padding-bottom: 23px;
    display: block;
  }
  .blog-detail h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .blog-detail h4:first-of-type {
    margin-top: 0px;
  }
  .blog-detail p {
    line-height: 20px;
  }
  .faq-page h3 br {
    display: none;
  }
  .faq-page .accordion .accordion-item button {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .polieces {
    padding: 60px 0px 20px;
  }
  .policies-content {
    padding-bottom: 100px;
  }
  .policies-content .sticky-bar {
    display: none;
  }
  .policies-content h4:first-child {
    margin-top: 0;
  }
  .policies-content h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .policies-content p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
  }
  .error-page {
    padding: 50px 0 100px;
  }
  .error-page h3 {
    margin-top: 30px;
  }
  .error-page p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }
  .get-start-sec::before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
  .nav-up {
    transform: translateY(-100%);
  }
  .nav-down {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .sticky-header .is-fixed {
    background: #0C54A3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
}
@media only screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
  .sticky-header .hamburger .bar {
    background-color: #ffffff;
  }
  header .is-fixed {
    background: #0C54A3;
    top: 0;
    position: fixed;
    width: 100%;
  }
  .header .is-fixed {
    background: #ffffff;
    top: 0;
  }
  header #dynamic-logo {
    width: 130px;
    height: 39px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #fff !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-43deg);
    background-color: #fff !important;
    width: 100% !important;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    gap: 0 !important;
    flex-direction: column !important;
    background: #283B8F;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    text-align: start;
    z-index: -9;
    padding: 30px 30px 100px 30px;
    justify-content: space-between;
  }
  .nav-menu.active {
    left: 0;
    padding: 110px 30px 30px 30px;
  }
  .nav-active {
    position: fixed;
    width: 100%;
  }
  .nav-active .mobile-logo {
    display: block !important;
    position: relative;
    z-index: 1;
  }
  .nav-active .logo {
    display: none;
  }
  .nav-active .nav-bottom-links {
    display: block;
    width: 100%;
  }
  .nav-active .nav-bottom-links .bottom-line {
    border-top: 1px solid #fff;
    padding-top: 15px;
    margin-top: 15px;
  }
  .nav-active .nav-bottom-links .bottom-line .copyright {
    justify-content: space-between;
  }
  .nav-active .nav-bottom-links .bottom-line p {
    color: #E0E0E0;
    font-size: 14px;
    line-height: 22px;
  }
  .nav-active .nav-bottom-links .bottom-line p a {
    color: #E0E0E0;
    font-family: "SourceSans3-Medium", sans-serif;
    text-decoration: none;
  }
  header .tab-bar .follow-links {
    display: none !important;
  }
  header nav ul li {
    margin-bottom: 20px;
  }
  header nav ul li a {
    color: #ffffff !important;
  }
  header nav ul li .btn-primary {
    background: transparent;
    border: 0;
    padding: 0 !important;
  }
  header nav ul li .btn-primary::before {
    background: transparent;
  }
  header nav ul li .btn-primary .round-white {
    background: transparent;
  }
  header nav ul li .btn-primary .round-white img {
    display: none;
  }
  header nav ul .dropdown .wht-box {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  header nav ul .dropdown .wht-box::before {
    display: none;
  }
  header nav ul .dropdown .wht-box p {
    display: none;
  }
  header nav ul .dropdown .wht-box h5 {
    color: #E7E1FF;
  }
  header nav ul .dropdown .wht-box h5 img {
    display: none;
  }
  header nav ul .dropdown .wht-box li a {
    padding: 0 !important;
  }
  header nav ul .dropdown .wht-box li:hover {
    background: transparent;
  }
  header nav ul .dropdown .wht-box .service-menu-links {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  header nav ul .dropdown:hover .dropdown-menu {
    margin-left: 0;
    padding: 10px 0px 0px;
    position: relative;
    left: 0;
  }
  header nav ul .dropdown:hover .dropdown-menu li {
    padding: 0;
    background: transparent;
  }
  header nav ul .dropdown-blogs {
    display: none;
  }
  header .bottom-content {
    display: none !important;
  }
  .header nav ul li a {
    color: #ffffff !important;
  }
  .header nav ul .dropdown .service-arrow {
    filter: invert(1);
  }
}
@media screen and (max-width: 767px) {
  bdi {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
  }
  h1 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .container-width {
    padding-right: 30px;
    padding-left: 30px;
  }
  .banner-section img {
    height: 435px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-section h1 {
    bottom: -20px;
    font-size: 58px !important;
    line-height: 68px !important;
  }
  .form-area {
    padding: 0;
    margin-top: 30px;
    background: transparent;
    border: 0;
  }
  .form-area form .comment p {
    margin-top: 10px;
  }
  header nav .nav-bottom-links .bottom-line .copyright {
    flex-direction: column;
    gap: 10px;
  }
  .certificate-sec h3 {
    font-size: 42px;
    line-height: 56px;
  }
  .certificate-sec .certificate-images {
    flex-wrap: wrap;
    gap: 23px;
    margin-bottom: 50px !important;
    margin-top: -10px;
  }
  .certificate-sec .certificate-images img {
    width: 28%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-blog .card {
    margin: 0;
  }
  .home-blog .all-blog {
    row-gap: 20px;
  }
  .home-blog .card .zoom-animate img {
    width: 315px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sticky-header .hamburger .bar {
    background-color: #ffffff;
  }
  .home-banner-sec .banner-slider .slide {
    position: relative;
  }
  .home-banner-sec .banner-slider .slide .container {
    top: 55%;
  }
  .home-banner-sec .banner-slider .slide h1 {
    margin-bottom: 12px;
  }
  .home-banner-sec .banner-slider .slide bdi {
    color: #ffffff;
    margin-bottom: 6px;
  }
  .home-banner-sec .banner-slider .slide p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .home-banner-sec .progressBarContainer {
    gap: 15px;
    display: none;
  }
  .home-banner-sec .progressBarContainer .item {
    cursor: pointer;
  }
  .home-banner-sec .progressBarContainer .item h6 {
    font-size: 13px;
    margin-top: 10px;
  }
  .home-banner-sec .banner-social-icon {
    transform: translateX(50%);
    display: none;
  }
  .home-about-sec {
    padding: 50px 0 50px 0;
  }
  .home-about-sec p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-about-sec .count-area {
    padding-top: 10px;
    padding-bottom: 20px;
    gap: 40px;
  }
  .home-about-sec .count-area h3 {
    font-size: 40px;
  }
  .home-about-sec .count-area h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .home-about-sec .about-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-about-sec h4 {
    display: none;
  }
  .our-services {
    padding: 50px 0;
  }
  .our-services .our-services-img img {
    height: 225px;
  }
  .our-services .services-info {
    padding-top: 30px;
    row-gap: 23px;
  }
  .our-services .services-info .card {
    padding: 20px;
  }
  .our-services .services-info .card h5 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .our-services .services-info .card p {
    margin-bottom: 15px;
  }
  .our-services .services-info .card .zoom-animate {
    border-radius: 5px;
  }
  .our-services .services-info .card .zoom-animate img {
    height: 150px;
    border-radius: 5px;
  }
  .our-services .services-info .card .zoom-animate svg {
    display: none !important;
  }
  .why-choose {
    padding-bottom: 50px;
  }
  .why-choose .why-choose-gap {
    margin-top: 25px;
    row-gap: 0px;
  }
  .why-choose .why-choose-gap img {
    display: none;
  }
  .why-choose .why-choose-gap .card {
    border: 0;
    margin-bottom: 30px;
  }
  .why-choose .why-choose-gap .card span {
    font-size: 100px;
    line-height: 48px;
    margin-left: 0px;
  }
  .why-choose .why-choose-gap .card h5 {
    font-size: 18px;
    line-height: normal;
  }
  .downode-brochure {
    padding: 93px 0;
  }
  .downode-brochure p {
    font-size: 14px;
    line-height: 20px;
  }
  .downode-brochure a {
    margin-top: 25px;
  }
  .downode-brochure .downode-modal-icon {
    display: none;
  }
  .home-project {
    padding: 50px 0;
  }
  .home-project h2 {
    margin-bottom: 8px;
  }
  .home-project .btn-primary {
    margin-top: 25px;
  }
  .home-project .card {
    margin: 0 8px;
  }
  .home-project .card .animate-shadow .animate-arrow {
    width: 50px;
    height: 50px;
  }
  .home-project .card img {
    height: 250px;
    width: 100%;
  }
  .home-project .card h5 {
    font-size: 16px;
    line-height: normal;
  }
  .home-project .card p {
    font-size: 12px;
  }
  .certificate-sec {
    padding: 50px 0 0;
  }
  .certificate-sec .certificate-images {
    margin-bottom: 0 !important;
  }
  .home-blog {
    padding: 50px 0;
  }
  .home-blog h2 {
    margin-bottom: 25px;
  }
  .home-blog .blog-slider-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
  .home-blog .card {
    margin: 0 15px;
  }
  .home-blog .card .zoom-animate img {
    height: 250px;
  }
  .home-blog .card span {
    font-size: 14px;
  }
  .home-blog .card h5 {
    font-size: 18px;
  }
  .home-blog .slick-arrow {
    top: -19%;
    right: 30%;
  }
  .home-blog .slick-next {
    right: 16%;
  }
  .home-blog .slick-dots {
    left: 0;
  }
  .company-overview {
    padding: 50px 0px;
  }
  .company-overview .tab-img {
    display: none;
  }
  .company-overview .count-area {
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 20px;
  }
  .vision-mission {
    padding-bottom: 50px;
  }
  .vision-mission .card svg {
    display: none;
  }
  .vision-mission .card h5 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .vision-mission .card p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .vision-mission .zoom-animate {
    margin-bottom: 30px;
  }
  .vision-mission .zoom-animate img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ceo-message {
    padding-bottom: 50px;
  }
  .ceo-message .card {
    padding: 25px;
  }
  .ceo-message .card span {
    font-size: 60px;
  }
  .ceo-message .card h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .ceo-message .card p {
    font-size: 14px;
  }
  .ceo-message .vedio-sec {
    margin-top: 50px;
  }
  .our-promise {
    padding: 50px 0px;
  }
  .our-promise .our-promise-info {
    padding-top: 30px;
  }
  .our-promise .our-promise-info .card {
    margin: 0 8px;
  }
  .our-promise .our-promise-info .card h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .our-promise .our-promise-info .card p {
    font-size: 14px;
    line-height: 20px;
  }
  .project-main .certificate-sec .certificate-images {
    margin-bottom: 50px !important;
  }
  .our-product {
    padding: 50px 0px;
  }
  .our-product h2 {
    margin-bottom: 30px;
  }
  .our-product .card img {
    height: 300px;
  }
  .our-product .card .card-body {
    bottom: 12px;
    padding: 0 12px;
  }
  .our-product .card .card-body h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .our-product .card .card-body p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
  }
  .our-product .card .card-body span {
    font-size: 12px;
    line-height: 20px;
  }
  .our-product .project-info {
    row-gap: 20px;
    flex-direction: column;
    margin-top: 20px;
  }
  .our-product .project-info .project-link {
    margin-bottom: 20px;
  }
  .our-product .project-info .project-link-two img {
    width: 315px;
    height: 300px;
  }
  .our-product .project-info .project-link-one img {
    width: 315px;
    height: 300px;
  }
  .sub-services {
    padding: 50px 0px;
  }
  .sub-services h2 {
    margin-bottom: 14px;
  }
  .sub-services .services-info {
    row-gap: 20px;
    flex-direction: column;
    margin-top: 20px;
  }
  .sub-services .services-info .services-link {
    margin-bottom: 30px;
  }
  .sub-services .services-info .services-link .card img {
    height: 300px;
  }
  .sub-services .services-info .services-link .card .card-body h5 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .sub-services .services-info .services-link .card .card-body p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }
  .sub-services .services-info .services-link-two img {
    width: 315px;
    height: 300px;
  }
  .sub-services .services-info .services-link-one img {
    width: 315px;
    height: 300px;
  }
  .services-detail {
    padding: 50px 0px;
  }
  .services-detail .zoom-animate img {
    width: 315px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .services-detail .service-overview h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .services-detail .service-overview p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .services-detail .service-overview a {
    margin-top: 25px;
  }
  .maintenance-sec {
    padding: 50px 0px;
  }
  .maintenance-sec h2 {
    margin-bottom: 8px;
  }
  .maintenance-sec .text-center {
    text-align: start !important;
  }
  .maintenance-sec .maintenance-row {
    padding: 20px;
  }
  .maintenance-sec .maintenance-row .maintenance-info {
    margin-top: 30px;
  }
  .maintenance-sec .maintenance-row .maintenance-info span {
    font-size: 90px;
    line-height: 48px;
    bottom: -20px;
  }
  .maintenance-sec .maintenance-row .maintenance-info h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .maintenance-sec .maintenance-row .maintenance-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-fire-production {
    padding-bottom: 50px;
  }
  .main-fire-production .certificate-images {
    margin-bottom: 50px !important;
  }
  .main-project-detail {
    padding-bottom: 50px;
  }
  .main-project-detail .project-certificate {
    padding-top: 50px;
  }
  .main-project-detail .project-certificate .certificate-images {
    margin-bottom: 50px !important;
  }
  .contact-banner h1 {
    left: 7%;
  }
  .contact-section {
    padding: 50px 0px;
  }
  .contact-section .container .contact-detail {
    margin-top: 20px;
  }
  .contact-section .container .contact-detail h5 {
    font-size: 18px;
    line-height: normal;
  }
  .contact-section .container .contact-detail h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .map-section {
    padding: 0px 0px 50px;
  }
  .map-section .container {
    width: 100%;
  }
  .map-section .container .col-md-12 {
    padding: 0;
  }
  .map-section .container iframe {
    height: 250px;
  }
  .contact-faq {
    padding-bottom: 50px !important;
    overflow: hidden;
  }
  .contact-faq .accordion {
    margin-top: 30px !important;
  }
  .enquiry-page {
    padding: 50px 0px;
  }
  .enquiry-page h2 {
    margin-bottom: 30px;
  }
  .enquiry-page .container {
    width: 100%;
  }
  .enquiry-page .zoom-animate {
    border-radius: 0;
  }
  .enquiry-page .zoom-animate img {
    width: 100%;
    border-radius: 0;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .enquiry-page .form-area {
    padding: 30px 0 0px;
    margin-top: 0;
    position: unset;
  }
  .enquiry-page .form-area form {
    padding-top: 1px;
  }
  .enquiry-page .form-area form .comment p {
    margin-top: 10px;
  }
  .enquiry-details {
    position: unset;
  }
  .enquiry-details .content {
    text-align: start;
  }
  .enquiry-details .zoom-animate {
    position: unset;
    width: 295px;
    height: 200px;
    margin-top: -120px;
    margin-left: 40px;
    border-radius: 0;
  }
  .enquiry-details .city-img {
    display: none;
  }
  .enquiry-details h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .enquiry-details p {
    margin-bottom: 30px;
  }
  .enquiry-details .enquiry-address {
    align-items: center;
    position: relative;
    padding: 30px 30px 150px;
    margin: auto;
  }
  .enquiry-details .enquiry-address::before {
    height: 100%;
  }
  .enquiry-details .enquiry-address h5 {
    margin-top: 10px;
    font-size: 18px;
    line-height: normal;
  }
  .enquiry-details .enquiry-address p {
    font-size: 14px;
    line-height: 20px;
  }
  .enquiry-main .project-certificate {
    padding-top: 50px;
  }
  .blog-detail {
    padding: 50px 0px 0px;
  }
  .blog-detail .blog-social-icons {
    padding-top: 10px;
    padding-bottom: 23px;
    display: block;
  }
  .blog-detail h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .blog-detail h4:first-of-type {
    margin-top: 0px;
  }
  .blog-detail p {
    line-height: 20px;
  }
  .relateds-blog {
    padding: 50px 0px;
  }
  .relateds-blog h2 {
    margin-bottom: 0;
  }
  .relateds-blog .card {
    margin: 0 10px !important;
  }
  .relateds-blog .card img {
    width: 100% !important;
    height: 250px !important;
  }
  .relateds-blog .card h5 {
    font-size: 18px;
    line-height: normal;
  }
  .relateds-blog .card span {
    font-size: 14px;
    line-height: normal;
    margin-top: 5px;
  }
  .blog-page {
    padding: 50px 0px;
  }
  .blog-page .card {
    margin: 0;
  }
  .blog-page .blog-heading {
    row-gap: 20px;
  }
  .faq-page {
    padding: 70px 0px 50px;
  }
  .faq-page .container {
    padding: 0;
  }
  .faq-page .sticky-side {
    display: none;
  }
  .faq-page .accordion {
    padding: 20px 30px;
  }
  .faq-page .accordion .accordion-item button {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .faq-page .accordion .accordion-body p {
    font-size: 12px;
    line-height: 22px;
  }
  .polieces {
    padding: 50px 0px 15px;
  }
  .polieces h3 {
    margin: 12px 0 10px 0;
  }
  .policies-content {
    padding-bottom: 50px;
  }
  .policies-content .sticky-bar {
    display: none;
  }
  .policies-content h4:first-child {
    margin-top: 0;
  }
  .policies-content h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .policies-content p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
  }
  .error-page {
    padding: 60px 0 50px;
  }
  .error-page .error-img {
    width: 80%;
  }
  .error-page h3 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .error-page p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  footer {
    padding-top: 50px;
  }
  footer .get-start-sec {
    position: relative;
    padding-bottom: 30px;
  }
  footer .get-start-sec::before {
    display: none;
  }
  footer .get-start-sec h5 {
    font-size: 14px;
  }
  footer .get-start-sec h2 {
    margin-bottom: 12px;
  }
  footer .get-start-sec p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  footer .footer-logo {
    padding-bottom: 12px;
  }
  footer .footer-logo img {
    width: 130px;
    height: 39px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  footer .footer-content {
    padding: 30px 0 0px 0;
  }
  footer .footer-content p {
    font-size: 14px;
  }
  footer .footer-content h4 {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  footer .footer-content ul {
    padding-left: 0;
  }
  footer .footer-content ul li {
    list-style-type: none;
    margin-bottom: 10px;
  }
  footer .footer-content ul li a {
    color: #DEF;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    text-decoration: none;
  }
  footer .footer-content .hot-water {
    padding-top: 20px;
  }
  footer .footer-content .hot-water h4 {
    margin-top: 0;
    margin-bottom: 12px;
  }
  footer .footer-content .footer-contact {
    padding-top: 40px;
  }
  footer .services-list h6 a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
    font-family: "SourceSans3-Regular", sans-serif;
  }
  footer .copy-rights {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  footer .copy-rights ul li {
    list-style: none;
  }
  footer .copy-rights p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  footer .copy-rights p:last-of-type {
    margin-bottom: 0;
  }
  footer .copy-rights p a {
    color: #ffffff;
  }
  footer .footer-policy {
    padding-top: 50px;
    padding-bottom: 15px;
    display: block;
  }
  footer .footer-policy .follow-us {
    padding-bottom: 15px;
  }
  footer .footer-policy .follow-us p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */