@charset "UTF-8";
.btn-close::before {
  background: #9F9F9F !important;
}
#demo1, #demo2, #demo3, #demo4 {
  margin: 0px 9px;
  border-radius: 5px;
  background: #2cd947;
  color: #020202;
  padding: 8px 0px;
  width: 70px;
  font-size: 20px;
  display: inline-block;
}
.btn.btn-primary.hosting-theme {
  margin-top: 13px;
}
.navbar-brand img {
  width: 150px;
}
.dropdown-item .subheading {
  color: rgb(124, 144, 170);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.img-list {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 8px;
  padding: 0px 30px 0px 30px;
}
.img-list > p:first-child {
  color: rgb(54, 54, 54);
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
}
.img-list > p:nth-child(2) {
  color: rgb(54, 54, 54);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.img-list > a {
  color: rgb(var(--color-primary));
  display: flex;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  text-decoration: none;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  padding-bottom: 2px;
  width: fit-content;
}
.img-list > a:hover {
  background-size: 100% 1px;
}
.img-list img {
  margin-top: -25px;
  margin-bottom: 0px;
  width: 350px;
}
.custom-bg {
  background-color: rgb(255, 253, 241) !important;
}
.card-body.custom {
  padding: 20px;
}
strong.price {
  font-size: 40px;
  vertical-align: sub;
  text-align: right;
}
.icon-whmcs {
  width: 1.5rem;
  height: 1.5rem;
}
.svg-features {
  width: 1.0rem;
  height: 1.0rem;
}
.version-box {
  top: 2%;
  left: 15%;
  z-index: 2;
}
.isotope-filter {
  text-align: center;
  background: #4d4d4d;
}
.isotope-filter ul {}
.isotope-filter ul li {}
.isotope-filter ul li a.filter-item {
  padding: 6px 20px;
  display: inline-block;
  background: #4d4d4d;
  color: #FFFFFF;
  border: 2px solid #4d4d4d;
}
.isotope-filter ul li a.filter-item.active {
  color: #FFF;
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
.html-prices {
  top: -25px;
  right: 10px;
  position: absolute;
}
.whatsapp-chat {
  position: fixed;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
  z-index: 99;
}
.whatsappchagreeting-box {
  display: none;
}
.whatsapp-chat .whatsappchat-box {
  position: relative;
  bottom: 18px;
  cursor: auto;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  min-width: 360px;
  max-width: 420px;
}
@media (max-width:450px) {
  .whatsapp-chat .whatsappchat-box .whatsappchagreeting-box {
    min-width: 300px;
    max-width: 320px;
  }
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner {
  max-height: 84vh;
  overflow-y: auto;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .14);
  border-radius: 8px;
  clear: both;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .closewhatsappbtn {
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: pointer;
  padding: 5px;
  margin: 1px;
  border-radius: 50%;
  background-color: unset !important;
  z-index: 9999;
  line-height: 1;
  font-size: 16px;
  color: #fff;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .hedingss {
  padding: 12px 25px 12px 25px;
  background-color: #075e54;
  line-height: 1.3;
  margin: 0;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .hedingss .img {
  position: relative;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .hedingss .img img {
  position: relative;
  background: #fff;
  border-radius: 50%;
  max-height: 60px;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .hedingss .img::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 4px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #fff;
  background-color: #25D366;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .hedingss p:first-child {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .hedingss p:last-child {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .chating-boxx {
  background-color: #ece5dd;
  padding: 18px 24px 50px 18px;
  position: relative;
  max-height: calc(80vh - 140px);
  overflow-y: auto;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .chating-boxx .chating-boxx-bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/whatsapp-bg.png');
  opacity: .07;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .chating-boxx .message-box {
  margin: 8px 5px;
  padding: 6px 8px 8px 9px;
  background-color: #fff;
  border-radius: 0 7px 7px;
  position: relative;
  box-shadow: 0 1px .5px 0 rgba(0, 0, 0, .14);
  max-width: calc(100% - 20px);
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .chating-boxx .message-box::before {
  content: "";
  position: absolute;
  top: 0;
  height: 18px;
  width: 9px;
  background-color: #fff;
  right: 99.7%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%);
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .last-stage-wtsapp-btn {
  text-align: center;
  padding: 11px 25px 9px 25px;
  cursor: pointer;
  background-color: #ffffff;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .last-stage-wtsapp-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #25D366;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .last-stage-wtsapp-btn a svg {
  pointer-events: none;
  display: block;
  height: 20px;
  width: 20px;
  margin-inline-end: 10px;
}
.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box .chating-boxx .message-box p {
  font-size: 14px;
  margin-bottom: 0;
  color: #7b7b7b;
}
.whatsapp-chat .chat-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-chat .chat-btn svg {
  pointer-events: none;
  display: block;
  height: 50px;
  width: 50px;
}
ul.sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sitemap li.main {
  line-height: 20px;
  margin-bottom: 15px;
}
ul.sitemap li.main a {
  font-size: 15px;
  color: #333333;
}
.main-link-heading {
  font-size: 20px;
  padding: 20px 0 0px 0;
  margin: 0;
  color: #000;
}
.sub-link-heading {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0 5px 0;
  margin-bottom: 20px;
}
.image-wrapper2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 576px) {
  .mt-14.mansoon-banner {
    margin-top: 60px !important;
  }
}
@media (max-width: 768px) {
  .mt-14.mansoon-banner {
    margin-top: 80px !important;
  }
}
/* =========================================================================
    Buttons
========================================================================= */
.btn-01 {
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  padding: 0 30px;
  position: relative;
  background: #07678d;
  font-weight: 700;
  display: block;
  width: fit-content;
  transition: all 0.5s;
  cursor: pointer;
  border: 0;
}
.btn-01:hover {
  background: #044f6c;
  color: #fff;
  box-shadow: 8px 8px 0px 0px #07678d;
}
.btn-01.btn-sm {
  line-height: 50px;
  font-size: 16px;
}
.bg-banner {
  background-color: rgb(243, 249, 255);
}
.service-01 {
  border-radius: 20px;
  border: 1px solid rgb(235, 235, 235);
  flex: 1 1 0%;
  padding: 25px;
  transition: border 0.2s ease-in, box-shadow 0.2s ease-in;
  width: 100%;
  height: 100%;
  display: block;
}
.service-01:hover {
  border: 1px solid #07678d;
  box-shadow: rgba(46, 147, 238, 0.2) 0px 4px 8px;
}
.service-01 h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: rgb(54, 54, 54);
  transition: color 0.2s;
  margin-bottom: 15px;
}
.service-01 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(54, 54, 54);
  margin-bottom: 0;
}
.service-01 .icon-app {
  text-align: center;
  background: #f9f9f9;
  padding: 20px 10px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
}
.service-01 .icon-app .images img {
  border: dashed 2px #E1E1E1;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.service-01 .icon-app .name {
  text-align: center;
  padding: 5px 0 15px 0;
  font-size: 14px;
}
.service-01.why {
  padding: 20px;
}
.service-01.why img {
  width: 48px;
  margin-bottom: 20px;
}
.service-01.why h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.service-01.why p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(107, 107, 107);
}
.success {
  border-radius: 20px;
  border: 1px solid rgb(235, 235, 235);
  flex: 1 1 0%;
  padding: 25px;
  transition: border 0.2s ease-in, box-shadow 0.2s ease-in;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(235, 235, 235);
}
.success h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  color: rgb(54, 54, 54);
  transition: color 0.2s;
  margin-bottom: 15px;
}
.success p {
  font-size: 32px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(54, 54, 54);
  margin-bottom: 0;
}
.success img {
  width: 100%;
}
.portfolio {
  border-radius: 20px;
  border: 1px solid rgb(235, 235, 235);
  flex: 1 1 0%;
  padding: 0px;
  transition: border 0.2s ease-in, box-shadow 0.2s ease-in;
  width: 100%;
  height: 100%;
  display: block;
}
.portfolio:hover {
  box-shadow: rgba(46, 147, 238, 0.2) 0px 4px 12px;
}
.portfolio img {
  border-radius: 20px;
  width: 100%;
}
.portfolio h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: rgb(54, 54, 54);
  transition: color 0.2s;
  margin: 0px;
  padding: 25px 0px 10px 20px;
}
.portfolio p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(54, 54, 54);
  margin: 0px;
  padding: 0px 0px 10px 20px;
}
.portfolio a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #07678d;
  display: block;
  padding: 0px 0px 20px 20px;
}
.portfolio a i {
  margin-inline-start: 5px;
  transition: all 0.2s;
}
.portfolio:hover a i {
  margin-inline-start: 8px;
}
.testimonilas-item {
  display: flex !important;
  -moz-box-pack: start;
  justify-content: flex-start;
  background: rgb(252, 252, 252);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  flex-direction: column;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  margin-top: 10px;
  margin-bottom: 10px;
}
.testimonilas-item:hover {
  border: 1px solid #07678d;
  box-shadow: rgba(46, 147, 238, 0.2) 0px 4px 8px;
}
.testimonilas-item > p {
  color: rgb(54, 54, 54);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.testimonilas-item .tetimonilas-ownor {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.testimonilas-item .tetimonilas-ownor h3 {
  font-size: 16px;
  line-height: 18px;
  color: rgb(54, 54, 54);
  font-weight: 600;
  margin-bottom: 0;
}
.testimonilas-item .tetimonilas-ownor p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}
.testimonilas-item .tetimonilas-ownor img {
  max-height: 25px;
  opacity: 0.5;
}
.footer-top {
  background-color: rgb(7, 103, 141);
}
.services-02 {
  display: block;
  background: #FFF;
  padding: 20px;
  border-radius: 20px;
}
.services-02 .icon {
  margin-bottom: 15px;
}
.services-02 .icon img {
  max-height: 45px;
}
.services-02 h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.services-02 p {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
}
.services-02 p a {
  font-weight: 500;
  border-bottom: 1px solid #07678d;
}