* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
}
/* Mobile Offcanvas */
.ct-mobile-menu {
  height: 100vh !important;
  max-height: 100vh !important;
  overflow-y: auto;
  background: #4c678f;
}

/* Body scroll disable */
body.offcanvas-open,
body.modal-open {
  overflow: hidden !important;
  height: 100vh;
}

/* Bootstrap offcanvas body */
.offcanvas.show {
  overflow: hidden;
}

.offcanvas-body {
  overflow-y: auto;
  height: calc(100vh - 95px);
  /* header ki height ke hisab se */
}

/* Mobile */
@media(max-width:991px) {

  html,
  body {
    overflow-x: hidden;
  }

}
/*=========================
Mobile Right Offcanvas
==========================*/

.ct-mobile-menu {
  width: 320px !important;
  max-width: 90%;
  height: 100vh;
  background: #4c678f;
  color: #fff;
  border: none;
  overflow: hidden;
}

.ct-mobile-menu .offcanvas-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.ct-mobile-logo {
  height: 70px;
}

.ct-mobile-menu .btn-close {
  filter: invert(1);
  opacity: 1;
}

.ct-mobile-menu .offcanvas-body {
  height: calc(100vh - 95px);
  overflow-y: auto;
  padding: 0;
}

/* Menu */

.ct-mobile-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ct-mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ct-mobile-nav li a {
  display: block;
  padding: 18px 22px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: .35s;
}

.ct-mobile-nav li a:hover,
.ct-mobile-nav li a.active {
  background: #ff6b35;
  color: #fff;
  padding-left: 30px;
}

/* Call Button */

.ct-mobile-call {
  padding: 25px;
}

.ct-mobile-call a {
  display: block;
  text-align: center;
  background: #ff6b35;
  color: #fff;
  text-decoration: none;
  padding: 14px;
  border-radius: 5px;
  font-weight: 600;
}

/* Social */

.ct-mobile-social {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 20px 0 30px;
}

.ct-mobile-social a {
  color: #fff;
  font-size: 22px;
  transition: .3s;
}

.ct-mobile-social a:hover {
  color: #ff6b35;
}

@media(min-width:992px) {

  .ct-mobile-menu {
    display: none;
  }

}
/*============================
Mobile Offcanvas
=============================*/

.ct-mobile-menu {

  height: 100vh !important;

  background: #4c678f;

  color: #fff;

  border: 0;

}

.ct-mobile-menu .offcanvas-header {

  padding: 20px;

  border-bottom: 1px solid rgba(255, 255, 255, .15);

}

.ct-mobile-logo {

  height: 75px;

}

.ct-mobile-menu .btn-close {

  filter: invert(1);

  opacity: 1;

}

.ct-mobile-nav {

  margin: 0;

  padding: 0;

  list-style: none;

}

.ct-mobile-nav li {

  border-bottom: 1px solid rgba(255, 255, 255, .08);

}

.ct-mobile-nav a {

  display: block;

  padding: 18px 10px;

  color: #fff;

  font-size: 18px;

  font-weight: 500;

  text-decoration: none;

  transition: .35s;

}

.ct-mobile-nav a:hover {

  color: #ff6b35;

  padding-left: 22px;

}

.ct-mobile-call {

  margin-top: 35px;

}

.ct-mobile-call a {

  display: block;

  background: #ff6b35;

  color: #fff;

  padding: 16px;

  text-align: center;

  text-decoration: none;

  font-weight: 600;

  border-radius: 6px;

}

.ct-mobile-call a i {

  margin-right: 10px;

}

.ct-mobile-social {

  margin-top: 35px;

  display: flex;

  justify-content: center;

  gap: 25px;

}

.ct-mobile-social a {

  color: #fff;

  font-size: 22px;

  transition: .3s;

}

.ct-mobile-social a:hover {

  color: #ff6b35;

}

/* Desktop */

@media(min-width:992px) {

  .navbar-toggler {

    display: none;

  }

}

/* Mobile */

@media(max-width:991px) {

  .top-bar {

    display: none;

  }

  .navbar-brand img {

    height: 70px;

  }

  .calls-btn {

    display: none;

  }

}
/* TOP BAR */

.top-bar {

  background: #0f2745;

  color: #fff;

  font-size: 15px;
padding: 8px 0;
}

.social-icons {

  display: flex;
  gap: 28px;
    justify-content: center;
}

.social-icons a {

  color: #fff;

  font-size: 15px;

  transition: .3s;

}

.social-icons a:hover {

  color: #ff6b35;

}

.top-right {

  display: flex;

  justify-content: flex-end;

  gap: 40px;

  flex-wrap: wrap;
  padding-right: 25px;

}

.top-right span {

  display: flex;

  align-items: center;

  gap: 10px;

}

.top-right i {

  color: #fff;

}

/* HEADER */

.main-header {

  background: #4c678f;

  padding: 5px 0;

  position: relative;

  top: 0;

  z-index: 999;

}

.navbar {

  padding: 0;

}

.navbar-brand img {

  height: 100px;

}

.navbar-nav {

  gap: 18px;

}

.nav-link {

  color: #fff;

  font-size: 15px;

  font-weight: 500;

  transition: .3s;

}

.nav-link:hover {

  color: #ff6437;

}

.nav-link.active {

  color: #ff6437 !important;

}

.calls-btn a {

  background: #ff6b35;

  padding: 13px 26px;

  color: #fff;

  text-decoration: none;

  font-weight: 600;

  border-radius: 3px;

  transition: .3s;

}

.calls-btn a:hover {

  background: #ff4b17;

  color: #fff;

}

.navbar-toggler {

  border: none;

  color: #fff;

  font-size: 30px;

}

/* MOBILE */

@media(max-width:991px) {

  .top-right {

    justify-content: center;

    gap: 10px;

  }

  .social-icons {

    justify-content: center;

    margin-bottom: 10px;

  }

  .navbar-collapse {

    background: #4c678f;

    padding: 20px;

    margin-top: 15px;

  }

  .navbar-nav {

    gap: 5px;

  }

  .calls-btn {

    margin-top: 20px;

  }

  .call-btn a {

    display: block;

    text-align: center;

  }

}

.hero-section {
  background: #fff;

  overflow: hidden;

}

.hero-content {

  padding-left: 50px;

}

.hero-content h1 {

  font-size: 40px;

  font-weight: 700;

  color: #0d2b4f;

  line-height: 1.2;

  margin-bottom: 35px;

}

.hero-btn {

  display: block;

  background: #46658f;

  color: #fff;

  text-align: center;

  padding: 10px;

  border-radius: 12px;

  text-decoration: none;

  font-size: 15px;

  letter-spacing: 2px;

  transition: .4s;

}

.hero-service {

  display: flex;

  gap: 50px;

  margin-top: 35px;

}

.hero-service .item {

  display: flex;

  align-items: center;

  gap: 12px;

  font-size: 15px;

  color: #1d2b44;

}

.hero-service i {

  font-size: 20px;

  color: #1d2b44;

}

.hero-image {

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  overflow: hidden;

}

.appliance {

  width: 100%;

  z-index: 2;

}

.technician {

  position: absolute;

  right: 10px;

  bottom: 0;

  width: 230px;

  z-index: 5;

}

@media(max-width:1200px) {

  .hero-content h1 {

    font-size: 52px;

  }

  .hero-image {

    height: 650px;

  }

}

@media(max-width:991px) {

  .hero-section {

    padding: 50px 0;

  }

  .hero-content {

    padding: 20px;

    text-align: center;

  }

  .hero-content h1 {

    font-size: 42px;

  }

  .hero-service {

    justify-content: center;

    flex-wrap: wrap;

    gap: 20px;

  }

  .hero-image {

    height: auto;

    padding: 40px 20px;

    margin-top: 40px;

  }

  .appliance {

    width: 100%;

  }

  .technician {

    position: relative;

    width: 180px;

    right: auto;

    margin-top: -40px;

  }

}

@media(max-width:576px) {

  .hero-content h1 {

    font-size: 32px;

  }

  .hero-btn {

    font-size: 18px;

    padding: 15px;

  }

  .hero-service {

    flex-direction: column;

    align-items: center;

  }

  .hero-service .item {

    font-size: 18px;

  }

  .hero-service i {

    font-size: 26px;

  }

}

.service-box-section {

  background: #eef3f8;

  padding: 70px 0;

}

.service-box {

  position: relative;

  overflow: hidden;

  min-height: 340px;

  cursor: pointer;

}

.service-box img {

  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: .6s;

}

.service-box .overlay {

  position: absolute;

  inset: 0;

  background: rgba(52, 82, 122, .86);

  transition: .5s;

}

.services-contents {

  position: relative;

  z-index: 10;

  padding: 40px;

  color: #fff;

  height: 100%;

  display: flex;

  flex-direction: column;

}

.heading {

  display: flex;

  align-items: center;

  gap: 18px;
  margin-bottom: 30px;

}

.heading i {

  font-size: 25px;

}

.heading h3 {

  font-size: 22px;
color:#fff;
  margin: 0;

  font-weight: 500;

}

.services-contents p {

  font-size: 18px;

  line-height: 1.7;
color: #fff !important;
  margin-bottom: 50px;

}

/* Arrow */

.service-arrow {

  display: flex;

  align-items: center;

  text-decoration: none;

  width: 75px;

}

.service-arrow span {

  width: 0;

  height: 2px;

  background: #ff6b35;

  transition: .4s;

}

.service-arrow i {

  font-size: 35px;

  color: #fff;

  margin-left: -5px;

  transition: .4s;

}

/* Hover */

.service-box:hover img {

  transform: scale(1.08);

}

.service-box:hover .overlay {

  background: rgba(52, 82, 122, .93);

}

.service-box:hover .service-arrow span {

  width: 42px;

}

.service-box:hover .service-arrow i {

  color: #ff6b35;

  transform: translateX(8px);

}

/* Responsive */

@media(max-width:992px) {

  .service-box {

    min-height: 300px;

  }

  .heading h3 {

    font-size: 30px;

  }

  .heading i {

    font-size: 36px;

  }

  .service-content p {

    font-size: 18px;

  }

}

@media(max-width:576px) {

  .service-content {

    padding: 25px;

  }

  .heading {

    gap: 12px;

  }

  .heading h3 {

    font-size: 26px;

  }

  .heading i {

    font-size: 30px;

  }

  .service-content p {

    font-size: 16px;

    margin-bottom: 30px;

  }

}
.about-section {

  padding: 100px 0;

  background: #fff;

}

.about-img {

  overflow: hidden;

}

.about-img img {

  width: 100%;

  transition: .5s;

}

.about-img:hover img {

  transform: scale(1.08);

}

/* Heading */

.sub-title {

  color: #f2643b;

  letter-spacing: 6px;

  font-size: 15px;

  font-weight: 600;

  position: relative;

  padding-right: 120px;

}

.sub-title::after {

  content: "";

  position: absolute;

  top: 50%;

  right: 0;

  width: 100px;

  height: 2px;

  background: #f2643b;

}

.about-section h2 {

  font-size: 40px;

  color: #0e2a4b;

  margin: 20px 0;

  font-weight: 700;

}

.about-text {

  border-left: 4px solid #f2643b;

  padding-left: 25px;

  margin-bottom: 45px;

}

.about-text p {

  font-size: 16px;

  line-height: 1.9;

  color: #333;

}

/* Feature */

.feature {

  display: flex;

  align-items: center;

  gap: 18px;

  margin-bottom: 35px;

}

.feature i {

  font-size: 55px;

  color: #2563eb;

}

.feature h5 {

  font-size: 20px;

  line-height: 1.4;

  margin: 0;

}

/* Button */

.call-btn {

  display: inline-block;

  margin-top: 20px;

  background: #ef6b4d;

  color: #fff;

  padding: 18px 55px;

  text-decoration: none;

  font-size: 22px;

  font-weight: 600;

  letter-spacing: 1px;

  transition: .4s;

}

.call-btn:hover {

  color: #fff;

  transform: translateY(-5px);

}

/* Responsive */

@media(max-width:992px) {

  .about-section h2 {

    font-size: 40px;

  }

  .about-text p {

    font-size: 17px;

  }

  .feature h5 {

    font-size: 22px;

  }

  .call-btn {

    width: 100%;

    text-align: center;

  }

}

.services-section {
  padding: 90px 0;
}

.service-heading span {
  color: #f36b45;
  letter-spacing: 5px;
  font-weight: 600;
}

.service-heading h2 {
  font-size: 40px;
  color: #0d2d55;
  margin: 15px 0;
}

.service-heading p {
  max-width: 650px;
  font-size: 18px;
  margin-bottom: 50px;
}

/* Card */

.service-card {
  transition: .4s;
}

.service-card:hover {
  transform: translateY(-8px);
}

/* Image */

.service-image {
  position: relative;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: .5s;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 49, 88, .25);
  transition: .4s;
}

.service-card:hover img {
  transform: scale(1.08);
}

.service-card:hover .overlay {
  background: rgba(18, 49, 88, .55);
}

/* Content */

.service-content {
  padding-top: 35px;
}

.service-content h3 {
  font-size: 25px;
  color: #072440;
}

.service-content p {
  margin: 20px 0 35px;
  font-size: 18px;
  line-height: 1.8;
  color:#072440 !important;
}

/* Bottom */

.service-bottom {

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

}

/* Button */

.call-btn {

  background: #f36b45;

  color: #fff;

  padding: 14px 20px;

  text-decoration: none;

  display: inline-flex;
font-size: 12px;
  gap: 10px;
border-radius: 10px;
  align-items: center;

  transition: .3s;

}
.service-icon svg{
      fill: currentColor;
}
.call-btn:hover {

  color: #fff;

}

.call-btn i {

  transition: .3s;

}

.call-btn:hover i {

  transform: translateX(8px);

}

/* Icon */

.service-icon {

  width: 70px;

  height: 70px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 46px;

  color: #35558b;

  opacity: 0;

  transform: translateY(40px);

  transition: .45s;

}

.service-card:hover .service-icon {

  opacity: 1;

  transform: translateY(0);

}

/* Mobile */

@media(max-width:768px) {

  .service-bottom {

    flex-direction: row;

    align-items: center;

  }

  .service-icon {

    width: 55px;

    height: 55px;

    font-size: 34px;

  }

  .service-content h3 {

    font-size: 24px;

  }

}

.process-section {

  padding: 50px 0;

  background: #fff;

}

.process-title {

  text-align: center;

  margin-bottom: 70px;

}

.process-title span {

  color: #f36b45;

  letter-spacing: 8px;

  font-size: 15px;

  font-weight: 600;

  position: relative;

}

.process-title span::before,
.process-title span::after {

  content: "";

  width: 60px;
  height: 2px;

  background: #f36b45;

  position: absolute;
  top: 50%;

}

.process-title span::before {

  right: 105%;
}

.process-title span::after {

  left: 105%;
}

.process-title h2 {

  font-size: 40px;

  margin: 20px 0;

  color: #06254b;

  font-weight: 700;

}

.process-title p {

  max-width: 700px;

  margin: auto;

  line-height: 1.8;

  font-size: 20px;

}

/* Cards */

.process-card {

  position: relative;

  padding: 45px;

  overflow: hidden;

  min-height: 320px;

  transition: .45s;

  opacity: 0;

  transform: translateY(70px);

  animation: fadeUp .8s forwards;

}

.process-card:nth-child(1) {
  animation-delay: .2s;
}

.process-card:nth-child(2) {
  animation-delay: .4s;
}

.process-card:nth-child(3) {
  animation-delay: .6s;
}

.process-card:nth-child(4) {
  animation-delay: .8s;
}

.blue-card {

  background: #edf4fb;

}

.orange-card {

  background: #fff3ef;

}

.process-card i {

  font-size: 50px;

  color: #223f63;

  margin-bottom: 30px;

  transition: .4s;

}

.process-card h3 {

  font-size: 42px;

  color: #07264b;

  margin-bottom: 20px;

  transition: .4s;

}

.process-card p {

  font-size: 22px;

  line-height: 1.8;

  color: #444;

  transition: .4s;

}

.number {

  position: absolute;

  right: 20px;

  top: 15px;

  font-size: 95px;

  font-weight: 700;

  color: rgba(255, 255, 255, .55);

  transition: .4s;

}

/* Hover */

.process-card::before {

  content: "";

  position: absolute;

  inset: 0;

  background: #35557d;

  transform: scaleY(0);

  transform-origin: bottom;

  transition: .45s;

}

.process-card>* {

  position: relative;

  z-index: 2;

}

.process-card:hover::before {

  transform: scaleY(1);

}

.process-card:hover {

  transform: translateY(-10px);

}

.process-card:hover h3,
.process-card:hover p,
.process-card:hover i {

  color: #fff;

}
/* Common Animation */

.animate-item {
  opacity: 0;
  transform: translateY(60px);
  animation: fadeUp .8s ease forwards;
}

/* Delays */

.delay-1 {
  animation-delay: .2s;
}

.delay-2 {
  animation-delay: .4s;
}

.delay-3 {
  animation-delay: .6s;
}

.delay-4 {
  animation-delay: .8s;
}

.delay-5 {
  animation-delay: 1s;
}

.delay-6 {
  animation-delay: 1.2s;
}

.delay-7 {
  animation-delay: 1.4s;
}

/* Animation */

@keyframes fadeUp {

  from {

    opacity: 0;
    transform: translateY(60px);

  }

  to {

    opacity: 1;
    transform: translateY(0);

  }

}
.process-card:hover .number {

  color: rgba(255, 255, 255, .15);

}

/* Reload Animation */

@keyframes fadeUp {

  0% {

    opacity: 0;
    transform: translateY(70px);

  }

  100% {

    opacity: 1;
    transform: translateY(0);

  }

}

/* Responsive */

@media(max-width:992px) {

  .process-card {

    min-height: auto;

    padding: 35px;

  }

  .process-title h2 {

    font-size: 42px;

  }

  .process-card h3 {

    font-size: 30px;

  }

  .process-card p {

    font-size: 17px;

  }

  .number {

    font-size: 70px;

  }

}

@media(max-width:576px) {

  .process-title span {

    letter-spacing: 4px;

  }

  .process-title h2 {

    font-size: 34px;

  }

  .process-title p {

    font-size: 16px;

  }

  .process-card {

    padding: 25px;

  }

  .process-card h3 {

    font-size: 24px;

  }

  .process-card i {

    font-size: 36px;

  }

  .number {

    font-size: 55px;

  }

}

.faq-section {

  padding: 100px 0;

  background: #edf4fb;

  overflow: hidden;

}

/* Left Animation */

.faq-left {

  opacity: 0;

  transform: translateX(-120px);

  animation: leftSide 1s ease forwards;

}

/* Right Animation */

.faq-right {

  opacity: 0;

  transform: translateX(120px);

  animation: rightSide 1s ease .4s forwards;

}

@keyframes leftSide {

  from {

    opacity: 0;

    transform: translateX(-120px);

  }

  to {

    opacity: 1;

    transform: translateX(0);

  }

}

@keyframes rightSide {

  from {

    opacity: 0;

    transform: translateX(120px);

  }

  to {

    opacity: 1;

    transform: translateX(0);

  }

}

/* Heading */

.faq-subtitle {

  color: #f36b45;

  letter-spacing: 6px;

  font-weight: 600;

  position: relative;

  padding-right: 110px;

}

.faq-subtitle::after {

  content: "";

  position: absolute;

  width: 90px;

  height: 2px;

  background: #f36b45;

  top: 50%;

  right: 0;

}

.faq-section h2 {

  font-size: 40px;

  margin: 25px 0;

  color: #06254b;

}

.faq-section p {

  font-size: 18px;

  line-height: 1.8;

  margin-bottom: 40px;

}

.faq-btn {

  background: #ef6b45;

  padding: 16px 40px;

  color: #fff;

  text-decoration: none;

  display: inline-block;

  transition: .3s;

}

.faq-btn:hover {

  background: #06254b;

  color: #fff;

}

/* Accordion */

.accordion-item {

  border: none;

  margin-bottom: 20px;

  border-radius: 0;

}

.accordion-button {

  padding: 28px;

  font-size: 26px;

  box-shadow: none;

}

.accordion-button:not(.collapsed) {

  background: #fff;

  color: #06254b;

}

.accordion-body {

  padding: 30px;

  font-size: 20px;

  line-height: 1.8;

}

.booking-section {

  position: relative;

  padding: 100px 0;

  background: url("../images/Background.jpg") center center;

  background-size: cover;

  background-attachment: fixed;

  overflow: hidden;

}

/* Overlay */

.booking-section .overlay {

  position: absolute;

  inset: 0;

  background: rgba(28, 52, 82, .86);

}

/* Content */

.booking-section .container {

  position: relative;

  z-index: 5;

}

/* Left */

.booking-left {

  color: #fff;

  animation: leftMove 1s;

}

.quote-icon {

  font-size: 90px;

  color: #ef6b45;

}

.sub-title {

  color: #ef6b45;

  letter-spacing: 6px;

  font-size: 14px;

}

.booking-left h2 {

  font-size: 30px;

  margin: 20px 0 40px;

}

.map-box iframe {

  width: 100%;

  height: 280px;

  border: 0;

}

/* Right */

.booking-right {

  animation: rightMove 1s;

}

.booking-form {

  background: #edf4fb;

  padding: 80px;

}

.booking-form h2 {

  font-size: 30px;
font-weight: 800;
  margin: 20px 0;

  color: #07264b;

}

.booking-form p {

  margin-bottom: 35px;

  font-size: 20px;

}

.booking-form input,
.booking-form select,
.booking-form textarea {

  width: 100%;

  padding: 10px;

  margin-bottom: 20px;

  border: 1px solid #ddd;

  outline: none;

  font-size: 14px;

}

.booking-form button {

  background: #35557d;

  color: #fff;

  padding: 18px 45px;

  border: none;

  font-size: 18px;

  transition: .4s;

}

.booking-form button:hover {

  background: #ef6b45;

}

/* Animation */

@keyframes leftMove {

  from {

    opacity: 0;
    transform: translateX(-100px);

  }

  to {

    opacity: 1;
    transform: translateX(0);

  }

}

@keyframes rightMove {

  from {

    opacity: 0;
    transform: translateX(100px);

  }

  to {

    opacity: 1;
    transform: translateX(0);

  }

}

/* Responsive */

@media(max-width:992px) {

  .booking-form {

    padding: 35px;

    margin-top: 50px;

  }

  .booking-left h2,
  .booking-form h2 {

    font-size: 38px;

  }

}

@media(max-width:576px) {

  .booking-left h2,
  .booking-form h2 {

    font-size: 30px;

  }

  .booking-form {

    padding: 25px;

  }

}

.brands-section {

  padding: 80px 0;
  background: #fff;

}

.section-title h2 {

  font-size: 40px;
  color: #06264b;
  font-weight: 700;

}

.brandSwiper {

  padding: 20px 45px;

}

.brandSwiper .swiper-slide {

  display: flex;
  justify-content: center;
  align-items: center;

}

.brandSwiper .swiper-slide img {

  width: 100%;
  max-width: 220px;
  height: 90px;
  object-fit: contain;
  transition: .35s;

}

.brandSwiper .swiper-slide:hover img {

  transform: scale(1.08);

}

.brandSwiper .swiper-button-next,
.brandSwiper .swiper-button-prev {

  width: 40px;
  height: 40px;
  background: #3f5877;
  color: #fff;
  border-radius: 2px;

}

.brandSwiper .swiper-button-next::after,
.brandSwiper .swiper-button-prev::after {

  font-size: 16px;
  font-weight: 700;

}

@media(max-width:768px) {

  .section-title h2 {

    font-size: 34px;

  }

  .brandSwiper {

    padding: 15px;

  }

}

.contact-strip {
  position: relative;
  background: url("../images/service-detail-video-background-image-5.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
margin-left: 20px;
margin-right: 20px;
}

.contact-overlay {

  position: absolute;
  inset: 0;
  background: rgba(22, 29, 39, .78);

}

.contact-strip .container {

  position: relative;
  z-index: 2;

}

.contact-box {

  text-align: center;
  color: #fff;
  padding: 35px 25px;
  min-height: 180px;
  transition: .4s;

}

.contact-box i {

  font-size: 38px;
  color: #fff;
  margin-bottom: 18px;

}

.contact-box h5 {

  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;

}

.contact-box a,
.contact-box span {

  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.7;

}

.contact-box:hover {

  background: rgba(255, 255, 255, .08);

}

.contact-box.border-start {

  border-left: 1px solid rgba(255, 255, 255, .25) !important;

}

.contact-box.border-end {

  border-right: 1px solid rgba(255, 255, 255, .25) !important;

}

@media(max-width:991px) {

  .contact-box {

    border: none !important;
    padding: 30px 20px;

  }

  .contact-box+.contact-box {

    border-top: 1px solid rgba(255, 255, 255, .2) !important;

  }

}

/*======================
Footer
=======================*/

.main-footer {
  background: #07284b;
  padding: 80px 0 30px;
  color: #fff;
}

.footer-logo img {
  max-width: 250px;
  margin-bottom: 30px;
}

.footer-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 35px;
}

.footer-time {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 35px;
}

.footer-time .icon {
  width: 65px;
  height: 65px;
  border: 2px solid rgba(255, 255, 255, .15);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.footer-time h5 {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 700;
}

.footer-time span {
  font-size: 18px;
}

.footer-social {
  display: flex;
  gap: 20px;
}

.footer-social a {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: .4s;
  text-decoration: none;
}

.footer-social a:hover {
  background: #f2653c;
  border-color: #f2653c;
  transform: translateY(-5px);
}

.main-footer h3 {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 600;
}

.main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer ul li {
  margin-bottom: 18px;
}

.main-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: .3s;
}

.main-footer ul li a:hover {
  color: #f2653c;
  padding-left: 8px;
}

.footer-disclaimer {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 25px;
}

.main-footer hr {
  margin: 60px 0 30px;
  border: 2px solid #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #fff;
  font-size: 18px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #f2653c;
}

/* Responsive */

@media(max-width:991px) {

  .main-footer {
    text-align: center;
  }

  .footer-time {
    justify-content: center;
  }

  .footer-social {
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }

  .main-footer h3 {
    margin-top: 30px;
  }

}

@media(max-width:576px) {

  .footer-text {
    font-size: 16px;
  }

  .main-footer h3 {
    font-size: 30px;
  }

  .main-footer ul li a {
    font-size: 18px;
  }

  .footer-disclaimer {
    font-size: 17px;
  }

  .footer-bottom {
    font-size: 16px;
  }

  .footer-time h5 {
    font-size: 26px;
  }

  .footer-time span {
    font-size: 18px;
  }

}

/*========================
PROCESS
========================*/

.ct-process-section {
  padding: 50px 0;
  background: #fff;
}

.ct-process-heading {
  text-align: center;
  max-width: 760px;
  margin: auto auto 70px;
}

.ct-process-heading span {
  display: inline-block;
  color: #ff6b35;
  letter-spacing: 7px;
  font-size: 15px;
  position: relative;
  margin-bottom: 20px;
}

.ct-process-heading span:before,
.ct-process-heading span:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #ff6b35;
  position: absolute;
  top: 50%;
}

.ct-process-heading span:before {
  right: 100%;
  margin-right: 15px;
}

.ct-process-heading span:after {
  left: 100%;
  margin-left: 15px;
}

.ct-process-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f2745;
  margin-bottom: 20px;
}

.ct-process-heading p {
  font-size: 20px;
  line-height: 36px;
  color: #666;
}

/*===================*/

.ct-process-card {

  position: relative;

  background: #edf5ff;

  padding: 45px 35px;

  min-height: 340px;

  overflow: hidden;

  transition: .45s;

  border-radius: 8px;

  cursor: pointer;
}

.ct-process-card:nth-child(even) {
  background: #fff3ef;
}

.ct-count {

  position: absolute;

  right: 25px;

  top: 20px;

  font-size: 90px;

  font-weight: 800;

  color: rgba(255, 255, 255, .55);

  line-height: 1;
}

.ct-icon {

  font-size: 48px;

  color: #193b67;

  margin-bottom: 30px;

  transition: .4s;
}

.ct-process-card h3 {

  font-size: 26px;

  font-weight: 700;

  color: #0f2745;

  margin-bottom: 20px;

  transition: .4s;
}

.ct-process-card p {

  font-size: 19px;

  line-height: 34px;

  color: #444;

  transition: .4s;
}

/* Hover */

.ct-process-card:hover,
.ct-process-card.active {

  background: #ff6b35;

  transform: scale(.96);

  box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
}

.ct-process-card:hover .ct-icon,
.ct-process-card.active .ct-icon,

.ct-process-card:hover h3,
.ct-process-card.active h3,

.ct-process-card:hover p,
.ct-process-card.active p {

  color: #fff;
}

.ct-process-card:hover .ct-count,
.ct-process-card.active .ct-count {

  color: rgba(255, 255, 255, .20);
}

/*====================*/

@media(max-width:991px) {

  .ct-process-heading h2 {
    font-size: 42px;
  }

  .ct-process-card {
    min-height: auto;
    padding: 35px 28px;
  }

  .ct-process-card h3 {
    font-size: 24px;
  }

  .ct-process-card p {
    font-size: 17px;
    line-height: 30px;
  }

  .ct-count {
    font-size: 70px;
  }

}

@media(max-width:576px) {

  .ct-process-section {
    padding: 70px 0;
  }

  .ct-process-heading h2 {
    font-size: 34px;
  }

  .ct-process-heading p {
    font-size: 16px;
    line-height: 28px;
  }

  .ct-process-card {
    text-align: center;
  }

  .ct-icon {
    margin-bottom: 20px;
  }

}
/* Default Background */

.ct-process-card {
  background: #edf5ff;
  /* Blue Light */
}

/* 2nd & 4th Card */

.col-lg-3:nth-child(2) .ct-process-card,
.col-lg-3:nth-child(4) .ct-process-card {
  background: #fff3ef;
  /* Orange Light */
}

/* Hover 1st & 3rd → Blue */

.col-lg-3:nth-child(1) .ct-process-card:hover,
.col-lg-3:nth-child(3) .ct-process-card:hover {

  background: #4c678f;
  /* Blue */

}

/* Hover 2nd & 4th → Orange */

.col-lg-3:nth-child(2) .ct-process-card:hover,
.col-lg-3:nth-child(4) .ct-process-card:hover {

  background: #ff6b35;
  /* Orange */

}

/* Common Hover */

.ct-process-card:hover {

  transform: scale(.96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .15);

}

.ct-process-card:hover h3,
.ct-process-card:hover p,
.ct-process-card:hover .ct-icon {

  color: #fff;

}

.ct-process-card:hover .ct-count {

  color: rgba(255, 255, 255, .20);

}