@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&display=swap");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-rounded/css/uicons-thin-rounded.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-brands/css/uicons-brands.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-straight/css/uicons-regular-straight.css");

:root {
  --inter-family: "Inter", sans-serif;
  --manrope-family: "Manrope", sans-serif;
  --lato-family: "Lato", sans-serif;
  --gradient-color: linear-gradient(90deg, rgba(212, 72, 59, 1) 0%, rgba(181, 33, 20, 1) 50%, rgba(143, 12, 0, 1) 100%);
  --main-color: #8f0c00;
  --secondary-color: #dbbf63;
  --padding-manual: 50px 0px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: var(--lato-family);
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--inter-family);
}
p {
  margin-bottom: 0px;
  font-family: var(--lato-family);
}
html {
  scroll-behavior: smooth;
}
.owl-theme .owl-dots {
  display: none;
}
.owl-theme .owl-nav {
  display: block !important;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.btn:focus {
  box-shadow: none !important;
  border: none !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn-close:focus {
  box-shadow: none;
}
.btn:hover {
  color: #fff !important;
}
.accordion-button:focus {
  box-shadow: none;
}
a {
  color: #000;
  text-decoration: none;
}
ul,
ol {
  padding-left: 0px;
  list-style-type: none;
}
a:hover {
  color: initial;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/*.full-width {
  width: 100% !important;
}*/

.web-view {
  display: block;
}
.mobile-view {
  display: none;
}
.vertical-space-2 {
  height: 10px;
}
.vertical-space-5 {
  display: inline-block;
  width: 100%;
  height: 5px;
}

.vertical-space-8 {
  display: inline-block;
  width: 100%;
  height: 8px;
}

.vertical-space-10 {
  display: inline-block;
  width: 100%;
  height: 10px;
}

.vertical-space-12 {
  display: inline-block;
  width: 100%;
  height: 12px;
}

.vertical-space-15 {
  display: inline-block;
  width: 100%;
  height: 15px;
}

.vertical-space-20 {
  display: inline-block;
  width: 100%;
  height: 20px;
}

.vertical-space-30 {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.vertical-space-40 {
  display: inline-block;
  width: 100%;
  height: 40px;
}

.vertical-space-50 {
  display: inline-block;
  width: 100%;
  height: 50px;
}

.vertical-space-60 {
  display: inline-block;
  width: 100%;
  height: 60px;
}
.vertical-space-65 {
  display: inline-block;
  width: 100%;
  height: 65px;
}
.vertical-space-70 {
  display: inline-block;
  width: 100%;
  height: 70px;
}

.vertical-space-80 {
  display: inline-block;
  width: 100%;
  height: 80px;
}

.vertical-space-90 {
  display: inline-block;
  width: 100%;
  height: 90px;
}

.vertical-space-100 {
  display: inline-block;
  width: 100%;
  height: 100px;
}
.vertical-space-120 {
  display: inline-block;
  width: 100%;
  height: 120px;
}
.vertical-space-150 {
  display: inline-block;
  width: 100%;
  height: 150px;
}
.common {
  background: -webkit-linear-gradient(135deg, #3cace2, #a14bc1, #ff4e8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.common-btn {
  background: linear-gradient(135deg, #3cace2, #a14bc1, #ff4e8c);

  padding: 10px 35px;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  line-height: initial;
}
.common-btn:hover,
.common-btn:focus {
  background: linear-gradient(135deg, rgba(231, 29, 115, 1) 0%, rgba(54, 169, 225, 1) 92%, rgba(54, 169, 225, 1) 100%);
  color: #fff;
}

.main-subtitle {
  color: var(--main-color);
  letter-spacing: 0.3rem;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.main-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/ganesha.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.main-title {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.main-text {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin-bottom: 10px;
}

.main-subtitle-white {
  color: #fff;
  letter-spacing: 0.3rem;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-title-white {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-text-white {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 10px;
}

/* From Uiverse.io by zjssun */
.button-wt {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 400;
  border: none;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease;
}

.button-wt:active {
  transform: scale(0.96);
}

.button-wt:before,
.button-wt:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button-wt:hover:before {
  top: -70%;
  background-image:
    radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fff 20%, transparent 30%),
    radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #fff 15%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%);
  background-size:
    10% 10%,
    20% 20%,
    15% 15%,
    20% 20%,
    18% 18%,
    10% 10%,
    15% 15%,
    10% 10%,
    18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

.button-wt:hover::after {
  bottom: -70%;
  background-image:
    radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #fff 15%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%);
  background-size:
    15% 15%,
    20% 20%,
    18% 18%,
    20% 20%,
    15% 15%,
    20% 20%,
    18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

/* From Uiverse.io by zjssun */
.button-white {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 400;
  border: none;
  color: #000;
  cursor: pointer;
  background-color: var(--secondary-color);
  transition: all 0.2s ease;
}

.button-white:active {
  transform: scale(0.96);
}

.button-white:before,
.button-white:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button-white:hover:before {
  top: -70%;
  background-image:
    radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--secondary-color) 20%, transparent 30%),
    radial-gradient(circle, var(--secondary-color) 20%, transparent 20%), radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--secondary-color) 15%, transparent 20%),
    radial-gradient(circle, var(--secondary-color) 20%, transparent 20%), radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--secondary-color) 20%, transparent 20%), radial-gradient(circle, var(--secondary-color) 20%, transparent 20%);
  background-size:
    10% 10%,
    20% 20%,
    15% 15%,
    20% 20%,
    18% 18%,
    10% 10%,
    15% 15%,
    10% 10%,
    18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

.button-white:hover::after {
  bottom: -70%;
  background-image:
    radial-gradient(circle, var(--secondary-color) 20%, transparent 20%), radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--secondary-color) 15%, transparent 20%),
    radial-gradient(circle, var(--secondary-color) 20%, transparent 20%), radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--secondary-color) 20%, transparent 20%), radial-gradient(circle, var(--secondary-color) 20%, transparent 20%);
  background-size:
    15% 15%,
    20% 20%,
    18% 18%,
    20% 20%,
    15% 15%,
    20% 20%,
    18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

/* From Uiverse.io by zjssun */
.button {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: var(--main-color);
  transition: all 0.2s ease;
}

.button:active {
  transform: scale(0.96);
}
.button:hover {
  color: #fff;
}
.button:before,
.button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button:hover:before {
  top: -70%;
  background-image:
    radial-gradient(circle, var(--main-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--main-color) 20%, transparent 30%),
    radial-gradient(circle, var(--main-color) 20%, transparent 20%), radial-gradient(circle, var(--main-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--main-color) 15%, transparent 20%), radial-gradient(circle, var(--main-color) 20%, transparent 20%),
    radial-gradient(circle, var(--main-color) 20%, transparent 20%), radial-gradient(circle, var(--main-color) 20%, transparent 20%),
    radial-gradient(circle, var(--main-color) 20%, transparent 20%);
  background-size:
    10% 10%,
    20% 20%,
    15% 15%,
    20% 20%,
    18% 18%,
    10% 10%,
    15% 15%,
    10% 10%,
    18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

.button:hover::after {
  bottom: -70%;
  background-image:
    radial-gradient(circle, var(--main-color) 20%, transparent 20%), radial-gradient(circle, var(--main-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--main-color) 15%, transparent 20%), radial-gradient(circle, var(--main-color) 20%, transparent 20%),
    radial-gradient(circle, var(--main-color) 20%, transparent 20%), radial-gradient(circle, var(--main-color) 20%, transparent 20%),
    radial-gradient(circle, var(--main-color) 20%, transparent 20%);
  background-size:
    15% 15%,
    20% 20%,
    18% 18%,
    20% 20%,
    15% 15%,
    20% 20%,
    18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position:
      5% 90%,
      10% 90%,
      10% 90%,
      15% 90%,
      25% 90%,
      25% 90%,
      40% 90%,
      55% 90%,
      70% 90%;
  }

  50% {
    background-position:
      0% 80%,
      0% 20%,
      10% 40%,
      20% 0%,
      30% 30%,
      22% 50%,
      50% 50%,
      65% 20%,
      90% 30%;
  }

  100% {
    background-position:
      0% 70%,
      0% 10%,
      10% 30%,
      20% -10%,
      30% 20%,
      22% 40%,
      50% 40%,
      65% 10%,
      90% 20%;
    background-size:
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%;
  }
}

@keyframes greenbottomBubbles {
  0% {
    background-position:
      10% -10%,
      30% 10%,
      55% -10%,
      70% -10%,
      85% -10%,
      70% -10%,
      70% 0%;
  }

  50% {
    background-position:
      0% 80%,
      20% 80%,
      45% 60%,
      60% 100%,
      75% 70%,
      95% 60%,
      105% 0%;
  }

  100% {
    background-position:
      0% 90%,
      20% 90%,
      45% 70%,
      60% 110%,
      75% 80%,
      95% 70%,
      110% 10%;
    background-size:
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%;
  }
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1200;
  background: #fff !important;
  border-radius: 0px !important;
  transition: 0.5s all;
  animation: swip_down 0.5s linear 1;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@keyframes swip_down {
  from {
    transform: translate(0px, -50px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fixed .navbar-brand img {
  width: 70px !important;
}
.fixed .nav-link {
  color: #000 !important;
}
.fixed .nav-link.active {
  color: var(--main-color) !important;
}
.fixed .nav-item.dropdown .dropdown-toggle::after {
  color: #000 !important;
}
.main-header .navbar {
  background: transparent;
  padding: 0px;
  position: relative;
  z-index: 1020;
}
.main-header .navbar.box-none {
  box-shadow: none !important;
}
.main-header .navbar .navbar-brand img {
  width: 100px;
}
.main-header .navbar .nav-item {
  position: relative;
  display: block;
  transition-duration: 0.5s;
  padding: 25px 25px;
}
.main-header .navbar .nav-link {
  font-size: 15px;
  color: #f9f9f9;
  font-weight: 400;
  padding: 0px;
  position: relative;
}

.main-header .navbar .nav-link.active {
  color: var(--secondary-color);
}
.main-header .nav-item.dropdown .dropdown-toggle::after {
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\F282";
  font-family: "Bootstrap-icons";
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
}
.main-header .navbar .user-img {
  width: 40px;
  border-radius: 50%;
}
.main-header .navbar .dropdown-menu {
  margin: 0;
  padding: 10px;
  display: none;
  position: absolute;
  z-index: 99;
  right: 0;
  min-width: 220px;
  border: none;
  background-color: #fff;
  border: 1px solid #efefef;

  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}
.main-header .navbar .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 22px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 8px;
  border-color: transparent transparent #fff;
  box-sizing: border-box;
}
.main-header .navbar .dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background-color: #fff;
  border: 1px solid #efefef;
}
.main-header .navbar .dropdown-menu .submenu {
  margin-left: 15px;
}
.main-header .navbar .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
}
.main-header .navbar .dropdown .dropdown-item:focus,
.main-header .navbar .dropdown .dropdown-item:hover,
.main-header .navbar .dropdown .dropdown-item.active {
  background: var(--gradient-color);
  color: #fff !important;
}
.main-header .navbar .dropdown-item.active,
.main-header .navbar .dropdown-item:active {
  background: 0 0;
}
.banner {
  padding: 10px 10px 0px;
  width: 100%;
  height: auto;
  background: url(../images/banner-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .banner-content {
  z-index: 2;
  width: 100%;
  position: relative;
}
.banner .banner-content .banner-subtitle {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  background: rgb(108 18 9);
  padding: 5px 10px;
  border: 1px solid #ffffff21;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
}
.banner .banner-content .banner-title {
  color: var(--secondary-color);
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 30px;
}
.banner .banner-content .banner-title span {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.banner .banner-content .banner-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/heading-separator.webp);
  background-repeat: no-repeat;
  background-size: cover;
  animation: movingEffect 4s ease-in-out infinite;
}
@keyframes movingEffect {
  0%,
  100% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
}
.banner .banner-content .banner-text {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}
.banner .banner-content .call-us i {
  font-size: 26px;
  color: var(--main-color);
  margin-right: 10px;
}
.banner .banner-content .call-us span {
  font-size: 20px;
  font-family: var(--manrope-family);
  color: #000;
}
.banner .banner-content .banner-subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}
.banner .banner-content .banner-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .banner-content .banner-text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}
.banner-btns {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

.banner .banner-content .banner-img {
  width: 100%;
  height: 470px;
  position: relative;
}
.banner .banner-content .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

/* About Us */

.about-detail {
  padding: 70px 0px;
  position: relative;
  z-index: 0;
}
.about-detail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo-light-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 3%;
  z-index: -1;
}
.about-detail .founder-img {
  width: 90%;
  margin: 0 auto;
  height: 350px;
  position: relative;
}
.about-detail .founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  -webkit-mask-image: url(../images/mask.png);
  mask-image: url(../images/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.about-detail .founder-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/mask.png);
  mask-image: url(../images/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background: url(../images/service-bg.png);
  background-size: 100% 100%;
  background-size: cover;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
}
.about-detail .founder-img .content {
  position: absolute;
  left: 50%;
  bottom: -10px;
  padding: 10px 30px;
  transform: translateX(-50%);
  width: max-content;
  text-align: center;
  z-index: 0;
  border-radius: 5px;
}
.about-detail .founder-img .content .icon {
  font-size: 40px;
  color: #fff;
}
.about-detail .founder-img .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--main-color);
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(-10deg);
}
.about-detail .founder-img .content .founder-title {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.about-detail .founder-img .content .founder-text {
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.achivement-detail {
  padding: 40px 0px;
  overflow: hidden;
  background: url(../images/service-bg.png);
  background-size: 100% 100%;
  z-index: 0;
}

.achivement-detail .achive-box .achive-card {
  padding: 20px;
  text-align: center;
}
.achivement-detail .achive-box .border-ed {
  position: relative;
}

.achivement-detail .achive-box .achive-card .icon {
  font-size: 45px;
  color: var(--main-color);
  margin-bottom: 10px;
}
.achivement-detail .achive-box .achive-card .title {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--lato-family);
}
.achivement-detail .achive-box .achive-card .title sup {
  margin-left: 2px;
}
.achivement-detail .achive-box .achive-card .text {
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-bottom: 0px;
}

.why-choose {
  padding: 70px 0px;
}
.why-choose .img-box {
  width: 100%;
  height: 500px;
}
.why-choose .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.why-choose .why-choose-desc .icon {
  width: 90px;
}
.why-choose .why-choose-desc .icon .icon-bg {
  background: url(../images/counter-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
.why-choose .why-choose-desc .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.why-choose .why-choose-desc .content .title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.why-choose .why-choose-desc .content .text {
  color: #444;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}

.our-service {
  background: url(../images/service-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 60px 0px;
  position: relative;
}

.our-service .service-card {
  padding: 15px;
  transition: 0.6s all;
  background: #fff;
  border-radius: 35px 0px 35px 0px;
}
.our-service .service-card:hover {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
}
.our-service .service-card:hover .icon img {
  filter: brightness(0) invert(1);
}
.our-service .service-card .card-img {
  width: 100%;
  height: 200px;
  margin-top: 30px;
  position: relative;
}
.our-service .service-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.our-service .service-card .card-img .icon {
  width: 50px;
  height: 50px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 20px;
  top: -20px;
  outline: 4px solid #fff;
  background: var(--gradient-color);
}
.our-service .service-card .card-img .icon img {
  width: 25px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1);
}
.our-service .service-card .card-body {
  padding-top: 10px;
  display: flex;
  gap: 10px;
}
.our-service .service-card .card-title {
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  text-transform: capitalize;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-service .service-card .card-text {
  font-size: 14px;
  line-height: 26px;
  color: #212529;
  font-weight: 400;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-service .service-card .link {
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 13px;
  color: #444;
}
.our-service .service-slider .owl-dots {
  display: none !important;
}

.how-it-works {
  padding: 50px 0px;
}
.how-it-works .work-title {
  font-size: 40px;
  color: #000;
  font-family: var(--dmsans--family);
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

.how-it-works .work-process {
  position: relative;
}
.process-shape {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 100%;
}
.process-shape img {
  width: 100%;
}
.how-it-works .process-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  border: 2px dashed #ccc;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  position: relative;
  margin: 0 auto 20px;
  background: #fff;
}
.how-it-works .process-box i {
  font-size: 40px;
  color: var(--main-color);
  margin: 0 auto;
}
.how-it-works .process-box .number-badge {
  position: absolute;
  bottom: 0px;
  right: -10px;
  background: var(--gradient-color);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.how-it-works .process-box.mt-150 {
  margin-top: 50px;
}
.how-it-works .process-card-title {
  display: block;
  font-weight: 600;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  text-align: center;
  z-index: 1;
}
.how-it-works .process-card-text {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-bottom: 0px;
  text-align: center;
}

.testimonial-detail {
  padding: 50px 0px;
}
.testimonial-detail .testimonial-box {
  background: #f4f6f8;
  padding: 25px;
  border-radius: 20px 0px 20px 0px;
}
.testimonial-detail .quote {
  background: #212529;
  width: 100%;
  font-size: 80px;
  line-height: 50px;
  color: var(--main-color);
  text-align: right;
}
.testimonial-detail .quote i {
  margin-right: -38px;
}
.testimonial-detail .testimonial-subtitle {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.testimonial-detail .testimonial-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
}
.testimonial-detail .testimonial-text {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  font-weight: 400;
  margin-bottom: 20px;
}
.testimonial-detail .user-name {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0px;
  padding-left: 35px;
  position: relative;
}
.testimonial-detail .user-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background: var(--main-color);
}
.testimonial-detail .testimonial-carousel .owl-dots {
  display: block;
  position: absolute;
  top: -50%;
  right: -40%;
  margin-top: 20px;
}
.testimonial-detail .testimonial-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 8px;
  background: #c8c8c8;
  border: 1px solid #c8c8c8;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 50%;
  position: relative;
}
.testimonial-detail .testimonial-carousel .owl-dots .owl-dot.active span {
  border-color: var(--main-color);
  background: var(--main-color);
  outline: 1px solid var(--main-color);
  outline-offset: 2px;
}

.footer {
  background: #222;
  padding: 50px 0px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 50%;
  background: url(../images/dual-circle420.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}
.footer .footer-box {
  background: var(--secondary-color);
  padding: 35px 25px;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.footer .footer-box .box-title {
  color: #000;
  font-weight: 500;
  font-size: 36px;
}
.footer .footer-box .box-text {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
}
.footer .footer-box .line-img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.footer .footer-box .get-btn {
  background: #fff;
  padding: 12px 20px;
  font-size: 16px;
  color: #000 !important;
  border: none;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.float-animation {
  animation: floatUpDown 2s linear infinite;
}

.footer .footer-content .footer-logo {
  margin-bottom: 15px;
}
.footer .footer-content .footer-logo img {
  width: 100px;
}
.footer .footer-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.footer .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  border-radius: 0px;
  background: var(--secondary-color);
}
.footer .footer-text {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
}
.footer .footer-list {
  padding-left: 0px;
}
.footer .footer-list li {
  padding-bottom: 20px;
  position: relative;
}
.footer .footer-list li::before {
  content: "\f105";
  color: var(--secondary-color);
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.footer .footer-list li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.footer .footer-list li a:hover {
  color: var(--secondary-color);
}

.footer .footer-program-list {
  padding-left: 0px;
}
.footer .footer-program-list li {
  padding-bottom: 20px;
  position: relative;
}
.footer .footer-program-list li::before {
  content: "\f073";
  color: var(--secondary-color);
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.footer .footer-program-list li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.footer .footer-contact-list {
  margin-bottom: 0px;
  padding-top: 0px;
  position: relative;
}
.footer .footer-contact-list li {
  padding-bottom: 15px;
}
.footer .footer-contact-list .footer-contact {
  color: #ffff;
  font-size: 14px;
}
.footer .footer-contact-list .footer-contact i {
  margin-right: 10px;
}

.footer-bottom {
  padding: 15px 0px;
  border-top: 1px solid #ffffff33;
  position: relative;
  z-index: 1;
}
.footer-bottom .copyright-text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}
.footer-bottom .copyright-text a {
  color: var(--secondary-color);
}
.social ul li {
  list-style-type: none;
  padding-left: 0px;
}
.social ul {
  display: flex;
  padding-left: 0px;
  justify-content: flex-start;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.social i {
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 40px;
  margin: 0px 15px 0px 0px;
}
.social a {
  cursor: pointer;
}
.social i:hover {
  color: #fff;
}

.page-banner {
  padding: 10px 10px 0px;
  width: 100%;
  height: 350px;
  background: url(../images/banner-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-banner .banner-content {
  z-index: 2;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.page-banner .breadcrumb {
  gap: 5px;
  display: inline-flex;
  background: rgb(108 18 9);
  padding: 2px 10px;
  border: 1px solid #ffffff21;
  border-radius: 3px;
}
.page-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff8f;
}
.page-banner .breadcrumb-item {
  color: #fff;
}
.page-banner .breadcrumb-item a {
  color: #ffffff8f;
}
.page-banner .banner-content .banner-title {
  color: var(--secondary-color);
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 30px;
}
.page-banner .banner-content .banner-title span {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

.about-section {
  padding: 70px 0px;
  position: relative;
  z-index: 0;
}
.about-section .about-img {
  width: 100%;
  height: 350px;
  position: relative;
  border-radius: 20px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background: #fff;
  padding: 10px;
}
.about-section .about-img::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 95%;
  height: 98%;
  background: var(--secondary-color);
  border-radius: 20px;
  transform: rotate(8deg);
  z-index: -1;
}
.about-section .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  position: relative;
}
.about-section .about-img .content {
  position: absolute;
  left: -30px;
  top: 20%;
  transform: translateY(-50%);
  padding: 10px;
  text-align: center;
  background: var(--gradient-color);
  z-index: 0;
  border-radius: 10px;
}
.about-section .about-img .content .icon {
  font-size: 30px;
  color: #fff;
}

.about-section .about-img .content .content-title {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.about-section .founder-img .content .founder-text {
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.why-choose {
  padding: 50px 0px 80px;
}
.why-choose .choose-img {
  width: 100%;
  height: 350px;
  position: relative;
  border-radius: 20px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background: #fff;
  padding: 10px;
}
.why-choose .choose-img::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 95%;
  height: 98%;
  background: var(--secondary-color);
  border-radius: 20px;
  transform: rotate(8deg);
  z-index: -1;
}
.why-choose .choose-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  position: relative;
}

.why-choose .revenue-list .service-box .icon {
  width: 70px;
  height: 70px;
  background: var(--gradient-color);
  border-radius: 50%;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  margin: 0 auto;
}
.why-choose .revenue-list .service-box .icon:after {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--gradient-color);
  z-index: -1;
  border-top-left-radius: 3px;
}

.why-choose .revenue-list .service-box .card-title {
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
.why-choose .revenue-list .service-box .card-text {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin-bottom: 0px;
}
.border-bt {
  position: relative;
}
.border-bt:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 90%;
  height: 1px;
  background: #efefef;
}

.service-detail {
  padding: 50px 0px;
}
.service-detail .img-box {
  width: 90%;
  height: 300px;
  margin: auto;
  position: relative;
}
.service-detail .img-box .big-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.service-detail .img-box .icon {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 70px;
  height: 70px;
  background-color: var(--main-color);
  border-radius: 5px;
  padding: 15px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid #fff;
}
.service-detail .img-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
}
.service-detail .img-box .service_img__shape2 {
  width: 30px;
  height: 100px;
  background-color: var(--secondary-color);
  position: absolute;
  bottom: 0;
  left: -40px;
  border-bottom-left-radius: 10px;
}

.service-detail .img-box .icon::after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
  animation: float-bob-y 10s linear 0s infinite;
  background-color: #f1cf69;
  position: absolute;
  bottom: -5px;
  border-radius: 2px;
  right: -5px;
}
.service-detail .img-box-1 {
  width: 90%;
  height: 300px;
  margin: auto;
  position: relative;
}
.service-detail .img-box-1 .big-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.service-detail .img-box-1 .icon {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 70px;
  height: 70px;
  background-color: var(--secondary-color);
  border-radius: 5px;
  padding: 15px;
  border-bottom: 8px solid #fff;
  border-right: 8px solid #fff;
}
.service-detail .img-box-1 .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.service-detail .img-box-1 .service_img__shape2 {
  width: 30px;
  height: 100px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  right: -40px;
  border-bottom-right-radius: 10px;
}

.service-detail .img-box-1 .icon::after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
  animation: float-bob-y 10s linear 0s infinite;
  background-color: var(--main-color);
  position: absolute;
  bottom: -5px;
  border-radius: 2px;
  left: -5px;
}

.service-detail .service-title {
  font-size: 24px;
  color: var(--main-color);
  margin-bottom: 15px;
}
.service-detail .service-text {
  font-size: 15px;
  line-height: 28px;
  color: #444;
  margin-bottom: 10px;
}

.chit-plans {
  padding: 50px 0px;
}
.chit-plans .table {
  border-collapse: separate;
}
.chit-plans .table-bordered > :not(caption) > * > * {
  border-width: 1px !important;
}
.chit-plans .table .table-head-red td {
  background: var(--main-color);
  color: #fff;
}
.chit-plans .table .table-head-gold td {
  background: var(--secondary-color);
}

.gallery-detail {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.image--container {
  display: grid;
  grid-auto-rows: 270px;
  grid-gap: 10px;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-auto-flow: dense;
  position: relative;
  z-index: 1;
}
.box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}
.box a {
  width: 100%;
  height: 270px;
}
.box.tall-2 a {
  width: 100%;
  height: 540px;
}
.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.7s all;
}
.box.wide-2 {
  grid-column: span 2;
}
.box.tall-2 {
  grid-row: span 2;
}
.box:hover img {
  transform: scale(1.15);
}

.contact-detail {
  padding: 50px 0px;
}
.contact-detail .contact-box {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  border: 1px solid #e0e0e0;
  z-index: 1;
}
.contact-detail .contact-box .form-control,
.contact-detail .contact-box .form-select {
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ededed;
  color: #6e7889;
}
.contact-detail .contact-box .form-select option {
  color: #6e7889;
}
.contact-detail .adress-box {
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}

/* .border-rt {
  position: relative;
}
.border-rt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  width: 1px;
  background-color: #00000032;
} */
.contact-box-card {
  background: url(../images/service-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right;
  padding: 40px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-title {
  font-size: 30px;
  font-weight: 800;
}
.contact-box-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.contact-box-text {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 0px;
}
.contact-box-title i {
  margin-right: 10px;
  color: var(--main-color);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #191a18;
  color: #fff;
  cursor: pointer;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
#myBtn::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
  background-color: var(--main-color);
}

/* Media Queries */

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

@media (min-width: 992px) and (max-width: 1199.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 80px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 70px;
  }
  .toggler {
    color: #fff;
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: #fff;
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 80px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 70px;
  }
  .toggler {
    color: #fff;
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: #fff;
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 80px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 70px;
  }
  .toggler {
    color: #fff;
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: #fff;
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }
}

@media only screen and (max-width: 575.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 80px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 70px;
  }
  .toggler {
    color: #fff;
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: #fff;
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }
  .testimonial-detail .testimonial-carousel .owl-dots {
    top: -90%;
    right: 0%;
  }
  .process-shape {
    display: none;
  }
  .main-title {
    font-size: 24px;
  }
  .banner .banner-content {
    margin-top: 30px;
  }
  .banner .banner-content .banner-title,
  .page-banner .banner-content .banner-title {
    font-size: 30px;
  }
  .page-banner {
    height: 250px;
  }
  .image--container {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-auto-rows: 200px;
  }
  .box a,
  .box.tall-2 a {
    height: 200px;
  }
  .box.wide-2 {
    grid-column: span 1;
  }
  .box.tall-2 {
    grid-row: span 1;
  }
  .footer .footer-box .box-title {
    font-size: 26px;
  }
  .service-detail .img-box-1 .service_img__shape2 {
    right: -15px;
  }
  .service-detail .img-box .service_img__shape2 {
    left: -15px;
  }
}
