
:root {
  --theme-color: #00366f;
  --theme-color2: #C4F500;
  --title-color: #006B99;
  --body-color: #555353;
  --smoke-color: #CAEFF9;
  --smoke-color2: #F6F6F7;
  --smoke-color3: #F5F5F6;
  --smoke-color4: #F4F4F4;
  --smoke-color5: #F0F2F4;
  --black-color: #202420;
  --gray-color: #232323;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E1E1E1;
  --nav-button: #f16b7d;
  --title-font: "Inter", sans-serif;
  --body-font: "Inter", sans-serif;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1290px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
  --container-gutters: 24px;

}

@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-track {
  background: rgba(251, 212, 81, 0.1);
}

body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 0px;
}

body.home-3 {
  background: var(--smoke-color5);
}

body.home-3 .btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 20.5px 35px 20.5px;
}

body.bg-dark {
  background: #060606 !important;
}

body.bg-dark2 {
  background: #141416 !important;
}

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: disc;
}

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;
}

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: var(--body-color);
  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: 54px;
  line-height: 1.2em;
}

.h2,
h2 {
  font-size: 50px;
  line-height: 1.1em;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {

  .h1,
  h1 {
    font-size: 54px;
  }

}

@media (min-width: 1200px) {
  .img-wraper {
    position: relative;
    height: 374px;
    width: 570px;
  }

  .img-wraper img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 1300px) {
  .nav-width {
      width: 94% !important;
  }
}

/* Large devices */
@media (max-width: 1199px) {

.nav-width{
    width:100% !important;
    
}

  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }

  .h2,
  h2 {
    font-size: 35px;
    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) {

  .h2,
  h2 {
    font-size: 30px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {

  .h1,
  h1 {
    font-size: 34px;
  }
}

/*=================================
      02. Reset
  ==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

.container2 {
  max-width: 1330px;
  margin: auto;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }

  .container2 {
    max-width: 1330px;
  }
}

@media only screen and (min-width: 1300px) {

  .container2.px-0,
  .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);
  }

  .container2 {
    max-width: 1330px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .container2 {
    max-width: 1140px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    max-width: 960px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .container2 {
    max-width: 720px;
  }
  .mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
    padding-bottom: 40px;
    margin-top: 20px;
    text-align: left;
}
}

/* Small devices */
@media (max-width: 767px) {
  .container2 {
    max-width: 540px;
  }
}

@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;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.bg-max-container {
  max-width: 1860px;
  margin: 0 auto;
}

/*------------------- 2.2. Grid -------------------*/
.slick-track>[class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gy-60 {
  --bs-gutter-y: 60px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 1299px) {
  .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;
  }

  .gx-90 {
    --bs-gutter-x: 90px;
  }

  .gx-80 {
    --bs-gutter-x: 80px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

/*------------------- 2.3. Input -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  /* height: 46px; */
  padding: 8px 20px;
  border: 1px solid var(--smoke-color);
  color: var(--body-color);

  font-size: 14px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}

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);
}

select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  height: auto;
  border: none;
  border: 2px solid var(--theme-color);
  padding: 14.5px 30px;
  background-color: transparent;
  line-height: initial;
}

select.style2 option,
.single-select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
  background-color: var(--title-color);
  color: var(--body-color);
  padding: 2px 15px;
}

select.style2::-moz-placeholder,
.single-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
  color: var(--body-color);
}

select.style2::-webkit-input-placeholder,
.single-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
  color: var(--body-color);
}

select.style2:-ms-input-placeholder,
.single-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
  color: var(--body-color);
}

select.style2::placeholder,
.single-select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
  color: var(--body-color);
}

select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--white-color);
}

select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
  background: transparent;
  border: 2px solid var(--border-color);
  border-radius: 10px;
}

select.style-border:focus,
.single-select.style-border:focus,
.form-control.style-border:focus,
.form-select.style-border:focus,
textarea.style-border:focus,
input.style-border:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
}

select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

select.style-border2::placeholder,
.single-select.style-border2::placeholder,
.form-control.style-border2::placeholder,
.form-select.style-border2::placeholder,
textarea.style-border2::placeholder,
input.style-border2::placeholder {
  color: var(--white-color);
}

select.style-border2 option,
.single-select.style-border2 option,
.form-control.style-border2 option,
.form-select.style-border2 option,
textarea.style-border2 option,
input.style-border2 option {
  color: var(--title-color);
}

select.style-border2:focus,
.single-select.style-border2:focus,
.form-control.style-border2:focus,
.form-select.style-border2:focus,
textarea.style-border2:focus,
input.style-border2:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--border-color);
}

select.style3,
.single-select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background: var(--smoke-color3);
}

.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: 60px;
  cursor: pointer;
  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-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.single-select:after,
.form-select:after,
select:after {
  right: 30px;
  height: 8px;
  width: 8px;
}

.single-select .list,
.form-select .list,
select .list {
  width: 100%;
}

textarea.form-control,
textarea {
  /* min-height: 150px; */
  /* padding-top: 16px;
    padding-bottom: 17px; */
}

textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  margin-bottom: 30px;
  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.has-icon .form-control {
  padding-left: 70px;
}

.form-group.has-icon .input-icon {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 16px;
  color: var(--body-color);
}

.form-group.has-icon .input-icon:hover {
  color: var(--theme-color);
}

.form-group.radius-group input {
  border-radius: 100px;
}

.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-3 .form-control {
  padding: 0 60px 0 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;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

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:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type=checkbox]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type=checkbox]~label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

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 var(--error-color) !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: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.5. Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-wrapper .mobile-logo {
  padding: 0 0 0 30px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  background-color: var(--smoke-color2);
  border-bottom: 1px solid var(--theme-color);
}

.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.mobile-menu-wrapper .menu-toggle {
  border: 0;
  border-left: 1px solid var(--theme-color);
  font-size: 22px;
  right: -16.5px;
  top: 25px;
  padding: 20px 30px 20px 30px;
  line-height: 1;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--theme-color);
  background-color: transparent;
  border-radius: 0;
}

.mobile-menu-wrapper .menu-toggle:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}

.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.body-visible .mobile-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
  padding-bottom: 40px;
  margin-top: 20px;
  text-align: left;
}

.mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.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: 0px;
}

.mobile-menu ul li.active-class>a {
  color: var(--theme-color);
}

.mobile-menu ul li.active-class>a:before {
  transform: rotate(90deg);
}

.mobile-menu ul li ul li {
  padding-left: 20px;
}

.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.mobile-menu ul .submenu-item-has-children>a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: end;
  background-color: transparent;
  color: var(--title-color);
  box-shadow: none;
  border-radius: 0;
}

.mobile-menu ul .submenu-item-has-children>a .mean-expand-class:before {
  content: "\f105";
  font-family: var(--icon-font);
  font-weight: 700;
}

.mobile-menu ul .submenu-item-has-children.active-class>a .mean-expand-class:before {
  content: "\f107";
}

.mobile-menu>ul {
  padding: 0 30px;
}

.mobile-menu>ul>li:last-child {
  border-bottom: none;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .mobile-menu>ul {
    padding: 0 20px;
  }
}

/*=================================
      03. Utilities
  ==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}

.preloader .btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize;
}

.preloader .btn:after {
  border-radius: 0;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  color: #ffffff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  display: inline-block;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*------------------- 3.2. Buttons -------------------*/
.global-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  border-radius: 10px;
  text-align: center;
  background-color: var(--nav-button);
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  line-height: 1;
  padding: 12px 13px;
  overflow: hidden;
  transition: 0.3s;
  align-content: center;
  margin-top: 11px;
}

.global-btn img {
  margin-left: 10px;
}

.global-btn:after,
.global-btn:before {
  content: "";
  width: 50%;
  height: 0;
  background: var(--title-color);
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}

.global-btn:after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
}

.global-btn i {
  font-size: 14px;
}

.global-btn:focus,
.global-btn:hover,
.global-btn:active {
  color: var(--white-color);
}

.global-btn:focus:after,
.global-btn:focus:before,
.global-btn:hover:after,
.global-btn:hover:before,
.global-btn:active:after,
.global-btn:active:before {
  height: 100%;
}

.global-btn:focus img,
.global-btn:hover img,
.global-btn:active img {
  filter: brightness(0) invert(1);
}

.whatsapp {
  position: fixed;
  right: 32px;
  bottom: 133px;
  height: 50px;
  width: 47px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  background: #ffff;
  transform: translateY(45px);
  transition: all 300ms linear;
  background-color: #00E676;
  font-size: 30px;
  color: #ffff;
}
.whatsapp {
  color: #ffff !important;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  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 i {
  font-size: 28px !important;
  color: #fff;
  line-height: 0;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px;
  }

  .scroll-btn img {
    width: 70px;
  }

  .scroll-btn.show {
    bottom: -50px;
  }

  .btn {
    padding: 24px 25px 20px;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 43px);
  margin-top: -0.04em;
  font-weight: 700;
  position: relative;
}

.sec-title.style2 {
  font-size: 35px;
  line-height: 70px;
  font-weight: 700;
  /* Small devices */
}

@media (max-width: 1399px) {
  .sec-title.style2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .sec-title.style2 {
    font-size: 30px;
    line-height: 35px;
  }
}

.sec-title .title-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  animation: bg-anim 10s linear infinite;
}

.sec-title .title-bg-shape.shape-center {
  left: 50%;
  transform: translate(-50%, 0);
}

h3.sec-title {
  margin-top: -0.2em;
}

.sub-title {
  display: block;
  color: var(--theme-color);
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  position: relative;
  font-family: var(--body-font);
  margin-top: -0.28em;
  margin-bottom: 25px;
}

.sub-title img {
  margin: 0px 8px 0 8px;
}

.sub-title.text-white img {
  filter: brightness(9) grayscale(1);
}

.sub-title.style2 {
  color: var(--theme-color2);
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.3em;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 18px;
  font-family: var(--title-font);
  margin-top: 21px;
  line-height: 1.667;
  margin-bottom: 0;
}

.sec-text.text-white {
  opacity: 0.7;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 13px);
  position: relative;
  z-index: 2;
}

.title-area.mb-0 .sec-title {
  margin-bottom: 17px;
}

.title-area .sub-title {
  margin-top: -0.2em;
}

.title-area.text-center .sub-title:after {
  display: inline-block;
}

.white-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px;
}

.white-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 50px;
}

.page-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: -0.3em;
}

.page-subtitle {
  font-weight: 900;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 46px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 6px;
  border: none;
  transition: 0.4s ease-in-out;
}

.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.icon-btn.btn-border {
  background: transparent;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}

.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 45px;
    line-height: 1.2;
  }
}

/* Large devices */
@media (max-width: 1199px) {

  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }

  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }

  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }

  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }

  .sec-text {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {

  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }

  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }

  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }

  .sub-title {
    font-size: 18px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 34px;
  }
}

@media (max-width: 390px) {
  .sec-title {
    font-size: 30px;
  }
}

.social-btn {
  display: flex;
  gap: 10px;
}

.social-btn a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
}

.social-btn a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

.social-btn.style2 a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  color: var(--white-color);
  background: var(--title-color);
  border-radius: 5px;
}

.social-btn.style2 a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.social-btn.style3 a {

  color: var(--white-color);
  font-size: 16px;
  background: rgb(241 107 125);
  border-radius: 45px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  font-size: 16px;
}

.social-btn.style3 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.social-btn.style4 {
  gap: 20px;
}

.social-btn.style4 a {
  background: transparent;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  font-size: 16px;
}

.social-btn.style4 a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color);
}

.social-btn.style5 {
  gap: 10px;
}

.social-btn.style5 a {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 16px;
}

.social-btn.style5 a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color);
}

.social-btn.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.global-carousel.slider-shadow .slick-list {
  padding: 30px 0px 40px 0px !important;
  margin: -30px 0px -40px 0px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 25px;
}

.btn-group .btn {
  flex: none;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.wp-block-page-list ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu .menu,
.widget_nav_menu>ul,
.widget_meta .menu,
.widget_meta>ul,
.widget_pages .menu,
.widget_pages>ul,
.widget_archive .menu,
.widget_archive>ul,
.wp-block-page-list .menu,
.wp-block-page-list>ul,
.widget_categories .menu,
.widget_categories>ul {
  margin: -3px 0 0px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.wp-block-page-list a,
.widget_categories a {
  display: block;
  background: var(--white-color);
  border-radius: 20px;
  margin: 0 0px 20px 0px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  line-height: 1;
  color: var(--title-color);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Extra small devices */
}

@media (max-width: 375px) {

  .widget_nav_menu a,
  .widget_meta a,
  .widget_pages a,
  .widget_archive a,
  .wp-block-page-list a,
  .widget_categories a {
    font-size: 16px;
  }
}

.widget_nav_menu a i,
.widget_meta a i,
.widget_pages a i,
.widget_archive a i,
.wp-block-page-list a i,
.widget_categories a i {
  margin-right: 12px;
  transition: 0.4s all;
  font-size: 11px;
}

.widget_nav_menu a span,
.widget_meta a span,
.widget_pages a span,
.widget_archive a span,
.wp-block-page-list a span,
.widget_categories a span {
  margin-left: auto;
}

.widget_nav_menu a.active,
.widget_nav_menu a:hover,
.widget_meta a.active,
.widget_meta a:hover,
.widget_pages a.active,
.widget_pages a:hover,
.widget_archive a.active,
.widget_archive a:hover,
.wp-block-page-list a.active,
.wp-block-page-list a:hover,
.widget_categories a.active,
.widget_categories a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.widget_nav_menu a.active i,
.widget_nav_menu a:hover i,
.widget_meta a.active i,
.widget_meta a:hover i,
.widget_pages a.active i,
.widget_pages a:hover i,
.widget_archive a.active i,
.widget_archive a:hover i,
.wp-block-page-list a.active i,
.wp-block-page-list a:hover i,
.widget_categories a.active i,
.widget_categories a:hover i {
  color: var(--theme-color);
  opacity: 1;
}

.widget_nav_menu a.active~span,
.widget_nav_menu a:hover~span,
.widget_meta a.active~span,
.widget_meta a:hover~span,
.widget_pages a.active~span,
.widget_pages a:hover~span,
.widget_archive a.active~span,
.widget_archive a:hover~span,
.wp-block-page-list a.active~span,
.wp-block-page-list a:hover~span,
.widget_categories a.active~span,
.widget_categories a:hover~span {
  color: var(--theme-color);
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.wp-block-page-list li,
.widget_categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.wp-block-page-list li>span,
.widget_categories li>span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  background: transparent;
  border-radius: 0;
  height: auto;
  width: auto;
  line-height: initial;
  text-align: center;
  color: var(--body-color);
  transition: all ease 0.4s;
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.wp-block-page-list li:last-child a,
.widget_categories li:last-child a {
  margin-bottom: 0;
}

.widget_nav_menu .wp-block-navigation__submenu-container,
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .wp-block-navigation__submenu-container,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .wp-block-navigation__submenu-container,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .wp-block-navigation__submenu-container,
.widget_archive .sub-menu,
.widget_archive .children,
.wp-block-page-list .wp-block-navigation__submenu-container,
.wp-block-page-list .sub-menu,
.wp-block-page-list .children,
.widget_categories .wp-block-navigation__submenu-container,
.widget_categories .sub-menu,
.widget_categories .children {
  margin-left: 10px;
}

.widget_nav_menu .wp-block-navigation__submenu-container li a,
.widget_nav_menu .sub-menu li a,
.widget_nav_menu .children li a,
.widget_meta .wp-block-navigation__submenu-container li a,
.widget_meta .sub-menu li a,
.widget_meta .children li a,
.widget_pages .wp-block-navigation__submenu-container li a,
.widget_pages .sub-menu li a,
.widget_pages .children li a,
.widget_archive .wp-block-navigation__submenu-container li a,
.widget_archive .sub-menu li a,
.widget_archive .children li a,
.wp-block-page-list .wp-block-navigation__submenu-container li a,
.wp-block-page-list .sub-menu li a,
.wp-block-page-list .children li a,
.widget_categories .wp-block-navigation__submenu-container li a,
.widget_categories .sub-menu li a,
.widget_categories .children li a {
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0px 19px 0px;
  padding: 0px 0px 20px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.widget {
  margin-bottom: 40px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--smoke-color);
  border-radius: 20px;
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget_title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--body-font);
  line-height: 1em;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}

.widget_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--white) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--white) 100%);
}

.widget_title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--white-color) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--white-color) 100%);
}


@keyframes footerLine {
  0% {
    left: 40px
  }

  50% {
    left: 0
  }

  100% {
    left: 40px
  }
}



.widget .search-form {
  position: relative;
  display: flex;
}

.widget .search-form input {
  background: var(--white-color);
  border: 0;
  flex: 1;
  color: var(--body-color);
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 400;
  height: 64px;
  border-radius: 20px;
  padding: 0 80px 0 20px;
}

.widget .search-form input::placeholder {
  color: var(--body-color);
}

.widget .search-form button {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  font-size: 18px;
  background-color: transparent;
  color: var(--title-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }

  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }

  .author-widget-wrap .name {
    font-size: 22px;
  }
}

.footer-widget {
  margin-bottom: 50px !important;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .wp-block-search__label,
.footer-widget .widget_title {
  color: var(--white-color);
  border-bottom: none;
  margin: 0.96em 0 30px 0;
  position: relative;
}

.footer-widget .wp-block-search__label:after,
.footer-widget .widget_title:after {
  display: none;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_recent_entries .menu,
.footer-widget.widget_recent_entries>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
  margin-bottom: -5px;
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_recent_entries a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 0;
  font-family: var(--title-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_recent_entries a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--nav-button);
}

.footer-widget.widget_meta li,
.footer-widget.widget_pages li,
.footer-widget.widget_archive li,
.footer-widget.widget_recent_entries li,
.footer-widget.widget_categories li,
.footer-widget.widget_nav_menu li {
  border: 0 !important;
  padding-bottom: 0 !important;
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_recent_entries li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.widget-about .footer-logo {
  margin-bottom: 37px;
}

.widget-about .about-text {
  max-width: 350px;
  margin-top: -0.65em;
  margin-bottom: 27px;
}

.widget-contact {
  margin-top: -0.5em;
}

.widget-contact p {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}

.widget-contact p:not(:last-child) {
  margin-bottom: 15px;
}

.widget-contact p a {
  color: var(--body-color);
}

.widget-contact p a:hover {
  color: var(--theme-color);
}

.widget-contact-grid {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.widget-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}

.widget-contact-grid .icon {
  margin-top: -3px;
}

.widget-contact-grid i {
  color: var(--white-color);
}

.widget-contact-grid p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: 0;
  margin-top: -0.3em;
}

.widget-contact-grid h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  margin-top: -0.3rem;
  margin-bottom: -0.3em;
}

.widget-contact-grid h6 a {
  color: var(--white-color);
}

.widget-contact-grid h6 a:hover {
  color: var(--nav-button);
}

.widget-newsletter {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 5px;
  padding: 35px 40px;
  max-width: 410px;
}

.footer-text {
  margin-top: -0.45em;
  margin-bottom: 16px;
  color: var(--body-color);
  font-size: 15px;
  font-weight: 400;
  font-family: var(--title-font);
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }

  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_recent_entries a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.nav-header {
  position: relative;
  z-index: 8;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  animation: stickyAni 0.4s ease-in-out;
}

@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu>ul>li {
  margin: 0 27px;
}

.main-menu>ul>li>a {
  /* padding: 36px 0; */
}

.main-menu>ul>li>a:hover {
  color: var(--title-color);
}

.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: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 700;
  top: 0;
  font-size: 12px;
}

.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;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  content: "\f105";
  float: right;
  top: 1px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f105";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--title-color);
  font-weight: 500;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu ul.globa-btn1::before {
  content: ' ';
  display: block;
  border-style: solid;
  border-width: 0 .7em .8em .7em;
  border-color: #e8e6e600;
  position: absolute;
  left: 50%;
  margin-left: -.7em;
  z-index: -1;
  top: -0.7em;
  border-bottom-color: rgb(255 255 255);
}

/****header-top*****/
.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--black-color);
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu>ul>li {
  margin: 0 11px;
}

.main-menu>ul>li {
  padding: 10px 0;
  font-weight: 500;
}

.main-menu>ul>li>a:hover {
  color: var(--theme-color);
}

.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";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  font-weight: 600;
  top: 0;
  font-size: 16px;
  display: inline-block;
  transition: 0.4s;
  transform: rotate(0deg);
  color: var(--theme-color);
}

.main-menu ul li.menu-item-has-children:hover>a:after {
  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;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 18px 20px 18px 18px;
  left: -73px;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu a span {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  float: right;
  top: 1px;
  font-size: 18px;
  transform: none;
  transition: 0.4s;
}

.main-menu ul.sub-menu li.menu-item-has-children:hover>a:after {
  opacity: 0;
  margin-right: 5px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0px;
  text-transform: capitalize;
  padding: 10px 20px;
  font-weight: 500;
  transition: all .4s;
  border-radius: 4px;
  position: relative;
}

.main-menu ul.sub-menu li a:before {
  content: "\f105";
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
  opacity: 0;
  transition: 0.4s;
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 15px;
  background: aliceblue;
}

.main-menu ul.sub-menu li a:hover:before {
  opacity: 1;
  left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.header-logo {
  padding-top: 15px;
  /* padding-bottom: 15px; */
}

/* Header 1 ---------------------------------- */
.header-layout1 .header-wrapper {
  display: flex;
  gap: 39px;
}

@media (max-width: 1399px) {
  .header-layout1 .header-wrapper {
    gap: 15px;
  }
}

.header-layout1 .header-wrapper .simple-icon:not(:last-child) {
  border-right: 1px solid rgba(25, 53, 45, 0.4);
  height: 46px;
  padding-right: 25px;
  margin-right: 0px;
}

.header-layout1 .social-links {
  position: relative;
  gap: 10px;
}

.header-layout1 .social-links a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  background-color: #EBF3EE;
  transition: all 0.4s ease-in-out;
}

.header-layout1 .social-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-layout1 .header-navbar-logo {
  margin-top: 0;
  padding: 15px 0;
  padding-left: 60px;
  position: absolute;
  z-index: 3;
}

.header-layout1 .menu-area {
  position: relative;
}

.header-layout1 .menu-area .logo-bg {
  position: absolute;
  height: calc(100% + 80px);
  width: 14.2%;
  top: -50px;
  left: 0;
  background: var(--theme-color);
  border-radius: 0 0 5px 0;
}

.header-layout1 .navbar-right-desc {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.header-layout1 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: -2px;
}

.header-layout1 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
}

.header-layout1 .navbar-right-desc i {
  margin-right: 10px;
  transform: rotate(-45deg);
}

.header-layout1 .navbar-right-desc a {
  color: var(--title-color);
}

.header-layout1 .navbar-right-desc a:hover {
  color: var(--theme-color);
}

@media (max-width: 1700px) {
  .header-layout1 .header-navbar-logo {
    padding-left: 35px;
  }

  .header-layout1 .header-top .header-links {
    padding-left: 160px;
  }

  .header-layout1 .menu-area .main-menu {
    padding-left: 160px;
  }

  .header-layout1 .menu-area .logo-bg {
    width: 16%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout1 .header-top .header-links {
    padding-left: 0;
  }

  .header-layout1 .menu-area .main-menu {
    padding-left: 200px;
  }

  .header-layout1 .menu-area .logo-bg {
    height: calc(100% + 10px);
    width: 17%;
    top: 0;
  }

  .header-layout1 .header-navbar-logo {
    margin-top: 13px;
  }

  .header-layout1 .sticky-wrapper.sticky .header-navbar-logo {
    margin-top: 15px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .menu-area .main-menu {
    padding-left: 160px;
  }

  .header-layout1 .header-navbar-logo {
    padding-left: 30px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout1 .menu-area .main-menu {
    padding-left: 230px;
  }

  .header-layout1 .menu-area .logo-bg {
    width: 20%;
  }

  .main-menu a {
    font-size: 14px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .menu-area .logo-bg {
    display: none;
  }

  .header-layout1 .header-navbar-logo {
    display: none;
  }

  .header-layout1 .menu-area .main-menu {
    padding-left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .sticky-wrapper {
    padding: 0px 20px 0;
  }

  .header-layout1 .header-navbar-logo {
    margin-top: 0;
  }

  .header-layout1 .header-navbar-logo img {
    max-width: none;
  }

  .header-layout1 .sticky-wrapper.sticky {
    top: 0;
  }

  .header-layout1 .social-links {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-layout1 .social-links:after {
    left: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .sticky-wrapper {
    padding: 0;
  }
}

/*------------------- 4.3. Footer  -------------------*/
/*Footer 1***************/
.footer-wrapper {
  background-color: var(--title-color);
}

.copyright-wrap {
  padding: 8px 0 0 0px;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright-text {
  margin: 0;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 14px;
  font-family: var(--title-font);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .copyright-text {
    font-size: 14px;
  }
}

.copyright-text a {
  color: rgba(255, 255, 255, 0.7);
}

.copyright-text a:hover {
  color: var(--nav-button);
}

.footer-links {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  /* Extra small devices */
}

.footer-links a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--title-font);
  color: rgba(255, 255, 255, 0.7);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .footer-links a {
    font-size: 14px;
  }
}

.footer-links a:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding-right: 20px;
  margin-right: 20px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .footer-links a:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}

.footer-links a:hover {
  color: var(--nav-button);
}

/*Footer 1***************/
.footer-layout1 {
  position: relative;
  padding-top: 30px;
  background-image: linear-gradient(to right, #114172, #0d4b7c, #085686, #036090, #006b99);
}

.footer-layout1 .footer-widget {
  --body-color: #ffffff;
}

.footer-layout1 .newsletter-form .form-group input {
  color: var(--white-color);
}

.footer-layout1 .about-logo {
  margin-bottom: 40px;
}

/* Hero 1 ---------------------------------- */
.hero-1 {
  background-repeat: no-repeat;
}

.hero-1 .hero-image-wrapp {
  position: relative;
  overflow: hidden;
}

.hero-1 .hero-image-wrapp .hero-thumb {
  position: relative;
  /* width: 580px; */
  /* height: 641px; */
  display: block;
  margin-left: auto;
  /* clip-path: path("M580 352C580 511.61 450.163 641 290 641C129.837 641 0 511.61 0 352C0 192.39 145.337 0 305.5 0C465.663 0 580 192.39 580 352Z"); */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .hero-1 .hero-image-wrapp .hero-thumb {
    margin: auto;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-image-wrapp .hero-thumb {
    /* width: 500px;
      height: 500px; */
    clip-path: none;
    background-color: var(--white-color);
    border-radius: 50%;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-image-wrapp .hero-thumb {
    width: 80%;
    height: 400px;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .hero-1 .hero-image-wrapp .hero-thumb {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .hero-1 .hero-image-wrapp .hero-thumb {
    height: 300px;
  }
}

.hero-1 .hero-image-wrapp .hero-thumb img {
  /* width: 100%; */
  height: 100%;
  object-fit: contain;
  /* margin-left: 45px; */
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-1 .hero-image-wrapp .hero-thumb img {
    margin-left: 0;
    border-radius: 50%;
  }
}

.hero-1 .hero-image-wrapp .hero-shape1 {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 579.82px;
  height: 579.82px;
  background: var(--white-color);
  border-radius: 50%;
  z-index: -1;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .hero-1 .hero-image-wrapp .hero-shape1 {
    right: -36px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-image-wrapp .hero-shape1 {
    right: 19%;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-image-wrapp .hero-shape1 {
    right: 8%;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-image-wrapp .hero-shape1 {
    display: none;
  }
}

.hero-1 .hero-image-wrapp .hero-shape2 {
  position: absolute;
  top: 25%;
  right: 14%;
  width: 63.09px;
  height: 63.09px;
  border-radius: 50%;
  background: var(--theme-color);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-1 .hero-image-wrapp .hero-shape2 {
    display: none;
  }
}

.hero-1 .hero-image-wrapp .hero-shape3 {
  position: absolute;
  top: 33%;
  left: 23%;
  width: 40.56px;
  height: 40.56px;
  border-radius: 50%;
  background: var(--theme-color);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-1 .hero-image-wrapp .hero-shape3 {
    display: none;
  }
}

.hero-1 .hero-image-wrapp .hero-shape4 {
  position: absolute;
  left: 16%;
  bottom: 20%;
  width: 390px;
  height: 390px;
  background: #C4F500;
  clip-path: path("M236.5 0L472.492 390H0.508072L236.5 0Z");
  z-index: -1;
}

.hero-1 .hero-image-wrapp .hero-shape5 {
  position: absolute;
  top: 43%;
  left: 15%;
  width: 63.07px;
  height: 63.07px;
  border: 0.612211px solid #196164;
  transform: rotate(45deg);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-1 .hero-image-wrapp .hero-shape5 {
    display: none;
  }
}

.hero-item-content {
  display: block;
  max-width: 630px;
  margin-left: auto;
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero-item-content {
    margin: auto;
  }
}

.hero-card {
  display: flex;
  gap: 10px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-card:not(:last-child) {
    margin-bottom: 30px;
  }
}

.hero-card_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 37px;
  background: #EBF3EE;
  padding: 28px 28px 24px 28px;
  border-radius: 13px;
  z-index: 2;
  margin-top: 28px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .hero-card_wrapper {
    display: block;
  }
}

@media (max-width: 375px) {
  .hero-card_wrapper {
    padding: 16px;
  }
}

.hero-card_wrapper:before,
.hero-card_wrapper:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #EBF3EE;
  z-index: -1;
  border-radius: 13px;
  transition: 0.4s ease-in-out;
}

.hero-card_wrapper:after {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(25, 97, 100, 0.47) 0%, rgba(255, 255, 255, 0) 80%);
  z-index: -2;
  top: 0;
  left: 0;
}

.hero-card .box-title {
  font-size: 22px;
  margin-bottom: 5px;
}

.hero-card_text {
  font-size: 18px;
  margin-bottom: -0.4rem;
}

.hero-title {
  font-weight: 700;
  line-height: 1.5;
  word-spacing: 5px;
  text-shadow: 0px 6px 5px #120b0e82;
  text-align: left;
}

.hero-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero-style1 {
  position: relative;
  padding: 10px 0 38px 0;
  z-index: 6;
}

/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .hero-text {
    font-size: 16px;
  }

  .hero-style1 {
    text-align: center;
    padding: 100px 0 60px 0;
  }

  .hero-style1 .btn-group {
    /* justify-content: center; */
  }
}

@media (max-width: 320px) {
  .hero-title {
    font-size: 38px;
    line-height: 47px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-image: url('../img/dollar-tax/bg-new.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -33px;

}


.about-content-wrap .sec-title {
  font-size: 60px;
  line-height: 69px;
  font-weight: 700;
  margin-right: 80px;
  margin-bottom: 30px;
  /* Small devices */
}

@media (max-width: 1399px) {
  .about-content-wrap .sec-title {
    font-size: 45px;
    line-height: 1.2;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .about-content-wrap .sec-title {
    font-size: 34px;
    line-height: 44px;
  }

}

@media (max-width: 992px) {
  .header-bg{
    background-color: #fff !important;
    padding: 10px;
  }
}
/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-box {
  background-color: var(--white-color);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 35px 10px 35px 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1399px) {
  .counter-box {
    gap: 10px;
    padding: 35px 10px 35px 20px;
  }
}

.counter-box_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 480px) {
  .counter-box_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.counter-box_number {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: var(--nav-button);
  margin-bottom: 10px;
}

.counter-box_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: -0.3rem;
}

@media (max-width: 1399px) {
  .counter-box_text {
    font-size: 16px;
  }
}

.counter-text {
  font-size: 18px;
  margin-left: 30px;
  margin-bottom: 60px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .counter-text {
    margin: 40px 0 60px 0;
  }
}

.counter-wrap1 {
  border-radius: 5px;
  background: var(--white-color);
  box-shadow: 0px 30px 80px 0px rgba(14, 100, 215, 0.04);
  margin-top: -136px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.counter-card-wrap {
  padding: 40px 60px;
}

.counter-card-wrap .counter-card {
  min-width: 224px;
}

.counter-checklist-wrap {
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 40px 60px;
  height: 100%;
}

.counter-checklist-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #E8092E -1.06%, rgba(232, 9, 46, 0) 100%);
  z-index: -1;
}

.counter-card {
  position: relative;
  display: inline-flex;
  gap: 25px;
  align-items: center;
}

.counter-card_wrap~.counter-card_wrap {
  border-left: 1px solid #2C2C2C;
}

.counter-card_wrap~.counter-card_wrap .counter-card.style2 {
  padding-left: 45px;
}

.counter-card_wrap:last-child .counter-card.style2 {
  padding-right: 0;
}

.counter-card_number {
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 60px;
  color: var(--title-color);
}

.counter-card_text {
  font-weight: 400;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: -0.4em;
}

.counter-card_icon {
  border-radius: 50px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  text-align: center;
  position: relative;
  margin: auto;
}

.counter-card_icon img {
  transition: 0.4s all ease-in-out;
}

.counter-card:hover .counter-card_icon:after {
  margin: 0;
  border-width: 10px;
  border-color: var(--theme-color);
}

.counter-card:hover .counter-card_icon img {
  transform: rotateY(180deg);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .counter-card-wrap {
    padding: 40px 40px;
  }

  .counter-card_number {
    font-size: 44px;
  }

  .counter-card_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .counter-card-wrap .counter-card {
    min-width: 214px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .counter-card-wrap .counter-card {
    min-width: 185px;
  }

  .counter-card_number {
    font-size: 34px;
  }

  .counter-card_text {
    font-size: 16px;
  }

  .counter-card-wrap {
    padding: 30px 30px;
  }

  .counter-card-wrap .counter-card {
    min-width: max-content;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-card-wrap .counter-card {
    text-align: start;
  }

  .counter-card-wrap {
    padding: 30px 30px;
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .counter-checklist-wrap {
    padding: 40px 40px;
  }
}

/* Counter 2 ---------------------------------- */
.counter-area-2 {
  padding: 60px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.counter-card.style2 {
  gap: 20px;
}

.counter-card.style2 .counter-card_number {
  color: var(--theme-color);
}

.counter-card.style2 .counter-card_text {
  color: var(--body-color);
}

.counter-divider {
  height: 100%;
  width: 1px;
  background: var(--smoke-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .counter-area-2 {
    padding: 60px 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-area-2 {
    padding: 60px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-area-2 {
    padding: 40px;
  }
}

/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding: 0;
  list-style: none;
  text-align: start;
  margin-bottom: 0;
}

.checklist li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 20px;
  display: flex;
  color: var(--body-color);
}

.checklist li:last-child {
  margin-bottom: 0;
}

.checklist li i,
.checklist li svg {
  font-size: 22px;
  margin-right: 15px;
  margin-top: 2px;
  font-weight: 600;
  color: var(--theme-color);
}

.checklist.style2 ul li:not(:last-child) {
  margin-bottom: 17px;
}

.checklist.style2 ul li i {
  margin-right: 15px;
  font-size: 16px;
  color: var(--theme-color);
  margin-top: 3px;
}

.checklist.style3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}

.checklist.style3 ul li {
  margin-bottom: 0;
}

.checklist.style4 ul li:not(:last-child) {
  margin-bottom: 9px;
}

.checklist.style5 ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--body-color);
}

.checklist.style6 ul li {
  font-weight: 500;
  font-size: 22px;
  color: var(--title-color);
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .checklist.style6 ul li {
    font-size: 18px;
  }
}

.checklist.style7 ul li {
  font-weight: 400;
  font-size: 18px;
  /* color: var(--white-color); */
  margin-bottom: 32px;
  /* Medium Large devices */
}

.checklist.style7 ul li:last-child {
  margin-bottom: 0;
}

.checklist.style7 ul li i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--theme-color2);
  font-size: 12px;
  flex: none;
  margin-top: 6px;
}

@media (max-width: 1399px) {
  .checklist.style7 ul li {
    font-size: 18px;
  }
}

.checklist.style-white li {
  color: var(--white-color);
}

.checklist.style-white li:not(:last-child) {
  margin-bottom: 12px;
}

.checklist.style-white li i,
.checklist.style-white li svg {
  font-size: 14px;
  margin-right: 20px;
  margin-top: 5px;
}

.checklist.style-white2 li {
  color: var(--white-color);
}

.checklist.style-white2 li:not(:last-child) {
  margin-bottom: 12px;
}

.checklist.style-white2 li i,
.checklist.style-white2 li svg {
  font-size: 16px;
  color: var(--white-color);
  margin-right: 20px;
  margin-top: 5px;
}

.checklist.mb-40 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}

.checklist.mb-45 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

/* Service Card ---------------------------------- */
.service-card {
  background: var(--white-color);
  overflow: hidden;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: flex;
}

.service-card_img {
  min-width: 220px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.service-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  transition: all 0.4s ease;
}

.service-card_title {
  margin-top: -0.2em;
  /* margin-bottom: 25px; */
  font-weight: 700;
  font-size: 22px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .service-card_title {
    font-size: 20px;
  }
}

.service-card_title a {
  color: var(--title-color);
}

.service-card_title a:hover {
  color: var(--theme-color);
}

.service-card_content {
  padding: 30px;
}

.service-card_text {
  font-size: 18px;
  font-family: var(--title-font);
  margin-bottom: 35px;
}

.service-card .link-btn {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize;
}

.service-card .link-btn:before {
  background: var(--title-color);
}

.service-card .link-btn i {
  margin-left: 5px;
}

.service-card:hover .service-card_img img {
  transform: scale(1.05);
}

.service-title-area {
  max-width: 414px;
  display: block;
  margin-left: auto;
  margin-bottom: 62px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .service-title-area {
    max-width: 100%;
    margin-left: 0;
  }
}

.service-title-area p {
  font-size: 18px;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-card {
    display: block;
  }

  .service-card .service-card_img {
    border-radius: 20px 20px 0 0;
    height: 300px;
  }

  .service-card .service-card_img img {
    border-radius: 20px 20px 0 0;
  }

  .service-card .service-card_text {
    font-size: 16px;
  }
}

/*=================================
    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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-95 {
  padding-top: 95px;
}

/*-- 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;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.65rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.6rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-135 {
  margin-bottom: 135px;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {

  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }

  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }

  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }

  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }

  .space-top-md-none {
    padding-top: 0;
  }

  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }

  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }

  .pb-105 {
    padding-bottom: 65px;
  }

  .pt-105 {
    padding-top: 65px;
  }
}

#top-nav span {
  font-size: 12px;
  color: #ffff;
  padding-left: 20px !important;
}

#top-nav {
  background-image: linear-gradient(to right, #114172, #0d4b7c, #085686, #036090, #006b99);
  padding: 6px;
}

#top-nav::before {
  content: '';
  border-bottom: 41px solid transparent;
  border-right: 18px solid #114273;
  position: absolute;
  top: 0px;
  margin-left: -23px;
}

.main-menu>ul>li>.global-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;

  border: none;
  border-radius: 10px;
  text-align: center;
  background-color: var(--nav-button);
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  line-height: 1 !important;
  padding: 8px 18px;
  /* overflow: hidden; */
  /* transition: 0.3s; */
  /* align-content: center; */
  margin-top: 0 !important;
}

.main-menu>ul>li>.global-btn:hover {
  background-color: var(--theme-color2) !important;
  color: #fff;
}

.serv-card img {
  background: #ddf2fe;
  border-radius: 63px;
  height: 68px;
  margin: 0 auto;
  padding: 16px 16px;

}

.serv-card {
  text-align: center;
  position: relative;
  height: 100%;
  box-shadow: rgb(0 104 150 / 19%) 0px 0px 16px;
}

.serv-card .service-card_content {
  padding: 0;

}

.serv-card .service-card_title {
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
}

.serv-card:hover {
  transform: scale(1.05);
  background-color: var(--smoke-color);

}

.serv-card:hover img {
  background: #ffffff;
  border-radius: 63px;
  height: 68px;
  margin: 0 auto;
  padding: 16px 16px;
}

/* .serv-card:hover .service-card_title{
    font-size: 18px; 
    color:var(--nav-button) !important;
  
  }
  .serv-card:hover img{
    height: 120px;
    margin: 0 auto;
     padding: 20px 0;
  
  } */
.bg-why {
  background-image: linear-gradient(to right top, #f5dce4, #f5e3ec, #f5eaf2, #f6f1f7, #f9f7fb, #f9f7fb, #f9f7fb, #f9f7fb, #f6f1f7, #f5eaf2, #f5e3ec, #f5dce4);
}

.bg-hero {
  background-image: linear-gradient(to right top, #caeff9, #d7f1fd, #e3f3ff, #eef6ff, #f7f9ff, #f7f9ff, #f7f9ff, #f7f9ff, #eef6ff, #e3f3ff, #d7f1fd, #caeff9);
}

.modal-content {
  border-radius: 20px !important;
}

.modal-body {
  border-radius: 20px !important;
}

.pricing-min-card {
  padding: 20px;
  padding: 11px;
  border: 1px solid #000;
  align-self: center;
  border-radius: 11px;

}

.card-light-green {
  background-color: #E0F0CB;
  border: #E0F0CB;
}

.card-light-green h3,
.card-light-green i {
  color: #538985;
  font-weight: 700;
}

.card-light-pink {
  background-color: #F5E9EA;
  border: #F5E9EA;
}

.card-light-pink h3,
.card-light-pink i {
  color: #d2626e;
  font-weight: 700;
}

.card-olive-green {
  background-color: #d3f5e9;
  border: #d3f5e9;
}

.card-olive-green h3,
.card-olive-green i {
  color: #62867b;
  font-weight: 700;
}

.card-orange {
  background-color: #F5F0E7;
  border: #F5F0E7;
}

.card-orange h3,
.card-orange i {
  color: #ec8142;
  font-weight: 700;
}

.card-lavender {
  background-color: #EDEAF5;
  border: #EDEAF5;
}

.card-lavender h3,
.card-lavender i {
  color: #7a449e;
  font-weight: 700;
}

.card-blue {
  background-color: #B4E2FF;
  border: #B4E2FF;
}

.card-blue h3,
.card-blue i {
  color: #44829e;
  font-weight: 700;
}

.card-light-pink2 {
  background-color: #FFE1F4;
  border: #FFE1F4;
}

.card-light-pink2 h3,
.card-light-pink2 i {
  color: #9e4476;
  font-weight: 700;
}


.block-content {
  background-color: #f9f7fb;
  border: 1px solid #f16b7d6b;
  border-radius: 20px;
  align-items: stretch;
}

.layout {
  align-items: stretch !important;
}

.block-content .block-body {
  height: 100%;
  padding: 0;
}

.block-content .block-body .block-list {
  padding: 1.5rem 3rem;
}

.block-content .block-body .block-list li {
  font-size: 1.3rem;
}

.block-content .block-body .block-button {
  height: 3.4rem;
  margin-top: auto;
  border-top: 1px solid #00468c;
  font-size: 1.7rem;
  color: #00468c;
  border-radius: 0;
  font-weight: 500;
}

.block-content .block-body .block-button:hover,
.block-content .block-body .block-button:focus {
  color: #fff;
  background: #00468c;
  outline: none;
  box-shadow: none;
}

.block-content .ribbon {
  z-index: 5;
  width: 92px;
  height: 82px;
  overflow: hidden;
  position: absolute;
}

.block-content .ribbon:before,
.block-content .ribbon:after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #c52025;
}

.block-content .ribbon span {
  position: absolute;
  display: block;
  width: 187px;
  /* padding: 7px 67px; */
  background-color: #f16b7d;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.block-content .ribbon-top-right {
  top: -10px;
  right: -10px;
}

.block-content p {
  color: var(--theme-color);
  font-weight: 700;
  margin: 0;
  font-size: 17px;
}

.block-content .ribbon-top-right:before,
.block-content .ribbon-top-right:after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.block-content .ribbon-top-right:before {
  top: 0;
  left: 10px;
}

.block-content .ribbon-top-right:after {
  bottom: 0;
  right: 0;
}

.block-content .ribbon-top-right span {
  left: -34px;
  top: 18px;
  transform: rotate(45deg);
}

.block-content i {
  padding: 20px 26px 0;
  font-size: 24px;
  color: #f16b7d;
}

.block-content i img {
  /* padding: 20px 26px 0; */
  width: 38px;
}


.ribbon-horizontal {
  position: relative;

}

.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
  z-index: 6;
}

/* .ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 10px solid #016998;
  } */
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #006a98;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  padding: 12px 8px 10px;
  color: #ffff;
  border-top-right-radius: 8px;
  /* width: 90px; */
}

.ribbon1 span:before,
.ribbon1 span:after {
  position: absolute;
  content: "";
}

.ribbon1 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #f8463f;
}

.ribbon1 span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #114172;
}

.p-card {
  background: #ddf2fe;
  border-radius: 10px;
  /* border: 1px solid #f6bcc6; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.p-card i {
  padding: 20px 26px 0;
  font-size: 24px;
  color: #f16b7d;
}

.p-card i img {
  /* padding: 20px 26px 0; */
  width: 38px;
}

.p-card p {
  color: var(--theme-color);
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}

.ribbon2 {
  width: 60px;
  padding: 10px 0;
  position: absolute;
  top: -6px;
  right: 25px;
  text-align: center;
  border-top-left-radius: 3px;
  background-image: linear-gradient(to right bottom, #057fd6, #0072bb, #0065a1, #045887, #114b6e);
  z-index: 4;
  text-align: center;
  color: #fff;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.ribbon2:before {
  height: 0;
  width: 0;
  right: -5.5px;
  top: 0.1px;
  border-bottom: 6px solid #8D5A20;
  border-right: 6px solid transparent;
}

.ribbon2:before,
.ribbon2:after {
  content: "";
  position: absolute;
}

.ribbon2:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid #016199;
  border-right: 30px solid #09547f;
  border-bottom: 30px solid transparent;
}

.price-name {
  font-weight: 500;
  color: var(--theme-color);
}

.btn-primary {
  background-image: linear-gradient(to right, #114172, #0d4b7c, #085686, #036090, #006b99) !important;
  border: var(--title-color) !important;
  ;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 10px;
}

.p-card:hover {
  cursor: pointer !important;
  background: var(--nav-button)
}

.p-card:hover .price-name,
.p-card:hover small,
.p-card:hover ul li,
.p-card:hover .checklist li i {
  /* font-weight: 500; */
  color: var(--smoke-color5);
}

.p-card:hover .btn-primary {
  /* font-weight: 500; */
  background-color: var(--smoke-color5) !important;
  background-image: linear-gradient(to right, #ffffff, #fff, #fff, #fff, #fff) !important;

  color: var(--nav-button);
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.hero-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:radial-gradient(circle, #007faa00, #00709eb3, #046090a1, #0b528278, #11437466), 20%;  /* animation: Animation 15s ease infinite;
  -webkit-animation: Animation 5s ease infinite;
  -moz-animation: Animation 5s ease infinite; */
  /* animation: Animation 5s ease infinite; */
  background-size: 250%;
  opacity: 0.85;

  content: "";
  z-index: -1;
}

.overlay-gradient {
  /* background: linear-gradient(36deg, #007faa, #00709e, #046090, #0b5282, #114374) ,69.33%; */

}

.glow-text {
  background: 50% 100%/50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;


  text-shadow: 6px 0 5px #120b0e;
}

@-webkit-keyframes Animation {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Animation {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes Animation {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.opacity-1 {
  opacity: 1 !important;
}

.typing-demo {
  width: 22ch;
  animation: crow 5.9s linear;
  white-space: nowrap;
  overflow: hidden;



}

@keyframes crow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes typing {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.client10-boxarea {
  margin-bottom: 30px;
}

.client10-icon {
  position: relative;
  z-index: 1;
}

.ts {
  transition: all .4s ease-in-out;
}

.margin-b20 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .keyframe3 {
    position: relative;
    animation-name: animation-3;
    animation-duration: 300s;
    animation-iteration-count: alternate;
    animation-direction: infinite;
  }
}

.service10-icon {
  background: #EFF7F6;
  display: inline-block;
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  position: absolute;
  left: 172px;
  top: 9px;
}

.numbericon {
  background: var(--nav-button);
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 165px;
  top: 5px;
}

.client10-boxarea:hover .service10-icon {
  background: var(--title-color);
  transition: all .4s ease-in-out;
}

.client10-boxarea:hover .service10-icon img {
  filter: brightness(0) invert(1);
  transition: all .4s ease-in-out;
}

.lineh-24 {
  line-height: 24px;
}

.worksall-section-area {
  position: relative;
}

img.elementors67 {
  position: absolute;
  left: 190px;
  top: 20%;
}

.client10-boxarea.positionboxarea {
  position: relative;
  margin-top: 70px;
}

.weight-500 {
  font-weight: 500 !important;
}

.lineh-26 {
  line-height: 26px;
}

.font-16 {
  font-size: 16px;
}

.color-p10 {
  color: #62686D;
}

@media only screen and (max-width: 1920px) {
  .service10-icon {
    background: #EFF7F6;
    display: inline-block;
    height: 72px;
    width: 72px;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
    position: absolute;
    left: 172px;
    top: 9px;
  }

  img.elementors67 {
    position: absolute;
    left: 224px;
    top: 20%;
  }
}

@media (max-width: 1399px) {
  .service10-icon {
    background: #EFF7F6;
    display: inline-block;
    height: 62px;
    width: 62px;
    text-align: center;
    line-height: 63px;
    border-radius: 50%;
    position: absolute;
    left: 149px;
    top: 12px;

  }

  img.elementors67 {
    position: absolute;
    left: 144px;
    top: 20%;
  }

  .numbericon {
    background: var(--nav-button);
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 138px;
    top: 5px;
  }
}
@media (max-width: 822px) {
  .service10-icon {
    background: #EFF7F6;
    display: inline-block;
    height: 72px;
    width: 72px;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
    position: absolute;
    left: 78px !important;
    top: 9px;
  }
}
@media only screen and (width: 820px) and (height: 1106px) {
  .testi-box {
    margin-left: 30px;
    padding: 30px;
    min-height: 444px !important;
}
}
@media only screen and (width: 1180px) and (height: 746px) {
  .testi-box {
    margin-left: 30px;
    padding: 30px;
    min-height: 444px;
}
}
@media (max-width: 1280px) {
  .service10-icon {
    background: #EFF7F6;
    display: inline-block;
    height: 72px;
    width: 72px;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
    position: absolute;
    left: 143px;
    top: 9px;
  }

  

  .numbericon {
    background: var(--nav-button);
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 134px;
    top: 5px;
  }

  .elementors67 {
    display: none;
  }
}

.font-20 {
  font-size: 20px;
}

.service-card-custom {
  padding: 25px 19px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;

}

.service-card-custom .shape-icon {
  margin-bottom: 30px;
}

.shape-icon {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 85px;
  line-height: 85px;
  text-align: center;
}

.box-title-custom {
  font-size: 18px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.32em;
}

.service-card_text1 {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-bottom: 22px;
}

.service-card-custom .th-btn {
  background-color: var(--smoke-color2);
  color: var(--title-color);
  padding: 12.5px 20px;
  box-shadow: none;
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 20.5px 20px;
  min-width: 144px;
  border-radius: 4px;
}

.service-card-custom .th-btn:before,
.service-card-custom .th-btn:after {
  background-color: var(--smoke-color2);
}

.th-btn:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.th-btn:before,
.th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 99px;
  -webkit-transform: scaleY(1.1);
  -ms-transform: scaleY(1.1);
  transform: scaleY(1.1);
}

.service-card-custom .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-card-custom:after {
  right: -73px;
  bottom: -28px;
}

.service-card-custom:before,
.service-card-custom:after {
  content: '';
  position: absolute;
  height: 103px;
  width: 96px;
  background-color: #006a99;
  opacity: 0.6;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;

}

.service-card-custom:before {
  bottom: -73px;
  right: -28px;
}

.shape-icon:before {
  content: '';
  position: absolute;
  /* inset: 0; */
  background-color: #ddf2fe;
  /* -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;
}

.service-card-custom:hover {
  width: 100%;
}

.service-card-custom:hover .shape-icon img {
  filter: brightness(0) invert(1);
}

.service-card-custom:hover .shape-icon:before {
  background-color: var(--white-color);
}

.service-card-custom:hover .box-title {
  color: var(--white-color);
}

.service-card-custom:hover:before,
.service-card-custom:hover:after {
  opacity: 1;
  height: 145%;
  width: 120%;
  border-radius: 0;
}

.service-card-custom:hover .service-card_text1 {
  color: var(--white-color);
}

.service-card-custom:hover .box-title-custom {
  color: var(--white-color) !important;
}

.service-card_text1 {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-bottom: 22px;
}

.service-card-custom:hover .th-btn {
  background-color: var(--white-color);
}

.service-card-custom:hover .bg-shape {
  bottom: 0;
  opacity: 1;
}

.shape-icon .dots:before {
  top: 0;
  right: 9px;
}

.shape-icon .dots:before,
.shape-icon .dots:after {
  content: '';
  position: absolute;
  background-color: var(--title-color);
  height: 24px;
  width: 23px;
  border-radius: 50%;
}

.shape-icon .dots:after {
  height: 12px !important;
  width: 11px !important;
  bottom: 0;
  left: 27px;
}

.service-card-custom:hover .box-title {
  color: var(--white-color);
}

.shape-icon .dots:before {
  top: 0;
  right: 9px;
}

.shape-icon .dots:before,
.shape-icon .dots:after {
  content: '';
  position: absolute;
  background-color: var(--title-color);
  height: 24px;
  width: 23px;
  border-radius: 50%;
}

.shape-icon .dots:after {
  height: 12px;
  width: 11px;
  bottom: 0;
  left: 27px;
}

.shape-icon .dots:before,
.shape-icon .dots:after {
  content: '';
  position: absolute;
  background-color: #6bc2e7;
  height: 24px;
  width: 23px;
  border-radius: 50%;
}

.service-grid {
  position: relative;
  margin-top: -40px;
  width: 100%;
  z-index: 5;
  display: block;
}
.service-grid_content_2 h3{
  z-index: 9! important;
  position: relative;
  color: var(--body-color);
}



.service-grid:hover .service-grid_content_2:before, .service-grid:hover .service-grid_content_2:after {
  height: 35.2%;
}

.service-grid_content_2:after {
  position: absolute;
  content: '';

  background-color: #ECEFF1;
  height: 0%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: .8;
  z-index: 1;
  border-radius: 0px 0px 10px 10px ;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-grid_content_2:before {
  position: absolute;
  content: '';
 
  background-color: #ECEFF1;
  height: 0%;
  left: 0px;
  right: 0px;
  top: 80px;
  opacity: .8;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px 10px 0px 0px;
}

.service-grid_icon_2 {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto 0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -5px 15px;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.service-grid_icon_2 img {
  position: relative;
  z-index: 2;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid_icon_2:after {
  /* -webkit-animation-delay: 2s;
  animation-delay: 2s; */
}


.service-grid_icon_2:after,
.service-grid_icon_2:before {
  content: "";
  position: absolute;
  inset: 0;
 

  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;

  background: #def2ff;
  background: #567aae;
}

.service-grid_2:hover .service-grid_content_2:hover {
  background-color: #e8faff;
}

.service-grid_content_2 {
  box-shadow: rgb(0 104 150 / 19%) 0px 0px 16px;
  background-color: var(--white-color);
  border-radius: 10px;
  text-align: center;
  padding: 90px 15px 40px 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  min-height: 191px;
  width: 100%;
}

.service-grid_content_2:hover {
  background-color: #e6f7ff;
}

.service-grid_icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto 0 auto;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}


.service-grid_icon img {
  position: relative;
  z-index: 2;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid_icon:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.service-grid_icon:after,
.service-grid_icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  z-index: -2;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.service-grid_content {
  box-shadow: rgb(0 104 150 / 19%) 0px 0px 16px;
  background-color: var(--white-color);
  border-radius: 10px;
  text-align: center;
  padding: 70px 15px 40px 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}

.service-grid .box-title {
  margin-bottom: 15px;
}

.service-grid .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-grid:hover .service-grid_icon {
  background-color: var(--white-color);
}

.service-grid:hover .service-grid_icon:before,
.service-grid:hover .service-grid_icon:after {
  background-color: var(--white-color);
}



.service-grid:hover .service-grid_icon:before,
.service-grid:hover .service-grid_icon:after {
  background-color: var(--white-color);
}

.service-grid:hover .service-grid_content {
  background-color: var(--theme-color);
}

.service-grid:hover .box-title {
  color: var(--white-color);
}

.service-grid:hover .bg-shape {
  bottom: 0;
  opacity: 1;
}

.service-grid_icon:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ripple-animation,
.service-grid_icon:after,
.service-grid_icon:before,
.process-card_number:after,
.process-card_number:before,
.process-card .pulse:after,
.process-card .pulse:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0
  }
}

.text-logo-pink {
  color: var(--nav-button) !important;
}

.buy-theme {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 150px;
  right: -239px;
  background-color: #ff314c;
  /* box-shadow: 0 0 25px rgb(0 0 0 / 24%); */
  z-index: 9999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 30px;
}

.buy-theme:hover,
.all-demo:hover {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  right: 0px;
  background-color: #ff314c;
}

.all-demo:hover {
  background-color: #ff314c;
}

.buy-theme span,
.all-demo span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0;
  font-size: 18px;
}

.buy-theme:hover span,
.all-demo:hover span {
  opacity: 1;
  color: #fff;
}

.buy-theme:hover i,
.all-demo:hover i {
  color: #fff;
}

.buy-theme a,
.all-demo a {
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.th-bg-img {
  position: absolute;
  inset: 0;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.th-btn:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.th-btn:before,
.th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 99px;
  -webkit-transform: scaleY(1.1);
  -ms-transform: scaleY(1.1);
  transform: scaleY(1.1);
}

.th-btn:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.th-bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* check list -why */
.checklist-why li {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  /* margin-bottom: 20px; */
  display: flex;
  color: var(--body-color);
  /* border: 1px solid #d2d2d2; */
  padding: 20px 0px 0;
  /* border-radius: 20px; */
  font-weight: 500;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */

}

.checklist-why li img {
  margin-right: 15px;
  width:24px;
}

.card-why {
  padding: 13px 12px;
  border: 1px solid #fbdfe3;
  border-radius: 7px;
  background: #fbdfe3;
}

.testi-box {
  background-color: var(--white-color);
  padding: 35px 20px 2px 20px;
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: center;
  height: 420px;
  /* margin-left: 110px; */
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .testi-box {
    margin-left: 30px;
    padding: 30px;
    min-height: 444px;
  }
}

@media (max-width: 991px) {
  .testi-box {
    margin: 40px 0 0 0;
  }
}

.testi-box .quote-icon {
  position: relative;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: #8dc6ff40;
  display: block;
  margin: auto auto 0px auto;
}

.testi-box .quote-icon:before,
.testi-box .quote-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 63px;
  height: 1px;
  background-color: rgba(25, 53, 45, 0.2);
}

.testi-box .quote-icon:after {
  left: -90px;
}

.testi-box .quote-icon:before {
  right: -90px;
}

.testi-box_text {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 17px;

  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-box_text {
    font-size: 18px;
    line-height: 28px;
  }
}

.testi-box .testi-profile-title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #114172;
  margin-bottom: 0px;
  margin-top: 10px;

}

.testi-box .testi-profile_thumb {
  min-width: 86px;
}

.testi-box .testi-profile_thumb img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  margin-bottom: -30px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testi-box .testi-profile_thumb img {
    margin-bottom: 0;
  }
}

.fa-star {
  color: #f8ce15;

}

.slick-slide img {
  display: inline !important;
  width: 20px;
}

.wcu-card-wrap.right-wrap {
  text-align: end;
}

.wcu-card-wrap.right-wrap .wcu-card {
  flex-direction: row-reverse;
}

.wcu-card {
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 0 30px 30px 30px;
  /* Large devices */
}

@media (max-width: 1399px) {
  .wcu-card {
    padding: 0 20px 20px 20px;
  }
}

@media (max-width: 1199px) {
  .wcu-card {
    padding: 0 30px 30px 30px;
  }
}

.wcu-card-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 480px) {
  .wcu-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wcu-card .icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  flex: none;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}

.wcu-card .icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f45e9e;
  opacity: 0.1;
  border-radius: 0 0 10px 10px;
}

.wcu-card .icon img {
  transition: 0.4s;
}

.wcu-card .wcu-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -0.2em;
}

@media (max-width: 1399px) {
  .wcu-card .wcu-card-title {
    font-size: 20px;
  }
}

.wcu-card .wcu-card-text {
  font-size: 16px;
  margin-bottom: -0.5em;
}

.wcu-card:hover .icon img {
  transform: rotateY(180deg);
}

.border-title {
  border-bottom: 1px solid #e2effa;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1300px) {
  .container-about {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

.service-featured {
  text-align: center;
  position: relative;
  z-index: 2;
}

.service-featured:before {
  content: '';
  height: 180px;
  width: 100%;
  background-color: var(--smoke-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-featured_content {
  background-color: var(--white-color);
  max-width: 312px;
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px 28px 15px;
  margin-bottom: 28px;
}

.service-featured .shape-icon {
  margin: 0 auto 30px auto;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.service-featured_text {
  max-width: 255px;
  margin: 0 auto 31px auto;
}

.service-featured .icon-btn {
  border-radius: 99px;
  background-color: var(--theme-color);
  box-shadow: 0px 6px 20px rgba(0, 96, 255, 0.5);
  border: none;
  color: var(--white-color);
  position: absolute;
  bottom: -28px;
  left: calc(50% - 28px);
}

.service-feature-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.service-feature {
  background-color: var(--white-color);
  padding: 30px 25px 30px 30px;
  border: 1px solid var(--th-border-color);
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--theme-color);
  border-radius: 20px;
  padding: 30px;
  /* background: transparent; */
  /* margin: 55px 0; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.service-feature_icon {
  background: var(--theme-color);
  box-shadow: 0px 6px 20px rgba(0, 96, 255, 0.6);
  border-radius: 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}

.service-feature_title {
  font-size: 20px;
  margin-bottom: 12px;
}

.contact-grid-details h6 {
  background-image: linear-gradient(to right, #f16b7d, #f492b5, #f0b9df, #f0def6, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 7s ease-in-out infinite alternate;
  font-weight: 900;
}

@keyframes textShine {
  to {
    background-position: 200%;
  }
}

.text-white {
  color: var(--white-color)
}

.field-icon.toggle-password {
  position: absolute;
  right: 10px;
  top: 15px;
}

.field-icon.toggle-password {
  position: absolute;
  left: 89% !important;
  top: 6px !important;
}

label.help-inline.valid {
  display: none !important;
}

label.help-inline.valid {
  display: none !important;
}

label.help-inline {
  color: #ff0000 !important;
  font-weight: 600;
}

.help-inline {
  font-size: 12px;
  margin: 0px;
}

.has-float-label {
  display: block;
  position: relative
}

.has-float-label label,
.has-float-label>span {
  position: absolute;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  /* -webkit-transition: all .2s; */
  /* transition: all .2s; */
  top: -.5em;
  left: 12px;
  z-index: 3;
  line-height: 2;
  padding: 0 1px;
  /* background: #ffff; */
}

.has-float-label label::after,
.has-float-label>span::after {
  content: " ";
  display: block;
  position: absolute;
  /* background: #fff; */
  /* height: 2px; */
  top: 3%;
  /* left: -.2em; */
  right: -.2em;
  z-index: -1
}

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s
}

.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  transition: all .2s
}

.has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  transition: all .2s
}

.has-float-label .form-control::placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
  font-size: 16px;
  opacity: 1.5;
  top: 0.5em;
  font-weight: 400;
}
.has-float-label label span{
  background-color: #fff;
}

.input-group .has-float-label {
  display: table-cell
}

.input-group .has-float-label .form-control {
  border-radius: 4px
}

.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px
}
.form-control:disabled, .form-control[readonly] {
  background-color: var(--white-color) !important;
  opacity: 1;
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin: 37px 0 -0.4em;
}
.breadcumb-menu li {
  display: inline-block;
  padding-right: 11px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "\f105";
  position: relative;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--icon-font);
  color: var(--white-color);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 22px;
  font-family: var(--title-font);
  color: var(--white-color);
}
.breadcumb-menu a:hover {
  color: var(--white-color);
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.15em 0 -0.2em 0;
  line-height: 1.1;
  font-size: 50px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}

.breadcumb-content {
  padding: 70px 0;
}

.breadcumb-wrapper {
  background: var(--smoke-color);
  background-image: url('../img/dollar-tax/bread1.png');
  overflow: hidden;
  position: relative;
  z-index: auto;
}
.breadcumb-wrapper .breadcumb-thumb {
  text-align: right;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-content {
    padding: 70px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    text-align: center;
  }
  .breadcumb-content {
    padding: 70px 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 40px;
  }
  .breadcumb-content {
    padding: 50px 0;
  }
  .breadcumb-menu {
    text-align: center;
    margin: 22px 0 -0.45em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 14px;
  }
}
.what-we-do {
  position: relative;
}

.what-we-do .outer {
  position: relative;
  padding-top: 20px;
}

.what-we-do .outer .inner-circle {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -150px;
  width: 300px;
  height: 300px;
  border: 1px dashed #d0d0d0;
  line-height: 300px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
}
.what-we-do .outer .service-box-three {
  margin-bottom: 50px;
}
.service-box-three, .what-we-do .outer .service-box-four {
  margin-bottom: -40px !important;
}
.service-box-three {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-box-three .inner-box {
  padding-right: 55px !important;
}

.service-box-three .inner-box {
  position: relative;
  display: block;
  text-align: right;
  padding-right: 110px;
}
.service-box-three h3 {
  position: relative;
  line-height: 1.6em;
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 600;
}
.service-box-three h3 a {
  position: relative;
  color: #333;
}
a.btn.login-btn.ml-20.m-1.register.refund {
  padding: -1px 61px;
  width: 241px;
}
@media (min-width: 1200px) {
  .outer .right-column {
      margin-left: 33.3%;
  }
}
.service-box-three, .what-we-do .outer .service-box-four {
  margin-bottom: -40px !important;
}
.what-we-do .outer .service-box-four {
  margin-bottom: 50px;
}
.service-box-four {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-box-four .inner-box {
  padding-left: 55px !important;
}

.service-box-four .inner-box {
  position: relative;
  display: block;
  text-align: left;
  padding-left: 110px;
}
.service-box-four h3 {
  position: relative;
  line-height: 1.6em;
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 600;
}
.service-box-four h3 a {
  position: relative;
  color: #333;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.service-box-three, .what-we-do .outer .service-box-four {
  margin-bottom: -40px !important;
}
.what-we-do .outer .service-box-four {
  margin-bottom: 50px;
}
.service-box-four {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.what-we-do .outer:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -250px;
  width: 500px;
  height: 500px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
  .what-we-do .outer .inner-circle {
      display: none;
  }
}
.contact-form {
  border-radius: 13px;
  position: relative;
  z-index: 1;
  padding: 31px;
  border: 2px solid var(--border-color);
}
ol li, ul li {
  list-style: none;
}
.hero-section1 {
  position: relative;
  min-height: 650px !important;
  position: relative;

    background: url(../img/bg-img/header2.html) no-repeat bottom center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.backopcity {
  background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url(EauDp1hUcAAE-bK.jpg);
  background-image: linear-gradient(rgb(15 64 113 / 70%), rgb(8 57 108 / 79%)), url(EauDp1hUcAAE-bK.jpg);
}

 
#header-top{
  position: relative !important;
  background: #edc0cb42;
  }

    .main-header__top-right {
      position: relative;
      display: block;
      float: right;
  }
  .main-header__top-right-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    /* padding: 18px 0 2px; */
    /* padding: 0px 0 2px; */
}
.main-header__top-right-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-left: auto; */
  margin-top: -25px;
  margin-left: auto;
}
.main-header__top-address-box {
  position: relative;
  display: block;
}
.main-header__top-address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0  23px 0;
  margin-bottom: 0;
}
.main-header__top-address li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-header__top-address li:before {
  position: absolute;
  top: -4px;
  bottom: -5px;
  right: -28px;
  content: "";
  width: 1px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.main-header__top-address li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -3px;
}
.main-header__top-address li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -3px;
}
/* .icon-phone-call:before {
  content: "\e900";
} */
.main-header__top-address li .icon span {
  font-size: 30px;
  color: #4a98ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li .content {
  margin-left: 10px;
}
.main-header__top-address li .content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin: 0;
}
.main-header__top-address li .content h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}

.main-header__top-address li+li {
  margin-left: 34px;
}
.main-header__top-address li:last-child:before {
  display: none;
}
.main-menu>ul>li>span{
  opacity: 1;
}

.main-menu>ul>li>span:before{
 visibility: hidden;
}


.main__menu--items:hover .main__menu--link::before {
  width: 100%;
}
.main__menu--items:hover .main__menu--link {
  color: var(--color-hover);
}
.main__menu--link:hover, .sub__menu--link:hover {
  background-color: #f0f0f000;
}

.main__menu--items:hover .main__menu--link::before {
  width: 100%;
}
.main__menu--link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.1rem;
  background: var(--theme-color);
  transition: all 0.3s ease 0s;
  bottom: 0;
  left: 0;
}
.active>.main__menu--link::before{
  width: 100%;
}

@media (max-width: 1180px) {
  .main-header__top-right { 
    display: none;
  }
}
.btn-header{
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  border-radius: 10px;
  text-align: center;
  background-color: var(--nav-button);
  color: var(--white-color) !important;
  font-family: var(--title-font);
  /* font-weight: 600; */
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
  line-height: 1;
  padding: 8px 13px;
  overflow: hidden;
  transition: 0.3s;
  align-content: center;
  /* margin-top: 11px; */
  margin-right: 20px;

}
.btn-header:after, .btn-header:before, .btn-header-border:after, .btn-header-border:before {
  content: "";
  width: 50%;
  height: 0;
  background: var(--title-color);
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.btn-header:after, .btn-header-border:after{
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
}
.btn-header:focus:after, .btn-header:focus:before, .btn-header:hover:after, .btn-header:hover:before, .btn-header:active:after, .btn-header:active:before,
.btn-header-border:focus:after, .btn-header-border:focus:before, .btn-header-border:hover:after, .btn-header-border:hover:before, .btn-header-border:active:after, .btn-header-border:active:before
{
  height: 100%;
  
}
.btn-header-border:hover{
color: var(--white-color) !important;
}
.btn-header-border{
  position: relative;
  z-index: 2;
  vertical-align: middle;

  display: inline-block;
  border: none;
  border-radius: 10px;
  text-align: center;
  /* background-color: var(--nav-button); */
  border: 1px solid var(--title-color);
  color: var(--theme-color);
  font-family: var(--title-font);
  /* font-weight: 600; */
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
  line-height: 1;
  padding: 8px 13px;
  overflow: hidden;
  transition: 0.3s;
  align-content: center;
  /* margin-top: 11px; */
  margin-right: 20px;
}
.sticky>.header-bg>nav{
  width: 100% !important;
}
.sticky>.header-bg>nav>ul>.d-sticky{
 visibility:visible !important;
}
.d-n-sticky{
visibility: hidden;
}
@media (min-width: 1200px) {
  .col-xl-11-custom {
      width: 93.666667%;
  }
}             