@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap"); 
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
:root{
  --pinkish-red: #C35A74;
  --medium-blue: #307BAA;
  --greenish-blue: #53BAB5;
  --bright-orange: #FF7445;
  --white-smoke: #F5F5F4;
  --white: #FFF;
  --dark-gray: #7D7C7C;
  --black: #000;

    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #16404b;
    --bs-secondary: #fff3e9;
    --bs-success: #4CAF50;
    --bs-info: #0099cc;
    --bs-warning: #ffb307;
    --bs-danger: #e44b4b;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gray: #45454c;
    --bs-gray-10: #f9f9fa;
    --bs-gray-25: #f6f6f6;
    --bs-gray-50: #ececed;
    --bs-gray-100: #dadadb;
    --bs-gray-200: #b5b5b7;
    --bs-gray-300: #8f8f94;
    --bs-gray-400: #6a6a70;
    --bs-gray-500: #45454c;
    --bs-gray-600: #37373d;
    --bs-gray-700: #29292e;
    --bs-gray-800: #1c1c1e;
    --bs-gray-900: #0e0e0f;
    --bs-slate: #6b7280;
    --bs-slate-10: #fbfbfb;
    --bs-slate-25: #f8f8f9;
    --bs-slate-50: #f0f1f2;
    --bs-slate-100: #e1e3e6;
    --bs-slate-200: #c4c7cc;
}

body {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  background-color: rgb(255 255 255 / 62%);
  color: rgb(93, 102, 120);
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
  color: rgb(0, 22, 72);
}

p {
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0px;
}

a {
  transition: 0.5s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0px;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.common-btn {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(23 64 75);
  padding: 10px 25px;
  font-weight: 500;
  border: 0px;
  transition: 0.5s;
  z-index: 1;
  position: relative;
  /* border-radius: 30px; */
  opacity: 1 !important;
}

.common-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 22, 72);
}

.section-title {
  margin: -5px auto 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 580px;
}

.section-title .sub-title {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: rgb(39, 84, 138);
}

.section-title h2 {
  font-size: 35px;
  margin-bottom: 0px;
  line-height: 1.4;
}

.section-title p {
  margin-top: 10px;
  margin-bottom: 0px;
}

.header-area {
  padding-top: 6px;
  padding-bottom: 6px;
  background: rgb(22 64 75);
  z-index: 99;
  position: relative;
}

.header-area .left ul {
  margin: 0px;
  padding: 0px;
}

.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
  padding-right: 15px;
  border-right: 1px solid rgb(225, 225, 225);
}

.header-area .left ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px;
}

.header-area .left ul li i {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 18px;
  color: rgb(255 255 255);
  margin-right: 2px;
}

.header-area .left ul li a {
  display: inline-block;
  color: rgb(255 255 255);
  font-size: 15px;
}

.header-area .left ul li a:hover {
  color: rgb(39, 84, 138);
}

.header-area .right {
  text-align: end;
}

.header-area .right ul {
  margin: 0px;
  padding: 0px;
}

.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}

.header-area .right ul li:last-child {
  margin-right: 0px;
}

.header-area .right ul li span {
  font-size: 15px;
  display: inline-block;
}

.header-area .right ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: rgb(23 64 75);
  background-color: rgb(255 255 255);
  /* border-radius: 50%; */
}

.header-area .right ul li a i {
  line-height: 30px;
}

.header-area .right ul li a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 22, 72);
}

.header-area .right ul li form {
  position: relative;
  margin-left: 15px;
  padding-left: 20px;
  border-left: 1px solid rgb(225, 225, 225);
}

.header-area .right ul li form .form-control {
  height: 35px;
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(225, 225, 225);
  border-radius: 0px;
  padding-left: 0px;
  transition: 0.5s;
  font-size: 15px;
  background-color: rgb(250, 250, 250);
}

.header-area .right ul li form .form-control:focus {
  border-bottom: 1px solid rgb(39, 84, 138);
  box-shadow: none;
}

.header-area .right ul li form .btn {
  padding: 0px;
  font-size: 18px;
  color: rgb(39, 84, 138);
  transition: 0.5s;
  position: absolute;
  top: 4px;
  right: 0px;
}

.header-area .right ul li form .btn:hover {
  color: rgb(0, 22, 72);
}

.navbar-light .navbar-brand .logo-two {
  display: none;
}

.main-nav {
  background: #fffff1;
  transition: 0.5s;
}

.main-nav.menu-shrink {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
}

.main-nav nav {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
}

.main-nav nav .navbar-brand {
  margin-right: 0px;
  width: 130px;
  /* display: none; */
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: 30px;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: rgb(39, 84, 138);
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu::before {
  width: 0px;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu::after {
  width: 0px;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: unset;
  color: #0e0e0f;
  margin-left: 12px;
  margin-right: 12px;
  transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: rgb(39, 84, 138);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border-width: 3px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-radius: 0px;
  background: rgb(255, 255, 255);
  padding: 0px;
  border-top-style: solid;
  border-top-color: rgb(39, 84, 138);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(0, 22, 72);
  z-index: 1;
  transition: 0.8s;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: rgb(0, 22, 72);
  z-index: 1;
  transition: 0.8s;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid rgb(241, 241, 241);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: -3px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: rgb(39, 84, 138);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: unset;
  padding: 12px 15px;
  color: rgb(0, 22, 72);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: rgb(39, 84, 138);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: unset;
  right: -100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: rgb(0, 22, 72);
  text-transform: unset;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: rgb(39, 84, 138);
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.side-nav a {
  display: inline-block;
  color: rgb(255 255 255);
  border: 1px solid rgb(23 64 75);
  border-radius: 30px;
  padding: 10px 15px;
  font-weight: 500;
  background: #17404b;
}

.side-nav a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(39, 84, 138);
}

.banner-slider-item {
  /* height: 600px; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}
.banner-img-one::after{
  /* background-image: url('../images/home1-process-bg.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.2;
}
.banner-slider-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: radial-gradient(circle, rgb(54, 107, 168) 0%, rgb(38, 85, 137) 44%);
  opacity: 1;
}

.banner-content {
  position: relative;
  z-index: 1;
  /* margin-bottom: 100px; */
}

.banner-content span {margin-left: 10px;}

.banner-content h1 {
  font-size: 39px;
  margin-bottom: 40px;
  color: #0e0e0f;
  line-height: 70px;
}

.banner-content .banner-btn-area .common-btn {
  margin-left: 8px;
  margin-right: 8px;
  background: #fff;
  color: #3166a2;
}

.banner-content .banner-btn-area .banner-btn {
  background-color: rgb(221 168 83);
  color: #fff;
}

.banner-content .banner-btn-area .banner-btn:hover {
  background-color: rgb(0, 22, 72);
}
@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.banner-area {
  position: relative;
  background: radial-gradient(circle, rgb(54, 107, 168) 0%, rgb(38, 85, 137) 44%);
  height: 600px;
  /* padding-top: 50px; */
  /* padding: 50px 0; */
  background: #EEFC9D;
  background: linear-gradient(184deg, rgb(238 255 158)0%, rgba(255, 255, 255, 1) 100%);
  background: #f8f8e5;
  /* background: rgba(248, 249, 250, 1); */
  --bs-bg-opacity: 1;
  background-color: rgb(238 255 158), var(--bs-bg-opacity)) !important;
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
}

.banner-area .banner-shape img {
  position: absolute;
  z-index: 2;
}

.banner-area .banner-shape img:nth-child(1) {
  top: 200px;
  left: 15%;
  animation: 10s linear 0s infinite normal none running banner-ani-one;
}

.banner-area .banner-shape img:nth-child(2) {
  top: 315px;
  right: 20%;
  animation: 10s linear 0s infinite normal none running banner-ani-one;
}

.banner-area .owl-theme .owl-nav {
  margin-top: 0px;
}

.banner-area .owl-prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
  transition: 0.5s;
  position: absolute;
  top: 48%;
  left: 30px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 35px;
}

.banner-area .owl-prev i {
  line-height: 25px;
}

.banner-area .owl-prev:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(39, 84, 138) !important;
  border: 1px solid rgb(39, 84, 138) !important;
}

.banner-area .owl-next {
  width: 50px;
  height: 50px;
  background-color: transparent;
  transition: 0.5s;
  position: absolute;
  top: 48%;
  right: 30px;
  line-height: 30px;
  /* border-radius: 5px !important; */
  /* border: 1px solid rgb(255, 255, 255) !important; */
  color: rgb(255, 255, 255) !important;
  /* font-size: 35px !important; */
}

.banner-area .owl-next i {
  line-height: 25px;
}

.banner-area .owl-next:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(39, 84, 138) !important;
  border: 1px solid rgb(39, 84, 138) !important;
}

.banner-area .owl-item.active .banner-content span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;
}

.banner-area .owl-item.active .banner-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}

@keyframes banner-ani-one {
  0% {
      transform: rotate(0deg);
  }

  50% {
      transform: rotate(180deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.feature-area {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.feature-item {
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 30px;
  box-shadow: rgb(241, 241, 241) 0px 15px 20px 0px;
  transition: 0.5s;
  border-bottom: 3px solid transparent;
}

.feature-item:hover {
  border-bottom: 3px solid rgb(39, 84, 138);
  transform: translate(0px, -5px);
}

.feature-item i {
  display: inline-block;
  color: rgb(39, 84, 138);
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.feature-item i::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  border-radius: 44% 56% 68% 32% / 20% 12% 88% 80%;
  background-color: rgb(255, 237, 229);
  z-index: -1;
}

.feature-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.feature-item h3 a {
  color: rgb(0, 22, 72);
}

.feature-item h3 a:hover {
  color: rgb(39, 84, 138);
}

.about-area .about-content {
  margin-bottom: 30px;
  padding-left: 20px;
}

.about-area .about-content .section-title {
  text-align: start;
  margin-left: 0px;
  margin-bottom: 25px;
}

.about-area .about-content .inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.about-area .about-content .inner .left {
  max-width: 50%;
  flex: 0 0 50%;
}

.about-area .about-content .inner .right {
  max-width: 50%;
  flex: 0 0 50%;
}

.about-area .about-content .inner ul {
  margin: 0px;
  padding: 0px;
}

.about-area .about-content .inner ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
}

.about-area .about-content .inner ul li i {
  display: inline-block;
  font-size: 18px;
  margin-right: 2px;
  color: rgb(39, 84, 138);
  position: absolute;
  top: 3px;
  left: 0px;
}

.about-area .about-content .signature img {
  margin-bottom: 8px;
}

.about-area .about-content .signature span {
  display: block;
  font-weight: 500;
}

.about-area .about-content .signature .signature2 {
  display: none;
}

.about-area .about-img {
  margin-bottom: 30px;
  position: relative;
}

.about-area .about-img img {
  border-radius: 10px;
}

.about-area .about-img .inner {
  background-color: rgb(255, 255, 255);
  max-width: 200px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: -30px;
  bottom: 80px;
  box-shadow: rgb(255, 225, 158) 0px 30px 45px 0px;
  padding: 15px;
}

.about-area .about-img .inner::before {
  position: absolute;
  content: "";
  bottom: -48px;
  right: 0px;
  border-right: 117px solid transparent;
  border-top: 50px solid rgb(255, 255, 255);
}

.about-area .about-img .inner span {
  display: block;
}

.about-area .about-img .inner span:nth-child(1) {
  font-weight: 600;
  color: rgb(39, 84, 138);
  font-size: 22px;
}

.service-area {
  background-color: rgb(247, 250, 253);
}

.service-item {
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  padding: 30px 30px 28px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
}

.service-item:hover {
  transform: translate(0px, -5px);
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
}

.service-item:hover .icon {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 22, 72);
}

.service-item .icon {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 25px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 5px;
  text-align: center;
  background-color: rgb(39, 84, 138);
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

.service-item h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.service-item h3 a {
  color: rgb(0, 22, 72);
}

.service-item h3 a:hover {
  color: rgb(39, 84, 138);
}

.service-item p {
  margin-bottom: 15px;
}

.service-item .service-btn {
  display: inline-block;
  font-weight: 500;
  color: rgb(0, 22, 72);
}

.service-item .service-btn i {
  position: relative;
  top: 1px;
}

.service-item .service-btn:hover {
  color: rgb(39, 84, 138);
}

.know-area {
  background-color: #0c272e;
  position: relative;
  z-index: 1;
}

.know-area .know-shape img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  height: 100%;
}

.know-area .section-title h2 {
  color: #e3fd5d;
}

.know-area .section-title p {
  color: rgb(255, 255, 255);
}

.counter-item {
  margin-bottom: 30px;
  text-align: center;
}

.counter-item h3 {
  font-size: 40px;
  margin-bottom: 10px;
  color: #e3fd5d;
}

.counter-item p {
  color: rgb(255, 255, 255);
}

.case-study-item {
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s;
}

.case-study-item:hover {
  transform: translate(0px, -5px);
}

.case-study-item:hover::before {
  background: linear-gradient(0deg, rgb(255, 73, 0) 11%, rgba(255, 73, 0, 0) 98%);
}

.case-study-item:hover .inner span {
  color: rgb(255, 255, 255);
}

.case-study-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 11%, rgba(0, 0, 0, 0) 98%);
  transition: 0.5s;
}

.case-study-item img {
  border-radius: 5px;
}

.case-study-item .inner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 30px;
}

.case-study-item .inner span {
  display: block;
  color: rgb(39, 84, 138);
  margin-bottom: 10px;
  transition: 0.5s;
}

.case-study-item .inner h3 {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.4;
}

.case-study-item .inner h3 a {
  color: rgb(255, 255, 255);
}

.case-study-item .inner h3 a:hover {
  color: rgb(0, 22, 72);
}

.review-area {
  background-color: rgb(247, 250, 253);
}

.review-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
}

.review-area .owl-theme .owl-dots .owl-dot span {
  transition: 0.5s;
}

.review-area .owl-theme .owl-dots .owl-dot.active span, .review-area .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(39, 84, 138);
}

.review-item {
  text-align: center;
  background-color: rgb(255, 255, 255);
  position: relative;
  border-radius: 30px;
  margin: 50px auto 30px;
  padding: 0px 30px 30px;
  max-width: 865px;
  z-index: 1;
  box-shadow: rgb(241, 241, 241) 0px 0px 85px 0px;
}

.review-item::before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: -20px;
  width: 90%;
  height: 20px;
  background-color: rgb(255, 255, 255);
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 30px 30px;
  box-shadow: rgb(241, 241, 241) 0px 0px 85px 0px;
  z-index: -1;
}

.review-item .icon {
  position: absolute;
  top: 60px;
  opacity: 0.05;
  left: 0px;
  right: 0px;
  color: rgb(39, 84, 138);
  font-size: 150px;
  z-index: -1;
}

.review-item img {
  border-radius: 50%;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -50px;
}

.review-item p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.review-item ul {
  margin: 0px 0px 8px;
  padding: 0px;
}

.review-item ul li {
  list-style-type: none;
  display: inline-block;
}

.review-item ul li i {
  color: rgb(221, 221, 221);
}

.review-item ul li i.checked {
  color: rgb(255, 185, 1);
}

.review-item h3 {
  font-size: 22px;
  margin-bottom: 0px;
}

.partner-item {
  text-align: center;
}

.partner-item:hover img {
  filter: grayscale(0%);
}

.partner-item img {
  margin-left: auto;
  margin-right: auto;
  filter: grayscale(100%);
  transition: 0.5s;
  width: auto !important;
}

.video-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/video-bg.jpg");
  position: relative;
  height: 400px;
  text-align: center;
}

.video-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
}

.video-item {
  position: relative;
  z-index: 1;
}

.video-item .js-modal-btn {
  z-index: 5;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  font-size: 55px;
  text-align: center;
  color: rgb(39, 84, 138);
  transition: 0.5s;
}

.video-item .js-modal-btn i {
  line-height: 88px;
}

.video-item .js-modal-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  z-index: -1;
  animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}

.video-item .js-modal-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
}

.video-item .js-modal-btn:hover {
  color: rgb(255, 255, 255);
}

.video-item .js-modal-btn:hover::before {
  background-color: rgb(39, 84, 138);
}

.video-item .js-modal-btn:hover::after {
  background-color: rgb(39, 84, 138);
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
      opacity: 0;
  }
}

.blog-item {
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-item .top a {
  display: block;
}

.blog-item .top a img {
  border-radius: 10px 10px 0px 0px;
}

.blog-item .bottom {
  padding: 30px;
}

.blog-item .bottom .tags {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(39, 84, 138);
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 18px;
  font-size: 13px;
}

.blog-item .bottom h3 {
  line-height: 1.4;
  font-size: 22px;
  margin-bottom: 18px;
}

.blog-item .bottom h3 a {
  color: rgb(0, 22, 72);
}

.blog-item .bottom h3 a:hover {
  color: rgb(39, 84, 138);
}

.blog-item .bottom ul {
  margin: 0px;
  padding: 0px;
}

.blog-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.blog-item .bottom ul li i {
  display: inline-block;
  color: rgb(39, 84, 138);
  position: relative;
  top: 1px;
}

.blog-item .bottom ul li span {
  display: inline-block;
}

.blog-item .bottom ul li a {
  display: inline-block;
  color: rgb(93, 102, 120);
}

.blog-item .bottom ul li a:hover {
  color: rgb(39, 84, 138);
}

.subscribe-area {
  background-image: url("../images/subscribe-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.subscribe-area .section-title {
  margin-bottom: 30px;
  text-align: start;
  max-width: 100%;
}

.subscribe-area .section-title h2 {
  color: rgb(255, 255, 255);
}

.subscribe-area .section-title p {
  color: rgb(255, 255, 255);
  max-width: 650px;
}

.subscribe-area .newsletter-form {
  position: relative;
  margin-bottom: 30px;
}

.subscribe-area .newsletter-form .form-control {
  height: 50px;
  border: 0px;
  border-radius: 30px;
  padding-left: 20px;
}

.subscribe-area .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 0px;
}

.subscribe-area .newsletter-form .btn {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 0px 30px 30px 0px;
}

.subscribe-area .newsletter-form .btn i {
  display: inline-block;
  position: relative;
  top: 1px;
}

.subscribe-area .newsletter-form .validation-danger {
  color: rgb(255, 255, 255);
  margin-top: 15px;
}

.footer-item {
  margin-bottom: 30px;
}

.footer-item h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.footer-item .footer-logo .logo {
  display: block;
  margin-bottom: 20px;
}

.footer-item .footer-logo .footer-logo2 {
  display: none;
}

.footer-item .footer-logo p {
  margin-bottom: 25px;
}

.footer-item .footer-logo ul {
  margin: 0px;
  padding: 0px;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.footer-item .footer-logo ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  background-color: rgb(23 64 75);
}

.footer-item .footer-logo ul li a i {
  line-height: 30px;
}

.footer-item .footer-logo ul li a:hover {
  color: rgb(39, 84, 138);
  background-color: rgb(0, 22, 72);
}

.footer-item .footer-blog .inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-item .footer-blog .inner:last-child {
  margin-bottom: 0px;
}

.footer-item .footer-blog .inner .left {
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-item .footer-blog .inner .right {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 10px;
}

.footer-item .footer-blog .inner img {
  border-radius: 5px;
}

.footer-item .footer-blog .inner a {
  font-weight: 700;
  color: rgb(0, 22, 72);
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.3;
}

.footer-item .footer-blog .inner a:hover {
  color: rgb(39, 84, 138);
}

.footer-item .footer-blog .inner span {
  display: block;
  font-size: 15px;
}

.footer-item .footer-services ul {
  margin: 0px;
  padding: 0px;
}

.footer-item .footer-services ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.footer-item .footer-services ul li:last-child {
  margin-bottom: 0px;
}

.footer-item .footer-services ul li a {
  display: block;
  color: rgb(93, 102, 120);
  font-weight: 500;
}

.footer-item .footer-services ul li a:hover {
  color: rgb(39, 84, 138);
}

.footer-item .footer-touch ul {
  margin: 0px;
  padding: 0px;
}

.footer-item .footer-touch ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}

.footer-item .footer-touch ul li:last-child {
  margin-bottom: 0px;
}

.footer-item .footer-touch ul li i {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(23 64 75);
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 0px;
}

.footer-item .footer-touch ul li a {
  display: block;
  color: rgb(93, 102, 120);
  font-weight: 500;
}

.footer-item .footer-touch ul li a:hover {
  color: rgb(39, 84, 138);
}

.copyright-area {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid rgb(241, 241, 241);
}

.copyright-area p a {
  display: inline-block;
  font-weight: 700;
  color: rgb(39, 84, 138);
}

.copyright-area p a:hover {
  color: rgb(93, 102, 120);
}

.main-nav.two {
  box-shadow: rgb(241, 241, 241) 0px 13px 15px 0px;
}

.banner-area-two {
  height: 800px;
  position: relative;
}

.banner-area-two .banner-content {
  margin-left: 0px;
  text-align: start;
  max-width: 675px;
}

.banner-area-two .banner-content h1 {
  color: rgb(0, 22, 72);
  margin-bottom: 18px;
}

.banner-area-two .banner-content p {
  margin-bottom: 28px;
}

.banner-area-two .banner-content .banner-btn-area .common-btn {
  margin-left: 0px;
}

.banner-area-two .banner-content .banner-btn-area .banner-btn-two {
  color: rgb(39, 84, 138);
  border: 1px solid rgb(39, 84, 138);
  background-color: rgb(255, 255, 255);
}

.banner-area-two .banner-content .banner-btn-area .banner-btn-two:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(39, 84, 138);
}

.banner-area-two .banner-img img {
  position: absolute;
  border-radius: 30px;
}

.banner-area-two .banner-img img:nth-child(1) {
  top: 200px;
  right: 360px;
  max-width: 254px;
}

.banner-area-two .banner-img img:nth-child(2) {
  top: 150px;
  right: 32px;
  max-width: 300px;
}

.banner-area-two .banner-img img:nth-child(3) {
  bottom: 78px;
  right: 210px;
  max-width: 405px;
}

.banner-area-two .banner-img img:nth-child(4) {
  right: 575px;
  bottom: 55px;
  z-index: -1;
}

.banner-area-two .banner-img .inner {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 175px;
  max-width: 118px;
  margin-left: auto;
  bottom: 140px;
  margin-right: auto;
  box-shadow: rgb(255, 225, 158) 0px 30px 45px 0px;
  padding: 15px;
}

.banner-area-two .banner-img .inner::before {
  position: absolute;
  content: "";
  bottom: -48px;
  right: 0px;
  border-right: 117px solid transparent;
  border-top: 50px solid rgb(255, 255, 255);
}

.banner-area-two .banner-img .inner span {
  display: block;
}

.banner-area-two .banner-img .inner span:nth-child(1) {
  font-weight: 600;
  color: rgb(39, 84, 138);
  font-size: 22px;
}

.banner-area-two .banner-shape img {
  position: absolute;
}

.banner-area-two .banner-shape img:nth-child(1) {
  top: 155px;
  right: 30%;
  animation: 10s linear 0s infinite normal none running banner-ani-one;
}

.banner-area-two .banner-shape img:nth-child(2) {
  bottom: 50px;
  left: 45%;
  animation: 10s linear 0s infinite normal none running banner-ani-one;
}

.banner-area-two .banner-shape img:nth-child(3) {
  top: 195px;
  left: 10%;
}

.banner-area-two .banner-shape img:nth-child(4) {
  top: 185px;
  left: 5%;
}

.banner-area-two .banner-shape img:nth-child(5) {
  top: 150px;
  left: 45%;
}

.know-area.two {
  background-image: url("../images/know-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.know-area.two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(39, 84, 138);
  opacity: 0.85;
}

.know-area.two .counter-item {
  position: relative;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  padding-top: 26px;
  padding-bottom: 30px;
  border-radius: 5px;
}

.know-area.two .counter-item p {
  color: rgb(93, 102, 120);
}

.know-area.three {
  background-color: transparent;
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 25px;
}

.know-area.three .counter-item {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 24px;
}

.know-area.three .counter-item p {
  color: rgb(93, 102, 120);
}

.about-area.two {
  position: relative;
}

.about-area.two .video-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-area.three .about-img img:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.about-area.three .about-img img:nth-child(2) {
  position: relative;
  z-index: 2;
  max-width: 585px;
  margin-left: 50px;
  margin-top: 20px;
}

.case-study-area-two {
  background-color: rgb(0, 22, 72);
}

.case-study-area-two .section-title h2 {
  color: rgb(255, 255, 255);
}

.case-study-area-two .section-title p {
  color: rgb(255, 255, 255);
}

.case-study-area-two .portfolio-menu {
  margin: 0px 0px 30px;
  padding: 0px;
  text-align: center;
}

.case-study-area-two .portfolio-menu li {
  list-style-type: none;
  display: inline-block;
  color: rgb(255, 255, 255);
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: 0.5s;
}

.case-study-area-two .portfolio-menu li.active {
  color: rgb(39, 84, 138);
  border-bottom: 1px solid rgb(39, 84, 138);
}

.case-item {
  margin-bottom: 30px;
}

.case-item:hover .top::before {
  opacity: 0.9;
}

.case-item:hover .top a {
  opacity: 1;
}

.case-item .top {
  position: relative;
}

.case-item .top::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(39, 84, 138);
  opacity: 0;
  transition: 0.5s;
  border-radius: 5px;
}

.case-item .top a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  font-size: 50px;
  opacity: 0;
}

.case-item .top a:hover {
  color: rgb(0, 22, 72);
}

.case-item .top img {
  border-radius: 5px;
}

.case-item .bottom {
  margin-top: 20px;
}

.case-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.case-item .bottom h3 a {
  color: rgb(255, 255, 255);
}

.case-item .bottom h3 a:hover {
  color: rgb(39, 84, 138);
}

.case-item .bottom span {
  display: block;
  font-size: 15px;
  color: rgb(255, 255, 255);
}

.partner-area.two {
  background-color: rgb(247, 250, 253);
}

.review-area.two {
  background-color: rgb(255, 255, 255);
}

.review-area.three {
  padding-top: 30px;
  padding-bottom: 32px;
  margin-bottom: 30px;
}

.review-area.three .review-item {
  box-shadow: none;
}

.blog-area.two {
  background-color: rgb(247, 250, 253);
}

.blog-area.two .blog-item {
  background-color: rgb(255, 255, 255);
}

.max-banner-area {
  background-color: rgb(247, 250, 253);
}

.banner-area-three {
  height: 800px;
  position: relative;
}

.banner-area-three .banner-img img {
  position: absolute;
}

.banner-area-three .banner-img img:nth-child(1) {
  right: 145px;
  bottom: 0px;
  max-width: 360px;
  z-index: 2;
}

.banner-area-three .banner-img img:nth-child(2) {
  right: 105px;
  bottom: 55px;
  z-index: 1;
  max-width: 450px;
}

.banner-area-three .banner-img img:nth-child(3) {
  right: 160px;
  bottom: 110px;
  max-width: 450px;
}

.banner-area-three .banner-content {
  margin-left: 0px;
  text-align: start;
  max-width: 610px;
}

.banner-area-three .banner-content span {
  color: rgb(39, 84, 138);
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

.banner-area-three .banner-content h1 {
  color: rgb(0, 22, 72);
  margin-bottom: 18px;
}

.banner-area-three .banner-content h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 12px;
}

.banner-area-three .banner-content .banner-btn-area .common-btn {
  margin-left: 0px;
  margin-right: 0px;
}

.information-item {
  margin-bottom: 30px;
  text-align: center;
}

.information-item.two i {
  background-color: rgb(23 64 75);
}

.information-item.three i {
  background-color: rgb(23 64 75);
}

.information-item.four i {
  background-color: rgb(23 64 75);
}

.information-item i {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 5px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(23 64 75);
  font-size: 40px;
  margin-bottom: 20px;
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
}

.information-item span {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.information-item h3 {
  font-size: 20px;
  margin-bottom: 0px;
}

.information-item h3 a {
  color: rgb(0, 22, 72);
}

.information-item h3 a:hover {
  color: rgb(39, 84, 138);
}

.service-area.two {
  background-image: url("../images/service-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.service-area.two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(66, 0, 176);
  opacity: 0.9;
}

.service-area.two .section-title h2 {
  color: rgb(255, 255, 255);
}

.service-area.two .section-title p {
  color: rgb(255, 255, 255);
}

.service-area.two .service-item {
  position: relative;
  z-index: 1;
  text-align: start;
  padding-left: 120px;
  padding-right: 25px;
}

.service-area.two .service-item .icon {
  position: absolute;
  top: 30px;
  left: 25px;
}

.service-area.two .service-number {
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 80px;
  line-height: 80px;
  z-index: -1;
  color: rgb(242, 242, 242);
}

.review-area-three .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  margin-bottom: -10px;
}

.review-area-three .owl-theme .owl-dots .owl-dot span {
  background: rgb(221, 221, 221);
  transition: 0.5s;
}

.review-area-three .owl-theme .owl-dots .owl-dot.active span, .review-area-three .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(39, 84, 138);
}

.review-item-two {
  position: relative;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
}

.review-item-two img {
  position: absolute;
  top: -50px;
  left: 0px;
  max-width: 120px;
  border-radius: 5px;
}

.review-item-two .inner {
  background-color: rgb(255, 255, 255);
  padding: 40px 25px 30px;
  border-radius: 0px 5px 5px;
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
  max-width: 525px;
  margin-left: auto;
  z-index: 1;
  position: relative;
  margin-top: 50px;
}

.review-item-two .inner .icon {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: rgb(255, 255, 255);
  background-color: rgb(39, 84, 138);
  font-size: 18px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translate(-55%, 0px);
}

.review-item-two .inner p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
}

.review-item-two .inner ul {
  margin: 0px 0px 5px;
  padding: 0px;
}

.review-item-two .inner ul li {
  list-style-type: none;
  display: inline-block;
}

.review-item-two .inner ul li i {
  display: block;
  color: rgb(221, 221, 221);
}

.review-item-two .inner ul li i.checked {
  color: rgb(255, 185, 1);
}

.review-item-two .inner .right {
  text-align: end;
}

.review-item-two .inner .right span {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.review-item-two .inner .right h3 {
  font-size: 22px;
  margin-bottom: 0px;
}

.title-bg-one {
  background-image: url("../images/title/main1.jpg");
}

.page-title-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background: #f8f8e2;
  padding: 60px 0;
}

.page-title-area::before {
  position: absolute;
  /* content: ""; */
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(0, 22, 72);
  opacity: 0.85;
}

.page-title-area .title-content {
  position: relative;
  z-index: 1;
  text-align: center;
  /* margin-top: 100px; */
}

.page-title-area .title-content h2 {
  font-size: 50px;
  color: rgb(0 0 0);
  margin-bottom: 10px;
}

.page-title-area .title-content ul {
  margin: 0px;
  padding: 0px;
}

.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.page-title-area .title-content ul li::before {
  position: absolute;
  content: ">";
  top: -1px;
  right: -23px;
  color: rgb(0 0 0);
  font-size: 18px;
}

.page-title-area .title-content ul li:last-child::before {
  display: none;
}

.page-title-area .title-content ul li a {
  display: block;
  color: rgb(0 0 0);
}

.page-title-area .title-content ul li a:hover {
  color: rgb(39, 84, 138);
}

.page-title-area .title-content ul li span {
  display: block;
  color: rgb(0 0 0);
}

.service-area.three {
  background-color: rgb(247, 250, 253);
  background-image: unset;
}

.service-area.three::before {
  display: none;
}

.service-area.three .section-title h2 {
  color: rgb(0, 22, 72);
}

.service-area.three .section-title p {
  color: rgb(93, 102, 120);
}

.title-bg-two {
  background-image: url("../images/title/main2.jpg");
}

.common-details-area .details-item img {
  border-radius: 30px !important;
}

.common-details-area .details-item .top {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(241, 241, 241);
}

.common-details-area .details-item .top img {
  border-radius: 5px;
  margin-bottom: 25px;
}

.common-details-area .details-item .top .title-span {
  display: block;
  margin-bottom: 8px;
}

.common-details-area .details-item .top h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.common-details-area .details-item .top p {
  margin-bottom: 10px;
}

.common-details-area .details-item .top p:last-child {
  margin-bottom: 0px;
}

.common-details-area .details-item .top .inner {
  display: flex;
  flex-wrap: wrap;
}

.common-details-area .details-item .top .inner .left {
  max-width: 50%;
  flex: 0 0 50%;
}

.common-details-area .details-item .top .inner .right {
  max-width: 50%;
  flex: 0 0 50%;
}

.common-details-area .details-item .top .inner ul {
  margin: 10px 0px 0px;
  padding: 0px;
}

.common-details-area .details-item .top .inner ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 24px;
}

.common-details-area .details-item .top .inner ul li i {
  display: inline-block;
  font-size: 18px;
  margin-right: 2px;
  position: absolute;
  top: 3px;
  left: 0px;
  color: rgb(39, 84, 138);
}

.common-details-area .details-item .middle {
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(241, 241, 241);
}

.common-details-area .details-item .middle h3 {
  margin-bottom: 25px;
  font-size: 22px;
}

.common-details-area .details-item .middle .middle-item {
  margin-bottom: 30px;
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
  border-radius: 5px;
  padding: 30px;
  vertical-align: middle;
  position: relative;
}

.common-details-area .details-item .middle .middle-item i {
  display: inline-block;
  font-size: 45px;
  line-height: 45px;
  color: rgb(39, 84, 138);
  margin-right: 10px;
  vertical-align: middle;
}

.common-details-area .details-item .middle .middle-item h4 {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0px;
  vertical-align: middle;
}

.common-details-area .details-item .middle .middle-item span {
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 70px;
  line-height: 70px;
  z-index: -1;
  color: rgb(242, 242, 242);
}

.common-details-area .details-item .middle p {
  margin-bottom: 25px;
}

.common-details-area .details-item .middle .img {
  margin-bottom: 30px;
}

.common-details-area .details-item .middle .img img {
  border-radius: 5px;
}

.common-details-area .details-item .review-item img {
  border-radius: 50% !important;
}

.widget-area {
  padding-left: 20px;
}

.widget-area .widget-item {
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 30px 25px;
}

.widget-area .widget-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.widget-area .author {
  text-align: center;
  margin-bottom: 30px;
}

.widget-area .author img {
  border-radius: 50%;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
  margin-bottom: 25px;
}

.widget-area .author h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.widget-area .author span {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .search {
  background-color: rgb(244, 248, 255);
}

.widget-area .search form {
  position: relative;
}

.widget-area .search form .form-control {
  height: 55px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  border: 0px;
}

.widget-area .search form .form-control:focus {
  border: 0px;
  box-shadow: none;
}

.widget-area .search form .btn {
  position: absolute;
  top: 0px;
  right: 0px;
  color: rgb(255, 255, 255);
  background-color: rgb(39, 84, 138);
  padding: 8px 18px;
  border-radius: 0px 5px 5px 0px;
  transition: 0.5s;
  font-size: 20px;
  height: 100%;
}

.widget-area .search form .btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 22, 72);
}

.widget-area .call {
  background-image: url("../images/call-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  z-index: 1;
}

.widget-area .call::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  background-color: rgb(0, 22, 72);
  opacity: 0.85;
  z-index: -1;
}

.widget-area .call i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: rgb(39, 84, 138);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  margin-bottom: 18px;
}

.widget-area .call span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}

.widget-area .call a {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: block;
}

.widget-area .call a:hover {
  color: rgb(39, 84, 138);
}

.widget-area .categories {
  background-color: rgb(244, 248, 255);
}

.widget-area .categories ul {
  margin: 0px;
  padding: 0px;
}

.widget-area .categories ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.widget-area .categories ul li:last-child {
  margin-bottom: 0px;
}

.widget-area .categories ul li a {
  display: block;
  padding: 10px 12px 10px 25px;
  border-radius: 5px;
  color: rgb(0, 22, 72);
  position: relative;
  background-color: rgb(255, 255, 255);
}

.widget-area .categories ul li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 19px;
  left: 12px;
  border-radius: 50%;
  background-color: rgb(39, 84, 138);
}

.widget-area .categories ul li a:hover {
  color: rgb(39, 84, 138);
}

.widget-area .categories ul li a span {
  position: absolute;
  top: 10px;
  right: 12px;
}

.widget-area .brochures {
  background-color: rgb(39, 84, 138);
}

.widget-area .brochures h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}

.widget-area .brochures p {
  margin-bottom: 18px;
  color: rgb(255, 255, 255);
}

.widget-area .brochures .btn-wrap {
  position: relative;
}

.widget-area .brochures .btn-wrap span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  left: 111px;
  z-index: 1;
  border-radius: 50%;
  color: rgb(0, 22, 72);
  background-color: rgb(255, 255, 255);
}

.widget-area .brochures .btn-wrap .one {
  background-color: rgb(255, 185, 1);
  border-radius: 5px 0px 0px 5px;
}

.widget-area .brochures .btn-wrap .one:hover {
  background-color: rgb(0, 22, 72);
}

.widget-area .brochures .btn-wrap .two {
  background-color: rgb(0, 22, 72);
  border-radius: 0px 5px 5px 0px;
  margin-left: -4px;
}

.widget-area .brochures .btn-wrap .two:hover {
  background-color: rgb(255, 185, 1);
}

.service-area.four {
  background-color: rgb(255, 255, 255);
}

.service-area.four .service-item {
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
}

.bottom-space-30 {
  margin-bottom: 30px;
}

.widget-area .news {
  padding: 0px;
}

.widget-area .news .inner {
  margin-bottom: 20px;
}

.widget-area .news .inner:last-child {
  margin-bottom: 0px;
}

.widget-area .news .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}

.widget-area .news .inner ul li {
  list-style-type: none;
  display: inline-block;
}

.widget-area .news .inner ul li:nth-child(1) {
  flex: 0 0 20%;
  max-width: 20%;
}

.widget-area .news .inner ul li:nth-child(2) {
  flex: 0 0 75%;
  max-width: 75%;
  margin-left: 10px;
}

.widget-area .news .inner ul li img {
  border-radius: 5px;
}

.widget-area .news .inner ul li a {
  display: block;
  font-weight: 600;
  color: rgb(0, 22, 72);
  font-size: 18px;
  margin-bottom: 5px;
}

.widget-area .news .inner ul li a:hover {
  color: rgb(39, 84, 138);
}

.widget-area .news .inner ul li span {
  display: block;
  font-size: 15px;
  color: rgb(39, 84, 138);
}

.title-bg-three {
  background-image: url("../images/title/main3.jpg");
}

.blog-details-area .details-item img {
  border-radius: 30px !important;
}

.blog-details-area .details-item .details-info {
  margin: 20px 0px 15px;
  padding: 0px;
}

.blog-details-area .details-item .details-info li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}

.blog-details-area .details-item .details-info li i {
  display: inline-block;
  color: rgb(39, 84, 138);
  position: relative;
  top: 1px;
  font-size: 16px;
}

.blog-details-area .details-item .details-info li span {
  display: inline-block;
}

.blog-details-area .details-item .details-info li a {
  display: inline-block;
  color: rgb(93, 102, 120);
}

.blog-details-area .details-item .details-info li a:hover {
  color: rgb(39, 84, 138);
}

.blog-details-area .details-item h2 {
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-details-area .details-item p {
  margin-bottom: 10px;
}

.blog-details-area .details-item p:last-child {
  margin-bottom: 0px;
}

.blog-details-area .details-item blockquote {
  margin-top: 30px;
  margin-bottom: 34px;
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
  border-radius: 5px;
  position: relative;
  padding: 30px 30px 30px 55px;
  margin-left: 20px;
}

.blog-details-area .details-item blockquote i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 25px;
  color: rgb(255, 255, 255);
  background-color: rgb(39, 84, 138);
  box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
  border-radius: 5px;
  position: absolute;
  top: 70px;
  left: -20px;
}

.blog-details-area .details-item blockquote p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-details-area .details-item blockquote h3 {
  font-size: 22px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.blog-details-area .details-item blockquote h3::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 12px;
  left: 0px;
  background-color: rgb(39, 84, 138);
}

.blog-details-area .details-item .img {
  margin-bottom: 30px;
}

.blog-details-area .details-item .last-p {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(241, 241, 241);
}

.blog-details-area .details-item .inner {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(241, 241, 241);
}

.blog-details-area .details-item .inner h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.blog-details-area .details-item .inner p {
  margin-bottom: 0px;
}

.blog-details-area .details-item .inner .bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: -10px;
}

.blog-details-area .details-item .inner .bottom .left {
  max-width: 50%;
  flex: 0 0 50%;
}

.blog-details-area .details-item .inner .bottom .right {
  max-width: 50%;
  flex: 0 0 50%;
}

.blog-details-area .details-item .inner .bottom ul {
  margin: 0px;
  padding: 0px;
}

.blog-details-area .details-item .inner .bottom ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
}

.blog-details-area .details-item .inner .bottom ul li i {
  display: inline-block;
  font-size: 18px;
  margin-right: 2px;
  position: absolute;
  top: 3px;
  left: 0px;
  color: rgb(39, 84, 138);
}

.blog-details-area .details-item .tags {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(241, 241, 241);
  margin-bottom: 30px;
}

.blog-details-area .details-item .tags .left {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
}

.blog-details-area .details-item .tags .left ul {
  margin: 0px;
  padding: 0px;
}

.blog-details-area .details-item .tags .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}

.blog-details-area .details-item .tags .left ul li span {
  display: inline-block;
  font-weight: 500;
}

.blog-details-area .details-item .tags .left ul li a {
  display: block;
  color: rgb(255, 255, 255);
  background-color: rgb(39, 84, 138);
  border-radius: 30px;
  padding: 5px 15px;
}

.blog-details-area .details-item .tags .left ul li a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 22, 72);
}

.blog-details-area .details-item .tags .right {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: end;
  margin-bottom: 15px;
}

.blog-details-area .details-item .tags .right ul {
  margin: 0px;
  padding: 0px;
}

.blog-details-area .details-item .tags .right ul li {
  list-style-type: none;
  display: inline-block;
}

.blog-details-area .details-item .tags .right ul li span {
  display: inline-block;
  font-weight: 500;
}

.blog-details-area .details-item .tags .right ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  background-color: rgb(39, 84, 138);
}

.blog-details-area .details-item .tags .right ul li a i {
  line-height: 30px;
}

.blog-details-area .details-item .tags .right ul li a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 22, 72);
}

.blog-details-area .details-item .comments {
  margin-bottom: 30px;
}

.blog-details-area .details-item .comments h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.blog-details-area .details-item .comments ul {
  margin: 0px;
  padding: 0px;
}

.blog-details-area .details-item .comments ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 25px;
  position: relative;
  padding-left: 110px;
}

.blog-details-area .details-item .comments ul li:last-child {
  margin-bottom: 0px;
}

.blog-details-area .details-item .comments ul li img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 90px;
  border-radius: 5px !important;
}

.blog-details-area .details-item .comments ul li h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.blog-details-area .details-item .comments ul li span {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.blog-details-area .details-item .comments ul li p {
  margin-bottom: 0px;
}

.blog-details-area .details-item .comments ul li a {
  display: inline-block;
  color: rgb(39, 84, 138);
  position: absolute;
  top: 0px;
  right: 0px;
}

.blog-details-area .details-item .comments ul li a:hover {
  color: rgb(0, 22, 72);
}

.blog-details-area .details-item .details-form {
  margin-bottom: 30px;
  background-color: rgb(241, 241, 241);
  padding: 46px 50px 50px;
  border-radius: 5px;
}

.blog-details-area .details-item .details-form h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-form .form-group {
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-form .form-group .form-control {
  height: 50px;
  border: 0px;
  border-radius: 5px;
  padding-left: 20px;
}

.blog-details-area .details-item .details-form .form-group .form-control:focus {
  border: 0px;
  box-shadow: none;
}

.blog-details-area .details-item .details-form .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.title-bg-four {
  background-image: url("../images/title/main4.jpg");
}

.title-bg-five {
  background-image: url("../images/title/main5.jpg");
}

.contact-area {
  background-color: rgb(241 241 241);
}

.contact-area #contactForm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /* border: 1px solid #e5e5e5; */
  padding: 10px;
  border-radius: 10px;
}

.contact-area #contactForm .form-group {
  margin-bottom: 15px;
}

.contact-area #contactForm .form-group .form-control {
  height: 50px;
  border: 0px;
  border-radius: 5px;
  padding-left: 20px;
  /* background: #fffff1; */
}

.contact-area #contactForm .form-group .form-control:focus {
  border: 0px;
  box-shadow: none;
}

.contact-area #contactForm .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.contact-area #contactForm .text-center {
  margin-bottom: 0px;
}

.contact-area #contactForm .form-check {
  margin-bottom: 20px;
  padding-left: 25px;
}

.contact-area #contactForm .form-check .form-check-label {
  color: rgb(93, 102, 120);
}

.contact-area #contactForm .form-check .form-check-label a {
  display: inline-block;
  color: rgb(93, 102, 120);
  font-weight: 600;
}

.contact-area #contactForm .form-check .form-check-label a:hover {
  color: rgb(39, 84, 138);
}

.contact-area #contactForm .form-check .form-check-input {
  margin-left: -25px;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  margin-top: 1px;
  border: 1px solid rgb(0, 22, 72);
}

.contact-area #contactForm .form-check .form-check-input:focus {
  box-shadow: none;
  border: 1px solid rgb(0, 22, 72);
}

.contact-area #contactForm .form-check .form-check-input:checked {
  background-color: rgb(0, 22, 72);
}

.contact-area #contactForm .list-unstyled {
  margin-top: 10px;
  color: rgb(220, 53, 69) !important;
}

.contact-area #contactForm .text-danger {
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 22px;
  color: rgb(220, 53, 69) !important;
}

.contact-area #contactForm .text-success {
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 22px;
  color: rgb(25, 135, 84) !important;
}

.user-area .user-item {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(241, 241, 241);
  padding: 50px;
}

.user-area .user-item h2 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -4px;
}

.user-area .user-item .form-group {
  margin-bottom: 15px;
}

.user-area .user-item .form-group .form-control {
  height: 50px;
  border: 0px;
  border-radius: 5px;
  padding-left: 15px;
  background-color: rgb(255, 255, 255);
}

.user-area .user-item .form-group .form-control:focus {
  border: 0px;
  box-shadow: none;
}

.user-area .user-item .form-group .form-check .form-check-label {
  color: rgb(93, 102, 120);
}

.user-area .user-item .form-group .form-check .form-check-label a {
  display: inline-block;
  color: rgb(93, 102, 120);
  font-weight: 600;
}

.user-area .user-item .form-group .form-check .form-check-label a:hover {
  color: rgb(39, 84, 138);
}

.user-area .user-item .form-group .form-check .form-check-input {
  margin-left: -25px;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  margin-top: 3px;
  border: 1px solid rgb(0, 22, 72);
}

.user-area .user-item .form-group .form-check .form-check-input:focus {
  box-shadow: none;
  border: 1px solid rgb(0, 22, 72);
}

.user-area .user-item .form-group .form-check .form-check-input:checked {
  background-color: rgb(0, 22, 72);
}

.user-area .user-item .common-btn {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border-radius: 5px;
}

.user-area .user-item h4 {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 16px;
  position: relative;
  text-align: center;
}

.user-area .user-item h4::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0px;
  width: 45%;
  height: 1px;
  background-color: rgb(221, 221, 221);
}

.user-area .user-item h4::after {
  position: absolute;
  content: "";
  top: 9px;
  right: 0px;
  width: 45%;
  height: 1px;
  background-color: rgb(221, 221, 221);
}

.user-area .user-item ul {
  margin: 0px 0px 30px;
  padding: 0px;
  text-align: center;
}

.user-area .user-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.user-area .user-item ul li:last-child {
  margin-bottom: 0px;
}

.user-area .user-item ul li a {
  display: block;
  color: rgb(255, 255, 255);
  background-color: rgb(59, 89, 152);
  border-radius: 5px;
  border: 1px solid rgb(59, 89, 152);
  padding: 10px 12px;
  font-weight: 600;
}

.user-area .user-item ul li a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.user-area .user-item ul li a:hover {
  color: rgb(59, 89, 152);
  background-color: rgb(255, 255, 255);
}

.user-area .user-item ul li:nth-child(2) a {
  background-color: rgb(219, 50, 54);
  border: 1px solid rgb(219, 50, 54);
}

.user-area .user-item ul li:nth-child(2) a:hover {
  color: rgb(219, 50, 54);
  background-color: rgb(255, 255, 255);
}

.user-area .user-item h5 {
  margin-bottom: 0px;
  font-weight: 400;
  color: rgb(93, 102, 120);
  font-size: 16px;
  text-align: center;
}

.user-area .user-item h5 a {
  color: rgb(39, 84, 138);
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid rgb(39, 84, 138);
}

.user-area .user-item h5 a:hover {
  color: rgb(93, 102, 120);
  border-bottom: 1px solid rgb(93, 102, 120);
}

.pagination-area {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.pagination-area li {
  list-style-type: none;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-area li a {
  display: block;
  border-radius: 5px;
  padding: 2px 10px;
  color: rgb(39, 84, 138);
  border: 1px solid rgb(39, 84, 138);
}

.pagination-area li a:hover, .pagination-area li a.active {
  color: rgb(255, 255, 255);
  background-color: rgb(39, 84, 138);
}

.common-faq-area .faq-item .accordion {
  margin: 0px;
  padding: 0px;
}

.common-faq-area .faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
  display: block;
  box-shadow: rgba(221, 221, 221, 0.46) 0px 0px 20px 0px;
}

.common-faq-area .faq-item .accordion li:last-child {
  margin-bottom: 0px;
}

.common-faq-area .faq-item .accordion li .faq-head {
  color: rgb(0, 22, 72);
  font-size: 18px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 35px 10px 18px;
  margin-bottom: 0px;
  transition: 0.5s;
  border: 1px solid transparent;
  background-color: rgb(255, 255, 255);
  line-height: 1.4;
  /* letter-spacing: 0.5px; */
}

.common-faq-area .faq-item .accordion li .faq-head::after {
  position: absolute;
  right: 15px;
  content: "+";
  top: 5px;
  color: rgb(0, 22, 72);
  font-size: 25px;
  text-align: center;
}

.common-faq-area .faq-item .accordion li .faq-head.active {
  color: rgb(255, 255, 255);
  background-color: rgb(13 38 45);
  border: 1px solid rgb(13 38 45);
}

.common-faq-area .faq-item .accordion li .faq-head.active::after {
  content: "-";
  font-size: 25px;
  color: rgb(255, 255, 255);
}

.common-faq-area .faq-item .accordion li .faq-content {
  display: none;
  background-color: rgb(255, 255, 255);
  padding: 12px 45px 15px 20px;
}

.common-faq-area .faq-item .accordion li .faq-content .inner-list {
  margin: 0px;
  padding: 0px;
}

.common-faq-area .faq-item .accordion li .faq-content .inner-list li {
  list-style-type: none;
  display: block;
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 10px;
}

.common-faq-area .faq-item .accordion li .faq-content .inner-list li:last-child {
  margin-bottom: 0px;
}

.common-faq-area .faq-item .accordion li .faq-content p {
  margin-bottom: 0px;
}

.common-faq-area .faq-item .accordion li .faq-content a {
  display: inline-block;
  color: rgb(0, 22, 72);
  font-weight: 600;
}

.common-faq-area .faq-item .accordion li .faq-content a:hover {
  color: rgb(39, 84, 138);
}

.error-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  text-align: center;
}

.error-area .error-content i {
  color: rgb(39, 84, 138);
  display: inline-block;
  font-size: 100px;
}

.error-area .error-content h1 {
  font-size: 130px;
  color: rgb(39, 84, 138);
  margin-bottom: 20px;
}

.error-area .error-content h2 {
  font-size: 25px;
  color: rgb(0, 22, 72);
  margin-bottom: 10px;
}

.error-area .error-content p {
  margin-bottom: 20px;
  font-weight: 500;
}

.rules-area .rules-item {
  margin-bottom: 30px;
}

.rules-area .rules-item h3 {
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(250, 250, 250);
  position: relative;
}

.rules-area .rules-item h3::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0px;
  bottom: -1px;
  background-color: rgb(39, 84, 138);
}

.rules-area .rules-item p {
  margin-bottom: 10px;
}

.rules-area .rules-item p:last-child {
  margin-bottom: 0px;
}

.rules-area .rules-item ul {
  margin: 0px;
  padding: 0px;
}

.rules-area .rules-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

.rules-area .rules-item ul li span {
  font-weight: 600;
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(39, 84, 138);
  font-size: 18px;
}

.rules-area .rules-item ul li:last-child {
  margin-bottom: 0px;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 0px;
  right: 15px;
  color: rgb(227 253 94);
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  border-radius: 12px;
  background: #17404b;
}

.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0px auto;
  transition: 0.6s;
  font-size: 30px;
  line-height: 45px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top.active {
  bottom: 2%;
  transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover, .go-top:focus {
  color: rgb(39, 84, 138);
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0px;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgb(255, 255, 255);
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(39, 84, 138);
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: 2s ease-in-out 0s infinite normal none running sk-bounce;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
      transform: scale(0);
  }

  50% {
      transform: scale(1);
  }
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(130, 180, 64);
  padding: 10px 20px 10px 42px;
  box-shadow: rgb(130, 180, 64) 0px 1px 20px 1px;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(148, 190, 93);
}

.animated-text {
  animation-fill-mode: both;
  animation-duration: 1s;
}

.fadeInDown {
  animation-name: fadeInDown;
  visibility: visible;
}

.effect-wrapper {
  font-weight: bold;
  color: teal;
  font-size: 60px;
  /* text-shadow: black -1px -1px 0px, black 1px -1px 0px, black -1px 1px 0px, black 1px 1px 0px; */
}

#typed {
  font-weight: bold;
  color: rgb(226 255 94);
  font-size: 52px;
  /* margin-top: 17px; */
  /* display: inline-block; */
  background: rgb(22 64 75);
  padding: 2px 5px;
  /* margin-top: 10px; */
  /* display: inline-grid; */
}

.cursor {
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: transparent !important;
  animation: 800ms ease 0s infinite normal none running blinker;
  vertical-align: bottom;
  margin-left: 10px;
  margin-top: -22px;
}

.cursor.typing-true {
  animation: auto ease 0s 1 normal none running none;
}

@keyframes blinker {
  0% {
      background-color: rgb(255, 255, 255);
  }

  50% {
      background-color: transparent;
  }

  100% {
      background-color: rgb(255, 255, 255);
  }
}

.banner-form {
  background: rgb(255 255 255 / 61%);
  padding: 25px;
  /* margin-bottom: -100px; */
  z-index: 1;
  position: relative;
  border-radius: 29px;
  backdrop-filter: blur(1px);
  border: 1px solid #17404b4a;
}

.multi-select-container {
  position: relative;
  width: 100%;
}

.multi-select {
  border: 1px solid rgb(222, 226, 230);
  padding: 0.5rem 1rem;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  background: white;
  overflow-y: auto;
  position: relative;
  border-radius: 100px;
}

#placeholder {
  color: rgb(92, 92, 92);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
}

.selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.multi-select i {
  font-size: 10px;
  /* float: right; */
  position: absolute;
  right: 17px;
  top: 47%;
  transform: translateY(-20%);
}
.btn-close1.showbtn{
  left: 25%;
  /* transform: translateX(25%); */
  transition: all .4s;
  font-size: 19px;
}
.multi-select-container p {
  font-size: .8rem;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 400;
  color: #000000;
  background: #e9ecef;
  padding: 2px 5px;
  display: inline-block;
}
.dropdown-actions button {
  background: #2a5c92;
  color: #fff;
  font-size: 10px;
  /* border-radius: 5px; */
  margin: 8px;
}
button.clear-btn {
  background: transparent;
  border: none;
  color: #000;
  text-decoration: underline;
}
.dropdown-actions {
  display: flex;
  justify-content: end;
  /* margin-right: 10px; */
}
.multi-select-container .tag {
  background: rgb(227 253 94);
  color: #17404b;
  padding: 2px 10px;
  /* border-radius: 5px; */
  display: flex;
  align-items: center;
  font-size: 12px;
  border-radius: 100px;
}

.multi-select-container .remove-tag {
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
}

.multi-select-container .dropdown2 {
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  margin-top: 5px;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  z-index: 10;
  padding: 8px 0px;
}

.dropdown2.show {
  display: block;
}

.multi-select-container .dropdown-item {
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.multi-select-container .dropdown-item input {
  margin-right: 10px;
}

.multi-select-container .dropdown-item:hover {
  background: rgb(241, 241, 241);
}

button.remove-all-btn {
  position: absolute;
  right: 7px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  line-height: 20px;
  color: rgb(235, 157, 42);
  border: none;
  border-radius: 100px;
  background: none;
}

.banner-form input {
  border-radius: 100px;
  padding: 0.5rem 1rem;
}

.banner-form h4 {
  text-align: center;
  margin-bottom: 15px;
}

button.btn.theme-btn.disabled {
  background: rgb(23 64 75);
  opacity: 1;
  color: rgb(255, 255, 255);
  border-radius: 100px;
  width: 100%;
  padding: 9px;
}
.banner-slider {
  margin-top: 55px;
}
.banner-slider h3 {
  color: #0e0e0f;
  font-size: 22px;
  margin-bottom: 15px;
}

.banner-slider-inner h4 {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 4px;
}

.banner-slider-inner {
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #17404b4a;
}
.banner-slider  .swiper-button-prev {
  top: 12% !important;
  left: -23px !important;
  position: absolute;
  border: 1px solid #000;
}
.banner-slider .swiper-button-next{
  top: 12% !important;
  right: -23px !important;
  position: absolute;
}
.banner-slider  .swiper-button-prev , .banner-slider .swiper-button-next{
  background-color: #fff !important;
  border: 1px solid #30639c !important;
  color: #000 !important;
  height: 25px !important;
  width: 25px !important;
  line-height: 25px !important;
  border-radius: 3px !important;
}
.banner-slider  button i{
  color: #000;
}
.banner-slider-inner img {
  width: 30px !important;
  border: 1px solid #0000001f;
  border-radius: 3px;
  padding: 2px;
}
.swiper-button-next::after, .swiper-button-prev::after{
  display: none;
}
.Certificate-slider .swiper-wrapper{
  padding-bottom: 40px;
}
.Certificate-slider .swiper-pagination-bullet-active{
  background-color: #17404b !important;
}
.Certificate-slider .swiper-pagination-bullet{
  background-color: transparent;
  border: 1px solid #17404b;
  opacity: 1;
}
.service-section {
  position: relative;
  padding: 50px 0 50px;
  background-image: url(../images/background/bg1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  padding-bottom: 0;
  background: #ffffffd1;
}
@media (max-width: 575.98px) {
  .service-section .sec-title h2 {
    font-size: 27px;
  }
}

.service-block {
  margin-bottom: 30px;
}
.service-block .inner-box {
  border: 2px solid #26578c1c;
  background-color: #fff;
  -webkit-box-shadow: 30px 30px 60px 0px rgba(0, 0, 1, 0.05);
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 1, 0.05);
  padding: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  border-radius: 25px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-block .inner-box:hover {
  border-color: #17404b;
  background-color: #ffffff;
}
.service-block .inner-box:hover .icon-box {
  background-color: #fff;
  color: var(--theme-color-dark);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.service-block .inner-box:hover .icon-box i {
  color: var(--theme-color-dark);
}
.service-block .inner-box:hover .content-box .ser-btn {
  border: 1px solid #fff;
  color: #fff;
  background: #17404b;
}
.service-block .inner-box:hover .icon-box,
.service-block .inner-box:hover .content-box {
  z-index: 1;
}
.service-block .inner-box:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.service-block .inner-box:hover .text,
.service-block .inner-box:hover .title {
  color: var(--theme-color-light);
}
.service-block .inner-box .icon-box {
  margin-bottom: 20px;
  /* background-color: #27578c; */
  width: 75px;
  height: 75px;
  line-height: 75px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block .inner-box .icon-box i {
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block .inner-box .content-box {
  position: relative;
}
.service-block .inner-box .content-box .title {
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-right: 5px;
}
@media (max-width: 1199.98px) {
  .service-block .inner-box .content-box .title {
    font-size: 25px;
    line-height: 33px;
  }
}
.service-block .inner-box .content-box .text {
  line-height: 21px;
  text-transform: capitalize;
  /* font-weight: 500; */
  margin-bottom: 20px;
  font-size: 14px;
}
 .ser-btn {
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
  /* text-transform: uppercase; */
  line-height: 22px;
  height: unset;
  padding: 10px 25px;
  background-color: unset;
  border: 1px solid rgb(38 87 140);
  color: #17404b;
  margin-top: 20px;
  border-radius: 100px;
}
.service-block .inner-box .content-box .ser-btn svg {
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.service-block .inner-box .content-box .theme-btn:before {
  background-color: var(--theme-color1);
}
.service-block .inner-box .content-box .theme-btn:hover {
  border-color: rgb(23 64 75);
  color: #ffffff;
  background: rgb(23 64 75);
}
.service-block .inner-box .content-box .theme-btn:hover svg path {
  fill: #fff;
}
.service-block .inner-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #32649f;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 0;
  display: none;
}
.service-block .inner-box .content-box .title a{
  color: #000;
}
.service-block .inner-box:hover .text, .service-block .inner-box:hover .title a {
  /* color: #fff; */
}
section.service-section .sec-title {
  margin-bottom: 40px;
}   
.theme-btn .btn-icon {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
} 
section.service-section .theme-btn .btn-icon {
  margin-left: 10px;
  display: none;
}
.categorie-wrapp {
  padding: 55px 60px 20px 34px;
  /* border-radius: 30px; */
  background: #fff;
  /* bottom: -60px; */
  /* box-shadow: 0px 20px 60px rgba(204, 204, 204, 0.3); */
}

@media (max-width: 1199px) {
  .categorie-wrapp {
      padding: 40px 60px 40px 60px;
  }
}

@media (max-width: 768px) {
  .categorie-wrapp {
      padding: 40px 55px 40px 55px;
  }
}

@media (max-width: 575px) {
  .categorie-wrapp {
      padding: 35px 0 25px;
  }
}

.categorie-titlebox {
  max-width: 625px;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .categorie-titlebox {
      max-width: 100%;
  }
}

@media (max-width: 1400px) {
  .categorie-titlebox {
      max-width: 520px;
  }
}

@media (max-width: 1199px) {
  .categorie-titlebox {
      text-align: center;
      margin: auto;
      margin-bottom: 35px;
  }
}

.categorie-titlebox .sec-text {
  margin-bottom: 0;
}

.categorie-shape {
  position: absolute;
  padding: 0 30px;
  bottom: 35px;
  left: 0;
  right: 70px;
  text-align: center;
  margin: auto;
}

.categorie-icon {
  position: absolute;
  width: 56px;
  height: 30px;
  right: -10px;
  top: -15px;
  line-height: 1;
  text-align: center;
  margin: auto;
  background: none;
  color: #ffffff; /* Replace $theme-color with the actual value */
  border: 1px solid #D5D7DA;
  /* border-radius: 30px; */
  transition: 0.4s;
  background: #17404b;
  border-radius: 100px;
}

@media (max-width: 992px) {
  .categorie-icon {
      right: 40px;
      bottom: 0;
  }
}

.categorie-icon:hover {
  color: #fff; /* $white-color */
  border: 1px solid #0056b3; /* Replace $theme-color */
  background-color: #0056b3; /* Replace $theme-color */
}

.categorie-slider .th-slider {
  max-width: 509px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .categorie-slider .th-slider {
      max-width: 470px;
  }
}
.categorie-item img {
  width: 100%;
  border: 1px solid #0000001a;
  padding: 10px;
}

.home1-feature-section .feature-banner-area {
  background-color: #0c272e;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-radius: 20px; */
  padding: 30px 40px 60px;
  position: relative;
  border-radius: 30px;
}

.home1-feature-section .feature-banner-area .banner-content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.home1-feature-section .feature-banner-area .banner-content span {
  color: #0c262e;
  /* font-family: var(--font-dmsans); */
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 5px 17px;
  background-color: #e3fd5d;
  border: 1px solid var(--primary-color1);
  /* border-radius: 22px; */
  margin-bottom: 10px;
  border-radius: 100px;
}

.home1-feature-section .feature-banner-area .banner-content h2 {
  color: #fff;
  /* font-family: var(--font-lora); */
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 11px;
}

.home1-feature-section .feature-banner-area .banner-content p {
  color: #fff;
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}

.home1-feature-section .feature-card-area {
  margin-top: -40px;
  z-index: 2;
  position: relative;
}

.home1-feature-section .feature-card-area .company-icon-and-arrow .company-icon {
  width: 130px;
  height: 60px;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0000000a;
  background: #fff;
  margin: 0 auto;
  padding: 0 14px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
}

.home1-feature-section .feature-card-area .company-icon-and-arrow .company-icon svg {
  fill: var(--primary-color1);
}

.home1-feature-section .feature-card-area .company-icon-and-arrow .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home1-feature-section .feature-card-area .company-icon-and-arrow .arrow svg {
  fill: #0c262e;
  width: 1008px;
}

.feature-card {
  padding: 25px 18px;
  border: 1px solid #f4f4f4;
  /* border-radius: 20px; */
  background: #ffffff;
  height: 280px;
  border-radius: 25px;
}

.feature-card .icon {
  width: 46px;
  height: 46px;
  /* border-radius: 50%; */
  background-color: #e3fd5d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #17404b;
  font-weight: 600;
  border-radius: 13px;
}

.feature-card h3 {
  color: #000;
  /* font-family: var(--font-lora); */
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.feature-card p {
  color: #575757;
  /* font-family: var(--font-dmsans); */
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 1.5;
  margin-bottom: 0;
}

.feature-card:hover .icon img {
  animation: bounceIn 1s linear;
}

.feature-card.two {
  background-color: #f0f0f0;
}

.feature-card.two .icon {
  background-color: #fff;
}

.feature-card.three {
  background-color: #F0F0F0;
}

.feature-card.three .icon {
  background-color: #fff;
}

.contact-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 15px 14px 30px;
  border: 1px solid #000;
  border-radius: 40px;
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.contact-btn-area h6 {
  color: var(--title-color);
  font-family: var(--font-lora);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 240px;
  width: 100%;
}

.contact-btn-area h6 span {
  color: var(--primary-color1);
}

.contact-btn-area .primary-btn1 {
  border-radius: 24px;
  padding: 16px 22px;
}

.contact-btn-area .primary-btn1::after {
  border-radius: 24px;
}

.contact-btn-area.two {
  max-width: 760px;
  border: unset;
  background-color: #F8F8F8;
  padding: 16px 15px 16px 40px;
}

.contact-btn-area.two h6 {
  font-family: var(--font-suse);
  font-size: 16px;
}

.contact-btn-area.two .primary-btn3 {
  border-radius: 100px;
}

.contact-btn-area.two .primary-btn4.transparent .content {
  background-color: #F8F8F8;
  border: 1px solid var(--title-color);
  color: var(--title-color);
}

.contact-btn-area.two .primary-btn4.transparent .icon {
  background-color: #F8F8F8;
  border: 1px solid var(--title-color);
}

.contact-btn-area.two .primary-btn4.transparent .icon svg {
  stroke: var(--title-color);
}
.home1-feature-section {
  padding: 50px 0;
  background: #fff;
}
.feature-banner-area::after {
  background-image: url(../images/home1-process-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.2;
}


.box-container {
  width: 150px;
  height: 150px;
  perspective: 1000px;
}

.cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

.cube.vertical {
  animation: rotateY 8s linear infinite;
}

.cube.horizontal {
  animation: rotateX 8s linear infinite;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
}

.face img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* Vertical faces */
.vertical .face1 { transform: rotateX(0deg) translateZ(75px); }
.vertical .face2 { transform: rotateX(90deg) translateZ(75px); }
.vertical .face3 { transform: rotateX(180deg) translateZ(75px); }
.vertical .face4 { transform: rotateX(-90deg) translateZ(75px); }

/* Horizontal faces */
.horizontal .face1 { transform: rotateY(0deg) translateZ(75px); }
.horizontal .face2 { transform: rotateY(90deg) translateZ(75px); }
.horizontal .face3 { transform: rotateY(180deg) translateZ(75px); }
.horizontal .face4 { transform: rotateY(-90deg) translateZ(75px); }

@keyframes rotateY {
  0%   { transform: rotateX(0deg); }
  25%  { transform: rotateX(-90deg); }
  50%  { transform: rotateX(-180deg); }
  75%  { transform: rotateX(-270deg); }
  100% { transform: rotateX(-360deg); }
}

@keyframes rotateX {
  0%   { transform: rotateY(0deg); }
  25%  { transform: rotateY(90deg); }
  50%  { transform: rotateY(180deg); }
  75%  { transform: rotateY(270deg); }
  100% { transform: rotateY(360deg); }
}

.prolist ul {
  /* justify-content: start; */
  /* border: 1px solid #0000000f; */
  border-radius: 10px;
  list-style: none;
  padding: 0;
  background: #ffffff26;
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  word-wrap: break-word;
  width: 100%;
  padding-bottom: 3px;
  display: flex;
  scrollbar-width: thin;
}
.prolist ul li {
  margin: 2px 1px;
  /* border-radius: 10px; */
  padding: 3px 8px;
  background: #fff;
  border: 1px solid #0000001a;
  font-size: 11px;
  white-space: nowrap;
  border-radius: 3px;
}
.prolist {
  border: 1px solid #00000014;
  padding: 4px;
  border-radius: 4px;
  background: #0000000a;
}
.adbuddy_carousel .head

 {
    background: #0c252e;
    display: flex;
    gap: 10px;
    height: auto;
    /* margin: -10px -10px 0; */
    padding: 10px 15px 10px 10px;
    text-align: left;
    align-items: center;
    border-radius: 10px;
}
.adbuddy_carousel .img_blk {
  flex: 0 0 40px;
  width: 40px;
  border-radius: 6px;
  overflow: hidden;
}
.adbuddy_carousel .heading_blk {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
}
.adbuddy_carousel .content p {
  -webkit-line-clamp: 3;
  color: #666;
  font-size: 14px;
  height: 75px;
  line-height: 25px;
  margin: 10px 0;
  text-align: left;
}
.adbuddy_carousel .content a {
  background: #494677;
  align-items: center;
  background-color: #17404b;
  border: none;
  /* border-radius: 6px; */
  color: #fff !important;
  display: flex !important;
  font-size: 14px;
  font-size: 13px;
  gap: 5px;
  height: 38px;
  justify-content: center;
  min-width: 100%;
  padding: 2px 8px;
  text-align: center;
  box-shadow: 1px 1px 1px #00000082;
  border-radius: 100px;
}
.card_blk {
  box-shadow: 0 1px 6px 0 #00000026;
  padding: 6px;
  border: 1px solid #00000014;
  border-radius: 15px;
}

section.one-time-sec {
  padding: 50px 0;
  background: #fff;
}
section.one-time-sec .sec-title {
  margin-bottom: 30px;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");



.pricing-wrapper :root {
    --pinkish-red: #C35A74;
    --medium-blue: #307BAA;
    --greenish-blue: #53BAB5;
    --bright-orange: #FF7445;
    --white-smoke: #F5F5F4;
    --white: #FFF;
    --dark-gray: #7D7C7C;
    --black: #000;
}

.pricing-wrapper section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: var(--white-smoke);
}

.pricing-wrapper .content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 100px;
}

.pricing-wrapper .box {
    display: flex;
    flex-direction: column;
    /* height: 586px; */
    /* width: 300px; */
    border-radius: 5px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    background: var(--white);
    /* box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%); */
    border: 1px solid #0000000f;
}

.pricing-wrapper .title {
    width: 100%;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: var(--white-smoke);
    margin-bottom: 0;
}

.pricing-wrapper .basic .title {
    background: #17404b;
}

.pricing-wrapper .standard .title {
    background: var(--medium-blue);
}

.pricing-wrapper .business .title {
    background: var(--greenish-blue);
}

.pricing-wrapper .view {
    display: block;
    width: 100%;
    padding: 30px 35px 20px;
    /* background: var(--white-smoke); */
}

.pricing-wrapper .icon {
    display: flex;
    justify-content: center;
}

.pricing-wrapper .icon img {
    width: 70px;
}

.pricing-wrapper .cost {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.pricing-wrapper .amount {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 0;
    color: #204651;
    margin: 0 4px;
}

.pricing-wrapper .detail {
    margin: auto 0 auto 5px;
    /* width: 70px; */
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
    text-align: c;
    margin-bottom: 20px;
}

.pricing-wrapper .description {
    margin: 20px 20px;
    font-size: 0.8em;
    color: #7D7C7C;
}

.pricing-wrapper ul {
    list-style: none;
    padding-left: 0;
    /* max-height: 300px; */
    overflow-y: auto;
    /* min-height: 300px; */
    scrollbar-width: thin;
    margin-bottom: 0;
}

.pricing-wrapper li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    /* border-bottom: 1px solid #00000003; */
    /* padding-bottom: 10px; */
    display: flex;
    align-items: start;
}



.pricing-wrapper .button {
    margin: 0 auto 10px;
    text-align: center;
    display: f;
}

.pricing-wrapper button {
    height: 40px;
    /* width: 250px; */
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #ffffff;
    border: 2px solid #17404b;
    border-radius: 50px;
    background: #17404b;
    padding: 0 30px;
}

.pricing-wrapper button:hover {
    color: #17404b;
    transition: 0.5s;
    background: #ffffff;
}

/* Responsiveness:Start */
@media screen and (max-width:970px) {
    .pricing-wrapper .content {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 50px auto;
    }
    .pricing-wrapper .standard, 
    .pricing-wrapper .business {
        margin-top: 25px;
    }
}
section.pricing-wrapper {
  padding: 50px 0;
  background: #fff;
}

.home-service-bg {
    background: #0c272e;
    padding: 30px;
    /* margin-top: 50px; */
    border-radius: 30px;
    margin-bottom: 30px;
}

.home-service-bg {}

.home-service-inner-cnt {
    color: #fff;
}

.home-service-inner-cnt h3 {
    color: rgb(226 255 94);
}
.home-inner-service-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.home-inner-service-single h4 {
    color: #d9d9d9;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: .5px;
}

.home-inner-service-single img {
    filter: grayscale(1) brightness(3);
    width: 44px;
}
.home-service-inner-cnt p {
    color: #d1d1d1;
}
a.cmn-btn.desktop-content {
    background: rgb(226 255 94);
    padding: 10px 25px;
    color: #0c262e;
    border-radius: 100px;
    margin-top: 13px;
    display: inline-block;
}


.easy-work-process .features-second,
ul.business-list li {
    margin: 10px 0;
}

.easy-work-process .nav-pills .nav-link {
    margin-bottom: 10px
}

.easy-work-process .nav-pills .nav-link,
.easy-work-process .nav-pills .show>.nav-link {
    border: none !important;
    transition: 1s
}

.easy-work-process .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #fff;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    -webkit-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    transition: 1s
}

.easy-work-process .nav-pills .nav-link,
.easy-work-process .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fff;
    border: 1px solid #f4f5f6 !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    -webkit-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    transition: 1s
}

.easy-work-process .features-second h3 {
    margin-top: 6px;
    font-size: 18px;
    color: #000;
    padding-bottom: 8px;
    font-weight: 600;
}

.easy-work-process .features-second p {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    line-height: 21px;
}

.easy-work-process .dropcaps-circle {
    float: left;
    margin: 1px 8px 10px 0;
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    color: #017df7;
    font-size: 27px;
    line-height: 60px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 10px;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out
}

.easy-work-process .features-second {
    display: flex;
    cursor: pointer
}

.easy-work-process .features-second .dropcaps-circle {
    width: 70px !important;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.easy-work-process .features-second .content-wrap {
    width: 100%
}

.easy-work-process .nav.nav-pills.grow-with-tab {
    display: flex;
    flex-direction: row;
    gap: 20px;
    z-index: 3;
    position: relative;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link {
    width: 23%;
    text-align: center;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link .features-second {
    flex-direction: column;
    justify-content: center !important;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link .features-second .dropcaps-circle {
    margin: 0 auto;
    margin-top: -54px;
    margin-bottom: 16px;
    font-size: 31px;
    font-weight: bold;
    box-shadow: rgb(255 255 255 / 0%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(10 37 64 / 18%) 0px -2px 6px 0px inset;
}

.process-line {
    position: absolute;
    left: 43%;
    bottom: 93px;
    transform: translate(-50%, 0);
    text-align: center;
    z-index: 1;
    width: 100%;
}

section.section-grey.easy-work-process {
    background: #fffff1;
    position: relative;
    padding: 50px 0;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link {
    width: 23%;
    text-align: center;
    height: 221px;
    border-radius: 0 !important;
    margin-top: 65px;
}

.easy-work-process .dropcaps-circle.red2 {
    color: #ff0000;
}

.easy-work-process .nav.nav-pills.grow-with-tab a:nth-child(odd) {
    margin-top: 100px;
}

.easy-work-process .dropcaps-circle.blue {
    color: #1e90ff
}

.easy-work-process .dropcaps-circle.red {
    color: #eed239
}

.easy-work-process .dropcaps-circle.green {
    color: #27b36a
}

.easy-work-process .image-shadow {
    border-radius: 8px;
    box-shadow: 10px 12px 40px rgb(0 0 0 / 20%)
}

.easy-work-process .tabcontent {
    display: none
}
section.four-point {
    padding: 50px 0;
    background: #ffffffd1;
    /* padding-top: 130px; */
}

.four-point-inner {
    /* border: 1px solid #000; */
    padding: 0 12px;
    text-align: center;
}

.four-point-inner h3 {
    font-size: 17px;
    text-align: center;
    background: #e3fd5e;
    color: #000000;
    padding: 6px 0px;
}

.four-point-inner p {
    line-height: 28px;
}
.section-description {
  font-size: 16px;
  margin-bottom: 30px;
  color: #555;
}

/* CTA Row */
.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* CTA Button */
.cta-row  .btn-primary {
  background-color: #e3fd5d;
  color: #0c262e;
  padding: 10px 25px;
  border-radius: 0px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
  border-radius: 100px;
}

.cta-row  .btn-primary:hover {
  background-color: #0056b3;
}

/* Divider */
.cta-divider p {
  margin: 0;
  font-weight: bold;
}

/* Phone Link */
.call-link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.call-link:hover {
  text-decoration: underline;
}

section.grow-business-section {
    padding: 50px 0;
    background: #0c272e;
    color: #fff;
    text-align: center;
}

h2.section-heading {}

section.grow-business-section h2 {
    color: #e3fd5d;
}

section.grow-business-section p {
    color: #fff;
}

.cta-call a {
    padding: 10px 25px;
    border: 1px solid #fff;
    color: #0c262e;
    background: #fff;
    border-radius: 100px;
}
.industries-serve {
    padding: 60px 0;
    background: #f9f9f9;
   /* Section slightly pushed back */
}

.industries-inner {
    overflow: hidden;
    position: relative;
}

.industries-serve {
      padding: 50px 0;
      background: #f8f9fa;
    }

    .industries-inner {
      overflow: hidden;
    }

    .scroller-wrapper {
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
    }

    .scrolling-list {
      display: flex;
      animation: scrollLoop 5s linear infinite;
      margin-bottom: 10px;
      border: navajowhite;
    }

    .scrolling-list.dealy {
      animation-delay: 2s;
    }

    .scrolling-list li {
      list-style: none;
      margin: 0 4px;
      flex: 0 0 auto;
      width: max-content;
      text-align: center;
      display: flex;
      align-items: center;
      border: 1px solid #efefef;
      padding: 5px 10px;
      background: #fff;
      border-radius: 16px;
    }

    .scrolling-list img {
      width: 49px;
      height: 49px;
      b: auto;
      max-height: 100px;
      object-fit: contain;
      margin-right: 10px;
      object-fit: cover;
    }

  
.scroller-wrapper:hover .scrolling-list {
    animation-play-state: paused;
}

@keyframes scrollLoop {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0%); }
}

    .dragging .scrolling-list {
      animation-play-state: paused !important;
      cursor: grabbing;
    }
    
    
     .scroller-wrapper::-webkit-scrollbar {
  display: none !important;
}
.industries-heading {
    text-align: center;
    margin-bottom: 30px;
}
.scrolling-list li h6 {
    font-weight: 300;
    margin-bottom: 0;
}


.testimonial-swiper {
      /* max-width: 900px; */
      margin: auto;
    }

    .testimonial-card {
      background: #fff;
      border-radius: 8px;
      padding: 20px;
      /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
      border: 1px solid rgb(131 131 131 / 25%);
      min-height: 320px;
    }

    .testimonial-card h4 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 4px;
      color: #333;
    }

    .testimonial-card small {
      display: block;
      font-size: 14px;
      color: #777;
      margin-bottom: 12px;
    }

    .testimonial-card p {
      font-size: 16px;
      color: #555;
      line-height: 1.6;
    }
.testimonial-swiper .swiper-pagination-bullet {
      background: #007bff;
      opacity: 1;
    }

    .testimonial-swiper .swiper-pagination-bullet-active {
      background: #0056b3;
    }
    
    .testi-Swiper .swiper-wrapper{
        padding-bottom: 42px;
    }
    section.testimonial-sec h2 {
    text-align: center;
    margin-bottom: 30px;
}
section.testimonial-sec {
    padding: 50px 0;
    background: #fff;
}
.common-faq-area {
    border: 7px solid rgb(13 38 45);
    border-left: none;
    border-radius: 0 40px 40px 0;
}
.common-faq-area .section-title {
    position: absolute;
    top: -44px;
    margin: 0;
    background: #f8f9fa;
    padding: 10px;
    left: 0;
}

.common-faq-area{
    position: relative;
    padding: 40px 20px 40px 0;
    /* height: 400px; */
    /* overflow-y: scroll; */
}
section.faq {
    padding: 50px 0;
    background: #f8f9fa;
}

.custom-border-r{
    border-radius: 0 15px 0 0 ;
    overflow: hidden;
}
.faq-item {
    height: 373px;
    overflow-y: auto;
    padding: 5px;
    scrollbar-width: thin;
}
.know-area{
    padding: 50px 0;
}

.whySwiper .swiper-wrapper{
    padding-bottom: 20px;
}
.four-point h2{
    text-align: center;
    margin-bottom: 30px;
}
.footer-logo img {
    width: 180px;
}
.footer-item .banner-form {
    border: 1px solid #e7e7e7;
    padding: 16px;
}
footer.footer-area {
    padding-top: 50px;
    background: #fffff1;
}

.btn-lg, html.bp-lg .lg\:btn-lg, html.bp-md .md\:btn-lg, html.bp-xl .xl\:btn-lg {
    --bs-btn-height: 56px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1.5rem !important;
    --bs-btn-font-size: 1.125rem !important;
}
.contrast-shadow-sm {
    box-shadow: 2px 2px 0 0 var(--shadowColor, #000) !important;
}

.fw-bold {
    font-weight: 700 !important;
}
.banner-btn-area a {
    border-radius: 100px;
    padding: 10px 30px !important;
    background: #fff;
}

.to-white {
    --uc-gradient-to: white;
}
.via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
}
.from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important;
}

.end-0 {
    right: 0 !important;
}
.start-0 {
    left: 0 !important;
}
.top-0 {
    top: 0 !important;
}
.bottom-0{
    bottom: 0 !important;
}
.position-absolute {
    position: absolute !important;
}

.gardient-Bammer{
    height: 100%;
    width: 100%;
}

.main-nav.menu-shrink{
    background: #fff;
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* transition: all 0.5s; */
    /* animation: .35s ease-out slideDown; */
}
section.categorie-area{
    background: #fff;
}
.menu-for-one-page .topmenu {
    display: flex;
    align-items: center;
    justify-content: end;
    /* border-radius: 10px; */
}

.menu-for-one-page {
    border: 1px solid rgba(205, 205, 205, 0.38);
    /* padding: 10px; */
    border-radius: 0.5rem;
    background: #fff;
}

.menu-for-one-page .topmenu li {
    margin: 9px;
}
.menu-for-one-page .topmenu li a{
    color: #000;
    font-size: 15px;
}
.menu-for-one-page .topmenu li.active a {
    background: #17404b;
    padding: 6px;
    color: #fff;
    border-radius: 7px;
}





.mobile-menu-number {
    text-align: right;
    /* color: #000; */
}

.mobile-menu-number a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    background: #17404b;
    padding: 7px 15px;
    border-radius: 100px;
}
.mobile-nav .menu-for-one-page .topmenu li:first-child{
    margin-left: 5px;
}


.mobile-nav .menu-for-one-page .topmenu li a{
    font-size:12px;
}
.mobile-nav .menu-for-one-page {
   margin: 7px;
   padding-left: 0;
   width: calc(100% - 20px);
   background: #efefef;
}

.mobile-nav .menu-for-one-page .topmenu {
    display: -webkit-inline-box;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: 0;
    padding-left: 0;
    scrollbar-width: none;
    /* width: calc(100% - 100px); */
    /* background: #000; */
}

.mobile-nav .menu-for-one-page .topmenu li {
    list-style: none;
    margin: 5px 10px;
}

.Custom-paginationbox .swiper-button-next {
    margin-top: 0px;
    margin-left: 15px;
    color: rgb(0, 0, 0);
    font-size: 26px;
    width: auto;
    position: static !important;
}

.Custom-paginationbox .swiper-button-prev {
    margin-top: 0px;
    margin-right: 15px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
}

.Custom-paginationbox .swiper-pagination-fraction {
    position: static;
    margin-top: 1px;
    background: rgb(255, 255, 255);
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid rgb(178, 178, 178);
    width: max-content;
    font-size: 12px !important;
}

.Custom-paginationbox {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.Custom-paginationbox .swiper-button-next span.arrow-inner {
    background: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    color: rgb(129, 129, 129);
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(178, 178, 178);
    border-radius: 4px;
    font-size: 14px !important;
}

.Custom-paginationbox .swiper-button-prev span.arrow-inner {
    background: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    color: rgb(129, 129, 129);
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(178, 178, 178);
    border-radius: 4px;
    font-size: 14px !important;
}

/* Fixed Button */
.slide-form-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 12px 18px;
  background: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 1000;
  border-radius: 5px 0 0 5px;
}

/* Slide Form */
.slide-form {
  position: fixed;
  top: 0;
  right: -400px; /* Hidden by default */
  width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
  transition: right 0.5s ease;
  z-index: 999;
}

/* Slide-in active state */
.slide-form.active {
  right: 0;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.adbuddy_carousel .swiper-wrapper, .swiper-challenge .swiper-wrapper{
    padding-bottom: 30px;
}
.thankspage {
    padding: 5rem 0px;
    background: #f8f8e5;
    text-align: center;
}

.thankspage a {
    display: block;
    width: 200px;
    margin: 0px auto;
    background: rgb(67, 66, 66);
    color: rgb(255, 255, 255);
    padding: 15px 0px;
    font-weight: 700;
}
.menu-btn i {
    font-size: 20px;
    color: #fff;
}

.menu-btn {
    background: #17404b;
    /* padding: 10px; */
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    flex-direction: column;
    cursor: pointer;
}
.menu-btn span {
    font-size: 9px;
    color: #fff;
}
.slide-menu {
    width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     transition: all 0.3s;
}

.slide-menu img {
    width: 175px;
}

.slide-menu ul li {
    list-style: none;
    /* margin: 10px 0; */
    border-bottom: 1px solid #0000000d;
    /* padding-bottom: 10px; */
}

.slide-menu ul {
    padding-left: 0;
    margin-top: 40px;
    /* border: 1px solid #000; */
    /* padding: 10px; */
}

.slide-menu ul li a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0;
}
.slide-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #113640c2;
    height: 100%;
    width: 100%;
    z-index: 9998;
    opacity: 0;
    display: none;
    transition: all 0.5s;
}
.slide-menu-overlay.menu-overlay-open{
    opacity: 1;
    display: block;
    transition: all 0.5s;
}
.slide-menu.menu-open{
    right: 0;
    transition: all 0.3s;
}
span.menu-btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 7px;
    font-size: 20px;
    cursor: pointer;
}
section.term-disc {
    padding: 50px 0;
}
section.term-disc {
    padding: 50px 0;
}

section.term-disc li {
    margin-bottom: 30px;
    border-bottom: 1px solid #00000014;
    padding-bottom: 30px;
}
.banner-form button {
    background: #17404b !important;
    color: #fff;
    border-radius: 100px;
    padding: 8px 20px;
    margin-top: 13px;
}
.form-modal .modal-body{
    background: transparent;
    padding: 0;
}

.form-modal .btn-close{
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    opacity: 1;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 11;
}
.form-modal .modal-content{
    background: transparent;
}

.form-modal .banner-form{
    background: #fff;
    border-radius: 0;
}
.pricing-wrapper .view h2 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 800;
}
span.original-price {
    text-decoration: line-through;
    margin: 0 4px;
}
mark.discount-text {
    background: rgb(226 255 94 / 45%);
    border-radius: 100px;
    padding: 1px 20px;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #dbf363;
    margin: 10px 0;
    width: 100%;
}
.description-outer {
    border: 1px solid #ebebeb;
    /* padding: 10px; */
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #00000008;
}

.description-outer h4 {
    background: #ebebeb;
    text-align: center;
    padding: 7px;
    font-size: 19px;
    box-shadow: rgba(99, 99, 99, 0.11) 0px 2px 8px 0px;
    border-bottom: 1px solid #00000008;
}
.pricing-wrapper .description h5 {
    font-size: 16px;
}
.pricing-wrapper li .fa-times{
    color: red;
}
.pricing-wrapper li .fa-check{
    color: rgb(146, 208, 191);
    display: inline-block;
}
.description-outer hr {
    width: 90%;
    text-align: center;
    margin: auto;
    color: #00000033;
}
p.package-last-p {
    text-align: center;
    margin-top: 10px;
    line-height: 25px;
    margin: 10px 10px 10px 10px;
}
.height-scroll {
    max-height: 500px;
    overflow-y: auto;
}

/* width */
.height-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.height-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.height-scroll::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}
.pricing-wrapper li i{
    margin-right: 3px;
    margin-top: 4px;
}
.package-swiper .Custom-paginationbox{
        display: none;
    }
    
    
ul.package-button-upper li {
    border: 1px solid rgb(163, 185, 195);
    position: relative;
    background: rgb(255 255 255);
    line-height: 1;
    width: 24.4%;
    border-radius: 2px;
    border-radius: 5px;
    position: r;
}
ul.package-button-upper {
    display: flex
;
    margin-top: 15px;
    justify-content: space-between;
    padding: 0px;
}
.price-head-img-div {
    display: flex
;
    align-items: center;
}
ul.package-button-upper li img {
    width: 32px;
    margin-right: 5px;
}
ul.package-button-upper li span {
    color: rgb(23 64 75);
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    display: flex;
    line-height: 18px;
}
.price-wrapper {
    display: flex;
    align-items: c;
}

.price-container {
    margin-top: 10px;
}

.discount-menu {
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    padding: 1px 7px;
    border-radius: 0 0 0 6px;
}

.original-price-menu {
    text-decoration: line-through;
    font-size: 15px;
    color: #898989;
    /* margin-right: 6px; */
    font-weight: 200;
}

.final-price-menu {
    color: #000;
    font-weight: 500;
    font-size: 19px;
    margin-left: 10px;
}

ul.package-button-upper li a {
    width: 100%;
    height: 100%;
    padding: 10px;
    /* background: #fff; */
}



.process-wrapper {
  padding: 20px;
}

.stage {
  margin-bottom: 60px;
  position: relative;
}

.sticky-stage-heading {
  position: sticky;
  top: 75px; /* Stick 100px from the top */
  background: #17404b;
  padding: 15px;
  font-size: 17px;
  font-weight: 600;
  z-index: 10;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  border-bottom: 1px solid #eee;
  color: #fff;
  border-radius: 5px;
}.navbar-area.sticky-top {
    width: 100%;
    overflow-x: hidden;
}

h3.sticky-stage-heading span {
    background: #fff;
    color: #17404b;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 4px;
}
.stage-content ul li {
    margin: 10px 0;
}
.process-wrapper-title {
    text-align: center;
    margin-bottom: 40px;
}
.bar-sticky.sticky {
    position: sticky;
    top: 71px;
    z-index: 11;
    background: #ffffff;
}
.slide-btn{
    visibility: hidden;
    display: block;
    color: #fff;
}
.mobile-btn a{
        display: none !important;
        /* margin: auto; */
        text-align: center;
    }