:root {
  --theme-color: #0059a9;
  --theme-color2: #B42AF3;
  --title-color: #17012C;
  --body-color: #726B7D;
  --smoke-color: #F6F5FD;
  --smoke-color2: #CFD3FC;
  --smoke-color3: #F7F7F7;
  --smoke-color4: #E0E0E0;
  --black-color: #000000;
  --gray-color: #F5F5F5;
  --white-color: #ffffff;
  --light-color: #BDBDBD;
  --border-color: #E5E5E5;
  --title-font: "Plus Jakarta Sans", sans-serif;
  --body-font: "Plus Jakarta Sans", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1185px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.3. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}
body .theme-red, body.theme-red {
  --theme-color: #F02801;
  --theme-color2: #FFC000;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: #000;
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 50px;
}

.h3,
h3 {
  font-size: 30px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 22px;
  line-height: 34px;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 30px;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media (max-width: 1399px) {
  :root {
    --main-container: 1300px;
  }
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  .header-top-section {
    --main-container: 1520px;
  }
  .header-layout1,
  .header-layout2 {
    --main-container: 1520px;
  }
  .hero-1,
  .hero-2,
  .hero-3 {
    --main-container: 1520px;
  }
  .testimonial-wrap.style3 {
    --main-container: 1410px;
  }
  .service-wrap.style1 {
    --main-container: 1520px;
  }
  .video-wrap.style1 {
    --main-container: 1520px;
  }
}
.all-project-area {
  --main-container: 1520px;
}

/*------------------- 2.2. Grid -------------------*/
@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
.gy-20 {
  --bs-gutter-y: 20px;
}

.gy-25 {
  --bs-gutter-y: 25px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 1500px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
.gx-0 {
  --bs-gutter-x: 0px;
}

/*------------------- 2.3. Input -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 20px;
  border: 1px solid #18123b82;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  border-radius: 14px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--white-color);
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-text {
  font-size: 16px;
}
.form-text a {
  color: var(--title-color);
  font-weight: 500;
}

.single-select,
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  background-image: none;
}
.single-select:after,
.form-select:after,
select:after {
  border-bottom: 1px solid var(--title-color);
  border-right: 1px solid var(--title-color);
  right: 20px;
  height: 7px;
  width: 7px;
}
.single-select .list,
.form-select .list,
select .list {
  width: 100%;
  display: block;
  border-radius: 0;
}
.single-select.style2,
.form-select.style2,
select.style2 {
  padding: 0 20px;
  font-size: 16px;
  position: relative;
/*  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");*/
  background-size: 24px 12px;
}
.single-select.style2:after,
.form-select.style2:after,
select.style2:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 6px;
  border-top: solid 6px var(--body-color);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  transform: rotate(0);
  border-bottom: 0;
  margin-top: -2px;
  z-index: 9;
}
.single-select.style2.open:after,
.form-select.style2.open:after,
select.style2.open:after {
  border-top: 0;
  border-bottom: solid 6px var(--body-color);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  transform: none;
}
.single-select.style3,
.form-select.style3,
select.style3 {
  background: var(--border-color);
  padding: 0 20px;
  font-size: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 50px 10px;
  background-repeat: no-repeat;
  background-position: right;
}
.single-select.style-white2,
.form-select.style-white2,
select.style-white2 {
  background: var(--white-color);
  border-color: var(--white-color);
  padding: 0 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 70px 12px;
  background-repeat: no-repeat;
  background-position: right;
}
.single-select.style-white2:after,
.form-select.style-white2:after,
select.style-white2:after {
  right: 30px;
}

.single-select {
  background-image: none !important;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 105px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group .input-icon {
  display: inline-block;
  position: absolute;
  right: 42px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group .input-icon:hover {
  color: var(--theme-color);
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-white .form-control {
  background: var(--white-color);
}
.form-group.style-white2 .form-control {
  background: var(--white-color);
  border-color: var(--white-color);
  padding: 0 45px 0 30px;
}
.form-group.style-white2 textarea.form-control {
  padding: 16px 45px 30px 30px;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3.5px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  height: 20px;
  width: 20px;
  text-align: center;
}
input[type=checkbox] ~ label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  background: var(--theme-color);
  height: 8px;
  width: 8px;
  opacity: 0;
  transition: 0.4s;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid rgb(247, 204, 215);
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid red !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: green;
  display: block;
}
.form-messages.error {
  color: red;
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Mobile Menu -------------------*/
.gt-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.gt-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
/*  background-color: var(--smoke-color2);*/
}
.gt-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.gt-menu-wrapper .gt-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.gt-menu-wrapper .gt-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.gt-menu-wrapper .gt-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.gt-menu-wrapper.gt-body-visible {
  opacity: 1;
  visibility: visible;
}
.gt-menu-wrapper.gt-body-visible .gt-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.gt-mobile-menu {
/*  overflow-y: scroll;*/
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 10px;
  text-align: left;
  /***scroll-bar***/
}
.gt-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.gt-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.gt-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.gt-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}
.gt-mobile-menu ul li.active a {
  color: #0059a9;
}
.gt-mobile-menu ul li.active ul li a{
  color: #000;
}
.gt-mobile-menu ul li.active ul li.sub-active a{
  color: #0059a9;
}
.gt-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}
.gt-mobile-menu ul li.gt-active > a {
  color: var(--theme-color);
}
.gt-mobile-menu ul li.gt-active > a:before {
  transform: rotate(90deg);
}
.gt-mobile-menu ul li ul li {
  padding-left: 20px;
}
.gt-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.gt-mobile-menu ul .gt-item-has-children > a .gt-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: #a6d5ff;
  color: #0059a9;
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.gt-mobile-menu ul .gt-item-has-children > a .gt-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.gt-mobile-menu ul .gt-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
.gt-mobile-menu ul .gt-item-has-children.gt-active > a .gt-mean-expand:before {
  content: "\f068";
}
.gt-mobile-menu ul .gt-item-has-children.gt-active > a:after {
  content: "\f068";
}
.gt-mobile-menu > ul {
  padding: 0 40px;
}
.gt-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.gt-mobile-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.gt-mobile-menu::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.gt-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.gt-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  line-height: 52px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0px;
  /* Large devices */
}
.gt-menu-toggle:hover {
  background-color: var(--white-color);
}
.gt-menu-toggle.style-text, .gt-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.gt-menu-toggle.style-text i, .gt-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.gt-menu-toggle.style-text-white {
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .gt-menu-toggle {
    background-color: var(--white-color);
  }
}

@media (max-width: 400px) {
  .gt-menu-wrapper .gt-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .gt-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.2. Buttons -------------------*/
.gt-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background: #0059a9;
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 16px 20px 16px;
  min-width: 160px;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.gt-btn:before {
  top: 0;
  right: 0;
  border: 0 solid;
  border-color: transparent transparent transparent var(--title-color);
  transform: rotate(360deg);
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  transition: 0.7s ease;
  z-index: -1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.gt-btn:before {
  bottom: 0;
  left: 0;
  right: auto;
  bottom: auto;
  border-color: var(--title-color) transparent transparent transparent;
}
.gt-btn:hover, .gt-btn.active {
  color: var(--white-color);
}
.gt-btn:hover:before, .gt-btn:hover:after, .gt-btn.active:before, .gt-btn.active:after {
  border-width: 200px 130px;
}
.gt-btn:hover.gt-btn-icon:after, .gt-btn.active.gt-btn-icon:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.gt-btn.style2 {
  background: var(--title-color);
  transition: all 0.3s ease 0s;
}
.gt-btn.style2:before {
  top: 0;
  right: 0;
  border: 0 solid;
  border-color: transparent transparent transparent var(--theme-color);
  transform: rotate(360deg);
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  transition: 0.7s ease;
  z-index: -1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transition: all 0.3s ease 0s;
}
.gt-btn.style2:before {
  bottom: 0;
  left: 0;
  right: auto;
  bottom: auto;
  border-color: var(--theme-color2) transparent transparent transparent;
}
.gt-btn.style2:hover, .gt-btn.style2.active {
  color: var(--white-color);
}
.gt-btn.style2:hover:before, .gt-btn.style2:hover:after, .gt-btn.style2.active:before, .gt-btn.style2.active:after {
  border-width: 205px 130px;
  mix-blend-mode: hard-light;
}
.gt-btn.style2:hover.gt-btn-icon:after, .gt-btn.style2.active.gt-btn-icon:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.gt-btn.style3 {
  padding: 20px 75px;
  border-radius: 100px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.gt-btn.style3:hover {
  color: var(--white-color);
}
.gt-btn.style3:hover:before, .gt-btn.style3:hover:after {
  border-width: 200px 170px;
}
.gt-btn.style3:hover.gt-btn-icon:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (max-width: 330px) {
  .gt-btn.style3 {
    padding: 20px 39px;
  }
}
.gt-btn.style4 {
  padding: 20px 65px;
  border-radius: 100px;
  background: var(--title-color);
  color: var(--white-color);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.gt-btn.style4:hover {
  color: var(--white-color);
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
.gt-btn.style4:hover:before, .gt-btn.style4:hover:after {
  border-width: 200px 170px;
}
.gt-btn.style4:hover.gt-btn-icon:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (max-width: 330px) {
  .gt-btn.style4 {
    padding: 20px 39px;
  }
}
.gt-btn.style5 {
  background: var(--white-color);
  color: var(--title-color);
}
.gt-btn.style5:before {
  border-color: transparent transparent transparent var(--theme-color);
}
.gt-btn.style5:hover {
  color: var(--white-color);
  background: var(--title-color);
}
.gt-btn.style5:hover:before, .gt-btn.style5:hover:after {
  border-width: 200px 120px;
}
.gt-btn.style6 {
  background: var(--white-color);
  color: var(--title-color);
}
.gt-btn.style6:before {
  border-color: transparent transparent transparent var(--title-color);
}
.gt-btn.style6:hover {
  color: var(--white-color);
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
.gt-btn.style6:hover:before, .gt-btn.style6:hover:after {
  border-width: 200px 120px;
}
.gt-btn-icon:after {
  display: inline-block;
  content: "";
  position: relative;
  background-image: url(../../zoom-images/web-images/arrow.png);
  background-size: 100% 100%;
  width: 19px;
  height: 19px;
  line-height: 1;
  margin-bottom: -0.3em;
  text-align: center;
  margin-left: 15px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 40px);
  height: var(--btn-size, 40px);
  line-height: var(--btn-size, 40px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--gray-color);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: none;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.btn-border {
  background-color: var(--smoke-color3);
  border: 1px solid var(--smoke-color4);
  line-height: var(--btn-size, 38px);
}
.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.icon-btn .badge {
  position: absolute;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 4.1px 1px;
  font-size: 12px;
  border-radius: 50%;
  top: 0px;
  left: auto;
  right: -8px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  border: 1px solid var(--theme-color);
}
.icon-btn:hover .badge {
  background: var(--white-color);
  color: var(--theme-color);
}
.icon-btn.bg-none {
  background: transparent;
  font-size: var(--btn-font-size, 20px);
  width: auto;
  padding: 0;
}
.icon-btn.bg-none .badge {
  right: -12px;
}
.icon-btn.bg-none:hover {
  color: var(--theme-color);
}
.icon-btn.style2:hover {
  background: var(--title-color);
}
.link-btn a {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #0059a9;
  color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.link-btn a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--title-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--theme-color);
}
.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 100px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #0059a9;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid #1366b2;
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: #0059a9;
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: #0059a9;
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.arrow-btn .style2 {
  width: 52px;
  height: 52px;
  line-height: 35px;
  text-align: center;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
}
.arrow-btn .style2:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  border: 1px solid var(--theme-color);
}
.arrow-btn .style2.slider-next {
  margin-left: 5px;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.title-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  /* Small devices */
}
.title-wrap .title-area {
  max-width: 645px;
  margin: 0;
}
@media (max-width: 767px) {
  .title-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*.title-area {
  max-width: 645px;
}*/
.title-area .subtitle {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
/*  text-transform: uppercase;*/
  background: #0059a9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.title-area .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 10px;
}
.title-area .text {
  color: #000;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}

/*------------------- 3.4. Common -------------------*/
.fix {
  overflow: hidden;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.2em 0.45em;
  font-size: 0.6em;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.as-social a {
  display: inline-block;
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0;
}
.as-social a:last-child {
  margin-right: 0;
}
.as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.as-social.style2 a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid;
}
.as-social.style2 a:hover {
  border-color: var(--theme-color);
  color: var(--white-color);
  background-color: var(--theme-color);
}
.as-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

/******* Magnific Image *******/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-figure:after {
  background: transparent;
  box-shadow: none;
}

.scroll-down {
  transform: rotate(-90deg);
  transform-origin: left;
  position: absolute;
  right: -25px;
  bottom: 195px;
  z-index: 1;
}

.scroll-down .hero-scroll-wrap {
  color: var(--white-color);
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 14px;
}

.scroll-down .hero-scroll-wrap i {
  font-size: 36px;
  margin-bottom: -2px;
}

.scroll-down .hero-scroll-wrap:hover {
  color: var(--theme-color2);
}

@media (max-width: 1500px) {
  .scroll-down {
    right: -34px;
  }
}
@media (max-width: 1399px) {
  .scroll-down {
    right: -43px;
  }
  .scroll-down .hero-scroll-wrap i {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .scroll-down {
    display: none;
  }
}
.bg-theme {
  background-color: #1366b2 !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-gray {
  background-color: var(--gray-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-gradient {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}

.section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*------------------- 3.5. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
  100% {
    width: var(--progress-width);
  }
}
.scroll {
  animation: scroll 60s linear infinite;
  -webkit-animation: scroll 60s linear infinite;
}

.scroll2 {
  animation: scroll2 60s linear infinite;
  -webkit-animation: scroll2 60s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  animation: wave 70s linear infinite;
  -webkit-animation: wave 70s linear infinite;
}

@keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}
.rotate360 {
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
.img-shine {
  position: relative;
  overflow: hidden;
}
/*.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-20deg);
  opacity: 0;
}
.img-shine:hover:after {
  animation: imgShine 1s;
  opacity: 1;
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}*/
@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.moveAround {
  animation: moveAround 200s linear infinite;
  -webkit-animation: moveAround 200s linear infinite;
}

@keyframes moveAround {
  0% {
    transform: translate(-100%, -100%) translate(-300px, 80px);
    -webkit-transform: translate(-100%, -100%) translate(-300px, 80px);
    -moz-transform: translate(-100%, -100%) translate(-300px, 80px);
    -ms-transform: translate(-100%, -100%) translate(-300px, 80px);
    -o-transform: translate(-100%, -100%) translate(-300px, 80px);
  }
  25% {
    transform: translate(50%, -60%) translate(1900px, 300px);
    -webkit-transform: translate(50%, -60%) translate(1900px, 300px);
    -moz-transform: translate(50%, -60%) translate(1900px, 300px);
    -ms-transform: translate(50%, -60%) translate(1900px, 300px);
    -o-transform: translate(50%, -60%) translate(1900px, 300px);
  }
  50% {
    transform: translate(-80%, -80%) translate(-150px, 0px);
    -webkit-transform: translate(-80%, -80%) translate(-150px, 0px);
    -moz-transform: translate(-80%, -80%) translate(-150px, 0px);
    -ms-transform: translate(-80%, -80%) translate(-150px, 0px);
    -o-transform: translate(-80%, -80%) translate(-150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(1160px, 550px);
    -webkit-transform: translate(50%, 50%) translate(1160px, 550px);
    -moz-transform: translate(50%, 50%) translate(1160px, 550px);
    -ms-transform: translate(50%, 50%) translate(1160px, 550px);
    -o-transform: translate(50%, 50%) translate(1160px, 550px);
  }
  100% {
    transform: translate(100%, 100%) translate(-800px, -50px);
    -webkit-transform: translate(100%, 100%) translate(-800px, -50px);
    -moz-transform: translate(100%, 100%) translate(-800px, -50px);
    -ms-transform: translate(100%, 100%) translate(-800px, -50px);
    -o-transform: translate(100%, 100%) translate(-800px, -50px);
  }
}
.moveAround2 {
  animation: moveAround2 160s linear infinite;
  -webkit-animation: moveAround2 160s linear infinite;
}

@keyframes moveAround2 {
  0% {
    transform: translate(30%, 60%) translate(1450px, 500px);
    -webkit-transform: translate(30%, 60%) translate(1450px, 500px);
    -moz-transform: translate(30%, 60%) translate(1450px, 500px);
    -ms-transform: translate(30%, 60%) translate(1450px, 500px);
    -o-transform: translate(30%, 60%) translate(1450px, 500px);
  }
  25% {
    transform: translate(-50%, -60%) translate(-100px, -290px);
    -webkit-transform: translate(-50%, -60%) translate(-100px, -290px);
    -moz-transform: translate(-50%, -60%) translate(-100px, -290px);
    -ms-transform: translate(-50%, -60%) translate(-100px, -290px);
    -o-transform: translate(-50%, -60%) translate(-100px, -290px);
  }
  50% {
    transform: translate(-50%, 0%) translate(150px, 0px);
    -webkit-transform: translate(-50%, 0%) translate(150px, 0px);
    -moz-transform: translate(-50%, 0%) translate(150px, 0px);
    -ms-transform: translate(-50%, 0%) translate(150px, 0px);
    -o-transform: translate(-50%, 0%) translate(150px, 0px);
  }
  75% {
    transform: translate(50%, -50%) translate(1160px, -50px);
    -webkit-transform: translate(50%, -50%) translate(1160px, -50px);
    -moz-transform: translate(50%, -50%) translate(1160px, -50px);
    -ms-transform: translate(50%, -50%) translate(1160px, -50px);
    -o-transform: translate(50%, -50%) translate(1160px, -50px);
  }
  100% {
    transform: translate(50%, 50%) translate(-80px, 50px);
    -webkit-transform: translate(50%, 50%) translate(-80px, 50px);
    -moz-transform: translate(50%, 50%) translate(-80px, 50px);
    -ms-transform: translate(50%, 50%) translate(-80px, 50px);
    -o-transform: translate(50%, 50%) translate(-80px, 50px);
  }
}
.moveAround3 {
  animation: moveAround3 120s linear infinite;
  -webkit-animation: moveAround3 120s linear infinite;
}

@keyframes moveAround3 {
  0% {
    transform: translate(-50%, -50%) translate(400px, 300px);
    -webkit-transform: translate(-50%, -50%) translate(400px, 300px);
    -moz-transform: translate(-50%, -50%) translate(400px, 300px);
    -ms-transform: translate(-50%, -50%) translate(400px, 300px);
    -o-transform: translate(-50%, -50%) translate(400px, 300px);
  }
  25% {
    transform: translate(50%, -60%) translate(1900px, -300px);
    -webkit-transform: translate(50%, -60%) translate(1900px, -300px);
    -moz-transform: translate(50%, -60%) translate(1900px, -300px);
    -ms-transform: translate(50%, -60%) translate(1900px, -300px);
    -o-transform: translate(50%, -60%) translate(1900px, -300px);
  }
  50% {
    transform: translate(-50%, 0%) translate(-150px, 0px);
    -webkit-transform: translate(-50%, 0%) translate(-150px, 0px);
    -moz-transform: translate(-50%, 0%) translate(-150px, 0px);
    -ms-transform: translate(-50%, 0%) translate(-150px, 0px);
    -o-transform: translate(-50%, 0%) translate(-150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(160px, 50px);
    -webkit-transform: translate(50%, 50%) translate(160px, 50px);
    -moz-transform: translate(50%, 50%) translate(160px, 50px);
    -ms-transform: translate(50%, 50%) translate(160px, 50px);
    -o-transform: translate(50%, 50%) translate(160px, 50px);
  }
  100% {
    transform: translate(50%, 50%) translate(-200px, 200px);
    -webkit-transform: translate(50%, 50%) translate(-200px, 200px);
    -moz-transform: translate(50%, 50%) translate(-200px, 200px);
    -ms-transform: translate(50%, 50%) translate(-200px, 200px);
    -o-transform: translate(50%, 50%) translate(-200px, 200px);
  }
}
.moveAround4 {
  animation: moveAround4 200s linear infinite;
  -webkit-animation: moveAround4 200s linear infinite;
}

@keyframes moveAround4 {
  0% {
    transform: translate(50%, -50%) translate(500px, 300px);
    -webkit-transform: translate(50%, -50%) translate(500px, 300px);
    -moz-transform: translate(50%, -50%) translate(500px, 300px);
    -ms-transform: translate(50%, -50%) translate(500px, 300px);
    -o-transform: translate(50%, -50%) translate(500px, 300px);
  }
  25% {
    transform: translate(50%, 60%) translate(-100px, -300px);
    -webkit-transform: translate(50%, 60%) translate(-100px, -300px);
    -moz-transform: translate(50%, 60%) translate(-100px, -300px);
    -ms-transform: translate(50%, 60%) translate(-100px, -300px);
    -o-transform: translate(50%, 60%) translate(-100px, -300px);
  }
  50% {
    transform: translate(50%, 0%) translate(150px, 0px);
    -webkit-transform: translate(50%, 0%) translate(150px, 0px);
    -moz-transform: translate(50%, 0%) translate(150px, 0px);
    -ms-transform: translate(50%, 0%) translate(150px, 0px);
    -o-transform: translate(50%, 0%) translate(150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(760px, 550px);
    -webkit-transform: translate(50%, 50%) translate(760px, 550px);
    -moz-transform: translate(50%, 50%) translate(760px, 550px);
    -ms-transform: translate(50%, 50%) translate(760px, 550px);
    -o-transform: translate(50%, 50%) translate(760px, 550px);
  }
  100% {
    transform: translate(50%, 50%) translate(-800px, 350px);
    -webkit-transform: translate(50%, 50%) translate(-800px, 350px);
    -moz-transform: translate(50%, 50%) translate(-800px, 350px);
    -ms-transform: translate(50%, 50%) translate(-800px, 350px);
    -o-transform: translate(50%, 50%) translate(-800px, 350px);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.scalein.as-animated {
  --animation-name: scalein;
}

.slidetopleft.as-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
  --animation-name: slidebottomright;
}

.slideinleft.as-animated {
  --animation-name: slideinleft;
}

.slideinright.as-animated {
  --animation-name: slideinright;
}

.slideinup.as-animated {
  --animation-name: slideinup;
}

.slideindown.as-animated {
  --animation-name: slideindown;
}

.rollinleft.as-animated {
  --animation-name: rollinleft;
}

.rollinright.as-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.as-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
.bg-anime-scratch {
  animation: scratch 4s linear infinite;
  overflow: hidden;
}

@keyframes scratch {
  0% {
    height: 0;
  }
  70% {
    height: 158px;
  }
  100% {
    height: 158px;
  }
}
@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
/*----------------------------------------------
    # All Footer Widget style here
----------------------------------------------*/
.footer-area{
  background-color: #17012c;
}
.widget-area.style2 {
  position: relative;
}
.widget-area.style2 .shape2_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.widget-area.style2 .shape2_2 {
  position: absolute;
  bottom: 63px;
  right: 0;
  z-index: 1;
}
.widget-area.style2 .shape2_3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.widget-area.style1 {
  position: relative;
}
.widget-area.style1 .shape2_1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget-area.style1 .shape2_2 {
  position: absolute;
  bottom: 63px;
  right: 0;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 30px 0;
}

.widget.footer-widget {
  background-color: transparent;
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
/*  padding-top: -webkit-calc(var(--section-space) - 20px);
  padding-top: -moz-calc(var(--section-space) - 20px);
  padding-top: calc(var(--section-space) - 20px);*/
  padding-bottom: 0px;
  margin-bottom: -5px;
}
.widget.footer-widget .widget_title {
  padding: 0 0 18px 0;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}
.widget.footer-widget .widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
/*
.gt-widget-about {
  max-width: 270px;
}*/
.gt-widget-about .about-logo {
  margin-bottom: 12px;
}
.gt-widget-about .about-text {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 4px;
}
.footer-widget.widget_nav_menu a {
  padding: 0 0 0 20px;
}
.widget.widget_nav_menu.footer-widget .widget_title {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu {
  list-style-type: none;
  padding-left: 0;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li {
  margin-bottom: 20px;
  display: inline-block;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a i {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-right: 8px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover {
  color: var(--theme-color2);
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover i {
  color: var(--theme-color2);
}
.widget.widget_nav_menu.footer-widget .checklist {
  margin-top: 25px;
  margin-bottom: 0px;
}
.widget.widget_nav_menu.footer-widget .checklist ul {
  margin-bottom: 20px;
}
.widget.widget_nav_menu.footer-widget .email-input-container {
  margin-bottom: 25px;
  width: 270px;
}
.copyright-wrap .copyright-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  /* Small devices */
}
.copyright-wrap .copyright-layout .layout-text .copyright {
  margin-bottom: 0;
  color: var(--white-color);
}
.copyright-wrap .copyright-layout .layout-text .copyright a {
  color: var(--white-color);
}
/*.copyright-wrap .copyright-layout .layout-text .copyright a:hover {
  color: var(--theme-color2);
}*/
.copyright-wrap .copyright-layout .link-wrapper {
  text-align: end;
}
.copyright-wrap .copyright-layout .link-wrapper p {
  display: inline-block;
  color: var(--white-color);
  text-align: right;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-right: 30px;
}
.copyright-wrap .copyright-layout .link-wrapper p:last-child {
  margin-right: 0;
  line-height: 0px;
}
@media (max-width: 767px) {
  .copyright-wrap .copyright-layout {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .copyright-wrap .copyright-layout .link-wrapper {
    text-align: center;
  }
  .copyright-wrap .copyright-layout .link-wrapper a {
    text-align: center;
  }
}

/*------------------- 4.2. Header  -------------------*/
.header-top-section.style1 {
  background-color: var(--title-color);
  padding: 10px 0;
  position: relative;
  z-index: 9;
  /* Medium devices */
}
.header-top-section.style1 .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-section.style1 .header-top-wrapper .contact-list {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li {
  font-size: 15px;
  color: var(--white-color);
}
.header-top-section.style1 .header-top-wrapper .contact-list li i {
  color: var(--white-color);
  margin-right: 10px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li a {
  color: var(--white-color);
}
.header-top-section.style1 .header-top-wrapper .top-right {
  padding-right: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-section.style1 .header-top-wrapper .top-right .social-icon {
  gap: 15px;
}
.header-top-section.style1 .header-top-wrapper .top-right .social-icon a {
  color: var(--white-color);
}
.header-top-section.style1 .header-top-wrapper .top-right .social-icon span {
  color: var(--white-color);
  font-weight: 500;
}
@media (max-width: 991px) {
  .header-top-section.style1 {
    display: none;
  }
}
.header-top-section.style2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 9;
  /* Medium devices */
}
.header-top-section.style2 .header-top-wrapper {
  padding: 17px 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 0px 30px 30px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
.header-top-section.style2 .header-top-wrapper .contact-list {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-section.style2 .header-top-wrapper .contact-list li {
  font-size: 15px;
  color: var(--white-color);
}
.header-top-section.style2 .header-top-wrapper .contact-list li i {
  color: var(--white-color);
  margin-right: 10px;
}
.header-top-section.style2 .header-top-wrapper .contact-list li a {
  color: var(--white-color);
}
.header-top-section.style2 .header-top-wrapper .top-right {
  padding-right: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-section.style2 .header-top-wrapper .top-right .social-icon {
  gap: 15px;
}
.header-top-section.style2 .header-top-wrapper .top-right .social-icon a {
  color: var(--white-color);
}
.header-top-section.style2 .header-top-wrapper .top-right .social-icon span {
  color: var(--white-color);
  font-weight: 500;
}
@media (max-width: 991px) {
  .header-top-section.style2 {
    display: none;
  }
}

/* Header Default */
.gt-header {
  position: relative;
  z-index: 41;
}
.gt-header .icon-btn {
  border-radius: 99px;
}
.gt-header .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme-color);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 17px;
  font-family: var(--body-font);
  color: var(--title-color);
}
.sticky-wrapper .main-menu li.active a{
  color: #0059a9;
}

.main-menu a:hover {
  color: #8c0085;
}
.main-menu > ul > li {
  margin: 0 22px;
}
.main-menu > ul > li > a {
  padding: 24px 0;
}
.main-menu > ul > li > a:hover {
  color: #8c0085;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--title-color);
  transition: 0.3s ease-in-out;
}
.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  transform: rotate(180deg);
  color: var(--theme-color2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.menu-item-has-children.active .sub-menu li a{
  color: #000;
}
.main-menu ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.main-menu ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
}
.main-menu ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-menu ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--title-color);
}
.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  top: 7px;
  left: 0px;
  font-family: var(--icon-font);
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--theme-color2);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-menu ul .sub-menu li.sub-active a{
  color: #0059a9;
}
.main-menu ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.main-menu ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}
.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}
.simple-icon:has(.badge) {
  padding-right: 8px;
}
.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  /* Large devices */
}
.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}
.header-button .icon-btn:hover .badge {
  background-color: var(--black-color);
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .header-button {
    padding: 4px 0;
  }
  .header-button.style2 {
    padding: 30px 0;
  }
}

.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 32px;
  background: linear-gradient(90deg, #B42AF3 0%, #384BFF 83.46%);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style2 .line {
  margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
  width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
  width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
  width: 32px;
}

.sidebar-btn2 .line {
  display: block;
  height: 2px;
  width: 32px;
  background: var(--white-color);
  margin: auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.sidebar-btn2 .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn2 .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn2:hover .line:nth-child(2) {
  width: 32px;
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}
.social-links a:last-child {
  margin-right: 0 !important;
}
.social-links a:hover {
  color: var(--theme-color);
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
}
.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #363739;
  position: absolute;
  top: 0px;
  right: -30px;
  margin-top: 3px;
}
.header-links li > i {
  margin-right: 11px;
  color: var(--theme-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}

.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}
.header-links .social-links a {
  font-size: 14px;
}
.header-links .header-notice {
  margin: 0;
}

.dropdown-link {
  position: relative;
}
.dropdown-link > a {
  color: var(--body-color);
}
.dropdown-link > ai {
  color: var(--theme-color);
  margin-right: 5px;
}

.dropdown-toggle:after {
  content: "\f078";
  border: none;
  font-family: var(--title-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
  margin-top: -1px;
}

.dropdown-menu {
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border-color);
}
.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}
.dropdown-menu li:after {
  display: none;
}
.dropdown-menu li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.dropdown-menu a {
  color: var(--title-color) !important;
}
.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid var(--th-border-color);
  border-left: 1px solid var(--th-border-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .menu-expand {
    font-size: 15px;
  }
}
.menu-expand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--theme-color2);
  padding: 17px 25px;
  width: 100%;
}
.menu-expand i {
  margin-right: 15px;
}
.menu-expand:hover {
  color: var(--white-color);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: relative;
  background-color: var(--white-color);
  /* Medium devices */
  /* Large devices */
}
@media (max-width: 991px) {
  .header-layout1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout1 .sticky-wrapper.sticky {
  background: var(--white-color);
}
.header-layout1 .menu-area .header-logo {
  padding-top: 6px;
  padding-bottom: 6px;
  /* Medium devices */
}
.header-layout1 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .header-layout1 .menu-area .header-logo {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.header-layout1 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: #8c0085;
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout1 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout1 .simple-icon {
  padding: 10px;
  width: 56px;
  height: 56px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout1 .simple-icon.searchBoxToggler {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout1 .simple-icon.searchBoxToggler {
    display: none;
  }
}
.header-layout1 .simple-icon:hover {
  border: 1px solid var(--black-color);
}
.header-layout1 .icon-btn {
  /* Extra large devices */
}
.header-layout1 .icon-btn.style1 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--theme-color2);
  background-color: transparent;
  color: var(--theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout1 .icon-btn.style1:hover {
  border: 1px solid var(--black-color);
}
@media (max-width: 1500px) {
  .header-layout1 .icon-btn {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .simple-icon {
    margin-left: 0;
  }
  .header-layout1 .main-menu {
    margin-left: 0;
  }
}
/*------------------- 4.3. Footer  -------------------*/
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.copyright-wrap {
  padding: 20.5px 0;
  border-top: 1px solid #444A56;
  background-color: #252934;
}

.copyright-text {
  margin: 0;
  color: var(--white-color);
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--white-color);
}

/*------------------- 4.4. Breadcumb  -------------------*/
/*----------------------------------------------
    # Breadcumb style here
----------------------------------------------*/
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
}
.breadcrumb-wrapper .breadcumb {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  padding: 80px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .breadcumb {
    padding: 80px 0 0px;
  }
}
.breadcrumb-wrapper .page-heading {
  text-align: center;
  z-index: 9;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1299px) {
  .breadcrumb-wrapper .page-heading {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding: 40px 0;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white-color);
  font-size: 50px;
  position: relative;
  z-index: 9;
  text-shadow: 2px 2px 9px #000000;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 30px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 600;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white-color);
  transition: all 0.3s ease 0s;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme-color2);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white-color);
}
.breadcrumb-wrapper .border-shape {
  position: absolute;
  top: 20px;
  left: 0;
}
.breadcrumb-wrapper .line-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.error-items {
  text-align: center;
}
.error-items h2 {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 50px;
}
.error-items h2 span {
  color: var(--theme-color);
}
.error-items p {
  color: var(--paragraph-color, #726B7D);
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}
/*------------------- 4.6. Hero Area  -------------------*/
/*----------------------------------------------
    # Hero style here
----------------------------------------------*/
/* Hero Global ---------------------------------- */
.gt-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.gt-hero-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.info-box {
  display: flex;
  margin-bottom: 11px;
}
.info-box:last-child {
  margin-bottom: 0;
}

.info-box_icon {
  font-size: 16px;
  background-color: transparent;
  color: var(--theme-color);
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  align-self: center;
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}
.info-box_link:hover {
  color: var(--theme-color);
}
/*------------------- 4.10. About  -------------------*/
/*----------------------------------------------
    # About style here
----------------------------------------------*/
.about-area .shape3_1 {
  position: absolute;
  top: 0;
  left: 0;
}
.about-area .shape3_2 {
  position: absolute;
  bottom: 120px;
  right: 0;
}

.about-wrap.style1 {
  position: relative;
}
.about-wrap.style1 .shape1_1 {
  position: absolute;
  bottom: 76px;
  left: 0;
  z-index: 1;
}
.about-wrap.style1 .shape1_2 {
  position: absolute;
  bottom: 205px;
  right: 0;
  z-index: 1;
}
.about-wrap.style2 {
  position: relative;
}
.about-wrap.style2 .shape1_1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-wrap.style2 .shape1_2 {
  position: absolute;
  bottom: 120px;
  right: 0;
}
.about-wrap.style5 {
  max-width: 1620px;
  margin: 0 auto;
  background-color: #c4e3ff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.about-wrapper.style2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
.about-wrapper.style2 .about-thumb-box {
  position: relative;
}
.about-wrapper.style2 .about-thumb-box.about-thumb1 {
  display: inline-block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.about-wrapper.style2 .about-thumb-box.about-thumb1 img {
  width: 559px;
  height: 511px;
  object-fit: cover;
}
.about-wrapper.style2 .about-content .title-area .text {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--smoke-color2);
}
.about-wrapper.style2 .about-content .fancy-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 33px;
  margin-bottom: 40px;
}
.about-wrapper.style2 .about-content .fancy-box-wrapper .fancy-box .checklist ul:last-child {
  margin-bottom: 0;
}
.about-wrapper.style2 .about-content .profile-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
.about-wrapper.style2 .about-content .profile-wrapper .fancy-box_icon {
  padding: 0;
}
@media (max-width: 1199px) {
  .about-wrapper.style2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .about-wrapper.style2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .about-wrapper.style2 .about-thumb-box.about-thumb2 {
    bottom: 39px;
    right: 150px;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style2 {
    gap: 20px;
  }
  .about-wrapper.style2 .about-thumb-box {
    position: relative;
  }
  .about-wrapper.style2 .about-thumb-box.about-thumb2 {
    position: absolute;
    bottom: 39px;
    right: 0px;
  }
  .about-wrapper.style2 .about-content .fancy-box-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 25px;
  }
  .about-wrapper.style2 .about-content .profile-wrapper {
    flex-direction: column;
  }
  .about-wrapper.style2 .about-content .profile-wrapper .gt-btn {
    display: block;
    width: 100%;
    order: 2;
  }
  .about-wrapper.style2 .about-content .profile-wrapper .fancy-box {
    order: 1;
  }
}
.about-wrapper.style3 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.about-wrapper.style3 .about-thumb-box {
  position: relative;
}
.about-wrapper.style3 .about-thumb-box.thumb-bg {
  display: inline-block;
  position: absolute;
  bottom: 52px;
  right: 0;
  z-index: -1;
}
.about-wrapper.style3 .about-thumb-box.about-thumb1 {
  display: inline-block;
  position: relative;
  bottom: 52px;
  right: -160px;
  z-index: 2;
}
.about-wrapper.style3 .about-thumb-box.about-thumb2 {
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 41px;
  z-index: 3;
}
.about-wrapper.style3 .about-thumb-box.about-thumb3 {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 1;
}
.about-wrapper.style3 .about-thumb-box.about-icon1 {
  position: absolute;
  top: 129px;
  right: 80px;
}
.about-wrapper.style3 .about-thumb-box.about-icon2 {
  position: absolute;
  top: 225px;
  left: 104px;
}
.about-wrapper.style3 .about-thumb-box.about-icon3 {
  position: absolute;
  top: 240px;
  left: 124px;
}
.about-wrapper.style3 .about-thumb-box.about-icon4 {
  position: absolute;
  bottom: 85px;
  right: 25px;
}
.about-wrapper.style3 .about-thumb-box.about-icon5 {
  position: absolute;
  top: 90px;
  left: 157px;
}
.about-wrapper.style3 .about-content .title-area {
  max-width: 613px;
}
.about-wrapper.style3 .about-content .text-title {
  color: #0059a9;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}
.about-wrapper.style3 .about-content .fancy-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}
/*.about-wrapper.style3 .about-content .profile-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px;
}*/
.about-wrapper.style3 .about-content .profile-wrapper .fancy-box_icon {
  padding: 0;
}
@media (max-width: 991px) {
  .about-wrapper.style3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-wrapper.style3 .about-thumb-box.about-thumb1 {
    display: inline-block;
    position: relative;
    bottom: 52px;
    right: -180px;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style3 {
    gap: 80px;
  }
  .about-wrapper.style3 .about-thumb-box.about-thumb1 {
    display: inline-block;
    position: relative;
    bottom: 52px;
    right: -130px;
  }
  .about-wrapper.style3 .about-content .fancy-box-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
  }
  /*.about-wrapper.style3 .about-content .profile-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }*/
  .about-wrapper.style3 .about-content .profile-wrapper .gt-btn {
    order: 2;
  }
  .about-wrapper.style3 .about-content .profile-wrapper .fancy-box {
    order: 1;
  }
}
@media (max-width: 575px) {
  .about-wrapper.style3 {
    gap: 0px;
  }
  .about-wrapper.style3 .about-thumb-box.about-thumb1 {
    display: inline-block;
    position: relative;
    bottom: 52px;
    right: -25px;
  }
}
.about-wrapper.style5 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  /* Large devices */
}
.about-wrapper.style5 .about-thumb-box {
  position: relative;
}
.about-wrapper.style5 .about-thumb-box.about-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.about-wrapper.style5 .about-thumb-box.shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.about-wrapper.style5 .about-thumb-box.thumb1 {
  position: relative;
  bottom: 0;
  right: -209px;
  z-index: 2;
}
.about-wrapper.style5 .about-thumb-box.thumb2 {
  position: absolute;
  bottom: 40px;
  right: 263px;
  z-index: 3;
}
.about-wrapper.style5 .about-thumb-box.thumb3 {
  position: absolute;
  bottom: 334px;
  right: -17px;
  z-index: 4;
}
.about-wrapper.style5 .about-thumb-box.icon {
  position: absolute;
  bottom: 280px;
  left: 135px;
  z-index: 1;
}
.about-wrapper.style5 .about-thumb-box.icon2 {
  position: absolute;
  bottom: 41px;
  right: 24px;
  z-index: 1;
}
.about-wrapper.style5 .about-thumb-box.icon3 {
  position: absolute;
  bottom: 26px;
  right: 7px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-wrapper.style5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-wrapper.style5 .about-content {
    order: 2;
  }
}
/*------------------- 4.12. Testimonial  -------------------*/
/*----------------------------------------------
    # Testimonial style here
----------------------------------------------*/
.testimonial-wrap.style1 {
  position: relative;
  z-index: 4;
}
.testimonial-wrap.style1 .section-bg {
  bottom: -88px;
}
.testimonial-wrap.style1 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Small devices */
}
.testimonial-wrap.style1 .title-wrap .title-area {
  margin: 0;
  max-width: 488px;
}
@media (max-width: 767px) {
  .testimonial-wrap.style1 .title-wrap {
    flex-direction: column;
  }
}
.testimonial-wrap.style1 .slider-arrow.style2 {
  position: absolute;
  top: 52%;
  right: 97.5%;
  width: 50px;
  height: 50px;
  line-height: 13px;
  text-align: center;
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-wrap.style1 .slider-arrow.style2.slider-next {
  position: absolute;
  top: 52%;
  right: -3%;
  width: 50px;
  height: 50px;
  line-height: 13px;
  text-align: center;
  z-index: 5;
  background: #17012C;
  border: 1px solid #17012C;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/*------------------- 4.15. Simple Sections  -------------------*/
/*----------------------------------------------
    # Simple Common style here
----------------------------------------------*/
.fancy-box.style1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  /* Small devices */
}
.fancy-box.style1 .fancy-box_icon {
  display: block;
/*  padding: 18px;*/
  text-align: center;
  border-radius: 50px;
  background-color: #c4e3ff;
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 32px;
  color: #1366b2;
  width: 68px;
  height: 62.638px;
  line-height: 59px;
}
.fancy-box.style1 .fancy-box_content h4 {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0px;
}
.fancy-box.style1 .fancy-box_content span {
  display: inline-block;
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .fancy-box.style1 {
    justify-content: flex-start;
    width: 100%;
    gap: 15px;
  }
}
.fancy-box.style2 {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 16px 16px;
  background-color: #fff;
  overflow: hidden;
  border-left: 4px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  /* Medium devices */
}
.fancy-box.style2 p {
  color: #0059a9;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0px;
}
.fancy-box.style2 h4 {
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}
.fancy-box.style2 h4 {
  text-decoration: none;
  outline: none !important;
  color: var(--title-color);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.fancy-box.style2 .arrow-icon {
  position: absolute;
  top: 25px;
  bottom: 26px;
  right: 30px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background: var(--title-color);
  color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  /* Medium devices */
}
.fancy-box.style2 .arrow-icon:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
@media (max-width: 991px) {
  .fancy-box.style2 .arrow-icon {
    top: 20px;
    bottom: 26px;
    right: 7px;
  }
}
.fancy-box.style2:hover {
  border-left: 4px solid #1366b2;
}
.fancy-box.style2:hover .arrow-icon {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
@media (max-width: 991px) {
  .fancy-box.style2 {
    padding: 20px 7px;
  }
}
.checklist {
  margin-top: 20px;
  margin-bottom: 26px;
}
.checklist ul {
  display: flex;
  align-items: center;
  margin-left: 6px;
  gap: 8px;
  list-style-type: none;
}
.star-wrap {
  display: flex;
  padding-left: 0;
  padding-top: 5px;
}
.star-wrap li i {
  color: #ff7918;
}
.star-wrap li {
  list-style-type: none;
}
.meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.meta .icon i {
  color: var(--theme-color);
}
.meta .text {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.progress-wrap {
  margin-bottom: 30px;
}
.progress-wrap:last-child {
  margin-bottom: 0;
}
.progress-wrap .progress-meta {
  display: flex;
  gap: 250px;
  margin-bottom: 15px;
  /* Extra small devices */
  /* Extra small devices */
}
.progress-wrap .progress-meta .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.progress-wrap .progress-meta .percentage {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 575px) {
  .progress-wrap .progress-meta {
    gap: 210px;
  }
}
@media (max-width: 375px) {
  .progress-wrap .progress-meta {
    gap: 68px;
  }
}
.progress-wrap .progress-container {
  position: relative;
  width: 500px;
  height: 5px;
  background-color: #D9DDFF;
  border-radius: 10px;
  overflow: visible;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* Small devices */
}
.progress-wrap .progress-container .progress-bar {
  height: 5px;
  background-color: #0059a9;
  border-radius: 10px;
  opacity: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .progress-wrap .progress-container {
    width: 85%;
  }
}

.gt-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  margin-right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.gt-social a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.gt-social.style2 a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: transparent;
  color: var(--white-color);
  margin-right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.gt-social.style2 a:hover {
  background: #0059a9;
  color: var(--white-color);
  border: 1px solid var(--title-color);
}

/* Hide the default checkbox */
.custom-checkbox input[type=checkbox] {
  display: none;
}
/* Style the email input container */
.email-input-container {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}
.email-input-container #email {
  width: 270px;
  padding: 23px 16px;
  border-radius: 8px;
  background: var(--white-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.email-input-container #submitButton {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.email-input-container #submitButton:hover {
  background: var(--title-color);
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border-color);
  color: var(--title-color);
}
.page-nav-wrap ul li .page-numbers.current {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  border: 1px solid transparent;
}
.testimonial-card.style1 {
  position: relative;
  border-radius: 16px;
  border-left: 4px solid #0059a9;
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  /* Small devices */
}
.testimonial-card.style1 .profile-box {
  display: flex;
  gap: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
}
.testimonial-card.style1 .profile-box .testi-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style1 .profile-box .testi-content .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 1px;
}
.testimonial-card.style1 .profile-box .testi-content .designation {
  text-align: start;
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.testimonial-card.style1 .text {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 34px;
}
.testimonial-card.style1 .quote {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 767px) {
  .testimonial-card.style1 .profile-box {
    padding-left: 10px;
  }
  .testimonial-card.style1 .text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial-card.style1 .quote {
    position: absolute;
    top: 40px;
    right: 10px;
  }
}
@media (max-width: 767px) and (max-width: 330px) {
  .testimonial-card.style1 .quote {
    position: absolute;
    top: 96px;
    right: 5px;
  }
}
/*------------------- 4.18. Service  -------------------*/
/*----------------------------------------------
    # Service style here
----------------------------------------------*/
.service-area {
  position: relative;
  margin-top: -120px;
  z-index: 9;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-area {
    margin-top: 0;
    padding-top: 80px;
  }
}

.service-wrap.style3 {
  position: relative;
}
.service-wrap.style3 .shape3_1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-wrap.style3 .title-wrap .arrow-btn .style2 {
  width: 52px;
  height: 52px;
  line-height: 35px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  background: transparent;
  color: var(--theme-color);
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.service-wrap.style3 .title-wrap .arrow-btn .style2:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}
.service-wrap.style3 .title-wrap .arrow-btn .style2.slider-next {
  margin-left: 5px;
}

.service-card-wrapper.style1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-content: center;
  place-items: center;
  gap: 30px;
}
@media (max-width: 1500px) {
  .service-card-wrapper.style1 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1299px) {
  .service-card-wrapper.style1 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .service-card-wrapper.style1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-card-wrapper.style1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-card {
  position: relative;
}
.service-card.style1 {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 36px 30px;
  max-width: 280px;
  max-height: 285px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 44%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
}
.service-card.style1 .card_icon {
  padding: 37px 15px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-card.style1 .card_icon i {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 35px;
  color: #1366b2;
}
.service-card.style1 .card_icon:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 32%;
  width: 80px;
  height: 80.638px;
  background-color: #c4e3ff;
/*  opacity: 0.1;*/
  border-radius: 50%;
/*  clip-path: polygon(43px 80.5px, 43px 80.5px, 39.53360194px 80.6138793px, 35.93715952px 80.1950024px, 32.27225038px 79.3019371px, 28.60045216px 77.9932512px, 24.9833425px 76.3275125px, 21.48249904px 74.3632888px, 18.15949942px 72.1591479px, 15.07592128px 69.7736576px, 12.29334226px 67.2653857px, 9.87334px 64.6929px, 9.87334px 64.6929px, 7.9367128753px 62.2494616px, 6.2104916824px 59.6854208px, 4.6949916931px 57.0120192px, 3.3905281792px 54.2404984px, 2.2974164125px 51.3821px, 1.4159716648px 48.4480656px, 0.7465092079px 45.4496368px, 0.2893443136px 42.3980552px, 0.0447922537px 39.3045624px, 0.0131683px 36.1804px, 0.0131683px 36.1804px, 0.1857139617px 33.13325371px, 0.5595666176px 30.11371768px, 1.1381176039px 27.13886617px, 1.9247582568px 24.22577344px, 2.9228799125px 21.39151375px, 4.1358739072px 18.65316136px, 5.5671315771px 16.02779053px, 7.2200442584px 13.53247552px, 9.0980032873px 11.18429059px, 11.2044px 9.00031px, 11.2044px 9.00031px, 13.4497356px 7.0972821754px, 15.8464968px 5.4603242994px, 18.3770652px 4.0732687683px, 21.0238224px 2.9199479789px, 23.76915px 1.9841943275px, 26.5954296px 1.2498402107px, 29.4850428px 0.7007180251px, 32.4203712px 0.320660167px, 35.3837964px 0.0934990332px, 38.3577px 0.00306702px, 38.3577px 0.00306702px, 41.363953px 0.0404444904px, 44.35772px 0.2181352006px, 47.323653px 0.5511659215px, 50.246404px 1.0545634235px, 53.110625px 1.7433544775px, 55.900968px 2.6325658541px, 58.602085px 3.7372243239px, 61.198628px 5.0723566578px, 63.675249px 6.6529896262px, 66.0166px 8.49415px, 66.0166px 8.49415px, 68.3999054px 10.69325995px, 70.6702992px 13.0542976px, 72.7870678px 15.56399965px, 74.7094976px 18.2091028px, 76.396875px 20.97634375px, 77.8084864px 23.8524592px, 78.9036182px 26.82418585px, 79.6415568px 29.8782604px, 79.9815886px 33.00141955px, 79.883px 36.1804px, 79.883px 36.1804px, 79.5103764px 39.0453677px, 79.0147072px 41.5826016px, 78.3824948px 43.8539179px, 77.6002416px 45.9211328px, 76.65445px 47.8460625px, 75.5316224px 49.6905232px, 74.2182612px 51.5163311px, 72.7008688px 53.3853024px, 70.9659476px 55.3592533px, 69px 57.5px, 69px 57.5px, 66.7549105px 60.0575467px, 64.478px 62.8473696px, 62.1516255px 65.7609029px, 59.758144px 68.6895808px, 57.2799125px 71.5248375px, 54.699288px 74.1581072px, 51.9986275px 76.4808241px, 49.160288px 78.3844224px, 46.1666265px 79.7603363px, 43px 80.5px);*/
}
.service-card.style1 .card_content {
  z-index: 3;
}
.service-card.style1 .card_content h3 {
  text-align: center;
  margin-bottom: 10px;
}
.service-card.style1 .card_content h3 a {
  color: var(--title-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.service-card.style1 .card_content h3 a:hover {
  color: #fff;
}
.service-card.style1 .card_content .text {
  color: #000;
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 27px;
}
.service-card.style1 .link-btn {
  position: absolute;
  bottom: -8%;
  left: 42%;
  text-align: center;
  z-index: 3;
}
.service-card.style1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 285px;
  max-height: 0;
  overflow: hidden;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background: #0059a9;
  transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -webkit-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -moz-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -ms-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -o-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  border-radius: 8px;
}
.service-card.style1:hover .bg {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
/*  border-radius: 8px;*/
}
.service-card.style1:hover .card_content h3 a {
  color: var(--white-color);
}
.service-card.style1:hover .card_content h3 a:hover {
  color: #fff;
}
.service-card.style1:hover .card_content .text {
  color: var(--white-color);
}
.service-card.style1:hover .link-btn > a {
  background: var(--white-color);
  color: var(--theme-color);
}
/*.service-card.style1:hover .card_icon {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}*/
.service-card.style1:hover .card_icon:before {
  background-color: var(--white-color);
  opacity: 1;
}
.service-card.style2 {
  overflow: hidden;
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  max-width: 270px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  z-index: 5;
}
.service-card.style2 .service-thumb {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}
.service-card.style2 .service-thumb img {
  width: 270px;
  height: 160px;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.service-card.style2 .service-content {
  padding: 45px 5px 30px 30px;
  background-color: var(--white-color);
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
}
.service-card.style2 .service-content_title {
  margin-bottom: 5px;
}
.service-card.style2 .service-content_title a {
  background: var(--title-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: 1s, -webkit-background-clip 1s, -webkit-text-fill-color 1s;
  -webkit-transition: 1s, -webkit-background-clip 1s, -webkit-text-fill-color 1s;
  -moz-transition: 1s, -webkit-background-clip 1s, -webkit-text-fill-color 1s;
  -ms-transition: 1s, -webkit-background-clip 1s, -webkit-text-fill-color 1s;
  -o-transition: 1s, -webkit-background-clip 1s, -webkit-text-fill-color 1s;
}
.service-card.style2 .service-content_title a:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.service-card.style2 .service-content_text {
  color: var(--body-color);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 14px;
}
.service-card.style2 .service-content .link {
  color: var(--body-color);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.service-card.style2 .service-content .link i {
  margin-left: 10px;
}
.service-card.style2 .service-content .link:hover {
  color: var(--theme-color2);
}
.service-card.style2 .service-icon {
  position: absolute;
  top: 125px;
  left: 30px;
  padding: 15px;
  border-radius: 8px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.service-card.style2 .service-icon_two {
  position: absolute;
  bottom: 8px;
  right: 8px;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.service-card.style2:hover .service-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.service-card.style2:hover .service-icon {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.service-card.style2:hover .service-icon_two {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.service-card.style3 {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: start;
  padding: 36px 36px;
  max-width: 270px;
  max-height: 303px;
  margin: 0 auto;
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.service-card.style3 .card_icon {
  padding: 37px 15px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-card.style3 .card_icon img {
  position: absolute;
  top: 20px;
  left: 30px;
}
.service-card.style3 .card_icon:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 10px;
  width: 80px;
  height: 80.638px;
  background-color: var(--theme-color);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.service-card.style3 .card_content {
  z-index: 3;
}
.service-card.style3 .card_content h3 {
  text-align: start;
  margin-bottom: 10px;
}
.service-card.style3 .card_content h3 a {
  color: var(--title-color);
  text-align: start;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.service-card.style3 .card_content h3 a:hover {
  color: var(--theme-color2);
}
.service-card.style3 .card_content .text {
  color: var(--body-color);
  text-align: start;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 17px;
}
.service-card.style3 .link-wrap a {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.service-card.style3 .link-wrap a:hover {
  color: var(--theme-color2);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.service-card.style3:hover {
  background-color: var(--theme-color);
  border-radius: 16px;
  background: linear-gradient(180deg, #3D4AFF 0%, #9931F6 100%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.service-card.style3:hover .card_content h3 a {
  color: var(--white-color);
}
.service-card.style3:hover .card_content h3 a:hover {
  color: var(--theme-color2);
}
.service-card.style3:hover .card_content .text {
  color: var(--white-color);
}
.service-card.style3:hover .card_icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.service-card.style3:hover .card_icon:before {
  background-color: var(--white-color);
  opacity: 1;
}
.service-card.style3:hover .link-wrap a {
  color: var(--white-color);
}
.service-card.style4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  background-color: var(--white-color);
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.service-card.style4 .service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.service-card.style4 .service-icon img {
  max-width: 100%;
  height: auto;
}
.service-card.style4 .service-title a {
  color: var(--title-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.service-card.style4 .text {
  color: var(--body-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.service-card.style4 .btn-wrapper a {
  color: var(--title-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.service-card.style4 .btn-wrapper a i {
  margin-left: 5px;
}
.service-card.style4:hover {
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service-card.style4:hover .btn-wrapper a {
  color: var(--theme-color2);
}
.service-card.style4:hover .btn-wrapper a i {
  color: var(--theme-color2);
}
/*------------------- 4.20. Why choose Us  -------------------*/
/*----------------------------------------------
    # why choose us style here
----------------------------------------------*/
.wcu-tab-wrap {
  position: relative;
}
.wcu-tab-wrap .shape1_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.wcu-tab-wrap .shape1_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.wcu-tab-area ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: none;
}
.wcu-tab-area ul .nav-link i {
  font-size: 25px;
}

.wcu-tab-area ul .nav-link {
  position: relative;
  color: var(--title-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  padding: 32px 20px 32px 24px;
  background: #fff;
  width: 298px;
  border: none !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .wcu-tab-area ul .nav-link {
    position: relative;
    font-family: var(--title-font);
    color: var(--title-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
    padding: 15px 15px 15px 15px;
    background: #fff;
    width: 271px;
    border: none !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}

.wcu-tab-area ul .nav-link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  width: 35px;
  height: 60px;
  background: #fff;
  clip-path: polygon(100% 49%, 0 0, 0 100%);
}

.wcu-tab-area ul .nav-link .icon-box {
  font-size: 50px;
  color: var(--theme-color);
}

.wcu-tab-area ul .nav-link.active {
  color: #fff;
  border-radius: 8px;
  background: #0059a9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.wcu-tab-area ul .nav-link.active img {
  filter: invert(100%);
}

.wcu-tab-area ul .nav-link.active:before {
  background: #0059a9;
}

.wcu-tab-area ul .nav-link.active .icon-box {
  color: #fff;
}

.wcu-tab-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  border-radius: 16px;
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  background-color: var(--white-color);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  /* Small devices */
}
.wcu-tab-content .shape {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
}
.wcu-tab-content .wcu-thumb {
  position: relative;
  padding: 36px 0px 0 68px;
}
.wcu-tab-content .wcu-thumb img {
  position: relative;
  z-index: 3;
}
.wcu-tab-content .wcu-content {
  padding: 36px 30px 36px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .wcu-tab-content .wcu-content {
    padding: 0px 30px 30px 10px;
  }
}
.wcu-tab-content .wcu-content .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}
.wcu-tab-content .wcu-content .text {
  color: #000;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}
.wcu-tab-content .wcu-content .checklist {
  margin-top: 20px;
}
.wcu-tab-content .wcu-content .checklist ul {
  display: flex;
  flex-direction: row;
  margin-left: 0;
}
.wcu-tab-content .wcu-content .checklist ul li {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 767px) {
  .wcu-tab-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wcu-area .bg-shape-1 {
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.wcu-area .bg-shape-2 {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

.wcu-area .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .service-tab-content {
    display: flex;
    flex-direction: column;
  }
  /*.wcu-tab-area {
    margin-bottom: 50px;
  }*/
  .service-tab-content figure.image img {
    width: 100%;
  }
}
/*------------------- 4.22. Project  -------------------*/
/*----------------------------------------------
    # Project style here
----------------------------------------------*/
.project-card.style1 {
  position: relative;
  overflow: hidden;
  max-width: 465px;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* Extra small devices */
  /* Extra small devices */
}
.project-card.style1 .project-img {
  position: relative;
  z-index: 1;
}
.project-card.style1 .project-img img {
  width: 465px;
  height: 450px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
/*.project-card.style1 .project-img .img-shine {
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}*/
.project-card.style1 .fancy-box.style2 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 3;
}
/*.project-card.style1 .fancy-box.style2:hover .img-shine {
  opacity: 1;
}
.project-card.style1:hover .img-shine {
  opacity: 1;
}
.project-card.style1:hover .project-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}*/
@media (max-width: 575px) {
  .project-card.style1 {
    max-width: 400px;
  }
  .project-card.style1 .fancy-box.style2 {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 3;
  }
}
@media (max-width: 375px) {
  .project-card.style1 {
    max-width: 320px;
  }
  .project-card.style1 .fancy-box.style2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
  }
}
/*------------------- 4.23. Download App -------------------*/
/*----------------------------------------------
    # Download App style here
----------------------------------------------*/
.dowload-wrap {
  position: relative;
}
.dowload-wrap .shape1_1 {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 1;
}
.dowload-wrap .shape1_2 {
  position: absolute;
  bottom: 58px;
  right: 0;
  z-index: 1;
}
.dowload-wrap .shape1_3 {
  position: absolute;
  top: 0;
  right: 22%;
  z-index: -1;
}
.dowload-wrap .download-container-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .dowload-wrap .download-container-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .dowload-wrap .download-container-wrap .download-content {
    order: 2;
  }
}
.dowload-wrap .download-thumb-wrap {
  position: relative;
  z-index: 6;
}
.dowload-wrap .download-thumb-wrap .shape1_4 {
  position: absolute;
  top: 28px;
  left: 115px;
  z-index: 1;
}
.dowload-wrap .download-thumb-wrap .shape1_5 {
  position: absolute;
  bottom: -20px;
  right: 10px;
  z-index: 1;
}
.dowload-wrap .download-thumb-wrap .thumb1 {
  position: relative;
  z-index: 5;
}
.dowload-wrap .download-content {
  position: relative;
  z-index: 3;
}
.dowload-wrap .download-content .title-area .text {
  position: relative;
  margin-bottom: 30px;
  background-color: #ECEDFE;
  z-index: 3;
}
.dowload-wrap .download-content .fancy-box-wrapper {
  gap: 30px;
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-100 {
  padding-top: 100px;
}
/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

.pb-60 {
  padding-bottom: 60px!important;
}

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}
/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}
/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}
.contact-form-items .form-clt span {
    color: #17012C;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
}
/*karthika*/
.title h2 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}
/*banner*/
.bann-txt{
    width: 825px !important;
    height: 100px !important;
    top: 90px !important;
    position: absolute !important;
font-family: work sans,sans-serif !important;
letter-spacing: px !important;
    opacity: 1 !important;
    font-size: 35px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #fff !important;
   
}
.bann-txt-1{
    width: 825px !important;
    height: 100px !important;
    top: 150px !important;
    position: absolute !important;
    font-family: work sans,sans-serif !important;
letter-spacing: 0px !important;
    opacity: 1 !important;
    font-size: 35px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #000 !important;
   
}
.bann-txt-2{
    width: 825px !important;
    height: 100px !important;
    top: 160px !important;
    position: absolute !important;
     font-family: work sans,sans-serif !important;
letter-spacing: 0px !important;
    opacity: 1 !important;
    font-size: 35px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #000 !important;
   
}
.op-cha-1
{
    opacity: 1 !important;
}
/*why*/
.getting_loan_area {
    display: block;
    overflow: hidden;
    padding: 30px 0px 10px 0px;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.getting_inner {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.getting_loan_area .getting_first {
    padding-top: 25px;
}
.getting_loan_area .getting_items {
    position: relative;
    padding-left: 80px;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.getting_loan_area .getting_items:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #0059a9;
    width: 3px;
    z-index: -1;
}

 ::after, ::before {
    box-sizing: border-box;
}

.getting_loan_area .getting_items span {
    width: 48px;
    border-radius: 50%;
    background: #0059a9;
    color: #fff;
    text-align: center;
    font: normal normal normal 18px/48px FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.getting_loan_area .getting_items h3 {
    font-size: 20px;
    color: #000;
    padding-top: 0px;
    font-weight: 600;
}
.our-history p{
  text-align: justify;
}
.clr-122766 {
    color: #000 !important;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600; 
}
.service-paragraph{
  line-height: 25px !important;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000 !important;
  display: block;
  margin-block-start: 10px;
  margin-block-end: 15px;
  margin-inline-start: 0px;
  margin-inline-end: 0p
}
/*review*/
.testimonials-one--page {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .testimonials-one--page {
    padding-top: 68px;
  }
}
.testimonials-card {
  transition: all 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #0059a945;
}

.testimonials-card__inner {
  padding: 27px 31px 0 31px;
/*  background-color: #facaf0;*/
  transition: all 0.5s ease;
}
.testimonials-card__top {
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .testimonials-card__top {
    margin-bottom: 20px;
  }
}
.testimonials-card__quote {
  color: #0059a9;
  font-size: 44px;
  line-height: 1;
}
.testimonials-card__rating {
  display: flex;
  align-items: center;
  padding-right: 12px;
}
.testimonials-card__rating i {
  color: #ffc209;
  font-size: 17px;
  letter-spacing: 3px;
}
.testimonials-card__content {
  color: #000;
  font-size: 16px;
  line-height: 34px;
  padding-bottom: 29px;
  text-align: justify;
}
@media (max-width: 991px) {
  .testimonials-card__content {
    padding-bottom: 22px;
  }
}
.testimonials-card__athour-wrap {
  background-image: url("../../zoom-images/web-images/review-bg.png");
  background-repeat: repeat;
  background-size: cover;
  width: calc(100% + 56px);
  margin-left: -25px;
  margin-bottom: 0px;
  padding: 20px 0 20px 40px;
  position: relative;
}
.testimonials-card__athour-wrap::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  z-index: 1;
  border-right: 142px solid transparent;
  border-top: 128px solid #fff;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.testimonials-card__image {
  margin-right: 24px;
  border: 1px solid #0059a9;
  border-radius: 50%;
  transition: all 500ms ease;
  width: 76px;
  min-width: 76px;
  height: 76px;
  position: relative;
  z-index: 2;
}
.testimonials-card__image img {
  max-width: 100%;
  border-radius: 50%;
}
.testimonials-card__athour-name {
  position: relative;
  z-index: 2;
}
.testimonials-card__name {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
.testimonials-card__designation {
  margin: 0;
  color: #2a2826;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
}
.testimonials-card:hover .testimonials-card__image {
  border-color: #0059a9;
}
.testimonials-one {
    padding-top: 20px;
    padding-bottom: 30px;
/*    background-color: #faf7f6;*/
    position: relative;
    z-index: 1;
}
/*about*/
.breadcrumb-height-3 {
    padding-top: 0px;
    padding-bottom: 250px;
}
.blue-bg-2 {
    background: #1366b2;
}
.p-relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.breadcrumb__shape-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.breadcrumb__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}
.breadcrumb__content {
    margin-top: 30px;
}
.z-index-3 {
    position: relative;
    z-index: 3;
}
.breadcrumb__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding-bottom: 12px;
}
.breadcrumb__text p {
    font-weight: 500;
    font-size: 17px;
    line-height: 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.carrer-banner-space {
    margin-top: -280px;
    position: relative;
    z-index: 3;
}
.carrer-banner-img-item img {
    border-radius: 20px;
    width: 100%;
}
.parallax-main {
    overflow: hidden;
    border-radius: 20px;
    width: 420px;
    height: 420px;
    background-color: red;
}
.parallax-img {
    min-height: 1000px;
    margin-top: -300px;
}
/*about 2nd*/
.tp-platform-img-box img {
    max-width: inherit;
    margin-left: -20px;
    animation: tptranslateX2 4s forwards infinite alternate;
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
}
100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
}
.row-custom {
    display: flex;
    margin: 0 -15px;
    padding-left: 30px;
    padding-right: 30px;
}
.tp-platform-inner .col-custom {
    background: #F5F3F8;
    box-shadow: 0px -3px 0px #0059a9;
}
.col-custom {
    flex: 0.4;
    width: 90px;
    height: 360px;
    background-size: cover;
    margin: 15px;
    background: #3137D2;
    box-shadow: 0px -3px 0px #F8FF35;
    border-radius: 30px;
    padding: 50px 50px;
    transition: 0.3s;
    cursor: pointer;
}
.tp-panel-content {
    text-align: center;
}
.tp-platform-inner .tp-panel-content span {
    color: #000;
}
.tp-panel-content span {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    margin-left: -7px;
}
.tp-panel-title.child-one {
    transform: rotate(90deg) translate(80px, 88px);
}
.tp-platform-inner .tp-panel-title {
    color: #000;
}
.tp-panel-title {
    width: 200px;
    transform: rotate(90deg) translate(90px, 88px);
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #080829;
    opacity: 0.7;
    margin-bottom: 0;
}
.tp-panel-item-2 {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
}
.col-custom.active .tp-panel-content-2 span {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
}
.tp-platform-inner .tp-panel-content-2 span {
    color: #000;
}
.tp-panel-content-2 span {
    visibility: hidden;
    display: inline-block;
    opacity: 0;
    transform: translateY(5px);
    transition-delay: 0.4s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tp-panel-content-2 span {
    font-weight: 700;
    font-size: 60px;
    line-height: 40px;
    color: #fff;
    padding-bottom: 80px;
    display: inline-block;
}
.col-custom.active .tp-panel-title-2 {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
}
.tp-platform-inner .tp-panel-title-2 {
    color: #000;
}
.tp-panel-title-2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 15px;
}
.tp-panel-title-2 {
    transform: translateY(5px);
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.2s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.col-custom.active .tp-panel-content-2 p {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
}
.tp-platform-inner .tp-panel-content-2 p {
    color: #000;
}
.tp-panel-content-2 p {
    transform: translateY(5px);
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.2s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tp-panel-content-2 p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}
.col-custom.active {
    flex: 7;
}
.col-custom.active .tp-panel-item {
    display: none;
}
.col-custom.active .tp-panel-item-2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-delay: 0.3s;
    transition: 0.3s;
}
/*about-3*/
.job-post-box {
  background: #F7F9FC;
  padding: 23px 60px;
  border-radius: 12px;
  transform: scaleX(0.9);
  transition: 0.6s;
  margin-bottom: 12px;
  box-shadow: 0px 4px 8px 0px #0000001c;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-box {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .job-post-box {
    padding: 20px 30px;
  }
}
.job-post-box:hover {
  background-color: var(--tp-common-white);
  box-shadow: 0px 20px 50px rgba(8, 8, 41, 0.08);
  border-radius: 12px;
  transform: scaleX(1);
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .job-post-wrapper {
    padding-bottom: 20px;
  }
}

.job-post-category span {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #080829;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-category span {
    font-size: 16px;
  }
  .breadcrumb__content {
    margin-top: 70px;
}
}
@media (max-width: 767px) {
  .job-post-category span {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
}
.job-post-time {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-time {
    margin-right: 50px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-time {
    margin-right: 30px;
  }
}
.job-post-time span {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-time span {
    font-size: 14px;
  }
}
.job-post-time span i {
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-location {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-location {
    padding-left: 30px;
  }
}
.job-post-location span {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-location span {
    font-size: 14px;
  }
}
.tp-btn-inner {
    display: inline-block;
    background: #0059a9;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    padding: 0 35px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}
.tp-btn-inner:hover {
    background: #000;
    color: #fff;
}
/*vision*/
.service-card1 {
    padding: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 30px rgba(8,14,28,0.06);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    height: calc(100% - 10px);
    transition: 0.4s ease-in-out
}

.service-card1:before,.service-card1:after {
    content: '';
    position: absolute;
    height: 110px;
    width: 110px;
    background-color: #0059a9;
    opacity: 0.6;
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1
}

.service-card1:before {
    bottom: -66px;
    right: -20px
}

.service-card1:after {
    right: -66px;
    bottom: -20px
}

.service-card1 .shape-icon {
    margin-bottom: 30px
}

.service-card1 .box-title a:hover {
    color: var(--smoke-color2)
}

.service-card1 .bg-shape {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    pointer-events: none
}

.service-card1 .bg-shape img {
    width: 100%
}

.service-card_number {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    color: var(--smoke-color2);
    opacity: 0.3
}
.service-card_text {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: justify;
    margin-bottom: 22px
}
.service-card1:hover {
    width: 100%
}
.service-card1:hover:before,.service-card1:hover:after {
    opacity: 1;
    height: 120%;
    width: 120%;
    border-radius: 0
}

.service-card1:hover .shape-icon:before {
    background-color: #fff
}

.service-card1:hover .bg-shape {
    bottom: 0;
    opacity: 1
}

.service-card1:hover .box-title {
    color: #fff
}

.service-card1:hover .th-btn {
    background-color: #fff
}

.service-card1:hover .service-card_text {
    color: #fff
}

.service-sec {
    background-size: auto;
    background-position: top center;
    background-color: #E2E8FA
}

@media (max-width: 375px) {
    .service-card1 {
        padding:40px 30px
    }
}
.shape-icon:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #c4e3ff;
    -webkit-clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
    clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.shape-icon {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    color: #0059a9;
    font-size: 40px;
}
.service-card1:hover .title h2{
  color: #fff;
}
/*contact*/
.contact-one {
  padding: 20px 0px 40px 0px;
}
@media (max-width: 991px) {
  .contact-one {
    padding: 20px 0px 30px 0px;
  }
}
@media (max-width: 767px) {
  .contact-one {
    padding: 20px 0px;
  }
  .tp-panel-title-2 {
    padding-bottom: 0px;
}
}
.contact-one__list{
  height: calc(100% - 2px);
}
.contact-one__item + .contact-one__item {
  margin-top: 30px;
}
.contact-one__item {
  display: flex;
  gap: 20px;
  align-items: start;
  padding: 37px 20px 37px 30px;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
  align-items: center;
  height: inherit;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  border-color: transparent;
}
@media (max-width: 575px) {
  .contact-one__item {
    padding: 24px 15px 24px 15px;
  }
}
.contact-one__item__icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  border-radius: 50%;
  background: #8c0085;
/*  border: 10px solid #8c0085;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .contact-one__item__icon {
    max-width: 70px;
    height: 70px;
  }
}
.contact-one__item__icon::after {
  content: "";
  position: absolute;
  top: 0%;
  height: 0;
  width: 0;
  left: 50%;
  background-color: #8c0085;
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: -1;
}
.contact-one__item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 80%;
  margin-bottom: 11px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: #2E2A20;
  text-shadow: 0 0 0.1px currentColor;
}
.contact-one__item__call, .contact-one__item__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
  color: #000;
  padding-bottom: 0;
  display: block;
}
.contact-one__item__call {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-one__item:hover .contact-one__item__icon {
  color: #fff;
}
.contact-one__item:hover .contact-one__item__icon i {
  animation: top-bottom 0.4s ease-in-out;
}
.contact-one__item:hover .contact-one__item__icon::after {
  top: 0%;
  height: 100%;
  width: 100%;
  left: 0%;
}
.contact-one__item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  border-color: transparent;
}
.contact-one__inner {
  position: relative;
  background: #F4EDE4;
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
}
/*service*/
.feature-card.style3 {
    background: #EFF1F9;
    border-radius: 20px;
    padding: 30px;
    height: calc(100% - 25px);
    border: none
}

@media (max-width: 1299px) {
    .feature-card.style3 {
        padding:25px
    }
}

@media (max-width: 1199px) {
    .feature-card.style3 .box-title {
        font-size:20px
    }
}

.feature-card.style3 .box-icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 108px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: auto auto 25px auto;
    background: #1366b2;
    z-index: 2
}
.feature-card.style3 .box-icon i{
    font-size: 40px;
    color: #1366b2;
}   

.feature-card.style3 .box-icon:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-card.style3 .box-text {
    margin-bottom: 15px
}

.feature-card.style3 .line-btn {
    text-transform: capitalize;
    font-size: 16px
}
/*strip*/
.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
    padding: 10px 0px;
}
.divider, .parallax {
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
/*industry*/
.sample h2{
  color: var(--title-color);
    font-family: var(--title-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.des-view{
  display: block;
}
.mb-view{
  display: none!important;
}

/*mobile view*/

@media only screen and (max-width: 991px){
.des-view{
  display: none!important;
}
.mb-view{
  display: block!important;
}
.mb-padding0{
  padding-top: 0px;
}
.mb-padding{
  padding-top: 5px;
}
.mb-padding1{
  padding-top: 10px;
}
.mb-padding2{
  padding-top: 15px;
}
.mb-padding3{
  padding-top: 20px;
}
.mb-padding4{
  padding-top: 30px;
}
.mb-padding5{
  padding-top: 40px!important;
}
.mb-paddingb0{
  padding-bottom: 1px!important;
}
.mb-paddingb{
  padding-bottom: 5px;
}
.mb-paddingb1{
  padding-bottom: 10px;
}
.mb-paddingb2{
  padding-bottom: 15px;
}
.mb-paddingb3{
  padding-bottom: 20px!important;
}
.mb-paddingb4{
  padding-bottom: 30px;
}
.mb-paddingb5{
  padding-bottom: 40px;
}
.mb-margin3{
  margin-top: 0px;
}
.mb-margin3b{
  margin-bottom: 0px;
}
.mb-text-center{
  text-align: center!important;
}
.title-area .title {
    font-size: 25px;;
}
.about-wrapper.style5 {
  grid-template-columns: repeat(1, 1fr);
}
.testimonial-wrap.style1 .slider-arrow.style2 {
    top: 91%;
    right: 50%;
    width: 40px;
    height: 40px;
    margin-top: 20px;
}
.testimonial-wrap.style1 .slider-arrow.style2.slider-next {
    top: 91%;
    right: 32%;
    width: 40px;
    height: 40px;
    margin-top: 20px;
}
.header-layout1 .menu-area .header-logo a img{
  width: 124px;
}
.wcu-tab-content .wcu-thumb {
    padding: 26px 0px 0 0px;
    text-align: center;
}
.wcu-tab-content {
    gap: 10px;
}
.getting_loan_area {
    padding: 30px 0px;
}
.getting_loan_area .getting_first {
    padding-top: 0px;
}
.breadcrumb__title {
    font-size: 40px;
}
    .tp-panel-title-2 {
      font-size: 20px;
      line-height: 28px;
    }
    .tp-panel-content-2 span {
      padding-bottom: 18px;
    }
    .col-custom { 
    padding: 40px 40px;
  }
  .about-wrapper.style3 {
    gap: 0px;
}
    .carrer-banner-img-item img {
      width: 70%;
  }
}
.des-view1{
  display: block;
}
.mb-view1{
  display: none;
}
@media only screen and (max-width: 1119px){
.des-view1{
  display: none!important;
}
.mb-view1{
  display: block;!important;
}
.about-wrapper.style5 .about-thumb-box.thumb1 {
    position: relative;
    bottom: 0;
    right: 0px!important;
    z-index: 2;
}
}
@media (max-width: 767px) {
    .col-custom {
        width: 100%;
        padding: 26px 26px;
    }
}
@media (max-width: 767px) {
    .row-custom {
        flex-direction: column;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .tp-panel-content-2 span {
      font-size: 30px;
    }
    .breadcrumb-height-3 {
      padding-top: 70px;
    }
    .testimonials-one {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .tp-panel-content-2 span {
    line-height: 25px;
  }
  .testimonials-card__athour-wrap {
    padding: 10px 0 10px 40px;
  }
}
/*whatsapp*/
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 164px;
  right: 32px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
background: #fff;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 98;
bottom: 220px;
right: 35px;
font-size: 18px;
padding: 4px;
border-radius: 30px;
box-shadow: 0 1px 15px rgb(32 33 36 / 61%);
}

a.blantershow-chat svg {
  transform: scale(1.2);
}

.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  resize: none;
  padding: 9px;
  font-size: 14px;
  border-radius: 0px;
  min-height: 50px;
}

a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}

#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 4px 0px 0px 2px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../../zoom-images/web-images/whatsapp/whatsapp-bg.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
/*  padding: 7px 14px 6px;*/
 /* background-color: white;
  border-radius: 0px 8px 8px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
  position: absolute;
  background-image: url("../../solar-image/images/whatsapp/side-extend.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}*/

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.phone .phon1 {
    position: fixed;
    bottom: 164px;
    right: 40px;
    z-index: 9;
    width: 35px;
}
/*industry page*/
.rts-business-goal {
    margin-top: 18px;
}
.rts-business-goal .single-goal {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0px;
}
.rts-business-goal .single-goal .icon {
    margin-right: 20px;
    padding: 18px;
    text-align: center;
    border-radius: 50px;
    background-color: #c4e3ff;
    box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 30px;
    color: #0059a9;
}
.rts-business-goal .single-goal .goal-wrapper .title {
    margin-bottom: 5px;
}
.rts-business-goal .single-goal .goal-wrapper p {
    color: #000;
}
.heading h2{
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.inner-goal-progress-7 .left-business-goal {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, #D9D9D9 100%);
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-goal-progress-7 .left-business-goal .left .title {
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #181A1C;
}
.inner-goal-progress-7 .left-business-goal .left p {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #181A1C;
}
.left-business-goal .right{
  font-size: 45px;
  color: #0059a9;
}
.single-feature-area-nine {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 12px;
    border-radius: 15px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 15px 31px 0px rgba(14, 18, 30, 0.06);
    margin-bottom: 20px;
}
.single-feature-area-nine .icon-area {
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c4e3ff;
    color: #0059a9;
    font-size: 30px;
}
.single-feature-area-nine .info-area .title {
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.why-choose-one__cards {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 55px;
}
.why-choose-one__card__top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.why-choose-one__card__top span {
    font-size: 40px;
    color: transparent;
    background: #0059a9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
}
.why-choose-one__card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.why-choose-one__card__desc {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    margin-bottom: 1px;
}
.why-choose-one__card__single::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    background: #0059a9;
    z-index: -1;
    transition: all 500ms ease;
}
.why-choose-one__card__single {
    background-color: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 10%);
    padding: 25px 20px;
    position: relative;
    transition: all 500ms ease;
}
@media (max-width: 600px) {
    .why-choose-one__cards {
        display: grid;
    }
}
@media (max-width: 767px) {
    .why-choose-one__cards {
        display: grid;
    }
    .service-sec .new {
      text-align: -webkit-center;
    }
    .project-card.style1 .project-img img{
      height: 100%;
    }
    .width1 {
      width: 50%;
    }
}
.heading p{
  text-align: justify;
}
.text {
  text-align: justify;
}
.border-radius img{
    border-radius: 24px;
}