@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
.pdlft {
  padding-left: 15px;
}

.thkop {
  margin-top: 130px;
}

.thinner {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
}

figure img.img-fluid {
  width: 100%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  justify-content: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #f8f8ff;
  content: var(--bs-breadcrumb-divider, "/");
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 28px;
  z-index: 9;
  background: #FF9800;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.strhd {
  text-align: center;
}
.strhd h2 {
  text-transform: uppercase;
}

@keyframes myMove {
  from {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(1.8, 1.9);
    transform-origin: 50% 0%;
  }
}
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}
@keyframes in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 86deg);
  }
}
@keyframes in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, -1, 0, 86deg);
  }
}
.marquee {
  overflow: hidden;
  background-color: #6060eb !important;
}
.marquee .container-fluid {
  padding: 0px;
  max-width: 100%;
}
.marquee .container-fluid marquee a {
  color: #fff;
}

body {
  font-family: "Helvetica Neue";
  margin: auto;
}

:root {
  --mon: "Montserrat", sans-serif;
  --blue: #aa6bff;
  --darkblue: #0a0a36;
}

.email {
  text-transform: lowercase;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

p {
  font-size: 15px;
  color: #272935;
}

.p-r-0 {
  padding-right: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  padding: 0px 40px;
  max-width: 1440px;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  background-color: #6060eb;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.totop:hover {
  color: #fff;
}

header {
  background: #f5f5ff;
  z-index: 999999;
  width: 100%;
}
header .gtqt {
  background: #ff9800;
  border-radius: 100px;
  padding: 9px 25px !important;
  color: #fff !important;
}
header .navbar-brand {
  width: 145px;
  display: block;
  transition: 0.3s ease-in-out;
  padding: 0px;
  background-color: #fff;
  border-radius: 5px;
}
header .topbar {
  text-align: center;
  color: #000000;
  padding-top: 2.5%;
}
header .topbar p {
  margin: 0px;
  color: #000000;
  font-size: 14px;
  padding: 5px 0px;
}
header .topbar ul {
  padding: 5px;
  align-items: center;
}
header .topbar ul li {
  display: inline-block;
}
header .topbar ul li a {
  color: #fff;
  font-size: 12px;
  transition: 0.3s ease-in-out;
  text-transform: lowercase;
}
header .topbar ul li a i {
  margin-right: 5px;
}
header .topbar ul li a:hover {
  color: #6060eb !important;
}
header .topbar .socialbx {
  text-align: right;
  display: inline-flex;
}
header .topbar .socialbx li {
  background-color: transparent;
}
header .topbar .socialbx li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #000 !important;
}
header .topbar .socialbx li a i {
  margin: 0px;
  color: #000;
}
header .topbar .socialbx li a:hover i {
  color: #6060eb !important;
}
header .topbar .tpright {
  font-size: 16px;
  text-align: right;
}
header .topbar .tpright span a {
  margin-right: 10px;
}
header .topbar .tpright a {
  font-size: 16px;
  color: #000;
}
header .topbar .tpright a i {
  margin: 0px;
}
header .topbar .tpright a:hover {
  color: #6060eb !important;
}
header .topbar .left {
  text-align: left;
}
header .topbar .ftsocial {
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .navbar {
  padding: 0px;
}
header ul li a {
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
header ul li a:hover {
  color: #000 !important;
}
header ul li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header ul li .nav-link {
  padding: 20px 10px;
  transition: 0.3s ease-in-out;
}
header .dropdown-menu {
  top: 100%;
  min-width: 200px;
  background-color: #6060eb;
  transition: 0.4s;
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  color: #fff !important;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner .col-md-6:nth-child(odd) {
  padding-right: 0px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: relative;
}
header .dropdown-menu .ulinner h5:after {
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #8a8585;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 700;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #102e5e;
  text-decoration: none;
  color: #fff !important;
}
header .cninfo {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0px 15px;
  background-color: #f0f0ed;
}
header .cninfo li {
  display: inline-flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  width: 20px;
  color: #bb69b8;
  margin-right: 5px;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
  text-transform: capitalize;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  header .dropdown .dropdown-menu {
    display: unset;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(16px);
  }
  header .dropdown .dropdown-menu li a {
    padding: 10px;
  }
  header .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: block;
    border: 0px;
  }
}

.sthead {
  position: fixed;
  top: 0px;
}
.sthead .navbar-brand {
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.sthead .navbar-brand .img-fluid {
  max-width: 100%;
  height: auto;
  width: 135px;
}
.sthead .navbar-brand span {
  display: inline-block;
}
.sthead .navbar-brand span .cmdf {
  display: block;
  padding-left: 10px;
  text-align: center;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 15px;
}
.sthead .navbar-brand span span.um3.cmdf {
  border-bottom: 0px;
  font-weight: 400;
}
.sthead ul li .nav-link {
  padding: 10px 10px;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 999;
  width: 40px;
  display: flex;
  border-radius: 5px;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  font-size: 24px;
  display: none;
}

a.btnrmore {
  display: inline-block !important;
  color: #bdbdff !important;
}

.marquee {
  overflow: hidden;
  background-color: #eee;
  padding: 10px 10px 5px 10px;
}
.marquee .container-fluid {
  padding: 0px;
  max-width: 100%;
}
.marquee .container-fluid marquee {
  color: #fff;
}

.main-lst .nx-xld .adbsl {
  width: 100%;
  overflow: hidden;
}
.main-lst .nx-xld .adbsl button.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  z-index: 99999;
  border: none;
  margin: auto;
  font-size: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.main-lst .nx-xld .adbsl .img-fill {
  position: relative;
  height: 100%;
}
.main-lst .nx-xld .adbsl .img-fill img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: myMove 10s linear infinite;
}
.main-lst .nx-xld .adbsl .item {
  height: 100vh;
  overflow: hidden;
  outline: none;
}
.main-lst .nx-xld .adbsl button.slick-next.slick-arrow {
  right: 0;
  left: auto;
}
.main-lst .nx-xld .adbsl button.slick-arrow:before {
  content: "\f104";
  top: 0;
  left: 0;
  margin: auto;
  font-family: fontawesome;
  font-size: 18px;
}
.main-lst .nx-xld .adbsl button.slick-next.slick-arrow:before {
  transform: scaleX(-1);
  display: block;
}
.main-lst .nx-xld .adbsl .img-fill:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0.5;
}
.main-lst .nx-xld .adbsl ul.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-lst .nx-xld .adbsl ul.slick-dots li {
  display: inline-block;
  height: auto;
  padding: 0 5px;
  line-height: 0px;
}
.main-lst .nx-xld .adbsl ul.slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #fff;
  border: none;
  font-size: 0px;
  padding: 0px;
  opacity: 0.5;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.main-lst .nx-xld .adbsl ul.slick-dots li.slick-active button {
  opacity: 1;
}
.main-lst .nx-xld .adbsl button.slick-arrow {
  perspective: 360px;
}
.main-lst .nx-xld .adbsl button.slick-arrow .thumb {
  position: absolute;
  height: 100px;
  width: 150px;
  left: 100%;
  top: -28px;
  transform-origin: 0% 0%;
  transform: rotate3d(1, 0, 0, 90deg);
}
.main-lst .nx-xld .adbsl button.slick-arrow .thumb img {
  height: 100%;
  width: 100%;
}
.main-lst .nx-xld .adbsl button.slick-next .thumb {
  left: auto;
  right: 100%;
}
.main-lst .nx-xld .adbsl button.slick-prev.hover-out .thumb,
.main-lst .nx-xld .adbsl button.slick-prev .thumb {
  animation: out-left 300ms ease 0ms 1 forwards;
}
.main-lst .nx-xld .adbsl button.slick-prev.hover-in .thumb {
  animation: in-left 300ms ease 0ms 1 forwards;
}
.main-lst .nx-xld .adbsl button.slick-next.hover-out .thumb,
.main-lst .nx-xld .adbsl button.slick-next .thumb {
  animation: out-right 300ms ease 0ms 1 forwards;
  transform-origin: 100% 50%;
}
.main-lst .nx-xld .adbsl button.slick-next.hover-in .thumb {
  animation: in-right 300ms ease 0ms 1 forwards;
}
.main-lst .nx-xld .adbsl button.slick-prev:hover {
  transform: translateX(-100%);
}
.main-lst .nx-xld .adbsl button.slick-prev {
  transition: all 0.3s ease;
}
.main-lst .nx-xld .adbsl button.slick-next:hover {
  transform: translateX(100%);
}
.main-lst .nx-xld .adbsl button.slick-next {
  transition: all 0.3s ease;
}
.main-lst .nx-xld .adbsl ul.slick-dots li button img {
  height: 0;
  width: 20px;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: height 0.2s ease 0.2s, width 0.2s ease 0s;
  position: relative;
  left: -50%;
}
.main-lst .nx-xld .adbsl ul.slick-dots li button a {
  position: absolute;
  height: 90px;
  bottom: 100%;
  width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.2s ease 0.2s;
  padding-bottom: 10px;
}
.main-lst .nx-xld .adbsl ul.slick-dots li button {
  position: relative;
  display: flex;
  justify-content: center;
}
.main-lst .nx-xld .adbsl ul.slick-dots li button:hover img {
  height: 80px;
  width: 140px;
  transition: height 0.2s ease, width 0.2s ease 0.2s;
}
.main-lst .nx-xld .adbsl ul.slick-dots li button:hover a {
  width: 140px;
  transition: all 0.3s ease 0s;
}
.main-lst .nx-xld .adbsl ul.slick-dots li button:hover {
  opacity: 1;
}
.main-lst .nx-xld .adbsl ul.slick-dots li button:before {
  content: "";
  bottom: calc(100% - 10px);
  left: 7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  opacity: 0;
  transition: 0.3s ease 350ms;
}
.main-lst .nx-xld .adbsl ul.slick-dots li button:hover:before {
  opacity: 1;
  transition: 0.3s ease 0s;
}
.main-lst .nx-xld .adbsl .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}
.main-lst .nx-xld .adbsl .item .contain-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-lst .nx-xld .adbsl .item .contain-wrapper .dots-contain {
  display: none;
}
.main-lst .nx-xld .adbsl .item h3 {
  margin: 0px;
  color: #fff;
  font-size: 68px;
  font-weight: bold;
  text-transform: capitalize;
}
.main-lst .nx-xld .adbsl .item {
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.main-lst .nx-xld .adbsl .item h5 {
  font-size: 32px;
  font-weight: 300;
  padding: 10px 0 0;
  margin: 0;
  text-transform: capitalize;
}
.main-lst .nx-xld .adbsl .item .contain-wrapper .info {
  max-width: 1200px;
}
.main-lst .nx-xld .adbsl .item h5 span {
  color: #fff;
}
.main-lst .nx-xld .adbsl .item h3 span {
  color: #fff;
}
.main-lst .nx-xld .adbsl .item h3 {
  animation: fadeOutRight 1s both;
}
.main-lst .nx-xld .adbsl .item.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}
.main-lst .nx-xld .adbsl .item h5 {
  animation: fadeOutLeft 1s both;
}
.main-lst .nx-xld .adbsl .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}
.main-lst .enqbxrt form#contactForm {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(13, 110, 253, 0.1);
}
.main-lst .enqbxrt .site-button {
  outline: none;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #6060eb;
  border: 2px solid #fff;
  font-size: 15px;
  font-weight: 700;
  transition: 0.5s all ease;
}
.main-lst .enqbxrt .btn-half {
  cursor: pointer;
  background-color: #6060eb;
  z-index: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
}
.main-lst .enqbxrt .btn-half em {
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 26px;
  right: 30px;
  top: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}
.main-lst .enqbxrt .btn-half:hover {
  background-color: #3b3bbe;
}
.main-lst .enqbxrt .btn-half:hover em {
  width: 38px;
}
.main-lst .enqbxrt .btn-half span {
  color: #fff;
  display: block;
  padding-left: 0%;
  padding-right: 35px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  transform: scaleX(0.9);
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.main-lst .sddesk .btlist {
  position: relative;
}
.main-lst .sddesk .btlist .contact-card {
  padding: 60px 30px !important;
  background-image: url("../img/sprty.avif");
  background-size: cover;
  background-position: center;
  color: #fff !important;
}
.main-lst .sddesk .btlist .contact-card span.d-block.fs-6 {
  font-size: 1.3rem !important;
}
.main-lst .sddesk .btlist .contact-card .small,
.main-lst .sddesk .btlist .contact-card small {
  font-size: 16px;
}
.main-lst .sddesk .btlist .contact-card .email {
  color: #fff;
}
.main-lst .sddesk .btlist .contact-card .email:hover {
  color: #ff9800;
}
.main-lst .sddesk .btlist .contact-card .text-primary {
  color: #444444 !important;
  background: rgba(253, 253, 253, 0.92);
  padding: 10px 25px;
  border-radius: 33px;
  margin: 10px 0px;
  display: block;
  margin: auto;
  margin: 15px 0px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 15px;
  transition: 0.3s ease-in-out;
}
.main-lst .sddesk .btlist .contact-card .text-primary:hover {
  background: #ff9800;
  color: #fff !important;
}
.main-lst .sddesk .btlist .contact-card p {
  color: #fff !important;
}
.main-lst .sddesk .btlist .contact-content {
  position: relative;
  z-index: 9;
}
.main-lst .sddesk .btlist .contact-content i {
  font-size: 21px;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 100px;
  color: #444444;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.main-lst .sddesk .btlist .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(28, 28, 41, 0.69) 33%, rgba(104, 204, 220, 0.65) 100%);
  content: "";
  left: 0px;
  top: 0px;
}
.main-lst .sddesk .btlist li {
  line-height: 30px;
  text-align: center;
}
.main-lst .sddesk h3.sdhed {
  display: block;
  padding: 10px;
  font-size: 20px;
  background: #fbfbfd;
  border-left: 5px solid #6060eb;
  margin-bottom: 15px;
}
.main-lst .sddesk .btlinks {
  padding: 0;
  margin: 0px;
  list-style: none;
  max-width: 100%;
  overflow: hidden;
}
.main-lst .sddesk .btlinks li {
  border-bottom: 1px solid #e0e0e0;
}
.main-lst .sddesk .btlinks li:last-child {
  border-bottom: none;
}
.main-lst .sddesk .btlinks li a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #444;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
}
.main-lst .sddesk .btlinks li a::before {
  content: "→";
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
  color: #6060eb;
  transition: transform 0.3s ease;
}
.main-lst .sddesk .btlinks li a:hover,
.main-lst .sddesk .btlinks li a:focus {
  background: #6060eb;
  color: #fff;
  outline: none;
}
.main-lst .sddesk .btlinks li a:hover::before,
.main-lst .sddesk .btlinks li a:focus::before {
  transform: translateX(6px);
  color: #fff;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-lst .sddesk .btlinks {
  animation: fadeInUp 0.6s ease forwards;
}
.main-lst .rntinner .site-button {
  outline: none;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #6060eb;
  border: 2px solid #fff;
  font-size: 15px;
  font-weight: 700;
  transition: 0.5s all ease;
}
.main-lst .rntinner .btn-half {
  cursor: pointer;
  background-color: #6060eb;
  z-index: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
}
.main-lst .rntinner .btn-half em {
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 26px;
  right: 30px;
  top: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}
.main-lst .rntinner .btn-half:hover {
  background-color: #3b3bbe;
}
.main-lst .rntinner .btn-half:hover em {
  width: 38px;
}
.main-lst .rntinner .btn-half span {
  color: #fff;
  display: block;
  padding-left: 0%;
  padding-right: 35px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  transform: scaleX(0.9);
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.main-lst .rgregin .gfrews {
  background-attachment: fixed;
}
.main-lst .rgregin .site-button {
  outline: none;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #6060eb;
  border: 2px solid #fff;
  font-size: 15px;
  font-weight: 700;
  transition: 0.5s all ease;
}
.main-lst .rgregin .btn-half {
  cursor: pointer;
  background-color: #6060eb;
  z-index: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
}
.main-lst .rgregin .btn-half em {
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 26px;
  right: 30px;
  top: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}
.main-lst .rgregin .btn-half:hover {
  background-color: #3b3bbe;
}
.main-lst .rgregin .btn-half:hover em {
  width: 38px;
}
.main-lst .rgregin .btn-half span {
  color: #fff;
  display: block;
  padding-left: 0%;
  padding-right: 35px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  transform: scaleX(0.9);
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.main-lst .rgregin .bgt-right {
  text-align: right;
}
.main-lst .rgregin .tsyblg {
  height: 325px;
  position: relative;
  z-index: 1;
  border: 15px solid transparent;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: 0.5s all ease;
}
.main-lst .rgregin .tsyblg:hover {
  background-color: rgb(255, 255, 255);
}
.main-lst .rgregin .tsyblg:hover .nmtyu {
  transform: translateY(-100px);
  color: #000;
}
.main-lst .rgregin .tsyblg:hover .nmtyu p {
  color: #000;
}
.main-lst .rgregin .tsyblg:hover .nmtyu .dnum {
  color: #6060eb;
}
.main-lst .rgregin .tsyblg:hover .nmtyu .ctbtn {
  border: 2px solid #000;
  color: #000;
}
.main-lst .rgregin .tsyblg .nmtyu {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  padding: 10px;
  transform: translate3d(0%, 0, 0);
  transition: opacity 0.35s, transform 0.8s;
}
.main-lst .rgregin .tsyblg .nmtyu .dnum {
  font-size: 80px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.main-lst .rgregin .tsyblg .nmtyu p {
  color: #fff;
}
.main-lst .rgregin .tsyblg .nmtyu .ctbtn {
  border: 2px solid #fff;
  padding: 10px 16px;
  display: inline-block;
  color: #fff;
}
.main-lst .rtinnergrt {
  background: #f5f5ff;
  /* Hover effect */
}
.main-lst .rtinnergrt .owl-carousel.servicesbgt {
  position: relative;
}
.main-lst .rtinnergrt .owl-carousel.servicesbgt .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* Allow clicks only on arrows */
  padding: 0 20px;
  box-sizing: border-box;
}
.main-lst .rtinnergrt .owl-carousel.servicesbgt .owl-nav button.owl-prev,
.main-lst .rtinnergrt .owl-carousel.servicesbgt .owl-nav button.owl-next {
  pointer-events: auto;
  /* Enable click */
  background: #6060eb;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.main-lst .rtinnergrt .owl-carousel.servicesbgt .owl-nav button.owl-prev:hover,
.main-lst .rtinnergrt .owl-carousel.servicesbgt .owl-nav button.owl-next:hover {
  opacity: 1;
}
.main-lst .rtinnergrt .owl-carousel.servicesbgt .owl-nav button.owl-next {
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 30px;
  height: 30px;
  top: auto;
}
.main-lst .rtinnergrt .owl-carousel.servicesbgt .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: 0%;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
}
.main-lst .rtinnergrt .owl-carousel.servicesbgt .owl-nav {
  height: 40px;
  pointer-events: none;
}
.main-lst .contactbxd #contactus .heading h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.main-lst .contactbxd #contactus .heading h2 span {
  color: #6060eb;
}
.main-lst .contactbxd .contact-inner {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(13, 110, 253, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-lst .contactbxd .contact-inner iframe {
  border-radius: 8px;
  width: 100%;
  height: 350px;
  border: none;
}
.main-lst .contactbxd .contact-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-lst .contactbxd .contact-inner ul li {
  margin-bottom: 18px;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #212529;
  display: flex;
}
.main-lst .contactbxd .contact-inner ul li b {
  color: #131317;
  display: inline-block;
  min-width: 140px;
  vertical-align: top;
}
.main-lst .contactbxd .contact-inner ul li b i {
  margin-right: 8px;
}
.main-lst .contactbxd .contact-inner ul li a {
  color: #6060eb;
  text-decoration: none;
}
.main-lst .contactbxd .contact-inner ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .main-lst .contactbxd #contactus .heading h2 {
    font-size: 2rem;
  }
  .main-lst .contactbxd .contact-inner iframe {
    height: 250px;
  }
  .main-lst .contactbxd .contact-inner ul li b {
    display: block;
    margin-bottom: 4px;
  }
}
.main-lst .page-title {
  background-color: #000;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0 0;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}
.main-lst .page-title .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 95, 0.17);
  content: "";
  left: 0px;
  top: 0px;
}
.main-lst .page-title .auto-container {
  color: #fff;
  z-index: 9;
  position: relative;
}
.main-lst .page-title .auto-container h2 {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bold;
}
.main-lst .page-title .auto-container a {
  color: #f9f9f9;
}
.main-lst .page-title .auto-container .breadcrumb-item.active {
  color: #b8bcc0;
  text-transform: capitalize;
}
.main-lst .whyus {
  background: url(../img/345ty.avif);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.main-lst .whyus .whyinner {
  background: linear-gradient(45deg, rgba(245, 245, 255, 0.81), rgba(245, 245, 255, 0.73));
  /*-=-=-=-=-=-=-=-=-=-=-=- */
  /* Column Grids */
  /*-=-=-=-=-=-=-=-=-=-=-=- */
  /* Column Grids End */
}
.main-lst .whyus .whyinner .col_half {
  width: 49%;
}
.main-lst .whyus .whyinner .col_third {
  width: 32%;
}
.main-lst .whyus .whyinner .col_fourth {
  width: 23.5%;
}
.main-lst .whyus .whyinner .col_fifth {
  width: 18.4%;
}
.main-lst .whyus .whyinner .col_sixth {
  width: 15%;
}
.main-lst .whyus .whyinner .col_three_fourth {
  width: 74.5%;
}
.main-lst .whyus .whyinner .col_twothird {
  width: 66%;
}
.main-lst .whyus .whyinner .col_half,
.main-lst .whyus .whyinner .col_third,
.main-lst .whyus .whyinner .col_twothird,
.main-lst .whyus .whyinner .col_fourth,
.main-lst .whyus .whyinner .col_three_fourth,
.main-lst .whyus .whyinner .col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 1%;
  margin-bottom: 20px;
}
.main-lst .whyus .whyinner .end {
  margin-right: 0 !important;
}
.main-lst .whyus .whyinner .wrapper {
  width: 980px;
  margin: 30px auto;
  position: relative;
}
.main-lst .whyus .whyinner .counter {
  background-color: rgba(96, 96, 235, 0.84);
  color: #fff;
  padding: 20px 0;
  border-radius: 5px;
}
.main-lst .whyus .whyinner .count-title {
  font-size: 30px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.main-lst .whyus .whyinner .count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.main-lst .whyus .whyinner .fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #fff;
}
.main-lst .whyus .whyinner .heading h2 {
  padding: 10px;
  color: #fff;
}
.main-lst .clients .item {
  border: 1px solid rgb(212, 212, 228);
  padding: 10px;
}
.main-lst .clients .item img {
  transform: scale(0.8);
}
.main-lst .enqbx {
  height: 600px;
  background: url(../img/bttg5.jpg);
  background-attachment: fixed;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -39rem;
}
.main-lst .enqbx .bgtyuhj {
  background: #f5f5ff;
  height: 100%;
}
.main-lst .enqbx .bgtyuhj .shadow-sm {
  z-index: 1;
  margin: 25px;
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 35px !important;
  overflow: hidden;
}
.main-lst .enqbx .site-button {
  outline: none;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #6060eb;
  border: 2px solid #fff;
  font-size: 15px;
  font-weight: 700;
  transition: 0.5s all ease;
}
.main-lst .enqbx .btn-half {
  cursor: pointer;
  background-color: #6060eb;
  z-index: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
}
.main-lst .enqbx .btn-half em {
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 26px;
  right: 30px;
  top: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}
.main-lst .enqbx .btn-half:hover {
  background-color: #3b3bbe;
}
.main-lst .enqbx .btn-half:hover em {
  width: 38px;
}
.main-lst .enqbx .btn-half span {
  color: #fff;
  display: block;
  padding-left: 0%;
  padding-right: 35px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  transform: scaleX(0.9);
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.main-lst .fgtuiop .heading h2 {
  text-transform: capitalize;
  text-align: center;
}
.main-lst .fgtuiop .slider {
  overflow: hidden;
  padding: 30px 50px;
  width: 100%;
}
.main-lst .fgtuiop .slider .slitem {
  text-align: left;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}
.main-lst .fgtuiop .slider .slitem .tst-detail {
  text-align: center;
  position: relative;
  background: #fff;
  margin: auto;
  padding: 30px;
  min-height: 100px;
}
.main-lst .fgtuiop .slider .slitem .tst-detail b {
  font-weight: 900;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  color: #0d1326;
}
.main-lst .fgtuiop .slider .slitem .tst-detail i.fa-sharp.fa-solid.fa-quote-left {
  font-size: 50px;
  color: rgb(224, 224, 224);
}
.main-lst .fgtuiop .slider .slitem .tst-detail p {
  position: relative;
  z-index: 9;
  height: 75px;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 5px;
}
.main-lst .fgtuiop .slider .slitem span {
  display: block;
  text-align: center;
}
.main-lst .fgtuiop .slider .slitem span img {
  width: 125px;
  height: 125px;
  padding: 5px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  margin-right: 20px;
}
.main-lst .fgtuiop .slider .slitem b {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  color: #03091d;
}
.main-lst .fgtuiop .slider .slitem small {
  text-transform: capitalize;
}
.main-lst .fgtuiop .slider .slitem p {
  padding: 10px 0px;
  color: #2d2c2c;
  margin: 0px;
  font-size: 14px;
}
.main-lst .fgtuiop .slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40%;
}
.main-lst .fgtuiop .slider .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: rgb(96, 96, 235);
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: relative;
  left: -40px;
}
.main-lst .fgtuiop .slider .owl-nav .owl-prev span {
  position: relative;
  top: -5px;
}
.main-lst .fgtuiop .slider .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: rgb(96, 96, 235);
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  position: relative;
  right: -40px;
}
.main-lst .fgtuiop .slider .owl-nav .owl-next span {
  position: relative;
  top: -5px;
}
.main-lst #mission {
  position: relative;
  padding: 60px 0;
  background: url("../img/msnd.jpg") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
  background-attachment: fixed;
  /* Responsive */
}
.main-lst #mission .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.main-lst #mission .container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 2;
}
.main-lst #mission .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.main-lst #mission .col-md-4 {
  flex: 1 1 300px;
  max-width: 360px;
}
.main-lst #mission .miinner {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-lst #mission .miinner:hover {
  background: #6060eb;
}
.main-lst #mission h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-align: center;
}
.main-lst #mission h3 i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
.main-lst #mission p {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .main-lst #mission .row {
    flex-direction: column;
    gap: 25px;
  }
  .main-lst #mission .col-md-4 {
    max-width: 100%;
  }
}

.ftbxd {
  color: #dfdfdf;
  font-size: 0.9rem;
  line-height: 1.6;
  background: url(../img/345ty.avif);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  position: relative;
}
.ftbxd .ftr-bg {
  z-index: 999;
  position: relative;
}
.ftbxd .overlay {
  background: rgba(50, 50, 95, 0.92);
  position: absolute;
  width: 100%;
  height: 100%;
}
.ftbxd a {
  color: #dfdfdf;
  text-align: left;
  text-decoration: none;
  display: block;
}
.ftbxd p {
  color: #dfdfdf;
}
.ftbxd a:hover {
  color: #fff;
  text-decoration: underline;
}
.ftbxd .widget-title {
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.ftbxd .qlinks {
  padding-left: 15px;
}
.ftbxd .qlinks li {
  display: list-item;
  list-style: disc;
}
.ftbxd .social-icons {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.ftbxd .social-icons li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #4d4d8e;
  color: #dfdfdf;
  transition: all 0.3s ease;
  font-size: 18px;
}
.ftbxd .social-icons li a:hover {
  background-color: #7f7ff2;
  color: #fff;
  text-decoration: none;
}
.ftbxd .widget {
  padding: 30px 0px;
}
.ftbxd .footer-bottom {
  border-top: 1px solid #4c4c96;
  padding: 15px 0;
  margin-top: 40px;
  text-align: center;
  font-size: 0.85rem;
  color: #dfdfdf;
}
.ftbxd .whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.ftbxd .whatsapp a {
  display: inline-block;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}
.ftbxd .whatsapp a:hover {
  background-color: #1ebe5b;
  text-decoration: none;
  color: white;
}

@media (max-width: 576px) {
  .ftbxd .social-icons {
    justify-content: center;
  }
}
span.mbd {
  display: none;
}

.mxtinner .ftouter .fltright .ecuc-style.ecuc-right-bottom {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}
.mxtinner .ftouter .fltright .ecuc-panel {
  width: 320px;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  color: #222;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  margin-bottom: 10px;
  margin-right: -11px;
  margin-bottom: 105px;
}
.mxtinner .ftouter .fltright .ecuc-panel.ecuc-show-panel {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.mxtinner .ftouter .fltright .ecuc-header {
  background: #6060eb;
  color: #fff;
  padding: 20px 20px 15px;
  font-weight: 600;
  font-size: 18px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
.mxtinner .ftouter .fltright .ecuc-header strong {
  font-weight: 700;
  display: block;
  margin: auto;
  align-items: center;
  gap: 8px;
}
.mxtinner .ftouter .fltright .ecuc-header font {
  font-size: 18px;
  color: rgb(255, 255, 255);
}
.mxtinner .ftouter .fltright .ecuc-header p {
  margin-top: 5px;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.8;
  color: rgb(255, 255, 255);
}
.mxtinner .ftouter .fltright .ecuc-body {
  padding: 15px 20px 20px;
}
.mxtinner .ftouter .fltright .ecuc-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mxtinner .ftouter .fltright .ecuc-body li {
  margin-bottom: 15px;
}
.mxtinner .ftouter .fltright .ecuc-list {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 0 transparent;
  transition: 0.3s ease-in-out;
}
.mxtinner .ftouter .fltright .ecuc-list:hover {
  background-color: #6060eb;
  color: #fff;
  box-shadow: 0 4px 15px rgba(38, 50, 56, 0.3);
}
.mxtinner .ftouter .fltright .ecuc-list:hover p {
  color: #fff;
}
.mxtinner .ftouter .fltright .ecuc-img-cont {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: background-color 0.3s ease;
}
.mxtinner .ftouter .fltright .ecuc-list:hover .ecuc-img-cont {
  background: rgb(255, 152, 0);
}
.mxtinner .ftouter .fltright .ecuc-cat-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0);
  transition: filter 0.3s ease;
}
.mxtinner .ftouter .fltright .ecuc-list:hover .ecuc-cat-icon {
  filter: brightness(0) invert(1);
}
.mxtinner .ftouter .fltright .ecuc-user-info span {
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.mxtinner .ftouter .fltright .ecuc-user-info p {
  font-size: 13px;
  margin: 0;
  color: #666;
  opacity: 0.8;
}
.mxtinner .ftouter .fltright .ecuc-right-bottom {
  position: relative;
  bottom: 42px;
  right: -5px;
}
.mxtinner .ftouter .fltright .ecuc-right-bottom .ecuc-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.mxtinner .ftouter .fltright .ecuc-right-bottom .ecuc-box {
  width: 50px;
  padding: 5px;
  height: 50px;
  background: #6060eb;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(38, 50, 56, 0.5);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  z-index: 10000;
}
.mxtinner .ftouter .fltright .ecuc-right-bottom .ecuc-box:hover {
  background-color: #ff9800;
}
.mxtinner .ftouter .fltright .fltright svg {
  transition: 0.3s ease-in-out;
}
.mxtinner .ftouter .fltright .xcrt svg {
  animation-name: rotateF;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
}
@keyframes rotateF {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mxtinner .ftouter .fltright svg {
  width: 36px;
  height: 36px;
  padding: 7px;
  fill: #fff;
  transition: fill 0.3s ease;
}
.mxtinner .ftouter .fltright .ecuc-right-bottom .ecuc-box:hover svg {
  fill: #263238;
}

@media only screen and (max-width: 1441px) {
  .main-lst .sddesk .btlist .contact-card {
    padding: 60px 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .thkop {
    margin-top: 0px;
  }
  .mxtinner .ftouter .fltright .ecuc-right-bottom .ecuc-box {
    right: -13px;
    bottom: 0px;
  }
  header .gtqt {
    width: -moz-max-content;
    width: max-content;
  }
  .widget.widget_services.text-center.text-lg-start {
    text-align: left !important;
  }
  a.callbtn {
    right: 14px;
  }
  span.mbd i {
    color: #6060eb;
  }
  .main-lst .page-title .auto-container h2 {
    font-size: 28px;
  }
  .main-lst .page-title {
    padding: 15px 0 0;
    min-height: 130px;
    margin-top: 0px;
  }
  .main-lst .fgtuiop .slider .slitem {
    border: 1px solid #f0cfcf;
  }
  .sthead {
    position: relative;
  }
  .main-lst .whyus .whyinner .wrapper {
    width: 100%;
  }
  .main-lst .enqbx {
    height: auto;
  }
  .mjui {
    display: flex;
    align-items: center;
  }
  .clients .owl-carousel .owl-nav button.owl-next,
  .clients .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    background: #eee;
  }
  .main-lst .enqbx .bgtyuhj {
    background: rgba(31, 31, 45, 0.4);
    height: 100%;
  }
  .enqbx .strhd h2 {
    text-transform: uppercase;
    color: #fff;
  }
  .main-lst .enqbx .bgtyuhj .shadow-sm {
    border-radius: 10px !important;
  }
  .ftbxd .widget {
    padding: 5px 0px;
  }
  .clients .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .clients .owl-carousel .owl-nav button.owl-next,
  .clients .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    background: #6060eb;
    color: #fff;
    margin: 5px;
  }
  .main-lst .whyus .whyinner .col_third {
    width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
    position: absolute;
    right: 10px;
    color: #434346;
    top: 20px;
  }
  a.whatsapp,
  .totop {
    right: 15px;
  }
  .container-fluid {
    padding: 0px 10px;
  }
  .main-lst .nx-xld .adbsl .item h3 {
    font-size: 30px;
  }
  .main-lst .nx-xld .adbsl .item h5 {
    font-size: 22px;
  }
  .main-lst .nx-xld .adbsl .item .contain-wrapper {
    position: absolute;
    left: 0;
    top: -124px;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
  }
  .main-lst .enqbx .bgtyuhj .shadow-sm {
    margin: 5px;
  }
  header.kklst.sthead {
    padding-bottom: 0px;
  }
  span.mbd {
    display: none;
    flex-wrap: wrap;
  }
  .sthead .navbar-brand .img-fluid {
    max-width: 100%;
    height: auto;
    width: 110px;
  }
  span.mbd a {
    display: block;
    width: 100%;
    color: #000;
  }
  .abinner p {
    text-align: justify;
  }
  .main-lst .nx-xld .adbsl .item {
    height: 83vh;
  }
  .main-lst .rgregin .tsyblg {
    height: 345px;
    margin-bottom: 10px;
  }
  .main-lst .rtinnergrt {
    padding-bottom: 0px !important;
  }
  .services .owl-dots {
    background: #000;
    display: none;
  }
  .main-lst .rgregin .gfrews {
    background-size: cover;
    padding: 30px 15px;
  }
  .main-lst .rgregin .tsyblg:hover .nmtyu {
    transform: translateY(-5px);
  }
  .main-lst .rtinnergrt .owl-carousel.servicesbgt .owl-nav button.owl-prev {
    left: 2%;
  }
  .main-lst .rtinnergrt .owl-carousel.servicesbgt .owl-nav button.owl-next {
    right: -4px;
  }
  .main-lst .rgregin .bgt-right {
    text-align: left;
    margin-bottom: 10px;
  }
  .sty4 .service-content {
    width: 100%;
    padding: 35px;
  }
  header {
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  header .navbar-brand {
    width: 120px;
    left: 10px;
    position: relative;
    border: 0px;
    left: 0px;
    bottom: unset;
  }
  .navbar-light .navbar-toggler {
    margin-left: auto;
  }
  .topbar {
    display: none;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  .pagesubheader {
    height: 110px;
  }
  .sthead {
    padding-bottom: 8px;
  }
  ul.navbar-nav.ms-auto {
    padding: 15px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: transparent;
  }
  .btns {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */