@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  padding-top: 114px;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

li.mteee {
  display: flex;
}

.mhtyu {
  display: flex;
  align-items: center;
}

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

.mfrt {
  padding-left: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dfxrt.col-md-4.py-5 img {
  border-radius: 31px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e3be5a;
}

.email {
  text-transform: lowercase !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgb(222 181 73 / 9%);
  color: var(--bs-table-striped-color);
}

.card-style-06 {
  margin-bottom: 15px;
}

.stypop {
  color: #13A378;
}

.color-box-inner h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0px;
}

.rntinner blockquote.text-center {
  background: #e0b84d;
  padding: 10px;
}

.cntuses {
  position: relative;
}

.cntuses {
  position: relative;
}

.cntuses .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -66px;
  right: 0px;
}

.cntuses .owl-nav button {
  width: 30px;
  height: 30px;
  background-color: #eee;
}

.cntuses .owl-nav button span {
  background-color: #e9f5e9;
  width: 30px;
  height: 30px;
  display: block;
  transition: 0.3s ease-in-out;
  font-size: 20px !important;
}

.cntuses .item h4 {
  padding: 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  background: #fff;
  position: absolute;
  bottom: 14px;
  width: 90%;
  margin: auto;
  border-radius: 0px;
  text-align: center;
  right: 0px;
  left: 0px;
}

.cntuses .item {
  overflow: hidden;
  position: relative;
}
.cntuses .item img {
  transition: 0.3s ease-in-out;
}
.cntuses .item:hover img {
  transform: scale(1.1);
}

.color-box {
  display: inline-block;
  width: 48%;
  padding: 27px;
  margin-bottom: 1%;
  background: #deb549;
  color: #fff;
  cursor: pointer;
  margin-right: 1%;
  border-radius: 20px;
  border: 10px solid #fde29a;
}
.color-box:hover {
  background-color: #4a8249;
  border-color: #6ca06b;
}

.rtopl {
  width: 68%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 99;
  pointer-events: none;
}

.rtopl > span {
  background: rgba(255, 255, 255, 0.09);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
}

.rtopl > span:before {
  content: "";
  background-image: linear-gradient(0deg, #fff, transparent);
  width: 1px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: -1;
  animation: line-animation 9s linear infinite alternate;
}

.rtopl > span:nth-child(2) {
  left: 25%;
}

.rtopl > span:nth-child(2):before {
  content: "";
  animation: line-animation 9s linear 1s infinite alternate;
}

.rtopl > span:nth-child(3) {
  left: 50%;
  display: none;
}

.rtopl > span:nth-child(3):before {
  content: "";
  animation: line-animation 9s linear 2s infinite alternate;
}

.rtopl > span:nth-child(4) {
  left: 75%;
}

.rtopl > span:nth-child(5) {
  left: 100%;
}

.rtopl > span:nth-child(5):before {
  content: "";
  animation: line-animation 9s linear 1s infinite alternate;
}

.requ header {
  position: sticky;
  top: 0;
  background: #004080;
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  z-index: 1000;
}
.requ header a.button {
  background: #f7931e;
  padding: 0.5rem 1rem;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  float: right;
  margin-top: -2.5rem;
}
.requ .cdrty {
  max-width: 100%;
  background: white;
}
.requ h2 {
  text-align: center;
  color: #004080;
}
.requ form label {
  display: block;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 15px;
}
.requ form input[type=text],
.requ form input[type=email],
.requ form input[type=number],
.requ form input[type=tel],
.requ form select,
.requ form textarea {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.3rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.requ form input[type=file] {
  margin-top: 0.5rem;
}
.requ .form-row {
  display: flex;
  gap: 1rem;
}
.requ .form-row > div {
  flex: 1;
}
.requ .submit-btn {
  background: linear-gradient(45deg, #dbb03d, #ffeebf);
  color: #000000;
  padding: 0.8rem 2rem;
  margin-top: 2rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  display: block;
  font-weight: bold;
  margin: auto;
  margin-top: 15px;
}
.requ .submit-btn:hover {
  background-color: #003060;
}
@keyframes line-animation {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}
.fxtybnm li {
  display: inline-block;
  width: 49%;
  padding: 8px;
  background: linear-gradient(45deg, #fcf0d5, transparent);
  margin-bottom: 10px;
  border-radius: 5px;
}

.bnmty11 {
  width: 100%;
  border-radius: 35px;
  height: 292px;
  border: 10px solid rgba(255, 255, 255, 0.64);
}

.btn {
  border-radius: 0px;
}

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

.ctrp {
  background: #f2faf2;
  padding: 30px;
}

.contact-address.mb-3 h6 {
  letter-spacing: 1px;
  line-height: 26px;
}

.totop {
  position: fixed;
  bottom: 86px;
  right: 15px;
  z-index: 999;
  background-color: #deb549;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  border: 0px;
}

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

.totop:hover {
  color: #fff;
}

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

.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
  z-index: 10000002;
  border: none;
  position: fixed;
  box-shadow: unset !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-te-menu-value {
  font-size: 14px;
  padding: 5px;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.goog-te-gadget-icon {
  background-image: url(../img/te_ctrl3.jpg) !important;
  background-position: 6px 0px !important;
  background-repeat: no-repeat !important;
}

.goog-te-menu-value:hover {
  cursor: pointer;
  background-color: #e1e1e1;
}

.goog-te-gadget-icon {
  width: 27px !important;
}

.hthead {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
}
.hthead span {
  font-size: 12px;
  display: block;
  background: #deb549;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 10px 15px;
  border-radius: 35px;
  color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

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

section {
  overflow: hidden;
}

header {
  transition: all 0.3s ease;
  /* Smooth transition effect */
  background: #fff;
  transition: all 0.3s ease;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
}
header .topbar {
  background: linear-gradient(45deg, #dbb03d, #ffeebf);
  padding: 10px;
  border-bottom: 1px solid #eee;
}
header .topbar ul {
  display: flex;
}
header .topbar ul li {
  list-style: none;
  margin-right: 10px;
}
header .topbar ul li a {
  color: #4c4a4a !important;
}
header .topbar .textr {
  justify-content: end;
}
header .navbar {
  padding: 10px;
}
header ul li a {
  color: #000 !important;
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
}
header ul li a:hover {
  color: #64af0c !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 15px !important;
  font-weight: 500;
  text-transform: uppercase;
}
header ul .mtlist a {
  padding: 20px 8px !important;
}
header ul .mtlist a #google_translate_element img {
  width: 0px;
}
header ul .mtlist a #google_translate_element a {
  padding: 20px 0px !important;
}
header ul .mtlist img {
  width: 35px;
}
header .dropdown-menu {
  top: 106%;
  min-width: 200px;
  width: 200px;
  transition: 0.4s;
  text-align: left;
  /* border-radius: 8px; */
  border: 0px;
  /* box-shadow: 0 1px 12px rgba(0, 0, 0, 0.12); */
  margin-top: -10px !important;
  text-align: center;
  background: #fff;
  color: #fff;
  font-weight: 400;
  border-radius: 0px;
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  white-space: pre-line;
  color: #212529 !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: #dbb03d;
}
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: 500;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #64af0c;
  text-decoration: none;
  color: #fff !important;
}
header .navbar-brand {
  width: 140px;
  color: rgba(0, 0, 0, 0.9);
  border: 2px solid #f0d489;
  border-radius: 5px;
  padding: 0px;
  overflow: hidden;
}
header .cninfo {
  margin-left: 10px;
  border-radius: 100px;
  padding: 0px 15px;
}
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: #000;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
header .cninfo li:nth-child(2) a {
  text-transform: capitalize;
}
header .goog-te-gadget-simple {
  background-color: #FFF;
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #D5D5D5;
  font-size: 10pt;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 2px;
  cursor: pointer;
  border-radius: 100px;
  border: 0px;
  padding: 4px 5px;
}
header .ctaccount {
  border: 1px solid #eab732;
  border-radius: 0px;
  padding: 5px 18px;
  color: #31405f;
  font-weight: 400;
  background: linear-gradient(45deg, #dbb03d, #ffeebf);
  position: fixed;
  right: 0px;
  transform: rotate(-90deg);
  z-index: 9999;
  right: -71px;
  top: 30%;
}
header .ctaccount:hover {
  background-color: #f5d7bd;
}
@media only screen and (min-width: 1024px) {
  header .dropdown ul.subdropdown-menu {
    position: absolute;
    right: -158px;
    background: #eee;
    width: 158px;
    top: 0px;
    display: none;
  }
  header .dropdown .submenuparent:hover .subdropdown-menu {
    display: block;
  }
  header .dropdown .dropdown-toggle i {
    font-size: 12px;
  }
  header .dropdown .dropdown-toggle:after {
    display: none;
  }
  header .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.mtmian #slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.mtmian #slider .container-fluid {
  max-width: 100%;
}
.mtmian #slider .carousel-control-next-icon,
.mtmian #slider .carousel-control-prev-icon {
  width: 2rem;
  height: 3rem;
  border-radius: 0px;
}
.mtmian #slider .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
}
.mtmian #slider .carousel-item video {
  height: 100%;
}
.mtmian #slider .carousel-item img {
  animation: scaleUp 50s infinite;
}
.mtmian #slider .carousel-indicators {
  z-index: 999;
}
.mtmian #slider .overlay {
  background: #000;
  width: 100%;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
.mtmian #slider .carousel-caption {
  position: absolute;
  z-index: 9;
  /* top: 8%; */
  text-align: center;
  align-self: center;
  top: -15%;
  bottom: 0px;
}
.mtmian #slider .carousel-caption .center {
  text-align: center;
  opacity: 0;
  /* Initially hidden */
  animation: fadeInUp 1s forwards;
  /* Apply animation */
}
.mtmian #slider .carousel-caption .center h2 {
  text-transform: uppercase;
  font-size: 76px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(50px);
  /* Start from the bottom */
  animation: fadeInUp 1s forwards 0.2s;
  /* Add delay */
}
.mtmian #slider .carousel-caption .center h3 {
  text-transform: capitalize;
  font-size: 27px;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(50px);
  /* Start from the bottom */
  animation: fadeInUp 1s forwards 0.4s;
  /* Add delay */
}
.mtmian #slider .carousel-caption .center h4 {
  font-size: 18px;
  opacity: 0;
  transform: translateY(50px);
  /* Start from the bottom */
  animation: fadeInUp 1s forwards 0.6s;
  /* Add delay */
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
    /* End position */
  }
}
.mtmian #slider .carousel-caption h3 {
  font-size: 2.8em;
  margin: 0px;
  font-optical-sizing: auto;
}
.mtmian #slider .carousel-caption .btn {
  color: #000;
  font-size: 14px;
  background: #ffffff;
  border-radius: 100px;
  padding: 5px 25px;
  transition: 0.3s ease-in-out;
}
.mtmian #slider .carousel-caption .btn:hover {
  background: #bb69b8;
}
.mtmian #slider .carousel-caption .bookpanel {
  display: flex;
  margin-top: 150px;
  justify-content: center;
}
.mtmian #slider .carousel-caption .bookpanel .fwid {
  min-width: 140px;
}
.mtmian #slider .carousel-caption .bookpanel .flex {
  background-color: #262626;
  display: flex;
}
.mtmian #slider .carousel-caption .bookpanel .flex .sicon {
  width: 40px;
  position: absolute;
  left: 0px;
  color: #ed8cde;
  top: 0px;
  display: inline-block;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mtmian #slider .carousel-caption .bookpanel .form-control {
  background-color: transparent;
  border: 0px;
  height: 37px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  width: 160px;
}
.mtmian #slider .carousel-caption .bookpanel .form-control:focus {
  box-shadow: unset;
  background-color: #0e0c0c;
}
.mtmian #slider .carousel-caption .bookpanel .msel {
  position: relative;
  padding-left: 40px;
}
.mtmian #slider .carousel-caption .bookpanel .msel:last-child {
  padding-left: 0px;
}
.mtmian #slider .carousel-caption .bookpanel .btn {
  color: #000;
  font-size: 14px;
  background: #ffffff;
  border-radius: 1px;
  padding: 8px 15px;
  transition: 0.3s ease-in-out;
  height: 37px;
}
.mtmian #slider .carousel-control-next,
.mtmian #slider .carousel-control-prev {
  z-index: 99;
}
.mtmian #slider .carousel-inner,
.mtmian #slider .carousel-item,
.mtmian #slider .carousel-item img {
  height: 600px;
}
.mtmian #slider .carousel-control-next-icon,
.mtmian #slider .carousel-control-prev-icon {
  background: #100f10;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.mtmian #slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.mtmian #slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.mtmian .bxtopart .page-title {
  background-color: #000;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0 0;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mtmian .bxtopart .page-title h2 {
  font-weight: bold;
}
.mtmian .bxtopart .page-title .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 130, 73, 0.85);
  content: "";
  left: 0px;
  top: 0px;
}
.mtmian .bxtopart .page-title .auto-container {
  color: #fff;
  z-index: 9;
  position: relative;
}
.mtmian .bxtopart .page-title .auto-container a {
  color: #e3bd59;
}
.mtmian .bxtopart .page-title .auto-container .breadcrumb-item.active {
  color: #c4c8cb;
}
.mtmian .xftyport h2 {
  font-weight: bold;
}
.mtmian .xftyport .txtbnd {
  background: #fef5df;
  text-align: center;
  /* color: #fff; */
  padding: 12px;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 10px;
  font-family: "Calibri";
}
.mtmian .xftyport .txtbnd p {
  font-size: inherit;
}
.mtmian .xftyport .txtbnd b {
  display: block;
}
.mtmian .bgrty #guarantee {
  position: relative;
  background-image: url("libraries/img/guarantee-banner-4.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  color: white;
  transition: background-image 0.6s ease-in-out;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 115px;
  min-height: 600px;
}
.mtmian .bgrty #guarantee > .container {
  position: relative;
  z-index: 1;
}
.mtmian .bgrty .nav-pills .nav-link {
  cursor: pointer;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.15);
  margin-right: 10px;
  border-radius: 0.25rem;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
  padding: 10px;
  text-transform: uppercase;
}
.mtmian .bgrty .nav-pills .nav-link:hover {
  color: #000000;
  background-color: rgba(52, 48, 48, 0.3);
}
.mtmian .bgrty .nav-pills .nav-link.active {
  background-color: #deb549;
  color: #fff;
}
.mtmian .bgrty .tab-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 576px) {
  .mtmian .bgrty .nav-pills .nav-link {
    padding: 8px 12px;
    font-size: 0.9rem;
    margin-right: 5px;
  }
}
.mtmian .bgrtuiop {
  background: linear-gradient(rgba(244, 243, 239, 0.8), rgba(244, 243, 239, 0.8)), url(../img/bgabt.webp) !important;
}
.mtmian .bgrtuiop .dtm {
  display: flex;
  align-items: center;
}
.mtmian .bgrtuiop figure {
  border-radius: 10%;
  overflow: hidden;
  position: relative;
}
.mtmian .bgrtuiop figure img {
  position: relative;
  z-index: 99;
}
.mtmian .ncontactbxrty button.submit-btn.btn {
  border: 0px solid;
  border-radius: 100px;
  padding: 5px 18px;
  color: #31405f;
  font-weight: bold;
  background: linear-gradient(45deg, #dbb03d, #ffeebf);
}
.mtmian .ctone {
  position: relative;
  background-image: url(../img/ft121.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 480px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  background-size: cover;
}
.mtmian .ctone .ct-heading h3 {
  font-size: 50px;
  margin-bottom: 20px;
}
.mtmian .ctone span#process-first {
  margin-right: 125px;
}
.mtmian .ctone span#process-second {
  margin-left: 28%;
}
.mtmian #countvbx {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.99)), url("../img/bgr1212.jpg");
}
.mtmian #countvbx .dtm {
  text-align: center;
}
.mtmian #countvbx .counter_card {
  background: #fff6de;
  text-align: center;
  padding: 20px 10px;
  border: 15px double #ffffff;
}
.mtmian #countvbx .counter_card h2 {
  font-weight: bold;
}
.mtmian #countvbx .counter_card i {
  font-size: 35px;
  margin-bottom: 15px;
}
.mtmian #countvbx .bg1 {
  background: #defff6;
}
.mtmian #countvbx h4, .mtmian #countvbx .h4 {
  font-size: 18px;
}
.mtmian #countvbx p {
  margin-top: 0;
  margin-bottom: 1rem;
  min-height: 75px;
}
.mtmian #countvbx .bg3 {
  background: #ffdede;
}
.mtmian #countvbx .bg4 {
  background-color: #def6ff;
}
.mtmian .stxp {
  background: rgba(231, 231, 231, 0.43);
}
.mtmian .stxp h2.title {
  color: #000;
  font-size: 23px;
  font-weight: bold;
  padding: 10px;
}
.mtmian .stxp .dtdesp {
  width: 100%;
  padding: 0px 10px;
  height: 107px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
}
.mtmian .stxp .dtinner {
  background: #fff;
  margin-bottom: 15px;
}
.mtmian .stxp .dtinner {
  transition: 0.3s ease-in-out;
  position: relative;
}
.mtmian .stxp .dtinner .imgbox {
  overflow: hidden;
}
.mtmian .wtwebuy {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.99)), url("../img/bgr1212.jpg");
  /* Flexbox grid */
  /* Article Styles */
  /* Content Styling */
  /* Responsive Design */
}
.mtmian .wtwebuy .card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.mtmian .wtwebuy .card-top {
  height: auto;
  overflow: hidden;
}
.mtmian .wtwebuy .card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mtmian .wtwebuy .card-body {
  padding: 20px;
  background-color: #f8f9fa;
}
.mtmian .wtwebuy .card-title {
  font-size: 18px;
  font-weight: 600;
}
.mtmian .wtwebuy .card-text {
  font-size: 15px;
  text-align: justify;
  min-height: 122px;
}
@media (max-width: 768px) {
  .mtmian .wtwebuy .card-top {
    height: 150px;
  }
  .mtmian .wtwebuy .card-title {
    font-size: 1rem;
  }
  .mtmian .wtwebuy .card-text {
    font-size: 0.9rem;
  }
}
.mtmian .wtwebuy .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
.mtmian .wtwebuy a {
  color: #000;
  font-weight: 400;
}
.mtmian .wtwebuy article {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 32%;
  padding: 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mtmian .wtwebuy article:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.mtmian .wtwebuy .img-box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.mtmian .wtwebuy .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.mtmian .wtwebuy .item:hover img {
  transform: scale(1.05);
}
.mtmian .wtwebuy .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mtmian .wtwebuy .item:hover .overlay {
  opacity: 1;
}
.mtmian .wtwebuy .inner-box .thm-btn {
  background: #dbb03d;
  color: #fff;
  padding: 12px 24px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.mtmian .wtwebuy .inner-box .thm-btn:hover {
  background-color: #000;
}
.mtmian .wtwebuy .content {
  padding: 20px;
  text-align: center;
}
.mtmian .wtwebuy .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}
.mtmian .wtwebuy .cust-p-home {
  color: #666;
  font-size: 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mtmian .wtwebuy article {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .mtmian .wtwebuy article {
    width: 100%;
  }
}
.mtmian .wrtprocess {
  padding: 60px 0;
  background: linear-gradient(rgba(21, 35, 64, 0.9), rgba(21, 35, 64, 0.99)), url("../img/ertyu.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /* Owl Carousel Navigation */
}
.mtmian .wrtprocess .hthead {
  COLOR: #FFF;
}
.mtmian .wrtprocess .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.mtmian .wrtprocess .sec_heading_h2 {
  font-size: 36px;
  font-weight: 600;
  color: #444;
}
.mtmian .wrtprocess .ptblock {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.mtmian .wrtprocess .portfolio-style-01 {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
}
.mtmian .wrtprocess .portfolio-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mtmian .wrtprocess .portfolio-text {
  padding: 20px;
  background: #fff;
}
.mtmian .wrtprocess .portfolio-inner {
  text-align: center;
}
.mtmian .wrtprocess h3.text-secondary {
  font-size: 24px;
  font-weight: bold;
  color: #000 !important;
}
.mtmian .wrtprocess .text-secondary-hover {
  color: #ffdd00;
  text-decoration: none;
}
.mtmian .wrtprocess .text-secondary-hover:hover {
  text-decoration: underline;
}
.mtmian .wrtprocess .owl-prev,
.mtmian .wrtprocess .owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  border: none;
}
.mtmian .wrtprocess .owl-prev:hover,
.mtmian .wrtprocess .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.mtmian .wrtprocess .owl-nav {
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: 45%;
  padding-top: 10px;
  width: 100%;
}
.mtmian .wrtprocess .owl-prev {
  left: 10px;
  background-color: #f0d489 !important;
  width: 35px;
  height: 35px;
  border-radius: 100px;
}
.mtmian .wrtprocess .owl-next {
  right: 10px;
  background-color: #f0d489 !important;
  width: 35px;
  height: 35px;
  border-radius: 100px;
}
.mtmian .wrtprocess .owl-stage {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.mtmian .wrtprocess .owl-item {
  flex-shrink: 0;
  width: 70%;
  margin-right: 30px;
  opacity: 1;
  transition: transform 0.3s ease;
}
.mtmian .wrtprocess .owl-item.active.center {
  transform: scale(1.1);
}
.mtmian .wrtprocess .owl-item.center {
  transform: scale(0.9);
}
.mtmian .wrtprocess .owl-item.cloned {
  opacity: 0.5;
}
.mtmian .wrtprocess .owl-dots {
  display: none;
}
.mtmian .wrtprocess .owl-carousel .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mtmian .choose {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.99)), url("../img/bgr1212.jpg");
  /* Overlay styling */
}
.mtmian .choose .card-style-02 {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 0;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.mtmian .choose .card-style-02:hover {
  transform: scale(1.05);
}
.mtmian .choose .card-style-02:hover .card-count {
  color: #000;
  background: rgb(255, 255, 255);
}
.mtmian .choose .card-count {
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: bold;
  background: rgb(222, 181, 73);
  padding: 5px 15px;
  border-radius: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.mtmian .choose .card-body h3 {
  font-size: 1.75rem;
  font-weight: 600;
}
.mtmian .choose .shape-1,
.mtmian .choose .shape-2 {
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.mtmian .choose .shape-1 {
  bottom: 0;
  left: 0;
}
.mtmian .choose .shape-2 {
  top: 0;
  right: 0;
}
.mtmian .choose .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 35, 61, 0.85);
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.mtmian .choose .card:hover .overlay {
  background: rgba(25, 18, 1, 0.896);
}
.mtmian .choose .card-body {
  position: relative;
  z-index: 2;
  /* Ensures text stays above the overlay */
}
.mtmian .choose .row.g-xxl-5 {
  margin-top: -5rem;
}
.mtmian .choose .wow {
  animation-duration: 1.2s;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .mtmian .choose .card-style-02 {
    height: 350px;
  }
}
.mtmian .stand {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.99)), url("../img/bgr1212.jpg");
  /* Left Section of Media */
  /* Right Section of Media */
}
.mtmian .stand .media {
  display: flex;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.mtmian .stand .media:last-child {
  border-bottom: none;
}
.mtmian .stand .media .left {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
.mtmian .stand .media .left i {
  color: rgb(222, 181, 73);
  font-size: 24px;
  align-items: bas eline;
}
.mtmian .stand .media .right {
  flex-grow: 1;
}
.mtmian .stand .media .right h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 0 0 10px;
}
.mtmian .stand .media .right p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.mtmian .stand .media:hover {
  transition: all 0.3s ease-in-out;
}
.mtmian .stand .media:hover h3 {
  color: rgb(222, 181, 73);
}
.mtmian .bdrtyusell .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 55px;
}
.mtmian .bdrtyusell .dtfx {
  display: flex;
  align-items: center;
  height: 100%;
}
.mtmian .bdrtyusell h3 {
  border-left: 2px solid #deb549;
  padding-left: 10px;
}
.mtmian .bdrtyusell h3 span {
  color: #deb549;
}
.mtmian marquee.news-scroll {
  background: rgba(231, 231, 231, 0.43);
  padding: 10px;
  color: #152340;
}
.mtmian marquee.news-scroll a {
  color: #152340;
}
.mtmian .mapbx {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.99)), url("../img/bgr1212.jpg");
}
.mtmian .mapbx .heading h2 {
  text-transform: capitalize;
  text-align: center;
}
.mtmian .testimonials {
  background: linear-gradient(hsla(217.89, 27.14%, 27.45%, 0.53), rgba(51, 65, 89, 0.78)), url(../img/tst.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mtmian .testimonials h2 {
  text-transform: capitalize;
  text-align: left;
  color: #fff;
}
.mtmian .testimonials h2 i {
  display: block;
  text-align: left;
  font-size: 38px;
  color: rgb(222, 181, 73);
}
.mtmian .testimonials .slider {
  overflow: hidden;
  padding: 41px 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 50px;
}
.mtmian .testimonials .slider .slitem {
  text-align: left;
  display: flex;
  align-items: center;
  color: #fff;
}
.mtmian .testimonials .slider .slitem .tst-detail {
  text-align: left;
  position: relative;
  margin: auto;
  min-height: 100px;
}
.mtmian .testimonials .slider .slitem .tst-detail b {
  font-size: 15px;
  padding: 10px 0px;
  border-radius: 10px;
  color: #fff;
}
.mtmian .testimonials .slider .slitem .tst-detail p {
  position: relative;
  z-index: 9;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 5px;
  color: #fff;
}
.mtmian .testimonials .slider .slitem span {
  display: block;
  text-align: center;
}
.mtmian .testimonials .slider .slitem span img {
  width: 125px;
  height: 125px;
  padding: 5px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  margin-right: 20px;
}
.mtmian .testimonials .slider .slitem b {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  color: #03091d;
}
.mtmian .testimonials .slider .slitem small {
  text-transform: capitalize;
}
.mtmian .testimonials .slider .slitem p {
  padding: 10px 0px;
  color: #2d2c2c;
  margin: 0px;
}
.mtmian .testimonials .slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40%;
  display: none;
}
.mtmian .testimonials .slider .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: rgb(222, 181, 73);
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: relative;
  left: -40px;
}
.mtmian .testimonials .slider .owl-nav .owl-prev span {
  position: relative;
  top: -5px;
}
.mtmian .testimonials .slider .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: rgb(222, 181, 73);
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  position: relative;
  right: -40px;
}
.mtmian .testimonials .slider .owl-nav .owl-next span {
  position: relative;
  top: -5px;
}
.mtmian #slider2 {
  /* Caption text */
  /* Fading animation */
}
.mtmian #slider2 .dtbotm {
  position: absolute;
  bottom: 8%;
  left: 12%;
}
.mtmian #slider2 p.hideDiv {
  border-left: 1px solid #dfb74d;
  padding-left: 10px;
}
.mtmian #slider2 p.hideDiv span {
  display: block;
  line-height: 30px;
  color: #fff;
}
.mtmian #slider2 .main-container {
  position: relative;
}
.mtmian #slider2 .slideshow-container {
  margin: auto;
  height: 600px;
}
.mtmian #slider2 .slideshow-container img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mtmian #slider2 .mySlides {
  display: none;
}
.mtmian #slider2 .controls {
  position: relative;
  cursor: pointer;
  margin: 4px 2px;
  padding: 10px;
  background-color: transparent;
  color: white;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 15px;
  text-decoration: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mtmian #slider2 .caption {
  max-width: 500px;
  position: absolute;
  background: rgba(0, 0, 0, 0.37);
  padding: 15px;
  left: 12%;
  top: 21%;
  color: #fff;
}
.mtmian #slider2 .caption i {
  color: #e3be5a;
}
.mtmian #slider2 .caption h2 {
  font-weight: bold;
  font-size: 2rem;
}
.mtmian #slider2 .caption .btn {
  border-radius: 0px;
  border-radius: 100px;
  padding: 5px 18px;
  color: #31405f;
  font-weight: bold;
  background: linear-gradient(45deg, #dbb03d, #ffeebf);
}
.mtmian #slider2 .caption .btn i {
  color: #31405f;
}
.mtmian #slider2 .next {
  right: 0;
}
.mtmian #slider2 .controls-container {
  border-top: 1px solid #fff;
  margin-top: 10px;
}
.mtmian #slider2 .controls:hover {
  background-color: transparent;
}
.mtmian #slider2 .controls:focus {
  outline: none;
}
.mtmian #slider2 .text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mtmian #slider2 .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.mtmian #slider2 #myProgress {
  width: 100%;
  background-color: #3F3D56;
}
.mtmian #slider2 #myBar {
  width: 0%;
  height: 3px;
  background-color: #deb549;
}
.mtmian #slider2 .slider-controls {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.mtmian .productline {
  color: #fff;
  background-color: #043a5b;
}
.mtmian .productline p {
  color: #fff;
}
.mtmian .productline a {
  font-size: 15px;
}
.mtmian .productline .hthead {
  text-align: left;
}
.mtmian .productline .prtn {
  padding-right: 0px;
}
.mtmian .productline .dfxmn {
  display: flex;
}
.mtmian .productline .dfxmn .dfxrt {
  background-color: #fff;
  padding: 15px;
}
.mtmian .productline .tab-content,
.mtmian .productline .tab-pane,
.mtmian .productline .dfxmn,
.mtmian .productline .lt {
  height: 100%;
}
.mtmian .productline .lt {
  min-height: 455px;
}
.mtmian .productline .nav {
  padding-left: 40px;
}
.mtmian .productline .nav li a {
  position: relative;
  transition: 0.3s ease-in-out;
}
.mtmian .productline .nav li a:after {
  content: "";
  position: absolute;
  left: -12%;
  top: 49%;
  background-color: #fff;
  height: 1px;
  width: 50px;
}
.mtmian .productline .nav li a:hover {
  transform: translateX(10px);
}
.mtmian .productline .nav li .active {
  color: #deb549;
}
.mtmian .productline .nav li .active:after {
  content: "";
  background-color: #deb549;
}
.mtmian .productline .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.mtmian .productline ul.inline-link li {
  display: inline-block;
  color: #fff;
  border: 1px solid #deb549;
  margin: 4px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.mtmian .productline ul.inline-link li:hover {
  background: #deb549;
}
.mtmian .productline ul.inline-link li a {
  color: #fff;
}
.mtmian .commitment {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.99)), url("../img/bgr1212.jpg");
}
.mtmian .commitment .certinner {
  border: 1px solid #eee;
}
.mtmian .blog {
  padding: 60px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.99)), url(../img/bgr1212.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /* Animation for fadeIn effect */
}
.mtmian .blog .card {
  border: 0px;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 10px 0;
  /* border: 1px solid #d6d6d6; */
  border-radius: 1px;
  transition: 0.4s;
}
.mtmian .blog .section-title span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #777;
}
.mtmian .blog .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.mtmian .blog .card-style-04 {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.mtmian .blog .card-img-top {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mtmian .blog a.rmoebtn.btn {
  background: #deb549;
  color: #fff;
  margin-top: 10px;
}
.mtmian .blog a.rmoebtn.btn:hover {
  background: #8b6a19;
}
.mtmian .blog .card-list {
  bottom: 0%;
  position: absolute;
  left: 4%;
  background-color: rgb(222, 181, 73);
  padding: 5px 5px;
  /* border-radius: 20px; */
  font-size: 0.875rem;
  text-align: center;
  width: 70px;
}
.mtmian .blog .card-list:after {
  width: 0;
  height: 0;
  content: "";
  border-left: 0 solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 12px solid #deb549;
  top: -11px;
  position: absolute;
  left: 0;
}
.mtmian .blog .card-body {
  padding: 1.5rem;
}
.mtmian .blog .card-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
}
.mtmian .blog .card-title a {
  text-decoration: none;
  color: inherit;
  color: #202020;
  font-size: 18px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mtmian .blog .wow.fadeIn {
  animation: fadeIn 1s ease-in-out;
}
.mtmian section#about,
.mtmian section.enquiry-outer,
.mtmian .contactpgt {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.99)), url(../img/bgr1212.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.mtmian .cnty {
  display: none;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.99)), url(../img/bgr1212.jpg);
}
.mtmian .cnty .bg-primary {
  padding: 30px;
  background: linear-gradient(rgba(222, 181, 73, 0.77), rgba(222, 181, 73, 0.94)), url(../img/ertyu.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.mtmian .cnty .btn {
  background-color: #fff;
  margin-top: 10px;
}
.mtmian .cnty .btn:hover {
  background: #000;
  color: #fff;
}
.mtmian .cnty .sec_heading_h3 {
  font-size: 2rem;
  font-weight: bold;
}
.mtmian .cnty .count-number {
  font-size: 3rem;
  font-weight: bold;
  color: white;
}
.mtmian .enrtbx #inquiry-form {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: auto;
}
.mtmian .enrtbx .section-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.mtmian .enrtbx h4 {
  color: #555;
  margin-bottom: 30px;
  font-weight: 500;
}
.mtmian .enrtbx .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-color: #0d6efd;
}
.mtmian .enrtbx .btn-primary {
  border: 0px solid;
  border-radius: 100px;
  padding: 5px 18px;
  color: #31405f;
  font-weight: bold;
  background: linear-gradient(45deg, #dbb03d, #ffeebf);
}
.mtmian .enrtbx .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}
.mtmian .tsmslide {
  background: linear-gradient(hsla(218, 27%, 27%, 0.815), rgba(51, 65, 89, 0.918)), url(../img/ertyu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.mtmian .tsmslide h2 {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}
.mtmian .tsmslide .thumbnail_slider {
  max-width: 700px;
  margin: 30px auto;
}
.mtmian .tsmslide .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 580px;
  overflow: hidden;
  transition: 0.2s;
  border-width: 2px !important;
  margin: 10px 4px;
}
.mtmian .tsmslide .splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block !important;
  max-width: 100%;
  max-height: 100%;
}
.mtmian .inimmer .hthead {
  text-align: left;
}
.mtmian .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #deb549 !important;
  color: #deb549;
}
.mtmian .splide__arrow {
  position: absolute;
  z-index: 1;
  top: 49% !important;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}
.mtmian .splide__slide {
  color: #fff !important;
}
.mtmian .splide__arrow--prev {
  left: -3em !important;
}
.mtmian .splide__arrow--next {
  right: -3em !important;
}
.mtmian .tyuinner {
  min-height: 289px;
}
.mtmian a.anchorLink.type2 {
  border: 1px solid;
  border-radius: 100px;
  padding: 5px 18px;
  color: #31405f;
  font-weight: bold;
  background: linear-gradient(45deg, #dbb03d, #ffeebf);
}
.mtmian .cntinnerx {
  /* Contact Address */
  /* Responsive adjustments */
}
.mtmian .cntinnerx .contact-address h3.contact-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.mtmian .cntinnerx .contact-address h4 {
  font-weight: 500;
  line-height: 1.4;
  color: #444;
}
.mtmian .cntinnerx .contact-address h4 span {
  font-weight: 700;
}
.mtmian .cntinnerx .contact-social h3.contact-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: left;
}
.mtmian .cntinnerx .contact-social ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.mtmian .cntinnerx .contact-social ul.list-unstyled li {
  margin-bottom: 0.75rem;
}
.mtmian .cntinnerx .contact-social ul.list-unstyled li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #333;
  transition: color 0.3s ease;
}
.mtmian .cntinnerx .contact-social ul.list-unstyled li a:hover {
  color: #deb549;
}
.mtmian .cntinnerx .contact-social .icon {
  width: 35px;
  height: 35px;
  background-color: #4a8249;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.mtmian .cntinnerx .sociallinks {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}
.mtmian .cntinnerx .sociallinks li a {
  font-size: 1.4rem;
  color: #555;
  transition: color 0.3s ease;
}
.mtmian .cntinnerx .sociallinks li a.facebook:hover {
  color: #3b5998;
}
.mtmian .cntinnerx .sociallinks li a.twitter:hover {
  color: #e1306c;
}
.mtmian .cntinnerx .sociallinks li a.googleplus:hover {
  color: #0077b5;
}
.mtmian .cntinnerx iframe {
  border: 0;
  width: 100%;
  height: 450px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .mtmian .cntinnerx .col-md-8,
  .mtmian .cntinnerx .col-md-4 {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .mtmian .cntinnerx .contact-social {
    text-align: center;
  }
  .mtmian .cntinnerx .sociallinks {
    justify-content: center;
  }
  .mtmian .cntinnerx .contact-social ul.list-unstyled li a {
    justify-content: center;
  }
  .mtmian .cntinnerx .d-flex.flex-wrap {
    flex-direction: column;
  }
}

.pglx .hthead {
  font-weight: bold;
  font-size: 2rem;
}

.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: 130px;
  right: 15px;
  z-index: 9;
  width: 40px;
  display: flex;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 24px;
}

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

footer {
  background: #4a8249;
  color: #fff;
  font-size: 15px;
  /* Links color */
  /* Icon list item margin */
  /* Footer text color */
}
footer p {
  color: #fff;
}
footer .section-header {
  font-weight: bold;
  color: #fff;
  /* Ensure section headers are white */
}
footer a {
  color: #fff;
  /* Set links to white */
  text-decoration: none;
  /* Remove underline from links */
}
footer a:hover {
  color: #deb549;
}
footer .icon-list-item {
  margin-bottom: 10px;
}
footer footer p {
  color: #fff;
}
footer .dfrtyu {
  padding-left: 20px !important;
}
footer .dfrtyu li {
  list-style: disc;
}
footer ul.links.sociallinks {
  display: flex;
}
footer ul.links.sociallinks li {
  list-style: none;
  margin-right: 5px;
}
footer ul.links.sociallinks li a {
  padding: 5px;
}
footer .list-unstyled li {
  line-height: 30px;
}
footer .list-unstyled {
  padding-left: 0;
  list-style: none;
}
footer .footer-box ul li a {
  color: #808080;
  /* font-family: 'Calibri-Light'; */
  text-decoration: none;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 30px;
  padding: 5px;
}

a.werdf {
  width: 180px;
  display: block;
  margin: auto;
}

footer .section-header {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

footer .section-header {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

a.werdf {
  min-width: 145px;
  display: inline-block;
  width: 145px;
  margin: unset;
  height: 131px;
  padding-right: 11px;
}

a.werdf img {
  width: 100%;
}

.dfxlt p {
  display: inline-block;
}

.dfxltdd p {
  text-align: justify;
}

.dfxlt {
  display: inline-block;
  flex-wrap: wrap;
}

.mbshy {
  display: none;
}

a.btnrm.btn {
  display: inline;
  background: transparent;
  color: #deb549;
  width: 121px;
  padding: 0px;
  border-radius: 5px;
  margin-top: 10px;
}

p.dskshy {
  display: block;
  margin: 0px;
}

.dfxlt p {
  display: inline-block;
  width: 55%;
  text-align: justify;
}

.dfxlt p {
  line-height: 27px;
}

p.dskshy {
  text-align: left;
}

.mbshy {
  margin: 0px;
}

.bgrty {
  border-bottom: 5px solid #eee;
}

.xftyport figure img {
  border-radius: 35px;
}

.wecan .hthead {
  margin-bottom: 15px;
}
.wecan figure {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
}
.wecan figure img {
  width: 100%;
}

.sptinner li {
  background: #4a8249;
  padding: 20px 10px;
  margin-bottom: 10px;
  color: #f2faf2;
  border-radius: 15px;
  text-align: center;
  color: #f2faf2;
  border: 2px dashed;
}
.sptinner li span {
  color: #fff;
  font-weight: bold;
}
.sptinner li small {
  display: block;
}

.blgmtmain .blog .card-img-top {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ctcoonect {
  padding: 30px;
}
.ctcoonect .ctninner {
  text-align: center;
  background-image: url("../img/2344533.jpg");
  padding: 40px;
  background-attachment: fixed;
  background-size: cover;
  border-radius: 100px;
}
.ctcoonect .ctninner h2 {
  color: #fff;
  max-width: 70%;
  margin: auto;
  margin-bottom: 20px;
}
.ctcoonect .ctninner a {
  border: 1px solid #eab732;
  border-radius: 100px;
  padding: 5px 18px;
  color: #31405f;
  font-weight: bold;
  background: linear-gradient(45deg, #dbb03d, #ffeebf);
}

.dropdown-menu .submenu2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0;
  padding-left: 0;
  background-color: #fff;
  border-radius: 0rem;
  min-width: 180px;
  border: 0px;
  z-index: 1050;
  min-height: 73px;
}

/* Show submenu on hover for desktop */
@media (min-width: 992px) {
  .dropdown-menu li:hover > .submenu2 {
    display: block;
  }
}
/* Submenu items style */
.submenu2 li {
  list-style: none;
  border: 0px;
}

.submenu2 li a {
  color: #212529;
  display: block;
  text-decoration: none;
}

.submenu2 li a:hover {
  color: #000;
}

/* Mobile submenu styles */
@media (max-width: 991.98px) {
  .dropdown-menu .submenu2 {
    position: static !important;
    border: none !important;
    box-shadow: none !important;
    display: none !important;
    margin-left: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dropdown-menu .submenu2.show {
    display: block !important;
    max-height: 1000px;
    /* big enough to show all */
  }
  /* Parent link flex for arrow */
  .drpitems > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* Arrow style */
  .submenu-toggle {
    cursor: pointer;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
  }
  /* Rotate arrow when open */
  .submenu-toggle.rotate {
    transform: rotate(90deg);
  }
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  white-space: unset;
  color: #212529;
}

.sidebar {
  width: 344px;
  display: none;
  height: 100vh;
  background-color: #1f2d3d;
  padding: 20px 20px 20px 20px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(0);
  transition: transform 0.3s ease;
  z-index: 1000;
}
.sidebar .nav-link:focus,
.sidebar .nav-link:hover {
  color: #FFC107;
}
.sidebar .submenu > li a:hover {
  background: transparent;
  color: #FFC107;
}
.sidebar a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  transition: background 0.2s ease;
}
.sidebar a:hover {
  background-color: #2c3e50;
}
.sidebar .nav-item {
  position: relative;
}
.sidebar .nav-link {
  padding-left: 40px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.sidebar .submenu {
  display: none;
  flex-direction: column;
  background-color: #273544;
}
.sidebar .submenu .nav-link {
  padding-left: 40px;
  font-size: 14px;
  padding-right: 15px;
}
.sidebar .submenu .submenu {
  padding-left: 20px;
  background-color: #32475b;
}

.sidebar-collapsed .sidebar {
  transform: translateX(-100%);
}

.cletrnst {
  display: none;
}

.mtmian #slider2 p.hideDiv {
  color: #fff;
}

.select2-container--default .select2-selection--single {
  height: 41.75px !important;
  line-height: 41.75px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41.75px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41.75px !important;
}

@media only screen and (max-width: 1441px) {
  #countvbx .counter_card {
    min-height: 229px;
  }
  a.werdf {
    min-width: 145px;
    display: inline-block;
    width: 180px;
    margin: unset;
    height: 114px;
    padding-right: 11px;
  }
}
@media only screen and (max-width: 1367px) {
  .mtmian #countvbx .counter_card {
    min-height: 229px;
  }
  .mtleft {
    width: 28%;
  }
  .mtright {
    width: 72%;
  }
}
@media only screen and (max-width: 767px) {
  li.mteee {
    flex-wrap: wrap;
  }
  .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .requ form label {
    display: block;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 14px;
  }
  .mtmian .enrtbx #inquiry-form {
    padding: 40px 10px;
  }
  .text-editor p {
    color: #fff;
  }
  footer.pt-3 {
    text-align: center;
  }
  h2.section-header {
    margin-top: 15px;
  }
  ul.links.sociallinks {
    display: flex;
    justify-content: center;
  }
  .mfrt {
    width: 100%;
    text-align: center;
    text-indent: -25px;
  }
  .dfxltdd {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
    position: absolute;
    right: 9px;
  }
  .cletrnst {
    display: inline-block;
    margin-left: -1px;
    position: relative;
    left: -42px;
  }
  .sidebar {
    display: block;
  }
  .rotate-arrow {
    transition: transform 0.3s ease;
  }
  .nav-item.open > .nav-link .rotate-arrow {
    transform: rotate(90deg);
  }
  .nav-item.open > .submenu {
    display: flex;
  }
  .sidebar-collapsed .content {
    margin-left: 0;
  }
  li.nav-item.mtlist a {
    display: inline-flex;
    padding-left: 18px;
  }
  .ctaccount {
    display: block;
    margin: 30px 20px 10px;
    padding: 12px;
    background: linear-gradient(45deg, #dbb03d, #ffeebf);
    color: #000 !important;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    justify-content: center;
  }
  .ctaccount i {
    margin-right: 10px;
  }
  .mtlist {
    padding: 10px 20px;
  }
  .mtlist img {
    width: 24px;
    height: auto;
  }
  .ctcoonect .ctninner h2 {
    color: #fff;
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    font-size: 19px;
  }
  .ctcoonect .ctninner {
    border-radius: 10px;
  }
  .ctcoonect .ctninner {
    padding: 40px 15px;
  }
  .xftyport figure img {
    border-radius: 20px;
  }
  .fxtybnm li {
    width: 100%;
  }
  .bnmty11 {
    margin-top: 10px;
  }
  .color-box {
    display: inline-block;
    width: 48%;
    padding: 15px;
    margin-bottom: 1%;
    background: #deb549;
    color: #fff;
    cursor: pointer;
    margin-right: 1%;
    border-radius: 20px;
    border: 5px solid #fde29a;
  }
  .ctrp {
    background: #f2faf2;
    padding: 15px;
  }
  .mtmian .cntinnerx .contact-social {
    text-align: center;
    background: #fff9ea;
    margin-bottom: 15px;
    padding: 25px 10px;
  }
  .mtmian .cntinnerx .col-md-12 {
    width: 100%;
  }
  .mtmian .cntinnerx .contact-social ul.list-unstyled li a {
    justify-content: left;
    padding-left: 0px;
  }
  .mtmian .cntinnerx .contact-social h3.contact-title {
    text-align: center;
  }
  .mtmian .enrtbx #inquiry-form {
    max-width: 90%;
  }
  .mtmian .bxtopart .page-title {
    padding: 20px 0 0;
    min-height: 130px;
  }
  .mtmian .bgrty .nav-pills .nav-link {
    padding: 8px 5px;
    font-size: 13px;
    margin-right: 5px;
    font-weight: 400;
  }
  .mtmian .xftyport .txtbnd {
    margin-bottom: 10px;
  }
  .mtmian .bgrty #guarantee {
    min-height: 527px;
  }
  .mbshy {
    display: block;
  }
  p.dskshy {
    display: none;
  }
  .dfxlt p {
    display: inline-block;
    width: 100%;
  }
  .mtmian #slider2 .caption {
    max-width: 97%;
    position: absolute;
    background: rgba(0, 0, 0, 0.37);
    padding: 15px;
    left: 0px;
    top: 21%;
    color: #fff;
    right: 0px;
    margin: auto;
  }
  .stxp .dtdesp {
    width: 100%;
    padding: 0px 10px;
    height: auto;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 10px;
  }
  .mtmian .productline .dfxmn {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .col-md-3.mtleft.py-5 {
    padding-bottom: 0px !important;
  }
  section.productline.pt-3 {
    padding-bottom: 15px;
    padding-right: 10px;
  }
  .mtmian .tyuinner {
    min-height: auto;
    padding-bottom: 15px;
  }
  .mtmian .wtwebuy .card-top {
    height: auto;
  }
  .mtmian .wtwebuy .card-text {
    min-height: auto;
  }
  .mtmian .choose .card-style-02 {
    height: auto;
  }
  .mtright {
    width: 100%;
  }
  .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    height: auto !important;
  }
  .mtmian .bdrtyusell h3 {
    margin-bottom: 15px;
  }
  .mtmian .productline ul.nav.flex-column {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .mtmian .productline .flex-column {
    flex-direction: unset !important;
  }
  .mtmian .productline ul.nav.flex-column li {
    width: -moz-max-content;
    width: max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .mtmian .productline .nav li a:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 90%;
    background-color: #fff;
    height: 1px;
    width: 100%;
  }
  .mtmian .productline .nav li a:after {
    display: none;
  }
  .col-md-3.mtleft.py-5 {
    padding-top: 0px !important;
  }
  .mtmian .productline .lt {
    min-height: auto;
  }
  .lt.col-md-8.py-5 {
    padding-top: 15px !important;
  }
  .mtmian .productline .nav li .active:after {
    display: block;
  }
  .mtleft {
    width: 100%;
  }
  .mtmian .testimonials .slider .slitem .tst-detail {
    padding: 5px;
  }
  .mtmian .productline .nav {
    padding-left: 0px;
  }
  .mtmian .testimonials .slider {
    padding: 15px;
  }
  .col-md-6.mb-4.mb-md-0 {
    margin-top: 15px;
  }
  .mtmian .cnty .count-number {
    font-size: 2rem;
  }
  .mtmian .bdrtyusell .dtfx {
    margin-bottom: 15px;
  }
  .wtwebuy .card {
    margin-bottom: 20px;
  }
  .wtwebuy .card-text {
    min-height: auto;
  }
  .mtmian .ctone span#process-first {
    margin-right: 0px;
    margin-left: 30px;
    font-size: 29px;
    position: relative;
    bottom: -20px;
  }
  .mtmian .ctone {
    height: 349px;
  }
  .mtmian .splide__arrow--prev {
    left: 10em !important;
  }
  .mtmian .splide__arrow--next {
    right: 10em !important;
  }
  .mtmian .splide__arrow {
    position: absolute;
    z-index: 1;
    top: unset !important;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
    bottom: -52px;
  }
  .mtmian .choose .card-style-02 {
    padding: 15px;
  }
  #countvbx .fgty p,
  .bdrtyusell .dtinner p,
  .stand p,
  .mapbx p,
  .choose .text-white,
  .blog p,
  .thumbnail_slider p {
    text-align: justify;
  }
  .mtmian .tsmslide .splide__slide img {
    margin: 0px;
    width: 100%;
  }
  .mtmian .ctone span#process-second {
    margin-left: 30px;
    font-size: 25px;
  }
  .wtwebuy .card-img-top {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
  }
  header .dropdown .dropdown-toggle i {
    font-size: 12px;
  }
  .topbar {
    display: none;
  }
  #slider .carousel-caption .center h2 {
    font-size: 27px;
  }
  .navbar-light .navbar-toggler {
    color: rgb(223, 176, 47);
  }
  #slider .carousel-caption .center h3 {
    font-size: 22px;
  }
  .choose .card-style-02 {
    height: auto;
    margin-bottom: 15px;
  }
  .stand figure {
    margin-top: 15px;
  }
  .commitment .certinner {
    margin-bottom: 10px;
  }
  .hthead {
    font-size: 30px;
  }
  #slider .carousel-inner,
  #slider .carousel-item,
  #slider .carousel-item img {
    height: 240px;
  }
  header .dropdown-menu {
    min-width: 200px;
    width: 200px;
  }
  .dropdown-toggle::after {
    display: none;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header i.fas.fa-chevron-down {
    float: right;
  }
  header .ctaccount {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  header .cninfo {
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: #f9f9f9;
  }
  .btns {
    margin-bottom: 15px;
  }
  .slidermain .carousel-item .caption {
    top: 10%;
    padding: 15px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 413px) {
  .mtmian .splide__arrow {
    position: absolute;
    z-index: 1;
    top: unset !important;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
    bottom: -52px;
  }
  .mtmian .tyuinner {
    min-height: auto;
    padding-bottom: 15px;
  }
  .mtmian .wtwebuy .card-top {
    height: auto;
  }
  .mtmian .wtwebuy .card-text {
    min-height: auto;
  }
}/*# sourceMappingURL=style.css.map */