@charset "UTF-8";

/*------------------- 1.1. Variable-------------------*/
:root {
	--accent-color: #113571;
	--accent-secondary-color: #0099d2;
  --theme-color: #113571;
  --title-color: var(--dark-color);
  --body-color: var(--gray-color);
  --dark-color: var(--theme-color);
  --dark-color2: #333;
  --dark-color3: #18225f;
  --dark-color4: #06134c;
  --gray-color: #a0a3b5;
  --gray-color2: #616161;
  --white-color: #ffffff;
  --light-color: #f4f7ff;
  --light-color2: #e8edfa;
  --light-color3: #e9eefb;
  --light-color4: #b9bfe4;
  --orange-color: #d36818;
  --success-color: #28a745;
  --error-color: #ff0000;
  --bs-text-color1: #10171d;
  --bs-text-color2: rgb(255 255 255 / 60%);
  --bs-text-color3: rgb(255 255 255 / 30%);
  --bs-text-color4: rgb(255 255 255 / 90%);
  --bs-text-color5: #161616;
  --bs-bg-color1: var(--theme-color);
  --bs-bg-color2: #f3f6fe;
  --bs-bg-color3: rgba(16, 83, 243, 0.2);
  --bs-bg-color4: #dce5fc;
  --bs-bg-color5: rgba(255, 255, 255, 0.10);
  --bs-bg-color6: rgba(189, 189, 189, 0.2);
  --bs-bg-color7: rgba(98, 72, 255, 0.14);
  --bs-bg-color8: rgba(255, 255, 255, 0.70);
  --bs-bg-color9: rgba(98, 72, 255, 0.2);
  --bs-bg-color10: rgba(255, 255, 255, 0.30);
  --bs-bg-color11: rgba(244, 247, 255, 0.30);
  --bs-bg-color12: rgba(255, 255, 255, 0.2);
  --bs-bg-color13: #121e62;
  --bs-bg-color14: rgba(255, 255, 255, 0.050);
  --bs-bg-color15: rgba(255, 255, 255, 0.07);
  --bs-bg-color16: rgba(255, 255, 255, 0.40);
  --bs-bg-color17: rgba(246, 245, 252, 0.50);
  --bs-bg-color18: rgba(243, 252, 253, 0.47);
  --bs-bg-color19: rgba(3, 15, 68, 0.50);
  --bs-bg-color20: rgba(255, 255, 255, 0.50);
  --bs-bg-color21: #f2f5fd;
  --bs-bg-color22: rgba(255, 255, 255, 0.14);
  --bs-border-color: rgba(22, 22, 22, 0.10196078431372549);
  --bs-border-color2: rgba(3, 15, 68, 0.10);
  --bs-border-color3: rgba(255, 255, 255, 0.30);
  --bs-border-color5: rgba(255, 255, 255, 0.15);
  --bs-border-color7: rgba(255, 255, 255, 0.20);
  --bs-border-color8: rgba(6, 17, 83, 0.1);
  --bs-border-color9: rgba(98, 72, 255, 0.40);

  --bs-border-color13: var(--dark-color2);
  --title-font: "Roboto", sans-serif;
  --body-font: "Arial", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --icon-font2: "flaticon";
  --main-container: 1480px;
  --container-gutters: 24px;
  --section-space: 80px;
  --section-space-mobile: 80px;
  --section-space-small-mobile: 60px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

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;
  background: var(--light-color) !important;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /*===Scroll Bar=====*/
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 3px;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

section {
  position: relative;
  z-index: 1;
}
section > .outer-box {
  margin: 0 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  section > .outer-box {
    margin: 0 12px;
  }
}
@media (max-width: 540px) {
  section > .outer-box {
    margin: 0;
  }
}

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

figure {
  margin: 0;
}

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

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

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

ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

ol {
  list-style-type: decimal;
}

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

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

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

a {
  color: var(--title-color);
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: var(--theme-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

a,
button {
  outline: none;
  border: none;
  background: transparent;
  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 15px 0;
  color: var(--gray-color2);
  line-height: 1.6;
}

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: 600;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 62px;
  line-height: 72px;
}

.h2,
h2 {
  font-size: 42px;
  line-height: 1.2;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.217;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.417;
}

.h5,
h5 {
  font-size: 22px;
  line-height: 1.27;
  font-weight: 500;
}

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- Container -------------------*
.container {
  max-width: calc(var(--main-container) + var(--container-gutters));
}

/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
.container2 {
  max-width: 1330px;
  margin: auto;
}

@media (min-width: 1600px) {
  .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 (min-width: 1400px) {
  .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;
  }
}

@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;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .container2 {
    max-width: 540px;
  }
}
/*------------------- 2.2. Grid -------------------*/
.gx-5 {
  --bs-gutter-x: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Medium Large devices */
@media (max-width: 1399px) {
  .ml-gx-5 {
    --bs-gutter-x: 5px;
  }
  .ml-gy-5 {
    --bs-gutter-y: 5px;
  }
  .ml-gx-10 {
    --bs-gutter-x: 10px;
  }
  .ml-gy-10 {
    --bs-gutter-y: 10px;
  }
  .ml-gx-15 {
    --bs-gutter-x: 15px;
  }
  .ml-gy-15 {
    --bs-gutter-y: 15px;
  }
  .ml-gx-20 {
    --bs-gutter-x: 20px;
  }
  .ml-gy-20 {
    --bs-gutter-y: 20px;
  }
  .ml-gx-25 {
    --bs-gutter-x: 25px;
  }
  .ml-gy-25 {
    --bs-gutter-y: 25px;
  }
  .ml-gx-30 {
    --bs-gutter-x: 30px;
  }
  .ml-gy-30 {
    --bs-gutter-y: 30px;
  }
  .ml-gx-35 {
    --bs-gutter-x: 35px;
  }
  .ml-gy-35 {
    --bs-gutter-y: 35px;
  }
  .ml-gx-40 {
    --bs-gutter-x: 40px;
  }
  .ml-gy-40 {
    --bs-gutter-y: 40px;
  }
  
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .xl-gx-5 {
    --bs-gutter-x: 5px;
  }
  .xl-gy-5 {
    --bs-gutter-y: 5px;
  }
  .xl-gx-10 {
    --bs-gutter-x: 10px;
  }
  .xl-gy-10 {
    --bs-gutter-y: 10px;
  }
  .xl-gx-15 {
    --bs-gutter-x: 15px;
  }
  .xl-gy-15 {
    --bs-gutter-y: 15px;
  }
  .xl-gx-20 {
    --bs-gutter-x: 20px;
  }
  .xl-gy-20 {
    --bs-gutter-y: 20px;
  }
  .xl-gx-25 {
    --bs-gutter-x: 25px;
  }
  .xl-gy-25 {
    --bs-gutter-y: 25px;
  }
  .xl-gx-30 {
    --bs-gutter-x: 30px;
  }
  .xl-gy-30 {
    --bs-gutter-y: 30px;
  }
  .xl-gx-35 {
    --bs-gutter-x: 35px;
  }
  .xl-gy-35 {
    --bs-gutter-y: 35px;
  }
  .xl-gx-40 {
    --bs-gutter-x: 40px;
  }
  .xl-gy-40 {
    --bs-gutter-y: 40px;
  }
  
}
/* Large devices */
@media (max-width: 1199px) {
  .lg-gx-5 {
    --bs-gutter-x: 5px;
  }
  .lg-gy-5 {
    --bs-gutter-y: 5px;
  }
  .lg-gx-10 {
    --bs-gutter-x: 10px;
  }
  .lg-gy-10 {
    --bs-gutter-y: 10px;
  }
  .lg-gx-15 {
    --bs-gutter-x: 15px;
  }
  .lg-gy-15 {
    --bs-gutter-y: 15px;
  }
  .lg-gx-20 {
    --bs-gutter-x: 20px;
  }
  .lg-gy-20 {
    --bs-gutter-y: 20px;
  }
  .lg-gx-25 {
    --bs-gutter-x: 25px;
  }
  .lg-gy-25 {
    --bs-gutter-y: 25px;
  }
  .lg-gx-30 {
    --bs-gutter-x: 30px;
  }
  .lg-gy-30 {
    --bs-gutter-y: 30px;
  }
  .lg-gx-35 {
    --bs-gutter-x: 35px;
  }
  .lg-gy-35 {
    --bs-gutter-y: 35px;
  }
  .lg-gx-40 {
    --bs-gutter-x: 40px;
  }
  .lg-gy-40 {
    --bs-gutter-y: 40px;
  }
 
}
/* Medium devices */
@media (max-width: 991px) {
  .md-gx-5 {
    --bs-gutter-x: 5px;
  }
  .md-gy-5 {
    --bs-gutter-y: 5px;
  }
  .md-gx-10 {
    --bs-gutter-x: 10px;
  }
  .md-gy-10 {
    --bs-gutter-y: 10px;
  }
  .md-gx-15 {
    --bs-gutter-x: 15px;
  }
  .md-gy-15 {
    --bs-gutter-y: 15px;
  }
  .md-gx-20 {
    --bs-gutter-x: 20px;
  }
  .md-gy-20 {
    --bs-gutter-y: 20px;
  }
  .md-gx-25 {
    --bs-gutter-x: 25px;
  }
  .md-gy-25 {
    --bs-gutter-y: 25px;
  }
  .md-gx-30 {
    --bs-gutter-x: 30px;
  }
  .md-gy-30 {
    --bs-gutter-y: 30px;
  }
  .md-gx-35 {
    --bs-gutter-x: 35px;
  }
  .md-gy-35 {
    --bs-gutter-y: 35px;
  }
  .md-gx-40 {
    --bs-gutter-x: 40px;
  }
  .md-gy-40 {
    --bs-gutter-y: 40px;
  }
 
}
/* Small devices */
@media (max-width: 767px) {
  .sm-gx-5 {
    --bs-gutter-x: 5px;
  }
  .sm-gy-5 {
    --bs-gutter-y: 5px;
  }
  .sm-gx-10 {
    --bs-gutter-x: 10px;
  }
  .sm-gy-10 {
    --bs-gutter-y: 10px;
  }
  .sm-gx-15 {
    --bs-gutter-x: 15px;
  }
  .sm-gy-15 {
    --bs-gutter-y: 15px;
  }
  .sm-gx-20 {
    --bs-gutter-x: 20px;
  }
  .sm-gy-20 {
    --bs-gutter-y: 20px;
  }
  .sm-gx-25 {
    --bs-gutter-x: 25px;
  }
  .sm-gy-25 {
    --bs-gutter-y: 25px;
  }
  .sm-gx-30 {
    --bs-gutter-x: 30px;
  }
  .sm-gy-30 {
    --bs-gutter-y: 30px;
  }
  .sm-gx-35 {
    --bs-gutter-x: 35px;
  }
  .sm-gy-35 {
    --bs-gutter-y: 35px;
  }
  .sm-gx-40 {
    --bs-gutter-x: 40px;
  }
  .sm-gy-40 {
    --bs-gutter-y: 40px;
  }
 
}

select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 54px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: var(--dark-color2);
  background-color: var(--light-color2);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  transition: all 0.4s ease 0s;
  padding-right: 45px;
  border-radius: 5px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  color: var(--dark-color2);
  outline: 0;
  box-shadow: none;
  border-color: transparent;
  background-color: var(--light-color2);
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--gray-color);
}
select::-moz-placeholder, .single-select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--gray-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--gray-color);
}
select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  height: auto;
  border: none;
  color: var(--white-color);
  background-color: var(--dark-color2);
  border-radius: 10px;
}
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::-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::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-bottom: 2px solid var(--title-color);
  border-radius: 0;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}
select.style-border::-moz-placeholder, .single-select.style-border::-moz-placeholder, .form-control.style-border::-moz-placeholder, .form-select.style-border::-moz-placeholder, textarea.style-border::-moz-placeholder, input.style-border::-moz-placeholder {
  color: var(--title-color);
}
select.style-border::placeholder,
.single-select.style-border::placeholder,
.form-control.style-border::placeholder,
.form-select.style-border::placeholder,
textarea.style-border::placeholder,
input.style-border::placeholder {
  color: var(--title-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 #E8E8E8;
  border-radius: 0;
  color: var(--title-color);
}
select.style3,
.single-select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background: var(--dark-color);
}

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

.single-select,
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 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: 100px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 195px;
}
textarea.form-control.style-border,
textarea.style-border {
  padding-top: 12px;
}

.form-group {
  margin-bottom: 25px;
  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(--dark-color);
}
.form-group.form-icon-left > i {
  display: inline-block;
  position: absolute;
  left: 25px;
  right: auto;
  top: 20px;
  font-size: 16px;
  color: var(--body-color);
  line-height: 1;
}
.form-group.form-icon-left > i.fa-envelope {
  padding-top: 0px;
}
.form-group.form-icon-left > i.fa-comment {
  margin-top: -2px;
}
.form-group.form-icon-left > i.fa-chevron-down {
  width: 17px;
  background-color: var(--dark-color);
}
.form-group.form-icon-left input {
  padding: 0 30px 0 55px;
}
.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;
}
.form-group.style-4 i {
  color: var(--theme-color);
}
.form-group.style-4 .form-control {
  padding: 0 30px 0 60px;
  border: 1px solid #E3E1DC;
  height: 60px;
  line-height: 60px;
  color: var(--body-color);
}
.form-group.style-4 .form-control::-moz-placeholder {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 300;
}
.form-group.style-4 .form-control::placeholder {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 300;
}
.form-group.style-4 textarea.form-control {
  line-height: normal;
  padding: 15px 30px 30px 60px;
}

.form-btn .link-btn {
  border: 0;
  align-items: center;
}

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

[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;
  -webkit-appearance: textfield;
          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 {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  left: 0;
  font-family: var(--icon-font);
  font-weight: 700;
  background-color: var(--white-color);
  border: 1px solid var(--dark-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
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;
}

.status,
.status1,
.status2 {
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 16px;
  margin: 10px 0;
  display: none;
}
.status i,
.status1 i,
.status2 i {
  margin-right: 10px;
}
.status i.far.fa-check-circle:before, .status i.far.fa-times-circle:before,
.status1 i.far.fa-check-circle:before,
.status1 i.far.fa-times-circle:before,
.status2 i.far.fa-check-circle:before,
.status2 i.far.fa-times-circle:before {
  font-size: 20px;
}
.status.error,
.status1.error,
.status2.error {
  background-color: #f2dede;
  color: var(--error-color);
  border: 1px solid #ebccd1;
  display: inline-block;
}
.status.success,
.status1.success,
.status2.success {
  background-color: #dff0d8;
  color: var(--success-color);
  border: 1px solid #d6e9c6;
  display: inline-block;
}


.swiper-dot {
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--bs-bg-color9);
  transition: all 0.4s ease 0s;
  opacity: 1;
  border-radius: 50%;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-left: 0;
  margin-right: 15px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background-color: var(--theme-color);
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  content: "";
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.array-button .array-prev,
.array-button .array-next {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color7);
  font-size: 18px;
  background-color: var(--bs-bg-color5);
  transition: all 0.4s ease 0s;
  font-family: var(--icon-font);
  color: var(--gray-color);
}
.array-button .array-prev.active, .array-button .array-prev:hover,
.array-button .array-next.active,
.array-button .array-next:hover {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color);
  color: var(--white-color);
}

/* Basic reset for the buttons */
.owl-nav button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Positioning and styling the buttons */
.owl-nav {
  display: flex;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border: 1px solid var(--white-color);
  background-color: transparent;
  transition: background-color 0.3s, transform 0.3s;
  font-family: var(--icon-font);
  font-weight: 900;
  color: var(--white-color);
}
.owl-nav .owl-prev span:hover,
.owl-nav .owl-next span:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}


.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
  padding: 20px;
  display: block;
  text-align: start;
  background-color: var(--dark-color);
}
.mobile-menu-wrapper .mobile-logo img {
  max-width: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-menu-wrapper .menu-toggle {
  border: 2px solid var(--white-color);
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0;
  line-height: 1;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  z-index: 1;
  color: var(--white-color);
  background-color: transparent;
  border-radius: 50%;
}
.mobile-menu-wrapper .menu-toggle:hover {
  transform: rotate(90deg);
}
.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--dark-color);
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  z-index: 1;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.mobile-menu-wrapper .sidebar-wrap {
  margin-bottom: 20px;
  padding: 0 20px;
}
.mobile-menu-wrapper .sidebar-wrap h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 24px;
}
.mobile-menu-wrapper .sidebar-wrap a {
  color: var(--white-color);
}
.mobile-menu-wrapper .sidebar-wrap a:hover {
  color: var(--theme-color);
}
.mobile-menu-wrapper .social-btn.style3 {
  padding: 0 20px;
}

.mobile-menu {
  padding-bottom: 25px;
  text-align: left;
  border-bottom: 2px solid var(--white-color);
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu ul {
  margin: 0;
  padding: 5px 0;
}
.mobile-menu ul li {
  list-style-type: none;
  border-bottom: 1px solid var(--bs-border-color);
}
.mobile-menu ul li:first-child {
  border-top: 1px solid var(--bs-border-color);
}
.mobile-menu ul li.active > a {
  color: var(--theme-color);
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 10px 20px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  letter-spacing: normal;
  text-transform: capitalize;
}
.mobile-menu ul li.active-class > a {
  color: var(--theme-color);
}
.mobile-menu ul li.active-class > a:before {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.mobile-menu ul li ul li {
  padding-left: 20px;
}
.mobile-menu ul li ul li a {
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px 20px;
}
.mobile-menu ul li ul li a .mean-expand-class:before {
  font-size: 14px;
}
.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children.active > a > .mean-expand-class, .mobile-menu ul .submenu-item-has-children.active-class > a > .mean-expand-class {
  color: var(--theme-color);
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  right: 0;
  width: 50px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  z-index: 5;
  font-size: 18px;
  color: var(--white-color);
  font-weight: 400;
  display: inline-block;
  text-align: center;
  background-color: transparent;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "\f107";
  font-family: var(--icon-font);
  font-weight: 700;
}
.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class:before {
  content: "\f106";
}
.mobile-menu > ul > li:last-child {
  border-bottom: none;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }
}
.contact-list-one {
  position: relative;
  padding: 30px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-bottom: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-color);
}
.contact-list-one li .contact-info-box a {
  color: var(--white-color);
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color);
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu-area .social-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-color);
  width: 100%;
  border-top: 1px solid var(--white-color);
  margin-top: auto;
}
.mobile-menu-area .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid var(--white-color);
}
.mobile-menu-area .social-links li:last-child {
  border-right: none;
}
.mobile-menu-area .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--white-color);
  transition: all 300ms ease;
}
.mobile-menu-area .social-links li a:hover {
  color: var(--theme-color2);
}




.link-effect {
  position: relative;
  overflow: hidden;
  display: block;
  height: 26px;
}
.link-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.link-effect:hover .effect-1 {
  top: -100%;
}

.theme-btn {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  position: relative;
  padding: 10px 60px 10px 25px;
  margin-bottom: 0px;
  color: var(--white-color);
  background-color: var(--orange-color);
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  text-decoration: none;
  border-radius: 30px;
  /* Small devices */
}
.theme-btn.style-2 {
  border: 1px solid var(--white-color);
  background: transparent;
}
.theme-btn.error {
  padding: 15px 40px 15px 40px;
  gap: 10px;
}
.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  transform: skewx(-20deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  z-index: 0;
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 15px 50px 15px 30px;
  }
}
.theme-btn.bg-white {
  background-color: var(--white-color);
}
.theme-btn.bg-dark {
  background-color: var(--dark-color);
  color: var(--white-color);
}
.theme-btn.bg-dark:hover {
  color: var(--white-color);
  background-color: var(--theme-color) !important;
}
.theme-btn.bg-dark3 {
  background-color: var(--dark-color3);
  color: var(--white-color);
}
.theme-btn.bg-dark3:hover {
  color: var(--white-color);
}
.theme-btn.bg-theme {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.theme-btn.bg-theme:hover {
  color: var(--white-color);
}
.theme-btn.bg-border {
  background-color: var(--bs-border-color);
  color: var(--white-color);
}
.theme-btn.bg-border:hover {
  color: var(--white-color);
}
.theme-btn.bg-transparent {
  background-color: transparent;
  border: 1px solid var(--dark-color);
}
.theme-btn i {
  font-size: 16px;
  height: 26px;
  line-height: 1.66;
}
.theme-btn:hover {
  color: var(--white-color);
  background: var(--theme-color);
}
.theme-btn:hover .effect-1 {
  top: -100%;
}
.theme-btn.text-theme:before, .theme-btn.text-theme:after {
  background: var(--theme-color);
}
.theme-btn.text-theme img {
  filter: brightness(99);
}
.theme-btn .arrow-all {
  width: 30px;
  height: 30px;
 /** background: var(--white-color); **/
 color: var(--white-color);
  border-radius: 50%;
  margin-left: 20px;
  position: absolute;
  overflow: hidden;
  right: 10px;
 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.theme-btn .arrow-all i {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 28px;
   
  display: inline-flex;
}
.theme-btn .arrow-all i svg {
  transform: translateY(-1px);
  position: absolute;
  bottom: -3px;
  left: -1px;
  transition: all 0.2s ease-out;
}
.theme-btn .arrow-all i svg:last-child {
  left: -13px;
  bottom: -3px;
  transform: translate(0, 0);
  opacity: 0;
}
.theme-btn:hover .arrow-all i svg:first-child {
  transform: translate(16px, 0);
}
.theme-btn:hover .arrow-all i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, 0);
}
.theme-btn:hover::before {
  animation: pxl_btn_shine 1.4s ease;
  animation-delay: 0.1s;
}

.theme-btn.style2 {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  position: relative;
  padding: 10px 30px 10px 30px;
  margin-bottom: 0px;
  color: var(--white-color);
  background-color: var(--theme-color3);
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  text-decoration: none;
  border-radius: 26px;
  /* Small devices */
}
.theme-btn.style2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  transform: skewx(-20deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  z-index: 0;
}
@media (max-width: 767px) {
  .theme-btn.style2 {
    padding: 12px 35px;
  }
}
.theme-btn.style2.bg-white {
  background-color: var(--white-color);
}
.theme-btn.style2.bg-dark {
  background-color: var(--dark-color);
  color: var(--white-color);
}
.theme-btn.style2.bg-dark:hover {
  color: var(--white-color);
  background-color: var(--theme-color) !important;
}
.theme-btn.style2.bg-dark3 {
  background-color: var(--dark-color3);
  color: var(--white-color);
}
.theme-btn.style2.bg-dark3:hover {
  color: var(--white-color);
}
.theme-btn.style2.bg-theme {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.theme-btn.style2.bg-theme:hover {
  color: var(--white-color);
}
.theme-btn.style2.bg-border {
  background-color: var(--bs-border-color);
  color: var(--white-color);
}
.theme-btn.style2.bg-border:hover {
  color: var(--white-color);
}
.theme-btn.style2.bg-transparent {
  background-color: transparent;
  border: 1px solid var(--dark-color);
}
.theme-btn.style2 i {
  font-size: 16px;
  height: 26px;
  line-height: 1.66;
}
.theme-btn.style2:hover {
  color: var(--white-color);
}
.theme-btn.style2:hover .effect-1 {
  top: -100%;
}
.theme-btn.style2.text-theme:before, .theme-btn.style2.text-theme:after {
  background: var(--theme-color);
}
.theme-btn.style2.text-theme img {
  filter: brightness(99);
}
.theme-btn.style2 .arrow-all-2 {
  width: 30px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.theme-btn.style2 .arrow-all-2 i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.theme-btn.style2 .arrow-all-2 i svg {
  transform: translateY(-1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.theme-btn.style2 .arrow-all-2 i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.theme-btn.style2:hover .arrow-all-2 i svg:first-child {
  transform: translate(16px, -16px);
}
.theme-btn.style2:hover .arrow-all-2 i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -12px);
}
.theme-btn.style2:hover::before {
  animation: pxl_btn_shine 1.4s ease;
  animation-delay: 0.1s;
}

.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: 0px;
  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);
}

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

/* Extra small devices */
@media (max-width: 575px) {
  .scroll-top {
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
  }
  .scroll-top:after {
    font-size: 16px;
    line-height: 40px;
  }
  .btn {
    padding: 15.5px 20px;
    font-size: 12px;
    font-weight: 500;
  }
  .btn.circle-btn {
    height: 120px;
    width: 120px;
    line-height: 120px;
  }
}
.top-scroll {
  cursor: pointer;
  display: inline-block;
  padding: 19px 13px;
  border-radius: 7px;
  background-color: var(--theme-color);
  text-align: center;
  transition: all 300ms linear;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px;
  }
  .btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 25px;
  }
}
body.bg-title .scroll-top svg {
  color: var(--white-color);
}
body.bg-title .scroll-top svg path {
  stroke: var(--theme-color);
}
body.bg-title .scroll-top::after {
  color: var(--white-color);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}

/*===============================
  Scroll To Top
===============================*/
.scrollToTop {
  height: 55px;
  width: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0f0f0f;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  transition: 0.5s ease all;
  display: none;
  /* Medium devices */
}
@media (max-width: 991px) {
  .scrollToTop {
    height: 40px;
    width: 40px;
  }
}
.scrollToTop:hover {
  transform: translateY(-15%);
}
.scrollToTop .arrowUp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  z-index: 3;
  color: #ffffff;
  font-size: 24px;
}
.scrollToTop .arrowUp i {
  font-size: 19px;
}
.scrollToTop .water {
  position: absolute;
  inset: 0;
  z-index: 2;
  transform: translateY(100%);
  background-color: var(--theme-color);
  transition: all 0.3s;
}
.scrollToTop .water svg use {
  margin-bottom: -1px;
  position: relative;
  bottom: -1px;
  fill: var(--theme-color) !important;
}
.scrollToTop .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}
.scrollToTop .water_wave_back {
  right: 0;
  fill: var(--dark-color);
  animation: wave-back 1.4s infinite linear;
}
.scrollToTop .water_wave_front {
  left: 0;
  fill: rgba(122, 37, 158, 0.8784313725);
  margin-bottom: -1px;
  animation: wave-front 0.7s infinite linear;
}

@keyframes wave-front {
  100% {
    transform: translateX(-50%);
  }
}
@keyframes wave-back {
  100% {
    transform: translateX(50%);
  }
}
/*------------------- 3.3. Titles -------------------*/
/*======= Section Title Area ============*/
.title-wrap {
  /* Medium devices */
  /* Small devices */
  margin-bottom: calc(var(--section-title-space) - 33px);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .title-wrap {
    --section-title-space: 60px;
  }
}
@media (max-width: 767px) {
  .title-wrap {
    --section-title-space: 55px;
  }
}
.title-wrap.two {
  margin-bottom: calc(var(--section-title-space) - 22px);
}
.title-wrap.two .sec-title {
  margin-bottom: 0;
}
.title-wrap.twoT {
  margin-bottom: calc(var(--section-title-space) - 42px);
}
.title-wrap.twoT .sec-title {
  margin-bottom: 10px;
}
.title-wrap.three {
  margin-bottom: calc(var(--section-title-space) - 20px);
}
.title-wrap.threeT {
  margin-bottom: calc(var(--section-title-space) - 34px);
}
.title-wrap.threeT .sec-title {
  margin-bottom: 13px;
}
.title-wrap .sub-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
  padding: 6px 28px;
  border-radius: 30px;
  background-color: var(--theme-color);
  position: relative;
  transform: rotate(-10deg);
  margin-bottom: 25px;
}
.title-wrap .sub-title-2 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color);
  background: var(--bs-bg-color5);
  font-weight: 500;
  font-family: var(--title-font);
  margin-bottom: 12px;
  border: 1px solid var(--theme-color);
  border-radius: 16px;
  padding: 2px 15px;
}
.title-wrap .sub-title-2 i {
  margin-right: 10px;
  font-size: 14px;
}
.title-wrap .sub-title-2.two {
  border: 1px solid var(--bs-border-color3);
}

.sec-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  /* Medium Large devices */
}
.title-wrap .sub-title-3 {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  color: var(--theme-color);
  font-weight: 500;
  font-family: var(--title-font);
  
  padding: 2px 15px;
}
@media (max-width: 1299px) {
  .sec-title {
    font-size: 38px;
  }
}
@media (max-width: 1280px) {
  .sec-title {
    font-size: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sec-title {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .sec-title {
    font-size: 30px;
    letter-spacing: normal;
  }
}
@media (max-width: 430px) {
  .sec-title {
    font-size: 28px;
  }
}
@media (max-width: 414px) {
  .sec-title {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .sec-title {
    font-size: 22px;
  }
}

.sec-text {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  margin-bottom: 0;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sec-text br {
    display: none;
  }
}
@media (max-width: 575px) {
  .sec-text br {
    display: none;
  }
}

.white .sec-title,
.white .sec-text {
  color: var(--white-color);
}
.white .sec-text {
  opacity: 0.8;
}



/* Global ------------- */
.page-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
.page-wrapper.overflow-visible {
  overflow: visible !important;
}

.shape-mockup-wrap {
  z-index: 1;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

/* Small devices */
@media (max-width: 767px) {
  .sm-w-100 {
    width: 100% !important;
  }
  .sm-flex-column {
    flex-direction: column;
  }
  .sm-justify-content-start {
    justify-content: flex-start !important;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .xs-w-100 {
    width: 100% !important;
  }
  .xs-flex-column {
    flex-direction: column;
  }
  .xs-justify-content-start {
    justify-content: flex-start !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .md-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.media-body {
  flex: 1;
}

.style-italic {
  font-style: italic;
}

.social-btn {
  display: flex;
  gap: 10px;
}
.social-btn a {
  height: var(--icon-size, 48px);
  width: var(--icon-size, 48px);
  line-height: 48px;
  display: inline-block;
  color: var(--title-color);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  background: var(--bs-border-color);
}
.social-btn a:hover {
  background: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
}
.social-btn.style2 {
  gap: 25px;
}
.social-btn.style2 .link-effect {
  height: 25px;
}
.social-btn.style2 a {
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0;
  color: var(--white-color);
  border: 0;
  font-size: 20px;
}
.social-btn.style2 a:hover {
  background: transparent;
  color: var(--theme-color);
}
.social-btn.style3 {
  gap: 15px;
}
.social-btn.style3 .link-effect {
  height: 46px;
  line-height: 46px;
}
.social-btn.style3 a {
  display: inline-block;
  background: var(--theme-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: var(--white-color);
  border: 0;
  font-size: 16px;
}
.social-btn.style3 a:hover {
  color: var(--white-color);
}
.social-btn.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.btn-group .btn {
  border-radius: 40px;
  flex: none;
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}



@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.img-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.img-half img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-half.img-right {
  right: 0;
}

.icon-box {
  display: inline-flex;
  gap: 10px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.btn-wrap.style2 {
  gap: 30px 40px;
}

.category-tag {
  height: 34px;
  line-height: 34px;
  padding: 0 17px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 500;
  border-radius: 17px;
  background-color: var(--theme-color3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.category-tag:hover {
  background-color: var(--theme-color);
}

.overlay-anim1 {
  position: relative;
}
.overlay-anim1::after {
  background-color: var(--bs-bg-color4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.overlay-anim1:hover::after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear;
}

.overlay-anim2 {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.overlay-anim2:after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.overlay-anim2:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}

.overlay-anim3 {
  position: relative;
  overflow: hidden;
}
.overlay-anim3::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 500ms ease-in-out;
  transform: translate(-50%, -50%);
}
.overlay-anim3:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.overlay-anim4 {
  position: relative;
  overflow: hidden;
}
.overlay-anim4:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.overlay-anim4:hover:after {
  height: 250%;
  transition: all 800ms linear;
  background-color: transparent;
}

.overlay-fade {
  position: relative;
}
.overlay-fade::after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
  z-index: 9;
  pointer-events: none;
}
.overlay-fade:hover::after {
  opacity: 1;
}

.overlay-diagonal {
  position: relative;
}
.overlay-diagonal::after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  left: -100%;
  top: 100%;
  width: 100%;
  height: 100%;
  transition: left 400ms ease-in-out, top 400ms ease-in-out;
  z-index: 9;
  pointer-events: none;
}
.overlay-diagonal:hover::after {
  left: 0;
  top: 0;
}

.hover .hover-1 {
  overflow: hidden;
}
.hover .hover-1 img {
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  transition: all 0.4s ease 0s;
}
.hover .hover-2 img {
  width: 100%;
  transition: all 0.4s ease 0s;
}
.hover .hover-3 figure {
  max-width: 410px;
  max-height: 450px;
  width: 100%;
  height: 100%;
}
.hover .hover-3 img {
  margin-left: 30px;
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.hover .hover-4 {
  position: relative;
}
.hover .hover-4::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.hover:hover .hover-1 img {
  transform: scale(1.1);
}
.hover:hover .hover-2 img {
  transform: scale(1.2) rotate(-3deg);
}
.hover:hover .hover3 img {
  margin-left: 0px;
}
.hover:hover .hover-4::before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.border {
  position: relative;
  border-bottom: 1px solid var(--bs-border-color) !important;
  z-index: 10
}


.cover-background {
  background-size: cover;
  background-position: center center !important;
}

.bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-image.overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-bg-color3);
}

label.error {
  font-size: 13px;
  color: var(--error-color);
}

.p-top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.p-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.p-top-center {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.p-bottom-center {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.bg-image1 {
  background-image: linear-gradient(var(--white-color) 50%, var(--dark-color) 50%) !important;
}

.bg-image2 {
  background-image: linear-gradient(var(--white-color) 50%, var(--dark-color) 50%) !important;
}

.bg-image3 {
  background-image: linear-gradient(transparent 50%, var(--dark-color) 50%) !important;
}

.mbm-multiply {
  mix-blend-mode: multiply;
}

.mbm-color {
  mix-blend-mode: color;
}

.mbm-screen {
  mix-blend-mode: screen;
}

.mbm-overlay {
  mix-blend-mode: overlay;
}

.mbm-lighten {
  mix-blend-mode: lighten;
}

.mbm-darken {
  mix-blend-mode: darken;
}

.mbm-difference {
  mix-blend-mode: difference;
}

.mbm-exclusion {
  mix-blend-mode: exclusion;
}

.mbm-luminosity {
  mix-blend-mode: luminosity;
}

.mw-inherit {
  max-width: inherit !important;
}

.mw-fit-content {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

.mw-max-content {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.mw-min-content {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.mw-none {
  max-width: none !important;
}

.mw-unset {
  max-width: unset !important;
}

.border-color4 {
  border-color: var(--bs-border-color4) !important;
}

.border-color10 {
  border-color: var(--bs-border-color10) !important;
}




/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.text-underline {
  text-decoration: underline;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

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

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



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

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

.bg-dark2 {
  background-color: var(--dark-color2) !important;
}

.bg-dark3 {
  background-color: var(--dark-color3) !important;
}

.bg-dark4 {
  background-color: var(--dark-color4) !important;
}

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

.bg-light2 {
  background-color: var(--light-color2) !important;
}

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

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

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

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

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

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

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

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

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color2) !important;
}

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

.text-dark {
  color: var(--dark-color) !important;
}

.text-dark2 {
  color: var(--dark-color2) !important;
}

.text-dark3 {
  color: var(--dark-color3) !important;
}

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

.text-gray2 {
  color: var(--gray-color2) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-light2 {
  color: var(--light-color2) !important;
}

.text-text2 {
  color: var(--bs-text-color2) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: none;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=theme2]:before {
  background-color: var(--theme-color2);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=dark]:before {
  background-color: var(--dark-color);
}

[data-overlay=dark2]:before {
  background-color: var(--dark-color2);
}

[data-overlay=dark3]:before {
  background-color: var(--dark-color3);
}

[data-overlay=light]:before {
  background-color: var(--light-color);
}

[data-overlay=light2]:before {
  background-color: var(--light-color2);
}

[data-overlay=gray]:before {
  background-color: var(--gray-color);
}

[data-overlay=overlay1]:before {
  background-color: #131B23;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes ripple-video {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.movingX {
  animation: movingX 5s linear infinite;
}

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

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

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

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

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

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

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

.spin2 {
  animation: spin2 20s linear infinite;
}

.spin3 {
  animation: spin3 20s linear infinite;
}

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

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin3 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-180deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
/*======== Image Animation ===========*/
.img-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.data-img-hover {
  position: relative;
  width: 100%;
}
.data-img-hover img {
  width: 100%;
  height: auto;
}
.data-img-hover canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Text-Animation**********************/
.text-anim-right {
  animation: text-anim-right 0.4s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@keyframes text-anim-right {
  from {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.text-anim-left {
  animation: text-anim-left 0.4s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@keyframes text-anim-left {
  from {
    transform: translateX(-5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.text-anim-top {
  animation: text-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@keyframes text-anim-top {
  from {
    transform: translateY(-5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounce-x {
  animation: bounce-x 7s infinite linear;
}

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

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

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.rotate360 {
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}

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

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

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

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

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

@keyframes moveAround4 {
  0% {
    transform: translate(50%, -50%) translate(500px, 300px);
    -webkit-transform: translate(50%, -50%) translate(500px, 300px);
    -moz-transform: translate(50%, -50%) translate(500px, 300px);
    -ms-transform: translate(50%, -50%) translate(500px, 300px);
    -o-transform: translate(50%, -50%) translate(500px, 300px);
  }
  25% {
    transform: translate(50%, 60%) translate(-100px, -300px);
    -webkit-transform: translate(50%, 60%) translate(-100px, -300px);
    -moz-transform: translate(50%, 60%) translate(-100px, -300px);
    -ms-transform: translate(50%, 60%) translate(-100px, -300px);
    -o-transform: translate(50%, 60%) translate(-100px, -300px);
  }
  50% {
    transform: translate(50%, 0%) translate(150px, 0px);
    -webkit-transform: translate(50%, 0%) translate(150px, 0px);
    -moz-transform: translate(50%, 0%) translate(150px, 0px);
    -ms-transform: translate(50%, 0%) translate(150px, 0px);
    -o-transform: translate(50%, 0%) translate(150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(760px, 550px);
    -webkit-transform: translate(50%, 50%) translate(760px, 550px);
    -moz-transform: translate(50%, 50%) translate(760px, 550px);
    -ms-transform: translate(50%, 50%) translate(760px, 550px);
    -o-transform: translate(50%, 50%) translate(760px, 550px);
  }
  100% {
    transform: translate(50%, 50%) translate(-800px, 350px);
    -webkit-transform: translate(50%, 50%) translate(-800px, 350px);
    -moz-transform: translate(50%, 50%) translate(-800px, 350px);
    -ms-transform: translate(50%, 50%) translate(-800px, 350px);
    -o-transform: translate(50%, 50%) translate(-800px, 350px);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.bg-anime-scratch {
  animation: scratch 4s linear infinite;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble_spatial {
  16.65% {
    transform: translate3d(10px, 8px, 0px);
  }
  33.3% {
    transform: translate3d(-10px, -6px, 5px);
  }
  49.95% {
    transform: translate3d(7px, 4px, -5px);
  }
  66.6% {
    transform: translate3d(-7px, -2px, 3px);
  }
  83.25% {
    transform: translate3d(3px, 1px, -2px);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble_bell {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes mirror_effect {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes mirrorEffect {
  0% {
    transform: scaleX(1);
    opacity: 1;
  }
  25% {
    transform: scaleX(1.2);
    opacity: 0.9;
  }
  50% {
    transform: scaleX(0.8);
    opacity: 0.7;
  }
  75% {
    transform: scaleX(1.1);
    opacity: 0.85;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes mirrorReflection {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes mirrorWave {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(1.05);
  }
}
@keyframes mirrorSlide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotateAndScale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.rotateAndScale {
  animation: rotateAndScale 4s infinite ease-in-out;
}

/* Keyframes for typing effect */
@keyframes typing {
  0% {
    width: 0;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes moveBorder {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 100px);
  }
  100% {
    left: 0;
  }
}
@keyframes swirlArrow {
  0% {
    transform: rotate(0deg) scale(1);
    stroke-dasharray: 0, 100;
    opacity: 1;
  }
  50% {
    transform: rotate(45deg) scale(1.2);
    stroke-dasharray: 50, 50;
    opacity: 0.8;
  }
  100% {
    transform: rotate(90deg) scale(1);
    stroke-dasharray: 100, 0;
    opacity: 1;
  }
}
.scribble {
  animation: scribble 2s infinite linear;
}

@keyframes scribbleLeft {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  25% {
    transform: rotate(10deg) translateX(-10px);
  }
  50% {
    transform: rotate(-10deg) translateX(10px);
  }
  75% {
    transform: rotate(5deg) translateX(-5px);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}
.your-element {
  animation: scribbleLeft 2s infinite;
  transform-origin: right center;
}

@keyframes scribble {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  25% {
    transform: rotate(-10deg) translateX(10px);
  }
  50% {
    transform: rotate(10deg) translateX(-10px);
  }
  75% {
    transform: rotate(-5deg) translateX(5px);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}
@keyframes scribble2 {
  0% {
    transform: scaleX(-1) rotate(35deg);
  }
  25% {
    transform: scaleX(-1) rotate(17.5deg);
  }
  50% {
    transform: scaleX(-1) rotate(0deg);
  }
  75% {
    transform: scaleX(-1) rotate(17.5deg);
  }
  100% {
    transform: scaleX(-1) rotate(35deg);
  }
}
@keyframes bounceArrowX {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.zoomInAnimation1 {
  animation: zoomIn 2s ease-in-out infinite;
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple2;
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes ripple3 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
.fancy-animation {
  animation: morph 8s ease-in-out infinite;
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.popup-video {
  position: relative;
  z-index: 1;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
}

.play-btn:after {
  animation-delay: 2s;
}

.play-btn.style-2:before,
.play-btn.style-2:after {
  background-color: transparent;
  border: 2px solid var(--white-color);
}
@keyframes pxl_btn_shine {
  100% {
    left: 200%;
  }
}
/* 1. Slide from Left */
@keyframes slideFromLeft {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.animate__slideFromLeft {
  animation-name: slideFromLeft;
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

/* 2. Slide from Right */
@keyframes slideFromRight {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.animate__slideFromRight {
  animation-name: slideFromRight;
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

/* 3. Slide from Top */
@keyframes slideFromTop {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate__slideFromTop {
  animation-name: slideFromTop;
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

/* 4. Slide from Bottom */
@keyframes slideFromBottom {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate__slideFromBottom {
  animation-name: slideFromBottom;
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

/* 5. Zoom In */
@keyframes myZoomIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__myZoomIn {
  animation-name: myZoomIn;
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

/* 6. Zoom Out */
@keyframes myZoomOut {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__myZoomOut {
  animation-name: myZoomOut;
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.pageTurn.swiper-slide-active .bg.image,
.pageTurn.swiper-slide-active .thumb img {
  animation: pageTurn 2s ease-in-out forwards;
  transform-origin: left center;
}

@keyframes pageTurn {
  0% {
    transform: rotateY(-90deg) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
  }
}
.blurSkew.swiper-slide-active .bg.image,
.blurSkew.swiper-slide-active .thumb img {
  animation: blurSkew 1.5s ease-in forwards;
}

@keyframes blurSkew {
  0% {
    filter: blur(10px);
    transform: skewX(20deg) scale(1.1);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: skewX(0deg) scale(1);
    opacity: 1;
  }
}
.centerCurtain.swiper-slide-active .bg.image,
.centerCurtain.swiper-slide-active .thumb img {
  animation: centerCurtain 2s ease-in-out forwards;
  will-change: clip-path, opacity;
}

@keyframes centerCurtain {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    opacity: 0;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes emgSwing {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.skewCurtain.swiper-slide-active .thumb img {
  animation: skewCurtain 2s ease-in-out forwards;
}

@keyframes skewCurtain {
  0% {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
    transform: skewX(-10deg);
    opacity: 0.5;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: skewX(0deg);
    opacity: 1;
  }
}
.blurStretch.swiper-slide-active .thumb img {
  animation: blurStretch 1.7s ease-in-out forwards;
}

@keyframes blurStretch {
  0% {
    transform: scaleX(1.3) scaleY(0.8);
    filter: blur(10px) brightness(0.4);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) scaleY(1);
    filter: blur(0) brightness(1);
    opacity: 1;
  }
}
.wipeDiagonal.swiper-slide-active .thumb img {
  animation: wipeDiagonal 2s ease-in-out forwards;
  will-change: clip-path, transform, opacity;
}

@keyframes wipeDiagonal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: skewX(-10deg) scale(1.1);
    opacity: 0;
    filter: brightness(0.5) blur(3px);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: skewX(0deg) scale(1);
    opacity: 1;
    filter: brightness(1) blur(0);
  }
}
.ant-bounce {
  display: inline-block;
  animation: antWalkBounce 1s ease-in-out infinite;
}

@keyframes antWalkBounce {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  25% {
    transform: translateY(-5px) rotate(-2deg) scale(1.02);
    /* হালকা উপরে */
  }
  50% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  75% {
    transform: translateY(-5px) rotate(2deg) scale(1.02);
    /* আবার উপরে */
  }
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
}
.robot {
  width: 150px;
  filter: drop-shadow(0px 0px 5px rgba(0, 170, 255, 0.5));
  animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
  0%, 100% {
    filter: drop-shadow(0px 0px 5px rgba(0, 170, 255, 0.5));
  }
  50% {
    filter: drop-shadow(0px 0px 15px rgba(0, 170, 255, 0.8));
  }
}
.qtecMask {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  transform: translateX(-10%);
  background: linear-gradient(270deg, rgb(255, 255, 255) 90%, rgba(237, 221, 83, 0) 100%);
}

.animateImg {
  transform: scale(2);
}

.rocket {
  animation: shake 0.2s infinite;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  75% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rollInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}
.rollInLeft {
  animation-name: rollInLeft;
}

@keyframes rollInRight {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}
.rollInRight {
  animation-name: rollInRight;
}

@keyframes slideFromTopLeft45 {
  0% {
    opacity: 0;
    transform: translate(-150px, -150px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
.slideTopLeft45 {
  animation-name: slideFromTopLeft45;
}

@keyframes slideFromTopRight45 {
  0% {
    opacity: 0;
    transform: translate(150px, -150px) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
.slideTopRight45 {
  animation-name: slideFromTopRight45;
}

@keyframes slideFromBottomLeft45 {
  0% {
    opacity: 0;
    transform: translate(-150px, 150px) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
.slideBottomLeft45 {
  animation-name: slideFromBottomLeft45;
}

@keyframes slideFromBottomRight45 {
  0% {
    opacity: 0;
    transform: translate(150px, 150px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
.slideBottomRight45 {
  animation-name: slideFromBottomRight45;
}

/*------------------- Search -------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.7803921569);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background: var(--dark-color2);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--white-color);
  border-left: 3px solid var(--theme-color);
  border-top: 3px solid var(--white-color);
  border-right: 3px solid var(--theme-color);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: var(--theme-color);
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: 0 auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: transparent;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: var(--dark-color);
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  padding-right: 100px;
  background-color: var(--white-color);
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: var(--dark-color);
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  padding-right: 100px;
  background-color: var(--white-color);
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input {
  border-radius: 5px;
  border: 2px solid var(--theme-color);
}
.search-popup .form-group input::-moz-placeholder {
  font-size: 18px;
}
.search-popup .form-group input::placeholder {
  font-size: 18px;
}
.search-popup .form-group input[type=submit] {
  position: absolute;
  right: 30px;
  top: 0;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--dark-color2);
  padding: 0;
  cursor: pointer;
  transition: all 500ms ease;
  border: none;
}
.search-popup .form-group input[type=submit]:hover {
  color: #000000;
}
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--dark-color);
  padding: 0;
  cursor: pointer;
  transition: all 500ms ease;
  border: none;
}
.search-popup .form-group button i {
  transition: 0.5s;
}
.search-popup .form-group button:hover {
  color: #000000;
}
.search-popup .form-group button:hover i {
  color: var(--theme-color);
}
.search-popup input::-moz-placeholder {
  color: #000000;
  color: inherit;
}
.search-popup input::placeholder {
  color: #000000;
  color: inherit;
}
.search-popup textarea::-moz-placeholder {
  color: #000000;
  color: inherit;
}
.search-popup textarea::placeholder {
  color: #000000;
  color: inherit;
}
.search-popup .close-search.style-1 {
  position: absolute;
  right: 25px;
  left: auto;
  color: var(--white-color);
  width: auto;
  height: auto;
  top: 80px !important;
  transform: translateY(0) !important;
  line-height: 0 !important;
  margin: 0;
  border: none;
  background: none !important;
  box-shadow: none !important;
  transition: all 500ms ease;
}
.search-popup .close-search.style-1 i {
  font-size: 20px;
  color: var(--white-color);
  transition: 0.5s;
}
.search-popup .close-search.style-1 i:hover {
  color: var(--theme-color);
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transform: translateY(50px);
  transition-delay: 1500ms;
}
.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

/*-------------------  Selection -------------------*/
::-moz-selection {
  background: var(--theme-color);
  color: var(--white-color);
  text-shadow: none;
}
::selection {
  background: var(--theme-color);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color);
  color: var(--white-color);
  text-shadow: none;
}


/*------------------- Widgets  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_price_filter 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,
.widget_price_filter .menu,
.widget_price_filter > 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,
.widget_price_filter a,
.wp-block-page-list a,
.widget_categories a {
  display: block;
  border: none;
  margin: 0 0px 12px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--body-font);
  line-height: 1.313;
  color: var(--title-color);
  position: relative;
  display: flex;
  align-items: center;
}
.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_price_filter a:before,
.wp-block-page-list a:before,
.widget_categories a:before {
  content: "";
  position: relative;
  height: 18px;
  width: 18px;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  margin-right: 14px;
}
.widget_nav_menu a:after,
.widget_meta a:after,
.widget_pages a:after,
.widget_archive a:after,
.widget_price_filter a:after,
.wp-block-page-list a:after,
.widget_categories a:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--theme-color);
  transition: 0.4s;
  opacity: 0;
}
.widget_nav_menu a i,
.widget_meta a i,
.widget_pages a i,
.widget_archive a i,
.widget_price_filter a i,
.wp-block-page-list a i,
.widget_categories a i {
  margin-right: 12px;
  transition: 0.4s all;
}
.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,
.widget_price_filter a.active,
.widget_price_filter 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);
}
.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,
.widget_price_filter a.active i,
.widget_price_filter 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,
.widget_price_filter a.active ~ span,
.widget_price_filter 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 a.active:after, .widget_nav_menu a:hover:after,
.widget_meta a.active:after,
.widget_meta a:hover:after,
.widget_pages a.active:after,
.widget_pages a:hover:after,
.widget_archive a.active:after,
.widget_archive a:hover:after,
.widget_price_filter a.active:after,
.widget_price_filter a:hover:after,
.wp-block-page-list a.active:after,
.wp-block-page-list a:hover:after,
.widget_categories a.active:after,
.widget_categories a:hover:after {
  opacity: 1;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_price_filter 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,
.widget_price_filter 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,
.widget_price_filter li:last-child a,
.wp-block-page-list li:last-child a,
.widget_categories li:last-child a {
  margin-bottom: -5px;
  padding-bottom: 0;
  border-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,
.widget_price_filter .wp-block-navigation__submenu-container,
.widget_price_filter .sub-menu,
.widget_price_filter .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,
.widget_price_filter .wp-block-navigation__submenu-container li a,
.widget_price_filter .sub-menu li a,
.widget_price_filter .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;
}

.footer-widget {
  margin-left: 60px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .footer-widget {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .footer-widget {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-widget {
    margin-bottom: 46px;
  }
}
.footer-widget .title {
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 30px;
  /* Small devices */
}
@media (min-width: 820px) and (max-width: 912px) {
  .footer-widget .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer-widget .title {
    margin-bottom: 25px;
  }
}
.footer-widget .contact-item .phone {
  font-size: 20px;
  line-height: 24px;
  color: var(--white-color);
  font-weight: 700;
  font-family: var(--title-font);
}
.footer-widget .contact-item .mail {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--title-font);
  margin-top: 5px;
}
.footer-widget h6 {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin-top: 30px;
}
.footer-widget p {
  font-size: 16px;
  line-height: 24px;
  color: var(--bs-text-color2);
  font-weight: 400;
  font-family: var(--title-font);
}
.footer-widget .text {
  color: var(--white-color);
}
.footer-widget .notify {
  color: var(--gray-color);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
}
.footer-widget .notify:hover .icon i {
  animation: wobble_bell 1s forwards ease-in-out 0s;
}
.footer-widget .notify .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--theme-color);
  font-size: 15px;
  color: var(--white-color);
}
.footer-widget ul li {
  margin-bottom: 11px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li a {
  text-decoration: none;
  color: var(--white-color);
  position: relative;
  transition: all 0.4s ease 0s;
}
@media (min-width: 820px) and (max-width: 912px) {
  .footer-widget ul li a {
    font-size: 14px;
  }
}
.footer-widget ul li a:hover {
  color: var(--orange-color);
  padding-left: 18px;
}
.footer-widget ul li a:hover::before {
  opacity: 1;
}
.footer-widget ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--orange-color);
  transition: all 0.4s ease 0s;
  opacity: 0;
}

.recent-post-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

.recent-post-item .image {
  float: left;
  margin-right: 18px;
  margin-bottom: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .recent-post-item .image {
    margin-right: 10px;
  }
}
.recent-post-item .image a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.recent-post-item .image a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--theme-color) padding-box content-box;
  opacity: 0.8;
  content: "";
  transform: scale(0);
  transition: all 0.4s ease 0s;
  border-radius: 16px;
}
.recent-post-item .image a:after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f0c1";
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: var(--white-color);
  font-weight: 900;
  font-family: var(--icon-font);
  transform: scale(0);
  transition: all 0.4s ease 0s;
  border-radius: 16px;
}
.recent-post-item:hover .image a::before {
  transform: scale(1);
}
.recent-post-item:hover .image a::after {
  transform: scale(1);
}

.recent-post-info span {
  opacity: 0.502;
  font-size: 14px;
  line-height: 26px;
  color: var(--white-color);
  font-family: var(--body-font);
}
.recent-post-info h4.title {
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  transition: all 0.4s ease 0s;
  margin-bottom: 3px;
}
.recent-post-info h4.title a {
  color: var(--white-color);
}
@media (max-width: 414px) {
  .recent-post-info h4.title {
    font-size: 16px;
  }
}
.recent-post-info h4.title a:hover {
  color: var(--orange-color);
}


.widget {
  margin-bottom: 30px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--white-color);
  border: 1px solid #E3E5DE;
  border-radius: 0px;
}
.widget[data-overlay]:before {
  z-index: -1;
}

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

.widget.widget_search {
  padding: 0;
  border: 0;
}
.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  background: var(--white-color);
  border: 1px solid #E3E5DE;
  flex: 1;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  padding: 0 60px 0 30px;
}
.widget .search-form input::-moz-placeholder {
  color: var(--body-color);
}
.widget .search-form input::placeholder {
  color: var(--body-color);
}
.widget .search-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  font-size: 14px;
  background-color: transparent;
  color: var(--white-color);
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 0px;
}
.widget .search-form:hover button {
  color: var(--title-color);
}

.widget-author {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.widget-author .widget-author-thumb {
  margin-bottom: 30px;
}
.widget-author .widget_title {
  font-size: 30px;
  margin-bottom: 4px;
}
.widget-author .widget_title:after {
  display: none;
}
.widget-author .widget-author-desig {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--body-color);
  display: block;
}
.widget-author .social-btn {
  display: inline-flex;
  margin-top: 22px;
}

.wp-block-tag-cloud,
.tagcloud {
  margin-right: -3px;
  margin-bottom: -10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: 1px solid #E3E5DE;
  font-size: 13px !important;
  font-weight: 500;
  font-family: var(--body-font);
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0px 21px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--title-color);
  color: var(--white-color) !important;
  border-color: var(--title-color);
}

.widget_gallery .insta-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.widget_gallery a {
  position: relative;
  border-radius: 0px;
  display: inline-block;
  flex: none;
}
.widget_gallery a img {
  border-radius: 0px;
  width: 100%;
}
.widget_gallery a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  border-radius: 0px;
  transition: 0.4s;
  opacity: 0;
}
.widget_gallery a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
  color: var(--white-color);
  font-size: 20px;
}
.widget_gallery a:hover i {
  opacity: 1;
}
.widget_gallery a:hover:after {
  opacity: 0.7;
}

.base {
  border-radius: 6px;
  position: absolute;
  left: 1302px;
  top: 2098px;
  width: 80px;
  height: 78px;
  z-index: 209;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: transparent;
  border-radius: 6px;
  transition: 0.4s;
}
.recent-post:last-child {
  margin-bottom: 0px;
  border: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 85px;
  overflow: hidden;
  border-radius: 0px;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 0px;
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 500;
  font-size: 20px;
  margin: 6px 0 0;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.recent-post .recent-post-meta {
  margin-bottom: -2px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: 0px;
  display: block;
}
.recent-post .recent-post-meta a i {
  margin-right: 3px;
  transition: 0.4s;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}

.widget-project-details {
  background: rgba(199, 134, 101, 0.08);
  border: 0;
  margin-bottom: 0;
}
.widget-project-details .widget_title {
  margin-bottom: 30px;
}
.widget-project-details .widget_title:after {
  display: none;
}
.widget-project-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-project-details ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}
.widget-project-details ul li:not(:last-child) {
  border-bottom: 1px solid #EEDFD7;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.widget-project-details ul li .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: var(--white-color);
  text-align: center;
  color: var(--theme-color);
}
.widget-project-details ul li .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: -1px;
  margin-top: -0.6em;
}
.widget-project-details ul li h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: -0.3em;
}

.sidebar-widget .widget-box {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background-color: var(--white-color);
  /* Extra small devices */
}
@media (max-width: 375px) {
  .sidebar-widget .widget-box {
    padding: 25px;
  }
}
.sidebar-widget .sidebar-title {
  font-size: 22px;
  color: var(--white-color);
  font-weight: 500;
  background-color: var(--theme-color);
  padding: 20px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/**-------Sidebar CSS-----------------------*/
#sidebar-area {
  position: relative;
}

.sidebar-overlay {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: var(--dark-color);
  opacity: 0.7;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

.sidebar-wrapper {
  background-color: var(--white-color);
  border-left: 1px solid var(--dark-color);
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 400px;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: scroll;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  padding: 60px 40px;
}
.sidebar-wrapper .sidebar-content {
  overflow-y: auto;
}

.open-sidebar .sidebar-wrapper {
  right: 0;
  visibility: visible;
  transform: translate(0);
}

.sidebar-close-btn {
  position: absolute;
  right: 30px;
  top: 43px;
  color: var(--white-color);
  transition: all 0.4s ease 0s;
  background: var(--dark-color);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 0;
}
.sidebar-close-btn:hover {
  color: var(--theme-color);
}
.sidebar-close-btn svg {
  fill: currentColor;
  stroke: none;
  width: 20px;
  height: 20px;
}

.sidebar-content .sidebar-logo {
  margin-bottom: 40px;
  text-align: center;
}
.sidebar-content .sidebar-logo img {
  max-width: 200px;
}
.sidebar-content .sidebar-about,
.sidebar-content .sidebar-contact {
  margin-bottom: 40px;
  text-align: center;
}
.sidebar-content .sidebar-about h6,
.sidebar-content .sidebar-contact h6 {
  display: inline-block;
  background: var(--theme-color);
  color: var(--white-color);
  border-radius: 24px;
  padding: 5px 20px;
  font-size: 16px;
}
.sidebar-content .sidebar-about .theme-btn,
.sidebar-content .sidebar-contact .theme-btn {
  padding: 10px 40px;
}
.sidebar-content .sidebar-header {
  margin-bottom: 60px;
}
.sidebar-content .sidebar-header h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.sidebar-content .instafeed-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0;
  position: relative;
}
.sidebar-content .instafeed-wrapper .insta-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sidebar-content .instafeed-wrapper .insta-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.sidebar-content .instafeed-wrapper .insta-item:hover img {
  transform: scale(1.05);
}
.sidebar-content .instafeed-wrapper .insta-item:hover .overlay {
  opacity: 1;
}
.sidebar-content .instafeed-wrapper .insta-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.sidebar-content .instafeed-wrapper .insta-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sidebar-content .instafeed-wrapper .insta-item .overlay i {
  color: var(--white-color);
  font-size: 1.5rem;
}
.sidebar-content .newsletter-form {
  border: 1px solid var(--bs-border-color8);
  border-radius: 5px;
}
.sidebar-content .sidebar-social {
  margin-top: 40px;
  text-align: center;
}
.sidebar-content .sidebar-social li {
  display: inline-flex;
}
.sidebar-content .sidebar-social li:not(:last-of-type) {
  margin-right: 10px;
}
.sidebar-content .sidebar-social li a {
  background-color: var(--dark-color);
  font-size: 17px;
  color: var(--white-color);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sidebar-content .sidebar-social li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.sidebar-content .sidebar-menu-wrap {
  margin-bottom: 40px;
}

.open-sidebar .sidebar-overlay {
  right: 0;
  visibility: visible;
  transform: translateX(0);
}

.contact-info li {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
}
.contact-info li:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-info li i {
  background-color: var(--theme-color);
  font-size: 12px;
  color: var(--white-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}
.contact-info li p,
.contact-info li a {
  padding-left: 10px;
  margin-bottom: 0;
}
.contact-info li a {
  color: var(--dark-color);
}
.contact-info li a:hover {
  color: var(--theme-color);
}

/* Scrollbar Style */
.sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.sidebar::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--light-color);
}
.sidebar::-moz-selection {
  background-color: var(--light-color);
  color: var(--white-color);
}
.sidebar::selection {
  background-color: var(--light-color);
  color: var(--white-color);
}
.sidebar::-moz-selection {
  background-color: var(--light-color);
  color: var(--white-color);
}

#sidebar-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: calc(100% - 400px);
  z-index: -1;
}
#sidebar-overlay.open-sidebar {
  opacity: 1;
  z-index: 1002;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

/*------------------- 4.2. Header  -------------------*/
/*==== Header Style One=====================*/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 99999;
  background: var(--bs-text-color2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: all 0.5s ease-in-out;
}
.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  box-shadow: 0 0 10px var(--bs-bg-color9);
}
.sticky-header .main-menu > ul > li > a {
  padding: 27px 0;
}
.sticky-header .main-menu > ul > li.menu-item-has-children > a::before,
.sticky-header .main-menu a {
  color: var(--dark-color);
}
.sticky-header .main-menu .active a {
  color: var(--dark-color);
}
.sticky-header .menu-item-has-children a.active {
  color: var(--theme-color);
}
.sticky-header .main-menu > ul > li > a {
  color: var(--dark-color);
}
.sticky-header .main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.sticky-header .main-menu > ul > li.menu-item-has-children:hover > a::before,
.sticky-header .main-menu > ul > li.menu-item-has-children.active > a::before {
  color: var(--theme-color);
}
.sticky-header .menu-area {
  /* Medium devices */
}
@media (max-width: 991px) {
  .sticky-header .menu-area .nav-menu {
    display: flex;
    padding: 5px 12.5px;
  }
}

.header.header-style1 {
  z-index: 999;
  position: relative;
  width: 100%;
}
.header.header-style1 .header-top {
  margin: 0;
  padding: 0 60px;
  background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
 /** background-color: var(--dark-color); **/
  position: relative;
  z-index: 1;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .header.header-style1 .header-top {
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  .header.header-style1 .header-top {
    display: none;
  }
}
.header.header-style1 .header-top::before {
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  width: 50%;
  height: 101%;
 /** background-color: var(--theme-color);
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 98%); **/
}
.header.header-style1 .header-top .inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
 /** background: var(--dark-color); **/
  width: 100%;
}
.header.header-style1 .header-top .top-left {
  display: flex;
  align-items: center;
}
.header.header-style1 .header-top .outer-box {
  min-width: 315px;
  position: relative;
  z-index: 1;
}
.header.header-style1 .header-top .outer-box .social-icon-one {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}
.header.header-style1 .header-top .outer-box .social-icon-one li span {
  color: var(--white-color);
}
.header.header-style1 .header-top .outer-box .social-icon-one li a {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: var(--bs-bg-color22);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  transition: all 0.4s ease 0s;
}
.header.header-style1 .header-top .outer-box .social-icon-one li a i {
  color: var(--white-color);
}
.header.header-style1 .header-top .outer-box .social-icon-one li a:hover {
  background: var(--orange-color);
}
.header.header-style1 .header-top .list-style-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  padding: 11px 0;
}
.header.header-style1 .header-top .list-style-1 li {
  font-size: 14px;
  color: var(--bs-text-color4);
  padding-left: 0;
}
.header.header-style1 .header-top .list-style-1 li i {
  margin-right: 10px;
}
.header.header-style1 .header-top .list-style-1 li + li {
  margin-left: 35px;
}
.header.header-style1 .header-top .list-style-1 li a {
  color: var(--bs-text-color4);
}
.header.header-style1 .header-top .list-style-1 li a:hover {
  color: var(--white-color);
}
.header.header-style1 .header-top .list-style-1 li .icon {
  color: var(--bs-text-color4);
  margin-right: 10px;
}
.header.header-style1 .main-wrapper {
  padding: 0 60px;
  background-color: transparent;
  border-bottom: none;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .header.header-style1 .main-wrapper {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .header.header-style1 .main-wrapper {
    background-color: var(--white-color);
  }
}

.menu-area {
  position: relative;
  padding: 0;
}
.menu-area .header-logo a {
  /* Medium devices */
}
.menu-area .header-logo a img:last-child {
  display: none;
}
@media (max-width: 991px) {
  .menu-area .header-logo a img:first-child {
    display: none;
  }
  .menu-area .header-logo a img:last-child {
    display: inherit;
  }
}
.menu-area .nav-outer {
  display: flex;
  align-items: center;
  gap: 65px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .menu-area .nav-outer .nav-menu {
    display: flex;
    padding: 5px 0;
  }
}

/*=======Header Menu==========*/
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-color);
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu .active a {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin-right: 24px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .main-menu > ul > li {
    margin-right: 20px;
  }
}
.main-menu > ul > li:last-child {
  margin-right: 0 !important;
}
.main-menu > ul > li > a {
  padding: 37px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li > a:hover .effect-1 {
  top: -100%;
}
.main-menu > ul > li.menu-item-has-children a {
  padding-right: 19px;
}
.main-menu > ul > li.menu-item-has-children > a::before {
  position: absolute;
  content: "\f107";
  font-family: var(--icon-font);
  font-weight: 600;
  font-size: 12px;
  right: 0;
  top: 52%;
  transition: all 0.4s ease 0s;
  transform: translateY(-50%);
}
.main-menu > ul > li.menu-item-has-children:hover > a::before, .main-menu > ul > li.menu-item-has-children.active > a::before {
  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: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: 220px;
  padding: 15px 25px;
  padding-right: 0;
  width: -moz-max-content;
  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;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 500;
 /** font-family: var(--body-font); **/
  letter-spacing: normal;
  line-height: 24px;
  padding: 6px 0;
  padding-right: 0 !important;
}
.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 a:hover {
  color: var(--theme-color);
}
.main-menu ul.sub-menu {
  left: 0px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0;
}
.main-menu ul.sub-menu li:last-child {
  border-bottom: none;
}
.main-menu ul.sub-menu li.active > a {
  color: var(--theme-color);
}
.main-menu ul.sub-menu li:hover > a {
  color: var(--theme-color);
  padding-left: 23px;
  letter-spacing: 0.3px;
}
.main-menu ul.sub-menu li:hover > a::before {
  opacity: 1;
  left: 0;
  width: 20px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--theme-color);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu li.menu-item-has-children > a::after {
  font-family: var(--icon-font);
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

/*===== Mega Menu =====*/
.mega-menu {
  position: absolute;
  left: -150px;
  top: 100px;
  width: 1054px;
  background: var(--white-color);
  padding: 60px 50px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 100%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 20px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media (max-width: 991px) {
  .mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
    padding: 30px 20px;
  }
}

.home-thumb {
  position: relative;
  z-index: 1;
  text-align: center;
}
.home-thumb img {
  height: 420px;
  width: 100%;
  border-radius: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}
.home-thumb .img1 a {
  padding: 0 !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-thumb .img1 a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--bs-bg-color19);
  border-radius: 20px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.home-thumb a {
  display: inline-flex;
  padding-top: 15px;
  color: var(--dark-color) !important;
}
.home-thumb a:hover {
  color: var(--theme-color) !important;
}
.home-thumb:hover .img1 a::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}

.main-menu ul li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 100%;
  transform: scale(1);
}

.sidebar-btn {
  background: transparent;
  position: relative;
  height: 60px;
  width: 60px;
 /** border: 2px solid var(--dark-color); **/
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  padding: 0;
}
.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 18px;
  background: var(--dark-color);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 4px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 10px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .sidebar-btn {
    height: 50px;
    width: 50px;
  }
}
.header-right-wrapper {
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-right-wrapper {
    display: none;
  }
}
.header-right-wrapper .outer-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.header-right-wrapper .outer-box button.search-btn {
  position: relative;
  font-size: 18px;
  color: var(--dark-color);
  padding: 0;
  transition: all 0.4s ease 0s;
}
.header-right-wrapper .outer-box button.search-btn:hover {
  color: var(--theme-color2);
}
.header-right-wrapper .sidebar-trigger {
  margin-left: 20px;
  font-size:20px;
  transition: all 0.4s ease 0s;
}






.main-wrapper {
  padding: 0 60px;
  background-color: transparent;
  border-bottom: 1px solid var(--bs-border-color8);
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .main-wrapper {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .main-wrapper {
    background-color: var(--white-color);
  }
}

.menu-area {
  position: relative;
  padding: 0;
}
.menu-area .header-logo a {
  /* Medium devices */
}
.menu-area .header-logo a img:last-child {
  display: none;
}
@media (max-width: 991px) {
  .menu-area .header-logo a img:first-child {
    display: none;
  }
  .menu-area .header-logo a img:last-child {
    display: inherit;
  }
}
.menu-area .nav-outer {
  display: flex;
  align-items: center;
  gap: 65px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .menu-area .nav-outer .nav-menu {
    display: flex;
    padding: 5px 0;
  }
}

/*=======Header Menu==========*/
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-color2);
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu .active a {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin-right: 24px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .main-menu > ul > li {
    margin-right: 20px;
  }
}
.main-menu > ul > li:last-child {
  margin-right: 0 !important;
}
.main-menu > ul > li > a {
  padding: 37px 0;
  
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li > a:hover .effect-1 {
  top: -100%;
}
.main-menu > ul > li.menu-item-has-children a {
  padding-right: 19px;
}
.main-menu > ul > li.menu-item-has-children > a::before {
  position: absolute;
  content: "\f107";
  font-family: var(--icon-font);
  font-weight: 600;
  font-size: 12px;
  right: 0;
  top: 52%;
  transition: all 0.4s ease 0s;
  transform: translateY(-50%);
}
.main-menu > ul > li.menu-item-has-children:hover > a::before, .main-menu > ul > li.menu-item-has-children.active > a::before {
  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: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: 220px;
  padding: 15px 25px;
  padding-right: 0;
  width: -moz-max-content;
  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;
}
.main-menu ul.sub-menu a {
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 500;
 /** font-family: var(--body-font); **/
  letter-spacing: normal;
  line-height: 24px;
  padding: 6px 0;
  padding-right: 0 !important;
}
.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 a:hover {
  color: var(--theme-color);
}
.main-menu ul.sub-menu {
  left: 0px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0;
}
.main-menu ul.sub-menu li:last-child {
  border-bottom: none;
}
.main-menu ul.sub-menu li.active > a {
  color: var(--theme-color);
}
.main-menu ul.sub-menu li:hover > a {
  color: var(--theme-color);
  padding-left: 23px;
  letter-spacing: 0.3px;
}
.main-menu ul.sub-menu li:hover > a::before {
  opacity: 1;
  left: 0;
  width: 20px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--theme-color);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu li.menu-item-has-children > a::after {
  font-family: var(--icon-font);
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

/*===== Mega Menu =====*/
.mega-menu {
  position: absolute;
  left: -150px;
  top: 100px;
  width: 1054px;
  background: var(--white-color);
  padding: 60px 50px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 100%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 20px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media (max-width: 991px) {
  .mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
    padding: 30px 20px;
  }
}

.home-thumb {
  position: relative;
  z-index: 1;
  text-align: center;
}
.home-thumb img {
  height: 420px;
  width: 100%;
  border-radius: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}
.home-thumb .img1 a {
  padding: 0 !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-thumb .img1 a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--bs-bg-color19);
  border-radius: 20px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.home-thumb a {
  display: inline-flex;
  padding-top: 15px;
  color: var(--dark-color) !important;
}
.home-thumb a:hover {
  color: var(--theme-color) !important;
}
.home-thumb:hover .img1 a::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}

.main-menu ul li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 100%;
  transform: scale(1);
}

.sidebar-btn {
  background: transparent;
  position: relative;
  height: 60px;
  width: 60px;
 /** border: 2px solid var(--dark-color); **/
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  padding: 0;
}
.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 18px;
  background: var(--dark-color);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 4px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 10px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .sidebar-btn {
    height: 50px;
    width: 50px;
  }
}
.header-right-wrapper {
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-right-wrapper {
    display: none;
  }
}
.header-right-wrapper .outer-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.header-right-wrapper .outer-box button.search-btn {
  position: relative;
  font-size: 20px;
  color: var(--dark-color);
  padding: 0;
  transition: all 0.4s ease 0s;
}
.header-right-wrapper .outer-box button.search-btn:hover {
  color: var(--orange-color);
}
.header-right-wrapper .sidebar-trigger {
  margin-left: 20px;
  font-size:20px;
  transition: all 0.4s ease 0s;
}




/*------------------- 4.3. Footer  -------------------*/
/*==== Fotter Style One =====================*/
.footer-section {
  position: relative;
}
.footer-section .overlay {
  background-image: radial-gradient(circle at center, rgba(5, 17, 83, 0.7019607843) 0%, rgba(5, 17, 83, 0.9490196078) 79%, rgba(5, 17, 83, 0.9490196078) 100%);
  z-index: -1;
}
.footer-section .footer-brand {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-section .footer-brand {
    margin-bottom: 47px;
  }
}
.footer-section .footer-brand::before {
  position: absolute;
  content: "";
  top: -100%;
  right: 0;
  width: 1px;
  height: 560px;
  background-color: var(--bs-border-color5);
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .footer-section .footer-brand::before {
    height: 726px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-brand::before {
    display: none;
  }
}
.footer-section .footer-brand .contact-info {
  display: flex;
  gap: 60px;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--bs-border-color5);
  margin: 40px 0 35px;
  /* Medium devices */
  /* Large devices */
}
@media (max-width: 991px) {
  .footer-section .footer-brand .contact-info {
    border-bottom: none;
  }
}
@media (max-width: 1199px) {
  .footer-section .footer-brand .contact-info {
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  .footer-section .footer-brand .contact-info {
    gap: 20px;
    flex-direction: column;
  }
}
.footer-section .footer-brand .contact-info .contact-item .title {
  opacity: 0.502;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-section .footer-brand .contact-info .contact-item a {
  color: var(--white-color);
  font-size: 16px;
  line-height: 24px;
  font-family: var(--body-font);
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-section .footer-brand .contact-info .contact-item a i {
  color: var(--orange-color);
}
.footer-section .footer-brand .contact-info .contact-item a:hover {
  color: var(--orange-color);
}
.footer-section .footer-brand .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.footer-section .footer-brand .social-links a {
  display: inline-block;
  width: 34px;
  height: 34px;
  color: var(--white-color);
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background-color: var(--orange-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer-section .footer-brand .social-links a + a {
  margin-left: 10px;
}
.footer-section .footer-brand .social-links a.active, .footer-section .footer-brand .social-links a:hover {
  color: var(--white-color);
}
.footer-section .footer-brand .social-links a.active::before, .footer-section .footer-brand .social-links a:hover::before {
  left: 0;
  width: 100%;
}
.footer-section .footer-brand .social-links a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--gray-color);
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.footer-section .footer-bottom {
  border-top: 1px solid var(--bs-border-color5);
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-section .footer-bottom {
    text-align: center;
  }
}
.footer-section .footer-bottom p {
  color: var(--white-color);
  font-size: 15px;
  line-height: 1.66;
  margin: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-section .footer-bottom p {
    color: var(--white-color);
  }
}
.footer-section .footer-bottom p a {
  color: var(--theme-color2);
}
.footer-section .footer-bottom p a:hover {
  color: var(--theme-color2);
}
.footer-section .footer-bottom .footer-policy a {
  color: var(--white-color);
  font-size: 15px;
  line-height: 1.66;
  margin-right: 15px;
  position: relative;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-section .footer-bottom .footer-policy a {
    color: var(--white-color);
  }
}
.footer-section .footer-bottom .footer-policy a:hover {
  color: var(--theme-color2);
}
.footer-section .footer-bottom .footer-policy a:last-child {
  margin-right: 0;
}
.footer-section .footer-bottom .footer-policy a + a::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background: var(--gray-color2);
}

/*------------------- 4.4. Breadcumb  -------------------*/
/*===== Breadcumb Section =====*/
.breadcrumb-section .breadcrumb-inner {
  padding: 160px 0;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-inner {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb-section .breadcrumb-inner {
    padding: 80px 0;
  }
}
.breadcrumb-section .title-outer {
  text-align: center;
}
.breadcrumb-section .title-outer .page-title {
  position: relative;
}
.breadcrumb-section .title-outer .page-title .scribble-shape i {
  display: inline-block;
  font-size: 70px;
  color: var(--theme-color2);
  animation: scribble 2s infinite linear;
  position: absolute;
  left: -110px;
  top: -20px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .breadcrumb-section .title-outer .page-title .scribble-shape i {
    display: none;
  }
}
.breadcrumb-section .title-outer .title {
  position: relative;
  font-size: 52px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 700;
  font-family: var(--title-font);
  margin-bottom: 17px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .breadcrumb-section .title-outer .title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-section .title-outer .title {
    font-size: 35px;
  }
}
.breadcrumb-section .title-outer .image-box {
  position: relative;
}



.breadcrumb-section .title-outer .image-box .image {
  position: relative;
}
.breadcrumb-section .title-outer .image-box .image::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: calc(100% - 310px);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: var(--theme-color);
  clip-path: circle(50% at 50% 50%);
  /* Small devices */
}
@media (max-width: 767px) {
  .breadcrumb-section .title-outer .image-box .image::before {
    display: none;
  }
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
  position: relative;
  margin-top: 5px;
  display: inline-block;
  background: var(--bs-bg-color15);
  padding: 4px 20px;
  border-radius: 18px;
  border: 1px solid var(--bs-border-color5);
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
}
.page-breadcrumb li:last-child {
  color: var(--bs-text-color2);
  padding-right: 0;
  margin-right: 0;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li span {
  padding: 0 2px 0 5px;
}
.page-breadcrumb li a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  text-transform: capitalize;
  transition: all 300ms ease;
}
.page-breadcrumb li a:hover {
  color: var(--theme-color2);
}
.page-breadcrumb li a > i {
  font-size: 14px;
  color: var(--white-color);
  margin-right: 10px;
}
.page-breadcrumb li:hover:first-child::before {
  color: var(--white-color);
}

/*------------------- 4.5. Pagination  -------------------*/
.pagination-menu li {
  display: inline-block;
  margin-right: 8px;
}
.pagination-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--white-color);
  border: 1px solid var(--bs-border-color2);
  font-size: 18px;
  color: var(--dark-color);
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.pagination-menu li a:hover {
  color: var(--white-color);
}
.pagination-menu li a:hover:before {
  left: 0;
  width: 100%;
}
.pagination-menu li a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 50%;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--theme-color);
  transition: all 300ms ease;
}
.pagination-menu li a.current {
  color: var(--white-color);
}
.pagination-menu li a.current:before {
  left: 0;
  width: 100%;
}

/*------------------- 4.6. Error 404  -------------------*/
/*==== 404 Error Page =====================*/
.error-section {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
}
.error-section .error-inner {
  /* Medium devices */
}
@media (max-width: 991px) {
  .error-section .error-inner {
    text-align: center;
  }
}
.error-section .error-inner .error {
  font-size: 150px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 600;
  margin-bottom: 14px;
}
.error-section .error-inner .error-title {
  font-size: 46px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 500;
  margin-bottom: 21px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .error-section .error-inner .error-title {
    font-size: 42px;
  }
}
@media (max-width: 430px) {
  .error-section .error-inner .error-title {
    font-size: 32px;
  }
}
.error-section .error-inner .error-description {
  font-size: 16px;
  color: var(--gray-color);
  font-weight: 400;
  margin-bottom: 36px;
  /* Small devices */
  /* Medium devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .error-section .error-inner .error-description br {
    display: none;
  }
}
@media (max-width: 767px) {
  .error-section .error-inner .error-description br {
    display: none;
  }
}
@media (max-width: 991px) {
  .error-section .error-inner .error-description {
    margin: 0 auto 36px;
  }
}
.error-section .error-inner .search-form {
  display: flex;
  justify-content: baseline;
  align-items: center;
  /* Medium devices */
}
@media (max-width: 991px) {
  .error-section .error-inner .search-form {
    justify-content: center;
  }
}
.error-section .error-inner .search-form input {
  max-width: 504px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: var(--white-color);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-shrink: 0;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .error-section .error-inner .search-form input {
    max-width: 400px;
  }
}
@media (max-width: 430px) {
  .error-section .error-inner .search-form input {
    max-width: 300px;
  }
}
@media (max-width: 375px) {
  .error-section .error-inner .search-form input {
    max-width: 250px;
  }
}
.error-section .error-inner .search-form .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: var(--theme-color);
  font-size: 16px;
  color: var(--white-color);
  flex-shrink: 0;
}
.error-section .error-inner .theme-btn i {
  color: var(--theme-color2);
}

/*------------------- 4.6. Section  -------------------*/
/*==== Hero Section One =====================*/
.chnex-section .chnex-inner .chnex-slider .chnex-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
 /* border-radius: 30px;
   Medium Large devices */
}
@media (max-width: 1399px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area {
    border-radius: 0px;
  }
}
.chnex-section .chnex-inner .chnex-slider .chnex-area::before {
  background-image: linear-gradient(100deg, rgb(17, 53, 113) 0%, rgb(17, 53, 113) 38%, rgba(17, 53, 113, 0) 58%, rgba(17, 53, 113, 0) 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area::before {
    background-image: linear-gradient(100deg, rgb(5, 17, 83) 0%, rgb(5, 17, 83) 38%, rgba(5, 17, 83, 0) 85%, rgba(5, 17, 83, 0) 100%);
  }
}




.chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content {
  position: relative;
  z-index: 1;
  padding: 180px 0 155px 0;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content {
    padding: 150px 0 125px 0;
  }
}
@media (max-width: 1299px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content {
    padding: 130px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content {
    padding: 100px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content {
    padding: 80px 0 80px 0;
  }
}
.chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .sub-title {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 500;
  margin-bottom: 17px;
  padding: 3px 30px 3px 15px;
  border-radius: 30px;
  background-color: var(--theme-color);
  border: 1px solid var(--bs-border-color3);
}
.chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .sub-title img {
  margin-right: 8px;
}
.chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .chnex-title {
  font-size: 56px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 800;
  font-family: var(--title-font);
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
.chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .chnex-title span {
  font-weight: 600;
}
@media (max-width: 1299px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .chnex-title {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .chnex-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .chnex-title {
    font-size: 60px;
  }
}
@media (max-width: 390px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .chnex-title {
    font-size: 50px;
  }
}
.chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .text-icon {
  display: flex;
  align-items: start;
  gap: 20px;
}
.chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .text-icon .icon {
  flex-shrink: 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .text-icon .icon {
    display: none !important;
  }
}
.chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .text-icon .text {
  font-size: 17px;
  line-height: 28px;
  color: var(--bs-text-color2);
  font-weight: 400;
  margin: -3px 0;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .text-icon .text {
    max-width: 70%;
  }
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .text-icon .text br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .text-icon .text br {
    display: none;
  }
}
@media (max-width: 575px) {
  .chnex-section .chnex-inner .chnex-slider .chnex-area .chnex-content .text-icon .text br {
    display: none;
  }
}

.chnex-bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*==== Social Proof =======*/
/* Responsive Adjustments */
/* Active Slide Animation */
.chnex-content {
  /* active slider */
}
.chnex-content > * {
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.chnex-content .sub-title {
  transform: translateY(-30px);
}
.chnex-content .chnex-title {
  transform: translateX(-60px);
}
.chnex-content .text-icon {
  transform: translateY(40px);
}
.chnex-content .theme-btn {
  transform: scale(0.8);
}
.swiper-slide-active .chnex-content > * {
  opacity: 1;
  visibility: visible;
}
.swiper-slide-active .chnex-content .sub-title {
  transform: translateY(0);
  transition-delay: 0.6s;
}
.swiper-slide-active .chnex-content .chnex-title {
  transform: translateX(0);
  transition-delay: 1s;
}
.swiper-slide-active .chnex-content .text-icon {
  transform: translateY(0);
  transition-delay: 1.4s;
}
.swiper-slide-active .chnex-content .theme-btn {
  transform: scale(1);
  transition-delay: 1.8s;
}

/*==== Hero Section Two =====================*/
.chnex-section.style-2 .chnex-area {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-2 .chnex-area {
    border-radius: 0;
  }
}
.chnex-section.style-2 .chnex-area .chnex-left-content {
  position: relative;
  margin: 160px 0;
  /* Medium devices */
  /* Small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content {
    position: relative;
    margin: 100px 0;
  }
}
@media (max-width: 991px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content {
    margin: 100px 0;
  }
}
@media (max-width: 767px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content {
    margin: 80px 0;
  }
}
@media (max-width: 390px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content {
    margin: 60px 0;
  }
}
.chnex-section.style-2 .chnex-area .chnex-left-content h2 {
  font-size: 50px;
  line-height: 1.1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
@media (max-width: 390px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content h2 {
    font-size: 40px;
  }
}
.chnex-section.style-2 .chnex-area .chnex-left-content .title {
  font-size: 110px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 800;
  font-family: var(--title-font);
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .title {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .title {
    font-size: 80px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .title {
    font-size: 60px;
  }
}
@media (max-width: 390px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .title {
    font-size: 50px;
  }
}
.chnex-section.style-2 .chnex-area .chnex-left-content .title .chnex-title_shape {
  display: inline-block;
  position: relative;
  top: -10px;
  margin-right: 30px;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .title .chnex-title_shape {
    top: 0;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .title .chnex-title_shape {
    display: none;
  }
}
.chnex-section.style-2 .chnex-area .chnex-left-content .text-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 100px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .text-icon {
    margin-left: 0px;
  }
}
.chnex-section.style-2 .chnex-area .chnex-left-content .text-icon .icon {
  flex-shrink: 0;
}
@media (max-width: 540px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .text-icon .icon {
    display: none;
  }
}
.chnex-section.style-2 .chnex-area .chnex-left-content .text-icon .text {
  margin: 0;
  color: var(--bs-text-color2);
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .text-icon .text br {
    display: none;
  }
}
@media (max-width: 540px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .text-icon .text br {
    display: none;
  }
}
.chnex-section.style-2 .chnex-area .chnex-left-content a {
  margin-left: 100px;
}
@media (max-width: 430px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content a {
    margin-left: 0;
    margin-top: 30px !important;
  }
}
.chnex-section.style-2 .chnex-area .chnex-left-content .arrow-shape {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 430px) {
  .chnex-section.style-2 .chnex-area .chnex-left-content .arrow-shape {
    display: none;
  }
}
.chnex-section.style-2 .chnex-area .chnex-right {
  /* Medium devices */
}
@media (max-width: 991px) {
  .chnex-section.style-2 .chnex-area .chnex-right {
    text-align: center;
  }
}
.chnex-section.style-2 .chnex-area .chnex-right .image-box {
  position: absolute;
  bottom: 0;
  margin-left: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .chnex-section.style-2 .chnex-area .chnex-right .image-box {
    position: inherit;
  }
}
.chnex-section.style-2 .chnex-area .chnex-right .box-thumb {
  display: inline-block;
  border: 1px solid var(--bs-border-color11);
  background: var(--bs-bg-color10);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 10px;
  position: absolute;
  right: 9%;
  top: 40%;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-2 .chnex-area .chnex-right .box-thumb {
    right: 5%;
  }
}
@media (max-width: 1299px) {
  .chnex-section.style-2 .chnex-area .chnex-right .box-thumb {
    top: 50%;
  }
}
@media (max-width: 991px) {
  .chnex-section.style-2 .chnex-area .chnex-right .box-thumb {
    top: 60%;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-2 .chnex-area .chnex-right .box-thumb {
    top: 70%;
  }
}
.chnex-section.style-2 .chnex-area .chnex-right .box-thumb .box-inner {
  background: var(--light-color);
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 540px) {
  .chnex-section.style-2 .chnex-area .chnex-right .box-thumb .box-inner {
    padding: 20px;
  }
}
.chnex-section.style-2 .chnex-area .chnex-right .box-thumb .box-inner .thumb-content .count {
  font-size: 40px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
}
.chnex-section.style-2 .chnex-area .chnex-right .box-thumb .box-inner .thumb-content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  font-weight: 400;
  font-family: var(--title-font);
}
.chnex-section.style-2 .chnex-area .chnex-right .right-shape {
  position: absolute;
  right: 6%;
  top: 16%;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-2 .chnex-area .chnex-right .right-shape {
    right: 3%;
  }
}
@media (max-width: 1299px) {
  .chnex-section.style-2 .chnex-area .chnex-right .right-shape {
    top: 26%;
  }
}
@media (max-width: 1199px) {
  .chnex-section.style-2 .chnex-area .chnex-right .right-shape {
    display: none;
  }
}

/*==== Hero Section Two =====================*/
.chnex-section.style-3 .chnex-inner .chnex-area .chnex-text {
  padding: 190px 0 75px;
}
@media (max-width: 853px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text {
    padding: 150px 0 55px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text {
    padding: 120px 0 55px;
  }
}
.chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 {
  font-size: 130px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 800;
  font-family: var(--title-font);
  text-align: center;
  /* Large devices */
}
@media (max-width: 1199px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 {
    font-size: 110px;
  }
}
@media (max-width: 1024px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 {
    font-size: 90px;
  }
}
@media (max-width: 853px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 {
    font-size: 70px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 {
    font-size: 50px;
    text-align: start;
  }
}
.chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .highlight {
  display: flex;
  gap: 60px;
  justify-content: center;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .highlight {
    flex-direction: column;
    align-items: start;
    margin-left: 20px;
    gap: 0;
  }
}
.chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  position: relative;
  margin-left: 190px;
  /* Extra small devices */
  /* Small devices */
}
@media (max-width: 575px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution {
    gap: 10px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution {
    margin-left: 20px;
  }
}
.chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution .icons {
  display: flex;
}
@media (max-width: 430px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution .icons {
    display: none;
  }
}
.chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution .icons .user {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution .icons .user {
    width: 76px;
    height: 76px;
  }
}
.chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution .icons .spin-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: -20px;
}
@media (max-width: 1024px) {
  .chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution .icons .spin-icon {
    width: 76px;
    height: 76px;
  }
}
.chnex-section.style-3 .chnex-inner .chnex-area .chnex-text h1 .solution .scribble {
  position: absolute;
  left: -121px;
  top: -10px;
}
.chnex-section.style-3 .chnex-inner .chnex-area .chnex-text .since {
  font-size: 22px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0;
  line-height: 2;
}
.chnex-section.style-3 .chnex-inner .chnex-area .chnex-text .since img {
  margin-right: 10px;
}

/*==== Hero Section Four=====================*/
.chnex-section.style-4 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .chnex-section.style-4 {
    padding: 80px 0 0;
  }
}
.chnex-section.style-4 .chnex-left {
  padding: 150px 100px 130px 150px;
  border-radius: 30px;
  overflow: hidden;
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .chnex-section.style-4 .chnex-left {
    padding: 120px 70px 100px 80px;
  }
}
@media (max-width: 1399px) {
  .chnex-section.style-4 .chnex-left {
    padding: 100px 60px 80px 60px;
  }
}
@media (max-width: 540px) {
  .chnex-section.style-4 .chnex-left {
    padding: 80px 40px 60px 40px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-4 .chnex-left {
    padding: 50px 30px 40px 30px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-4 .chnex-left {
    padding: 50px 20px 40px 20px;
    border-radius: 10px;
  }
}
.chnex-section.style-4 .chnex-left .sub-title {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-weight: 500;
  margin-bottom: 17px;
  padding: 3px 30px 3px 15px;
  border-radius: 30px;
  border: 1px solid var(--theme-color);
}
.chnex-section.style-4 .chnex-left .chnex-title {
  font-size: 70px;
  line-height: 1.1;
  color: var(--dark-color);
  font-weight: 800;
  font-family: var(--title-font);
  margin: 2px 0 25px 0;
  /* Extra large devices */
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .chnex-section.style-4 .chnex-left .chnex-title {
    font-size: 60px;
  }
}
@media (max-width: 1299px) {
  .chnex-section.style-4 .chnex-left .chnex-title {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-4 .chnex-left .chnex-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-4 .chnex-left .chnex-title {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-4 .chnex-left .chnex-title {
    font-size: 30px;
  }
}
.chnex-section.style-4 .chnex-left .chnex-title span {
  color: var(--theme-color);
}
.chnex-section.style-4 .chnex-left .text-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.chnex-section.style-4 .chnex-left .text-icon .icon {
  flex-shrink: 0;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-4 .chnex-left .text-icon .icon {
    display: none;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-4 .chnex-left .text-icon .icon {
    display: none;
  }
}
.chnex-section.style-4 .chnex-left .text-icon .text {
  font-size: 18px;
  line-height: 30px;
  color: var(--dark-color);
  font-family: var(--body-font);
  margin: 0;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .chnex-section.style-4 .chnex-left .text-icon .text br {
    display: none;
  }
}
@media (max-width: 991px) {
  .chnex-section.style-4 .chnex-left .text-icon .text br {
    display: inherit;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-4 .chnex-left .text-icon .text br {
    display: none;
  }
}
.chnex-section.style-4 .chnex-img {
  height: 100%;
}
.chnex-section.style-4 .chnex-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



/*==== Hero Section Four=====================*/
.chnex-section.style-5 {
  padding: 256px 0 120px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-5 {
    padding: 200px 0 120px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-5 {
    padding: 180px 0 100px;
  }
}
@media (max-width: 991px) {
  .chnex-section.style-5 {
    padding: 140px 0 80px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-5 {
    padding: 120px 0 60px;
  }
}
.chnex-section.style-5 .chnex-left .sub-title {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-weight: 500;
  margin-bottom: 17px;
  padding: 3px 30px 3px 15px;
  border-radius: 30px;
  border: 1px solid var(--theme-color);
}
.chnex-section.style-5 .chnex-left .chnex-title {
  font-size: 80px;
  line-height: 1.1;
  color: var(--dark-color);
  font-weight: 800;
  font-family: var(--title-font);
  margin: 2px 0 20px 0;
  /* Medium Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-5 .chnex-left .chnex-title {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-5 .chnex-left .chnex-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-5 .chnex-left .chnex-title {
    font-size: 60px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-5 .chnex-left .chnex-title {
    font-size: 50px;
  }
}
@media (max-width: 414px) {
  .chnex-section.style-5 .chnex-left .chnex-title {
    font-size: 45px;
  }
}
@media (max-width: 375px) {
  .chnex-section.style-5 .chnex-left .chnex-title {
    font-size: 40px;
  }
}
.chnex-section.style-5 .chnex-left .chnex-title span {
  color: var(--theme-color);
}
.chnex-section.style-5 .chnex-left .text-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.chnex-section.style-5 .chnex-left .text-icon .icon {
  flex-shrink: 0;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-5 .chnex-left .text-icon .icon {
    display: none;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-5 .chnex-left .text-icon .icon {
    display: none;
  }
}
.chnex-section.style-5 .chnex-left .text-icon .text {
  font-size: 18px;
  line-height: 30px;
  color: var(--dark-color);
  font-family: var(--body-font);
  margin: 0;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .chnex-section.style-5 .chnex-left .text-icon .text br {
    display: none;
  }
}
@media (max-width: 991px) {
  .chnex-section.style-5 .chnex-left .text-icon .text br {
    display: inherit;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-5 .chnex-left .text-icon .text br {
    display: none;
  }
}
.chnex-section.style-5 .chnex-left .chnex-user {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 430px) {
  .chnex-section.style-5 .chnex-left .chnex-user {
    flex-direction: column;
    align-items: start;
  }
}
.chnex-section.style-5 .chnex-left .chnex-user .chnex-social-proof {
  display: flex;
  align-items: center;
  gap: 15px;
}
.chnex-section.style-5 .chnex-left .chnex-user .chnex-social-proof .social {
  display: flex;
  align-items: center;
}
.chnex-section.style-5 .chnex-left .chnex-user .chnex-social-proof .social img {
  display: flex;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-left: -25px;
  border: 3px solid var(--light-color);
}
.chnex-section.style-5 .chnex-left .chnex-user .chnex-social-proof .social img:first-child {
  margin-left: 0;
}
.chnex-section.style-5 .chnex-left .chnex-user .chnex-social-proof .happy-customers .text {
  font-size: 28px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.chnex-section.style-5 .chnex-left .chnex-user .chnex-social-proof .happy-customers .rating-viewers {
  color: var(--gray-color2);
  font-family: var(--body-font);
}
.chnex-section.style-5 .chnex-right {
  margin-right: -160px;
  margin-left: 28px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-5 .chnex-right {
    margin-right: -50px;
    margin-left: 0;
  }
}
@media (max-width: 1299px) {
  .chnex-section.style-5 .chnex-right {
    margin-right: 0px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .chnex-section.style-5 .chnex-right {
    display: none;
  }
}
.chnex-section.style-5 .chnex-right .image-box {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.chnex-section.style-5 .chnex-right .image-box .image .bg-image img {
  position: relative;
}
.chnex-section.style-5 .chnex-right .image-box .image img {
  position: absolute;
  bottom: 0;
}
.chnex-section.style-5 .chnex-right .image-box .chnex-count {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.chnex-section.style-5 .chnex-right .image-box .chnex-count h2 {
  font-size: 100px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 30px;
  /* Medium Large devices */
}
.chnex-section.style-5 .chnex-right .image-box .chnex-count h2 > span {
  position: relative;
}
.chnex-section.style-5 .chnex-right .image-box .chnex-count h2 > span::before {
  content: "+";
  position: absolute;
  right: -30px;
  top: 10px;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1299px) {
  .chnex-section.style-5 .chnex-right .image-box .chnex-count h2 {
    display: none;
  }
}
.chnex-section.style-5 .chnex-right .image-box .chnex-count .experience-card {
  padding: 15px 82px;
  background: var(--bs-bg-color10);
  filter: drop-shadow(0px 20px 75px rgba(144, 164, 198, 0.3));
  border: 1px solid var(--bs-border-color12);
  margin-bottom: 20px;
  filter: drop-shadow(0px 20px 75px rgba(144, 164, 198, 0.3));
  border: 1px solid rgba(255, 255, 255, 0.8);
  /* Medium Large devices */
}
.chnex-section.style-5 .chnex-right .image-box .chnex-count .experience-card h6 {
  font-size: 16px;
  line-height: 26px;
  color: var(--dark-color);
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media (max-width: 1299px) {
  .chnex-section.style-5 .chnex-right .image-box .chnex-count .experience-card {
    display: none;
  }
}
.chnex-section.style-5 .chnex-right .image-box .chnex-count .image-2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .chnex-section.style-5 .chnex-right .image-box .chnex-count .image-2 {
    display: none;
  }
}

/*==== Hero Section Six=====================*/
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area {
    border-radius: 0px;
  }
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area::before {
  background-image: linear-gradient(90deg, rgba(6, 17, 83, 0.9490196078) 0%, rgba(6, 17, 83, 0.9490196078) 40%, rgba(5, 17, 83, 0) 55%, rgba(5, 17, 83, 0) 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area::before {
    background-image: linear-gradient(100deg, rgb(5, 17, 83) 0%, rgb(5, 17, 83) 38%, rgba(5, 17, 83, 0) 85%, rgba(5, 17, 83, 0) 100%);
  }
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content {
  position: relative;
  z-index: 1;
  padding: 340px 0 120px 0;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content {
    padding: 150px 0 125px 0;
  }
}
@media (max-width: 1299px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content {
    padding: 160px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content {
    padding: 160px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content {
    padding: 120px 0 80px 0;
  }
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .sub-title {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 500;
  margin-bottom: 17px;
  padding: 3px 30px 3px 15px;
  border-radius: 30px;
  background-color: transparent;
  border: none;
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .sub-title img {
  margin-right: 8px;
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-title {
  font-size: 80px;
  line-height: 1.1;
  color: var(--white-color);
  font-weight: 800;
  font-family: var(--title-font);
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-title span {
  font-weight: 600;
}
@media (max-width: 1299px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-title {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-title {
    font-size: 40px;
  }
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .border {
  background: var(--bs-border-color7);
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .text-icon {
  display: flex;
  align-items: start;
  gap: 20px;
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .text-icon .icon {
  flex-shrink: 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .text-icon .icon {
    display: none !important;
  }
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .text-icon .text {
  margin-top: 30px;
  color: var(--white-color);
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .text-icon .text {
    max-width: 70%;
  }
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .text-icon .text br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .text-icon .text br {
    display: none;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .text-icon .text br {
    display: none;
  }
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-user {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-user {
    flex-direction: column;
    align-items: start;
  }
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-user .chnex-social-proof {
  display: flex;
  align-items: center;
  gap: 15px;
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-user .chnex-social-proof .social {
  display: flex;
  align-items: center;
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-user .chnex-social-proof .social img {
  display: flex;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-left: -25px;
  border: 3px solid var(--light-color);
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-user .chnex-social-proof .social img:first-child {
  margin-left: 0;
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-user .chnex-social-proof .happy-customers .text {
  font-size: 28px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-area .chnex-content .chnex-user .chnex-social-proof .happy-customers .rating-viewers {
  color: var(--white-color);
  font-family: var(--body-font);
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-btn-wrapper {
  right: 300px;
  position: absolute;
  z-index: 1;
  bottom: 130px;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1299px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-btn-wrapper {
    right: 150px;
  }
}
@media (max-width: 767px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-btn-wrapper {
    bottom: 100px;
    right: 90px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-btn-wrapper {
    display: none;
  }
}
.chnex-section.style-6 .chnex-inner .chnex-slider-2 .chnex-btn-wrapper .array-button .array-prev {
  color: var(--white-color);
}

.chnex-bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Active Slide Animation */
.chnex-content {
  /* active slider */
}
.chnex-content > * {
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.chnex-content .sub-title {
  transform: translateY(-30px);
}
.chnex-content .chnex-title {
  transform: translateX(-60px);
}
.chnex-content .text-icon {
  transform: translateY(40px);
}
.chnex-content .chnex-user {
  transform: scale(0.8);
}
.swiper-slide-active .chnex-content > * {
  opacity: 1;
  visibility: visible;
}
.swiper-slide-active .chnex-content .sub-title {
  transform: translateY(0);
  transition-delay: 0.6s;
}
.swiper-slide-active .chnex-content .chnex-title {
  transform: translateX(0);
  transition-delay: 1s;
}
.swiper-slide-active .chnex-content .text-icon {
  transform: translateY(0);
  transition-delay: 1.4s;
}
.swiper-slide-active .chnex-content .chnex-user {
  transform: scale(1);
  transition-delay: 1.8s;
}

/*==== Hero Section Two =====================*/
.chnex-section.style-7 .chnex-inner .chnex-area .chnex-text {
  padding: 280px 0 170px;
}
@media (max-width: 1024px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text {
    padding: 200px 0 110px;
  }
}
@media (max-width: 853px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text {
    padding: 150px 0 55px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text {
    padding: 120px 0 55px;
  }
}
.chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 {
  font-size: 118px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 800;
  font-family: var(--title-font);
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 {
    font-size: 110px;
  }
}
@media (max-width: 1199px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 {
    font-size: 80px;
  }
}
@media (max-width: 853px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 {
    font-size: 70px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 {
    font-size: 50px;
    text-align: start;
  }
}
.chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 .solution {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  position: relative;
  /* Extra small devices */
  /* Small devices */
}
@media (max-width: 575px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 .solution {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 .solution {
    gap: 10px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 .solution {
    margin-left: 0px;
  }
}
.chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 .solution .icons {
  display: flex;
}
.chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 .solution .icons .user {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 .solution .icons .user {
    width: 76px;
    height: 76px;
  }
}
.chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 .solution .icons .spin-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 .solution .icons .spin-icon {
    width: 76px;
    height: 76px;
  }
}
.chnex-section.style-7 .chnex-inner .chnex-area .chnex-text h1 .solution .scribble {
  position: absolute;
  left: -121px;
  top: -10px;
}
.chnex-section.style-7 .chnex-inner .chnex-area .chnex-text .content {
  margin-left: 150px;
  margin-top: 35px;
  /* Small devices */
}
@media (max-width: 767px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text .content {
    margin-left: 0;
  }
}
.chnex-section.style-7 .chnex-inner .chnex-area .chnex-text .content p {
  color: var(--bs-text-color2);
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text .content p br {
    display: none;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-text .content p br {
    display: none;
  }
}
.chnex-section.style-7 .chnex-inner .chnex-area .scribble {
  position: absolute;
  bottom: 185px;
  left: 50px;
}
.chnex-section.style-7 .chnex-inner .chnex-area .chnex-thumb img {
  max-width: inherit;
  margin-top: 121px;
  margin-left: -140px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-thumb img {
    margin-left: -210px;
  }
}
@media (max-width: 1024px) {
  .chnex-section.style-7 .chnex-inner .chnex-area .chnex-thumb {
    display: none;
  }
}
.chnex-section.style-7 .chnex-inner .chnex-social {
  position: absolute;
  top: 220px;
  right: 700px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 15px solid var(--theme-color);
  /* Large devices */
}
@media (max-width: 1199px) {
  .chnex-section.style-7 .chnex-inner .chnex-social {
    display: none;
  }
}
.chnex-section.style-7 .chnex-inner .chnex-social.two {
  top: inherit;
  bottom: 440px;
  right: 260px;
}
.chnex-section.style-7 .chnex-inner .chnex-social.three {
  top: inherit;
  bottom: 220px;
  right: 145px;
}

/*==== Hero Section Two =====================*/
.chnex-section.style-8 {
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.chnex-section.style-8 .chnex-content-left {
  position: relative;
  z-index: 5;
  padding: 220px 0 170px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .chnex-section.style-8 .chnex-content-left {
    padding: 120px 0 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-8 .chnex-content-left {
    padding: 160px 0 110px 0;
  }
}
.chnex-section.style-8 .chnex-content-left .sub-title {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 500;
  margin-bottom: 17px;
  padding: 3px 30px 3px 15px;
  border-radius: 24px;
  background-color: var(--bs-bg-color5);
  border: 1px solid var(--bs-border-color7);
  /* Extra small devices */
}
@media (max-width: 375px) {
  .chnex-section.style-8 .chnex-content-left .sub-title {
    flex-direction: column;
    align-items: baseline;
  }
}
.chnex-section.style-8 .chnex-content-left .sub-title img {
  margin-right: 5px;
}
.chnex-section.style-8 .chnex-content-left .title {
  font-size: 80px;
  line-height: 1.12;
  color: var(--dark-color);
  font-weight: 800;
  margin-bottom: 25px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .chnex-section.style-8 .chnex-content-left .title {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-8 .chnex-content-left .title {
    font-size: 60px;
  }
  .chnex-section.style-8 .chnex-content-left .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-8 .chnex-content-left .title {
    font-size: 45px;
  }
}
@media (max-width: 540px) {
  .chnex-section.style-8 .chnex-content-left .title {
    font-size: 42px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-8 .chnex-content-left .title {
    font-size: 34px;
  }
}
@media (max-width: 414px) {
  .chnex-section.style-8 .chnex-content-left .title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .chnex-section.style-8 .chnex-content-left .title {
    font-size: 30px;
  }
}
.chnex-section.style-8 .chnex-content-left .border {
  border-color: var(--bs-border-color) !important;
}
.chnex-section.style-8 .chnex-content-left .border .bar {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: var(--theme-color);
  transition: all 0.4s ease-in-out;
  animation: moveBorder 15s linear infinite;
}
.chnex-section.style-8 .chnex-content-left .border .bar::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--theme-color);
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.chnex-section.style-8 .chnex-content-left .text-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.chnex-section.style-8 .chnex-content-left .text-icon .icon {
  flex-shrink: 0;
}
@media (max-width: 540px) {
  .chnex-section.style-8 .chnex-content-left .text-icon .icon {
    display: none;
  }
}
.chnex-section.style-8 .chnex-content-left .text-icon .text {
  font-size: 17px;
  line-height: 28px;
  color: var(--bs-text-color2);
  font-weight: 500;
  margin: -3px 0;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chnex-section.style-8 .chnex-content-left .text-icon .text br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-8 .chnex-content-left .text-icon .text br {
    display: none;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-8 .chnex-content-left .text-icon .text br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-8 .chnex-content-left .chnex-btn {
    flex-direction: column;
    align-items: start !important;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-8 .chnex-content-left .chnex-btn {
    flex-direction: column;
    align-items: start !important;
  }
}
.chnex-section.style-8 .chnex-right {
  position: relative;
}
.chnex-section.style-8 .chnex-right .image-thumb {
  margin-top: 157px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .chnex-section.style-8 .chnex-right .image-thumb {
    direction: inherit !important;
  }
}
@media (max-width: 1024px) {
  .chnex-section.style-8 .chnex-right .image-thumb {
    display: none;
  }
}
.chnex-section.style-8 .chnex-right .counter-info {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-direction: column;
  width: 280px;
  height: 270px;
  padding: 40px;
  border-radius: 20px 20px 0 0;
  background-color: var(--bs-bg-color2);
  background-color: rgba(255, 255, 255, 0.1490196078);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0%;
  left: -140px;
  z-index: 2;
  /* Medium devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-8 .chnex-right .counter-info {
    left: 0;
    top: 85px;
  }
}
@media (max-width: 991px) {
  .chnex-section.style-8 .chnex-right .counter-info {
    display: none;
  }
}
.chnex-section.style-8 .chnex-right .counter-info .count-box {
  font-size: 60px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.chnex-section.style-8 .chnex-right .counter-info img {
  margin-top: 20px;
  animation: emgSwing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: top right;
}
.chnex-section.style-8 .chnex-right .counter-info .icon-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 16px;
}
.chnex-section.style-8 .chnex-right .counter-info .icon-box .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--white-color);
}
.chnex-section.style-8 .chnex-right .counter-info .icon-box .text p {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  color: var(--white-color);
  font-weight: 500;
}
.chnex-section.style-8 .info-box {
  position: absolute;
  bottom: 150px;
  right: 130px;
  background: var(--bs-bg-color12);
  border-radius: 20px;
  padding: 30px 30px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  /* Medium devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-8 .info-box {
    bottom: 330px;
  }
}
@media (max-width: 991px) {
  .chnex-section.style-8 .info-box {
    display: none;
  }
}
.chnex-section.style-8 .info-box .chnex-social-proof {
  display: flex;
  align-items: center;
  gap: 15px;
}
.chnex-section.style-8 .info-box .chnex-social-proof .social {
  display: flex;
  align-items: center;
}
.chnex-section.style-8 .info-box .chnex-social-proof .social img {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -20px;
  border: 2px solid var(--light-color);
}
.chnex-section.style-8 .info-box .chnex-social-proof .social img:first-child {
  margin-left: 0;
}
.chnex-section.style-8 .info-box .chnex-social-proof .happy-customers .text {
  font-size: 24px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.chnex-section.style-8 .info-box .chnex-social-proof .happy-customers .rating-viewers {
  font-size: 15px;
  line-height: 26px;
  color: var(--bs-text-color2);
  font-weight: 400;
  font-family: var(--title-font);
}

/*==== Hero Section Nine =====================*/
.chnex-section.style-9 {
  padding: 200px 0 120px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .chnex-section.style-9 {
    padding: 150px 0 90px;
  }
}
.chnex-section.style-9 .chnex-middle-content {
  position: relative;
}
.chnex-section.style-9 .chnex-middle-content h6 {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 24px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  text-align: center;
}
.chnex-section.style-9 .chnex-middle-content .sec-title {
  font-size: 60px;
  line-height: 1.2;
  color: var(--white-color);
  font-weight: 700;
  font-family: var(--title-font);
  text-align: center;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .chnex-section.style-9 .chnex-middle-content .sec-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-9 .chnex-middle-content .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-9 .chnex-middle-content .sec-title {
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  .chnex-section.style-9 .chnex-middle-content .sec-title {
    font-size: 25px;
  }
}
.chnex-section.style-9 .chnex-middle-content p {
  font-size: 18px;
  line-height: 30px;
  color: var(--bs-text-color2);
  font-weight: 400;
  font-family: var(--title-font);
  text-align: center;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .chnex-section.style-9 .chnex-middle-content p br {
    display: none;
  }
}
.chnex-section.style-9 .chnex-middle-content .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 30px 0 70px;
}
@media (max-width: 430px) {
  .chnex-section.style-9 .chnex-middle-content .btn-wrapper {
    flex-direction: column;
    margin: 30px 0 40px;
  }
}
.chnex-section.style-9 .chnex-middle-content .btn-wrapper .video-area {
  display: flex;
  align-items: center;
  gap: 15px;
}


.chnex-section.style-9 .chnex-middle-content .chnex-shape1 {
  position: absolute;
  bottom: 250px;
  left: 70px;
  /* Medium devices */
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .chnex-section.style-9 .chnex-middle-content .chnex-shape1 {
    bottom: 310px;
  }
}
@media (max-width: 991px) {
  .chnex-section.style-9 .chnex-middle-content .chnex-shape1 {
    bottom: 330px;
  }
}
@media (max-width: 575px) {
  .chnex-section.style-9 .chnex-middle-content .chnex-shape1 {
    display: none;
  }
}
.chnex-section.style-9 .chnex-middle-content .chnex-shape2 {
  position: absolute;
  top: 200px;
  right: 70px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .chnex-section.style-9 .chnex-middle-content .chnex-shape2 {
    display: none;
  }
}
.chnex-section.style-9 .thumb1 {
  padding: 40px 0 0 0;
  text-align: center;
  margin-right: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .chnex-section.style-9 .thumb1 {
    margin-right: 0;
  }
}
.chnex-section.style-9 .thumb1 .icon {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 37px;
  background-color: var(--bs-bg-color12);
  border: 1px solid var(--bs-border-color3);
  margin: 0 auto;
}
.chnex-section.style-9 .thumb1 h6 {
  font-size: 22px;
  line-height: 30px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin: 20px 0 30px;
}
.chnex-section.style-9 .thumb2 {
  margin-left: -20px;
  margin-right: -20px;
  /* Medium devices */
}
.chnex-section.style-9 .thumb2 img {
  width: 100%;
}
@media (max-width: 991px) {
  .chnex-section.style-9 .thumb2 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.chnex-section.style-9 .thumb3 {
  margin-left: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .chnex-section.style-9 .thumb3 {
    margin-left: 0px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-9 .thumb3 img {
    width: 100%;
  }
}
.chnex-section.style-9 .thumb4 {
  margin-left: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .chnex-section.style-9 .thumb4 {
    margin-left: 0px;
  }
}
@media (max-width: 430px) {
  .chnex-section.style-9 .thumb4 img {
    width: 100%;
  }
}

/*==== Feature Section One =====================*/
.feature-section .feature-item {
  background: var(--light-color3);
  padding: 40px 40px;
  border-radius: 23px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .feature-section .feature-item {
    padding: 50px 40px;
  }
}
.feature-section .feature-item .client-social-proof {
  all: unset;
}
.feature-section .feature-item .client-social-proof .social {
  display: flex;
  align-items: center;
}
.feature-section .feature-item .client-social-proof .social img {
  display: flex;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-left: -25px;
  background-color: var(--dark-color3);
  border: 3px solid var(--white-color);
}
.feature-section .feature-item .client-social-proof .social img:first-child {
  margin-left: 0px;
}
.feature-section .feature-item .client-social-proof .social h4 {
  background: var(--theme-color);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--white-color);
  margin: 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  margin-left: -25px;
}
.feature-section .feature-item .client-social-proof .rating-viewers {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  font-family: var(--body-font);
}
.feature-section .feature-item .client-social-proof .count-box.counted {
  font-size: 50px;
  line-height: 1.3;
  color: var(--theme-color);
  font-weight: 700;
  font-family: var(--title-font);
}
.feature-section .feature-item .client-social-proof .scribble-shape1 {
  position: absolute;
  top: 32%;
  left: 46%;
  animation: emgSwing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: top right;
}
@media (max-width: 430px) {
  .feature-section .feature-item .client-social-proof .scribble-shape1 {
    left: 55%;
  }
}
.feature-section .feature-box {
  background: var(--theme-color);
  border-radius: 23px;
  padding: 40px 40px;
  position: relative;
}
.feature-section .feature-box .icon-top {
  position: absolute;
  top: 0;
  right: 0px;
  background: var(--light-color);
  border-bottom: 20px solid var(--light-color);
  border-left: 20px solid var(--light-color);
  border-radius: 0 0 0 40%;
}
.feature-section .feature-box .icon-top::before {
  position: absolute;
  left: -44px;
  top: 0px;
  content: "";
  height: 24px;
  width: 24px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23f6f5fc"></path></svg>');
  transform: rotate(90deg);
}
.feature-section .feature-box .icon-top::after {
  position: absolute;
  right: 0px;
  bottom: -44px;
  content: "";
  height: 24px;
  width: 24px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23f6f5fc"></path></svg>');
  transform: rotate(90deg);
}
.feature-section .feature-box .icon-top .icon {
  background: var(--theme-color);
  color: var(--white-color);
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.feature-section .feature-box .icon-top .icon i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.feature-section .feature-box .icon-top .icon i svg {
  transform: translateY(-1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.feature-section .feature-box .icon-top .icon i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.feature-section .feature-box:hover .logo {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.feature-section .feature-box:hover .icon-top .icon i svg:first-child {
  transform: translate(16px, -16px);
}
.feature-section .feature-box:hover .icon-top .icon i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -12px);
}
.feature-section .feature-box h2 {
  font-size: 26px;
  line-height: 34px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
@media (min-width: 992px) and (max-width: 1024px) {
  .feature-section .feature-box h2 {
    font-size: 22px;
  }
}
.feature-section .feature-box p {
  color: var(--bs-text-color2);
}

/*==== Feature Section Two =====================*/
.feature-section .bg-thumb {
  padding: 40px 30px 30px;
  border-radius: 20px;
  /* SVG Border */
}
.feature-section .bg-thumb .svg-border {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
}
.feature-section .bg-thumb .svg-border svg {
  width: 100%;
  height: 100%;
  fill: none;
}
.feature-section .bg-thumb .svg-border .rect1,
.feature-section .bg-thumb .svg-border .rect2 {
  stroke: var(--theme-color);
  stroke-width: 0.2;
  stroke-dasharray: 400;
  transition: stroke-dashoffset 1.3s ease-in-out;
}
.feature-section .bg-thumb .svg-border .rect1 {
  stroke-dashoffset: 400;
}
.feature-section .bg-thumb .svg-border .rect2 {
  stroke-dashoffset: -400;
}
.feature-section .bg-thumb:hover .svg-border .rect1,
.feature-section .bg-thumb:hover .svg-border .rect2 {
  stroke-dashoffset: 0;
}
.feature-section .bg-thumb.two {
  padding: 30px 30px 30px;
}
.feature-section .bg-thumb.two .content {
  margin-top: 10px;
}
.feature-section .bg-thumb .image img {
  border-radius: 30px;
}
.feature-section .bg-thumb .content h4 {
  font-size: 26px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--body-font);
}
@media (max-width: 912px) {
  .feature-section .bg-thumb .content h4 {
    font-size: 20px;
  }
}
.feature-section .bg-thumb .content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--bs-text-color2);
  font-family: var(--body-font);
  margin-bottom: 35px;
}
.feature-section .bg-thumb .thumb img {
  border-radius: 16px;
  width: 100%;
}
.feature-section .bg-thumb .flex-thumb {
  display: flex;
  justify-content: space-between;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .feature-section .bg-thumb .flex-thumb {
    flex-direction: column;
    gap: 20px;
  }
}
.feature-section .bg-thumb .flex-thumb .content .features {
  margin-top: 60px;
}
.feature-section .bg-thumb .flex-thumb .content .features li {
  display: flex;
  align-items: start;
  gap: 10px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.feature-section .bg-thumb .flex-thumb .content .features li:last-child {
  margin-bottom: 0px;
}

.about-section .about-left .image-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-section .about-left .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-section .about-left .image-box img {
    width: 100%;
  }
}
.about-section .about-right .right-top {
  display: flex;
  align-items: center;
  gap: 24px;
}
.about-section .about-right .right-top .text h4 {
  font-size: 24px;
  line-height: 28px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin: 10px 0;
}
.about-section .about-right .right-top .text p {
  font-size: 16px;
  line-height: 28px;
  color: var(--gray-color2);
}
.about-section .about-right .right-top .text p a {
  color: var(--theme-color);
}
.about-section .about-right p {
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-color2);
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section .about-right p br {
    display: none;
  }
}
@media (max-width: 430px) {
  .about-section .about-right p br {
    display: none;
  }
}
.about-section .about-right .image img {
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-section .about-right .image img {
    width: 100%;
  }
}

.about-section.style-2 .about-left .left-img {
  position: relative;
  z-index: 1;
  max-width: 466px;
}
.about-section.style-2 .about-left .left-img svg {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  left: -14px;
  top: -10px;
  fill: var(--theme-color);
}
.about-section.style-2 .about-left .left-img .image {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='466pt' height='447pt' viewBox='0 0 466 447' preserveAspectRatio='xMidYMid meet'><g transform='translate(0,447) scale(0.1,-0.1)' fill='%23000' stroke='none'><path d='M1940 4445 c-222 -38 -529 -153 -746 -280 -421 -246 -741 -568 -928-934 -453 -886 -309 -1932 359 -2597 225 -223 504 -393 815 -497 842 -280 1669 -123 2385 454 386 311 637 685 760 1134 84 307 87 618 10 845 -108 318 -338 543 -694 681 -42 16 -159 50 -261 75 -237 58 -293 76 -415 134 -254 121 -402 283 -580 631 -66 130 -89 164 -144 220 -38 37 -90 77 -121 92 -111 54 -277 70 -440 42z'/></g></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='466pt' height='447pt' viewBox='0 0 466 447' preserveAspectRatio='xMidYMid meet'><g transform='translate(0,447) scale(0.1,-0.1)' fill='%23000' stroke='none'><path d='M1940 4445 c-222 -38 -529 -153 -746 -280 -421 -246 -741 -568 -928-934 -453 -886 -309 -1932 359 -2597 225 -223 504 -393 815 -497 842 -280 1669 -123 2385 454 386 311 637 685 760 1134 84 307 87 618 10 845 -108 318 -338 543 -694 681 -42 16 -159 50 -261 75 -237 58 -293 76 -415 134 -254 121 -402 283 -580 631 -66 130 -89 164 -144 220 -38 37 -90 77 -121 92 -111 54 -277 70 -440 42z'/></g></svg>");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  max-width: 100%;
}
.about-section.style-2 .about-left .about-left-shape {
  position: absolute;
  top: 27%;
  left: 32%;
}
.about-section.style-2 .about-right .about-right-content {
  display: flex;
  align-items: center;
  gap: 90px;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-2 .about-right .about-right-content {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-section.style-2 .about-right .about-right-content {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.about-section.style-2 .about-right .about-right-content .content {
  display: flex;
  gap: 20px;
  align-items: start;
}
.about-section.style-2 .about-right .about-right-content .content .icon {
  flex-shrink: 0;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-2 .about-right .about-right-content .content .icon {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-section.style-2 .about-right .about-right-content .content .icon {
    display: none;
  }
}
.about-section.style-2 .about-right .about-right-content .content .text p {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  font-family: var(--body-font);
}
.about-section.style-2 .about-right .about-right-content .content .text .features {
  margin-top: 30px;
}
.about-section.style-2 .about-right .about-right-content .content .text .features li {
  font-size: 17px;
  line-height: 28px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.about-section.style-2 .about-right .about-right-content .content .text .features li i {
  margin-right: 10px;
  color: var(--theme-color);
}
.about-section.style-2 .about-right .about-right-content .counter {
  position: relative;
}
.about-section.style-2 .about-right .about-right-content .counter::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -40px;
  width: 1px;
  height: 248px;
  background-color: var(--bs-border-color8);
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-2 .about-right .about-right-content .counter::before {
    all: unset;
  }
}
@media (max-width: 575px) {
  .about-section.style-2 .about-right .about-right-content .counter::before {
    all: unset;
  }
}
.about-section.style-2 .about-right .about-right-content .counter .about-counter .count {
  font-size: 100px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 600;
  font-family: var(--title-font);
  display: flex;
  align-items: start;
}
.about-section.style-2 .about-right .about-right-content .counter .about-counter .count .plus {
  font-size: 50px;
  margin-top: 7px;
  font-weight: 700;
}
.about-section.style-2 .about-right .about-right-content .counter .about-counter .text p {
  font-size: 20px;
  line-height: 28px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin-top: 35px;
}
.about-section.style-2 .about-right .about-right-content .counter .scribble-shape {
  position: absolute;
  right: -10px;
  bottom: 40px;
  animation: emgSwing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: top right;
}

.about-section.style-3 .about-left .about-thumb {
  position: relative;
}
.about-section.style-3 .about-left .about-thumb img {
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-section.style-3 .about-left .about-thumb img {
    width: 100%;
  }
}
.about-section.style-3 .about-left .about-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  right: 30px;
  width: 1px;
  height: 585px;
  background-color: var(--bs-border-color8);
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-section.style-3 .about-left .about-thumb::before {
    display: none;
  }
}
.about-section.style-3 .about-left .border {
  width: 93%;
  border-bottom: 1px solid var(--bs-border-color8) !important;
}
.about-section.style-3 .about-left .counter {
  margin-left: 70px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-section.style-3 .about-left .counter {
    margin-left: 0;
  }
}
.about-section.style-3 .about-left .counter .about-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.about-section.style-3 .about-left .counter .about-counter .count-box {
  font-size: 100px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 800;
  font-family: var(--title-font);
  display: flex;
  align-items: center;
}
.about-section.style-3 .about-left .counter .about-counter .text span {
  font-size: 38px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
  font-family: var(--title-font);
}
.about-section.style-3 .about-left .counter .about-counter .text p {
  font-size: 18px;
  line-height: 24px;
  color: var(--dark-color);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--title-font);
  margin: 0;
}
.about-section.style-3 .about-left .counter .about-counter .scribble {
  position: absolute;
  left: -70px;
  top: 0px;
}
@media (max-width: 430px) {
  .about-section.style-3 .about-right {
    flex: 1;
  }
}


.about-section.style-3 .about-right .profile-card {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.about-section.style-3 .about-right .profile-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  transition: all 0.4s ease-in-out;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(0deg, #0099d2 0%, #0099d2 10%, rgba(9, 73, 73, 0) 58%, rgba(9, 73, 73, 0) 100%);
}
@media (max-width: 430px) {
  .about-section.style-3 .about-right .profile-card img {
    width: 100%;
  }
}
.about-section.style-3 .about-right .profile-card .profile-details {
  position: absolute;
  width: 100%;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.about-section.style-3 .about-right .profile-card .profile-details .name {
  font-size: 18px;
  line-height: 24px;
  color: var(--light-color2);
  font-weight: 600;
  margin-bottom: 3px;
}
.about-section.style-3 .about-right .profile-card .profile-details .title {
  opacity: 0.6;
  font-size: 14px;
  line-height: 24px;
  color: var(--light-color2);
}

.about-section.style-4 .bg.image img {
  clip-path: inset(50px 0 0 0);
}
.about-section.style-4 .about-left {
  position: relative;
  margin-right: 125px;
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .about-section.style-4 .about-left {
    margin-right: 70px;
  }
}
@media (max-width: 1399px) {
  .about-section.style-4 .about-left {
    margin-right: 0;
  }
}
.about-section.style-4 .about-left .main-image-box {
  position: relative;
  /* Medium Large devices */
  /* Medium devices */
}
.about-section.style-4 .about-left .main-image-box img {
  max-width: inherit;
}
@media (max-width: 1299px) {
  .about-section.style-4 .about-left .main-image-box {
    margin-right: -80px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-4 .about-left .main-image-box {
    margin-right: -170px;
  }
}
@media (max-width: 991px) {
  .about-section.style-4 .about-left .main-image-box {
    margin-right: 0;
  }
}
.about-section.style-4 .about-left .main-image-box .agency-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 160px;
  height: 170px;
  border-radius: 30px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  right: -25px;
  z-index: 2;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .about-section.style-4 .about-left .main-image-box .agency-info {
    top: 10px;
    right: 75px;
  }
}
@media (max-width: 1299px) {
  .about-section.style-4 .about-left .main-image-box .agency-info {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-4 .about-left .main-image-box .agency-info {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-section.style-4 .about-left .main-image-box .agency-info {
    right: 171px;
    top: 120px;
  }
}
@media (max-width: 853px) {
  .about-section.style-4 .about-left .main-image-box .agency-info {
    right: 33px;
  }
}
@media (max-width: 430px) {
  .about-section.style-4 .about-left .main-image-box .agency-info {
    display: none;
  }
}
.about-section.style-4 .about-left .main-image-box .agency-info:hover .icon i {
  animation: mirrorEffect 0.5s forwards ease-in-out 0s;
}
.about-section.style-4 .about-left .main-image-box .agency-info .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 25px;
  color: var(--theme-color);
  background-color: var(--white-color);
  border-radius: 50%;
  margin-bottom: 15px;
}
.about-section.style-4 .about-left .main-image-box .agency-info p {
  font-size: 15px;
  line-height: 20px;
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.about-section.style-4 .about-left .main-image-box .image-group .image1 {
  margin-right: 160px;
  direction: rtl;
  /* Medium devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image1 {
    direction: inherit;
  }
}
@media (max-width: 991px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image1 {
    direction: inherit;
    margin-right: 0;
  }
}
@media (max-width: 430px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image1 img {
    max-width: 100% !important;
  }
}
.about-section.style-4 .about-left .main-image-box .image-group .image2 {
  display: flex;
  justify-content: end;
  margin-top: -205px;
  margin-right: -70px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 {
    margin-right: 30px;
  }
}
@media (max-width: 1299px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 {
    margin-right: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 {
    margin-right: 230px;
  }
}
@media (max-width: 991px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 {
    margin-right: 400px;
  }
}
@media (max-width: 853px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 {
    margin-right: 240px;
  }
}
@media (max-width: 767px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 {
    margin-right: 160px;
  }
}
@media (max-width: 575px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 {
    margin-right: 150px;
  }
}
@media (max-width: 540px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 {
    margin-right: 0;
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 {
    margin-top: 30px;
  }
}
@media (max-width: 430px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 .inner-box {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .about-section.style-4 .about-left .main-image-box .image-group .image2 .inner-box img {
    width: 100%;
  }
}
.about-section.style-4 .about-left .main-image-box .info-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 310px;
  height: 120px;
  border-radius: 30px;
  filter: drop-shadow(0px 20px 25px rgba(211, 217, 234, 0.6));
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid var(--white-color);
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: -120px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .about-section.style-4 .about-left .main-image-box .info-box {
    left: -50px;
  }
}
@media (max-width: 1399px) {
  .about-section.style-4 .about-left .main-image-box .info-box {
    left: -50px;
  }
}
@media (max-width: 1299px) {
  .about-section.style-4 .about-left .main-image-box .info-box {
    bottom: 70px;
    z-index: 1;
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-4 .about-left .main-image-box .info-box {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-section.style-4 .about-left .main-image-box .info-box {
    bottom: 40px;
  }
}
@media (max-width: 575px) {
  .about-section.style-4 .about-left .main-image-box .info-box {
    display: none;
  }
}
.about-section.style-4 .about-left .main-image-box .info-box .img {
  border-radius: 50%;
}
.about-section.style-4 .about-left .main-image-box .info-box .info .name {
  font-size: 20px;
  color: var(--dark-color);
  font-weight: 500;
  margin-bottom: 0;
}
.about-section.style-4 .about-left .main-image-box .info-box .info .position {
  font-size: 15px;
  color: var(--gray-color);
  margin-bottom: 0;
}
.about-section.style-4 .about-left .dot-shape {
  position: absolute;
  top: 50px;
  right: 10px;
  /* Medium devices */
  /* Extra small devices */
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .about-section.style-4 .about-left .dot-shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-section.style-4 .about-left .dot-shape {
    right: 320px;
  }
}
@media (max-width: 912px) {
  .about-section.style-4 .about-left .dot-shape {
    right: 250px;
  }
}
@media (max-width: 820px) {
  .about-section.style-4 .about-left .dot-shape {
    right: 150px;
  }
}
@media (max-width: 575px) {
  .about-section.style-4 .about-left .dot-shape {
    display: none;
  }
}
.about-section.style-4 .about-left .circle-path_shape {
  position: absolute;
  content: "";
  left: 120px;
  top: 200px;
  width: 258px;
  height: 258px;
  border-radius: 50%;
  background-color: var(--theme-color);
  z-index: -1;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 430px) {
  .about-section.style-4 .about-left .circle-path_shape {
    top: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-4 .about-left .circle-path_shape {
    left: 60px;
  }
}
@media (max-width: 991px) {
  .about-section.style-4 .about-left .circle-path_shape {
    left: 100px;
  }
}
@media (max-width: 767px) {
  .about-section.style-4 .about-left .circle-path_shape {
    left: 100px;
  }
}
@media (max-width: 575px) {
  .about-section.style-4 .about-left .circle-path_shape {
    display: none;
  }
}
.about-section.style-4 .about-content-wrap {
  position: relative;
}
.about-section.style-4 .about-content-wrap .about-content .about-feature .feature-text h5 {
  font-size: 20px;
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-section.style-4 .about-content-wrap .about-content .about-feature .feature-text h5 {
    font-size: 18px;
  }
}
.about-section.style-4 .about-content-wrap .about-content {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .about-section.style-4 .about-content-wrap .about-content {
    flex-direction: column;
  }
}
.about-section.style-4 .about-content-wrap .about-content .about-feature {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-section.style-4 .about-content-wrap .about-content .about-feature:hover .feature-icon i {
  animation: mirror_effect 0.8s forwards ease-in-out 0s;
}
.about-section.style-4 .about-content-wrap .about-content .about-feature .feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  background: var(--theme-color);
  border: 1px solid var(--bs-border-color10);
  color: var(--white-color);
}
.about-section.style-4 .about-content-wrap .about-content .about-feature .feature-text h5 {
  margin-bottom: 6px;
}
.about-section.style-4 .about-content-wrap .about-content .about-feature .feature-text p {
  font-size: 15px;
  margin-bottom: 0;
}
.about-section.style-4 .about-content-wrap .about-content .about-stats {
  width: 180px;
  height: 220px;
  padding: 22px 0 0;
  border-radius: 10px;
  filter: drop-shadow(0px 20px 45px var(--bs-bg-color6));
  background-color: var(--white-color);
  border-top: 5px solid var(--theme-color);
  flex-shrink: 0;
  text-align: center;
}
.about-section.style-4 .about-content-wrap .about-content .about-stats h2 {
  font-size: 50px;
  line-height: 1.1;
  color: var(--dark-color);
  font-weight: 500;
  margin-bottom: 0;
}
.about-section.style-4 .about-content-wrap .about-content .about-stats h2 > span {
  position: relative;
}
.about-section.style-4 .about-content-wrap .about-content .about-stats h2 > span::before {
  content: "+";
  position: absolute;
  right: -20px;
  top: 0;
  font-size: 35px;
  font-weight: 300;
}
.about-section.style-4 .about-content-wrap .about-content .about-stats > span {
  font-size: 44px;
  color: var(--theme-color);
}
.about-section.style-4 .about-content-wrap .about-content .about-stats p {
  font-size: 15px;
  margin: 4px 0 0;
}
.about-section.style-4 .about-content-wrap .features li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.about-section.style-4 .about-content-wrap .features li + li {
  margin-top: 20px;
}
.about-section.style-4 .about-content-wrap .features li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  content: "\f00c";
  left: 0;
  font-family: var(--icon-font);
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 900;
}

.about-section.style-5 .about-left-box {
  position: relative;
  padding: 40px 40px 40px 30px;
  border-radius: 30px;
  background-image: linear-gradient(0deg, #f3f7ff 0%, #ffffff 100%);
}
.about-section.style-5 .about-left-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(177, 181, 203, 0.3), rgba(6, 17, 83, 0));
  -webkit-mask: linear-gradient(var(--light-color) 0 0) content-box, linear-gradient(var(--light-color) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.about-section.style-5 .about-left-box .box-top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-section.style-5 .about-left-box .box-top .icon {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-color);
}
.about-section.style-5 .about-left-box .box-top h2 {
  font-size: 60px;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1;
  margin: 0;
}
.about-section.style-5 .about-left-box .box-top h2 > span {
  position: relative;
}
.about-section.style-5 .about-left-box .box-top h2 > span::before {
  content: "+";
  position: absolute;
  right: -25px;
  top: 0;
  font-size: 40px;
  font-weight: 600;
}
.about-section.style-5 .about-left-box .box-midle h6 {
  font-size: 18px;
  line-height: 1;
  color: var(--gray-color2);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 10px 0 28px;
}
.about-section.style-5 .about-left-box .box-bottom {
  margin-top: 105px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-section.style-5 .about-left-box .box-bottom {
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-5 .about-left-box .box-bottom {
    margin-top: 20px;
  }
}
.about-section.style-5 .about-left-box .box-bottom .social {
  display: flex;
  align-items: center;
}
.about-section.style-5 .about-left-box .box-bottom .social img {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -18px;
  border: 3px solid var(--light-color);
}
.about-section.style-5 .about-left-box .box-bottom .social img:first-child {
  margin-left: 0;
}
.about-section.style-5 .about-left-box .box-bottom h6 {
  font-size: 18px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 15px 0 0;
}
.about-section.style-5 .about-midle .about-card {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.about-section.style-5 .about-midle .about-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  transition: all 0.4s ease-in-out;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(5, 17, 83) 0%, rgb(5, 17, 83) 20%, rgba(5, 17, 83, 0) 60%, rgba(5, 17, 83, 0) 100%);
}
.about-section.style-5 .about-midle .about-card img {
  width: 100%;
}
.about-section.style-5 .about-midle .about-card .about-details {
  position: absolute;
  width: 100%;
  bottom: 23px;
  left: 56%;
  transform: translateX(-50%);
  z-index: 2;
}
.about-section.style-5 .about-midle .about-card .about-details h5 {
  font-size: 22px;
  line-height: 32px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
@media (max-width: 430px) {
  .about-section.style-5 .about-midle .about-card .about-details h5 {
    font-size: 16px;
  }
}
.about-section.style-5 .about-midle .about-card .about-details p {
  font-size: 15px;
  line-height: 32px;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--title-font);
}
.about-section.style-5 .about-midle .about-card .about-details p span {
  font-size: 15px;
  line-height: 32px;
  color: var(--bs-text-color2);
  font-weight: 400;
  font-family: var(--title-font);
}
.about-section.style-5 .about-midle .about-card .video-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.about-section.style-5 .about-midle .about-card .video-btn a {
  background: var(--theme-color);
  color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
  font-size: 20px;
}
.about-section.style-5 .about-midle .about-card .video-btn a i {
  font-size: 16px;
}
.about-section.style-5 .about-right .about-tags {
  position: relative;
  background-image: linear-gradient(0deg, #f3f7ff 0%, #ffffff 100%);
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1299px) {
  .about-section.style-5 .about-right .about-tags {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .about-section.style-5 .about-right .about-tags {
    max-width: 400px;
  }
}
.about-section.style-5 .about-right .about-tags::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(177, 181, 203, 0.3), rgba(6, 17, 83, 0));
  -webkit-mask: linear-gradient(var(--light-color) 0 0) content-box, linear-gradient(var(--light-color) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.about-section.style-5 .about-right .about-tags .title {
  margin: 0 0 35px 0;
}
.about-section.style-5 .about-right .about-tags .widget-box .tag-list .tag {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--title-font);
  height: 30px;
  line-height: 30px;
}
.about-section.style-5 .about-right .about-contact-card {
  background: var(--theme-color);
  border-radius: 30px;
  padding: 30px;
  margin-top: 25px;
  position: relative;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-section.style-5 .about-right .about-contact-card {
    max-width: 400px;
  }
}
.about-section.style-5 .about-right .about-contact-card h4 {
  font-size: 22px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 15px;
}
.about-section.style-5 .about-right .about-contact-card a {
  font-size: 15px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--title-font);
  display: inline-block;
  margin-top: 10px;
}
.about-section.style-5 .about-right .about-contact-card a:first-child {
  margin-top: 0;
}
.about-section.style-5 .about-right .about-contact-card a i {
  margin-right: 5px;
}
.about-section.style-5 .about-right .about-contact-card .social-icon {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 40px;
}
.about-section.style-5 .about-right .about-contact-card .social-icon li {
  margin-left: 8px;
}
.about-section.style-5 .about-right .about-contact-card .social-icon li:first-child {
  margin-left: 0px;
}
.about-section.style-5 .about-right .about-contact-card .social-icon li a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color3);
  background: var(--bs-bg-color11);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.about-section.style-5 .about-right .about-contact-card .social-icon li a i {
  margin-right: 0;
  transition: all 0.4s ease 0s;
}
.about-section.style-5 .about-right .about-contact-card .social-icon li a:hover {
  background: var(--white-color);
}
.about-section.style-5 .about-right .about-contact-card .social-icon li a:hover i {
  color: var(--theme-color);
}

.about-section.style-6 .about-left {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media (max-width: 430px) {
  .about-section.style-6 .about-left {
    flex-direction: column;
  }
}
.about-section.style-6 .about-left .left-thumb {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 430px) {
  .about-section.style-6 .about-left .left-thumb {
    width: 100%;
  }
}
.about-section.style-6 .about-left .left-thumb .profile img {
  border-radius: 20px;
}
@media (max-width: 430px) {
  .about-section.style-6 .about-left .left-thumb .profile img {
    width: 100%;
  }
}
.about-section.style-6 .about-left .left-thumb .team-number {
  position: absolute;
  top: 40px;
  left: 50px;
  color: var(--light-color2);
  font-size: 20px;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-6 .about-left .left-thumb .team-number {
    left: 30px;
  }
}
@media (max-width: 430px) {
  .about-section.style-6 .about-left .left-thumb .team-number {
    left: 130px;
  }
}
@media (max-width: 375px) {
  .about-section.style-6 .about-left .left-thumb .team-number {
    left: 100px;
  }
}
.about-section.style-6 .about-left .left-thumb .client-card {
  position: relative;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 0;
}
.about-section.style-6 .about-left .left-thumb .client-card .client-social-proof {
  justify-content: center;
}
.about-section.style-6 .about-left .left-thumb .client-card .client-social-proof .social img {
  width: 54px;
  height: 54px;
}
.about-section.style-6 .about-left .left-thumb .client-card .stars {
  margin-top: 30px;
}
.about-section.style-6 .about-left .left-thumb .client-card .stars i {
  color: var(--orange-color);
}
.about-section.style-6 .about-left .left-thumb .client-card span {
  font-size: 20px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 600;
  font-family: var(--title-font);
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 5px;
}
.about-section.style-6 .about-left .left-thumb .client-card h6 {
  font-size: 20px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin: 0;
}
.about-section.style-6 .about-left .right-thumb {
  position: relative;
}
@media (max-width: 430px) {
  .about-section.style-6 .about-left .right-thumb {
    width: 100%;
  }
}
.about-section.style-6 .about-left .right-thumb img {
  border-radius: 20px;
}
@media (max-width: 430px) {
  .about-section.style-6 .about-left .right-thumb img {
    width: 100%;
  }
}



@media (max-width: 1024px) {
  .about-section.style-6 .about-content-wrap p br {
    display: none;
  }
}
.about-section.style-6 .about-content-wrap .title-wrap {
  margin: 0;
}
.about-section.style-6 .about-content-wrap .about-info {
  display: flex;
  align-items: center;
  gap: 80px;
  border-bottom: 1px solid var(--bs-border-color);
  border-top: 1px solid var(--bs-border-color);
  padding: 20px 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-6 .about-content-wrap .about-info {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
@media (max-width: 430px) {
  .about-section.style-6 .about-content-wrap .about-info {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.about-section.style-6 .about-content-wrap .about-info .experience .about-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-section.style-6 .about-content-wrap .about-info .experience .about-counter {
    display: inherit;
  }
}
.about-section.style-6 .about-content-wrap .about-info .experience .about-counter .count-box {
  font-size: 60px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
  font-family: var(--title-font);
  display: flex;
  align-items: center;
}
.about-section.style-6 .about-content-wrap .about-info .experience .about-counter .count-box .plus {
  font-size: 35px;
  margin-bottom: 25px;
}
.about-section.style-6 .about-content-wrap .about-info .experience .about-counter .text p {
  font-size: 18px;
  line-height: 24px;
  color: var(--dark-color);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--title-font);
  margin: 0;
}
.about-section.style-6 .about-content-wrap .about-info .video {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.about-section.style-6 .about-content-wrap .about-info .video::before {
  position: absolute;
  content: "";
  left: -40px;
  top: -28px;
  height: 110px;
  width: 1px;
  background: var(--bs-border-color);
}
@media (max-width: 1024px) {
  .about-section.style-6 .about-content-wrap .about-info .video::before {
    display: none;
  }
}
.about-section.style-6 .about-content-wrap .about-info .video .video-btn .popup-video {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-color: var(--theme-color);
}
.about-section.style-6 .about-content-wrap .about-info .video .video-btn .popup-video i {
  color: var(--white-color);
}
.about-section.style-6 .about-content-wrap .about-info .video .content p {
  margin: 0;
}
.about-section.style-6 .about-content-wrap .features {
  margin-top: 30px;
}
.about-section.style-6 .about-content-wrap .features li {
  font-size: 18px;
  line-height: 24px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin-top: 15px;
}
.about-section.style-6 .about-content-wrap .features li:first-child {
  margin-top: 0;
}
.about-section.style-6 .about-content-wrap .features li i {
  color: var(--theme-color);
  margin-right: 10px;
}
.about-section.style-6 .about-left-box {
  position: relative;
  padding: 40px 40px 40px 30px;
  border-radius: 30px;
  background-image: linear-gradient(0deg, #f3f7ff 0%, #ffffff 100%);
}
.about-section.style-6 .about-left-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(177, 181, 203, 0.3), rgba(6, 17, 83, 0));
  -webkit-mask: linear-gradient(var(--light-color) 0 0) content-box, linear-gradient(var(--light-color) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.about-section.style-6 .about-left-box .box-top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-section.style-6 .about-left-box .box-top .icon {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-color);
}
.about-section.style-6 .about-left-box .box-top h2 {
  font-size: 60px;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1;
  margin: 0;
}
.about-section.style-6 .about-left-box .box-top h2 > span {
  position: relative;
}
.about-section.style-6 .about-left-box .box-top h2 > span::before {
  content: "+";
  position: absolute;
  right: -25px;
  top: 0;
  font-size: 40px;
  font-weight: 600;
}
.about-section.style-6 .about-left-box .box-midle h6 {
  font-size: 18px;
  line-height: 1;
  color: var(--gray-color2);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 10px 0 28px;
}
.about-section.style-6 .about-left-box .box-bottom {
  margin-top: 105px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-section.style-6 .about-left-box .box-bottom {
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-6 .about-left-box .box-bottom {
    margin-top: 20px;
  }
}
.about-section.style-6 .about-left-box .box-bottom .social {
  display: flex;
  align-items: center;
}
.about-section.style-6 .about-left-box .box-bottom .social img {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -18px;
  border: 3px solid var(--light-color);
}
.about-section.style-6 .about-left-box .box-bottom .social img:first-child {
  margin-left: 0;
}
.about-section.style-6 .about-left-box .box-bottom h6 {
  font-size: 18px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 15px 0 0;
}
.about-section.style-6 .about-right .about-tags {
  position: relative;
  background-image: linear-gradient(0deg, #f3f7ff 0%, #ffffff 100%);
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1299px) {
  .about-section.style-6 .about-right .about-tags {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .about-section.style-6 .about-right .about-tags {
    max-width: 400px;
  }
}
.about-section.style-6 .about-right .about-tags::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(177, 181, 203, 0.3), rgba(6, 17, 83, 0));
  -webkit-mask: linear-gradient(var(--light-color) 0 0) content-box, linear-gradient(var(--light-color) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.about-section.style-6 .about-right .about-tags .title {
  margin: 0 0 35px 0;
}
.about-section.style-6 .about-right .about-tags .widget-box .tag-list .tag {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--title-font);
  height: 30px;
  line-height: 30px;
}
.about-section.style-6 .about-right .about-contact-card {
  background: var(--theme-color);
  border-radius: 30px;
  padding: 30px;
  margin-top: 25px;
  position: relative;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-section.style-6 .about-right .about-contact-card {
    max-width: 400px;
  }
}
.about-section.style-6 .about-right .about-contact-card h4 {
  font-size: 22px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 15px;
}
.about-section.style-6 .about-right .about-contact-card a {
  font-size: 15px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--title-font);
  display: inline-block;
  margin-top: 10px;
}
.about-section.style-6 .about-right .about-contact-card a:first-child {
  margin-top: 0;
}
.about-section.style-6 .about-right .about-contact-card a i {
  margin-right: 5px;
}
.about-section.style-6 .about-right .about-contact-card .social-icon {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 40px;
}
.about-section.style-6 .about-right .about-contact-card .social-icon li {
  margin-left: 8px;
}
.about-section.style-6 .about-right .about-contact-card .social-icon li:first-child {
  margin-left: 0px;
}
.about-section.style-6 .about-right .about-contact-card .social-icon li a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color3);
  background: var(--bs-bg-color11);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.about-section.style-6 .about-right .about-contact-card .social-icon li a i {
  margin-right: 0;
  transition: all 0.4s ease 0s;
}
.about-section.style-6 .about-right .about-contact-card .social-icon li a:hover {
  background: var(--white-color);
}
.about-section.style-6 .about-right .about-contact-card .social-icon li a:hover i {
  color: var(--theme-color);
}

.about-section.style-7 .image .content-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px 0px 60px;
}
.about-section.style-7 .image .content-box .content {
  margin-top: 50px;
}
.about-section.style-7 .image .content-box .content .count-box {
  font-size: 70px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  display: flex;
  align-items: center;
}
.about-section.style-7 .image .content-box .content .count-box .plus {
  font-size: 35px;
  margin-bottom: 20px;
}
.about-section.style-7 .image .content-box .content h3 {
  font-size: 28px;
  line-height: 32px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--body-font);
}
.about-section.style-7 .image .content-box .content p {
  color: var(--bs-text-color2);
  margin: 0;
}
.about-section.style-7 .image .content-box .icon {
  margin-top: 50px;
}
@media (max-width: 430px) {
  .about-section.style-7 .image .content-box .icon {
    display: none;
  }
}
.about-section.style-7 .about-right {
  margin-left: 50px;
  margin-top: 50px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-section.style-7 .about-right {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.about-section.style-7 .about-right p {
  margin-bottom: 100px;
  color: var(--bs-text-color2);
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-section.style-7 .about-right p {
    margin-bottom: 50px;
  }
}
.about-section.style-7 .about-right .counter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 430px) {
  .about-section.style-7 .about-right .counter-box {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.about-section.style-7 .about-right .counter-box .count-item .border {
  border-bottom: 1px solid var(--bs-bg-color10) !important;
  width: 95%;
}
.about-section.style-7 .about-right .counter-box .count-item .count {
  font-size: 70px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  display: flex;
  align-items: center;
}
.about-section.style-7 .about-right .counter-box .count-item .count .plus {
  font-size: 30px;
  margin-bottom: 20px;
}
.about-section.style-7 .about-right .counter-box .count-item .text {
  font-size: 24px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.about-section.style-7 .about-right .counter-box .count-item p {
  font-size: 16px;
  line-height: 26px;
  color: var(--bs-text-color2);
  font-family: var(--body-font);
  margin-bottom: 0;
}

.about-section.style-8 .about-content-wrap p {
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-section.style-8 .about-content-wrap p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-section.style-8 .about-content-wrap p br {
    display: none;
  }
}
.about-section.style-8 .about-content-wrap .about-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--bs-border-color7);
  border-bottom: 1px solid var(--bs-border-color7);
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .about-section.style-8 .about-content-wrap .about-info {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.about-section.style-8 .about-content-wrap .about-info .about-item {
  display: flex;
  gap: 20px;
}
.about-section.style-8 .about-content-wrap .about-info .about-item .icon {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-color);
  flex-shrink: 0;
}
.about-section.style-8 .about-content-wrap .about-info .about-item .text h4 {
  font-size: 20px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.about-section.style-8 .about-content-wrap .about-info .about-item .text p {
  color: var(--bs-text-color2);
  margin: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-section.style-8 .about-content-wrap .about-info .about-item .text p br {
    display: none;
  }
}
.about-section.style-8 .about-left-bg .bg.image img {
  height: auto;
}
.about-section.style-8 .about-left-bg .about-chart img {
  border-radius: 20px;
  width: 100%;
}
.about-section.style-8 .about-left-bg .jump-btn {
  position: relative;
  top: -260px;
  left: -30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-section.style-8 .about-left-bg .jump-btn {
    left: 30px;
  }
}
.about-section.style-8 .about-left-bg .jump-btn span {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  background: #f8714d;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 40px;
  color: var(--white-color);
  padding: 6px 20px;
  position: relative;
}
.about-section.style-8 .about-left-bg .jump-btn .tir-shape {
  position: absolute;
  top: -20px;
  left: -20px;
}
.about-section.style-8 .about-left-bg .jump-btn.two {
  top: -520px;
  left: inherit;
  right: -460px;
  display: inline-block;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .about-section.style-8 .about-left-bg .jump-btn.two {
    right: -320px;
  }
}
@media (max-width: 430px) {
  .about-section.style-8 .about-left-bg .jump-btn.two {
    right: -180px;
    top: -430px;
  }
}
.about-section.style-8 .about-left-bg .jump-btn.two span {
  background: var(--theme-color);
}
.about-section.style-8 .about-left-bg .jump-btn.two .tir-shape {
  position: absolute;
  top: -20px;
  left: inherit;
  right: -20px;
}

/*======== Service Section One =========*/
.service-section .service-inner {
  border-radius: 0 0 0px 0px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .service-section .service-inner {
    border-radius: 0;
  }
}
.service-section .service-inner .service-item {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--light-color);
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 912px) {
  .service-section .service-inner .service-item {
    flex-direction: column;
    gap: 30px;
  }
}
.service-section .service-inner .service-item .service-number {
  background: var(--theme-color3);
  position: absolute;
  top: 0;
  right: 0;
  height: 94px;
  width: 94px;
  color: var(--white-color);
  font-size: 30px;
  font-family: var(--title-font);
  border-radius: 0 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .service-section .service-inner .service-item .service-number {
    background: var(--light-color);
    color: var(--dark-color);
  }
}
.service-section .service-inner .service-item .service-number:before {
  position: absolute;
  left: -24px;
  top: 0px;
  content: "";
  height: 24px;
  width: 24px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23061153"></path></svg>');
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .service-section .service-inner .service-item .service-number:before {
    all: unset;
  }
}
.service-section .service-inner .service-item .service-number::after {
  position: absolute;
  right: 0;
  bottom: -24px;
  content: "";
  height: 24px;
  width: 24px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23061153"></path></svg>');
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .service-section .service-inner .service-item .service-number::after {
    all: unset;
  }
}
.service-section .service-inner .service-item .service-left {
  position: relative;
  min-width: 300px;
}
@media (max-width: 912px) {
  .service-section .service-inner .service-item .service-left {
    width: 100%;
  }
}
.service-section .service-inner .service-item .service-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .service-section .service-inner .service-item .service-left img {
    height: 340px;
  }
}
@media (max-width: 912px) {
  .service-section .service-inner .service-item .service-left img {
    height: inherit;
  }
}
.service-section .service-inner .service-item .service-left .video-btn a {
  position: absolute;
  top: 30px;
  left: 30px;
  background: var(--theme-color);
  color: var(--white-color);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  transition: all 0.4s ease 0s;
  font-size: 20px;
  opacity: 0;
}
.service-section .service-inner .service-item .service-right {
  padding: 0 40px 0 60px;
}
@media (max-width: 1024px) {
  .service-section .service-inner .service-item .service-right {
    padding: 0 20px 0 20px;
  }
}
.service-section .service-inner .service-item .service-right h6 {
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-color2);
  font-weight: 500;
  font-family: var(--title-font);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid var(--bs-border-color8);
  display: inline-block;
  padding: 3px 20px;
}
.service-section .service-inner .service-item .service-right h2 {
  font-size: 30px;
  line-height: 40px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
}
@media (max-width: 414px) {
  .service-section .service-inner .service-item .service-right h2 br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .service-section .service-inner .service-item .service-right p br {
    display: none;
  }
}
.service-section .service-inner .service-item .service-right .learn-more {
  color: var(--dark-color);
  font-weight: 500;
  display: inline-block;
  padding: 0 24px;
  background: transparent;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid var(--bs-border-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-section .service-inner .service-item .service-right .learn-more::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--theme-color);
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.service-section .service-inner .service-item .service-right .learn-more:hover {
  color: var(--white-color);
}
.service-section .service-inner .service-item .service-right .learn-more:hover::before {
  width: 100%;
  left: 0;
}
.service-section .service-inner .service-item .service-right .border::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color);
  transition: all 0.4s ease 0s;
}
@media (max-width: 1024px) {
  .service-section .service-inner .service-item .service-right .border {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
}
.service-section .service-inner .service-item .service-right .tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 300px;
}
@media (max-width: 430px) {
  .service-section .service-inner .service-item .service-right .tags {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-section .service-inner .service-item .service-right .tags span {
  padding: 4px 20px;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid var(--bs-border-color8);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--gray-color2);
  font-weight: 500;
  font-family: var(--title-font);
}
.service-section .service-inner .service-item .service-right .tags span:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.service-section .service-inner .service-item:hover .service-left .video-btn a {
  opacity: 1;
  transform: scale(1);
}
.service-section .service-inner .service-item:hover .service-right .border::before {
  width: 100%;
  left: 0;
}

.service-item-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

/*======== Service Section Two =========*/
.service-section.style-2 .service-inner {
  border-radius: 30px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .service-section.style-2 .service-inner {
    border-radius: 0;
  }
}

.service-single-box {
  background: var(--white-color);
  padding: 50px 40px;
  transition: all 0.4s ease 0s;
  position: relative;
  background: var(--bs-bg-color5);
  border: 1px solid var(--bs-border-color7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}
.service-single-box .inner-box {
  position: relative;
  z-index: 1;
  text-align: center;
}
.service-single-box .inner-box .icon {
  background: var(--bs-bg-color14);
  border: 1px solid var(--bs-border-color7);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  width: 84px;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease 0s;
}
.service-single-box .inner-box .title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 30px;
  color: var(--white-color);
  transition: all 0.4s ease 0s;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .service-single-box .inner-box .title {
    font-size: 23px;
  }
}
@media (min-width: 1281px) and (max-width: 1299px) {
  .service-single-box .inner-box .title {
    font-size: 20px;
  }
}
.service-single-box .inner-box .border2 {
  position: relative;
  left: 50%;
  height: 1px;
  width: 90px;
  background-color: var(--bs-border-color8);
  transform: translateX(-50%);
}
.service-single-box .inner-box .border2::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color);
  transition: all 0.4s ease 0s;
}
.service-single-box .inner-box .text {
  transition: all 0.4s ease 0s;
  color: var(--bs-text-color2);
  margin: 0;
}
.service-single-box .inner-box .theme-btn {
  color: var(--dark-color);
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 24px;
  overflow: hidden;
  color: var(--white-color);
  background-color: transparent;
  border: 1px solid var(--bs-text-color3);
}
.service-single-box .inner-box .theme-btn::before, .service-single-box .inner-box .theme-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  opacity: 0;
  background: var(--theme-color);
  transition: all 0.5s ease-in-out;
  z-index: -1;
  transform: skewx(0deg);
}
.service-single-box .inner-box .theme-btn .link-effect .effect-1 {
  font-size: 14px;
  line-height: 26px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.service-single-box .inner-box .theme-btn::before {
  left: 0;
}
.service-single-box .inner-box .theme-btn::after {
  right: 0;
}
.service-single-box .inner-box .theme-btn i {
  margin-left: 10px;
  font-size: 14px;
  margin-top: 2px;
}
.service-single-box::before {
  position: absolute;
  content: "";
  background-image: url("../images/service/hm2-bg02.webp");
  top: 0;
  width: 0;
  height: 100%;
  left: 50%;
  background-size: cover;
  transition: all 0.4s ease 0s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.service-single-box:hover {
  border-color: transparent;
}
.service-single-box:hover::before {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.service-single-box:hover .inner-box .title {
  color: var(--theme-color3);
}
.service-single-box:hover .inner-box .text {
  color: var(--gray-color2);
}
.service-single-box:hover .inner-box .icon {
  background: transparent;
  border-color: var(--theme-color);
}
.service-single-box:hover .inner-box .border2::before {
  width: 100%;
  left: 0;
}
.service-single-box:hover .inner-box .theme-btn {
  border: 1px solid transparent;
  color: var(--white-color);
}
.service-single-box:hover .inner-box .theme-btn::before, .service-single-box:hover .inner-box .theme-btn::after {
  opacity: 1;
  width: 100%;
}

.service-section.inner .service-inner .service-single-box {
  background: var(--white-color);
  border: none;
}
.service-section.inner .service-inner .service-single-box .inner-box .icon {
  border: 1px solid var(--bs-border-color8);
}
.service-section.inner .service-inner .service-single-box .inner-box .title {
  color: var(--dark-color);
}
.service-section.inner .service-inner .service-single-box .inner-box p {
  color: var(--gray-color2);
}
.service-section.inner .service-inner .service-single-box .inner-box .theme-btn {
  border: 1px solid var(--bs-border-color8);
  color: var(--dark-color);
}
.service-section.inner .service-inner .service-single-box .inner-box .theme-btn .link-effect span {
  color: var(--dark-color);
}
.service-section.inner .service-inner .service-single-box:hover {
  border: none;
}
.service-section.inner .service-inner .service-single-box:hover .icon {
  border: 1px solid var(--theme-color);
}
.service-section.inner .service-inner .service-single-box:hover .theme-btn {
  border: 1px solid var(--bs-border-color8);
  color: var(--white-color);
}
.service-section.inner .service-inner .service-single-box:hover .theme-btn .link-effect span {
  color: var(--white-color);
}

/*======== Service Section Three =========*/
.service-wrapper .service-item-two {
  background: var(--dark-color);
  padding: 40px 0;
  border-top: 1px solid var(--bs-border-color5);
  z-index: 1;
  top: 50px;
  overflow: hidden;
}
@media (min-width: 991px) {
  .service-wrapper .service-item-two {
    position: sticky;
    top: 150px;
  }
}
.service-wrapper .service-item-two:last-child {
  border-bottom: 1px solid var(--bs-border-color5);
}
.service-wrapper .service-item-two .service-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 912px) {
  .service-wrapper .service-item-two .service-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.service-wrapper .service-item-two .service-inner .inner-box {
  display: flex;
}
@media (max-width: 912px) {
  .service-wrapper .service-item-two .service-inner .inner-box {
    flex-direction: column;
    align-items: start;
  }
}
.service-wrapper .service-item-two .service-inner .inner-box .number {
  font-size: 24px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin-top: 7px;
}
.service-wrapper .service-item-two .service-inner .inner-box .content {
  margin-left: 282px;
  /* Medium devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .service-wrapper .service-item-two .service-inner .inner-box .content {
    margin-left: 100px;
  }
}
@media (max-width: 991px) {
  .service-wrapper .service-item-two .service-inner .inner-box .content {
    margin-left: 80px;
  }
}
@media (max-width: 912px) {
  .service-wrapper .service-item-two .service-inner .inner-box .content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.service-wrapper .service-item-two .service-inner .inner-box .content h2 a {
  font-size: 70px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 700;
  font-family: var(--title-font);
}
@media (max-width: 430px) {
  .service-wrapper .service-item-two .service-inner .inner-box .content h2 a {
    font-size: 40px;
  }
}
.service-wrapper .service-item-two .service-inner .inner-box .content p {
  opacity: 0.502;
  font-size: 16px;
  line-height: 26px;
  color: var(--white-color);
  font-family: var(--body-font);
}
@media (max-width: 430px) {
  .service-wrapper .service-item-two .service-inner .inner-box .content p br {
    display: none;
  }
}
.service-wrapper .service-item-two .service-inner .inner-box .content .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 400px;
  margin-top: 75px;
}
@media (max-width: 912px) {
  .service-wrapper .service-item-two .service-inner .inner-box .content .tags {
    margin-top: 40px;
  }
}
@media (max-width: 430px) {
  .service-wrapper .service-item-two .service-inner .inner-box .content .tags {
    grid-template-columns: repeat(2, auto);
  }
}
.service-wrapper .service-item-two .service-inner .inner-box .content .tags span {
  padding: 4px 20px;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid var(--bs-border-color5);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--bs-text-color4);
  font-weight: 500;
  font-family: var(--title-font);
}
.service-wrapper .service-item-two .service-inner .inner-box .content .tags span:hover {
  background: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}
.service-wrapper .service-item-two .service-inner .thumb {
  border-radius: 24px;
}
@media (max-width: 912px) {
  .service-wrapper .service-item-two .service-inner .thumb img {
    width: 100%;
  }
}

/*======== Service Section One =========*/
.service-section.style-4 .service-inner {
  border-radius: 30px 30px 0 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .service-section.style-4 .service-inner {
    border-radius: 0;
  }
}
.service-section.style-4 .service-inner::before {
  position: absolute;
  content: "";
  z-index: 0;
  bottom: 377px;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--dark-color);
  border-radius: 30px 30px 0 0;
}
.service-section.style-4 .service-inner::after {
  position: absolute;
  content: "";
  z-index: 0;
  bottom: 3px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-image: url(../images/service/hm4-bg01.png);
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}
.service-section.style-4 .service-inner .service-title-area .service-btn-wrapper {
  z-index: 1;
}
.service-section.style-4 .service-inner .service-title-area .service-btn-wrapper .array-button {
  padding: 10px;
  border-radius: 50px;
  border: 1px solid var(--bs-border-color7);
  background: var(--bs-bg-color14);
  margin-top: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-section.style-4 .service-inner .service-title-area .service-btn-wrapper .array-button {
    display: inline-flex;
    margin-top: 0;
  }
}

.service-box-four {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.service-box-four.current .image-box .thumb img, .service-box-four:hover .image-box .thumb img {
  transform: scale(1.1);
}
.service-box-four.current .image-box .service-icon, .service-box-four:hover .image-box .service-icon {
  color: var(--white-color);
}
.service-box-four.current .image-box .service-icon::before, .service-box-four:hover .image-box .service-icon::before {
  width: 100%;
}
.service-box-four.current .image-box .service-icon img, .service-box-four:hover .image-box .service-icon img {
  filter: brightness(0) invert(1);
}
.service-box-four.current .image-box .service-icon svg, .service-box-four:hover .image-box .service-icon svg {
  fill: var(--white-color);
}
.service-box-four.current .content::before, .service-box-four:hover .content::before {
  width: 100%;
}
.service-box-four.current .content .service-btn, .service-box-four:hover .content .service-btn {
  padding-left: 195px;
  color: var(--theme-color);
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .service-box-four.current .content .service-btn, .service-box-four:hover .content .service-btn {
    padding-left: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .service-box-four.current .content .service-btn, .service-box-four:hover .content .service-btn {
    padding-left: 152px;
  }
}
@media (max-width: 375px) {
  .service-box-four.current .content .service-btn, .service-box-four:hover .content .service-btn {
    padding-left: 156px;
  }
}
.service-box-four.current .content .service-btn::before, .service-box-four:hover .content .service-btn::before {
  width: 190px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .service-box-four.current .content .service-btn::before, .service-box-four:hover .content .service-btn::before {
    width: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .service-box-four.current .content .service-btn::before, .service-box-four:hover .content .service-btn::before {
    width: 144px;
  }
}
@media (max-width: 375px) {
  .service-box-four.current .content .service-btn::before, .service-box-four:hover .content .service-btn::before {
    width: 150px;
  }
}
.service-box-four .image-box {
  position: relative;
  z-index: 1;
}
.service-box-four .image-box img {
  transition: all 0.4s ease 0s;
}
.service-box-four .image-box .thumb {
  overflow: hidden;
}
.service-box-four .image-box .thumb img {
  width: 100%;
}
.service-box-four .image-box .service-icon {
  position: absolute;
  left: 40px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: var(--bs-bg-color14);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  font-size: 46px;
  color: var(--dark-color);
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.service-box-four .image-box .service-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--theme-color);
  transition: all 0.4s ease 0s;
}
.service-box-four .image-box .service-icon svg {
  fill: var(--dark-color);
  width: 46px;
  height: 46px;
}
.service-box-four .content {
  margin-left: 40px;
  margin-top: -30px;
  padding: 43px 34px 43px 36px;
  background: var(--light-color);
  position: relative;
  z-index: 1;
  border-radius: 0 0 0 30px;
  overflow: hidden;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-box-four .content {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .service-box-four .content {
    padding: 43px 20px 43px 20px;
  }
}
.service-box-four .title {
  font-size: 24px;
  color: var(--dark-color);
  font-weight: 600;
}
.service-box-four .service-btn {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.service-box-four .service-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 1px;
  background: var(--theme-color);
  z-index: -1;
  transition: all 0.4s ease 0s;
}

/*======== Service Section Five =========*/
.service-box-five {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-image: linear-gradient(0deg, #e7edf9 0%, #f3f7ff 100%);
  padding: 25px 20px;
  transition: background-color 0.8s ease-in-out;
}
.service-box-five .thumb {
  margin: 0;
}
.service-box-five .thumb img {
  width: 100%;
  border-radius: 10px;
}


.service-box-five .service-top {
  display: flex;
  align-items: start;
  gap: 20px;
}

.service-box-five .service-top h4 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  transition: all 0.4s ease 0s;
}
.service-box-five p {
  margin:15px 0 25px 0;
  transition: all 0.4s ease 0s;
  display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;     
    overflow: hidden;         
    text-overflow: ellipsis; 
}
.service-box-five .theme-btn {
  background-color: rgba(232, 237, 250, 0);
  border: 1px solid var(--bs-border-color);
  color: var(--dark-color);
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.service-box-five .theme-btn:hover {
  color: var(--dark-color);
}
.service-box-five .theme-btn .arrow-all-2 {
  transform: rotate(45deg);
}
.service-box-five .theme-btn .arrow-all-2 i {
  width: 12px;
  height: 12px;
}
.service-box-five .theme-btn .arrow-all-2 i svg path {
  fill: #061153;
  transition: fill 0.3s ease;
}
.service-box-five::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(114, 128, 205, 0.3), rgba(112, 123, 192, 0));
  -webkit-mask: linear-gradient(var(--light-color) 0 0) content-box, linear-gradient(var(--light-color) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.service-box-five:hover {
  background: var(--theme-color);
  border: none;
}
.service-box-five:hover .icon-top .icon {
  background: var(--theme-color);
}
.service-box-five:hover .icon-top .icon span {
  color: var(--white-color);
}
.service-box-five:hover .service-top .logo {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-box-five:hover .service-top .logo img {
  filter: brightness(0) invert(1);
}
.service-box-five:hover .service-top h4 {
  color: var(--white-color);
}
.service-box-five:hover p {
  color: var(--white-color);
}
.service-box-five:hover .theme-btn {
  background-color: rgba(232, 237, 250, 0.2);
  border: 1px solid var(--bs-border-color3);
  color: var(--white-color);
}
.service-box-five:hover .theme-btn .arrow-all-2 i svg path {
  fill: var(--white-color);
}

/*======== Service Section Six =========*/
.service-section.style-6 .service-inner .service-title-area .service-btn-wrapper {
  z-index: 1;
}
.service-section.style-6 .service-inner .service-title-area .service-btn-wrapper .array-button {
  padding: 10px;
  border-radius: 50px;
  border: 1px solid rgba(6, 17, 83, 0.2);
  background: var(--bs-bg-color14);
  margin-top: 30px;
  /* Small devices */
}
.service-section.style-6 .service-inner .service-title-area .service-btn-wrapper .array-button .array-prev {
  border: 1px solid rgba(6, 17, 83, 0.2);
}
@media (max-width: 767px) {
  .service-section.style-6 .service-inner .service-title-area .service-btn-wrapper .array-button {
    display: inline-flex;
    margin-top: 0;
  }
}

.service-box-six {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.service-box-six .image-box {
  position: relative;
  z-index: 1;
}
.service-box-six .image-box img {
  transition: all 0.4s ease 0s;
}
.service-box-six .image-box .thumb {
  overflow: hidden;
}
.service-box-six .image-box .thumb img {
  width: 100%;
}
.service-box-six .image-box .content {
  position: absolute;
  bottom: 0;
  background: var(--bs-bg-color5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  left: 0px;
  width: 90%;
  height: 140px;
  padding: 35px;
  border-radius: 0 20px 0 20px;
  transition: all 0.4s ease 0s;
}
.service-box-six .image-box .content .icon-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service-box-six .image-box .content .icon-inner .icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: var(--bs-bg-color5);
  border: 1px solid var(--bs-border-color7);
}
.service-box-six .image-box .content .icon-inner .text {
  font-size: 24px;
  line-height: 1.2;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0;
}
.service-box-six .image-box .content .border {
  background: var(--bs-border-color7);
  opacity: 0;
  visibility: 0;
  transition: all 0.4s ease 0s;
}
.service-box-six .image-box .content .theme-btn {
  background-color: var(--bs-bg-color5);
  border: 1px solid var(--bs-border-color7);
  color: var(--dark-color);
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.service-box-six .image-box .content .theme-btn:hover {
  color: var(--white-color);
}
.service-box-six .image-box .content .theme-btn .arrow-all-2 {
  transform: rotate(45deg);
}
.service-box-six .image-box .content .theme-btn .arrow-all-2 i {
  width: 12px;
  height: 12px;
}
.service-box-six .image-box .content .theme-btn .arrow-all-2 i svg path {
  fill: var(--white-color);
  transition: fill 0.3s ease;
}
.service-box-six.current .image-box .thumb img, .service-box-six:hover .image-box .thumb img {
  transform: scale(1.1);
}
.service-box-six.current .image-box .content, .service-box-six:hover .image-box .content {
  height: 220px;
}
.service-box-six.current .image-box .content .border, .service-box-six:hover .image-box .content .border {
  opacity: 1;
  visibility: visible;
}
.service-box-six.current .image-box .content .icon-inner .icon img, .service-box-six:hover .image-box .content .icon-inner .icon img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}

/*======== Service Section Seven =========*/
.service-box-seven, .service-box-eight {
  position: relative;
  overflow: hidden;
  padding: 30px 20px 20px 20px;
  background: var(--bs-bg-color15);
  border: 1px solid var(--bs-border-color5);
  border-radius: 10px;
  transition: background-color 0.8s ease-in-out;
}
.service-box-seven::before, .service-box-eight::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transform: scale(1, 0.3);
  background-color: var(--orange-color);
  transition: all 500ms ease;
  z-index: -1;
  border-radius: 8px;
}
.service-box-seven .service-top, .service-box-eight .service-top {
  display: flex;
  align-items: start;
  gap: 20px;
  /** margin-left: 20px; **/
}
@media (min-width: 1280px) and (max-width: 1299px) {
  .service-box-seven .service-top, .service-box-eight .service-top {
    margin-left: 0;
  }
}
.service-box-seven .service-top .logo, .service-box-eight .service-top .logo {
  transition: all 0.4s ease 0s;
}
.service-box-seven .service-top .logo img, .service-box-eight .service-top .logo img {
  transition: all 0.4s ease 0s;
}
.service-box-seven .service-top h4, .service-box-eight .service-top h4 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  transition: all 0.4s ease 0s;
}
@media (min-width: 1280px) and (max-width: 1299px) {
  .service-box-seven .service-top h4, .service-box-eight .service-top h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .service-box-seven .service-top h4, .service-box-eight .service-top h4 {
    font-size: 20px;
  }
}
.service-box-seven .thumb, .service-box-eight .thumb {
  margin: 20px 0;
}
.service-box-seven .thumb img, .service-box-eight .thumb img {
  width: 100%;
  border-radius: 10px;
}
.service-box-seven .tag-list, .service-box-eight .tag-list {
 /** margin-left: 20px; **/
}
.service-box-seven .tag-list p{
 color: var(--light-color2);
 display: -webkit-box;      
   -webkit-box-orient: vertical; 
   -webkit-line-clamp: 4;     
   overflow: hidden;         
   text-overflow: ellipsis; 
}
.service-box-seven .tag-list .tag, .service-box-eight .tag-list .tag {
  font-size: 14px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  height: 30px;
  line-height: 28px;
  font-family: var(--title-font);
  background-color: var(--bs-bg-color14);
  border: 1px solid var(--bs-border-color5);
}
.service-box-seven .tag-list .tag:hover, .service-box-eight .tag-list .tag:hover {
  border: 1px solid var(--bs-border-color5);
}
.service-box-seven .border, .service-box-eight .border {
  margin-left: -20px;
  margin-right: -20px;
  background: var(--bs-border-color5) !important;
}
.service-box-seven a, .service-box-eight a {
  font-size: 16px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
 /** margin-left: 20px; **/
}
.service-box-seven a i, .service-box-eight a i {
  margin-left: 10px;
  transform: rotate(-45deg);
  transition: all 0.4s ease 0s;
}
.service-box-seven a:hover i, .service-box-eight a:hover i {
  transform: rotate(0deg);
}
.service-box-seven:hover::before, .service-box-eight:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.service-box-seven:hover .service-top .logo, .service-box-eight:hover .service-top .logo {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-box-seven:hover .service-top .logo img, .service-box-eight:hover .service-top .logo img {
  filter: brightness(0) invert(1);
}
.service-box-seven:hover .service-top h4, .service-box-eight:hover .service-top h4 {
  color: var(--white-color);
}
.service-box-seven:hover .border, .service-box-eight:hover .border {
  background: var(--bs-border-color7) !important;
}

/*======== Service Section Eight =========*/
.service-section.style-8 .p-top-center {
  left: 42%;
}


/*==== Inner Page Service Details ===============*/
.service-details {
  position: relative;
}

.service-sidebar {
  position: sticky;
  top: 100px;
  display: block;
  max-width: 392px;
  width: 100%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .service-sidebar {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
}

.service-sidebar-single .widget-box {
  width: 100%;
  margin-bottom: 30px;
  padding: 35px 35px 40px;
  border-radius: 20px;
  background-color: var(--white-color);
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .service-sidebar-single .widget-box {
    padding: 35px 25px 40px;
  }
}
.service-sidebar-single .widget-box:last-child {
  margin-bottom: 0;
}
.service-sidebar-single .sidebar-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--dark-color);
  margin-bottom: 26px;
  background-color: transparent;
  padding: 0;
  padding-left: 12px;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.service-sidebar-single .sidebar-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 2px;
  height: 20px;
  background: var(--theme-color);
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 15px;
}
.sidebar-service-list li a {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: block;
  background-color: var(--light-color);
  padding: 15px 45px;
  border-radius: 7px;
  transition: all 0.4s ease 0s;
}
.sidebar-service-list li a::before {
  position: absolute;
  content: "\f02e";
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: var(--icon-font);
  color: var(--theme-color);
  transition: all 0.4s ease 0s;
}
.sidebar-service-list li a:hover {
  color: var(--white-color);
}
.sidebar-service-list li a:hover::before {
  color: var(--white-color);
}
.sidebar-service-list li a:hover::after {
  width: 100%;
}
.sidebar-service-list li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--theme-color);
  border-radius: 7px;
  transition: all 0.4s ease 0s;
  z-index: -1;
}
.sidebar-service-list li a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.4s ease 0s;
  color: var(--light-color);
  font-size: 16px;
}
.sidebar-service-list li.current a {
  color: var(--white-color);
}
.sidebar-service-list li.current a::before {
  color: var(--white-color);
}
.sidebar-service-list li.current a::after {
  width: 100%;
}

.widget-box.service-details-help {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px 35px 55px;
  text-align: center;
}
.widget-box.service-details-help:hover .icon img {
  animation: wobble_vertical 0.8s forwards ease-in-out 0s;
}
.widget-box.service-details-help .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--theme-color);
  margin: 0 auto 34px;
}
.widget-box.service-details-help .icon img {
  transition: all 0.4s ease 0s;
  filter: brightness(0) invert(1);
}
.widget-box.service-details-help .help-title {
  font-size: 30px;
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 20px;
  /* Small devices */
  /* Extra small devices */
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .widget-box.service-details-help .help-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .widget-box.service-details-help .help-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .widget-box.service-details-help .help-title br {
    display: none;
  }
}
.widget-box.service-details-help .text {
  color: var(--bs-text-color2);
  margin-bottom: 38px;
}

.service-download-btn .theme-btn {
  text-align: left;
  justify-content: start;
  border-radius: 7px;
  padding: 17px 35px;
  /* Extra small devices */
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .service-download-btn .theme-btn {
    padding: 13px 10px !important;
  }
}
@media (max-width: 375px) {
  .service-download-btn .theme-btn {
    padding-right: 0;
    padding-left: 10px;
  }
}
.service-download-btn .theme-btn.btn-style-2 {
  color: var(--white-color);
}
.service-download-btn .theme-btn.btn-style-2:hover {
  color: var(--white-color);
}

.services-details__content h3 {
  font-size: 32px;
  /* Extra small devices */
  /* Small devices */
}
@media (max-width: 375px) {
  .services-details__content h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .services-details__content h3 br {
    display: none;
  }
}
.services-details__content .title-two {
  margin-top: 33px;
}
.services-details__content p {
  font-size: 16px;
}

.service-details-block {
  padding: 30px;
  background-color: var(--white-color);
  border-radius: 16px;
}
.service-details-block .inner-box .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50%;
}
.service-details-block .inner-box .icon img {
  transition: all 500ms ease;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .service-details-block .inner-box .title {
    font-size: 16px;
  }
}
.service-details-block:hover .inner-box .icon img {
  transform: scaleX(-1);
}

.featured-list .list-style-1 li {
  color: var(--dark-color);
}
.featured-list .list-style-1 li + li {
  margin-top: 13px;
}
.featured-list .list-style-1 li span {
  margin-right: 5px;
}

/*==== Choose Section One =====================*/
.choose-section .choose-left .choose-boxs {
  display: flex;
  align-items: center;
  gap: 30px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .choose-section .choose-left .choose-boxs {
    flex-direction: column;
    align-items: start;
  }
}
.choose-section .choose-left .choose-boxs .choose-single-box {
  padding: 35px 35px;
  border: 1px solid var(--bs-border-color8);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease 0s;
}
.choose-section .choose-left .choose-boxs .choose-single-box.two .choose-box {
  background-color: var(--dark-color);
}
.choose-section .choose-left .choose-boxs .choose-single-box .box-top-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.choose-section .choose-left .choose-boxs .choose-single-box .box-top-content .icon-top {
  flex-shrink: 0;
}
.choose-section .choose-left .choose-boxs .choose-single-box .box-top-content .icon-top img {
  transition: all 0.4s ease 0s;
}
.choose-section .choose-left .choose-boxs .choose-single-box .box-top-content .title {
  font-size: 22px;
  line-height: 30px;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
  transition: all 0.4s ease 0s;
  margin: 0;
}
.choose-section .choose-left .choose-boxs .choose-single-box p {
  transition: all 0.4s ease 0s;
}
.choose-section .choose-left .choose-boxs .choose-single-box .choose-box {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  background-color: var(--theme-color);
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.choose-section .choose-left .choose-boxs .choose-single-box .box-1 {
  left: 0;
  border-radius: 20px 0 0 20px;
  transition-delay: 0.1s;
}
.choose-section .choose-left .choose-boxs .choose-single-box .box-2 {
  left: 25%;
  transition-delay: 0.15s;
}
.choose-section .choose-left .choose-boxs .choose-single-box .box-3 {
  left: 50%;
  transition-delay: 0.2s;
}
.choose-section .choose-left .choose-boxs .choose-single-box .box-4 {
  left: 75%;
  border-radius: 0 20px 20px 0;
  transition-delay: 0.25s;
}
.choose-section .choose-left .choose-boxs .choose-single-box .icon {
  border: 1px solid var(--bs-border-color8);
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
}
.choose-section .choose-left .choose-boxs .choose-single-box .icon i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.choose-section .choose-left .choose-boxs .choose-single-box .icon i svg {
  transform: translateY(-1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.choose-section .choose-left .choose-boxs .choose-single-box .icon i svg path {
  fill: var(--dark-color);
  transition: fill 0.3s ease;
}
.choose-section .choose-left .choose-boxs .choose-single-box .icon i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.choose-section .choose-left .choose-boxs .choose-single-box:hover .box-top-content .title {
  color: var(--white-color);
}
.choose-section .choose-left .choose-boxs .choose-single-box:hover .box-top-content .icon-top img {
  filter: brightness(0) invert(1);
}
.choose-section .choose-left .choose-boxs .choose-single-box:hover p {
  color: var(--bs-text-color2);
}
.choose-section .choose-left .choose-boxs .choose-single-box:hover .choose-box {
  opacity: 1;
  transform: scaleX(1);
}
.choose-section .choose-left .choose-boxs .choose-single-box:hover .icon {
  background: var(--bs-bg-color5) !important;
  border: 1px solid var(--bs-bg-color10);
}
.choose-section .choose-left .choose-boxs .choose-single-box:hover .icon svg path {
  fill: var(--white-color);
}
.choose-section .choose-left .choose-boxs .choose-single-box:hover .icon i svg:first-child {
  transform: translate(16px, -16px);
}
.choose-section .choose-left .choose-boxs .choose-single-box:hover .icon i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -12px);
}
.choose-section .choose-right-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 40px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .choose-section .choose-right-box {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .choose-section .choose-right-box {
    flex-direction: column;
    gap: 30px;
    align-items: end;
  }
}
.choose-section .choose-right-box .image_right {
  border-radius: 50%;
  overflow: hidden;
  outline: 2px solid var(--theme-color);
  border: 15px solid var(--white-color);
  width: 547px;
  height: 547px;
}
@media (max-width: 540px) {
  .choose-section .choose-right-box .image_right {
    width: inherit;
    height: inherit;
  }
}
.choose-section .choose-right-box .image_right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.choose-section .choose-right-box .text_right {
  margin-left: -110px;
  width: 273px;
  height: 547px;
  background: var(--theme-color3);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200' preserveAspectRatio='none'><path fill='white' d='M0,0 A100,100 0 0,1 0,200 Z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200' preserveAspectRatio='none'><path fill='white' d='M0,0 A100,100 0 0,1 0,200 Z'/></svg>");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  border-left: 15px solid var(--white-color);
  display: flex;
  align-items: center;
  position: relative;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .choose-section .choose-right-box .text_right {
    margin-left: -160px;
  }
}
@media (max-width: 1299px) {
  .choose-section .choose-right-box .text_right {
    margin-left: -200px;
  }
}
@media (max-width: 1199px) {
  .choose-section .choose-right-box .text_right {
    margin-left: -100px;
  }
}
@media (max-width: 575px) {
  .choose-section .choose-right-box .text_right {
    -webkit-mask-image: inherit;
    -webkit-mask-repeat: no-repeat;
    mask-image: inherit;
    border-left: 0;
    max-width: 373px;
    width: 100%;
  }
}
.choose-section .choose-right-box .text_right .content {
  padding-left: 55px;
}
.choose-section .choose-right-box .text_right .content .arrow {
  margin: 20px 0 30px 50px;
}
.choose-section .choose-right-box .text_right .title {
  font-size: 31px;
  line-height: 38px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin: 0;
}
.choose-section .choose-right-box .text_right .year {
  font-size: 31px;
  line-height: 23px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.choose-section .choose-right-box .middle-btn {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(0, -50%);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: var(--theme-color);
  outline: 14px solid var(--light-color);
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  color: var(--white-color);
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .choose-section .choose-right-box .middle-btn {
    left: 57%;
  }
}
@media (max-width: 1299px) {
  .choose-section .choose-right-box .middle-btn {
    left: 54%;
  }
}
@media (max-width: 1199px) {
  .choose-section .choose-right-box .middle-btn {
    left: 60%;
  }
}
@media (max-width: 575px) {
  .choose-section .choose-right-box .middle-btn {
    left: 47%;
    top: 24%;
  }
}

/*==== Choose Section One =====================*/
.choose-section.style-2 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .choose-section.style-2 {
    padding-bottom: 60px;
  }
}
.choose-section.style-2 .choose-left {
  position: relative;
}
.choose-section.style-2 .choose-left .circle-shape {
  position: absolute;
  top: 31%;
  left: 0;
  z-index: -1;
}
@media (max-width: 430px) {
  .choose-section.style-2 .choose-left .circle-shape {
    display: none;
  }
}
.choose-section.style-2 .choose-left .leaf-shape {
  position: absolute;
  z-index: -1;
  top: 28%;
  right: 35%;
}
.choose-section.style-2 .choose-left .growth {
  font-size: 18px;
  line-height: 26px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  background: var(--bs-bg-color11);
  filter: drop-shadow(0px 10px 35px rgba(205, 211, 228, 0.3));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1.5px solid var(--white-color);
  border-radius: 12px;
  display: inline-block;
  padding: 20px 30px;
  position: absolute;
  top: 39%;
  left: 46%;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .choose-section.style-2 .choose-left .growth {
    left: 50%;
  }
}
@media (max-width: 430px) {
  .choose-section.style-2 .choose-left .growth {
    padding: 20px 10px;
  }
}
@media (max-width: 375px) {
  .choose-section.style-2 .choose-left .growth {
    font-size: 16px;
  }
}
.choose-section.style-2 .choose-left .growth i {
  color: var(--theme-color);
  font-size: 20px;
  margin-right: 10px;
}
.choose-section.style-2 .choose-right-box {
  margin-left: 0;
  display: inherit;
  /*==== Social Proof =======*/
}
.choose-section.style-2 .choose-right-box .chnex-social-proof {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
@media (max-width: 390px) {
  .choose-section.style-2 .choose-right-box .chnex-social-proof {
    flex-direction: column;
    align-items: start;
  }
}
.choose-section.style-2 .choose-right-box .chnex-social-proof .social {
  display: flex;
  align-items: center;
}
.choose-section.style-2 .choose-right-box .chnex-social-proof .social img {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -25px;
  background-color: var(--dark-color3);
  border: 3px solid var(--light-color2);
}
.choose-section.style-2 .choose-right-box .chnex-social-proof .social img:first-child {
  margin-left: 0;
}
.choose-section.style-2 .choose-right-box .chnex-social-proof .happy-customers .text {
  font-size: 20px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.choose-section.style-2 .choose-right-box .chnex-social-proof .happy-customers .rating-viewers {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: var(--dark-color);
  font-family: var(--title-font);
}
.choose-section.style-2 .choose-right-box .chnex-social-proof .scribble {
  position: absolute;
  top: -52%;
  left: 50%;
}
@media (max-width: 1024px) {
  .choose-section.style-2 .choose-right-box .chnex-social-proof .scribble {
    display: none;
  }
}
.choose-section.style-2 .choose-right-box .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
@media (max-width: 430px) {
  .choose-section.style-2 .choose-right-box .feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.choose-section.style-2 .choose-right-box .feature-grid .feature-item .icon {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--theme-color);
  margin-bottom: 20px;
}
.choose-section.style-2 .choose-right-box .feature-grid .feature-item .icon.dark {
  background: var(--dark-color);
}
.choose-section.style-2 .choose-right-box .feature-grid .feature-item h4 {
  font-size: 24px;
  line-height: 26px;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
}
.choose-section.style-2 .choose-right-box .feature-grid .feature-item p {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .choose-section.style-2 .choose-right-box .feature-grid .feature-item p {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .choose-section.style-2 .choose-right-box .feature-grid .feature-item p {
    max-width: 90%;
  }
}
.choose-section.style-2 .choose-right-box .feature-grid .feature-item:hover .icon img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}

/*==== Choose Section Three =====================*/
.choose-section.style-3 .choose-inner .choose-left-box .main-box {
  position: absolute;
  right: -4px;
  z-index: 2;
  bottom: 0;
  background: var(--light-color2);
  border-top: 24px solid var(--light-color2);
  border-left: 24px solid var(--light-color2);
  border-bottom: 24px solid var(--light-color2);
  border-top-left-radius: 30px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .choose-section.style-3 .choose-inner .choose-left-box .main-box {
    right: 30px;
  }
}
@media (max-width: 1280px) {
  .choose-section.style-3 .choose-inner .choose-left-box .main-box {
    right: 30px;
  }
}
.choose-section.style-3 .choose-inner .choose-left-box .main-box::before {
  position: absolute;
  right: 0px;
  top: -54px;
  content: "";
  height: 30px;
  width: 30px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23e8edfa"></path></svg>');
  transform: rotate(180deg);
}
.choose-section.style-3 .choose-inner .choose-left-box .main-box::after {
  position: absolute;
  left: -54px;
  bottom: -25px;
  content: "";
  height: 30px;
  width: 30px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23e8edfa"></path></svg>');
  transform: rotate(180deg);
}
.choose-section.style-3 .choose-inner .choose-left-box .main-box .since-box {
  padding: 30px 35px 32px;
  max-width: 280px;
  text-align: center;
  background: var(--theme-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .choose-section.style-3 .choose-inner .choose-left-box .main-box .since-box {
    bottom: -90px;
  }
}
@media (max-width: 991px) {
  .choose-section.style-3 .choose-inner .choose-left-box .main-box .since-box {
    display: none;
  }
}
.choose-section.style-3 .choose-inner .choose-left-box .main-box .since-box:hover .icon-box .icon i {
  animation: wobble_spatial 1s forwards ease-in-out 0s;
}
.choose-section.style-3 .choose-inner .choose-left-box .main-box .since-box .icon-box {
  border: 8px solid transparent;
  border-radius: 50%;
  outline: 1px solid var(--bs-border-color7);
}
.choose-section.style-3 .choose-inner .choose-left-box .main-box .since-box .icon-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: var(--white-color);
  border: 1px solid var(--bs-border-color2);
  margin: auto;
  border: 8px solid transparent;
  border-radius: 50%;
  outline: 1px solid var(--bs-border-color7);
}
.choose-section.style-3 .choose-inner .choose-left-box .main-box .since-box .since {
  font-size: 24px;
  line-height: 1.66;
  color: var(--white-color);
  font-weight: 600;
  margin: 27px 0 8px;
}
.choose-section.style-3 .choose-inner .choose-left-box .main-box .since-box .text {
  opacity: 0.8;
  color: var(--white-color);
  font-size: 15px;
}
.choose-section.style-3 .choose-inner .choose-left-box .main-box .since-box:hover .icon-box .icon img {
  animation: wobble_spatial 1s forwards ease-in-out 0s;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper {
  margin: 0 -170px 50px 120px;
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .choose-section.style-3 .choose-inner .choose-content-wrapper {
    margin: 0;
  }
}
@media (max-width: 1399px) {
  .choose-section.style-3 .choose-inner .choose-content-wrapper {
    margin: 0;
  }
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid var(--bs-border-color8);
  border-radius: 43px;
  margin-bottom: 35px;
  /* Extra large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab {
    gap: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab {
    flex-direction: column;
    align-items: start;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab {
    justify-content: flex-start;
  }
}
@media (max-width: 540px) {
  .choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab {
    flex-direction: column;
    align-items: start;
    border-radius: 0;
  }
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab .choose-card {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--bs-border-color8);
  background: var(--white-color);
  padding: 12px 34px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab .choose-card .icon i {
  color: var(--theme-color);
  transition: all 0.4s ease 0s;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab .choose-card .content h5 {
  margin: 0;
  font-size: 16px;
  transition: all 0.4s ease 0s;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab .choose-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: 30px;
  transition: all 0.4s ease 0s;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab .choose-card:hover::before, .choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab .choose-card.active::before {
  width: 100%;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab .choose-card:hover .icon i, .choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab .choose-card.active .icon i {
  color: var(--white-color);
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab .choose-card:hover .content h5, .choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab .choose-card.active .content h5 {
  color: var(--white-color);
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease;
  visibility: hidden;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper.active {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  visibility: visible;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper .tab-content h4 {
  font-size: 24px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper .tab-content h4 img {
  margin-right: 10px;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper .tab-content p {
  margin: 20px 0 35px;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper .tab-content .feature-grid {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 430px) {
  .choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper .tab-content .feature-grid {
    flex-direction: column;
    align-items: start;
  }
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper .tab-content .feature-grid .feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper .tab-content .feature-grid .feature-item .icon {
  width: 66px;
  height: 66px;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--theme-color);
  flex-shrink: 0;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper .tab-content .feature-grid .feature-item h4 {
  font-size: 22px;
  line-height: 1.2;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin: 0;
}
.choose-section.style-3 .choose-inner .choose-content-wrapper .choose-tab-wrapper .tab-content .feature-grid .feature-item:hover .icon img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.choose-section.style-3 .choose-inner .choose-thumb {
  /* Medium devices */
  direction: rtl;
  margin: -120px -15px 0 0;
  /* Extra large devices */
}
@media (max-width: 991px) {
  .choose-section.style-3 .choose-inner .choose-thumb {
    display: none;
  }
}
@media (max-width: 1500px) {
  .choose-section.style-3 .choose-inner .choose-thumb {
    margin: -120px 18px 0 0;
  }
}
.choose-section.style-3 .choose-inner .choose-thumb img {
  max-width: inherit;
}

/*==== Choose Section Three =====================*/
.choose-section.style-4 .choose-inner::before {
  position: absolute;
  content: "";
  z-index: 0;
  top: 800px;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--dark-color);
}
.choose-section.style-4 .choose-inner .choose-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid var(--bs-border-color8);
  border-radius: 43px;
  max-width: 740px;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .choose-section.style-4 .choose-inner .choose-tab {
    justify-content: inherit;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.choose-section.style-4 .choose-inner .choose-tab .choose-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--light-color);
  padding: 15px 34px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.choose-section.style-4 .choose-inner .choose-tab .choose-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: 30px;
  transition: all 0.4s ease 0s;
}
.choose-section.style-4 .choose-inner .choose-tab .choose-card:hover::before, .choose-section.style-4 .choose-inner .choose-tab .choose-card.active::before {
  width: 100%;
}
.choose-section.style-4 .choose-inner .choose-tab .choose-card:hover .icon, .choose-section.style-4 .choose-inner .choose-tab .choose-card.active .icon {
  filter: brightness(0) invert(1);
}
.choose-section.style-4 .choose-inner .choose-tab .choose-card:hover .content h5, .choose-section.style-4 .choose-inner .choose-tab .choose-card.active .content h5 {
  color: var(--white-color);
}
.choose-section.style-4 .choose-inner .choose-tab .choose-card .content h5 {
  font-size: 18px;
  line-height: 28px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0;
  transition: all 0.4s ease 0s;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease;
  visibility: hidden;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper.active {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  visibility: visible;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--light-color);
  padding: 25px;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item {
    flex-direction: column;
    gap: 30px;
    align-items: start;
    padding: 15px 15px 30px;
  }
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-left {
  /* Small devices */
}
@media (max-width: 767px) {
  .choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-left {
    width: 100%;
  }
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-left .data-item-hover {
  border-radius: 30px;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-left .data-item-hover .data-img-hover img {
  max-width: 640px;
  width: 100%;
  min-height: 550px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Small devices */
}
@media (max-width: 767px) {
  .choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-left .data-item-hover .data-img-hover img {
    max-width: 100%;
  }
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right {
  padding: 0 30px 0 70px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 575px) {
  .choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right {
    padding: 0;
  }
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right h6 {
  font-size: 14px;
  line-height: 22px;
  color: var(--theme-color);
  font-weight: 500;
  font-family: var(--title-font);
  border: 1px solid var(--theme-color);
  background: var(--bs-bg-color5);
  display: inline-block;
  padding: 3px 25px;
  border-radius: 50px;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right h3 {
  font-size: 30px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right p {
  /* Small devices */
}
@media (max-width: 767px) {
  .choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right p br {
    display: none;
  }
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right .counter-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right .counter-inner .count {
  font-size: 54px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
  font-family: var(--title-font);
  display: flex;
  align-items: center;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right .counter-inner .count .plus {
  font-size: 30px;
  margin-bottom: 20px;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right .counter-inner h4 {
  font-size: 18px;
  line-height: 28px;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
  margin: 0;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right .features li {
  font-size: 18px;
  line-height: 24px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin-bottom: 14px;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right .features li:last-child {
  margin-bottom: 0;
}
.choose-section.style-4 .choose-inner .choose-tab-wrapper .choose-item .choose-right .features li i {
  color: var(--theme-color);
  margin-right: 10px;
}

/*==== Choose Section Three =====================*/
.choose-section.style-5 .choose-left .title-box {
  display: flex;
  gap: 20px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  margin-top: 55px;
  height: 70px;
}
.choose-section.style-5 .choose-left .title-box:first-child {
  margin-top: 0px;
}
.choose-section.style-5 .choose-left .title-box:hover, .choose-section.style-5 .choose-left .title-box.active {
  height: 150px;
}
@media (max-width: 430px) {
  .choose-section.style-5 .choose-left .title-box:hover, .choose-section.style-5 .choose-left .title-box.active {
    height: 230px;
  }
}
.choose-section.style-5 .choose-left .title-box:hover .icon::before, .choose-section.style-5 .choose-left .title-box.active .icon::before {
  height: 110px;
}
.choose-section.style-5 .choose-left .title-box:hover .content p, .choose-section.style-5 .choose-left .title-box.active .content p {
  opacity: 1;
  overflow: visible;
}
.choose-section.style-5 .choose-left .title-box .icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}
.choose-section.style-5 .choose-left .title-box .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--theme-color);
  transition: all 0.5s ease;
  transition-duration: 0.5s;
}
.choose-section.style-5 .choose-left .title-box .content {
  margin-top: -15px;
}
.choose-section.style-5 .choose-left .title-box .content span {
  font-size: 16px;
  line-height: 1;
  color: var(--bs-text-color2);
  font-weight: 500;
  font-family: var(--title-font);
  display: inline-block;
  margin-bottom: 18px;
}
.choose-section.style-5 .choose-left .title-box .content h4 {
  font-size: 28px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin: 0 0 20px;
}
.choose-section.style-5 .choose-left .title-box .content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--bs-text-color2);
  font-family: var(--body-font);
  max-width: 85%;
  width: 100%;
  transition: all 0.4s ease 0s;
  opacity: 0;
  overflow: hidden;
}
.choose-section.style-5 .choose-right {
  position: relative;
}
.choose-section.style-5 .choose-right img {
  width: 100%;
  height: auto;
  opacity: 0;
  border-radius: 30px;
  position: absolute;
  top: 0;
  transform: translateY(50px);
  transition: all 0.4s ease 0s;
  transition-duration: 1s;
  /* Medium devices */
}
@media (max-width: 991px) {
  .choose-section.style-5 .choose-right img {
    position: inherit;
    opacity: 1;
    display: none;
  }
}
.choose-section.style-5 .choose-right img.active {
  opacity: 1;
  transform: translateY(0);
  /* Medium devices */
}
@media (max-width: 991px) {
  .choose-section.style-5 .choose-right img.active {
    display: inline-block;
  }
}

/*==== Choose Section Six =====================*/
.choose-section.style-6 .choose-left,
.choose-section.style-6 .choose-right {
  margin-right: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .choose-section.style-6 .choose-left,
  .choose-section.style-6 .choose-right {
    margin-right: 0;
  }
}
.choose-section.style-6 .choose-left .choose-box,
.choose-section.style-6 .choose-right .choose-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--bs-bg-color5);
  border: 1px solid var(--bs-border-color7);
  gap: 20px;
  padding: 30px;
  border-radius: 16px;
}
.choose-section.style-6 .choose-left .choose-box::before,
.choose-section.style-6 .choose-right .choose-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  transform: skewx(-20deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  z-index: 0;
}
.choose-section.style-6 .choose-left .choose-box .text h6,
.choose-section.style-6 .choose-right .choose-box .text h6 {
  font-size: 22px;
  line-height: 1.2;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .choose-section.style-6 .choose-left .choose-box .text h6,
  .choose-section.style-6 .choose-right .choose-box .text h6 {
    font-size: 18px;
  }
}
.choose-section.style-6 .choose-left .choose-box:hover::before,
.choose-section.style-6 .choose-right .choose-box:hover::before {
  animation: pxl_btn_shine 1.4s ease;
  animation-delay: 0.1s;
}
.choose-section.style-6 .choose-left .choose-box:hover .icon img,
.choose-section.style-6 .choose-right .choose-box:hover .icon img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.choose-section.style-6 .choose-right {
  margin-right: 0px;
  margin-left: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .choose-section.style-6 .choose-right {
    margin-left: 0;
  }
}
.choose-section.style-6 .choose-middle .ai-box {
  position: relative;
}
.choose-section.style-6 .choose-middle .ai-box .circle {
  position: absolute;
  top: 28%;
  left: 50%;
  height: 182px;
  width: 182px;
  transform: translatex(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-bg-color22);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  border: 1px solid var(--bs-border-color3);
}
.choose-section.style-6 .choose-middle .ai-box .circle h1 {
  color: var(--white-color);
  height: 128px;
  width: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--theme-color);
  border-radius: 50%;
  margin: 0;
}

/*==== Choose Section Six =====================*/
.choose-section.style-7 .choose-left,
.choose-section.style-7 .choose-right {
  margin-right: 0px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .choose-section.style-7 .choose-left,
  .choose-section.style-7 .choose-right {
    margin-right: 0;
  }
}
.choose-section.style-7 .choose-left .choose-box,
.choose-section.style-7 .choose-right .choose-box {
  position: relative;
  overflow: hidden;
  display: inherit;
  align-items: center;
  background: var(--bs-bg-color14);
  border: 1px solid var(--bs-border-color7);
  gap: 20px;
  padding: 40px;
  border-radius: 16px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .choose-section.style-7 .choose-left .choose-box,
  .choose-section.style-7 .choose-right .choose-box {
    padding: 30px;
  }
}
.choose-section.style-7 .choose-left .choose-box::before,
.choose-section.style-7 .choose-right .choose-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  transform: skewx(-20deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  z-index: 0;
}
.choose-section.style-7 .choose-left .choose-box .text h6,
.choose-section.style-7 .choose-right .choose-box .text h6 {
  font-size: 22px;
  line-height: 1.2;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 30px 0 18px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .choose-section.style-7 .choose-left .choose-box .text h6,
  .choose-section.style-7 .choose-right .choose-box .text h6 {
    font-size: 18px;
  }
}
.choose-section.style-7 .choose-left .choose-box .text p,
.choose-section.style-7 .choose-right .choose-box .text p {
  color: var(--bs-text-color2);
}
.choose-section.style-7 .choose-left .choose-box:hover::before,
.choose-section.style-7 .choose-right .choose-box:hover::before {
  animation: pxl_btn_shine 1.4s ease;
  animation-delay: 0.1s;
}
.choose-section.style-7 .choose-left .choose-box:hover .icon img,
.choose-section.style-7 .choose-right .choose-box:hover .icon img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.choose-section.style-7 .choose-right {
  margin-right: 0px;
  margin-left: 0px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .choose-section.style-7 .choose-right {
    margin-left: 0;
  }
}
.choose-section.style-7 .choose-middle {
  margin-bottom: -100px;
}

/*==== skill style One =====================*/
.skill-section .skill-inner .skill-left-box .skill-thumb {
  direction: rtl;
  margin: -120px 25px 0 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .skill-section .skill-inner .skill-left-box .skill-thumb {
    direction: inherit;
    margin: -120px 0px 0 0;
  }
}
.skill-section .skill-inner .skill-left-box .skill-thumb img {
  max-width: inherit;
  /* Medium devices */
}
@media (max-width: 991px) {
  .skill-section .skill-inner .skill-left-box .skill-thumb img {
    max-width: 100%;
    width: 100%;
  }
}
.skill-section .skill-inner .skill-content-wrap {
  /* Medium devices */
}
@media (max-width: 991px) {
  .skill-section .skill-inner .skill-content-wrap {
    margin-bottom: 40px;
  }
}
.skill-section .skill-inner .skill-content-wrap .skills .skill-item .skill-bar .bar-inner {
  border: 1px solid rgba(6, 17, 83, 0.2);
  padding: 6px;
  border-radius: 20px;
  background: transparent;
}
.skill-section .skill-inner .skill-content-wrap .skills .skill-item .skill-bar .bar-inner .bar {
  top: 3px;
  position: absolute;
}

/*==== Default Skills Style =====================*/
.skills {
  position: relative;
  width: 100%;
  margin-top: -11px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 19px;
}
.skills .skill-item:last-child {
  margin-bottom: 0;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 0;
}
.skills .skill-item .skill-header .skill-title {
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin-bottom: 11px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: var(--bs-bg-color9);
}
.skills .skill-item .skill-bar .bar-inner .bar {
  width: 0;
  height: 5px;
  border-radius: 3px;
  transition: all 3000ms ease;
  background-color: var(--theme-color);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 12px;
}

.project-section .project-title-area {
  align-items: center;
  justify-content: space-between;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-section .project-title-area {
    align-items: start;
    flex-direction: column;
  }
}

.project-single-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.project-single-box .image-wrapper img {
  width: 100%;
}
.project-single-box .project-info {
  position: absolute;
  bottom: -110px;
  left: 20px;
  transition: bottom 0.4s ease-in-out;
  transition: all 0.4s ease 0s;
}
@media (min-width: 1280px) and (max-width: 1299px) {
  .project-single-box .project-info {
    bottom: -145px;
  }
}
.project-single-box .project-info .tag {
  font-size: 13px;
  line-height: 24px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--body-font);
  padding: 4px 20px;
  background: var(--bs-bg-color5);
  border: 1px solid var(--bs-bg-color12);
  border-radius: 15px;
}
.project-single-box .project-info .title {
  font-size: 24px;
  line-height: 34px;
 /** margin-top: 15px; **/
  color: var(--white-color);
  font-weight: 600;
}
.project-single-box .project-info .title a {
  color: var(--white-color);
}
.project-single-box .project-info .border {
  background: var(--bs-bg-color10);
  width: 90%;
  opacity: 0;
  visibility: hidden;
}
.project-single-box .project-info p {
 /** color: var(--white-color); **/
}
.project-single-box .project-info .icon-box {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: var(--orange-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-single-box .project-info .icon-box i {
  color: var(--white-color);
}
.project-single-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 65%;
  transition: all 0.4s ease 0s;
  background-image: linear-gradient(0deg, rgb(17, 53, 113) 0%, rgb(17, 53, 113) 3%, rgba(17, 53, 113, 0) 50%, rgba(17, 53, 113, 0) 70%);
  transition: all 0.4s ease-in-out;
  left: 0;
  bottom: 0;
}
.project-single-box:hover::before {
  height: 100%;
}
.project-single-box:hover .project-info {
  bottom: 40px;
}
.project-single-box:hover .project-info .border {
  opacity: 1;
  visibility: visible;
}

.project-section.inner .project-filter-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-section.inner .project-filter-buttons .menu-filtering {
  display: flex;
  justify-content: center;
  padding: 15px;
  max-width: 565px;
  border-radius: 35px;
  border: 1px solid var(--bs-border-color8);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .project-section.inner .project-filter-buttons .menu-filtering {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.project-section.inner .project-filter-buttons .menu-filtering li {
  display: inline-block;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  padding: 0 23px;
  height: 38px;
  line-height: 37px;
  border-radius: 19px;
  border: 1px solid var(--bs-border-color8);
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.project-section.inner .project-filter-buttons .menu-filtering li + li {
  margin-left: 10px;
}
.project-section.inner .project-filter-buttons .menu-filtering li.active {
  background: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}
.project-section.inner .project-single-box {
  transition: all 0.4s ease 0s;
  overflow: hidden;
}
.project-section.inner .project-single-box::before {
  display: none;
}
.project-section.inner .project-single-box .thumb {
  border-radius: 10px;
  overflow: hidden;
  transform: translateZ(0);
}
.project-section.inner .project-single-box .thumb img {
  width: 100%;
  transition: all 0.4s ease 0s;
}
.project-section.inner .project-single-box .project-info {
  position: static;
  padding: 18px 0 18px;
  border-bottom: 1px solid var(--bs-border-color8);
}
@media (min-width: 992px) and (max-width: 1024px) {
  .project-section.inner .project-single-box .project-info h4 {
    font-size: 20px;
  }
}
.project-section.inner .project-single-box .project-info .project-badge {
  margin-bottom: 0;
}
.project-section.inner .project-single-box .project-info .project-badge span {
  color: var(--dark-color);
  cursor: pointer;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  border-radius: 15px;
  background-color: var(--bs-bg-color14);
  border: 1px solid var(--bs-border-color);
  margin-right: 5px;
}
.project-section.inner .project-single-box .project-info .project-badge span:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.project-section.inner .project-single-box .project-info .title {
  margin-bottom: 5px;
}
.project-section.inner .project-single-box .project-info .title a {
  color: var(--dark-color);
  background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.4s ease 0s;
}
.project-section.inner .project-single-box .project-info .title a:hover {
  color: var(--dark-color);
  background-size: 100% 2px;
}
.project-section.inner .project-single-box:hover .thumb img {
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform 0.2s ease-in-out;
}
.project-section.inner .project-single-box:hover .project-info .project-badge span {
  border: 1px solid var(--theme-color);
}

.project-section .project-title-area {
  align-items: center;
  justify-content: space-between;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-section .project-title-area {
    align-items: start;
    flex-direction: column;
  }
}

.project-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .project-wrapper {
    flex-direction: column;
  }
}
.project-wrapper .project-card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.project-wrapper .project-card .project-thumb {
  position: relative;
  z-index: 1;
  width: 190px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--light-color4);
  transition: all 0.4s ease 0s;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .project-wrapper .project-card .project-thumb {
    width: 150px;
  }
}
@media (max-width: 1399px) {
  .project-wrapper .project-card .project-thumb {
    width: 135px;
  }
}
@media (max-width: 1299px) {
  .project-wrapper .project-card .project-thumb {
    width: 115px;
  }
}
@media (max-width: 1024px) {
  .project-wrapper .project-card .project-thumb {
    width: 100%;
  }
}
.project-wrapper .project-card .project-thumb .image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.project-wrapper .project-card .project-thumb .image .main {
  opacity: 0;
  visibility: hidden;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-wrapper .project-card .project-thumb .image .main {
    opacity: 1;
    visibility: visible;
  }
}
.project-wrapper .project-card .project-thumb .image .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease 0s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-wrapper .project-card .project-thumb .image .thumb {
    display: none;
  }
}
.project-wrapper .project-card .project-thumb .image::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(5, 17, 83, 0.9490196078) 0%, rgba(5, 17, 83, 0.9490196078) 30%, rgba(5, 17, 83, 0.1490196078) 60%, rgba(5, 17, 83, 0.1490196078) 100%);
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
@media (max-width: 1024px) {
  .project-wrapper .project-card .project-thumb .image {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
  }
}
.project-wrapper .project-card .project-thumb .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-wrapper .project-card .project-thumb .active-content span {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 40px;
  transform: translateX(-50%) rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  font-size: 20px;
  color: var(--white-color);
  background: var(--bs-bg-color5);
  border: 1px solid var(--bs-border-color3);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .project-wrapper .project-card .project-thumb .active-content span {
    display: none;
  }
}
.project-wrapper .project-card .project-thumb .active-content h3 {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%) rotate(180deg);
  color: var(--white-color);
  writing-mode: vertical-lr;
  text-orientation: mixed;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .project-wrapper .project-card .project-thumb .active-content h3 {
    display: none;
  }
}
.project-wrapper .project-card .project-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 100%;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
@media (max-width: 430px) {
  .project-wrapper .project-card .project-content {
    left: 30px;
  }
}
@media (max-width: 1024px) {
  .project-wrapper .project-card .project-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.project-wrapper .project-card .project-content .project-text h2 a {
  font-size: 42px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 700;
  font-family: var(--title-font);
  /* Extra small devices */
}
@media (max-width: 430px) {
  .project-wrapper .project-card .project-content .project-text h2 a {
    font-size: 38px;
  }
}
@media (max-width: 375px) {
  .project-wrapper .project-card .project-content .project-text h2 a {
    font-size: 30px;
  }
}
.project-wrapper .project-card .project-content .project-text p {
  font-size: 16px;
  line-height: 38px;
  color: var(--bs-text-color2);
  font-weight: 400;
  font-family: var(--title-font);
}
.project-wrapper .project-card .project-content .project-text .border {
  width: 88%;
  background: var(--bs-border-color5);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .project-wrapper .project-card .project-content .project-text .border {
    width: 80%;
  }
}
.project-wrapper .project-card .project-content .tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-wrapper .project-card .project-content .tags span {
  padding: 4px 20px;
  border: 1px solid var(--bs-border-color7);
  border-radius: 20px;
  background: var(--bs-bg-color14);
  font-size: 13px;
  color: var(--white-color);
  line-height: 24px;
}
.project-wrapper .project-card .video-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.project-wrapper .project-card .video-btn a {
  background: var(--theme-color);
  color: var(--white-color);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
  font-size: 20px;
}
.project-wrapper .project-card.active::before {
  height: 100%;
  opacity: 1;
}
.project-wrapper .project-card.active .project-thumb {
  width: 830px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .project-wrapper .project-card.active .project-thumb {
    width: 750px;
  }
}
@media (max-width: 1399px) {
  .project-wrapper .project-card.active .project-thumb {
    width: 710px;
  }
}
@media (max-width: 1299px) {
  .project-wrapper .project-card.active .project-thumb {
    width: 670px;
  }
}
@media (max-width: 1199px) {
  .project-wrapper .project-card.active .project-thumb {
    width: 630px;
  }
}
@media (max-width: 1024px) {
  .project-wrapper .project-card.active .project-thumb {
    width: 100%;
  }
}
.project-wrapper .project-card.active .project-thumb .image {
  height: 100%;
}
.project-wrapper .project-card.active .project-thumb .image .thumb {
  transform: scale(1.3);
  opacity: 0;
  visibility: hidden;
}
.project-wrapper .project-card.active .project-thumb .image .main {
  opacity: 1;
  visibility: visible;
}
.project-wrapper .project-card.active .project-thumb .active-content {
  opacity: 0;
  visibility: hidden;
}
.project-wrapper .project-card.active .project-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.project-wrapper .project-card.active .video-btn {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

/*==== Project Style Three =====================*/
.project-section.style-3 .project-filter-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-section.style-3 .project-filter-buttons .menu-filtering {
  display: flex;
  justify-content: center;
  padding: 10px;
  max-width: 600px;
  border-radius: 35px;
  border: 1px solid var(--bs-border-color8);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .project-section.style-3 .project-filter-buttons .menu-filtering {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.project-section.style-3 .project-filter-buttons .menu-filtering li {
  display: inline-block;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  padding: 0 23px;
  height: 38px;
  line-height: 37px;
  border-radius: 19px;
  border: 1px solid var(--bs-border-color8);
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.project-section.style-3 .project-filter-buttons .menu-filtering li + li {
  margin-left: 10px;
}
.project-section.style-3 .project-filter-buttons .menu-filtering li.active {
  background: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}

/*==== Project Style Three =====================*/
.project-section.style-4 .thumbs {
  /* Medium devices */
}
@media (max-width: 991px) {
  .project-section.style-4 .thumbs::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6705882353);
    z-index: 2;
  }
}
.project-section.style-4 .thumbs .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.project-section.style-4 .thumbs .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-section.style-4 .thumbs .thumb img {
    border-radius: 0;
  }
}
.project-section.style-4 .thumbs .thumb::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(6, 17, 83) -50%, rgb(6, 17, 83) 11%, rgba(6, 17, 83, 0) 36%, rgba(5, 17, 83, 0) 55%);
  z-index: 0;
  border-radius: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-section.style-4 .thumbs .thumb::before {
    display: none;
  }
}
.project-section.style-4 .thumbs .thumb.active {
  opacity: 1;
  z-index: 1;
}
.project-section.style-4 .thumbs .thumb.active img {
  border-radius: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-section.style-4 .thumbs .thumb.active img {
    border-radius: 0;
  }
}

.project-box-five {
  position: relative;
  overflow: hidden;
  z-index: 2;
  min-height: 650px;
  transition: all 0.4s ease 0s;
  border-right: 1px solid var(--bs-border-color7);
  /* Medium devices */
}
@media (max-width: 991px) {
  .project-box-five {
    border-bottom: 2px solid var(--bs-border-color7);
  }
}
.project-box-five::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.4s ease-in-out;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}
.project-box-five .serial {
  position: absolute;
  top: 50px;
  left: 40px;
  font-size: 60px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.12);
  font-weight: 500;
}
.project-box-five .video-btn .popup-video {
  position: absolute;
  top: 50px;
  right: 40px;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.4s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-color: var(--theme-color);
}
.project-box-five .video-btn .popup-video i {
  color: var(--white-color);
}
.project-box-five .project-info {
  position: absolute;
  padding: 0 40px;
  left: 0;
  bottom: 0px;
  transition: all 0.4s ease 0s;
  height: 165px;
}
@media (max-width: 1280px) {
  .project-box-five .project-info {
    padding: 0 20px;
  }
}
.project-box-five .project-info .title {
  font-size: 28px;
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .project-box-five .project-info .title {
    font-size: 25px;
  }
}
.project-box-five .project-info .title a {
  color: var(--white-color);
}
@media (min-width: 992px) and (max-width: 1024px) {
  .project-box-five .project-info .title {
    font-size: 20px;
  }
}
.project-box-five .project-info .description {
  position: relative;
  z-index: 2;
}
.project-box-five .project-info .project-badge {
  margin-bottom: 40px;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all var(--dur), opacity var(--dur_half);
  --dur: 0.6s;
  --dur_half: calc(var(--dur) * 0.5);
  --max-height: 250px;
}
.project-box-five .project-info .project-badge a {
  display: inline-block;
  font-size: 12px;
  color: var(--white-color);
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  border-radius: 15px;
  background-color: var(--bs-bg-color14);
  border: 1px solid var(--bs-border-color7);
  margin-right: 5px;
  position: relative;
  z-index: 1;
}
.project-box-five .project-info .project-badge a:hover {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.project-box-five .project-info .text {
  font-size: 16px;
  line-height: 26px;
  color: var(--bs-text-color2);
  font-weight: 400;
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .project-box-five .project-info .text {
    font-size: 14px;
  }
}
.project-box-five .project-info .project-btn {
  padding: 0;
  background: transparent;
  overflow: hidden;
  max-width: 45px;
  gap: 0;
  display: flex;
  align-items: center;
}
.project-box-five .project-info .project-btn .link-text {
  color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  position: relative;
  display: block;
  height: 26px;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.project-box-five .project-info .project-btn > i {
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(31deg) brightness(104%) contrast(75%);
  display: none;
}
.project-box-five:hover::before {
  opacity: 1;
}
.project-box-five:hover .video-btn .popup-video {
  opacity: 1;
  transform: scale(1);
}
.project-box-five:hover .project-info {
  height: 300px;
}
.project-box-five:hover .project-badge {
  opacity: 1;
  max-height: var(--max-height);
  transition: all var(--dur), opacity var(--dur_half) var(--dur_half);
}
.project-box-five:hover .project-btn {
  padding: 0;
  max-width: 105px;
  gap: 10px;
}
.project-box-five:hover .project-btn .link-text {
  animation: typing 1s steps(20) forwards;
  visibility: visible;
}
.project-box-five:hover .project-btn > i {
  filter: brightness(0) invert(1);
  display: inline-block;
}
.project-box-five:hover .project-btn > i.icon-arrow-up-right {
  width: 10px !important;
  height: 10px !important;
}

/*==== Project Style Three =====================*/
.project-section.style-5 .project-item-inner {
  border-radius: 0 0 30px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .project-section.style-5 .project-item-inner {
    border-radius: 0;
  }
}
.project-section.style-5 .project-item-inner .project-item {
  position: relative;
  display: flex;
  align-items: center;
  background: #030f44;
  border: 1px solid var(--bs-border-color5);
  padding: 15px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 912px) {
  .project-section.style-5 .project-item-inner .project-item {
    flex-direction: column;
    gap: 30px;
  }
}
.project-section.style-5 .project-item-inner .project-item .project-left {
  position: relative;
  min-width: 300px;
}
@media (max-width: 912px) {
  .project-section.style-5 .project-item-inner .project-item .project-left {
    width: 100%;
  }
}
.project-section.style-5 .project-item-inner .project-item .project-left .overlay-anim4 {
  border-radius: 20px;
}
.project-section.style-5 .project-item-inner .project-item .project-left .overlay-anim4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .project-section.style-5 .project-item-inner .project-item .project-left .overlay-anim4 img {
    height: 340px;
  }
}
@media (max-width: 912px) {
  .project-section.style-5 .project-item-inner .project-item .project-left .overlay-anim4 img {
    height: inherit;
  }
}
.project-section.style-5 .project-item-inner .project-item .project-right {
  padding: 0 40px 0 50px;
  flex: 1;
}
@media (max-width: 1024px) {
  .project-section.style-5 .project-item-inner .project-item .project-right {
    padding: 0 20px 0 20px;
  }
}
.project-section.style-5 .project-item-inner .project-item .project-right h6 {
  font-size: 14px;
  line-height: 22px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  border-radius: 16px;
  background-color: var(--bs-bg-color5);
  border: 1px solid var(--bs-border-color8);
  display: inline-block;
  padding: 3px 20px;
}
.project-section.style-5 .project-item-inner .project-item .project-right h2 {
  font-size: 30px;
  line-height: 40px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
@media (max-width: 414px) {
  .project-section.style-5 .project-item-inner .project-item .project-right h2 br {
    display: none;
  }
}
.project-section.style-5 .project-item-inner .project-item .project-right p {
  color: var(--bs-text-color2);
}
@media (max-width: 1024px) {
  .project-section.style-5 .project-item-inner .project-item .project-right p br {
    display: none;
  }
}
.project-section.style-5 .project-item-inner .project-item .project-right .project-tags {
  display: flex;
  align-items: center;
}
.project-section.style-5 .project-item-inner .project-item .project-right .project-tags span {
  font-size: 18px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin-right: 15px;
}
.project-section.style-5 .project-item-inner .project-item .project-right .project-tags li {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #3fc74c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-section.style-5 .project-item-inner .project-item .project-right .project-tags li:last-child {
  background-color: var(--orange-color);
  margin-left: 10px;
}
.project-section.style-5 .project-item-inner .project-item .project-right .learn-more {
  color: var(--white-color);
  font-weight: 500;
  display: inline-block;
  padding: 0 24px;
  background: var(--bs-bg-color5);
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid var(--bs-border-color5);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-section.style-5 .project-item-inner .project-item .project-right .learn-more::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--theme-color);
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.project-section.style-5 .project-item-inner .project-item .project-right .learn-more:hover {
  color: var(--white-color);
}
.project-section.style-5 .project-item-inner .project-item .project-right .learn-more:hover::before {
  width: 100%;
  left: 0;
}
.project-section.style-5 .project-item-inner .project-item .project-right .border {
  background: var(--bs-bg-color5);
}
.project-section.style-5 .project-item-inner .project-item .project-right .border::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color);
  transition: all 0.4s ease 0s;
}
@media (max-width: 1024px) {
  .project-section.style-5 .project-item-inner .project-item .project-right .border {
    margin-bottom: 20px !important;
  }
}
.project-section.style-5 .project-item-inner .project-item .project-right .tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 300px;
}
@media (max-width: 430px) {
  .project-section.style-5 .project-item-inner .project-item .project-right .tags {
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-section.style-5 .project-item-inner .project-item .project-right .tags span {
  padding: 4px 20px;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid var(--bs-border-color8);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--gray-color2);
  font-weight: 500;
  font-family: var(--title-font);
}
.project-section.style-5 .project-item-inner .project-item .project-right .tags span:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.project-section.style-5 .project-item-inner .project-item:hover .project-right .border::before {
  width: 100%;
  left: 0;
}

/*==== Project Details =====================*/
.project-sidebar {
  position: sticky;
  top: 100px;
  max-width: 408px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .project-sidebar {
    max-width: 100%;
  }
}
.project-sidebar .widget-box.project-details-box {
  background-color: var(--white-color);
  padding: 0;
  border-radius: 10px;
}
.project-sidebar .widget-box.project-details-box .title {
  font-size: 24px;
  color: var(--white-color);
  font-weight: 500;
  text-align: center;
  background-color: var(--theme-color);
  padding: 25px 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.project-sidebar .widget-box.project-details-box .content {
  padding: 10px 35px 22px;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .project-sidebar .widget-box.project-details-box .content {
    padding: 10px 20px 22px;
  }
}
@media (max-width: 375px) {
  .project-sidebar .widget-box.project-details-box .content {
    padding: 10px 20px 22px;
  }
}
.project-sidebar .widget-box.project-details-box .content ul li {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 500;
  padding: 13px 0;
  font-style: var(--title-font);
  border-bottom: 1px dashed var(--dark-color);
}
.project-sidebar .widget-box.project-details-box .content ul li:last-child {
  border-bottom: none;
}
.project-sidebar .widget-box.project-details-box .content ul li strong {
  color: var(--dark-color);
  font-weight: 600;
}
.project-sidebar .widget-box.project-details-box .content ul li a {
  color: var(--dark-color);
}
.project-sidebar .widget-box.project-details-box .content ul li a:hover {
  text-decoration: underline;
}
.project-sidebar .widget-box.consulting-box {
  padding: 60px 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .project-sidebar .widget-box.consulting-box {
    padding: 60px 20px;
  }
}
@media (max-width: 375px) {
  .project-sidebar .widget-box.consulting-box {
    padding: 60px 20px;
  }
}
.project-sidebar .widget-box.consulting-box:hover .inner-box .icon img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.project-sidebar .widget-box.consulting-box .inner-box {
  text-align: center;
}
.project-sidebar .widget-box.consulting-box .inner-box .icon {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.project-sidebar .widget-box.consulting-box .inner-box .title {
  font-size: 28px;
  line-height: 1.2;
  color: var(--white-color);
  font-style: var(--title-font);
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 30px;
}
.project-sidebar .widget-box.consulting-box .inner-box .text {
  font-size: 16px;
  color: var(--bs-text-color2);
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .project-sidebar .widget-box.consulting-box .inner-box .text {
    font-size: 15px;
  }
}
.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item:last-child {
  margin-bottom: 0;
}
.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item:hover .icon i {
  animation: wobble_vertical 0.8s forwards ease-in-out 0s;
}
.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bs-border-color);
  font-size: 20px;
  color: var(--theme-color2);
}
.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item .icon i {
  width: 20px !important;
  height: 20px !important;
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(31deg) brightness(104%) contrast(75%);
}
.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item .content p {
  font-size: 14px;
  color: var(--gray-color2);
  font-weight: 400;
  margin-bottom: 0;
}
.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item .content a {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
}
.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item .content a:hover {
  color: var(--theme-color2);
}

.project-details__content img {
  width: 100%;
}
.project-details__content .title {
  font-size: 32px;
  color: var(--dark-color);
  font-weight: 700;
  margin-bottom: 15px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .project-details__content .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .project-details__content .title {
    font-size: 26px;
  }
}
.project-details__content p {
  width: 95%;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .project-details__content p {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .project-details__content p {
    text-align: justify;
  }
}
.project-details__content .featured-list li {
  font-size: 16px;
  color: var(--gray-color2);
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.project-details__content .featured-list li + li {
  margin-top: 13px;
}
.project-details__content .featured-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  content: "\f00c";
  left: 0;
  font-size: 18px;
  color: var(--theme-color);
  font-family: var(--icon-font);
  font-weight: 900;
}
.project-details__content .featured-list .list-style-2 li::before {
  content: "\f058";
  color: var(--theme-color);
}
.project-details__content .details-image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.project-details__content .details-image-box .title {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 500;
  margin-bottom: 0;
  background: var(--white-color);
  padding: 25px 30px;
}

.project-details__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0 25px;
  margin: 40px 0 40px;
  border-top: 1px solid var(--bs-border-color2);
  border-bottom: 1px solid var(--bs-border-color2);
}
@media (max-width: 540px) {
  .project-details__bottom {
    gap: 20px;
  }
}

.project-details__tags {
  display: flex;
  align-items: center;
}
.project-details__tags li {
  display: inline-block;
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background-color: transparent;
  border: 1px solid var(--bs-border-color2);
  padding: 0 20px;
  margin-right: 6px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.project-details__tags li:hover {
  color: var(--white-color);
  background: var(--theme-color);
}
.project-details__tags li a:hover {
  color: var(--white-color);
  
}
.project-details__tags li:last-child {
  margin-right: 0;
}

.project-details__social-list,
.project-details__tags {
  /* Extra small devices */
}
.project-details__social-list span,
.project-details__tags span {
  font-size: 18px;
  color: var(--dark-color);
  font-weight: 500;
  margin-right: 10px;
}
@media (max-width: 375px) {
  .project-details__social-list,
  .project-details__tags {
    flex-wrap: wrap;
    gap: 0;
  }
}

.project-details__social-list {
  display: flex;
  align-items: center;
}
.project-details__social-list a {
  position: relative;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-color);
  background-color: transparent;
  border: 1px solid var(--bs-border-color2);
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
.project-details__social-list a:hover {
  color: var(--white-color);
}
.project-details__social-list a:hover:after {
  height: 100%;
  opacity: 1;
}
.project-details__social-list a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--theme-color);
  transition: all 0.4s ease-in-out;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.project-details__social-list a + a {
  margin-left: 10px;
}

.details__pagination-box {
  position: relative;
  display: block;
}
.details__pagination-box .details__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.details__pagination-box .details__pagination li a {
  font-size: 16px;
  color: var(--dark-color);
  font-family: var(--title-font);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s ease 0s;
}
@media (max-width: 430px) {
  .details__pagination-box .details__pagination li a {
    font-size: 16px;
  }
}
.details__pagination-box .details__pagination li a:hover {
  color: var(--theme-color);
}
.details__pagination-box .details__pagination li a:hover i {
  color: var(--theme-color);
}
.details__pagination-box .details__pagination li a i {
  font-size: 20px;
  color: var(--dark-color);
  transition: all 0.4s ease 0s;
}

/*==== Achivement Section One =====================*/
@media (max-width: 1024px) {
  .achivement-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 430px) {
  .achivement-section .achivement-content-wrapper p br {
    display: none;
  }
}
.achivement-section .achivement-content-wrapper .inner-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
.achivement-section .achivement-content-wrapper .inner-contact .content .call-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  font-weight: 500;
  font-family: var(--title-font);
}
.achivement-section .achivement-content-wrapper .inner-contact .content .call-phone {
  font-size: 22px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.achivement-section .achivement-image-wrapper {
  position: relative;
}
.achivement-section .achivement-image-wrapper .thumb-bg {
  position: absolute;
  z-index: 0;
  left: -180px;
  top: 50px;
}
.achivement-section .achivement-image-wrapper .thumb-bg svg {
  width: 441px;
  height: auto;
  fill: var(--theme-color);
}
.achivement-section .achivement-image-wrapper .thumb {
  margin-left: -340px;
}
.achivement-section .achivement-right-wrapper .content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.achivement-section .achivement-right-wrapper .content h4 {
  margin: 0;
}
.achivement-section .achivement-right-wrapper .counter-box {
  background: var(--white-color);
  border-radius: 24px;
  padding: 40px 40px;
  margin-top: 30px;
  /* Medium devices */
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .achivement-section .achivement-right-wrapper .counter-box {
    width: 430px;
  }
}
@media (max-width: 991px) {
  .achivement-section .achivement-right-wrapper .counter-box {
    max-width: 430px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .achivement-section .achivement-right-wrapper .counter-box {
    max-width: 100%;
  }
}
.achivement-section .achivement-right-wrapper .counter-box .counter-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .achivement-section .achivement-right-wrapper .counter-box .counter-inner {
    margin-bottom: 40px;
  }
}
@media (max-width: 430px) {
  .achivement-section .achivement-right-wrapper .counter-box .counter-inner {
    margin-bottom: 30px;
  }
}
.achivement-section .achivement-right-wrapper .counter-box .counter-inner .icon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-color);
}
.achivement-section .achivement-right-wrapper .counter-box .counter-inner .icon i {
  font-size: 25px;
  color: var(--white-color);
}
.achivement-section .achivement-right-wrapper .counter-box .counter-inner .count {
  font-size: 48px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
  display: flex;
  align-items: center;
}
.achivement-section .achivement-right-wrapper .counter-box .counter-inner .count .plus {
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--theme-color);
}
@media (max-width: 430px) {
  .achivement-section .achivement-right-wrapper .counter-box .counter-inner .count {
    font-size: 30px;
  }
}
.achivement-section .achivement-right-wrapper .counter-box p {
  font-size: 20px;
  line-height: 28px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0;
}
.achivement-section .achivement-right-wrapper .counter-box:hover .counter-inner .icon img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}



/*==== Contact Section One =====================*/
.contact-section .overlay::before {
  position: absolute;
  content: "";
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(0, 0, 17) 0%, rgb(0, 0, 17) 1%, rgba(0, 0, 17, 0) 52%, rgba(0, 0, 17, 0) 100%);
}
.contact-section .counter-box {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color);
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  /* Medium devices */
}
@media (max-width: 991px) {
  .contact-section .counter-box {
    border-radius: 15px;
  }
}
@media (max-width: 430px) {
  .contact-section .counter-box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.contact-section .counter-box::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  width: 2px;
  height: 100px;
  background-image: linear-gradient(0deg, var(--theme-color) 0%, var(--theme-color) 7%, #7d68ff 50%, var(--theme-color) 91%, var(--theme-color) 100%);
}
@media (max-width: 430px) {
  .contact-section .counter-box::before {
    display: none;
  }
}
.contact-section .counter-box .count {
  font-size: 54px;
  line-height: 0.8;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}
.contact-section .counter-box .count > span {
  display: flex;
  align-items: center;
}
.contact-section .counter-box .count i {
  font-size: 40px;
}
.contact-section .contact-inner .choose-image-wrapper {
  position: relative;
}
.contact-section .contact-inner .choose-image-wrapper .thumb-bg {
  top: -20%;
  position: absolute;
  right: -27%;
  z-index: -1;
  /* Extra large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .contact-section .contact-inner .choose-image-wrapper .thumb-bg {
    top: -20%;
    right: -7%;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-inner .choose-image-wrapper .thumb-bg {
    top: 0%;
    right: 13%;
  }
}
.contact-section .contact-inner .choose-image-wrapper .thumb {
  margin-bottom: -120px;
  margin-left: 90px;
  margin-right: -120px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .contact-section .contact-inner .choose-image-wrapper .thumb {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 1399px) {
  .contact-section .contact-inner .choose-image-wrapper .thumb {
    margin-left: -10px;
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .contact-section .contact-inner .choose-image-wrapper .thumb {
    margin-left: -30px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-inner .choose-image-wrapper .thumb {
    margin-left: 90px;
    margin-right: -120px;
  }
}
@media (max-width: 853px) {
  .contact-section .contact-inner .choose-image-wrapper .thumb {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.contact-section .contact-inner .choose-image-wrapper .info-card {
  padding: 30px 40px;
  background: var(--theme-color);
  position: absolute;
  top: 117px;
  left: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 30px;
  /* Extra large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .contact-section .contact-inner .choose-image-wrapper .info-card {
    left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .contact-section .contact-inner .choose-image-wrapper .info-card {
    top: 80px;
    left: -80px;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-inner .choose-image-wrapper .info-card {
    left: 40px;
  }
}
@media (max-width: 430px) {
  .contact-section .contact-inner .choose-image-wrapper .info-card {
    padding: 20px 20px;
  }
}
.contact-section .contact-inner .choose-image-wrapper .info-card .info-text p {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.contact-section .contact-inner .choose-image-wrapper .info-card .info-text h4 {
  font-size: 26px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin: 0;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .contact-section .contact-inner .choose-image-wrapper .info-card .info-text h4 {
    font-size: 24px;
  }
}

.contact-form {
  padding: 53px 50px 60px;
  border-radius: 30px;
  background-color: var(--light-color);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  margin-right: 80px;
  /* Medium devices */
  /* Extra small devices */
  /* Medium devices */
}
@media (max-width: 991px) {
  .contact-form {
    margin-right: 0px;
  }
}
.contact-form .sec-title {
  font-size: 28px;
  line-height: 1.3;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  text-align: center;
}
@media (max-width: 575px) {
  .contact-form {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .contact-form {
    border-radius: 15px;
  }
}
.contact-form form .form-grid {
  display: flex;
  gap: 20px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .contact-form form .form-grid {
    gap: 0;
    flex-direction: column;
  }
}
.contact-form form .form-grid input,
.contact-form form .form-grid select,
.contact-form form .form-grid textarea {
  padding: 12px 25px;
  padding-left: 24px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1;
  background-color: var(--white-color);
  border: 1px solid var(--bs-border-color8) !important;
  color: var(--gray-color2) !important;
  outline: none;
  border: none;
  transition: border-color 0.3s ease;
}
.contact-form form .form-grid input::-moz-placeholder, .contact-form form .form-grid select::-moz-placeholder, .contact-form form .form-grid textarea::-moz-placeholder {
  font-size: 15px;
  color: var(--body-color);
}
.contact-form form .form-grid input::placeholder,
.contact-form form .form-grid select::placeholder,
.contact-form form .form-grid textarea::placeholder {
  font-size: 15px;
  color: var(--body-color);
}
.contact-form form .form-grid input:focus,
.contact-form form .form-grid select:focus,
.contact-form form .form-grid textarea:focus {
  background-color: var(--white-color);
}
.contact-form form .form-group {
  flex: 1;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .contact-form form .form-group {
    flex: 0 0 100%;
  }
}
.contact-form form .form-group .icon {
  position: absolute;
  top: 14px;
  left: 26px;
  margin: 0;
  color: var(--body-color);
}
.contact-form form .form-group textarea {
  padding: 12px 25px;
  border-radius: 10px;
  color: var(--gray-color2);
  background-color: var(--white-color);
  border: 1px solid var(--bs-border-color8) !important;
  outline: none;
  border: none;
  transition: border-color 0.3s ease;
  resize: none;
}
.contact-form form .form-group textarea::-moz-placeholder {
  font-size: 15px;
  color: var(--body-color);
}
.contact-form form .form-group textarea::placeholder {
  font-size: 15px;
  color: var(--body-color);
}
.contact-form form .form-group textarea:focus {
  background-color: var(--white-color);
}
.contact-form form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: var(--gray-color2);
}
.contact-form form .terms {
  display: flex;
  align-items: center;
  height: 18px;
  margin-bottom: 0;
}
.contact-form form .terms input[type=checkbox] {
  margin-right: 10px;
}
.contact-form form .terms label {
  font-size: 14px;
  color: var(--gray-color);
  left: 0;
  margin-bottom: 0;
}
.contact-form form button {
  width: 100%;
}

/*==== Contact Section Two =====================*/
.contact-section.style-2 .contact-inner {
  border-radius: 30px 30px 0 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .contact-section.style-2 .contact-inner {
    border-radius: 0;
  }
}
@media (max-width: 912px) {
  .contact-section.style-2 .contact-inner {
    background: var(--dark-color);
  }
}
.contact-section.style-2 .contact-inner::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--dark-color);
  border-radius: 0 30px 30px 0;
  z-index: 1;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .contact-section.style-2 .contact-inner::before {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .contact-section.style-2 .contact-inner::before {
    z-index: 0;
  }
}
.contact-section.style-2 .contact-inner .contact-us {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 150px;
  margin-left: 80px;
  bottom: 120px;
  padding: 40px 0;
  border-bottom: 1px solid var(--bs-border-color7);
  border-top: 1px solid var(--bs-border-color7);
  /* Extra large devices */
  /* Large devices */
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .contact-section.style-2 .contact-inner .contact-us {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .contact-section.style-2 .contact-inner .contact-us {
    gap: 20px;
  }
}
@media (max-width: 1299px) {
  .contact-section.style-2 .contact-inner .contact-us {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .contact-section.style-2 .contact-inner .contact-us {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 430px) {
  .contact-section.style-2 .contact-inner .contact-us {
    flex-direction: column;
    align-items: start;
  }
}
.contact-section.style-2 .contact-inner .contact-us .contact-left,
.contact-section.style-2 .contact-inner .contact-us .contact-right {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.contact-section.style-2 .contact-inner .contact-us .contact-left::before,
.contact-section.style-2 .contact-inner .contact-us .contact-right::before {
  position: absolute;
  content: "";
  right: -100px;
  top: -40px;
  width: 1px;
  height: 156px;
  background: var(--bs-border-color7);
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .contact-section.style-2 .contact-inner .contact-us .contact-left::before,
  .contact-section.style-2 .contact-inner .contact-us .contact-right::before {
    right: -30px;
  }
}
@media (max-width: 1199px) {
  .contact-section.style-2 .contact-inner .contact-us .contact-left::before,
  .contact-section.style-2 .contact-inner .contact-us .contact-right::before {
    right: -10px;
  }
}
@media (max-width: 1024px) {
  .contact-section.style-2 .contact-inner .contact-us .contact-left::before,
  .contact-section.style-2 .contact-inner .contact-us .contact-right::before {
    display: none;
  }
}
.contact-section.style-2 .contact-inner .contact-us .contact-left .content p,
.contact-section.style-2 .contact-inner .contact-us .contact-right .content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--bs-text-color2);
  font-weight: 500;
  font-family: var(--title-font);
  margin-bottom: 10px;
}
.contact-section.style-2 .contact-inner .contact-us .contact-left .content a,
.contact-section.style-2 .contact-inner .contact-us .contact-right .content a {
  font-size: 24px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
@media (min-width: 992px) and (max-width: 1024px) {
  .contact-section.style-2 .contact-inner .contact-us .contact-left .content a,
  .contact-section.style-2 .contact-inner .contact-us .contact-right .content a {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .contact-section.style-2 .contact-inner .contact-us .contact-left .content a,
  .contact-section.style-2 .contact-inner .contact-us .contact-right .content a {
    font-size: 20px;
  }
}
.contact-section.style-2 .contact-inner .contact-us .contact-left .icon,
.contact-section.style-2 .contact-inner .contact-us .contact-right .icon {
  border: 8px solid var(--bs-bg-color14);
  border-radius: 50%;
  outline: 1px solid var(--bs-border-color7);
}
.contact-section.style-2 .contact-inner .contact-us .contact-left .icon .icon-inner,
.contact-section.style-2 .contact-inner .contact-us .contact-right .icon .icon-inner {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white-color);
}
.contact-section.style-2 .contact-inner .contact-us .contact-left:hover .icon img,
.contact-section.style-2 .contact-inner .contact-us .contact-right:hover .icon img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.contact-section.style-2 .contact-inner .contact-us .contact-right::before {
  all: unset;
}
.contact-section.style-2 .overlay::before {
  position: absolute;
  content: "";
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(15, 83, 243, 0.9490196078) 0%, rgba(15, 83, 243, 0.9490196078) 30%, rgba(15, 83, 243, 0) 50%, rgba(15, 83, 243, 0) 100%);
}

.contact-form.style-2 {
  position: relative;
  z-index: 2;
}

/*==== Contact Section Two =====================*/
.contact-section.style-3::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 200px;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--dark-color);
  border-radius: 30px 30px 0 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .contact-section.style-3::before {
    border-radius: 0;
  }
}
.contact-section.style-3 .contact-wrapper {
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
}
.contact-section.style-3 .contact-wrapper .contact-right-content {
  background: var(--white-color);
  padding-left: 80px;
  border-radius: 0 30px 30px 0;
  flex: 1;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .contact-section.style-3 .contact-wrapper .contact-right-content {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .contact-section.style-3 .contact-wrapper .contact-right-content {
    padding-left: 0;
    padding: 40px;
    border-radius: 0;
  }
}
@media (max-width: 430px) {
  .contact-section.style-3 .contact-wrapper .contact-right-content {
    padding: 20px;
  }
}

.contact-form.style-3 {
  background: transparent;
  padding: 0;
}
.contact-form.style-3 .contact_form .form-grid input {
  background: var(--light-color) !important;
  border: none !important;
}
.contact-form.style-3 .contact_form .form-group {
  margin-bottom: 28px;
}
.contact-form.style-3 .contact_form .form-group .custom-select {
  background-color: var(--light-color) !important;
  border: none !important;
}
.contact-form.style-3 .contact_form .form-group .select2-container .select2-selection--single {
  background-color: var(--light-color) !important;
  border: none !important;
}
.contact-form.style-3 .contact_form .form-group textarea {
  background-color: var(--light-color) !important;
  border: none !important;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.contact-wrapper .col-lg-6 {
  display: flex;
  flex-direction: column;
}

.contact-left-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*==== Contact Section Four =====================*/
.contact-section.style-4 .contact-right-content {
  background: var(--white-color);
  padding-left: 80px;
  border-radius: 0 30px 30px 0;
  flex: 1;
  padding: 80px 50px 80px;
  border-radius: 30px;
  background-color: var(--light-color);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .contact-section.style-4 .contact-right-content {
    padding: 50px 30px 50px;
  }
}
.contact-section.style-4 .contact-right-content .title-wrap .sec-title {
  margin: 0;
}
.contact-section.style-4 .contact-left-thumb {
  border-radius: 30px;
  border: 15px solid var(--white-color);
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-form.style-4 {
  padding: 0;
  margin: 0;
}
.contact-form.style-4 .contact_form .form-group {
  margin-bottom: 20px;
}

/*==== Contact Section Five =====================*/
.contact-form.style-5 {
  margin-right: 0;
}

/*==== Contact Section Inner=====================*/
.contact-section.inner .contact-content-wrap .contact-info {
  padding: 40px 0 35px;
  border-top: 1px solid var(--bs-border-color8);
  border-bottom: 1px solid var(--bs-border-color8);
}
.contact-section.inner .contact-content-wrap .contact-info .contact-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.contact-section.inner .contact-content-wrap .contact-info .contact-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--white-color);
  background-color: var(--theme-color);
}
.contact-section.inner .contact-content-wrap .contact-info .contact-item .info h4 {
  font-size: 20px;
  line-height: 30px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin: 0;
}
.contact-section.inner .contact-content-wrap .contact-info .contact-item .info p {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  font-family: var(--body-font);
  margin: 0;
}
.contact-section.inner .contact-content-wrap .contact-info .contact-item .info .content a {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  font-family: var(--body-font);
}
.contact-section.inner .contact-content-wrap .contact-info .contact-item:last-child {
  margin-bottom: 0;
}
.contact-section.inner .contact-content-wrap .social-links {
  margin-top: 25px;
}
.contact-section.inner .contact-content-wrap .social-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-color);
  margin-right: 20px;
}
.contact-section.inner .contact-content-wrap .social-links a:hover {
  color: var(--theme-color);
}
.contact-section.inner .contact-form {
  margin-right: 0;
  background: var(--white-color);
  padding: 53px 50px 80px;
}
.contact-section.inner .contact-form h2 {
  font-size: 30px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
}
.contact-section.inner .contact-form .contact_form .form-grid input {
  border-radius: 30px;
  padding-left: 52px;
}
.contact-section.inner .contact-form .contact_form .form-grid .form-group .icon {
  color: var(--theme-color);
}
.contact-section.inner .contact-form .contact_form .form-grid .form-group .select2 .selection .select2-selection {
  border-radius: 30px;
}
.contact-section.inner .contact-form .contact_form .form-group textarea {
  border-radius: 30px !important;
  height: 170px;
}
.contact-section.inner .contact-form button {
  width: inherit;
}

/*==== Contact Map =====================*/
.map-box {
  line-height: 0;
}
.map-box .map-canvas {
  height: 600px;
  transition: all 0.4s ease 0s;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .map-box .map-canvas {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .map-box .map-canvas {
    height: 420px;
  }
}

/*==== Brands Section One =====================*/
.brands-section {
  position: relative;
  z-index: 2;
}
.brands-section .brand-outher {
  transform: translateY(0px);
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .brands-section .brand-outher {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) {
  .brands-section .brand-outher {
    transform: translateY(0px);
  }
}
.brands-section .sponsors-outer .trusted-partners {
  gap: 0;
}
.brands-section .sponsors-outer .trusted-partners .line {
  width: 100%;
  height: 1px;
  background: var(--bs-border-color2);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .brands-section .sponsors-outer .trusted-partners .line {
    display: none;
  }
}
.brands-section .sponsors-outer .trusted-partners .title {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--dark-color);
  font-family: var(--title-font);
  width: 100%;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}
.brands-section .sponsors-outer .border {
  background: var(--bs-border-color5);
}
.brands-section .sponsors-outer .brand-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
}
.brands-section .sponsors-outer .brand-item .image {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.brands-section .sponsors-outer .brand-item .image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  transition: all 0.4s ease 0s;
}
.brands-section .sponsors-outer .brand-item .image img:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.brands-section .sponsors-outer .brand-item .image:hover img {
  opacity: 0;
}
.brands-section .sponsors-outer .brand-item .image:hover img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0) grayscale(0) brightness(100%);
  transition: all 0.4s ease 0s;
}
.brands-section .sponsors-outer .brand-item .image:hover img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.brands-section .sponsors-outer .brand--item {
  text-align: center;
}

.branch-section .branch-single-box {
  padding: 50px 0 45px;
  background-color: var(--white-color);
  border-radius: 24px;
  text-align: center;
  transition: all 0.4s ease 0s;
}
.branch-section .branch-single-box .image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 230px;
  height: 230px;
  margin: 0 auto 30px;
}
.branch-section .branch-single-box .image-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px dashed var(--theme-color);
  transition: all 0.4s ease 0s;
}
.branch-section .branch-single-box .image-box img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.branch-section .branch-single-box .branch-content .branch-header .location-name {
  color: var(--dark-color);
  transition: all 0.4s ease 0s;
  font-size: 24px;
  line-height: 1;
  font-family: var(--title-font);
}
.branch-section .branch-single-box .branch-content .branch-header .location-type {
  font-size: 14px;
  line-height: 26px;
  color: var(--theme-color);
  font-weight: 600;
  font-family: var(--title-font);
  transition: all 0.4s ease 0s;
  text-align: center;
}
.branch-section .branch-single-box .branch-content .phone {
  margin-bottom: 10px;
}
.branch-section .branch-single-box .branch-content .divider {
  width: 50px;
  height: 1px;
  background-color: var(--theme-color);
  margin: 0 auto 18px;
  transition: all 0.4s ease 0s;
}
.branch-section .branch-single-box .branch-content .address {
  color: var(--gray-color2);
  transition: all 0.4s ease 0s;
}
.branch-section .branch-single-box .branch-content .phone a {
  color: var(--gray-color2);
  transition: all 0.4s ease 0s;
}
.branch-section .branch-single-box .branch-content .email a {
  color: var(--gray-color2);
  transition: all 0.4s ease 0s;
}
.branch-section .branch-single-box:hover {
  background-color: var(--theme-color);
}
.branch-section .branch-single-box:hover .image-box::before {
  animation: spin2 15s linear infinite;
  border-color: var(--white-color);
}
.branch-section .branch-single-box:hover .branch-content .location-name {
  color: var(--white-color);
}
.branch-section .branch-single-box:hover .branch-content .location-type {
  color: var(--white-color);
}
.branch-section .branch-single-box:hover .branch-content .divider {
  background-color: var(--white-color);
}
.branch-section .branch-single-box:hover .branch-content .address {
  color: var(--bs-text-color2);
}
.branch-section .branch-single-box:hover .branch-content .phone a {
  color: var(--bs-text-color2);
}
.branch-section .branch-single-box:hover .branch-content .email a {
  color: var(--bs-text-color2);
}

/*==== Brands Section =====================*/
.brands-section .brands-slider-two.style-2, .brands-section.style-3 .style-2.sponsors-outer {
  border: 1px solid var(--bs-border-color5);
  border-radius: 20px;
}
.brands-section .brands-slider-two.style-2 .brand-item, .brands-section.style-3 .style-2.sponsors-outer .brand-item {
  position: relative;
  padding: 50px 0 40px;
}
.brands-section .brands-slider-two.style-2 .brand-item::before, .brands-section.style-3 .style-2.sponsors-outer .brand-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--bs-border-color5);
}

/*==== Brands Section =====================*/
.brands-section.style-3 .sponsors-outer .brand-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  background: var(--bs-bg-color5);
  padding: 25px 0;
  height: 80px;
  max-width: 200px;
  width: 100%;
  border-radius: 10px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .brands-section.style-3 .sponsors-outer .brand-item {
    max-width: inherit;
  }
}
.brands-section.style-3 .brands-slider-three {
  position: relative;
}
.brands-section.style-3 .brands-slider-three::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(90deg, rgb(5, 17, 83) 0%, rgba(233, 237, 237, 0) 100%);
}
.brands-section.style-3 .brands-slider-three::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(90deg, rgba(5, 17, 83, 0) 0%, rgb(5, 17, 83) 100%);
}

/*==== Brands Section Four =====================*/
.brands-section.style-4 .sponsors-outer .trusted-partners .line {
  width: 100%;
  height: 1px;
  background: var(--bs-bg-color5) !important;
}

/*==== Brands Section Four =====================*/
.brands-section.style-5 .sponsors-outer .brands-slider {
  background: var(--bs-bg-color14);
  border-radius: 20px;
  padding: 40px 0 30px;
  border: 1px solid var(--bs-border-color5);
}

.testimonial-section .testimonial-content-wrap .testimonial-btn-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
}
.testimonial-section .testimonial-content-wrap .testimonial-btn-wrapper .scribble-shape i {
  display: inline-block;
  font-size: 70px;
  color: var(--theme-color);
  animation: scribble 2s infinite linear;
}
.testimonial-section .testimonial-content-wrap .testimonial-btn-wrapper .client-social-proof {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-section .testimonial-content-wrap .testimonial-btn-wrapper .client-social-proof .social {
  display: flex;
  align-items: center;
}
.testimonial-section .testimonial-content-wrap .testimonial-btn-wrapper .client-social-proof .social img {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -25px;
  background-color: var(--dark-color3);
  border: 3px solid var(--white-color);
}
.testimonial-section .testimonial-content-wrap .testimonial-btn-wrapper .client-social-proof .social img:first-child {
  margin-left: 0px;
}
.testimonial-section .testimonial-content-wrap .testimonial-btn-wrapper .client-social-proof .social h4 {
  background: var(--theme-color);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: var(--white-color);
  flex-shrink: 0;
  margin: 0;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  margin-left: -25px;
}
.testimonial-section .testimonial-content-wrap .testimonial-btn-wrapper .client-social-proof .text {
  color: var(--white-color);
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
}

.testi-card {
  background: var(--white-color);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  margin-top: 50px;
}
.testi-card .testi-top {
  display: flex;
  align-items: center;
  background: var(--accent-secondary-color);
  overflow: hidden;
  gap: 20px;
  padding: 25px;
  border-radius: 30px;
  position: absolute;
  top: -45px;
  width: 80%;
}
.testi-card .testi-top::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.testi-card .testi-top img {
  z-index: 2;
  border-radius: 50%;
}
.testi-card .testi-top .testi-info {
  z-index: 2;
}
.testi-card .testi-top .testi-info h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.testi-card .testi-top .testi-info p {
  font-size: 14px;
  line-height: 26px;
  color: var(--bs-text-color2);
  margin: 0;
}
.testi-card .testi-top .quote-icon {
  font-size: 12px;
  color: var(--white-color);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  background: var(--theme-color);
  text-align: center;
  line-height: 20px;
  border: 1px solid var(--white-color);
  position: absolute;
  bottom: 5px;
  right: -8px;
}
.testi-card .testi-content {
  text-align: center;
  padding: 50px 0px 0px;
}
.testi-card .testi-content .stars {
  font-size: 18px;
  color: var(--orange-color);
  font-weight: bold;
  margin-bottom: 10px;
}
.testi-card .testi-content .stars span {
  font-size: 18px;
  line-height: 30px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.testi-card .testi-content p {
  font-size: 16px;
  line-height: 30px;
  color: var(--gray-color2);
  text-align: center;
  margin: 0;
}
.testi-card:hover {
  transform: translateY(-6px);
}
.testi-card:hover .testi-top::before {
  opacity: 1;
  left: 0;
  width: 100%;
}

.testimonial-section .testimonial-inner {
  border-radius: 0 0 30px 30px;
}
.testimonial-section .testimonial-inner .testi-image-wrapper {
  display: flex;
  align-items: end;
  position: relative;
  margin-left: -40px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-inner .testi-image-wrapper {
    justify-content: left;
    margin-left: 0px;
  }
}
.testimonial-section .testimonial-inner .testi-image-wrapper .shape {
  position: absolute;
  top: 6px;
  left: -50px;
}
.testimonial-section .testimonial-inner .testi-image-wrapper .testi-single-card {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 40px 40px;
  max-width: 280px;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  border-radius: 30px;
  background-color: var(--theme-color);
  flex-shrink: 0;
  margin: 0 -135px 90px 0;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .testimonial-section .testimonial-inner .testi-image-wrapper .testi-single-card {
    margin: 0 -165px 90px 0;
  }
}
@media (max-width: 1199px) {
  .testimonial-section .testimonial-inner .testi-image-wrapper .testi-single-card {
    margin: 0 -210px 90px 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .testimonial-section .testimonial-inner .testi-image-wrapper .testi-single-card {
    display: none;
  }
}
.testimonial-section .testimonial-inner .testi-image-wrapper .testi-single-card .bg.image img {
  border-radius: 30px;
}
.testimonial-section .testimonial-inner .testi-image-wrapper .testi-single-card .count {
  font-size: 60px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  display: flex;
  align-items: center;
}
.testimonial-section .testimonial-inner .testi-image-wrapper .testi-single-card .count .plus {
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--white-color);
}
@media (max-width: 430px) {
  .testimonial-section .testimonial-inner .testi-image-wrapper .testi-single-card .count {
    font-size: 30px;
  }
}
.testimonial-section .testimonial-inner .testi-image-wrapper .testi-single-card .title {
  font-size: 22px;
  line-height: 30px;
  color: var(--white-color);
  font-weight: 500;
  margin: 60px 0 0;
}
.testimonial-section .testimonial-inner .testi-image-wrapper .testi-image img {
  border-radius: 30px;
}
@media (max-width: 430px) {
  .testimonial-section .testimonial-inner .testi-image-wrapper .testi-image img {
    max-width: 100%;
  }
}

.testimonial-card {
  background-color: var(--light-color);
  color: var(--white-color);
  padding: 32px 30px 40px 40px;
  padding-left: 40px;
  border-radius: 30px;
  position: relative;
  /* Extra small devices */
}
@media (max-width: 540px) {
  .testimonial-card {
    padding: 40px;
  }
}
@media (max-width: 375px) {
  .testimonial-card {
    padding: 30px;
  }
}
.testimonial-card:hover .content .quote-icon {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.testimonial-card .content {
  display: flex;
  gap: 30px;
  /* Extra small devices */
}
@media (max-width: 1024px) {
  .testimonial-card .content {
    flex-direction: column;
  }
}
@media (min-width: 912px) and (max-width: 1023px) {
  .testimonial-card .content {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .testimonial-card .content {
    flex-direction: column;
  }
}
.testimonial-card .content .quote-icon {
  font-size: 58px;
  color: var(--theme-color);
}
.testimonial-card .content .text {
  font-size: 18px;
  line-height: 30px;
  color: var(--dark-color);
  font-weight: 400;
  font-style: italic;
  margin: -6px 0 0;
  font-family: var(--body-font);
}
.testimonial-card .content .rating {
  margin: 25px 0 45px;
}
@media (max-width: 540px) {
  .testimonial-card .content .rating {
    margin: 25px 0 30px;
  }
}
.testimonial-card .content .rating i {
  color: var(--orange-color);
  font-size: 18px;
  margin-right: 2px;
}
.testimonial-card .content .rating i:last-child {
  margin-right: 0;
}
.testimonial-card .user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.testimonial-card .user-info .user-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial-card .user-info .user-name {
  font-size: 21px;
  line-height: 34px;
  color: var(--dark-color);
  font-weight: 500;
  margin: 0;
}
.testimonial-card .user-info .user-title {
  color: var(--theme-color);
  margin: 0;
}

.testimonial-section.style2 .testi-slider-two .array-button {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  right: 60px;
  gap: 10px;
  /* Small devices */
}
@media (max-width: 767px) {
  .testimonial-section.style2 .testi-slider-two .array-button {
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 390px) {
  .testimonial-section.style2 .testi-slider-two .array-button {
    bottom: 20px;
    right: 20px;
  }
}
.testimonial-section.style2 .testi-slider-two .array-button .array-prev,
.testimonial-section.style2 .testi-slider-two .array-button .array-next {
  width: 44px;
  height: 44px;
}
.testimonial-section.style2 .testi-slider-two .array-button .array-prev {
  border: 1px solid var(--bs-border-color8);
}


.testimonial-section.style-4 .testimonial-inner {
  border-radius: 0;
}
.testimonial-section.style-4 .testimonial-inner .testi-left-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1019607843) 80%, rgba(255, 255, 255, 0.1019607843) 100%);
  padding: 40px 70px 50px 40px;
  position: relative;
  height: 100%;
}
@media (max-width: 430px) {
  .testimonial-section.style-4 .testimonial-inner .testi-left-box {
    padding: 40px 30px 50px 30px;
  }
}
.testimonial-section.style-4 .testimonial-inner .testi-left-box .content h2 {
  font-size: 60px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.testimonial-section.style-4 .testimonial-inner .testi-left-box .content h4 {
  font-size: 24px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 30px;
}
.testimonial-section.style-4 .testimonial-inner .testi-left-box .content p {
  font-size: 20px;
  line-height: 32px;
  color: var(--bs-text-color2);
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 230px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .testimonial-section.style-4 .testimonial-inner .testi-left-box .content p {
    margin-bottom: 130px;
  }
}
@media (max-width: 430px) {
  .testimonial-section.style-4 .testimonial-inner .testi-left-box .content p {
    margin-bottom: 50px;
    font-size: 18px;
  }
}
.testimonial-section.style-4 .testimonial-inner .testi-left-box .box-user {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-section.style-4 .testimonial-inner .testi-left-box .box-user .image img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.testimonial-section.style-4 .testimonial-inner .testi-left-box .box-user .testi-info h4 {
  font-size: 22px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0;
}
.testimonial-section.style-4 .testimonial-inner .testi-left-box .box-user .testi-info p {
  font-size: 15px;
  line-height: 26px;
  color: var(--bs-text-color2);
  font-family: var(--body-font);
  margin: 8px 0 0;
}
.testimonial-section.style-4 .testimonial-inner .testi-left-box .google-logo {
  position: absolute;
  bottom: 70px;
  right: 40px;
}
.testimonial-section.style-4 .testimonial-inner .right-top-box {
  border-radius: 30px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1019607843) 80%, rgba(255, 255, 255, 0.1019607843) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px;
  position: relative;
}
.testimonial-section.style-4 .testimonial-inner .right-top-box h2 {
  font-size: 40px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.testimonial-section.style-4 .testimonial-inner .right-top-box h2 span {
  font-size: 24px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.testimonial-section.style-4 .testimonial-inner .right-top-box p {
  font-size: 18px;
  line-height: 30px;
  color: var(--bs-text-color2);
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 30px;
}
.testimonial-section.style-4 .testimonial-inner .right-top-box .box-user {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-section.style-4 .testimonial-inner .right-top-box .box-user .image img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.testimonial-section.style-4 .testimonial-inner .right-top-box .box-user .testi-info h4 {
  font-size: 18px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0;
}
.testimonial-section.style-4 .testimonial-inner .right-top-box .box-user .testi-info p {
  font-size: 14px;
  line-height: 26px;
  color: var(--bs-text-color2);
  font-family: var(--body-font);
  margin: 8px 0 0;
}
.testimonial-section.style-4 .testimonial-inner .right-top-box .google-logo {
  position: absolute;
  bottom: 45px;
  right: 40px;
}
.testimonial-section.style-4 .testimonial-inner .right-bottom-box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .testimonial-section.style-4 .testimonial-inner .right-bottom-box {
    flex-direction: column;
  }
}
.testimonial-section.style-4 .testimonial-inner .right-bottom-box .testi-small-box {
  border-radius: 30px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1019607843) 80%, rgba(255, 255, 255, 0.1019607843) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
}
.testimonial-section.style-4 .testimonial-inner .right-bottom-box .testi-small-box p {
  font-size: 16px;
  line-height: 28px;
  color: var(--bs-text-color2);
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 45px;
}
.testimonial-section.style-4 .testimonial-inner .right-bottom-box .testi-small-box .box-user {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-section.style-4 .testimonial-inner .right-bottom-box .testi-small-box .box-user .image img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.testimonial-section.style-4 .testimonial-inner .right-bottom-box .testi-small-box .box-user .testi-info h4 {
  font-size: 18px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0;
}
.testimonial-section.style-4 .testimonial-inner .right-bottom-box .testi-small-box .box-user .testi-info p {
  font-size: 14px;
  line-height: 26px;
  color: var(--bs-text-color2);
  font-family: var(--body-font);
  margin: 8px 0 0;
}
.testimonial-section.style-4 .testimonial-inner .simple-testi-box {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-section.style-4 .testimonial-inner .simple-testi-box .quote-icon {
  transition: all 0.4s ease 0s;
}
.testimonial-section.style-4 .testimonial-inner .simple-testi-box p {
  transition: all 0.4s ease 0s;
}
.testimonial-section.style-4 .testimonial-inner .simple-testi-box::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  border-radius: 5px;
  background: var(--theme-color);
  transition: all 0.4s ease 0s;
}
.testimonial-section.style-4 .testimonial-inner .simple-testi-box:hover, .testimonial-section.style-4 .testimonial-inner .simple-testi-box.active {
  border-color: transparent;
}
.testimonial-section.style-4 .testimonial-inner .simple-testi-box:hover::before, .testimonial-section.style-4 .testimonial-inner .simple-testi-box.active::before {
  right: 0;
  width: 100%;
}
.testimonial-section.style-4 .testimonial-inner .simple-testi-box:hover .quote-icon, .testimonial-section.style-4 .testimonial-inner .simple-testi-box.active .quote-icon {
  filter: brightness(0) invert(1);
}
.testimonial-section.style-4 .testimonial-inner .simple-testi-box:hover p, .testimonial-section.style-4 .testimonial-inner .simple-testi-box.active p {
  color: var(--white-color);
}

.testimonial-section.style-5 .testi-left {
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .testimonial-section.style-5 .testi-left .title-wrap p br {
    display: none;
  }
}
.testimonial-section.style-5 .testi-left .client-social-proof {
  gap: 10px;
}
.testimonial-section.style-5 .testi-left .client-social-proof .social {
  display: flex;
  align-items: center;
}
.testimonial-section.style-5 .testi-left .client-social-proof .social .icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: -15px;
  background-color: var(--theme-color);
  border: 3px solid var(--light-color);
  color: var(--white-color);
}
.testimonial-section.style-5 .testi-left .client-social-proof .social .icon:first-child {
  margin-left: 0;
}
.testimonial-section.style-5 .testi-left .client-social-proof .social .icon img {
  all: unset;
}
.testimonial-section.style-5 .testi-left .client-social-proof .content h4 {
  font-size: 18px;
  line-height: 26px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0;
}
.testimonial-section.style-5 .testi-box-five {
  background: var(--light-color);
  padding: 50px 40px;
  border-radius: 24px;
}
@media (min-width: 575px) {
  .testimonial-section.style-5 .testi-box-five {
    position: sticky;
    top: 100px;
  }
}
.testimonial-section.style-5 .testi-box-five .content h4 img {
  margin-right: 8px;
}
.testimonial-section.style-5 .testi-box-five .content p {
  font-size: 18px;
  line-height: 30px;
  color: var(--dark-color);
  font-weight: 400;
  font-family: var(--title-font);
  margin: 14px 0;
}
.testimonial-section.style-5 .testi-box-five .rating {
  margin-bottom: 30px;
}
.testimonial-section.style-5 .testi-box-five .rating i {
  color: var(--orange-color);
}
.testimonial-section.style-5 .testi-box-five .rating span {
  font-size: 18px;
  line-height: 30px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  text-align: center;
}
.testimonial-section.style-5 .testi-box-five .box-user {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-section.style-5 .testi-box-five .box-user .testi-info h4 {
  font-size: 20px;
  line-height: 28px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin: 0;
}
.testimonial-section.style-5 .testi-box-five .box-user .testi-info p {
  font-size: 14px;
  line-height: 26px;
  color: var(--gray-color2);
  font-family: var(--body-font);
  margin: 0;
}
.testimonial-section.style-5 .testi-box-five .box-user .quote-icon {
  font-size: 12px;
  color: var(--white-color);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  background: var(--theme-color);
  text-align: center;
  line-height: 20px;
  border: 1px solid var(--white-color);
  position: absolute;
  bottom: 5px;
  right: -8px;
}

.testimonial-section.style-6 .testi-left {
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .testimonial-section.style-6 .testi-left .title-wrap p br {
    display: none;
  }
}
.testimonial-section.style-6 .testi-left .client-social-proof {
  gap: 10px;
  position: relative;
}
.testimonial-section.style-6 .testi-left .client-social-proof .scribble {
  position: absolute;
  top: 0;
}
.testimonial-section.style-6 .testi-left .client-social-proof .social {
  display: flex;
  align-items: center;
}
.testimonial-section.style-6 .testi-left .client-social-proof .social .icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: -15px;
  background-color: var(--theme-color);
  border: 3px solid var(--light-color);
  color: var(--white-color);
}
.testimonial-section.style-6 .testi-left .client-social-proof .social .icon:first-child {
  margin-left: 0;
}
.testimonial-section.style-6 .testi-left .client-social-proof .social .icon img {
  all: unset;
}
.testimonial-section.style-6 .testi-left .client-social-proof .content h4 {
  font-size: 18px;
  line-height: 26px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0;
}
.testimonial-section.style-6 .testi-single-box.style-2 {
  background: var(--light-color);
  padding: inherit;
  padding: 50px 35px;
}
.testimonial-section.style-6 .testi-single-box.style-2 .box-user {
  margin: 0;
}
.testimonial-section.style-6 .testi-single-box.style-2 .box-content {
  background: transparent;
  padding: 0;
}
.testimonial-section.style-6 .testi-single-box.style-2 .box-content p {
  width: 88%;
}
.testimonial-section.style-6 .testi-right {
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .testimonial-section.style-6 .testi-right {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .testimonial-section.style-6 .testi-right {
    max-width: 100%;
    width: 100%;
  }
}
.testimonial-section.style-6 .testi-right .image img {
  border-radius: 20px;
}
.testimonial-section.style-6 .testi-right .testi-thum {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section.style-6 .testi-right .testi-thum img {
  margin-top: 35px;
  border-radius: 20px;
}
.testimonial-section.style-6 .testi-right .text {
  display: flex;
  align-items: start;
  gap: 10px;
  position: absolute;
  width: 100%;
  bottom: 23px;
  left: 82%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 430px) {
  .testimonial-section.style-6 .testi-right .text {
    left: 75%;
  }
}
.testimonial-section.style-6 .testi-right .text i {
  color: var(--white-color);
  font-size: 18px;
}
.testimonial-section.style-6 .testi-right .text h6 {
  color: var(--white-color);
}
.testimonial-section.style-6 .testi-right .text h6 i {
  margin-right: 10px;
}
.testimonial-section.style-6 .testi-right::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  transition: all 0.4s ease-in-out;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(5, 17, 83) 0%, rgb(5, 17, 83) 5%, rgba(5, 17, 83, 0) 52%, rgba(5, 17, 83, 0) 100%);
  border-radius: 20px;
}

.testimonial-section.style-7 .testi-left {
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .testimonial-section.style-7 .testi-left .title-wrap p br {
    display: none;
  }
}
.testimonial-section.style-7 .testi-left .client-social-proof {
  gap: 10px;
  position: relative;
}
.testimonial-section.style-7 .testi-left .client-social-proof .scribble {
  position: absolute;
  top: 0;
}
.testimonial-section.style-7 .testi-left .client-social-proof .social {
  display: flex;
  align-items: center;
}
.testimonial-section.style-7 .testi-left .client-social-proof .social .icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: -15px;
  background-color: var(--theme-color);
  border: 3px solid var(--light-color);
  color: var(--white-color);
}
.testimonial-section.style-7 .testi-left .client-social-proof .social .icon:first-child {
  margin-left: 0;
}
.testimonial-section.style-7 .testi-left .client-social-proof .social .icon img {
  all: unset;
}
.testimonial-section.style-7 .testi-left .client-social-proof .content h4 {
  font-size: 18px;
  line-height: 26px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0;
}
.testimonial-section.style-7 .testi-single-box.style-2 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1019607843) 0%, rgba(255, 255, 255, 0.0509803922) 100%) !important;
  background: transparent;
  padding: inherit;
  padding: 50px 35px;
}
.testimonial-section.style-7 .testi-single-box.style-2 .box-user {
  margin: 0;
}
.testimonial-section.style-7 .testi-single-box.style-2 .box-user .testi-info h4 {
  color: var(--white-color);
}
.testimonial-section.style-7 .testi-single-box.style-2 .box-user .testi-info p {
  color: var(--bs-text-color2);
}
.testimonial-section.style-7 .testi-single-box.style-2 .border {
  border-bottom: 1px solid var(--bs-bg-color5) !important;
}
.testimonial-section.style-7 .testi-single-box.style-2 .box-content {
  background: transparent;
  padding: 0;
}
.testimonial-section.style-7 .testi-single-box.style-2 .box-content h4 {
  color: var(--white-color);
}
.testimonial-section.style-7 .testi-single-box.style-2 .box-content p {
  width: 88%;
  color: var(--bs-text-color2);
}
.testimonial-section.style-7 .testi-single-box.style-2 .box-content .stars span {
  color: var(--white-color);
}
.testimonial-section.style-7 .testi-right {
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .testimonial-section.style-7 .testi-right {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .testimonial-section.style-7 .testi-right {
    max-width: 100%;
    width: 100%;
  }
}
.testimonial-section.style-7 .testi-right .image img {
  border-radius: 20px;
}
.testimonial-section.style-7 .testi-right .testi-thum {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section.style-7 .testi-right .testi-thum img {
  margin-top: 35px;
  border-radius: 20px;
}
.testimonial-section.style-7 .testi-right .text {
  display: flex;
  align-items: start;
  gap: 10px;
  position: absolute;
  width: 100%;
  bottom: 23px;
  left: 82%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 430px) {
  .testimonial-section.style-7 .testi-right .text {
    left: 75%;
  }
}
.testimonial-section.style-7 .testi-right .text i {
  color: var(--white-color);
  font-size: 18px;
}
.testimonial-section.style-7 .testi-right .text h6 {
  color: var(--white-color);
}
.testimonial-section.style-7 .testi-right .text h6 i {
  margin-right: 10px;
}
.testimonial-section.style-7 .testi-right::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  transition: all 0.4s ease-in-out;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(1, 49, 141, 0.85) 0%, rgba(8, 28, 143, 0.89) 5%, rgba(5, 17, 83, 0) 52%, rgba(5, 17, 83, 0) 100%);
  border-radius: 20px;
}

/*==== Testimonial Section Inner Page =====================*/
.testimonial-card.style-3 {
  padding-left: 0;
}
.testimonial-card.style-3:hover .content::after {
  border-color: var(--theme-color);
}
.testimonial-card.style-3:hover .content .box-border::after {
  border-top: 1px solid var(--theme-color);
  border-left: 1px solid var(--theme-color);
  width: 100%;
  height: 100%;
}
.testimonial-card.style-3:hover .content .box-border::before {
  border-bottom: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
  width: 100%;
  height: 100%;
}
.testimonial-card.style-3:hover .content .icon {
  animation: wobble_vertical 0.8s forwards ease-in-out 0s;
}
.testimonial-card.style-3:hover .content .icon img {
  filter: contrast(1);
}
.testimonial-card.style-3 .content {
  background-color: var(--bs-bg-color16);
  padding: 40px 35px 37px;
  border-radius: 10px;
  position: relative;
  border: 1px solid var(--bs-border-color2);
}
.testimonial-card.style-3 .content .box-border::before, .testimonial-card.style-3 .content .box-border::after {
  content: " ";
  width: 0;
  height: 0;
  border-radius: 5px;
  position: absolute;
  border: 0 solid transparent;
  transition: all 1s;
}
.testimonial-card.style-3 .content .box-border::after {
  top: 0;
  left: 0;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
.testimonial-card.style-3 .content .box-border::before {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
}
.testimonial-card.style-3 .content::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 30px;
  top: calc(100% - 18px);
  width: 35px;
  height: 35px;
  background-color: var(--bs-bg-color16);
  transform: rotate(45deg);
  clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%);
  border: 1px solid var(--bs-border-color2);
  transition: all 0.4s ease 0s;
}
.testimonial-card.style-3 .content .title {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 500;
  margin-bottom: 5px;
}
.testimonial-card.style-3 .content .stars {
  color: var(--orange-color);
}
.testimonial-card.style-3 .content .icon {
  font-size: 36px;
  color: var(--bs-bg-color15);
}
.testimonial-card.style-3 .content .icon img {
  filter: contrast(0);
  transition: all 0.4s ease 0s;
}
.testimonial-card.style-3 .content .text {
  margin-bottom: 0;
  transition: all 0.4s ease 0s;
}
.testimonial-card.style-3 .author-info .name {
  font-size: 20px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
}

.client-social-proof {
  display: flex;
  align-items: center;
  gap: 20px;
}
.client-social-proof .social {
  display: flex;
  align-items: center;
}
.client-social-proof .social img {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -25px;
  background-color: var(--dark-color3);
  border: 3px solid var(--light-color);
}
.client-social-proof .social img:first-child {
  margin-left: 0;
}
.client-social-proof .social h4 {
  background: var(--theme-color);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 3px solid var(--light-color);
  color: var(--white-color);
  flex-shrink: 0;
  margin: 0;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -25px;
}
.client-social-proof .content .text {
  font-size: 32px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
  margin: 0 0 5px 0;
}
.client-social-proof .content p {
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-color);
  font-weight: 400;
  font-family: var(--title-font);
  margin: 0;
}



/*==== Process Section One =====================*/
.process-section .process-inner .process-title {
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
.process-section .process-inner .process-title h2 {
  font-size: 150px;
  line-height: 1;
  font-weight: 800;
  font-family: var(--title-font);
  text-align: center;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .process-section .process-inner .process-title h2 {
    font-weight: 700;
  }
}
@media (max-width: 1199px) {
  .process-section .process-inner .process-title h2 {
    font-size: 130px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .process-section .process-inner .process-title h2 {
    font-size: 100px;
    font-weight: 700;
  }
}
@media (max-width: 540px) {
  .process-section .process-inner .process-title h2 {
    font-size: 80px;
    font-weight: 700;
  }
}
@media (max-width: 414px) {
  .process-section .process-inner .process-title h2 {
    font-size: 50px;
    font-weight: 700;
  }
}
.process-section .process-inner .process-title::before {
  position: absolute;
  content: "";
  border-bottom: 2px dashed var(--theme-color);
  bottom: -90px;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: cover;
  /* Large devices */
}
@media (max-width: 1199px) {
  .process-section .process-inner .process-title::before {
    all: unset;
  }
}
.process-item .title-text {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
}
.process-item .title-text::before {
  position: absolute;
  background-color: var(--theme-color);
  border-radius: 50%;
  border: 5px solid var(--orange-color);
  content: "";
  bottom: -33px;
  left: 47%;
  height: 20px;
  width: 20px;
}
.process-item .process-box {
  border-radius: 16px;
  padding: 40px 30px;
  border: 1px solid var(--bs-border-color7);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1019607843) 80%, rgba(255, 255, 255, 0.1019607843) 100%);
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  position: relative;
}
.process-item .process-box .icon {
 /** background: var(--bs-bg-color5);
  border: 1px solid var(--bs-border-color7); **/
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.process-item .process-box .title {
  font-size: 22px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin-top: 35px;
  text-align: center;
}
.process-item .process-box p {
  font-size: 16px;
  line-height: 26px;
  color: var(--bs-text-color2);
  text-align: center;
  margin: 0;
}
.process-item .process-box:hover {
  transform: translateY(-10px);
}
.process-item .process-box:hover .icon {
  border-radius: 50%;
}

/*==== Process Section Two =====================*/
.process-section .process-inner .process-title {
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
.process-section .process-inner .process-title h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  font-family: var(--title-font);
  text-align: center;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .process-section .process-inner .process-title h2 {
    font-weight: 700;
  }
}
@media (max-width: 1199px) {
  .process-section .process-inner .process-title h2 {
    font-size: 130px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .process-section .process-inner .process-title h2 {
    font-size: 100px;
    font-weight: 700;
  }
}
@media (max-width: 540px) {
  .process-section .process-inner .process-title h2 {
    font-size: 80px;
    font-weight: 700;
  }
}
@media (max-width: 414px) {
  .process-section .process-inner .process-title h2 {
    font-size: 50px;
    font-weight: 700;
  }
}
.process-section .process-inner .process-title::before {
  position: absolute;
  content: "";
  border-bottom: 2px dashed var(--orange-color);
  bottom: -90px;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: cover;
  /* Large devices */
}
@media (max-width: 1199px) {
  .process-section .process-inner .process-title::before {
    all: unset;
  }
}

.process-box {
  text-align: center;
  padding: 50px 20px;
  border-left: 1px solid var(--bs-border-color8);
  border-bottom: 1px solid var(--bs-border-color8);
  border-top: 1px solid var(--bs-border-color8);
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  transition: all 0.4s ease;
  position: relative;
  flex: 1;
}
.process-box.style-2 {
  background: var(--light-color2);
  border: none;
  border-radius: 0;
}
.process-box.style-2 .process-number {
  background: var(--theme-color);
}
.process-box.style-2 .process-number span {
  color: var(--white-color);
}
.process-box.style-3 {
  border-left: none;
  border-bottom: 1px solid var(--bs-border-color8);
  border-top: 1px solid var(--bs-border-color8);
  border-right: 1px solid var(--bs-border-color8);
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.process-box .process-img {
  position: relative;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 258px;
  max-height: 258px;
  overflow: hidden;
}
.process-box h3 {
  font-size: 28px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
  text-align: center;
}
.process-box p {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  font-family: var(--body-font);
  text-align: center;
}
.process-box .process-number {
  position: absolute;
  z-index: 1;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--light-color);
  border: 1px solid var(--bs-border-color8);
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: auto;
  font-weight: 600;
  transition: all 0.4s ease 0s;
}
.process-box .process-number span {
  font-size: 22px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.process-box:hover .process-number {
  background: var(--theme-color);
}
.process-box:hover .process-number span {
  color: var(--white-color);
}
.process-box:hover .bg-shape {
  transform: rotate(360deg);
}
.process-box:hover .clip-svg path {
  transform-origin: 50% 50%;
  animation: rotate-path 5s linear infinite;
}

@keyframes rotate-path {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*==== Process Section Three =====================*/
.process-section.style-3 .process-inner .process-box {
  text-align: center;
  padding: 50px 20px;
  border-left: 1px solid var(--bs-border-color5);
  border-bottom: 1px solid var(--bs-border-color5);
  border-top: 1px solid var(--bs-border-color5);
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  transition: all 0.4s ease;
  position: relative;
  flex: 1;
}
.process-section.style-3 .process-inner .process-box.style-2 {
  background: var(--bs-bg-color14);
  border: none;
  border-radius: 0;
}
.process-section.style-3 .process-inner .process-box.style-2 .process-number {
  background: var(--theme-color);
}
.process-section.style-3 .process-inner .process-box.style-2 .process-number span {
  color: var(--white-color);
}
.process-section.style-3 .process-inner .process-box.style-3 {
  border-left: none;
  border-bottom: 1px solid var(--bs-border-color5);
  border-top: 1px solid var(--bs-border-color5);
  border-right: 1px solid var(--bs-border-color5);
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.process-section.style-3 .process-inner .process-box .process-img {
  position: relative;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 258px;
  max-height: 258px;
  overflow: hidden;
}
.process-section.style-3 .process-inner .process-box h3 {
  color: var(--white-color);
}
.process-section.style-3 .process-inner .process-box p {
  color: var(--bs-text-color2);
}
.process-section.style-3 .process-inner .process-box .process-number {
  position: absolute;
  z-index: 1;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  background: #131d5c;
  border: 1px solid var(--bs-border-color5);
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: auto;
  font-weight: 600;
  transition: all 0.4s ease 0s;
}
.process-section.style-3 .process-inner .process-box .process-number span {
  font-size: 22px;
  line-height: 1;
  color: var(--bs-text-color2);
  font-weight: 600;
  font-family: var(--title-font);
}
.process-section.style-3 .process-inner .process-box:hover .process-number {
  background: var(--theme-color);
}
.process-section.style-3 .process-inner .process-box:hover .process-number span {
  color: var(--white-color);
}
.process-section.style-3 .process-inner .process-box:hover .bg-shape {
  transform: rotate(360deg);
}
.process-section.style-3 .process-inner .process-box:hover .clip-svg path {
  transform-origin: 50% 50%;
  animation: rotate-path 5s linear infinite;
}

/*==== Process Section Three =====================*/
.process-section.style-4 .process-right .title-box {
  display: flex;
  gap: 20px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  margin-top: 55px;
  height: 70px;
}
.process-section.style-4 .process-right .title-box:first-child {
  margin-top: 0px;
}
.process-section.style-4 .process-right .title-box:hover, .process-section.style-4 .process-right .title-box.active {
  height: 150px;
}
@media (max-width: 430px) {
  .process-section.style-4 .process-right .title-box:hover, .process-section.style-4 .process-right .title-box.active {
    height: 230px;
  }
}
.process-section.style-4 .process-right .title-box:hover .icon::before, .process-section.style-4 .process-right .title-box.active .icon::before {
  height: 110px;
}
.process-section.style-4 .process-right .title-box:hover .content p, .process-section.style-4 .process-right .title-box.active .content p {
  opacity: 1;
  overflow: visible;
}
.process-section.style-4 .process-right .title-box .icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}
.process-section.style-4 .process-right .title-box .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--theme-color);
  transition: all 0.5s ease;
  transition-duration: 0.5s;
}
.process-section.style-4 .process-right .title-box .icon span {
  font-size: 16px;
  line-height: 26px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.process-section.style-4 .process-right .title-box .content span {
  font-size: 16px;
  line-height: 1;
  color: var(--bs-text-color2);
  font-weight: 500;
  font-family: var(--title-font);
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 18px;
}
.process-section.style-4 .process-right .title-box .content h4 {
  font-size: 20px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin: 0 0 20px;
}
.process-section.style-4 .process-right .title-box .content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--bs-text-color2);
  font-family: var(--body-font);
  max-width: 85%;
  width: 100%;
  transition: all 0.4s ease 0s;
  opacity: 0;
  overflow: hidden;
}

/*==== Block Section One =====================*/
.team-box,
.blog-box,
.faq-box {
  padding: 43px 40px 50px;
  border-radius: 10px;
  color: var(--white-color);
  transition: all 0.4s ease 0s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .team-box,
  .blog-box,
  .faq-box {
    padding: 43px 35px 50px;
  }
}
.team-box:hover,
.blog-box:hover,
.faq-box:hover {
  transform: translateY(-10px);
}
.team-box .title,
.blog-box .title,
.faq-box .title {
  font-size: 28px;
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0;
}
.team-box .text,
.blog-box .text,
.faq-box .text {
  color: var(--bs-text-color2);
  margin-bottom: 0;
}
.team-box .theme-btn.btn-style-one,
.blog-box .theme-btn.btn-style-one,
.faq-box .theme-btn.btn-style-one {
  padding: 7px 22px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.team-box .theme-btn.btn-style-one:hover,
.blog-box .theme-btn.btn-style-one:hover,
.faq-box .theme-btn.btn-style-one:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}
.team-box .theme-btn.btn-style-one::before, .team-box .theme-btn.btn-style-one::after,
.blog-box .theme-btn.btn-style-one::before,
.blog-box .theme-btn.btn-style-one::after,
.faq-box .theme-btn.btn-style-one::before,
.faq-box .theme-btn.btn-style-one::after {
  background-color: var(--theme-color);
}
.team-box .theme-btn.btn-style-one.two:hover,
.blog-box .theme-btn.btn-style-one.two:hover,
.faq-box .theme-btn.btn-style-one.two:hover {
  color: var(--dark-color);
  border-color: var(--theme-color2);
}
.team-box .theme-btn.btn-style-one.two::before, .team-box .theme-btn.btn-style-one.two::after,
.blog-box .theme-btn.btn-style-one.two::before,
.blog-box .theme-btn.btn-style-one.two::after,
.faq-box .theme-btn.btn-style-one.two::before,
.faq-box .theme-btn.btn-style-one.two::after {
  background-color: var(--theme-color2);
}
.team-box .theme-btn.btn-style-one.three,
.blog-box .theme-btn.btn-style-one.three,
.faq-box .theme-btn.btn-style-one.three {
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
}
.team-box .theme-btn.btn-style-one.three:hover,
.blog-box .theme-btn.btn-style-one.three:hover,
.faq-box .theme-btn.btn-style-one.three:hover {
  color: var(--white-color);
  border-color: var(--dark-color);
}
.team-box .theme-btn.btn-style-one.three::before, .team-box .theme-btn.btn-style-one.three::after,
.blog-box .theme-btn.btn-style-one.three::before,
.blog-box .theme-btn.btn-style-one.three::after,
.faq-box .theme-btn.btn-style-one.three::before,
.faq-box .theme-btn.btn-style-one.three::after {
  background-color: var(--dark-color);
}
.team-box.bg-theme2 .title,
.team-box.bg-theme2 .text,
.blog-box.bg-theme2 .title,
.blog-box.bg-theme2 .text,
.faq-box.bg-theme2 .title,
.faq-box.bg-theme2 .text {
  color: var(--dark-color);
}

.team-box .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.team-box .team-members {
  margin-bottom: 0;
}
.team-box .team-members img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid var(--white-color);
}
.team-box .team-members img:not(:first-child) {
  margin-left: -20px;
}
.team-box .team-count {
  display: flex;
  font-size: 65px;
  line-height: 0.7;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.team-box .team-count .plus {
  font-size: 35px;
}

.blog-box .features li {
  position: relative;
  padding-left: 25px;
}
.blog-box .features li + li {
  margin-top: 10px;
}
.blog-box .features li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  content: "\f00c";
  left: 0;
  font-family: var(--icon-font);
  color: var(--white-color);
  font-size: 15px;
  font-weight: 900;
}

.faq-box:hover .icon img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.faq-box .content {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 27px 0 60px;
}
.faq-box .content .icon {
  font-size: 56px;
  color: var(--dark-color);
}
.faq-box .content .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
}

/*==== Gallery Section One =====================*/
.gallery-section {
  position: relative;
  z-index: 1;
}

.gallery-single-box {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .gallery-single-box {
    height: 100%;
  }
}
.gallery-single-box .gallery-thumb {
  position: relative;
  /* Medium devices */
}
@media (max-width: 991px) {
  .gallery-single-box .gallery-thumb {
    height: 100%;
  }
}

.gallery-single-box .gallery-thumb > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Medium devices */
}
@media (max-width: 991px) {
  .gallery-single-box .gallery-thumb > img {
    height: 100%;
  }
}
.gallery-single-box .gallery-thumb .gallery-thumb-view a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: var(--bs-bg-color10);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.gallery-single-box .gallery-thumb .gallery-thumb-view a img {
  filter: brightness(0) invert(1);
}
.gallery-single-box .gallery-thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.gallery-single-box .gallery-thumb:hover .gallery-thumb-view a {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

/*==== Call To Action Section One =====================*/
.cta-section.inner .image-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 650px;
  width: 100%;
  height: 495px;
}
.cta-section.inner .image-grid .lines {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cta-section.inner .image-grid .lines span {
  width: 1px;
  height: 100%;
  background-color: var(--bs-border-color8);
}
.cta-section.inner .image-grid .lines2 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cta-section.inner .image-grid .lines2 span {
  width: 100%;
  height: 1px;
  background-color: var(--bs-border-color8);
}
.cta-section.inner .image-grid .image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 425px;
  width: 100%;
}
.cta-section.inner .image-grid .image-box .image-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  height: 128px;
  background-color: var(--theme-color);
  border-radius: 50%;
  overflow: hidden;
}
.cta-section.style-4 .overlay {
  background: linear-gradient(100deg, rgba(7, 40, 118, 0) 0%, rgba(12, 48, 135, 0) 21%, rgb(0, 153, 210) 41%, rgb(0, 153, 210) 100%);
  /* Medium devices */
}
@media (max-width: 991px) {
  .cta-section.style-4 .overlay {
    background: var(--theme-color);
  }
}
.cta-section.style-4 .overlay::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
 /** background: url(../images/hm5-bg01.webp); **/
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: plus-lighter;
}

.team-card, .team-card.style-2 {
  border-radius: 30px;
  border: 1px solid var(--white-color);
  background: var(--bs-bg-color10);
  box-shadow: 0px 20px 25px rgba(215, 219, 231, 0.3);
  padding: 20px 20px 80px 20px;
  text-align: center;
  transition: transform 0.3s ease;
  transition: all 0.4s ease 0s;
  position: relative;
  /* SVG Border */
}
.team-card .svg-border {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
}
.team-card .svg-border svg {
  width: 100%;
  height: 100%;
  fill: none;
}
.team-card .svg-border .rect1,
.team-card .svg-border .rect2 {
  stroke: var(--theme-color);
  stroke-width: 0.3;
  stroke-dasharray: 400;
  transition: stroke-dashoffset 1.3s ease-in-out;
}
.team-card .svg-border .rect1 {
  stroke-dashoffset: 400;
}
.team-card .svg-border .rect2 {
  stroke-dashoffset: -400;
}
.team-card .team-photo {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.team-card .team-photo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
 /** background-image: linear-gradient(0deg, rgb(0, 153, 210) 0%, rgb(0, 153, 210) 20%, rgba(0, 153, 210, 0) 50%, rgba(0, 153, 210, 0) 100%); **/
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.team-card .team-photo img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 20px;
}
.team-card .team-social {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  display: flex;
  gap: 10px;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
}
.team-card .team-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  color: var(--white-color);
  border: 1px solid var(--bs-border-color3);
  font-size: 16px;
}
.team-card .team-social a:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.team-card .team-info {
  background: #f7f9ff;
  z-index: 2;
  border-radius: 0px 0px 20px 20px;
  position: absolute;
  padding: 10px 30px 0 30px;
  width: 89%;
  transform: translate(-50%, -30px);
  left: 50%;
}
.team-card .team-info::before {
  position: absolute;
  left: -20px;
  bottom: 64px;
  content: "";
  height: 24px;
  width: 24px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23f7f9ff"></path></svg>');
  transform: rotate(-180deg);
}
.team-card .team-info::after {
  position: absolute;
  right: -20px;
  bottom: 64px;
  content: "";
  height: 24px;
  width: 24px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23f7f9ff"></path></svg>');
  transform: rotate(-90deg);
}
.team-card .team-info .info-inner .team-name {
  font-size: 24px;
  line-height: 34px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  text-align: center;
  margin: 0;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 853px) {
  .team-card .team-info .info-inner .team-name {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .team-card .team-info .info-inner .team-name {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .team-card .team-info .info-inner .team-name {
    font-size: 18px;
  }
}
.team-card .team-info .info-inner .team-role {
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color);
  font-family: var(--body-font);
  text-align: center;
  margin-top: 10px;
}
.team-card:hover {
  border-color: transparent;
}
.team-card:hover .team-social {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.team-card:hover .svg-border .rect1,
.team-card:hover .svg-border .rect2 {
  stroke-dashoffset: 0;
}
.team-card:hover .team-photo::before {
  height: 100%;
  opacity: 1;
}

.team-section .team-inner .team-btn-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .team-section .team-inner .team-btn-wrapper {
    margin-bottom: 30px;
  }
}
.team-section .team-inner .team-social-wrapper .client-social-proof {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .team-section .team-inner .team-social-wrapper .client-social-proof {
    flex-direction: column;
    align-items: start;
  }
}
.team-section .team-inner .team-social-wrapper .client-social-proof .social {
  display: flex;
  align-items: center;
}
.team-section .team-inner .team-social-wrapper .client-social-proof .social img {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -25px;
  background-color: var(--dark-color3);
  border: 3px solid var(--white-color);
}
.team-section .team-inner .team-social-wrapper .client-social-proof .social img:first-child {
  margin-left: 0px;
}
.team-section .team-inner .team-social-wrapper .client-social-proof .social h4 {
  background: var(--theme-color);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: var(--white-color);
  flex-shrink: 0;
  margin: 0;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--white-color);
  margin-left: -25px;
}
.team-section .team-inner .team-social-wrapper .client-social-proof .text {
  color: var(--white-color);
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.team-section .team-inner .team-social-wrapper .scribble-shape i {
  display: inline-block;
  font-size: 70px;
  color: var(--theme-color);
  animation: scribble 2s infinite linear;
}

.team-card.style-2 {
  background: transparent;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border: 1px solid var(--bs-border-color5);
  box-shadow: none;
}
.team-card.style-2 .team-info {
  background: #212C6B;
}
.team-card.style-2 .team-info::before {
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23212C6B"></path></svg>');
}
.team-card.style-2 .team-info::after {
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23212C6B"></path></svg>');
}
@media (min-width: 992px) and (max-width: 1024px) {
  .team-card.style-2 .team-info .info-inner .team-name {
    font-size: 20px;
  }
}
.team-card.style-2 .team-info .info-inner .team-name a {
  color: var(--white-color);
}

.team-section.style-3 .team-inner .scribble-shape {
  position: absolute;
  left: 8%;
  top: 23%;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .team-section.style-3 .team-inner .scribble-shape {
    display: none;
  }
}
.team-section.style-3 .team-inner .team-btn-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .team-section.style-3 .team-inner .team-btn-wrapper {
    margin-bottom: 30px;
  }
}
.team-section.style-3 .team-inner .team-text {
  margin-left: 80px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .team-section.style-3 .team-inner .team-text {
    margin-left: 0;
  }
}
.team-section.style-3 .team-inner .team-text h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--white-color);
  font-weight: 700;
  font-family: var(--title-font);
  margin: 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .team-section.style-3 .team-inner .team-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 853px) {
  .team-section.style-3 .team-inner .team-text h2 {
    font-size: 25px;
  }
}
.team-section.style-3 .team-inner .client-social-proof {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.team-section.style-3 .team-inner .client-social-proof .social {
  display: flex;
  align-items: center;
}
.team-section.style-3 .team-inner .client-social-proof .social img {
  border: 2px solid var(--white-color);
}
.team-section.style-3 .team-inner .client-social-proof .social h4 {
  background: var(--white-color);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: var(--theme-color);
  flex-shrink: 0;
  margin: 0;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -25px;
}
.team-section.style-3 .team-inner .client-social-proof .text {
  color: var(--white-color);
  font-size: 20px;
  margin: 0;
}
.team-section.style-3 .team-inner .team-right .theme-btn {
  background: transparent;
  border: 1px solid var(--white-color);
}

.team-section .team-left {
  position: sticky;
  top: 100px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .team-section .team-left .title-wrap p br {
    display: none;
  }
}
@media (max-width: 430px) {
  .team-section .team-left .title-wrap p br {
    display: none;
  }
}

.team-card-four {
  border-radius: 24px;
  background: var(--white-color);
  box-shadow: 0px 20px 25px rgba(215, 219, 231, 0.3);
  padding: 10px 10px 30px 10px;
  text-align: center;
  transition: transform 0.3s ease;
  transition: all 0.4s ease 0s;
  position: relative;
}
@media (min-width: 575px) {
  .team-card-four {
    position: sticky;
    top: 100px;
  }
}
.team-card-four .team-photo {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.team-card-four .team-photo img {
  border-radius: 16px;
  width: 100%;
}
.team-card-four .team-photo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(15, 83, 243, 0.9490196078) 0%, rgba(15, 83, 243, 0.9490196078) 10%, rgba(15, 83, 243, 0) 46%, rgba(15, 83, 243, 0) 100%);
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.team-card-four .team-photo .team-social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  display: flex;
  gap: 10px;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.team-card-four .team-photo .team-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  color: var(--white-color);
  border: 1px solid var(--bs-border-color3);
  font-size: 16px;
}
.team-card-four .team-photo .team-social a:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.team-card-four .team-info {
  margin-top: 30px;
}
.team-card-four .team-info .team-name {
  font-size: 22px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  text-align: center;
}
.team-card-four .team-info .team-role {
  font-size: 14px;
  line-height: 1;
  color: var(--gray-color2);
  font-weight: 500;
  font-family: var(--title-font);
  text-align: center;
  margin: 0;
  border: 1px solid var(--bs-border-color);
  transition: all 0.4s ease 0s;
  display: inline-block;
  border-radius: 14px;
  padding: 6px 20px;
}
.team-card-four:hover .team-photo::before {
  height: 100%;
  opacity: 1;
}
.team-card-four:hover .team-photo .team-social {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.team-card-four:hover .team-info .team-role {
  background: var(--theme-color);
  color: var(--white-color);
}

/*==== Join Section Inner=====================*/
.join-section .join-thumb {
  position: relative;
}
.join-section .join-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(3, 15, 67) 0%, rgb(3, 15, 67) 20%, rgba(3, 15, 67, 0) 52%, rgba(3, 15, 67, 0) 100%);
  transition: all 0.4s ease-in-out;
  width: calc(100% + 300px);
}
@media (max-width: 430px) {
  .join-section .join-content-wrapper .sec-text br {
    display: none;
  }
}

/*==== Team Details=====================*/
.team-details .row {
  background-color: var(--white-color);
  border-radius: 10px;
  border: 1px solid var(--bs-border-color8);
  padding: 20px;
}
.team-details .team-image img {
  width: 100%;
  border-radius: 10px;
}
.team-details .team-info .team-name {
  font-size: 30px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 8px;
}
.team-details .team-info .team-role {
  display: inline-block;
  background: var(--theme-color);
  padding: 3px 24px;
  border-radius: 16px;
  font-size: 15px;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--body-font);
  text-align: center;
  margin-bottom: 26px;
}
.team-details .team-info .bio-title {
  font-size: 18px;
  line-height: 26px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 5px;
}
.team-details .team-info .bio-text {
  width: 90%;
  margin-bottom: 35px;
}
.team-details .team-info .team-meta li + li {
  margin-top: 6px;
}
.team-details .team-info .team-meta li strong {
  display: inline-block;
  font-weight: 500;
  color: var(--dark-color);
  min-width: 120px;
}
.team-details .team-info .team-meta li a {
  color: var(--gray-color);
}
.team-details .team-info .team-meta li a:hover {
  color: var(--theme-color);
}
.team-details .team-info .team-social {
  display: flex;
  align-items: center;
  margin-top: 23px;
}
.team-details .team-info .team-social a {
  position: relative;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-color);
  background-color: transparent;
  border: 1px solid var(--bs-border-color8);
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
.team-details .team-info .team-social a:hover {
  color: var(--white-color);
}
.team-details .team-info .team-social a:hover:after {
  height: 100%;
  opacity: 1;
}
.team-details .team-info .team-social a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--theme-color);
  transition: all 0.4s ease-in-out;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.team-details .team-info .team-social a + a {
  margin-left: 10px;
}

.team-skills .skill-stats {
  display: flex;
  gap: 20px;
  margin-bottom: 54px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .team-skills .skill-stats {
    flex-direction: column;
  }
}
.team-skills .skill-stats .stat-box {
  background-color: var(--white-color);
  border-radius: 20px;
  width: 100%;
  padding: 20px 35px 28px;
}
.team-skills .skill-stats .stat-box .stat-icon {
  font-size: 24px;
  color: var(--theme-color);
  margin-right: 10px;
}
.team-skills .skill-stats .stat-box .stat-number {
  font-size: 44px;
  font-weight: 600;
  color: var(--dark-color);
  margin: 0 0 -3px;
  display: flex;
  align-items: center;
}
.team-skills .team.skills .skill-item .skill-bar .bar-inner {
  height: 6px;
}
.team-skills .team.skills .skill-item .skill-bar .bar-inner .bar {
  height: 6px;
}
.team-skills .contact-form {
  padding: 50px;
  background: var(--white-color);
  margin-right: 0;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .team-skills .contact-form {
    padding: 30px;
  }
}
.team-skills .contact-form .sec-title {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .team-skills .contact-form .sec-title {
    font-size: 34px;
  }
}
@media (max-width: 540px) {
  .team-skills .contact-form .sec-title {
    font-size: 30px;
    letter-spacing: normal;
  }
}
@media (max-width: 430px) {
  .team-skills .contact-form .sec-title {
    font-size: 28px;
  }
}
@media (max-width: 414px) {
  .team-skills .contact-form .sec-title {
    font-size: 24px;
  }
}
.team-skills .contact-form .form-group {
  margin-bottom: 20px;
}
.team-skills .contact-form .form-group input,
.team-skills .contact-form .form-group select,
.team-skills .contact-form .form-group textarea {
  height: 54px;
  padding: 12px 25px;
  border-radius: 10px;
  color: var(--dark-color);
  background-color: var(--white-color);
  outline: none;
  border: 1px solid var(--bs-border-color8);
  transition: border-color 0.3s ease;
}
.team-skills .contact-form .form-group input::-moz-placeholder, .team-skills .contact-form .form-group select::-moz-placeholder, .team-skills .contact-form .form-group textarea::-moz-placeholder {
  opacity: 0.5;
}
.team-skills .contact-form .form-group input::placeholder,
.team-skills .contact-form .form-group select::placeholder,
.team-skills .contact-form .form-group textarea::placeholder {
  opacity: 0.5;
}
.team-skills .contact-form .form-group input:focus,
.team-skills .contact-form .form-group select:focus,
.team-skills .contact-form .form-group textarea:focus {
  border-color: var(--theme-color);
}
.team-skills .contact-form .form-group textarea {
  height: 130px;
}




/*==== Faq Section One=====================*/
.faq-section {
  position: relative;
}
.faq-section .faq-image-wrapper {
  /* Medium devices */
}
@media (max-width: 991px) {
  .faq-section .faq-image-wrapper {
    direction: inherit !important;
  }
}

.faq-section .accordion-box {
  position: relative;
}
.faq-section .accordion-box .accordion {
  position: relative;
  background-color: transparent;
  margin-bottom: 20px;
}
.faq-section .accordion-box .accordion:last-child {
  margin-bottom: 0;
}
.faq-section .accordion-box .accordion .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  cursor: pointer;
  padding: 18px 30px;
  padding-right: 50px;
  background: var(--light-color);
  border: 1px solid var(--bs-bg-color12);
  border-radius: 20px;
  transition: all 0.4s ease 0s;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .faq-section .accordion-box .accordion .acc-btn {
    padding-left: 20px;
  }
}
@media (max-width: 414px) {
  .faq-section .accordion-box .accordion .acc-btn {
    font-size: 16px;
  }
}
.faq-section .accordion-box .accordion .acc-btn .icon {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: var(--orange-color);
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--white-color);
}
.faq-section .accordion-box .accordion .acc-btn .icon i {
  transition: all 0.4s ease 0s;
}
.faq-section .accordion-box .accordion .acc-btn .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  width: 2px;
  height: 12px;
  background-color: var(--white-color);
  content: "";
}
.faq-section .accordion-box .accordion .acc-btn .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  width: 12px;
  height: 2px;
  background-color: var(--white-color);
  content: "";
}
.faq-section .accordion-box .accordion .acc-btn.active {
  color: var(--white-color);
  background-color: var(--theme-color) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
}
.faq-section .accordion-box .accordion .acc-btn.active .icon {
  background: var(--white-color);
  color: var(--white-color);
}
.faq-section .accordion-box .accordion .acc-btn.active .icon::before {
  height: 0;
  background-color: var(--theme-color);
}
.faq-section .accordion-box .accordion .acc-btn.active .icon::after {
  background-color: var(--orange-color);
}
.faq-section .accordion-box .accordion .acc-content {
  position: relative;
  display: none;
}
.faq-section .accordion-box .accordion .acc-content .content {
  position: relative;
  padding: 25px 30px 30px;
  margin-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: var(--light-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .faq-section .accordion-box .accordion .acc-content .content {
    padding: 20px;
  }
}
.faq-section .accordion-box .accordion .acc-content .content .text {
  display: block;
  font-size: 16px;
  color: var(--gray-color2);
  margin-bottom: 0;
}
.faq-section .accordion-box .accordion .acc-content.active {
  display: block;
}

.faq-image-wrapper {
  display: flex;
  align-items: end;
  position: relative;
  /* Medium devices */
}
@media (max-width: 991px) {
  .faq-image-wrapper {
    direction: inherit !important;
  }
}
.faq-image-wrapper .faq-image img {
  max-width: inherit;
  border-radius: 30px;
}
@media (max-width: 430px) {
  .faq-image-wrapper .faq-image img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .faq-image-wrapper .faq-image img {
    max-width: 100%;
  }
}
.faq-image-wrapper .shape {
  position: absolute;
  top: 10px;
  right: -110px;
}
.faq-image-wrapper .faq-single-card {
  display: inline-block;
  position: absolute;
  right: -130px;
  flex-shrink: 0;
  background: var(--light-color2);
  outline: 25px solid var(--light-color2);
  border-radius: 30px 0 0 0;
  /* Medium Large devices */
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .faq-image-wrapper .faq-single-card {
    right: -100px;
  }
}
@media (max-width: 1299px) {
  .faq-image-wrapper .faq-single-card {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .faq-image-wrapper .faq-single-card {
    display: none;
  }
}
.faq-image-wrapper .faq-single-card::before {
  position: absolute;
  right: 130px;
  top: -55px;
  content: "";
  height: 30px;
  width: 30px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23e8edfa"></path></svg>');
  transform: rotate(180deg);
  /* Medium Large devices */
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .faq-image-wrapper .faq-single-card::before {
    right: 100px;
  }
}
@media (max-width: 1299px) {
  .faq-image-wrapper .faq-single-card::before {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .faq-image-wrapper .faq-single-card::before {
    display: none;
  }
}
.faq-image-wrapper .faq-single-card::after {
  position: absolute;
  left: -55px;
  bottom: 0px;
  content: "";
  height: 30px;
  width: 30px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23e8edfa"></path></svg>');
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .faq-image-wrapper .faq-single-card::after {
    display: none;
  }
}
.faq-image-wrapper .faq-single-card .faq-car-inner {
  z-index: 1;
  padding: 40px 35px 50px;
  max-width: 240px;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  border-radius: 30px;
  background-color: var(--theme-color);
  position: relative;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .faq-image-wrapper .faq-single-card .faq-car-inner {
    display: none;
  }
}
.faq-image-wrapper .faq-single-card .faq-car-inner .bg.image img {
  border-radius: 30px;
}
.faq-image-wrapper .faq-single-card .faq-car-inner:hover .icon {
  transform: rotate(360deg);
}
.faq-image-wrapper .faq-single-card .faq-car-inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: var(--white-color);
  font-size: 30px;
  color: var(--theme-color);
  transition: all 0.4s ease 0s;
}
.faq-image-wrapper .faq-single-card .faq-car-inner .title {
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  font-weight: 500;
  margin: 30px 0 0;
}
.faq-image-wrapper .faq-single-card .faq-car-inner .count {
  font-size: 50px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  display: flex;
  align-items: center;
}
.faq-image-wrapper .faq-single-card .faq-car-inner .count .plus {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 430px) {
  .faq-image-wrapper .faq-single-card .faq-car-inner .count {
    font-size: 30px;
  }
}

.faq-image-wrapper.faq-inner .faq-single-card {
  right: 0;
}
.faq-image-wrapper.faq-inner .faq-single-card::before {
  right: 60px;
}

/*==== Faq Section Two =====================*/
.faq-section .container {
  padding-bottom: 220px;
}
.faq-section .faq-column .inner-column .accordion-box.style-2 .accordion .acc-btn {
  border-radius: 10px;
  background: var(--bs-bg-color14);
  color: var(--white-color);
}
.faq-section .faq-column .inner-column .accordion-box.style-2 .accordion .acc-btn.active {
  color: var(--white-color);
  background-color: var(--theme-color) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
}
.faq-section .faq-column .inner-column .accordion-box.style-2 .accordion .acc-content .content {
  border: 1px solid var(--bs-border-color5);
  background: transparent;
}
.faq-section .faq-column .inner-column .accordion-box.style-2 .accordion .acc-content .content .text {
  color: var(--bs-text-color2);
  /* Large devices */
}
@media (max-width: 1199px) {
  .faq-section .faq-column .inner-column .accordion-box.style-2 .accordion .acc-content .content .text br {
    display: none;
  }
}



/*==== Blog Section One =====================*/
.blog-section .blog-title-area {
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-section .blog-title-area {
    align-items: start !important;
  }
}

.blog-single-box {
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
.blog-single-box:hover .blog-image img {
  transform: scale(1.1);
  filter: brightness(80%);
}
.blog-single-box:hover .blog-content .border::before {
  width: 100%;
  left: 0;
}
.blog-single-box .blog-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blog-single-box .blog-image img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single-box .blog-image .category-tag {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 34px;
  line-height: 34px;
  padding: 6px 26px 30px;
  background: var(--accent-secondary-color);
  font-size: 14px;
  line-height: 28px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 500;
  border-radius: 0 16px 0 9px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(4px);
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.blog-single-box .blog-image .category-tag span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--white-color);
  position: absolute;
  left: 18px;
  top: 22px;
}
/** .blog-single-box .blog-image .category-tag::before {
  position: absolute;
  right: -16px;
  bottom: 0px;
  content: "";
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ffffff"></path></svg>');
  transform: rotate(270deg);
}
.blog-single-box .blog-image .category-tag::after {
  position: absolute;
  left: 0px;
  top: -16px;
  content: "";
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ffffff"></path></svg>');
  transform: rotate(270deg);
}
**/
.blog-single-box .blog-content {
  padding: 25px 5px 15px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .blog-single-box .blog-content {
    padding: 25px 0 15px;
  }
}
@media (max-width: 390px) {
  .blog-single-box .blog-content {
    padding: 25px 0 15px;
  }
}
.blog-single-box .blog-content .border::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color);
  transition: all 0.4s ease 0s;
}
.blog-single-box .blog-content .title {
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .blog-single-box .blog-content .title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .blog-single-box .blog-content .title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .blog-single-box .blog-content .title {
    font-size: 19px;
  }
}
.blog-single-box .blog-content .title a {
  background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.4s ease 0s;
}
.blog-single-box .blog-content .title a:hover {
  color: var(--dark-color);
  background-size: 100% 2px;
}
.blog-single-box .blog-content .text {
  color: var(--gray-color);
}
.blog-single-box .blog-content .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-single-box .blog-content .blog-meta .continue-reading {
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0);
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.4s ease 0s;
  border: 1px solid var(--bs-border-color8);
}
.blog-single-box .blog-content .blog-meta .continue-reading:hover {
  color: var(--white-color);
  background: var(--orange-color);
  gap: 5px;
}
.blog-single-box .blog-content .blog-meta span {
  font-size: 16px;
  line-height: 32px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
}

/*==== Blog Section Two =====================*/
.blog-section .blog-content-wrapper {
  position: sticky;
  top: 100px;
}

.blog-box {
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  background: var(--white-color);
  padding: 15px 40px 15px 15px;
  border-radius: 30px;
  margin-bottom: 25px;
  /* Large devices */
  /* Extra small devices */
}
@media (min-width: 575px) {
  .blog-box {
    position: sticky;
    top: 100px;
  }
}
@media (max-width: 1199px) {
  .blog-box {
    gap: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .blog-box {
    flex-direction: column;
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 575px) {
  .blog-box {
    flex-direction: column;
    padding: 15px 15px 25px 15px;
  }
}
.blog-box:last-child {
  margin-bottom: 0;
}
.blog-box .blog-thumb {
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .blog-box .blog-thumb {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .blog-box .blog-thumb {
    width: 100%;
  }
}
.blog-box .blog-thumb img {
  border-radius: 20px;
  width: 100%;
}
.blog-box .blog-content {
  flex: 1;
}
.blog-box .blog-content .category-tag {
  font-size: 14px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 500;
  font-family: var(--title-font);
  display: inline-block;
  background: transparent;
  border: 1px solid var(--theme-color);
  padding: 7px 20px;
  height: inherit;
}
.blog-box .blog-content .title {
  margin: 20px 0;
}
.blog-box .blog-content .title a {
  font-size: 24px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.4s ease 0s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-box .blog-content .title a br {
    display: none;
  }
}
.blog-box .blog-content .title a:hover {
  color: var(--dark-color);
  background-size: 100% 2px;
}
.blog-box .blog-content .author .name {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  margin-left: 5px;
}
.blog-box .blog-content .border::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color);
  transition: all 0.4s ease 0s;
}
.blog-box .blog-content .blog-meta {
  display: flex;
  gap: 10px;
}
.blog-box .blog-content .blog-meta .date,
.blog-box .blog-content .blog-meta .comment {
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-color2);
  font-weight: 500;
  font-family: var(--title-font);
  border: 1px solid var(--bs-border-color8);
  border-radius: 30px;
  padding: 5px 20px;
}
.blog-box:hover .blog-content .border::before {
  width: 100%;
  left: 0;
}
.blog-box:hover .icon-top .icon {
  background: var(--theme-color);
  color: var(--white-color);
}
.blog-box:hover .icon-top .icon i svg:first-child {
  transform: translate(16px, -16px);
}
.blog-box:hover .icon-top .icon i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -12px);
}
.blog-box .icon-top {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: var(--light-color);
  border-top: 15px solid var(--light-color);
  border-left: 15px solid var(--light-color);
  border-radius: 40% 0 0 0;
}
.blog-box .icon-top::before {
  position: absolute;
  left: 22px;
  top: -39px;
  content: "";
  height: 24px;
  width: 24px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23f6f5fc"></path></svg>');
  transform: rotate(180deg);
}
.blog-box .icon-top::after {
  position: absolute;
  right: 59px;
  bottom: 0px;
  content: "";
  height: 24px;
  width: 24px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23f6f5fc"></path></svg>');
  transform: rotate(180deg);
}
.blog-box .icon-top .icon {
  background: var(--white-color);
  color: var(--dark-color);
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.blog-box .icon-top .icon i {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-flex;
}
.blog-box .icon-top .icon i svg {
  transform: translateY(-1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.blog-box .icon-top .icon i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}

/*==== Blog Section One =====================*/
.blog-single-box.style-3:hover .blog-image img {
  transform: scale(1.1);
  filter: brightness(80%);
}
.blog-single-box.style-3:hover .blog-content .border::before {
  width: 100%;
  left: 0;
}
.blog-single-box.style-3 .blog-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.blog-single-box.style-3 .blog-image img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single-box.style-3 .blog-image .category-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 34px;
  line-height: 34px;
  padding: 0 17px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 500;
  border-radius: 17px;
  background-color: var(--theme-color);
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.blog-single-box.style-3 .blog-image .category-tag::before {
  all: unset;
}
.blog-single-box.style-3 .blog-image .category-tag::after {
  all: unset;
}
.blog-single-box.style-3 .blog-content {
  padding: 25px 15px 15px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .blog-single-box.style-3 .blog-content {
    padding: 25px 0 15px;
  }
}
@media (max-width: 390px) {
  .blog-single-box.style-3 .blog-content {
    padding: 25px 0 15px;
  }
}
.blog-single-box.style-3 .blog-content .border {
  margin-left: -35px;
  margin-right: -35px;
}
.blog-single-box.style-3 .blog-content .border::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color);
  transition: all 0.4s ease 0s;
}
.blog-single-box.style-3 .blog-content .title {
  font-size: 22px;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .blog-single-box.style-3 .blog-content .title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .blog-single-box.style-3 .blog-content .title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .blog-single-box.style-3 .blog-content .title {
    font-size: 19px;
  }
}
.blog-single-box.style-3 .blog-content .title a {
  background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.4s ease 0s;
}
.blog-single-box.style-3 .blog-content .title a:hover {
  color: var(--dark-color);
  background-size: 100% 2px;
}
.blog-single-box.style-3 .blog-content .text {
  color: var(--gray-color2);
  margin: 0;
}
.blog-single-box.style-3 .blog-content .blog-meta {
  display: flex;
  align-items: center;
  justify-content: inherit;
  gap: 30px;
}
.blog-single-box.style-3 .blog-content .blog-meta .date {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  font-weight: 400;
  font-family: var(--title-font);
}
.blog-single-box.style-3 .blog-content .blog-meta span {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color2);
  font-weight: 400;
  font-family: var(--title-font);
  position: relative;
}
.blog-single-box.style-3 .blog-content .blog-meta span::before {
  position: absolute;
  content: "";
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--light-color2);
}

/*==== Blog Section One =====================*/
.blog-single-box.style-3.dark {
  background: var(--bs-bg-color5);
}
.blog-single-box.style-3.dark:hover .blog-image img {
  transform: scale(1.1);
  filter: brightness(80%);
}
.blog-single-box.style-3.dark:hover .blog-content .border::before {
  width: 100%;
  left: 0;
}
.blog-single-box.style-3.dark .blog-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.blog-single-box.style-3.dark .blog-image img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single-box.style-3.dark .blog-image .category-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 34px;
  line-height: 34px;
  padding: 0 17px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 500;
  border-radius: 17px;
  background-color: var(--theme-color);
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.blog-single-box.style-3.dark .blog-image .category-tag::before {
  all: unset;
}
.blog-single-box.style-3.dark .blog-image .category-tag::after {
  all: unset;
}
.blog-single-box.style-3.dark .blog-content {
  padding: 25px 15px 15px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .blog-single-box.style-3.dark .blog-content {
    padding: 25px 0 15px;
  }
}
@media (max-width: 390px) {
  .blog-single-box.style-3.dark .blog-content {
    padding: 25px 0 15px;
  }
}
.blog-single-box.style-3.dark .blog-content .border {
  margin-left: -35px;
  margin-right: -35px;
  border-bottom: 1px solid rgba(143, 155, 227, 0.26) !important;
}
.blog-single-box.style-3.dark .blog-content .border::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color);
  transition: all 0.4s ease 0s;
}
.blog-single-box.style-3.dark .blog-content .title a {
  background: linear-gradient(var(--white-color) 0%, var(--white-color) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.4s ease 0s;
  color: var(--white-color);
}
.blog-single-box.style-3.dark .blog-content .title a:hover {
  color: var(--white-color);
  background-size: 100% 2px;
}
.blog-single-box.style-3.dark .blog-content .text {
  color: var(--bs-text-color2);
  margin: 0;
}
.blog-single-box.style-3.dark .blog-content .blog-meta .date {
  color: var(--bs-text-color2);
}
.blog-single-box.style-3.dark .blog-content .blog-meta span {
  color: var(--bs-text-color2);
}
.blog-single-box.style-3.dark .blog-content .blog-meta span::before {
  position: absolute;
  content: "";
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--bs-bg-color22);
}

/*==== Blog List Section =====================*/
.blog-sidebar {
  position: sticky;
  top: 100px;
}

.widget-box.sidebar-search {
  position: relative;
  display: block;
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--dark-color);
  border-radius: 0;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .widget-box.sidebar-search {
    padding: 35px;
    background-color: var(--theme-color);
    border-bottom: none;
    border-radius: 10px;
  }
}
@media (max-width: 375px) {
  .widget-box.sidebar-search {
    padding: 25px;
  }
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 500;
  height: 55px;
  width: 100%;
  padding: 0;
  background-color: var(--light-color);
  border: none;
  outline: none;
  padding-right: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .sidebar__search-form input[type=search] {
    padding: 0 30px;
  }
}
.sidebar__search-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  outline: none;
  border: none;
  padding: 0;
  font-size: 16px;
  color: var(--theme-color);
  background-color: transparent;
  transition: all 0.4s ease 0s;
  /* Medium devices */
}
.sidebar__search-form button[type=submit]:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .sidebar__search-form button[type=submit] {
    display: flex;
    align-items: center;
  }
  .sidebar__search-form button[type=submit]::after {
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: var(--bs-bg-color3);
  }
}

.sidebar-category-list .widget-box {
  padding-top: 20px;
}

.categories li {
  padding: 16px 0;
  border-bottom: 1px solid var(--bs-border-color);
}
.categories li:first-child {
  padding-top: 0;
}
.categories li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  position: relative;
}
.categories li a:hover {
  color: var(--theme-color);
  padding-left: 15px;
}
.categories li a:hover::before {
  opacity: 1;
}
.categories li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--theme-color);
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  opacity: 0;
}
.categories li a span {
  color: var(--dark-color);
}

.latest-posts .post {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .latest-posts .post {
    gap: 15px;
  }
}
.latest-posts .post:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.latest-posts .post:hover > a img {
  transform: scale(1.1) rotate(-2deg);
  filter: brightness(0.5);
}
.latest-posts .post > a {
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.latest-posts .post > a img {
  transition: all 0.4s ease 0s;
}
.latest-posts .post .post-content a {
  font-size: 18px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.4s ease 0s;
}
.latest-posts .post .post-content a:hover {
  color: var(--dark-color);
  background-size: 100% 1px;
}
@media (max-width: 414px) {
  .latest-posts .post .post-content a {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .latest-posts .post .post-content a {
    font-size: 15px;
  }
}
.latest-posts .post .post-content p {
  font-size: 15px;
  margin: 4px 0 0;
}

.tag-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tag-list .tag {
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  background-color: transparent;
  border: 1px solid var(--bs-border-color2);
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.tag-list .tag:hover, .tag-list .tag.active {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.sidebar-newsletter .newsletter-form .form-group input[type=email] {
  height: 56px;
  border-radius: 28px;
  background-color: var(--light-color);
  color: var(--dark-color);
}
.sidebar-newsletter .newsletter-form .form-group input[type=email]::-moz-placeholder {
  color: var(--gray-color2);
}
.sidebar-newsletter .newsletter-form .form-group input[type=email]::placeholder {
  color: var(--gray-color2);
}

.blog-list-card {
  padding: 20px;
  border-radius: 24px;
  background: var(--white-color);
  margin-bottom: 30px;
  transition: all 0.4s ease 0s;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .blog-list-card {
    padding: 15px;
  }
}
@media (max-width: 360px) {
  .blog-list-card {
    padding: 10px;
  }
}
.blog-list-card:last-child {
  margin-bottom: 0;
}
.blog-list-card:hover .card-content .category {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-list-card .image {
  overflow: hidden;
  border-radius: 16px;
}
.blog-list-card .image img {
  width: 100%;
}
.blog-list-card .card-content {
  padding: 30px 15px 20px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .blog-list-card .card-content {
    padding: 30px 0 20px;
  }
}
@media (max-width: 360px) {
  .blog-list-card .card-content {
    padding: 20px 0 10px;
  }
}
.blog-list-card .card-content .category {
  display: inline-block;
  font-size: 15px;
  color: var(--dark-color);
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--title-font);
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  border-radius: 20px;
  border: 1px solid var(--bs-border-color2);
  background-color: var(--white-color);
  transition: all 0.4s ease 0s;
}
.blog-list-card .card-content .title {
  font-size: 30px;
  color: var(--dark-color);
  font-weight: 600;
  margin: 15px 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .blog-list-card .card-content .title {
    font-size: 22px;
  }
}
.blog-list-card .card-content .title a {
  background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.4s ease 0s;
}
.blog-list-card .card-content .title a:hover {
  color: var(--dark-color);
  background-size: 100% 2px;
}
.blog-list-card .card-content .author-info {
  display: flex;
  align-items: center;
}
@media (max-width: 390px) {
  .blog-list-card .card-content .author-info {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
@media (max-width: 360px) {
  .blog-list-card .card-content .author-info {
    justify-content: start;
    flex-wrap: wrap;
  }
}
.blog-list-card .card-content .author-info .author {
  display: flex;
  align-items: center;
}
.blog-list-card .card-content .author-info .author .name {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 400;
  margin-left: 15px;
  /* Extra small devices */
}
@media (max-width: 430px) {
  .blog-list-card .card-content .author-info .author .name {
    margin-left: 10px;
  }
}
@media (max-width: 375px) {
  .blog-list-card .card-content .author-info .author .name {
    margin-left: 5px;
  }
}
.blog-list-card .card-content .author-info .author .name span {
  color: var(--gray-color);
  font-weight: 400;
}
.blog-list-card .card-content .author-info .date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray-color2);
  margin-left: 50px;
  position: relative;
  /* Extra small devices */
}
.blog-list-card .card-content .author-info .date .icon-calender {
  display: inline-block;
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url("../images/blog/calender.webp") no-repeat center/cover;
}
@media (max-width: 430px) {
  .blog-list-card .card-content .author-info .date {
    margin-left: 15px;
  }
}
@media (max-width: 414px) {
  .blog-list-card .card-content .author-info .date {
    margin-left: 5px;
  }
}
@media (max-width: 375px) {
  .blog-list-card .card-content .author-info .date {
    gap: 5px;
  }
}
.blog-list-card .card-content .description {
  font-size: 16px;
  color: var(--gray-color2);
  margin: 0;
}
.blog-list-card .card-content .continue-reading {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.blog-list-card .card-content .continue-reading:hover {
  color: var(--theme-color);
  gap: 5px;
}
.blog-list-card .card-content .continue-reading::before {
  content: "\f178";
  font-family: var(--icon-font);
  font-size: 20px;
  font-weight: 400;
}

/*==== Blog Details Section =====================*/
.blog-details {
  position: relative;
  display: block;
}
.blog-details .featured-list-box {
  padding: 0 0 0;
}
.blog-details .featured-list .list-style-2 li {
  color: var(--dark-color);
}

.blog-details__left {
  position: relative;
  display: block;
  padding-right: 25px;
  /* Medium devices */
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .blog-details__left {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .blog-details__left {
    padding-right: 0;
  }
}

.blog-list-card.style-2 {
  margin-bottom: 53px;
}
.blog-list-card.style-2 .featured-list li {
  font-size: 16px;
  color: var(--gray-color2);
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.blog-list-card.style-2 .featured-list li + li {
  margin-top: 13px;
}
.blog-list-card.style-2 .featured-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  content: "\f00c";
  left: 0;
  font-size: 18px;
  color: var(--dark-color);
  font-family: var(--icon-font);
  font-weight: 900;
}
.blog-list-card.style-2 .featured-list .list-style-2 li::before {
  content: "\f058";
  color: var(--theme-color);
}
.blog-list-card.style-2 .card-content {
  padding: 30px 15px 10px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .blog-list-card.style-2 .card-content {
    padding: 30px 0 20px;
  }
}
@media (max-width: 360px) {
  .blog-list-card.style-2 p {
    text-align: justify;
  }
}

.blogs-quote {
  padding: 35px 35px;
  border-radius: 10px;
  background-color: var(--light-color);
  margin: 0 0 60px;
}
@media (max-width: 540px) {
  .blogs-quote {
    padding: 20px;
  }
}
.blogs-quote span {
  font-size: 18px;
  color: var(--dark-color);
  font-weight: 500;
  position: relative;
  padding-left: 60px;
}
.blogs-quote span::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: var(--theme-color);
}
.blogs-quote p {
  font-size: 18px;
  color: var(--dark-color);
  font-weight: 400;
  position: relative;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .blogs-quote p {
    font-size: 16px;
  }
}

.blog-details__tag-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 30px;
}
.blog-details__tag-box .tags {
  display: flex;
  gap: 10px;
  /* Extra small devices */
}
.blog-details__tag-box .tags strong {
  color: var(--dark-color);
}
@media (max-width: 575px) {
  .blog-details__tag-box .tags {
    flex-direction: column;
  }
}

.blog-details__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 0;
  margin-top: 56px;
  border-top: 1px solid var(--bs-border-color2);
}
@media (max-width: 540px) {
  .blog-details__bottom {
    gap: 20px;
  }
}

.blog-details__tags {
  display: flex;
  align-items: center;
}
.blog-details__tags li {
  display: inline-block;
  font-size: 13px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--title-font);
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  background-color: transparent;
  border: 1px solid var(--bs-border-color2);
  padding: 0 20px;
  margin-right: 6px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.blog-details__tags li:hover {
  color: var(--white-color);
  background: var(--theme-color);
}
.blog-details__tags li:last-child {
  margin-right: 0;
}

.blog-details__social-list,
.blog-details__tags {
  /* Extra small devices */
}
.blog-details__social-list span,
.blog-details__tags span {
  font-size: 18px;
  color: var(--dark-color);
  font-weight: 500;
  margin-right: 10px;
}
@media (max-width: 375px) {
  .blog-details__social-list,
  .blog-details__tags {
    flex-wrap: wrap;
    gap: 0;
  }
}

.blog-details__social-list {
  display: flex;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-color);
  background-color: transparent;
  border: 1px solid var(--bs-border-color2);
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: var(--white-color);
}
.blog-details__social-list a:hover:after {
  height: 100%;
  opacity: 1;
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--theme-color);
  transition: all 0.4s ease-in-out;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}



.callus-section {
  position: relative;
}
.callus-section .callus-inner::before {
  background-image: linear-gradient(100deg, rgba(5, 17, 83, 0.9019607843) 0%, rgba(5, 17, 83, 0.9019607843) 40%, rgba(5, 17, 83, 0) 55%, rgba(5, 17, 83, 0) 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  z-index: 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .callus-section .callus-inner::before {
    border-radius: 0;
  }
}
.callus-section .callus-inner .image img {
  border-radius: 0 0 30px 30px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .callus-section .callus-inner .image img {
    border-radius: 0;
  }
}
.callus-section .callus-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .callus-section .callus-contact {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .callus-section .callus-contact {
    flex-direction: column;
    align-items: start;
  }
}
.callus-section .callus-contact .inner-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
.callus-section .callus-contact .inner-contact .content .call-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.callus-section .callus-contact .inner-contact .content .call-phone {
  font-size: 22px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
}






.info-section .info-box {
  padding: 48px 40px;
  border-radius: 10px;
}
@media (max-width: 430px) {
  .info-section .info-box {
    padding: 48px 30px;
  }
}
.info-section .info-box .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.info-section .info-box .content .title {
  font-size: 30px;
  line-height: 40px;
  color: var(--dark-color);
  font-weight: 700;
  font-family: var(--title-font);
}
@media (max-width: 430px) {
  .info-section .info-box .content .title {
    font-size: 27px;
  }
  .info-section .info-box .content .title br {
    display: none;
  }
}
@media (max-width: 430px) {
  .info-section .info-box .content p br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .info-section .info-box .content .theme-btn {
    margin-top: 20px !important;
  }
}
@media (max-width: 1024px) {
  .info-section .info-box .image {
    display: none;
  }
}







/* Global padding classes */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .lg-pb-165 {
    padding-bottom: 165px !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .md-pb-155 {
    padding-bottom: 155px !important;
  }
}
/* Include global padding classes */
.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

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

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-30 {
  padding-right: 30px !important;
}
.pr-60 {
  padding-right: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-150 {
  padding-right: 150px !important;
  padding-left: 150px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

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

.pl-150 {
  padding-left: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

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

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

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}


/* Include breakpoint-specific padding classes */
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .hd-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .hd-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .hd-pt-5 {
    padding-top: 5px !important;
  }
  .hd-pb-5 {
    padding-bottom: 5px !important;
  }
  .hd-pl-5 {
    padding-left: 5px !important;
  }
  .hd-pr-5 {
    padding-right: 5px !important;
  }
  .hd-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .hd-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .hd-pt-10 {
    padding-top: 10px !important;
  }
  .hd-pb-10 {
    padding-bottom: 10px !important;
  }
  .hd-pl-10 {
    padding-left: 10px !important;
  }
  .hd-pr-10 {
    padding-right: 10px !important;
  }
  .hd-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .hd-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .hd-pt-15 {
    padding-top: 15px !important;
  }
  .hd-pb-15 {
    padding-bottom: 15px !important;
  }
  .hd-pl-15 {
    padding-left: 15px !important;
  }
  .hd-pr-15 {
    padding-right: 15px !important;
  }
  .hd-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .hd-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .hd-pt-20 {
    padding-top: 20px !important;
  }
  .hd-pb-20 {
    padding-bottom: 20px !important;
  }
  .hd-pl-20 {
    padding-left: 20px !important;
  }
  .hd-pr-20 {
    padding-right: 20px !important;
  }
  .hd-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .hd-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .hd-pt-25 {
    padding-top: 25px !important;
  }
  .hd-pb-25 {
    padding-bottom: 25px !important;
  }
  .hd-pl-25 {
    padding-left: 25px !important;
  }
  .hd-pr-25 {
    padding-right: 25px !important;
  }
  .hd-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .hd-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .hd-pt-30 {
    padding-top: 30px !important;
  }
  .hd-pb-30 {
    padding-bottom: 30px !important;
  }
  .hd-pl-30 {
    padding-left: 30px !important;
  }
  .hd-pr-30 {
    padding-right: 30px !important;
  }
  .hd-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .hd-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .hd-pt-35 {
    padding-top: 35px !important;
  }
  .hd-pb-35 {
    padding-bottom: 35px !important;
  }
  .hd-pl-35 {
    padding-left: 35px !important;
  }
  .hd-pr-35 {
    padding-right: 35px !important;
  }
  .hd-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .hd-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .hd-pt-40 {
    padding-top: 40px !important;
  }
  .hd-pb-40 {
    padding-bottom: 40px !important;
  }
  .hd-pl-40 {
    padding-left: 40px !important;
  }
  .hd-pr-40 {
    padding-right: 40px !important;
  }
  .hd-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .hd-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .hd-pt-45 {
    padding-top: 45px !important;
  }
  .hd-pb-45 {
    padding-bottom: 45px !important;
  }
  .hd-pl-45 {
    padding-left: 45px !important;
  }
  .hd-pr-45 {
    padding-right: 45px !important;
  }
  .hd-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .hd-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .hd-pt-50 {
    padding-top: 50px !important;
  }
  .hd-pb-50 {
    padding-bottom: 50px !important;
  }
  .hd-pl-50 {
    padding-left: 50px !important;
  }
  .hd-pr-50 {
    padding-right: 50px !important;
  }
  .hd-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .hd-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .hd-pt-55 {
    padding-top: 55px !important;
  }
  .hd-pb-55 {
    padding-bottom: 55px !important;
  }
  .hd-pl-55 {
    padding-left: 55px !important;
  }
  .hd-pr-55 {
    padding-right: 55px !important;
  }
  .hd-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .hd-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .hd-pt-60 {
    padding-top: 60px !important;
  }
  .hd-pb-60 {
    padding-bottom: 60px !important;
  }
  .hd-pl-60 {
    padding-left: 60px !important;
  }
  .hd-pr-60 {
    padding-right: 60px !important;
  }

  .hd-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .hd-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .hd-pt-0 {
    padding-top: 0 !important;
  }
  .hd-pb-0 {
    padding-bottom: 0 !important;
  }
  .hd-pl-0 {
    padding-left: 0 !important;
  }
  .hd-pr-0 {
    padding-right: 0 !important;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .xxl-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .xxl-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .xxl-pt-5 {
    padding-top: 5px !important;
  }
  .xxl-pb-5 {
    padding-bottom: 5px !important;
  }
  .xxl-pl-5 {
    padding-left: 5px !important;
  }
  .xxl-pr-5 {
    padding-right: 5px !important;
  }
  .xxl-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .xxl-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xxl-pt-10 {
    padding-top: 10px !important;
  }
  .xxl-pb-10 {
    padding-bottom: 10px !important;
  }
  .xxl-pl-10 {
    padding-left: 10px !important;
  }
  .xxl-pr-10 {
    padding-right: 10px !important;
  }
  .xxl-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .xxl-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .xxl-pt-15 {
    padding-top: 15px !important;
  }
  .xxl-pb-15 {
    padding-bottom: 15px !important;
  }
  .xxl-pl-15 {
    padding-left: 15px !important;
  }
  .xxl-pr-15 {
    padding-right: 15px !important;
  }
  .xxl-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .xxl-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xxl-pt-20 {
    padding-top: 20px !important;
  }
  .xxl-pb-20 {
    padding-bottom: 20px !important;
  }
  .xxl-pl-20 {
    padding-left: 20px !important;
  }
  .xxl-pr-20 {
    padding-right: 20px !important;
  }
  .xxl-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .xxl-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .xxl-pt-25 {
    padding-top: 25px !important;
  }
  .xxl-pb-25 {
    padding-bottom: 25px !important;
  }
  .xxl-pl-25 {
    padding-left: 25px !important;
  }
  .xxl-pr-25 {
    padding-right: 25px !important;
  }
  .xxl-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .xxl-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .xxl-pt-30 {
    padding-top: 30px !important;
  }
  .xxl-pb-30 {
    padding-bottom: 30px !important;
  }
  .xxl-pl-30 {
    padding-left: 30px !important;
  }
  .xxl-pr-30 {
    padding-right: 30px !important;
  }
  .xxl-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .xxl-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .xxl-pt-35 {
    padding-top: 35px !important;
  }
  .xxl-pb-35 {
    padding-bottom: 35px !important;
  }
  .xxl-pl-35 {
    padding-left: 35px !important;
  }
  .xxl-pr-35 {
    padding-right: 35px !important;
  }
  .xxl-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .xxl-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xxl-pt-40 {
    padding-top: 40px !important;
  }
  .xxl-pb-40 {
    padding-bottom: 40px !important;
  }
  .xxl-pl-40 {
    padding-left: 40px !important;
  }
  .xxl-pr-40 {
    padding-right: 40px !important;
  }
  .xxl-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .xxl-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .xxl-pt-45 {
    padding-top: 45px !important;
  }
  .xxl-pb-45 {
    padding-bottom: 45px !important;
  }
  .xxl-pl-45 {
    padding-left: 45px !important;
  }
  .xxl-pr-45 {
    padding-right: 45px !important;
  }
  .xxl-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .xxl-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .xxl-pt-50 {
    padding-top: 50px !important;
  }
  .xxl-pb-50 {
    padding-bottom: 50px !important;
  }
  .xxl-pl-50 {
    padding-left: 50px !important;
  }
  .xxl-pr-50 {
    padding-right: 50px !important;
  }
  .xxl-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .xxl-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .xxl-pt-55 {
    padding-top: 55px !important;
  }
  .xxl-pb-55 {
    padding-bottom: 55px !important;
  }
  .xxl-pl-55 {
    padding-left: 55px !important;
  }
  .xxl-pr-55 {
    padding-right: 55px !important;
  }
  .xxl-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .xxl-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .xxl-pt-60 {
    padding-top: 60px !important;
  }
  .xxl-pb-60 {
    padding-bottom: 60px !important;
  }
  .xxl-pl-60 {
    padding-left: 60px !important;
  }
  .xxl-pr-60 {
    padding-right: 60px !important;
  }
 
  .xxl-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .xxl-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xxl-pt-0 {
    padding-top: 0 !important;
  }
  .xxl-pb-0 {
    padding-bottom: 0 !important;
  }
  .xxl-pl-0 {
    padding-left: 0 !important;
  }
  .xxl-pr-0 {
    padding-right: 0 !important;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .ml-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .ml-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .ml-pt-5 {
    padding-top: 5px !important;
  }
  .ml-pb-5 {
    padding-bottom: 5px !important;
  }
  .ml-pl-5 {
    padding-left: 5px !important;
  }
  .ml-pr-5 {
    padding-right: 5px !important;
  }
  .ml-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .ml-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ml-pt-10 {
    padding-top: 10px !important;
  }
  .ml-pb-10 {
    padding-bottom: 10px !important;
  }
  .ml-pl-10 {
    padding-left: 10px !important;
  }
  .ml-pr-10 {
    padding-right: 10px !important;
  }
  .ml-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .ml-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .ml-pt-15 {
    padding-top: 15px !important;
  }
  .ml-pb-15 {
    padding-bottom: 15px !important;
  }
  .ml-pl-15 {
    padding-left: 15px !important;
  }
  .ml-pr-15 {
    padding-right: 15px !important;
  }
  .ml-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .ml-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ml-pt-20 {
    padding-top: 20px !important;
  }
  .ml-pb-20 {
    padding-bottom: 20px !important;
  }
  .ml-pl-20 {
    padding-left: 20px !important;
  }
  .ml-pr-20 {
    padding-right: 20px !important;
  }
  .ml-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .ml-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .ml-pt-25 {
    padding-top: 25px !important;
  }
  .ml-pb-25 {
    padding-bottom: 25px !important;
  }
  .ml-pl-25 {
    padding-left: 25px !important;
  }
  .ml-pr-25 {
    padding-right: 25px !important;
  }
  .ml-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .ml-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ml-pt-30 {
    padding-top: 30px !important;
  }
  .ml-pb-30 {
    padding-bottom: 30px !important;
  }
  .ml-pl-30 {
    padding-left: 30px !important;
  }
  .ml-pr-30 {
    padding-right: 30px !important;
  }
  .ml-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .ml-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .ml-pt-35 {
    padding-top: 35px !important;
  }
  .ml-pb-35 {
    padding-bottom: 35px !important;
  }
  .ml-pl-35 {
    padding-left: 35px !important;
  }
  .ml-pr-35 {
    padding-right: 35px !important;
  }
  .ml-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .ml-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ml-pt-40 {
    padding-top: 40px !important;
  }
  .ml-pb-40 {
    padding-bottom: 40px !important;
  }
  .ml-pl-40 {
    padding-left: 40px !important;
  }
  .ml-pr-40 {
    padding-right: 40px !important;
  }
  .ml-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .ml-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .ml-pt-45 {
    padding-top: 45px !important;
  }
  .ml-pb-45 {
    padding-bottom: 45px !important;
  }
  .ml-pl-45 {
    padding-left: 45px !important;
  }
  .ml-pr-45 {
    padding-right: 45px !important;
  }
  .ml-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .ml-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ml-pt-50 {
    padding-top: 50px !important;
  }
  .ml-pb-50 {
    padding-bottom: 50px !important;
  }
  .ml-pl-50 {
    padding-left: 50px !important;
  }
  .ml-pr-50 {
    padding-right: 50px !important;
  }
  .ml-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .ml-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .ml-pt-55 {
    padding-top: 55px !important;
  }
  .ml-pb-55 {
    padding-bottom: 55px !important;
  }
  .ml-pl-55 {
    padding-left: 55px !important;
  }
  .ml-pr-55 {
    padding-right: 55px !important;
  }
  .ml-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .ml-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ml-pt-60 {
    padding-top: 60px !important;
  }
  .ml-pb-60 {
    padding-bottom: 60px !important;
  }
  .ml-pl-60 {
    padding-left: 60px !important;
  }
  .ml-pr-60 {
    padding-right: 60px !important;
  }
 
  .ml-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .ml-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ml-pt-0 {
    padding-top: 0 !important;
  }
  .ml-pb-0 {
    padding-bottom: 0 !important;
  }
  .ml-pl-0 {
    padding-left: 0 !important;
  }
  .ml-pr-0 {
    padding-right: 0 !important;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .xl-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .xl-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .xl-pt-5 {
    padding-top: 5px !important;
  }
  .xl-pb-5 {
    padding-bottom: 5px !important;
  }
  .xl-pl-5 {
    padding-left: 5px !important;
  }
  .xl-pr-5 {
    padding-right: 5px !important;
  }
  .xl-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .xl-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xl-pt-10 {
    padding-top: 10px !important;
  }
  .xl-pb-10 {
    padding-bottom: 10px !important;
  }
  .xl-pl-10 {
    padding-left: 10px !important;
  }
  .xl-pr-10 {
    padding-right: 10px !important;
  }
  .xl-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .xl-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .xl-pt-15 {
    padding-top: 15px !important;
  }
  .xl-pb-15 {
    padding-bottom: 15px !important;
  }
  .xl-pl-15 {
    padding-left: 15px !important;
  }
  .xl-pr-15 {
    padding-right: 15px !important;
  }
  .xl-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .xl-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xl-pt-20 {
    padding-top: 20px !important;
  }
  .xl-pb-20 {
    padding-bottom: 20px !important;
  }
  .xl-pl-20 {
    padding-left: 20px !important;
  }
  .xl-pr-20 {
    padding-right: 20px !important;
  }
  .xl-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .xl-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .xl-pt-25 {
    padding-top: 25px !important;
  }
  .xl-pb-25 {
    padding-bottom: 25px !important;
  }
  .xl-pl-25 {
    padding-left: 25px !important;
  }
  .xl-pr-25 {
    padding-right: 25px !important;
  }
  .xl-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .xl-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .xl-pt-30 {
    padding-top: 30px !important;
  }
  .xl-pb-30 {
    padding-bottom: 30px !important;
  }
  .xl-pl-30 {
    padding-left: 30px !important;
  }
  .xl-pr-30 {
    padding-right: 30px !important;
  }
  .xl-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .xl-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .xl-pt-35 {
    padding-top: 35px !important;
  }
  .xl-pb-35 {
    padding-bottom: 35px !important;
  }
  .xl-pl-35 {
    padding-left: 35px !important;
  }
  .xl-pr-35 {
    padding-right: 35px !important;
  }
  .xl-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .xl-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xl-pt-40 {
    padding-top: 40px !important;
  }
  .xl-pb-40 {
    padding-bottom: 40px !important;
  }
  .xl-pl-40 {
    padding-left: 40px !important;
  }
  .xl-pr-40 {
    padding-right: 40px !important;
  }
  .xl-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .xl-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .xl-pt-45 {
    padding-top: 45px !important;
  }
  .xl-pb-45 {
    padding-bottom: 45px !important;
  }
  .xl-pl-45 {
    padding-left: 45px !important;
  }
  .xl-pr-45 {
    padding-right: 45px !important;
  }
  .xl-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .xl-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .xl-pt-50 {
    padding-top: 50px !important;
  }
  .xl-pb-50 {
    padding-bottom: 50px !important;
  }
  .xl-pl-50 {
    padding-left: 50px !important;
  }
  .xl-pr-50 {
    padding-right: 50px !important;
  }
  .xl-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .xl-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .xl-pt-55 {
    padding-top: 55px !important;
  }
  .xl-pb-55 {
    padding-bottom: 55px !important;
  }
  .xl-pl-55 {
    padding-left: 55px !important;
  }
  .xl-pr-55 {
    padding-right: 55px !important;
  }
  .xl-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .xl-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .xl-pt-60 {
    padding-top: 60px !important;
  }
  .xl-pb-60 {
    padding-bottom: 60px !important;
  }
  .xl-pl-60 {
    padding-left: 60px !important;
  }
  .xl-pr-60 {
    padding-right: 60px !important;
  }
 
  .xl-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .xl-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xl-pt-0 {
    padding-top: 0 !important;
  }
  .xl-pb-0 {
    padding-bottom: 0 !important;
  }
  .xl-pl-0 {
    padding-left: 0 !important;
  }
  .xl-pr-0 {
    padding-right: 0 !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .lg-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .lg-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .lg-pt-5 {
    padding-top: 5px !important;
  }
  .lg-pb-5 {
    padding-bottom: 5px !important;
  }
  .lg-pl-5 {
    padding-left: 5px !important;
  }
  .lg-pr-5 {
    padding-right: 5px !important;
  }
  .lg-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .lg-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-pl-10 {
    padding-left: 10px !important;
  }
  .lg-pr-10 {
    padding-right: 10px !important;
  }
  .lg-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .lg-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .lg-pt-15 {
    padding-top: 15px !important;
  }
  .lg-pb-15 {
    padding-bottom: 15px !important;
  }
  .lg-pl-15 {
    padding-left: 15px !important;
  }
  .lg-pr-15 {
    padding-right: 15px !important;
  }
  .lg-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .lg-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-pl-20 {
    padding-left: 20px !important;
  }
  .lg-pr-20 {
    padding-right: 20px !important;
  }
  .lg-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .lg-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .lg-pt-25 {
    padding-top: 25px !important;
  }
  .lg-pb-25 {
    padding-bottom: 25px !important;
  }
  .lg-pl-25 {
    padding-left: 25px !important;
  }
  .lg-pr-25 {
    padding-right: 25px !important;
  }
  .lg-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .lg-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-pl-30 {
    padding-left: 30px !important;
  }
  .lg-pr-30 {
    padding-right: 30px !important;
  }
  .lg-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .lg-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .lg-pt-35 {
    padding-top: 35px !important;
  }
  .lg-pb-35 {
    padding-bottom: 35px !important;
  }
  .lg-pl-35 {
    padding-left: 35px !important;
  }
  .lg-pr-35 {
    padding-right: 35px !important;
  }
  .lg-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .lg-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-pl-40 {
    padding-left: 40px !important;
  }
  .lg-pr-40 {
    padding-right: 40px !important;
  }
  .lg-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .lg-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .lg-pt-45 {
    padding-top: 45px !important;
  }
  .lg-pb-45 {
    padding-bottom: 45px !important;
  }
  .lg-pl-45 {
    padding-left: 45px !important;
  }
  .lg-pr-45 {
    padding-right: 45px !important;
  }
  .lg-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .lg-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-pl-50 {
    padding-left: 50px !important;
  }
  .lg-pr-50 {
    padding-right: 50px !important;
  }
  .lg-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .lg-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .lg-pt-55 {
    padding-top: 55px !important;
  }
  .lg-pb-55 {
    padding-bottom: 55px !important;
  }
  .lg-pl-55 {
    padding-left: 55px !important;
  }
  .lg-pr-55 {
    padding-right: 55px !important;
  }
  .lg-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .lg-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
  .lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .lg-pl-60 {
    padding-left: 60px !important;
  }
  .lg-pr-60 {
    padding-right: 60px !important;
  }
 
  .lg-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .lg-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .lg-pt-0 {
    padding-top: 0 !important;
  }
  .lg-pb-0 {
    padding-bottom: 0 !important;
  }
  .lg-pl-0 {
    padding-left: 0 !important;
  }
  .lg-pr-0 {
    padding-right: 0 !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .md-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .md-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .md-pt-5 {
    padding-top: 5px !important;
  }
  .md-pb-5 {
    padding-bottom: 5px !important;
  }
  .md-pl-5 {
    padding-left: 5px !important;
  }
  .md-pr-5 {
    padding-right: 5px !important;
  }
  .md-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .md-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-pl-10 {
    padding-left: 10px !important;
  }
  .md-pr-10 {
    padding-right: 10px !important;
  }
  .md-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .md-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .md-pt-15 {
    padding-top: 15px !important;
  }
  .md-pb-15 {
    padding-bottom: 15px !important;
  }
  .md-pl-15 {
    padding-left: 15px !important;
  }
  .md-pr-15 {
    padding-right: 15px !important;
  }
  .md-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .md-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-pl-20 {
    padding-left: 20px !important;
  }
  .md-pr-20 {
    padding-right: 20px !important;
  }
  .md-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .md-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .md-pt-25 {
    padding-top: 25px !important;
  }
  .md-pb-25 {
    padding-bottom: 25px !important;
  }
  .md-pl-25 {
    padding-left: 25px !important;
  }
  .md-pr-25 {
    padding-right: 25px !important;
  }
  .md-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .md-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .md-pt-30 {
    padding-top: 30px !important;
  }
  .md-pb-30 {
    padding-bottom: 30px !important;
  }
  .md-pl-30 {
    padding-left: 30px !important;
  }
  .md-pr-30 {
    padding-right: 30px !important;
  }
  .md-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .md-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .md-pt-35 {
    padding-top: 35px !important;
  }
  .md-pb-35 {
    padding-bottom: 35px !important;
  }
  .md-pl-35 {
    padding-left: 35px !important;
  }
  .md-pr-35 {
    padding-right: 35px !important;
  }
  .md-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .md-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-pl-40 {
    padding-left: 40px !important;
  }
  .md-pr-40 {
    padding-right: 40px !important;
  }
  .md-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .md-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .md-pt-45 {
    padding-top: 45px !important;
  }
  .md-pb-45 {
    padding-bottom: 45px !important;
  }
  .md-pl-45 {
    padding-left: 45px !important;
  }
  .md-pr-45 {
    padding-right: 45px !important;
  }
  .md-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .md-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-pl-50 {
    padding-left: 50px !important;
  }
  .md-pr-50 {
    padding-right: 50px !important;
  }
  .md-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .md-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .md-pt-55 {
    padding-top: 55px !important;
  }
  .md-pb-55 {
    padding-bottom: 55px !important;
  }
  .md-pl-55 {
    padding-left: 55px !important;
  }
  .md-pr-55 {
    padding-right: 55px !important;
  }
  .md-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .md-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .md-pt-60 {
    padding-top: 60px !important;
  }
  .md-pb-60 {
    padding-bottom: 60px !important;
  }
  .md-pl-60 {
    padding-left: 60px !important;
  }
  .md-pr-60 {
    padding-right: 60px !important;
  }
  
  .md-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .md-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md-pt-0 {
    padding-top: 0 !important;
  }
  .md-pb-0 {
    padding-bottom: 0 !important;
  }
  .md-pl-0 {
    padding-left: 0 !important;
  }
  .md-pr-0 {
    padding-right: 0 !important;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sm-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .sm-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sm-pt-5 {
    padding-top: 5px !important;
  }
  .sm-pb-5 {
    padding-bottom: 5px !important;
  }
  .sm-pl-5 {
    padding-left: 5px !important;
  }
  .sm-pr-5 {
    padding-right: 5px !important;
  }
  .sm-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .sm-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-pl-10 {
    padding-left: 10px !important;
  }
  .sm-pr-10 {
    padding-right: 10px !important;
  }
  .sm-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .sm-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sm-pt-15 {
    padding-top: 15px !important;
  }
  .sm-pb-15 {
    padding-bottom: 15px !important;
  }
  .sm-pl-15 {
    padding-left: 15px !important;
  }
  .sm-pr-15 {
    padding-right: 15px !important;
  }
  .sm-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .sm-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .sm-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .sm-pt-25 {
    padding-top: 25px !important;
  }
  .sm-pb-25 {
    padding-bottom: 25px !important;
  }
  .sm-pl-25 {
    padding-left: 25px !important;
  }
  .sm-pr-25 {
    padding-right: 25px !important;
  }
  .sm-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .sm-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-pl-30 {
    padding-left: 30px !important;
  }
  .sm-pr-30 {
    padding-right: 30px !important;
  }
  .sm-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .sm-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .sm-pt-35 {
    padding-top: 35px !important;
  }
  .sm-pb-35 {
    padding-bottom: 35px !important;
  }
  .sm-pl-35 {
    padding-left: 35px !important;
  }
  .sm-pr-35 {
    padding-right: 35px !important;
  }
  .sm-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .sm-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-pl-40 {
    padding-left: 40px !important;
  }
  .sm-pr-40 {
    padding-right: 40px !important;
  }
  .sm-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .sm-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .sm-pt-45 {
    padding-top: 45px !important;
  }
  .sm-pb-45 {
    padding-bottom: 45px !important;
  }
  .sm-pl-45 {
    padding-left: 45px !important;
  }
  .sm-pr-45 {
    padding-right: 45px !important;
  }
  .sm-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .sm-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .sm-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .sm-pt-55 {
    padding-top: 55px !important;
  }
  .sm-pb-55 {
    padding-bottom: 55px !important;
  }
  .sm-pl-55 {
    padding-left: 55px !important;
  }
  .sm-pr-55 {
    padding-right: 55px !important;
  }
  .sm-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .sm-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .sm-pt-60 {
    padding-top: 60px !important;
  }
  .sm-pb-60 {
    padding-bottom: 60px !important;
  }
  .sm-pl-60 {
    padding-left: 60px !important;
  }
  .sm-pr-60 {
    padding-right: 60px !important;
  }

  .sm-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sm-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sm-pt-0 {
    padding-top: 0 !important;
  }
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }
  .sm-pl-0 {
    padding-left: 0 !important;
  }
  .sm-pr-0 {
    padding-right: 0 !important;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .xs-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .xs-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .xs-pt-5 {
    padding-top: 5px !important;
  }
  .xs-pb-5 {
    padding-bottom: 5px !important;
  }
  .xs-pl-5 {
    padding-left: 5px !important;
  }
  .xs-pr-5 {
    padding-right: 5px !important;
  }
  .xs-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .xs-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xs-pt-10 {
    padding-top: 10px !important;
  }
  .xs-pb-10 {
    padding-bottom: 10px !important;
  }
  .xs-pl-10 {
    padding-left: 10px !important;
  }
  .xs-pr-10 {
    padding-right: 10px !important;
  }
  .xs-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .xs-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .xs-pt-15 {
    padding-top: 15px !important;
  }
  .xs-pb-15 {
    padding-bottom: 15px !important;
  }
  .xs-pl-15 {
    padding-left: 15px !important;
  }
  .xs-pr-15 {
    padding-right: 15px !important;
  }
  .xs-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .xs-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xs-pt-20 {
    padding-top: 20px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-pl-20 {
    padding-left: 20px !important;
  }
  .xs-pr-20 {
    padding-right: 20px !important;
  }
  .xs-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .xs-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .xs-pt-25 {
    padding-top: 25px !important;
  }
  .xs-pb-25 {
    padding-bottom: 25px !important;
  }
  .xs-pl-25 {
    padding-left: 25px !important;
  }
  .xs-pr-25 {
    padding-right: 25px !important;
  }
  .xs-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .xs-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .xs-pt-30 {
    padding-top: 30px !important;
  }
  .xs-pb-30 {
    padding-bottom: 30px !important;
  }
  .xs-pl-30 {
    padding-left: 30px !important;
  }
  .xs-pr-30 {
    padding-right: 30px !important;
  }
  .xs-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .xs-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .xs-pt-35 {
    padding-top: 35px !important;
  }
  .xs-pb-35 {
    padding-bottom: 35px !important;
  }
  .xs-pl-35 {
    padding-left: 35px !important;
  }
  .xs-pr-35 {
    padding-right: 35px !important;
  }
  .xs-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .xs-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xs-pt-40 {
    padding-top: 40px !important;
  }
  .xs-pb-40 {
    padding-bottom: 40px !important;
  }
  .xs-pl-40 {
    padding-left: 40px !important;
  }
  .xs-pr-40 {
    padding-right: 40px !important;
  }
  .xs-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .xs-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .xs-pt-45 {
    padding-top: 45px !important;
  }
  .xs-pb-45 {
    padding-bottom: 45px !important;
  }
  .xs-pl-45 {
    padding-left: 45px !important;
  }
  .xs-pr-45 {
    padding-right: 45px !important;
  }
  .xs-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .xs-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .xs-pt-50 {
    padding-top: 50px !important;
  }
  .xs-pb-50 {
    padding-bottom: 50px !important;
  }
  .xs-pl-50 {
    padding-left: 50px !important;
  }
  .xs-pr-50 {
    padding-right: 50px !important;
  }
  .xs-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .xs-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .xs-pt-55 {
    padding-top: 55px !important;
  }
  .xs-pb-55 {
    padding-bottom: 55px !important;
  }
  .xs-pl-55 {
    padding-left: 55px !important;
  }
  .xs-pr-55 {
    padding-right: 55px !important;
  }
  .xs-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .xs-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .xs-pt-60 {
    padding-top: 60px !important;
  }
  .xs-pb-60 {
    padding-bottom: 60px !important;
  }
  .xs-pl-60 {
    padding-left: 60px !important;
  }
  .xs-pr-60 {
    padding-right: 60px !important;
  }
 
  .xs-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .xs-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xs-pt-0 {
    padding-top: 0 !important;
  }
  .xs-pb-0 {
    padding-bottom: 0 !important;
  }
  .xs-pl-0 {
    padding-left: 0 !important;
  }
  .xs-pr-0 {
    padding-right: 0 !important;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .vxs-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .vxs-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .vxs-pt-5 {
    padding-top: 5px !important;
  }
  .vxs-pb-5 {
    padding-bottom: 5px !important;
  }
  .vxs-pl-5 {
    padding-left: 5px !important;
  }
  .vxs-pr-5 {
    padding-right: 5px !important;
  }
  .vxs-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .vxs-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .vxs-pt-10 {
    padding-top: 10px !important;
  }
  .vxs-pb-10 {
    padding-bottom: 10px !important;
  }
  .vxs-pl-10 {
    padding-left: 10px !important;
  }
  .vxs-pr-10 {
    padding-right: 10px !important;
  }
  .vxs-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .vxs-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .vxs-pt-15 {
    padding-top: 15px !important;
  }
  .vxs-pb-15 {
    padding-bottom: 15px !important;
  }
  .vxs-pl-15 {
    padding-left: 15px !important;
  }
  .vxs-pr-15 {
    padding-right: 15px !important;
  }
  .vxs-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .vxs-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .vxs-pt-20 {
    padding-top: 20px !important;
  }
  .vxs-pb-20 {
    padding-bottom: 20px !important;
  }
  .vxs-pl-20 {
    padding-left: 20px !important;
  }
  .vxs-pr-20 {
    padding-right: 20px !important;
  }
  .vxs-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .vxs-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .vxs-pt-25 {
    padding-top: 25px !important;
  }
  .vxs-pb-25 {
    padding-bottom: 25px !important;
  }
  .vxs-pl-25 {
    padding-left: 25px !important;
  }
  .vxs-pr-25 {
    padding-right: 25px !important;
  }
  .vxs-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .vxs-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .vxs-pt-30 {
    padding-top: 30px !important;
  }
  .vxs-pb-30 {
    padding-bottom: 30px !important;
  }
  .vxs-pl-30 {
    padding-left: 30px !important;
  }
  .vxs-pr-30 {
    padding-right: 30px !important;
  }
  .vxs-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .vxs-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .vxs-pt-35 {
    padding-top: 35px !important;
  }
  .vxs-pb-35 {
    padding-bottom: 35px !important;
  }
  .vxs-pl-35 {
    padding-left: 35px !important;
  }
  .vxs-pr-35 {
    padding-right: 35px !important;
  }
  .vxs-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .vxs-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .vxs-pt-40 {
    padding-top: 40px !important;
  }
  .vxs-pb-40 {
    padding-bottom: 40px !important;
  }
  .vxs-pl-40 {
    padding-left: 40px !important;
  }
  .vxs-pr-40 {
    padding-right: 40px !important;
  }
  .vxs-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .vxs-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .vxs-pt-45 {
    padding-top: 45px !important;
  }
  .vxs-pb-45 {
    padding-bottom: 45px !important;
  }
  .vxs-pl-45 {
    padding-left: 45px !important;
  }
  .vxs-pr-45 {
    padding-right: 45px !important;
  }
  .vxs-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .vxs-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .vxs-pt-50 {
    padding-top: 50px !important;
  }
  .vxs-pb-50 {
    padding-bottom: 50px !important;
  }
  .vxs-pl-50 {
    padding-left: 50px !important;
  }
  .vxs-pr-50 {
    padding-right: 50px !important;
  }
  .vxs-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .vxs-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .vxs-pt-55 {
    padding-top: 55px !important;
  }
  .vxs-pb-55 {
    padding-bottom: 55px !important;
  }
  .vxs-pl-55 {
    padding-left: 55px !important;
  }
  .vxs-pr-55 {
    padding-right: 55px !important;
  }
  .vxs-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .vxs-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .vxs-pt-60 {
    padding-top: 60px !important;
  }
  .vxs-pb-60 {
    padding-bottom: 60px !important;
  }
  .vxs-pl-60 {
    padding-left: 60px !important;
  }
  .vxs-pr-60 {
    padding-right: 60px !important;
  }
 
  .vxs-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .vxs-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .vxs-pt-0 {
    padding-top: 0 !important;
  }
  .vxs-pb-0 {
    padding-bottom: 0 !important;
  }
  .vxs-pl-0 {
    padding-left: 0 !important;
  }
  .vxs-pr-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .ltm-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .ltm-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .ltm-pt-5 {
    padding-top: 5px !important;
  }
  .ltm-pb-5 {
    padding-bottom: 5px !important;
  }
  .ltm-pl-5 {
    padding-left: 5px !important;
  }
  .ltm-pr-5 {
    padding-right: 5px !important;
  }
  .ltm-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .ltm-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ltm-pt-10 {
    padding-top: 10px !important;
  }
  .ltm-pb-10 {
    padding-bottom: 10px !important;
  }
  .ltm-pl-10 {
    padding-left: 10px !important;
  }
  .ltm-pr-10 {
    padding-right: 10px !important;
  }
  .ltm-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .ltm-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .ltm-pt-15 {
    padding-top: 15px !important;
  }
  .ltm-pb-15 {
    padding-bottom: 15px !important;
  }
  .ltm-pl-15 {
    padding-left: 15px !important;
  }
  .ltm-pr-15 {
    padding-right: 15px !important;
  }
  .ltm-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .ltm-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ltm-pt-20 {
    padding-top: 20px !important;
  }
  .ltm-pb-20 {
    padding-bottom: 20px !important;
  }
  .ltm-pl-20 {
    padding-left: 20px !important;
  }
  .ltm-pr-20 {
    padding-right: 20px !important;
  }
  .ltm-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .ltm-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .ltm-pt-25 {
    padding-top: 25px !important;
  }
  .ltm-pb-25 {
    padding-bottom: 25px !important;
  }
  .ltm-pl-25 {
    padding-left: 25px !important;
  }
  .ltm-pr-25 {
    padding-right: 25px !important;
  }
  .ltm-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .ltm-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ltm-pt-30 {
    padding-top: 30px !important;
  }
  .ltm-pb-30 {
    padding-bottom: 30px !important;
  }
  .ltm-pl-30 {
    padding-left: 30px !important;
  }
  .ltm-pr-30 {
    padding-right: 30px !important;
  }
  .ltm-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .ltm-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .ltm-pt-35 {
    padding-top: 35px !important;
  }
  .ltm-pb-35 {
    padding-bottom: 35px !important;
  }
  .ltm-pl-35 {
    padding-left: 35px !important;
  }
  .ltm-pr-35 {
    padding-right: 35px !important;
  }
  .ltm-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .ltm-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ltm-pt-40 {
    padding-top: 40px !important;
  }
  .ltm-pb-40 {
    padding-bottom: 40px !important;
  }
  .ltm-pl-40 {
    padding-left: 40px !important;
  }
  .ltm-pr-40 {
    padding-right: 40px !important;
  }
  .ltm-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .ltm-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .ltm-pt-45 {
    padding-top: 45px !important;
  }
  .ltm-pb-45 {
    padding-bottom: 45px !important;
  }
  .ltm-pl-45 {
    padding-left: 45px !important;
  }
  .ltm-pr-45 {
    padding-right: 45px !important;
  }
  .ltm-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .ltm-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ltm-pt-50 {
    padding-top: 50px !important;
  }
  .ltm-pb-50 {
    padding-bottom: 50px !important;
  }
  .ltm-pl-50 {
    padding-left: 50px !important;
  }
  .ltm-pr-50 {
    padding-right: 50px !important;
  }
  .ltm-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .ltm-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .ltm-pt-55 {
    padding-top: 55px !important;
  }
  .ltm-pb-55 {
    padding-bottom: 55px !important;
  }
  .ltm-pl-55 {
    padding-left: 55px !important;
  }
  .ltm-pr-55 {
    padding-right: 55px !important;
  }
  .ltm-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .ltm-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ltm-pt-60 {
    padding-top: 60px !important;
  }
  .ltm-pb-60 {
    padding-bottom: 60px !important;
  }
  .ltm-pl-60 {
    padding-left: 60px !important;
  }
  .ltm-pr-60 {
    padding-right: 60px !important;
  }
  .ltm-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .ltm-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ltm-pt-0 {
    padding-top: 0 !important;
  }
  .ltm-pb-0 {
    padding-bottom: 0 !important;
  }
  .ltm-pl-0 {
    padding-left: 0 !important;
  }
  .ltm-pr-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .nhb-px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .nhb-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .nhb-pt-5 {
    padding-top: 5px !important;
  }
  .nhb-pb-5 {
    padding-bottom: 5px !important;
  }
  .nhb-pl-5 {
    padding-left: 5px !important;
  }
  .nhb-pr-5 {
    padding-right: 5px !important;
  }
  .nhb-px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .nhb-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .nhb-pt-10 {
    padding-top: 10px !important;
  }
  .nhb-pb-10 {
    padding-bottom: 10px !important;
  }
  .nhb-pl-10 {
    padding-left: 10px !important;
  }
  .nhb-pr-10 {
    padding-right: 10px !important;
  }
  .nhb-px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .nhb-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .nhb-pt-15 {
    padding-top: 15px !important;
  }
  .nhb-pb-15 {
    padding-bottom: 15px !important;
  }
  .nhb-pl-15 {
    padding-left: 15px !important;
  }
  .nhb-pr-15 {
    padding-right: 15px !important;
  }
  .nhb-px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .nhb-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .nhb-pt-20 {
    padding-top: 20px !important;
  }
  .nhb-pb-20 {
    padding-bottom: 20px !important;
  }
  .nhb-pl-20 {
    padding-left: 20px !important;
  }
  .nhb-pr-20 {
    padding-right: 20px !important;
  }
  .nhb-px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .nhb-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .nhb-pt-25 {
    padding-top: 25px !important;
  }
  .nhb-pb-25 {
    padding-bottom: 25px !important;
  }
  .nhb-pl-25 {
    padding-left: 25px !important;
  }
  .nhb-pr-25 {
    padding-right: 25px !important;
  }
  .nhb-px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .nhb-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .nhb-pt-30 {
    padding-top: 30px !important;
  }
  .nhb-pb-30 {
    padding-bottom: 30px !important;
  }
  .nhb-pl-30 {
    padding-left: 30px !important;
  }
  .nhb-pr-30 {
    padding-right: 30px !important;
  }
  .nhb-px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .nhb-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .nhb-pt-35 {
    padding-top: 35px !important;
  }
  .nhb-pb-35 {
    padding-bottom: 35px !important;
  }
  .nhb-pl-35 {
    padding-left: 35px !important;
  }
  .nhb-pr-35 {
    padding-right: 35px !important;
  }
  .nhb-px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .nhb-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .nhb-pt-40 {
    padding-top: 40px !important;
  }
  .nhb-pb-40 {
    padding-bottom: 40px !important;
  }
  .nhb-pl-40 {
    padding-left: 40px !important;
  }
  .nhb-pr-40 {
    padding-right: 40px !important;
  }
  .nhb-px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .nhb-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .nhb-pt-45 {
    padding-top: 45px !important;
  }
  .nhb-pb-45 {
    padding-bottom: 45px !important;
  }
  .nhb-pl-45 {
    padding-left: 45px !important;
  }
  .nhb-pr-45 {
    padding-right: 45px !important;
  }
  .nhb-px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .nhb-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .nhb-pt-50 {
    padding-top: 50px !important;
  }
  .nhb-pb-50 {
    padding-bottom: 50px !important;
  }
  .nhb-pl-50 {
    padding-left: 50px !important;
  }
  .nhb-pr-50 {
    padding-right: 50px !important;
  }
  .nhb-px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .nhb-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .nhb-pt-55 {
    padding-top: 55px !important;
  }
  .nhb-pb-55 {
    padding-bottom: 55px !important;
  }
  .nhb-pl-55 {
    padding-left: 55px !important;
  }
  .nhb-pr-55 {
    padding-right: 55px !important;
  }
  .nhb-px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .nhb-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .nhb-pt-60 {
    padding-top: 60px !important;
  }
  .nhb-pb-60 {
    padding-bottom: 60px !important;
  }
  .nhb-pl-60 {
    padding-left: 60px !important;
  }
  .nhb-pr-60 {
    padding-right: 60px !important;
  }

  .nhb-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .nhb-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .nhb-pt-0 {
    padding-top: 0 !important;
  }
  .nhb-pb-0 {
    padding-bottom: 0 !important;
  }
  .nhb-pl-0 {
    padding-left: 0 !important;
  }
  .nhb-pr-0 {
    padding-right: 0 !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .md-px-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .xs-px-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx--5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my--5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt--5 {
  margin-top: -5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb--5 {
  margin-bottom: -5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml--5 {
  margin-left: -5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr--5 {
  margin-right: -5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx--40 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx--45 {
  margin-right: -45px !important;
  margin-left: -45px !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx--50 {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my--50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

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

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

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

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

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

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

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

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

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.mx--55 {
  margin-right: -55px !important;
  margin-left: -55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my--55 {
  margin-top: -55px !important;
  margin-bottom: -55px !important;
}

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

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

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

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

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

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

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

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

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx--60 {
  margin-right: -60px !important;
  margin-left: -60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my--60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

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

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

.mb-60 {
  margin-bottom: 60px !important;
}

.mb--60 {
  margin-bottom: -60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml--60 {
  margin-left: -60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr--60 {
  margin-right: -60px !important;
}


.-mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.-my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.-mt-5 {
  margin-top: 5px !important;
}

.-mb-5 {
  margin-bottom: 5px !important;
}

.-ml-5 {
  margin-left: 5px !important;
}

.-mr-5 {
  margin-right: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

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

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

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

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

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

.-mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

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

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

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

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

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

.-mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.-my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

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

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

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

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

.-mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.-my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

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

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

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

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

.-mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

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

.-mb-60 {
  margin-bottom: 60px !important;
}

.-ml-60 {
  margin-left: 60px !important;
}

.-mr-60 {
  margin-right: 60px !important;
}



.-mx--5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.-my--5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.-mt--5 {
  margin-top: -5px !important;
}

.-mb--5 {
  margin-bottom: -5px !important;
}

.-ml--5 {
  margin-left: -5px !important;
}

.-mr--5 {
  margin-right: -5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mx--40 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

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

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

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

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

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

.-mx--45 {
  margin-right: -45px !important;
  margin-left: -45px !important;
}

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

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

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

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

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

.-mx--50 {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.-my--50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

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

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

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

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

.-mx--55 {
  margin-right: -55px !important;
  margin-left: -55px !important;
}

.-my--55 {
  margin-top: -55px !important;
  margin-bottom: -55px !important;
}

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

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

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

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

.-mx--60 {
  margin-right: -60px !important;
  margin-left: -60px !important;
}

.-my--60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

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

.-mb--60 {
  margin-bottom: -60px !important;
}

.-ml--60 {
  margin-left: -60px !important;
}

.-mr--60 {
  margin-right: -60px !important;
}



/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .hd-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .hd-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .hd-mt-5 {
    margin-top: 5px !important;
  }
  .hd-mb-5 {
    margin-bottom: 5px !important;
  }
  .hd-ml-5 {
    margin-left: 5px !important;
  }
  .hd-mr-5 {
    margin-right: 5px !important;
  }
  .hd-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .hd-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .hd-mt-10 {
    margin-top: 10px !important;
  }
  .hd-mb-10 {
    margin-bottom: 10px !important;
  }
  .hd-ml-10 {
    margin-left: 10px !important;
  }
  .hd-mr-10 {
    margin-right: 10px !important;
  }
  .hd-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .hd-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .hd-mt-15 {
    margin-top: 15px !important;
  }
  .hd-mb-15 {
    margin-bottom: 15px !important;
  }
  .hd-ml-15 {
    margin-left: 15px !important;
  }
  .hd-mr-15 {
    margin-right: 15px !important;
  }
  .hd-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .hd-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .hd-mt-20 {
    margin-top: 20px !important;
  }
  .hd-mb-20 {
    margin-bottom: 20px !important;
  }
  .hd-ml-20 {
    margin-left: 20px !important;
  }
  .hd-mr-20 {
    margin-right: 20px !important;
  }
  .hd-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .hd-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .hd-mt-25 {
    margin-top: 25px !important;
  }
  .hd-mb-25 {
    margin-bottom: 25px !important;
  }
  .hd-ml-25 {
    margin-left: 25px !important;
  }
  .hd-mr-25 {
    margin-right: 25px !important;
  }
  .hd-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .hd-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .hd-mt-30 {
    margin-top: 30px !important;
  }
  .hd-mb-30 {
    margin-bottom: 30px !important;
  }
  .hd-ml-30 {
    margin-left: 30px !important;
  }
  .hd-mr-30 {
    margin-right: 30px !important;
  }
  .hd-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .hd-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .hd-mt-35 {
    margin-top: 35px !important;
  }
  .hd-mb-35 {
    margin-bottom: 35px !important;
  }
  .hd-ml-35 {
    margin-left: 35px !important;
  }
  .hd-mr-35 {
    margin-right: 35px !important;
  }
  .hd-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .hd-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .hd-mt-40 {
    margin-top: 40px !important;
  }
  .hd-mb-40 {
    margin-bottom: 40px !important;
  }
  .hd-ml-40 {
    margin-left: 40px !important;
  }
  .hd-mr-40 {
    margin-right: 40px !important;
  }
  .hd-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .hd-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .hd-mt-45 {
    margin-top: 45px !important;
  }
  .hd-mb-45 {
    margin-bottom: 45px !important;
  }
  .hd-ml-45 {
    margin-left: 45px !important;
  }
  .hd-mr-45 {
    margin-right: 45px !important;
  }
  .hd-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .hd-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .hd-mt-50 {
    margin-top: 50px !important;
  }
  .hd-mb-50 {
    margin-bottom: 50px !important;
  }
  .hd-ml-50 {
    margin-left: 50px !important;
  }
  .hd-mr-50 {
    margin-right: 50px !important;
  }
  .hd-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .hd-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .hd-mt-55 {
    margin-top: 55px !important;
  }
  .hd-mb-55 {
    margin-bottom: 55px !important;
  }
  .hd-ml-55 {
    margin-left: 55px !important;
  }
  .hd-mr-55 {
    margin-right: 55px !important;
  }
  .hd-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .hd-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .hd-mt-60 {
    margin-top: 60px !important;
  }
  .hd-mb-60 {
    margin-bottom: 60px !important;
  }
  .hd-ml-60 {
    margin-left: 60px !important;
  }
  .hd-mr-60 {
    margin-right: 60px !important;
  }
  
  .hd-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .hd-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .hd-mt-0 {
    margin-top: 0 !important;
  }
  .hd-mb-0 {
    margin-bottom: 0 !important;
  }
  .hd-ml-0 {
    margin-left: 0 !important;
  }
  .hd-mr-0 {
    margin-right: 0 !important;
  }
  .hd-m-0 {
    margin: 0 !important;
  }
  .hd-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .hd-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .hd-mt--5 {
    margin-top: -5px !important;
  }
  .hd-mb--5 {
    margin-bottom: -5px !important;
  }
  .hd-ml--5 {
    margin-left: -5px !important;
  }
  .hd-mr--5 {
    margin-right: -5px !important;
  }
  .hd-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .hd-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .hd-mt--10 {
    margin-top: -10px !important;
  }
  .hd-mb--10 {
    margin-bottom: -10px !important;
  }
  .hd-ml--10 {
    margin-left: -10px !important;
  }
  .hd-mr--10 {
    margin-right: -10px !important;
  }
  .hd-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .hd-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .hd-mt--15 {
    margin-top: -15px !important;
  }
  .hd-mb--15 {
    margin-bottom: -15px !important;
  }
  .hd-ml--15 {
    margin-left: -15px !important;
  }
  .hd-mr--15 {
    margin-right: -15px !important;
  }
  .hd-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .hd-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .hd-mt--20 {
    margin-top: -20px !important;
  }
  .hd-mb--20 {
    margin-bottom: -20px !important;
  }
  .hd-ml--20 {
    margin-left: -20px !important;
  }
  .hd-mr--20 {
    margin-right: -20px !important;
  }
  .hd-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .hd-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .hd-mt--25 {
    margin-top: -25px !important;
  }
  .hd-mb--25 {
    margin-bottom: -25px !important;
  }
  .hd-ml--25 {
    margin-left: -25px !important;
  }
  .hd-mr--25 {
    margin-right: -25px !important;
  }
  .hd-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .hd-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .hd-mt--30 {
    margin-top: -30px !important;
  }
  .hd-mb--30 {
    margin-bottom: -30px !important;
  }
  .hd-ml--30 {
    margin-left: -30px !important;
  }
  .hd-mr--30 {
    margin-right: -30px !important;
  }
  .hd-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .hd-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .hd-mt--35 {
    margin-top: -35px !important;
  }
  .hd-mb--35 {
    margin-bottom: -35px !important;
  }
  .hd-ml--35 {
    margin-left: -35px !important;
  }
  .hd-mr--35 {
    margin-right: -35px !important;
  }
  .hd-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .hd-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .hd-mt--40 {
    margin-top: -40px !important;
  }
  .hd-mb--40 {
    margin-bottom: -40px !important;
  }
  .hd-ml--40 {
    margin-left: -40px !important;
  }
  .hd-mr--40 {
    margin-right: -40px !important;
  }
  .hd-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .hd-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .hd-mt--45 {
    margin-top: -45px !important;
  }
  .hd-mb--45 {
    margin-bottom: -45px !important;
  }
  .hd-ml--45 {
    margin-left: -45px !important;
  }
  .hd-mr--45 {
    margin-right: -45px !important;
  }
  .hd-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .hd-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .hd-mt--50 {
    margin-top: -50px !important;
  }
  .hd-mb--50 {
    margin-bottom: -50px !important;
  }
  .hd-ml--50 {
    margin-left: -50px !important;
  }
  .hd-mr--50 {
    margin-right: -50px !important;
  }
  .hd-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .hd-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .hd-mt--55 {
    margin-top: -55px !important;
  }
  .hd-mb--55 {
    margin-bottom: -55px !important;
  }
  .hd-ml--55 {
    margin-left: -55px !important;
  }
  .hd-mr--55 {
    margin-right: -55px !important;
  }
  .hd-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .hd-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .hd-mt--60 {
    margin-top: -60px !important;
  }
  .hd-mb--60 {
    margin-bottom: -60px !important;
  }
  .hd-ml--60 {
    margin-left: -60px !important;
  }
  .hd-mr--60 {
    margin-right: -60px !important;
  }
 
}
/* Extra large devices */
@media (max-width: 1500px) {
  .xxl-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .xxl-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .xxl-mt-5 {
    margin-top: 5px !important;
  }
  .xxl-mb-5 {
    margin-bottom: 5px !important;
  }
  .xxl-ml-5 {
    margin-left: 5px !important;
  }
  .xxl-mr-5 {
    margin-right: 5px !important;
  }
  .xxl-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .xxl-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .xxl-mt-10 {
    margin-top: 10px !important;
  }
  .xxl-mb-10 {
    margin-bottom: 10px !important;
  }
  .xxl-ml-10 {
    margin-left: 10px !important;
  }
  .xxl-mr-10 {
    margin-right: 10px !important;
  }
  .xxl-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .xxl-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .xxl-mt-15 {
    margin-top: 15px !important;
  }
  .xxl-mb-15 {
    margin-bottom: 15px !important;
  }
  .xxl-ml-15 {
    margin-left: 15px !important;
  }
  .xxl-mr-15 {
    margin-right: 15px !important;
  }
  .xxl-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .xxl-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xxl-mt-20 {
    margin-top: 20px !important;
  }
  .xxl-mb-20 {
    margin-bottom: 20px !important;
  }
  .xxl-ml-20 {
    margin-left: 20px !important;
  }
  .xxl-mr-20 {
    margin-right: 20px !important;
  }
  .xxl-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .xxl-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .xxl-mt-25 {
    margin-top: 25px !important;
  }
  .xxl-mb-25 {
    margin-bottom: 25px !important;
  }
  .xxl-ml-25 {
    margin-left: 25px !important;
  }
  .xxl-mr-25 {
    margin-right: 25px !important;
  }
  .xxl-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .xxl-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .xxl-mt-30 {
    margin-top: 30px !important;
  }
  .xxl-mb-30 {
    margin-bottom: 30px !important;
  }
  .xxl-ml-30 {
    margin-left: 30px !important;
  }
  .xxl-mr-30 {
    margin-right: 30px !important;
  }
  .xxl-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .xxl-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .xxl-mt-35 {
    margin-top: 35px !important;
  }
  .xxl-mb-35 {
    margin-bottom: 35px !important;
  }
  .xxl-ml-35 {
    margin-left: 35px !important;
  }
  .xxl-mr-35 {
    margin-right: 35px !important;
  }
  .xxl-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .xxl-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xxl-mt-40 {
    margin-top: 40px !important;
  }
  .xxl-mb-40 {
    margin-bottom: 40px !important;
  }
  .xxl-ml-40 {
    margin-left: 40px !important;
  }
  .xxl-mr-40 {
    margin-right: 40px !important;
  }
  .xxl-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .xxl-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .xxl-mt-45 {
    margin-top: 45px !important;
  }
  .xxl-mb-45 {
    margin-bottom: 45px !important;
  }
  .xxl-ml-45 {
    margin-left: 45px !important;
  }
  .xxl-mr-45 {
    margin-right: 45px !important;
  }
  .xxl-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .xxl-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .xxl-mt-50 {
    margin-top: 50px !important;
  }
  .xxl-mb-50 {
    margin-bottom: 50px !important;
  }
  .xxl-ml-50 {
    margin-left: 50px !important;
  }
  .xxl-mr-50 {
    margin-right: 50px !important;
  }
  .xxl-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .xxl-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .xxl-mt-55 {
    margin-top: 55px !important;
  }
  .xxl-mb-55 {
    margin-bottom: 55px !important;
  }
  .xxl-ml-55 {
    margin-left: 55px !important;
  }
  .xxl-mr-55 {
    margin-right: 55px !important;
  }
  .xxl-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .xxl-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .xxl-mt-60 {
    margin-top: 60px !important;
  }
  .xxl-mb-60 {
    margin-bottom: 60px !important;
  }
  .xxl-ml-60 {
    margin-left: 60px !important;
  }
  .xxl-mr-60 {
    margin-right: 60px !important;
  }
  
  .xxl-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .xxl-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .xxl-mt-0 {
    margin-top: 0 !important;
  }
  .xxl-mb-0 {
    margin-bottom: 0 !important;
  }
  .xxl-ml-0 {
    margin-left: 0 !important;
  }
  .xxl-mr-0 {
    margin-right: 0 !important;
  }
  .xxl-m-0 {
    margin: 0 !important;
  }
  .xxl-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .xxl-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .xxl-mt--5 {
    margin-top: -5px !important;
  }
  .xxl-mb--5 {
    margin-bottom: -5px !important;
  }
  .xxl-ml--5 {
    margin-left: -5px !important;
  }
  .xxl-mr--5 {
    margin-right: -5px !important;
  }
  .xxl-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .xxl-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .xxl-mt--10 {
    margin-top: -10px !important;
  }
  .xxl-mb--10 {
    margin-bottom: -10px !important;
  }
  .xxl-ml--10 {
    margin-left: -10px !important;
  }
  .xxl-mr--10 {
    margin-right: -10px !important;
  }
  .xxl-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .xxl-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .xxl-mt--15 {
    margin-top: -15px !important;
  }
  .xxl-mb--15 {
    margin-bottom: -15px !important;
  }
  .xxl-ml--15 {
    margin-left: -15px !important;
  }
  .xxl-mr--15 {
    margin-right: -15px !important;
  }
  .xxl-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .xxl-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .xxl-mt--20 {
    margin-top: -20px !important;
  }
  .xxl-mb--20 {
    margin-bottom: -20px !important;
  }
  .xxl-ml--20 {
    margin-left: -20px !important;
  }
  .xxl-mr--20 {
    margin-right: -20px !important;
  }
  .xxl-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .xxl-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .xxl-mt--25 {
    margin-top: -25px !important;
  }
  .xxl-mb--25 {
    margin-bottom: -25px !important;
  }
  .xxl-ml--25 {
    margin-left: -25px !important;
  }
  .xxl-mr--25 {
    margin-right: -25px !important;
  }
  .xxl-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .xxl-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .xxl-mt--30 {
    margin-top: -30px !important;
  }
  .xxl-mb--30 {
    margin-bottom: -30px !important;
  }
  .xxl-ml--30 {
    margin-left: -30px !important;
  }
  .xxl-mr--30 {
    margin-right: -30px !important;
  }
  .xxl-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .xxl-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .xxl-mt--35 {
    margin-top: -35px !important;
  }
  .xxl-mb--35 {
    margin-bottom: -35px !important;
  }
  .xxl-ml--35 {
    margin-left: -35px !important;
  }
  .xxl-mr--35 {
    margin-right: -35px !important;
  }
  .xxl-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .xxl-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .xxl-mt--40 {
    margin-top: -40px !important;
  }
  .xxl-mb--40 {
    margin-bottom: -40px !important;
  }
  .xxl-ml--40 {
    margin-left: -40px !important;
  }
  .xxl-mr--40 {
    margin-right: -40px !important;
  }
  .xxl-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .xxl-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .xxl-mt--45 {
    margin-top: -45px !important;
  }
  .xxl-mb--45 {
    margin-bottom: -45px !important;
  }
  .xxl-ml--45 {
    margin-left: -45px !important;
  }
  .xxl-mr--45 {
    margin-right: -45px !important;
  }
  .xxl-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .xxl-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .xxl-mt--50 {
    margin-top: -50px !important;
  }
  .xxl-mb--50 {
    margin-bottom: -50px !important;
  }
  .xxl-ml--50 {
    margin-left: -50px !important;
  }
  .xxl-mr--50 {
    margin-right: -50px !important;
  }
  .xxl-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .xxl-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .xxl-mt--55 {
    margin-top: -55px !important;
  }
  .xxl-mb--55 {
    margin-bottom: -55px !important;
  }
  .xxl-ml--55 {
    margin-left: -55px !important;
  }
  .xxl-mr--55 {
    margin-right: -55px !important;
  }
  .xxl-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .xxl-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .xxl-mt--60 {
    margin-top: -60px !important;
  }
  .xxl-mb--60 {
    margin-bottom: -60px !important;
  }
  .xxl-ml--60 {
    margin-left: -60px !important;
  }
  .xxl-mr--60 {
    margin-right: -60px !important;
  }

}
/* Medium Large devices */
@media (max-width: 1399px) {
  .ml-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .ml-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .ml-mt-5 {
    margin-top: 5px !important;
  }
  .ml-mb-5 {
    margin-bottom: 5px !important;
  }
  .ml-ml-5 {
    margin-left: 5px !important;
  }
  .ml-mr-5 {
    margin-right: 5px !important;
  }
  .ml-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .ml-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ml-mt-10 {
    margin-top: 10px !important;
  }
  .ml-mb-10 {
    margin-bottom: 10px !important;
  }
  .ml-ml-10 {
    margin-left: 10px !important;
  }
  .ml-mr-10 {
    margin-right: 10px !important;
  }
  .ml-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .ml-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .ml-mt-15 {
    margin-top: 15px !important;
  }
  .ml-mb-15 {
    margin-bottom: 15px !important;
  }
  .ml-ml-15 {
    margin-left: 15px !important;
  }
  .ml-mr-15 {
    margin-right: 15px !important;
  }
  .ml-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .ml-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ml-mt-20 {
    margin-top: 20px !important;
  }
  .ml-mb-20 {
    margin-bottom: 20px !important;
  }
  .ml-ml-20 {
    margin-left: 20px !important;
  }
  .ml-mr-20 {
    margin-right: 20px !important;
  }
  .ml-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .ml-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .ml-mt-25 {
    margin-top: 25px !important;
  }
  .ml-mb-25 {
    margin-bottom: 25px !important;
  }
  .ml-ml-25 {
    margin-left: 25px !important;
  }
  .ml-mr-25 {
    margin-right: 25px !important;
  }
  .ml-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .ml-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ml-mt-30 {
    margin-top: 30px !important;
  }
  .ml-mb-30 {
    margin-bottom: 30px !important;
  }
  .ml-ml-30 {
    margin-left: 30px !important;
  }
  .ml-mr-30 {
    margin-right: 30px !important;
  }
  .ml-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .ml-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .ml-mt-35 {
    margin-top: 35px !important;
  }
  .ml-mb-35 {
    margin-bottom: 35px !important;
  }
  .ml-ml-35 {
    margin-left: 35px !important;
  }
  .ml-mr-35 {
    margin-right: 35px !important;
  }
  .ml-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .ml-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ml-mt-40 {
    margin-top: 40px !important;
  }
  .ml-mb-40 {
    margin-bottom: 40px !important;
  }
  .ml-ml-40 {
    margin-left: 40px !important;
  }
  .ml-mr-40 {
    margin-right: 40px !important;
  }
  .ml-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .ml-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .ml-mt-45 {
    margin-top: 45px !important;
  }
  .ml-mb-45 {
    margin-bottom: 45px !important;
  }
  .ml-ml-45 {
    margin-left: 45px !important;
  }
  .ml-mr-45 {
    margin-right: 45px !important;
  }
  .ml-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .ml-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ml-mt-50 {
    margin-top: 50px !important;
  }
  .ml-mb-50 {
    margin-bottom: 50px !important;
  }
  .ml-ml-50 {
    margin-left: 50px !important;
  }
  .ml-mr-50 {
    margin-right: 50px !important;
  }
  .ml-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .ml-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .ml-mt-55 {
    margin-top: 55px !important;
  }
  .ml-mb-55 {
    margin-bottom: 55px !important;
  }
  .ml-ml-55 {
    margin-left: 55px !important;
  }
  .ml-mr-55 {
    margin-right: 55px !important;
  }
  .ml-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .ml-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .ml-mt-60 {
    margin-top: 60px !important;
  }
  .ml-mb-60 {
    margin-bottom: 60px !important;
  }
  .ml-ml-60 {
    margin-left: 60px !important;
  }
  .ml-mr-60 {
    margin-right: 60px !important;
  }
 
  .ml-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ml-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ml-mt-0 {
    margin-top: 0 !important;
  }
  .ml-mb-0 {
    margin-bottom: 0 !important;
  }
  .ml-ml-0 {
    margin-left: 0 !important;
  }
  .ml-mr-0 {
    margin-right: 0 !important;
  }
  .ml-m-0 {
    margin: 0 !important;
  }
  .ml-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .ml-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .ml-mt--5 {
    margin-top: -5px !important;
  }
  .ml-mb--5 {
    margin-bottom: -5px !important;
  }
  .ml-ml--5 {
    margin-left: -5px !important;
  }
  .ml-mr--5 {
    margin-right: -5px !important;
  }
  .ml-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .ml-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .ml-mt--10 {
    margin-top: -10px !important;
  }
  .ml-mb--10 {
    margin-bottom: -10px !important;
  }
  .ml-ml--10 {
    margin-left: -10px !important;
  }
  .ml-mr--10 {
    margin-right: -10px !important;
  }
  .ml-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .ml-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .ml-mt--15 {
    margin-top: -15px !important;
  }
  .ml-mb--15 {
    margin-bottom: -15px !important;
  }
  .ml-ml--15 {
    margin-left: -15px !important;
  }
  .ml-mr--15 {
    margin-right: -15px !important;
  }
  .ml-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .ml-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .ml-mt--20 {
    margin-top: -20px !important;
  }
  .ml-mb--20 {
    margin-bottom: -20px !important;
  }
  .ml-ml--20 {
    margin-left: -20px !important;
  }
  .ml-mr--20 {
    margin-right: -20px !important;
  }
  .ml-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .ml-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .ml-mt--25 {
    margin-top: -25px !important;
  }
  .ml-mb--25 {
    margin-bottom: -25px !important;
  }
  .ml-ml--25 {
    margin-left: -25px !important;
  }
  .ml-mr--25 {
    margin-right: -25px !important;
  }
  .ml-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .ml-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .ml-mt--30 {
    margin-top: -30px !important;
  }
  .ml-mb--30 {
    margin-bottom: -30px !important;
  }
  .ml-ml--30 {
    margin-left: -30px !important;
  }
  .ml-mr--30 {
    margin-right: -30px !important;
  }
  .ml-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .ml-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .ml-mt--35 {
    margin-top: -35px !important;
  }
  .ml-mb--35 {
    margin-bottom: -35px !important;
  }
  .ml-ml--35 {
    margin-left: -35px !important;
  }
  .ml-mr--35 {
    margin-right: -35px !important;
  }
  .ml-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .ml-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .ml-mt--40 {
    margin-top: -40px !important;
  }
  .ml-mb--40 {
    margin-bottom: -40px !important;
  }
  .ml-ml--40 {
    margin-left: -40px !important;
  }
  .ml-mr--40 {
    margin-right: -40px !important;
  }
  .ml-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .ml-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .ml-mt--45 {
    margin-top: -45px !important;
  }
  .ml-mb--45 {
    margin-bottom: -45px !important;
  }
  .ml-ml--45 {
    margin-left: -45px !important;
  }
  .ml-mr--45 {
    margin-right: -45px !important;
  }
  .ml-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .ml-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .ml-mt--50 {
    margin-top: -50px !important;
  }
  .ml-mb--50 {
    margin-bottom: -50px !important;
  }
  .ml-ml--50 {
    margin-left: -50px !important;
  }
  .ml-mr--50 {
    margin-right: -50px !important;
  }
  .ml-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .ml-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .ml-mt--55 {
    margin-top: -55px !important;
  }
  .ml-mb--55 {
    margin-bottom: -55px !important;
  }
  .ml-ml--55 {
    margin-left: -55px !important;
  }
  .ml-mr--55 {
    margin-right: -55px !important;
  }
  .ml-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .ml-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .ml-mt--60 {
    margin-top: -60px !important;
  }
  .ml-mb--60 {
    margin-bottom: -60px !important;
  }
  .ml-ml--60 {
    margin-left: -60px !important;
  }
  .ml-mr--60 {
    margin-right: -60px !important;
  }

}
/* Medium Large devices */
@media (max-width: 1299px) {
  .xl-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .xl-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .xl-mt-5 {
    margin-top: 5px !important;
  }
  .xl-mb-5 {
    margin-bottom: 5px !important;
  }
  .xl-ml-5 {
    margin-left: 5px !important;
  }
  .xl-mr-5 {
    margin-right: 5px !important;
  }
  .xl-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .xl-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .xl-mt-10 {
    margin-top: 10px !important;
  }
  .xl-mb-10 {
    margin-bottom: 10px !important;
  }
  .xl-ml-10 {
    margin-left: 10px !important;
  }
  .xl-mr-10 {
    margin-right: 10px !important;
  }
  .xl-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .xl-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .xl-mt-15 {
    margin-top: 15px !important;
  }
  .xl-mb-15 {
    margin-bottom: 15px !important;
  }
  .xl-ml-15 {
    margin-left: 15px !important;
  }
  .xl-mr-15 {
    margin-right: 15px !important;
  }
  .xl-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .xl-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xl-mt-20 {
    margin-top: 20px !important;
  }
  .xl-mb-20 {
    margin-bottom: 20px !important;
  }
  .xl-ml-20 {
    margin-left: 20px !important;
  }
  .xl-mr-20 {
    margin-right: 20px !important;
  }
  .xl-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .xl-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .xl-mt-25 {
    margin-top: 25px !important;
  }
  .xl-mb-25 {
    margin-bottom: 25px !important;
  }
  .xl-ml-25 {
    margin-left: 25px !important;
  }
  .xl-mr-25 {
    margin-right: 25px !important;
  }
  .xl-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .xl-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .xl-mt-30 {
    margin-top: 30px !important;
  }
  .xl-mb-30 {
    margin-bottom: 30px !important;
  }
  .xl-ml-30 {
    margin-left: 30px !important;
  }
  .xl-mr-30 {
    margin-right: 30px !important;
  }
  .xl-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .xl-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .xl-mt-35 {
    margin-top: 35px !important;
  }
  .xl-mb-35 {
    margin-bottom: 35px !important;
  }
  .xl-ml-35 {
    margin-left: 35px !important;
  }
  .xl-mr-35 {
    margin-right: 35px !important;
  }
  .xl-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .xl-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xl-mt-40 {
    margin-top: 40px !important;
  }
  .xl-mb-40 {
    margin-bottom: 40px !important;
  }
  .xl-ml-40 {
    margin-left: 40px !important;
  }
  .xl-mr-40 {
    margin-right: 40px !important;
  }
  .xl-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .xl-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .xl-mt-45 {
    margin-top: 45px !important;
  }
  .xl-mb-45 {
    margin-bottom: 45px !important;
  }
  .xl-ml-45 {
    margin-left: 45px !important;
  }
  .xl-mr-45 {
    margin-right: 45px !important;
  }
  .xl-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .xl-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .xl-mt-50 {
    margin-top: 50px !important;
  }
  .xl-mb-50 {
    margin-bottom: 50px !important;
  }
  .xl-ml-50 {
    margin-left: 50px !important;
  }
  .xl-mr-50 {
    margin-right: 50px !important;
  }
  .xl-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .xl-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .xl-mt-55 {
    margin-top: 55px !important;
  }
  .xl-mb-55 {
    margin-bottom: 55px !important;
  }
  .xl-ml-55 {
    margin-left: 55px !important;
  }
  .xl-mr-55 {
    margin-right: 55px !important;
  }
  .xl-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .xl-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .xl-mt-60 {
    margin-top: 60px !important;
  }
  .xl-mb-60 {
    margin-bottom: 60px !important;
  }
  .xl-ml-60 {
    margin-left: 60px !important;
  }
  .xl-mr-60 {
    margin-right: 60px !important;
  }

  .xl-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .xl-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .xl-mt-0 {
    margin-top: 0 !important;
  }
  .xl-mb-0 {
    margin-bottom: 0 !important;
  }
  .xl-ml-0 {
    margin-left: 0 !important;
  }
  .xl-mr-0 {
    margin-right: 0 !important;
  }
  .xl-m-0 {
    margin: 0 !important;
  }
  .xl-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .xl-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .xl-mt--5 {
    margin-top: -5px !important;
  }
  .xl-mb--5 {
    margin-bottom: -5px !important;
  }
  .xl-ml--5 {
    margin-left: -5px !important;
  }
  .xl-mr--5 {
    margin-right: -5px !important;
  }
  .xl-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .xl-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .xl-mt--10 {
    margin-top: -10px !important;
  }
  .xl-mb--10 {
    margin-bottom: -10px !important;
  }
  .xl-ml--10 {
    margin-left: -10px !important;
  }
  .xl-mr--10 {
    margin-right: -10px !important;
  }
  .xl-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .xl-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .xl-mt--15 {
    margin-top: -15px !important;
  }
  .xl-mb--15 {
    margin-bottom: -15px !important;
  }
  .xl-ml--15 {
    margin-left: -15px !important;
  }
  .xl-mr--15 {
    margin-right: -15px !important;
  }
  .xl-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .xl-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .xl-mt--20 {
    margin-top: -20px !important;
  }
  .xl-mb--20 {
    margin-bottom: -20px !important;
  }
  .xl-ml--20 {
    margin-left: -20px !important;
  }
  .xl-mr--20 {
    margin-right: -20px !important;
  }
  .xl-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .xl-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .xl-mt--25 {
    margin-top: -25px !important;
  }
  .xl-mb--25 {
    margin-bottom: -25px !important;
  }
  .xl-ml--25 {
    margin-left: -25px !important;
  }
  .xl-mr--25 {
    margin-right: -25px !important;
  }
  .xl-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .xl-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .xl-mt--30 {
    margin-top: -30px !important;
  }
  .xl-mb--30 {
    margin-bottom: -30px !important;
  }
  .xl-ml--30 {
    margin-left: -30px !important;
  }
  .xl-mr--30 {
    margin-right: -30px !important;
  }
  .xl-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .xl-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .xl-mt--35 {
    margin-top: -35px !important;
  }
  .xl-mb--35 {
    margin-bottom: -35px !important;
  }
  .xl-ml--35 {
    margin-left: -35px !important;
  }
  .xl-mr--35 {
    margin-right: -35px !important;
  }
  .xl-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .xl-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .xl-mt--40 {
    margin-top: -40px !important;
  }
  .xl-mb--40 {
    margin-bottom: -40px !important;
  }
  .xl-ml--40 {
    margin-left: -40px !important;
  }
  .xl-mr--40 {
    margin-right: -40px !important;
  }
  .xl-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .xl-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .xl-mt--45 {
    margin-top: -45px !important;
  }
  .xl-mb--45 {
    margin-bottom: -45px !important;
  }
  .xl-ml--45 {
    margin-left: -45px !important;
  }
  .xl-mr--45 {
    margin-right: -45px !important;
  }
  .xl-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .xl-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .xl-mt--50 {
    margin-top: -50px !important;
  }
  .xl-mb--50 {
    margin-bottom: -50px !important;
  }
  .xl-ml--50 {
    margin-left: -50px !important;
  }
  .xl-mr--50 {
    margin-right: -50px !important;
  }
  .xl-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .xl-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .xl-mt--55 {
    margin-top: -55px !important;
  }
  .xl-mb--55 {
    margin-bottom: -55px !important;
  }
  .xl-ml--55 {
    margin-left: -55px !important;
  }
  .xl-mr--55 {
    margin-right: -55px !important;
  }
  .xl-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .xl-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .xl-mt--60 {
    margin-top: -60px !important;
  }
  .xl-mb--60 {
    margin-bottom: -60px !important;
  }
  .xl-ml--60 {
    margin-left: -60px !important;
  }
  .xl-mr--60 {
    margin-right: -60px !important;
  }
 

}
/* Large devices */
@media (max-width: 1199px) {
  .lg-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .lg-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .lg-mt-5 {
    margin-top: 5px !important;
  }
  .lg-mb-5 {
    margin-bottom: 5px !important;
  }
  .lg-ml-5 {
    margin-left: 5px !important;
  }
  .lg-mr-5 {
    margin-right: 5px !important;
  }
  .lg-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .lg-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-ml-10 {
    margin-left: 10px !important;
  }
  .lg-mr-10 {
    margin-right: 10px !important;
  }
  .lg-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .lg-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .lg-mt-15 {
    margin-top: 15px !important;
  }
  .lg-mb-15 {
    margin-bottom: 15px !important;
  }
  .lg-ml-15 {
    margin-left: 15px !important;
  }
  .lg-mr-15 {
    margin-right: 15px !important;
  }
  .lg-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .lg-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-ml-20 {
    margin-left: 20px !important;
  }
  .lg-mr-20 {
    margin-right: 20px !important;
  }
  .lg-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .lg-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .lg-mt-25 {
    margin-top: 25px !important;
  }
  .lg-mb-25 {
    margin-bottom: 25px !important;
  }
  .lg-ml-25 {
    margin-left: 25px !important;
  }
  .lg-mr-25 {
    margin-right: 25px !important;
  }
  .lg-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .lg-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-ml-30 {
    margin-left: 30px !important;
  }
  .lg-mr-30 {
    margin-right: 30px !important;
  }
  .lg-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .lg-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .lg-mt-35 {
    margin-top: 35px !important;
  }
  .lg-mb-35 {
    margin-bottom: 35px !important;
  }
  .lg-ml-35 {
    margin-left: 35px !important;
  }
  .lg-mr-35 {
    margin-right: 35px !important;
  }
  .lg-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .lg-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-ml-40 {
    margin-left: 40px !important;
  }
  .lg-mr-40 {
    margin-right: 40px !important;
  }
  .lg-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .lg-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .lg-mt-45 {
    margin-top: 45px !important;
  }
  .lg-mb-45 {
    margin-bottom: 45px !important;
  }
  .lg-ml-45 {
    margin-left: 45px !important;
  }
  .lg-mr-45 {
    margin-right: 45px !important;
  }
  .lg-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .lg-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-ml-50 {
    margin-left: 50px !important;
  }
  .lg-mr-50 {
    margin-right: 50px !important;
  }
  .lg-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .lg-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .lg-mt-55 {
    margin-top: 55px !important;
  }
  .lg-mb-55 {
    margin-bottom: 55px !important;
  }
  .lg-ml-55 {
    margin-left: 55px !important;
  }
  .lg-mr-55 {
    margin-right: 55px !important;
  }
  .lg-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .lg-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .lg-mt-60 {
    margin-top: 60px !important;
  }
  .lg-mb-60 {
    margin-bottom: 60px !important;
  }
  .lg-ml-60 {
    margin-left: 60px !important;
  }
  .lg-mr-60 {
    margin-right: 60px !important;
  }
 
  .lg-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .lg-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .lg-mt-0 {
    margin-top: 0 !important;
  }
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }
  .lg-ml-0 {
    margin-left: 0 !important;
  }
  .lg-mr-0 {
    margin-right: 0 !important;
  }
  .lg-m-0 {
    margin: 0 !important;
  }
  .lg-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .lg-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .lg-mt--5 {
    margin-top: -5px !important;
  }
  .lg-mb--5 {
    margin-bottom: -5px !important;
  }
  .lg-ml--5 {
    margin-left: -5px !important;
  }
  .lg-mr--5 {
    margin-right: -5px !important;
  }
  .lg-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .lg-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .lg-mt--10 {
    margin-top: -10px !important;
  }
  .lg-mb--10 {
    margin-bottom: -10px !important;
  }
  .lg-ml--10 {
    margin-left: -10px !important;
  }
  .lg-mr--10 {
    margin-right: -10px !important;
  }
  .lg-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .lg-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .lg-mt--15 {
    margin-top: -15px !important;
  }
  .lg-mb--15 {
    margin-bottom: -15px !important;
  }
  .lg-ml--15 {
    margin-left: -15px !important;
  }
  .lg-mr--15 {
    margin-right: -15px !important;
  }
  .lg-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .lg-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .lg-mt--20 {
    margin-top: -20px !important;
  }
  .lg-mb--20 {
    margin-bottom: -20px !important;
  }
  .lg-ml--20 {
    margin-left: -20px !important;
  }
  .lg-mr--20 {
    margin-right: -20px !important;
  }
  .lg-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .lg-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .lg-mt--25 {
    margin-top: -25px !important;
  }
  .lg-mb--25 {
    margin-bottom: -25px !important;
  }
  .lg-ml--25 {
    margin-left: -25px !important;
  }
  .lg-mr--25 {
    margin-right: -25px !important;
  }
  .lg-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .lg-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .lg-mt--30 {
    margin-top: -30px !important;
  }
  .lg-mb--30 {
    margin-bottom: -30px !important;
  }
  .lg-ml--30 {
    margin-left: -30px !important;
  }
  .lg-mr--30 {
    margin-right: -30px !important;
  }
  .lg-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .lg-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .lg-mt--35 {
    margin-top: -35px !important;
  }
  .lg-mb--35 {
    margin-bottom: -35px !important;
  }
  .lg-ml--35 {
    margin-left: -35px !important;
  }
  .lg-mr--35 {
    margin-right: -35px !important;
  }
  .lg-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .lg-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .lg-mt--40 {
    margin-top: -40px !important;
  }
  .lg-mb--40 {
    margin-bottom: -40px !important;
  }
  .lg-ml--40 {
    margin-left: -40px !important;
  }
  .lg-mr--40 {
    margin-right: -40px !important;
  }
  .lg-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .lg-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .lg-mt--45 {
    margin-top: -45px !important;
  }
  .lg-mb--45 {
    margin-bottom: -45px !important;
  }
  .lg-ml--45 {
    margin-left: -45px !important;
  }
  .lg-mr--45 {
    margin-right: -45px !important;
  }
  .lg-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .lg-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .lg-mt--50 {
    margin-top: -50px !important;
  }
  .lg-mb--50 {
    margin-bottom: -50px !important;
  }
  .lg-ml--50 {
    margin-left: -50px !important;
  }
  .lg-mr--50 {
    margin-right: -50px !important;
  }
  .lg-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .lg-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .lg-mt--55 {
    margin-top: -55px !important;
  }
  .lg-mb--55 {
    margin-bottom: -55px !important;
  }
  .lg-ml--55 {
    margin-left: -55px !important;
  }
  .lg-mr--55 {
    margin-right: -55px !important;
  }
  .lg-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .lg-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .lg-mt--60 {
    margin-top: -60px !important;
  }
  .lg-mb--60 {
    margin-bottom: -60px !important;
  }
  .lg-ml--60 {
    margin-left: -60px !important;
  }
  .lg-mr--60 {
    margin-right: -60px !important;
  }
  
}
/* Medium devices */
@media (max-width: 991px) {
  .md-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .md-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .md-mt-5 {
    margin-top: 5px !important;
  }
  .md-mb-5 {
    margin-bottom: 5px !important;
  }
  .md-ml-5 {
    margin-left: 5px !important;
  }
  .md-mr-5 {
    margin-right: 5px !important;
  }
  .md-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .md-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-ml-10 {
    margin-left: 10px !important;
  }
  .md-mr-10 {
    margin-right: 10px !important;
  }
  .md-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .md-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .md-mt-15 {
    margin-top: 15px !important;
  }
  .md-mb-15 {
    margin-bottom: 15px !important;
  }
  .md-ml-15 {
    margin-left: 15px !important;
  }
  .md-mr-15 {
    margin-right: 15px !important;
  }
  .md-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .md-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-ml-20 {
    margin-left: 20px !important;
  }
  .md-mr-20 {
    margin-right: 20px !important;
  }
  .md-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .md-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .md-mt-25 {
    margin-top: 25px !important;
  }
  .md-mb-25 {
    margin-bottom: 25px !important;
  }
  .md-ml-25 {
    margin-left: 25px !important;
  }
  .md-mr-25 {
    margin-right: 25px !important;
  }
  .md-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .md-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-mb-30 {
    margin-bottom: 30px !important;
  }
  .md-ml-30 {
    margin-left: 30px !important;
  }
  .md-mr-30 {
    margin-right: 30px !important;
  }
  .md-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .md-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .md-mt-35 {
    margin-top: 35px !important;
  }
  .md-mb-35 {
    margin-bottom: 35px !important;
  }
  .md-ml-35 {
    margin-left: 35px !important;
  }
  .md-mr-35 {
    margin-right: 35px !important;
  }
  .md-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .md-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-mb-40 {
    margin-bottom: 40px !important;
  }
  .md-ml-40 {
    margin-left: 40px !important;
  }
  .md-mr-40 {
    margin-right: 40px !important;
  }
  .md-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .md-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .md-mt-45 {
    margin-top: 45px !important;
  }
  .md-mb-45 {
    margin-bottom: 45px !important;
  }
  .md-ml-45 {
    margin-left: 45px !important;
  }
  .md-mr-45 {
    margin-right: 45px !important;
  }
  .md-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .md-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-mb-50 {
    margin-bottom: 50px !important;
  }
  .md-ml-50 {
    margin-left: 50px !important;
  }
  .md-mr-50 {
    margin-right: 50px !important;
  }
  .md-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .md-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .md-mt-55 {
    margin-top: 55px !important;
  }
  .md-mb-55 {
    margin-bottom: 55px !important;
  }
  .md-ml-55 {
    margin-left: 55px !important;
  }
  .md-mr-55 {
    margin-right: 55px !important;
  }
  .md-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .md-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .md-mt-60 {
    margin-top: 60px !important;
  }
  .md-mb-60 {
    margin-bottom: 60px !important;
  }
  .md-ml-60 {
    margin-left: 60px !important;
  }
  .md-mr-60 {
    margin-right: 60px !important;
  }

  .md-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .md-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .md-mt-0 {
    margin-top: 0 !important;
  }
  .md-mb-0 {
    margin-bottom: 0 !important;
  }
  .md-ml-0 {
    margin-left: 0 !important;
  }
  .md-mr-0 {
    margin-right: 0 !important;
  }
  .md-m-0 {
    margin: 0 !important;
  }
  .md-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .md-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .md-mt--5 {
    margin-top: -5px !important;
  }
  .md-mb--5 {
    margin-bottom: -5px !important;
  }
  .md-ml--5 {
    margin-left: -5px !important;
  }
  .md-mr--5 {
    margin-right: -5px !important;
  }
  .md-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .md-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .md-mt--10 {
    margin-top: -10px !important;
  }
  .md-mb--10 {
    margin-bottom: -10px !important;
  }
  .md-ml--10 {
    margin-left: -10px !important;
  }
  .md-mr--10 {
    margin-right: -10px !important;
  }
  .md-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .md-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .md-mt--15 {
    margin-top: -15px !important;
  }
  .md-mb--15 {
    margin-bottom: -15px !important;
  }
  .md-ml--15 {
    margin-left: -15px !important;
  }
  .md-mr--15 {
    margin-right: -15px !important;
  }
  .md-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .md-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .md-mt--20 {
    margin-top: -20px !important;
  }
  .md-mb--20 {
    margin-bottom: -20px !important;
  }
  .md-ml--20 {
    margin-left: -20px !important;
  }
  .md-mr--20 {
    margin-right: -20px !important;
  }
  .md-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .md-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .md-mt--25 {
    margin-top: -25px !important;
  }
  .md-mb--25 {
    margin-bottom: -25px !important;
  }
  .md-ml--25 {
    margin-left: -25px !important;
  }
  .md-mr--25 {
    margin-right: -25px !important;
  }
  .md-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .md-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .md-mt--30 {
    margin-top: -30px !important;
  }
  .md-mb--30 {
    margin-bottom: -30px !important;
  }
  .md-ml--30 {
    margin-left: -30px !important;
  }
  .md-mr--30 {
    margin-right: -30px !important;
  }
  .md-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .md-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .md-mt--35 {
    margin-top: -35px !important;
  }
  .md-mb--35 {
    margin-bottom: -35px !important;
  }
  .md-ml--35 {
    margin-left: -35px !important;
  }
  .md-mr--35 {
    margin-right: -35px !important;
  }
  .md-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .md-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .md-mt--40 {
    margin-top: -40px !important;
  }
  .md-mb--40 {
    margin-bottom: -40px !important;
  }
  .md-ml--40 {
    margin-left: -40px !important;
  }
  .md-mr--40 {
    margin-right: -40px !important;
  }
  .md-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .md-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .md-mt--45 {
    margin-top: -45px !important;
  }
  .md-mb--45 {
    margin-bottom: -45px !important;
  }
  .md-ml--45 {
    margin-left: -45px !important;
  }
  .md-mr--45 {
    margin-right: -45px !important;
  }
  .md-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .md-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .md-mt--50 {
    margin-top: -50px !important;
  }
  .md-mb--50 {
    margin-bottom: -50px !important;
  }
  .md-ml--50 {
    margin-left: -50px !important;
  }
  .md-mr--50 {
    margin-right: -50px !important;
  }
  .md-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .md-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .md-mt--55 {
    margin-top: -55px !important;
  }
  .md-mb--55 {
    margin-bottom: -55px !important;
  }
  .md-ml--55 {
    margin-left: -55px !important;
  }
  .md-mr--55 {
    margin-right: -55px !important;
  }
  .md-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .md-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .md-mt--60 {
    margin-top: -60px !important;
  }
  .md-mb--60 {
    margin-bottom: -60px !important;
  }
  .md-ml--60 {
    margin-left: -60px !important;
  }
  .md-mr--60 {
    margin-right: -60px !important;
  }
 
}
/* Small devices */
@media (max-width: 767px) {
  .sm-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .sm-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .sm-mt-5 {
    margin-top: 5px !important;
  }
  .sm-mb-5 {
    margin-bottom: 5px !important;
  }
  .sm-ml-5 {
    margin-left: 5px !important;
  }
  .sm-mr-5 {
    margin-right: 5px !important;
  }
  .sm-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .sm-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-ml-10 {
    margin-left: 10px !important;
  }
  .sm-mr-10 {
    margin-right: 10px !important;
  }
  .sm-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .sm-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-mb-15 {
    margin-bottom: 15px !important;
  }
  .sm-ml-15 {
    margin-left: 15px !important;
  }
  .sm-mr-15 {
    margin-right: 15px !important;
  }
  .sm-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .sm-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-ml-20 {
    margin-left: 20px !important;
  }
  .sm-mr-20 {
    margin-right: 20px !important;
  }
  .sm-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .sm-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .sm-mt-25 {
    margin-top: 25px !important;
  }
  .sm-mb-25 {
    margin-bottom: 25px !important;
  }
  .sm-ml-25 {
    margin-left: 25px !important;
  }
  .sm-mr-25 {
    margin-right: 25px !important;
  }
  .sm-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .sm-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-ml-30 {
    margin-left: 30px !important;
  }
  .sm-mr-30 {
    margin-right: 30px !important;
  }
  .sm-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .sm-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .sm-mt-35 {
    margin-top: 35px !important;
  }
  .sm-mb-35 {
    margin-bottom: 35px !important;
  }
  .sm-ml-35 {
    margin-left: 35px !important;
  }
  .sm-mr-35 {
    margin-right: 35px !important;
  }
  .sm-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .sm-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-ml-40 {
    margin-left: 40px !important;
  }
  .sm-mr-40 {
    margin-right: 40px !important;
  }
  .sm-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .sm-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .sm-mt-45 {
    margin-top: 45px !important;
  }
  .sm-mb-45 {
    margin-bottom: 45px !important;
  }
  .sm-ml-45 {
    margin-left: 45px !important;
  }
  .sm-mr-45 {
    margin-right: 45px !important;
  }
  .sm-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .sm-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-ml-50 {
    margin-left: 50px !important;
  }
  .sm-mr-50 {
    margin-right: 50px !important;
  }
  .sm-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .sm-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .sm-mt-55 {
    margin-top: 55px !important;
  }
  .sm-mb-55 {
    margin-bottom: 55px !important;
  }
  .sm-ml-55 {
    margin-left: 55px !important;
  }
  .sm-mr-55 {
    margin-right: 55px !important;
  }
  .sm-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .sm-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .sm-mt-60 {
    margin-top: 60px !important;
  }
  .sm-mb-60 {
    margin-bottom: 60px !important;
  }
  .sm-ml-60 {
    margin-left: 60px !important;
  }
  .sm-mr-60 {
    margin-right: 60px !important;
  }
 
  .sm-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .sm-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .sm-mt-0 {
    margin-top: 0 !important;
  }
  .sm-mb-0 {
    margin-bottom: 0 !important;
  }
  .sm-ml-0 {
    margin-left: 0 !important;
  }
  .sm-mr-0 {
    margin-right: 0 !important;
  }
  .sm-m-0 {
    margin: 0 !important;
  }
  .sm-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .sm-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .sm-mt--5 {
    margin-top: -5px !important;
  }
  .sm-mb--5 {
    margin-bottom: -5px !important;
  }
  .sm-ml--5 {
    margin-left: -5px !important;
  }
  .sm-mr--5 {
    margin-right: -5px !important;
  }
  .sm-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .sm-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .sm-mt--10 {
    margin-top: -10px !important;
  }
  .sm-mb--10 {
    margin-bottom: -10px !important;
  }
  .sm-ml--10 {
    margin-left: -10px !important;
  }
  .sm-mr--10 {
    margin-right: -10px !important;
  }
  .sm-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .sm-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .sm-mt--15 {
    margin-top: -15px !important;
  }
  .sm-mb--15 {
    margin-bottom: -15px !important;
  }
  .sm-ml--15 {
    margin-left: -15px !important;
  }
  .sm-mr--15 {
    margin-right: -15px !important;
  }
  .sm-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .sm-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .sm-mt--20 {
    margin-top: -20px !important;
  }
  .sm-mb--20 {
    margin-bottom: -20px !important;
  }
  .sm-ml--20 {
    margin-left: -20px !important;
  }
  .sm-mr--20 {
    margin-right: -20px !important;
  }
  .sm-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .sm-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .sm-mt--25 {
    margin-top: -25px !important;
  }
  .sm-mb--25 {
    margin-bottom: -25px !important;
  }
  .sm-ml--25 {
    margin-left: -25px !important;
  }
  .sm-mr--25 {
    margin-right: -25px !important;
  }
  .sm-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .sm-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .sm-mt--30 {
    margin-top: -30px !important;
  }
  .sm-mb--30 {
    margin-bottom: -30px !important;
  }
  .sm-ml--30 {
    margin-left: -30px !important;
  }
  .sm-mr--30 {
    margin-right: -30px !important;
  }
  .sm-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .sm-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .sm-mt--35 {
    margin-top: -35px !important;
  }
  .sm-mb--35 {
    margin-bottom: -35px !important;
  }
  .sm-ml--35 {
    margin-left: -35px !important;
  }
  .sm-mr--35 {
    margin-right: -35px !important;
  }
  .sm-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .sm-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .sm-mt--40 {
    margin-top: -40px !important;
  }
  .sm-mb--40 {
    margin-bottom: -40px !important;
  }
  .sm-ml--40 {
    margin-left: -40px !important;
  }
  .sm-mr--40 {
    margin-right: -40px !important;
  }
  .sm-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .sm-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .sm-mt--45 {
    margin-top: -45px !important;
  }
  .sm-mb--45 {
    margin-bottom: -45px !important;
  }
  .sm-ml--45 {
    margin-left: -45px !important;
  }
  .sm-mr--45 {
    margin-right: -45px !important;
  }
  .sm-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .sm-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .sm-mt--50 {
    margin-top: -50px !important;
  }
  .sm-mb--50 {
    margin-bottom: -50px !important;
  }
  .sm-ml--50 {
    margin-left: -50px !important;
  }
  .sm-mr--50 {
    margin-right: -50px !important;
  }
  .sm-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .sm-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .sm-mt--55 {
    margin-top: -55px !important;
  }
  .sm-mb--55 {
    margin-bottom: -55px !important;
  }
  .sm-ml--55 {
    margin-left: -55px !important;
  }
  .sm-mr--55 {
    margin-right: -55px !important;
  }
  .sm-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .sm-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .sm-mt--60 {
    margin-top: -60px !important;
  }
  .sm-mb--60 {
    margin-bottom: -60px !important;
  }
  .sm-ml--60 {
    margin-left: -60px !important;
  }
  .sm-mr--60 {
    margin-right: -60px !important;
  }

}
/* Extra small devices */
@media (max-width: 575px) {
  .xs-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .xs-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .xs-mt-5 {
    margin-top: 5px !important;
  }
  .xs-mb-5 {
    margin-bottom: 5px !important;
  }
  .xs-ml-5 {
    margin-left: 5px !important;
  }
  .xs-mr-5 {
    margin-right: 5px !important;
  }
  .xs-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .xs-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .xs-mt-10 {
    margin-top: 10px !important;
  }
  .xs-mb-10 {
    margin-bottom: 10px !important;
  }
  .xs-ml-10 {
    margin-left: 10px !important;
  }
  .xs-mr-10 {
    margin-right: 10px !important;
  }
  .xs-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .xs-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .xs-mt-15 {
    margin-top: 15px !important;
  }
  .xs-mb-15 {
    margin-bottom: 15px !important;
  }
  .xs-ml-15 {
    margin-left: 15px !important;
  }
  .xs-mr-15 {
    margin-right: 15px !important;
  }
  .xs-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .xs-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xs-mt-20 {
    margin-top: 20px !important;
  }
  .xs-mb-20 {
    margin-bottom: 20px !important;
  }
  .xs-ml-20 {
    margin-left: 20px !important;
  }
  .xs-mr-20 {
    margin-right: 20px !important;
  }
  .xs-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .xs-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .xs-mt-25 {
    margin-top: 25px !important;
  }
  .xs-mb-25 {
    margin-bottom: 25px !important;
  }
  .xs-ml-25 {
    margin-left: 25px !important;
  }
  .xs-mr-25 {
    margin-right: 25px !important;
  }
  .xs-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .xs-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .xs-mt-30 {
    margin-top: 30px !important;
  }
  .xs-mb-30 {
    margin-bottom: 30px !important;
  }
  .xs-ml-30 {
    margin-left: 30px !important;
  }
  .xs-mr-30 {
    margin-right: 30px !important;
  }
  .xs-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .xs-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .xs-mt-35 {
    margin-top: 35px !important;
  }
  .xs-mb-35 {
    margin-bottom: 35px !important;
  }
  .xs-ml-35 {
    margin-left: 35px !important;
  }
  .xs-mr-35 {
    margin-right: 35px !important;
  }
  .xs-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .xs-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xs-mt-40 {
    margin-top: 40px !important;
  }
  .xs-mb-40 {
    margin-bottom: 40px !important;
  }
  .xs-ml-40 {
    margin-left: 40px !important;
  }
  .xs-mr-40 {
    margin-right: 40px !important;
  }
  .xs-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .xs-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .xs-mt-45 {
    margin-top: 45px !important;
  }
  .xs-mb-45 {
    margin-bottom: 45px !important;
  }
  .xs-ml-45 {
    margin-left: 45px !important;
  }
  .xs-mr-45 {
    margin-right: 45px !important;
  }
  .xs-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .xs-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .xs-mt-50 {
    margin-top: 50px !important;
  }
  .xs-mb-50 {
    margin-bottom: 50px !important;
  }
  .xs-ml-50 {
    margin-left: 50px !important;
  }
  .xs-mr-50 {
    margin-right: 50px !important;
  }
  .xs-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .xs-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .xs-mt-55 {
    margin-top: 55px !important;
  }
  .xs-mb-55 {
    margin-bottom: 55px !important;
  }
  .xs-ml-55 {
    margin-left: 55px !important;
  }
  .xs-mr-55 {
    margin-right: 55px !important;
  }
  .xs-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .xs-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .xs-mt-60 {
    margin-top: 60px !important;
  }
  .xs-mb-60 {
    margin-bottom: 60px !important;
  }
  .xs-ml-60 {
    margin-left: 60px !important;
  }
  .xs-mr-60 {
    margin-right: 60px !important;
  }
 
  .xs-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .xs-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .xs-mt-0 {
    margin-top: 0 !important;
  }
  .xs-mb-0 {
    margin-bottom: 0 !important;
  }
  .xs-ml-0 {
    margin-left: 0 !important;
  }
  .xs-mr-0 {
    margin-right: 0 !important;
  }
  .xs-m-0 {
    margin: 0 !important;
  }
  .xs-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .xs-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .xs-mt--5 {
    margin-top: -5px !important;
  }
  .xs-mb--5 {
    margin-bottom: -5px !important;
  }
  .xs-ml--5 {
    margin-left: -5px !important;
  }
  .xs-mr--5 {
    margin-right: -5px !important;
  }
  .xs-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .xs-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .xs-mt--10 {
    margin-top: -10px !important;
  }
  .xs-mb--10 {
    margin-bottom: -10px !important;
  }
  .xs-ml--10 {
    margin-left: -10px !important;
  }
  .xs-mr--10 {
    margin-right: -10px !important;
  }
  .xs-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .xs-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .xs-mt--15 {
    margin-top: -15px !important;
  }
  .xs-mb--15 {
    margin-bottom: -15px !important;
  }
  .xs-ml--15 {
    margin-left: -15px !important;
  }
  .xs-mr--15 {
    margin-right: -15px !important;
  }
  .xs-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .xs-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .xs-mt--20 {
    margin-top: -20px !important;
  }
  .xs-mb--20 {
    margin-bottom: -20px !important;
  }
  .xs-ml--20 {
    margin-left: -20px !important;
  }
  .xs-mr--20 {
    margin-right: -20px !important;
  }
  .xs-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .xs-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .xs-mt--25 {
    margin-top: -25px !important;
  }
  .xs-mb--25 {
    margin-bottom: -25px !important;
  }
  .xs-ml--25 {
    margin-left: -25px !important;
  }
  .xs-mr--25 {
    margin-right: -25px !important;
  }
  .xs-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .xs-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .xs-mt--30 {
    margin-top: -30px !important;
  }
  .xs-mb--30 {
    margin-bottom: -30px !important;
  }
  .xs-ml--30 {
    margin-left: -30px !important;
  }
  .xs-mr--30 {
    margin-right: -30px !important;
  }
  .xs-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .xs-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .xs-mt--35 {
    margin-top: -35px !important;
  }
  .xs-mb--35 {
    margin-bottom: -35px !important;
  }
  .xs-ml--35 {
    margin-left: -35px !important;
  }
  .xs-mr--35 {
    margin-right: -35px !important;
  }
  .xs-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .xs-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .xs-mt--40 {
    margin-top: -40px !important;
  }
  .xs-mb--40 {
    margin-bottom: -40px !important;
  }
  .xs-ml--40 {
    margin-left: -40px !important;
  }
  .xs-mr--40 {
    margin-right: -40px !important;
  }
  .xs-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .xs-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .xs-mt--45 {
    margin-top: -45px !important;
  }
  .xs-mb--45 {
    margin-bottom: -45px !important;
  }
  .xs-ml--45 {
    margin-left: -45px !important;
  }
  .xs-mr--45 {
    margin-right: -45px !important;
  }
  .xs-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .xs-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .xs-mt--50 {
    margin-top: -50px !important;
  }
  .xs-mb--50 {
    margin-bottom: -50px !important;
  }
  .xs-ml--50 {
    margin-left: -50px !important;
  }
  .xs-mr--50 {
    margin-right: -50px !important;
  }
  .xs-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .xs-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .xs-mt--55 {
    margin-top: -55px !important;
  }
  .xs-mb--55 {
    margin-bottom: -55px !important;
  }
  .xs-ml--55 {
    margin-left: -55px !important;
  }
  .xs-mr--55 {
    margin-right: -55px !important;
  }
  .xs-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .xs-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .xs-mt--60 {
    margin-top: -60px !important;
  }
  .xs-mb--60 {
    margin-bottom: -60px !important;
  }
  .xs-ml--60 {
    margin-left: -60px !important;
  }
  .xs-mr--60 {
    margin-right: -60px !important;
  }

}
/* Extra small devices */
@media (max-width: 375px) {
  .vxs-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .vxs-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .vxs-mt-5 {
    margin-top: 5px !important;
  }
  .vxs-mb-5 {
    margin-bottom: 5px !important;
  }
  .vxs-ml-5 {
    margin-left: 5px !important;
  }
  .vxs-mr-5 {
    margin-right: 5px !important;
  }
  .vxs-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .vxs-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .vxs-mt-10 {
    margin-top: 10px !important;
  }
  .vxs-mb-10 {
    margin-bottom: 10px !important;
  }
  .vxs-ml-10 {
    margin-left: 10px !important;
  }
  .vxs-mr-10 {
    margin-right: 10px !important;
  }
  .vxs-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .vxs-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .vxs-mt-15 {
    margin-top: 15px !important;
  }
  .vxs-mb-15 {
    margin-bottom: 15px !important;
  }
  .vxs-ml-15 {
    margin-left: 15px !important;
  }
  .vxs-mr-15 {
    margin-right: 15px !important;
  }
  .vxs-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .vxs-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .vxs-mt-20 {
    margin-top: 20px !important;
  }
  .vxs-mb-20 {
    margin-bottom: 20px !important;
  }
  .vxs-ml-20 {
    margin-left: 20px !important;
  }
  .vxs-mr-20 {
    margin-right: 20px !important;
  }
  .vxs-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .vxs-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .vxs-mt-25 {
    margin-top: 25px !important;
  }
  .vxs-mb-25 {
    margin-bottom: 25px !important;
  }
  .vxs-ml-25 {
    margin-left: 25px !important;
  }
  .vxs-mr-25 {
    margin-right: 25px !important;
  }
  .vxs-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .vxs-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .vxs-mt-30 {
    margin-top: 30px !important;
  }
  .vxs-mb-30 {
    margin-bottom: 30px !important;
  }
  .vxs-ml-30 {
    margin-left: 30px !important;
  }
  .vxs-mr-30 {
    margin-right: 30px !important;
  }
  .vxs-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .vxs-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .vxs-mt-35 {
    margin-top: 35px !important;
  }
  .vxs-mb-35 {
    margin-bottom: 35px !important;
  }
  .vxs-ml-35 {
    margin-left: 35px !important;
  }
  .vxs-mr-35 {
    margin-right: 35px !important;
  }
  .vxs-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .vxs-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .vxs-mt-40 {
    margin-top: 40px !important;
  }
  .vxs-mb-40 {
    margin-bottom: 40px !important;
  }
  .vxs-ml-40 {
    margin-left: 40px !important;
  }
  .vxs-mr-40 {
    margin-right: 40px !important;
  }
  .vxs-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .vxs-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .vxs-mt-45 {
    margin-top: 45px !important;
  }
  .vxs-mb-45 {
    margin-bottom: 45px !important;
  }
  .vxs-ml-45 {
    margin-left: 45px !important;
  }
  .vxs-mr-45 {
    margin-right: 45px !important;
  }
  .vxs-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .vxs-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .vxs-mt-50 {
    margin-top: 50px !important;
  }
  .vxs-mb-50 {
    margin-bottom: 50px !important;
  }
  .vxs-ml-50 {
    margin-left: 50px !important;
  }
  .vxs-mr-50 {
    margin-right: 50px !important;
  }
  .vxs-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .vxs-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .vxs-mt-55 {
    margin-top: 55px !important;
  }
  .vxs-mb-55 {
    margin-bottom: 55px !important;
  }
  .vxs-ml-55 {
    margin-left: 55px !important;
  }
  .vxs-mr-55 {
    margin-right: 55px !important;
  }
  .vxs-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .vxs-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .vxs-mt-60 {
    margin-top: 60px !important;
  }
  .vxs-mb-60 {
    margin-bottom: 60px !important;
  }
  .vxs-ml-60 {
    margin-left: 60px !important;
  }
  .vxs-mr-60 {
    margin-right: 60px !important;
  }
 
  .vxs-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .vxs-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .vxs-mt-0 {
    margin-top: 0 !important;
  }
  .vxs-mb-0 {
    margin-bottom: 0 !important;
  }
  .vxs-ml-0 {
    margin-left: 0 !important;
  }
  .vxs-mr-0 {
    margin-right: 0 !important;
  }
  .vxs-m-0 {
    margin: 0 !important;
  }
  .vxs-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .vxs-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .vxs-mt--5 {
    margin-top: -5px !important;
  }
  .vxs-mb--5 {
    margin-bottom: -5px !important;
  }
  .vxs-ml--5 {
    margin-left: -5px !important;
  }
  .vxs-mr--5 {
    margin-right: -5px !important;
  }
  .vxs-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .vxs-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .vxs-mt--10 {
    margin-top: -10px !important;
  }
  .vxs-mb--10 {
    margin-bottom: -10px !important;
  }
  .vxs-ml--10 {
    margin-left: -10px !important;
  }
  .vxs-mr--10 {
    margin-right: -10px !important;
  }
  .vxs-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .vxs-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .vxs-mt--15 {
    margin-top: -15px !important;
  }
  .vxs-mb--15 {
    margin-bottom: -15px !important;
  }
  .vxs-ml--15 {
    margin-left: -15px !important;
  }
  .vxs-mr--15 {
    margin-right: -15px !important;
  }
  .vxs-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .vxs-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .vxs-mt--20 {
    margin-top: -20px !important;
  }
  .vxs-mb--20 {
    margin-bottom: -20px !important;
  }
  .vxs-ml--20 {
    margin-left: -20px !important;
  }
  .vxs-mr--20 {
    margin-right: -20px !important;
  }
  .vxs-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .vxs-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .vxs-mt--25 {
    margin-top: -25px !important;
  }
  .vxs-mb--25 {
    margin-bottom: -25px !important;
  }
  .vxs-ml--25 {
    margin-left: -25px !important;
  }
  .vxs-mr--25 {
    margin-right: -25px !important;
  }
  .vxs-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .vxs-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .vxs-mt--30 {
    margin-top: -30px !important;
  }
  .vxs-mb--30 {
    margin-bottom: -30px !important;
  }
  .vxs-ml--30 {
    margin-left: -30px !important;
  }
  .vxs-mr--30 {
    margin-right: -30px !important;
  }
  .vxs-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .vxs-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .vxs-mt--35 {
    margin-top: -35px !important;
  }
  .vxs-mb--35 {
    margin-bottom: -35px !important;
  }
  .vxs-ml--35 {
    margin-left: -35px !important;
  }
  .vxs-mr--35 {
    margin-right: -35px !important;
  }
  .vxs-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .vxs-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .vxs-mt--40 {
    margin-top: -40px !important;
  }
  .vxs-mb--40 {
    margin-bottom: -40px !important;
  }
  .vxs-ml--40 {
    margin-left: -40px !important;
  }
  .vxs-mr--40 {
    margin-right: -40px !important;
  }
  .vxs-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .vxs-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .vxs-mt--45 {
    margin-top: -45px !important;
  }
  .vxs-mb--45 {
    margin-bottom: -45px !important;
  }
  .vxs-ml--45 {
    margin-left: -45px !important;
  }
  .vxs-mr--45 {
    margin-right: -45px !important;
  }
  .vxs-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .vxs-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .vxs-mt--50 {
    margin-top: -50px !important;
  }
  .vxs-mb--50 {
    margin-bottom: -50px !important;
  }
  .vxs-ml--50 {
    margin-left: -50px !important;
  }
  .vxs-mr--50 {
    margin-right: -50px !important;
  }
  .vxs-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .vxs-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .vxs-mt--55 {
    margin-top: -55px !important;
  }
  .vxs-mb--55 {
    margin-bottom: -55px !important;
  }
  .vxs-ml--55 {
    margin-left: -55px !important;
  }
  .vxs-mr--55 {
    margin-right: -55px !important;
  }
  .vxs-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .vxs-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .vxs-mt--60 {
    margin-top: -60px !important;
  }
  .vxs-mb--60 {
    margin-bottom: -60px !important;
  }
  .vxs-ml--60 {
    margin-left: -60px !important;
  }
  .vxs-mr--60 {
    margin-right: -60px !important;
  }

}
@media (max-width: 1280px) {
  .ltl-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .ltl-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .ltl-mt-5 {
    margin-top: 5px !important;
  }
  .ltl-mb-5 {
    margin-bottom: 5px !important;
  }
  .ltl-ml-5 {
    margin-left: 5px !important;
  }
  .ltl-mr-5 {
    margin-right: 5px !important;
  }
  .ltl-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .ltl-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ltl-mt-10 {
    margin-top: 10px !important;
  }
  .ltl-mb-10 {
    margin-bottom: 10px !important;
  }
  .ltl-ml-10 {
    margin-left: 10px !important;
  }
  .ltl-mr-10 {
    margin-right: 10px !important;
  }
  .ltl-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .ltl-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .ltl-mt-15 {
    margin-top: 15px !important;
  }
  .ltl-mb-15 {
    margin-bottom: 15px !important;
  }
  .ltl-ml-15 {
    margin-left: 15px !important;
  }
  .ltl-mr-15 {
    margin-right: 15px !important;
  }
  .ltl-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .ltl-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ltl-mt-20 {
    margin-top: 20px !important;
  }
  .ltl-mb-20 {
    margin-bottom: 20px !important;
  }
  .ltl-ml-20 {
    margin-left: 20px !important;
  }
  .ltl-mr-20 {
    margin-right: 20px !important;
  }
  .ltl-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .ltl-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .ltl-mt-25 {
    margin-top: 25px !important;
  }
  .ltl-mb-25 {
    margin-bottom: 25px !important;
  }
  .ltl-ml-25 {
    margin-left: 25px !important;
  }
  .ltl-mr-25 {
    margin-right: 25px !important;
  }
  .ltl-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .ltl-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ltl-mt-30 {
    margin-top: 30px !important;
  }
  .ltl-mb-30 {
    margin-bottom: 30px !important;
  }
  .ltl-ml-30 {
    margin-left: 30px !important;
  }
  .ltl-mr-30 {
    margin-right: 30px !important;
  }
  .ltl-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .ltl-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .ltl-mt-35 {
    margin-top: 35px !important;
  }
  .ltl-mb-35 {
    margin-bottom: 35px !important;
  }
  .ltl-ml-35 {
    margin-left: 35px !important;
  }
  .ltl-mr-35 {
    margin-right: 35px !important;
  }
  .ltl-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .ltl-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ltl-mt-40 {
    margin-top: 40px !important;
  }
  .ltl-mb-40 {
    margin-bottom: 40px !important;
  }
  .ltl-ml-40 {
    margin-left: 40px !important;
  }
  .ltl-mr-40 {
    margin-right: 40px !important;
  }
  .ltl-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .ltl-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .ltl-mt-45 {
    margin-top: 45px !important;
  }
  .ltl-mb-45 {
    margin-bottom: 45px !important;
  }
  .ltl-ml-45 {
    margin-left: 45px !important;
  }
  .ltl-mr-45 {
    margin-right: 45px !important;
  }
  .ltl-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .ltl-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ltl-mt-50 {
    margin-top: 50px !important;
  }
  .ltl-mb-50 {
    margin-bottom: 50px !important;
  }
  .ltl-ml-50 {
    margin-left: 50px !important;
  }
  .ltl-mr-50 {
    margin-right: 50px !important;
  }
  .ltl-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .ltl-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .ltl-mt-55 {
    margin-top: 55px !important;
  }
  .ltl-mb-55 {
    margin-bottom: 55px !important;
  }
  .ltl-ml-55 {
    margin-left: 55px !important;
  }
  .ltl-mr-55 {
    margin-right: 55px !important;
  }
  .ltl-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .ltl-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .ltl-mt-60 {
    margin-top: 60px !important;
  }
  .ltl-mb-60 {
    margin-bottom: 60px !important;
  }
  .ltl-ml-60 {
    margin-left: 60px !important;
  }
  .ltl-mr-60 {
    margin-right: 60px !important;
  }
 
  .ltl-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ltl-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ltl-mt-0 {
    margin-top: 0 !important;
  }
  .ltl-mb-0 {
    margin-bottom: 0 !important;
  }
  .ltl-ml-0 {
    margin-left: 0 !important;
  }
  .ltl-mr-0 {
    margin-right: 0 !important;
  }
  .ltl-m-0 {
    margin: 0 !important;
  }
  .ltl-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .ltl-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .ltl-mt--5 {
    margin-top: -5px !important;
  }
  .ltl-mb--5 {
    margin-bottom: -5px !important;
  }
  .ltl-ml--5 {
    margin-left: -5px !important;
  }
  .ltl-mr--5 {
    margin-right: -5px !important;
  }
  .ltl-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .ltl-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .ltl-mt--10 {
    margin-top: -10px !important;
  }
  .ltl-mb--10 {
    margin-bottom: -10px !important;
  }
  .ltl-ml--10 {
    margin-left: -10px !important;
  }
  .ltl-mr--10 {
    margin-right: -10px !important;
  }
  .ltl-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .ltl-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .ltl-mt--15 {
    margin-top: -15px !important;
  }
  .ltl-mb--15 {
    margin-bottom: -15px !important;
  }
  .ltl-ml--15 {
    margin-left: -15px !important;
  }
  .ltl-mr--15 {
    margin-right: -15px !important;
  }
  .ltl-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .ltl-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .ltl-mt--20 {
    margin-top: -20px !important;
  }
  .ltl-mb--20 {
    margin-bottom: -20px !important;
  }
  .ltl-ml--20 {
    margin-left: -20px !important;
  }
  .ltl-mr--20 {
    margin-right: -20px !important;
  }
  .ltl-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .ltl-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .ltl-mt--25 {
    margin-top: -25px !important;
  }
  .ltl-mb--25 {
    margin-bottom: -25px !important;
  }
  .ltl-ml--25 {
    margin-left: -25px !important;
  }
  .ltl-mr--25 {
    margin-right: -25px !important;
  }
  .ltl-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .ltl-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .ltl-mt--30 {
    margin-top: -30px !important;
  }
  .ltl-mb--30 {
    margin-bottom: -30px !important;
  }
  .ltl-ml--30 {
    margin-left: -30px !important;
  }
  .ltl-mr--30 {
    margin-right: -30px !important;
  }
  .ltl-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .ltl-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .ltl-mt--35 {
    margin-top: -35px !important;
  }
  .ltl-mb--35 {
    margin-bottom: -35px !important;
  }
  .ltl-ml--35 {
    margin-left: -35px !important;
  }
  .ltl-mr--35 {
    margin-right: -35px !important;
  }
  .ltl-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .ltl-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .ltl-mt--40 {
    margin-top: -40px !important;
  }
  .ltl-mb--40 {
    margin-bottom: -40px !important;
  }
  .ltl-ml--40 {
    margin-left: -40px !important;
  }
  .ltl-mr--40 {
    margin-right: -40px !important;
  }
  .ltl-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .ltl-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .ltl-mt--45 {
    margin-top: -45px !important;
  }
  .ltl-mb--45 {
    margin-bottom: -45px !important;
  }
  .ltl-ml--45 {
    margin-left: -45px !important;
  }
  .ltl-mr--45 {
    margin-right: -45px !important;
  }
  .ltl-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .ltl-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .ltl-mt--50 {
    margin-top: -50px !important;
  }
  .ltl-mb--50 {
    margin-bottom: -50px !important;
  }
  .ltl-ml--50 {
    margin-left: -50px !important;
  }
  .ltl-mr--50 {
    margin-right: -50px !important;
  }
  .ltl-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .ltl-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .ltl-mt--55 {
    margin-top: -55px !important;
  }
  .ltl-mb--55 {
    margin-bottom: -55px !important;
  }
  .ltl-ml--55 {
    margin-left: -55px !important;
  }
  .ltl-mr--55 {
    margin-right: -55px !important;
  }
  .ltl-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .ltl-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .ltl-mt--60 {
    margin-top: -60px !important;
  }
  .ltl-mb--60 {
    margin-bottom: -60px !important;
  }
  .ltl-ml--60 {
    margin-left: -60px !important;
  }
  .ltl-mr--60 {
    margin-right: -60px !important;
  }

}
@media (max-width: 1024px) {
  .ltm-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .ltm-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .ltm-mt-5 {
    margin-top: 5px !important;
  }
  .ltm-mb-5 {
    margin-bottom: 5px !important;
  }
  .ltm-ml-5 {
    margin-left: 5px !important;
  }
  .ltm-mr-5 {
    margin-right: 5px !important;
  }
  .ltm-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .ltm-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ltm-mt-10 {
    margin-top: 10px !important;
  }
  .ltm-mb-10 {
    margin-bottom: 10px !important;
  }
  .ltm-ml-10 {
    margin-left: 10px !important;
  }
  .ltm-mr-10 {
    margin-right: 10px !important;
  }
  .ltm-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .ltm-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .ltm-mt-15 {
    margin-top: 15px !important;
  }
  .ltm-mb-15 {
    margin-bottom: 15px !important;
  }
  .ltm-ml-15 {
    margin-left: 15px !important;
  }
  .ltm-mr-15 {
    margin-right: 15px !important;
  }
  .ltm-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .ltm-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ltm-mt-20 {
    margin-top: 20px !important;
  }
  .ltm-mb-20 {
    margin-bottom: 20px !important;
  }
  .ltm-ml-20 {
    margin-left: 20px !important;
  }
  .ltm-mr-20 {
    margin-right: 20px !important;
  }
  .ltm-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .ltm-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .ltm-mt-25 {
    margin-top: 25px !important;
  }
  .ltm-mb-25 {
    margin-bottom: 25px !important;
  }
  .ltm-ml-25 {
    margin-left: 25px !important;
  }
  .ltm-mr-25 {
    margin-right: 25px !important;
  }
  .ltm-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .ltm-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ltm-mt-30 {
    margin-top: 30px !important;
  }
  .ltm-mb-30 {
    margin-bottom: 30px !important;
  }
  .ltm-ml-30 {
    margin-left: 30px !important;
  }
  .ltm-mr-30 {
    margin-right: 30px !important;
  }
  .ltm-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .ltm-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .ltm-mt-35 {
    margin-top: 35px !important;
  }
  .ltm-mb-35 {
    margin-bottom: 35px !important;
  }
  .ltm-ml-35 {
    margin-left: 35px !important;
  }
  .ltm-mr-35 {
    margin-right: 35px !important;
  }
  .ltm-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .ltm-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ltm-mt-40 {
    margin-top: 40px !important;
  }
  .ltm-mb-40 {
    margin-bottom: 40px !important;
  }
  .ltm-ml-40 {
    margin-left: 40px !important;
  }
  .ltm-mr-40 {
    margin-right: 40px !important;
  }
  .ltm-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .ltm-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .ltm-mt-45 {
    margin-top: 45px !important;
  }
  .ltm-mb-45 {
    margin-bottom: 45px !important;
  }
  .ltm-ml-45 {
    margin-left: 45px !important;
  }
  .ltm-mr-45 {
    margin-right: 45px !important;
  }
  .ltm-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .ltm-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ltm-mt-50 {
    margin-top: 50px !important;
  }
  .ltm-mb-50 {
    margin-bottom: 50px !important;
  }
  .ltm-ml-50 {
    margin-left: 50px !important;
  }
  .ltm-mr-50 {
    margin-right: 50px !important;
  }
  .ltm-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .ltm-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .ltm-mt-55 {
    margin-top: 55px !important;
  }
  .ltm-mb-55 {
    margin-bottom: 55px !important;
  }
  .ltm-ml-55 {
    margin-left: 55px !important;
  }
  .ltm-mr-55 {
    margin-right: 55px !important;
  }
  .ltm-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .ltm-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .ltm-mt-60 {
    margin-top: 60px !important;
  }
  .ltm-mb-60 {
    margin-bottom: 60px !important;
  }
  .ltm-ml-60 {
    margin-left: 60px !important;
  }
  .ltm-mr-60 {
    margin-right: 60px !important;
  }
 
  .ltm-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ltm-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ltm-mt-0 {
    margin-top: 0 !important;
  }
  .ltm-mb-0 {
    margin-bottom: 0 !important;
  }
  .ltm-ml-0 {
    margin-left: 0 !important;
  }
  .ltm-mr-0 {
    margin-right: 0 !important;
  }
  .ltm-m-0 {
    margin: 0 !important;
  }
  .ltm-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .ltm-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .ltm-mt--5 {
    margin-top: -5px !important;
  }
  .ltm-mb--5 {
    margin-bottom: -5px !important;
  }
  .ltm-ml--5 {
    margin-left: -5px !important;
  }
  .ltm-mr--5 {
    margin-right: -5px !important;
  }
  .ltm-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .ltm-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .ltm-mt--10 {
    margin-top: -10px !important;
  }
  .ltm-mb--10 {
    margin-bottom: -10px !important;
  }
  .ltm-ml--10 {
    margin-left: -10px !important;
  }
  .ltm-mr--10 {
    margin-right: -10px !important;
  }
  .ltm-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .ltm-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .ltm-mt--15 {
    margin-top: -15px !important;
  }
  .ltm-mb--15 {
    margin-bottom: -15px !important;
  }
  .ltm-ml--15 {
    margin-left: -15px !important;
  }
  .ltm-mr--15 {
    margin-right: -15px !important;
  }
  .ltm-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .ltm-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .ltm-mt--20 {
    margin-top: -20px !important;
  }
  .ltm-mb--20 {
    margin-bottom: -20px !important;
  }
  .ltm-ml--20 {
    margin-left: -20px !important;
  }
  .ltm-mr--20 {
    margin-right: -20px !important;
  }
  .ltm-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .ltm-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .ltm-mt--25 {
    margin-top: -25px !important;
  }
  .ltm-mb--25 {
    margin-bottom: -25px !important;
  }
  .ltm-ml--25 {
    margin-left: -25px !important;
  }
  .ltm-mr--25 {
    margin-right: -25px !important;
  }
  .ltm-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .ltm-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .ltm-mt--30 {
    margin-top: -30px !important;
  }
  .ltm-mb--30 {
    margin-bottom: -30px !important;
  }
  .ltm-ml--30 {
    margin-left: -30px !important;
  }
  .ltm-mr--30 {
    margin-right: -30px !important;
  }
  .ltm-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .ltm-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .ltm-mt--35 {
    margin-top: -35px !important;
  }
  .ltm-mb--35 {
    margin-bottom: -35px !important;
  }
  .ltm-ml--35 {
    margin-left: -35px !important;
  }
  .ltm-mr--35 {
    margin-right: -35px !important;
  }
  .ltm-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .ltm-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .ltm-mt--40 {
    margin-top: -40px !important;
  }
  .ltm-mb--40 {
    margin-bottom: -40px !important;
  }
  .ltm-ml--40 {
    margin-left: -40px !important;
  }
  .ltm-mr--40 {
    margin-right: -40px !important;
  }
  .ltm-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .ltm-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .ltm-mt--45 {
    margin-top: -45px !important;
  }
  .ltm-mb--45 {
    margin-bottom: -45px !important;
  }
  .ltm-ml--45 {
    margin-left: -45px !important;
  }
  .ltm-mr--45 {
    margin-right: -45px !important;
  }
  .ltm-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .ltm-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .ltm-mt--50 {
    margin-top: -50px !important;
  }
  .ltm-mb--50 {
    margin-bottom: -50px !important;
  }
  .ltm-ml--50 {
    margin-left: -50px !important;
  }
  .ltm-mr--50 {
    margin-right: -50px !important;
  }
  .ltm-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .ltm-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .ltm-mt--55 {
    margin-top: -55px !important;
  }
  .ltm-mb--55 {
    margin-bottom: -55px !important;
  }
  .ltm-ml--55 {
    margin-left: -55px !important;
  }
  .ltm-mr--55 {
    margin-right: -55px !important;
  }
  .ltm-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .ltm-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .ltm-mt--60 {
    margin-top: -60px !important;
  }
  .ltm-mb--60 {
    margin-bottom: -60px !important;
  }
  .ltm-ml--60 {
    margin-left: -60px !important;
  }
  .ltm-mr--60 {
    margin-right: -60px !important;
  }

}
@media (min-width: 992px) and (max-width: 1024px) {
  .nhb-mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .nhb-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .nhb-mt-5 {
    margin-top: 5px !important;
  }
  .nhb-mb-5 {
    margin-bottom: 5px !important;
  }
  .nhb-ml-5 {
    margin-left: 5px !important;
  }
  .nhb-mr-5 {
    margin-right: 5px !important;
  }
  .nhb-mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .nhb-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .nhb-mt-10 {
    margin-top: 10px !important;
  }
  .nhb-mb-10 {
    margin-bottom: 10px !important;
  }
  .nhb-ml-10 {
    margin-left: 10px !important;
  }
  .nhb-mr-10 {
    margin-right: 10px !important;
  }
  .nhb-mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .nhb-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .nhb-mt-15 {
    margin-top: 15px !important;
  }
  .nhb-mb-15 {
    margin-bottom: 15px !important;
  }
  .nhb-ml-15 {
    margin-left: 15px !important;
  }
  .nhb-mr-15 {
    margin-right: 15px !important;
  }
  .nhb-mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .nhb-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .nhb-mt-20 {
    margin-top: 20px !important;
  }
  .nhb-mb-20 {
    margin-bottom: 20px !important;
  }
  .nhb-ml-20 {
    margin-left: 20px !important;
  }
  .nhb-mr-20 {
    margin-right: 20px !important;
  }
  .nhb-mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .nhb-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .nhb-mt-25 {
    margin-top: 25px !important;
  }
  .nhb-mb-25 {
    margin-bottom: 25px !important;
  }
  .nhb-ml-25 {
    margin-left: 25px !important;
  }
  .nhb-mr-25 {
    margin-right: 25px !important;
  }
  .nhb-mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .nhb-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .nhb-mt-30 {
    margin-top: 30px !important;
  }
  .nhb-mb-30 {
    margin-bottom: 30px !important;
  }
  .nhb-ml-30 {
    margin-left: 30px !important;
  }
  .nhb-mr-30 {
    margin-right: 30px !important;
  }
  .nhb-mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .nhb-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .nhb-mt-35 {
    margin-top: 35px !important;
  }
  .nhb-mb-35 {
    margin-bottom: 35px !important;
  }
  .nhb-ml-35 {
    margin-left: 35px !important;
  }
  .nhb-mr-35 {
    margin-right: 35px !important;
  }
  .nhb-mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .nhb-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .nhb-mt-40 {
    margin-top: 40px !important;
  }
  .nhb-mb-40 {
    margin-bottom: 40px !important;
  }
  .nhb-ml-40 {
    margin-left: 40px !important;
  }
  .nhb-mr-40 {
    margin-right: 40px !important;
  }
  .nhb-mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .nhb-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .nhb-mt-45 {
    margin-top: 45px !important;
  }
  .nhb-mb-45 {
    margin-bottom: 45px !important;
  }
  .nhb-ml-45 {
    margin-left: 45px !important;
  }
  .nhb-mr-45 {
    margin-right: 45px !important;
  }
  .nhb-mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .nhb-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .nhb-mt-50 {
    margin-top: 50px !important;
  }
  .nhb-mb-50 {
    margin-bottom: 50px !important;
  }
  .nhb-ml-50 {
    margin-left: 50px !important;
  }
  .nhb-mr-50 {
    margin-right: 50px !important;
  }
  .nhb-mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .nhb-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .nhb-mt-55 {
    margin-top: 55px !important;
  }
  .nhb-mb-55 {
    margin-bottom: 55px !important;
  }
  .nhb-ml-55 {
    margin-left: 55px !important;
  }
  .nhb-mr-55 {
    margin-right: 55px !important;
  }
  .nhb-mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .nhb-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .nhb-mt-60 {
    margin-top: 60px !important;
  }
  .nhb-mb-60 {
    margin-bottom: 60px !important;
  }
  .nhb-ml-60 {
    margin-left: 60px !important;
  }
  .nhb-mr-60 {
    margin-right: 60px !important;
  }

  .nhb-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .nhb-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .nhb-mt-0 {
    margin-top: 0 !important;
  }
  .nhb-mb-0 {
    margin-bottom: 0 !important;
  }
  .nhb-ml-0 {
    margin-left: 0 !important;
  }
  .nhb-mr-0 {
    margin-right: 0 !important;
  }
  .nhb-m-0 {
    margin: 0 !important;
  }
  .nhb-mx--5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .nhb-my--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .nhb-mt--5 {
    margin-top: -5px !important;
  }
  .nhb-mb--5 {
    margin-bottom: -5px !important;
  }
  .nhb-ml--5 {
    margin-left: -5px !important;
  }
  .nhb-mr--5 {
    margin-right: -5px !important;
  }
  .nhb-mx--10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .nhb-my--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .nhb-mt--10 {
    margin-top: -10px !important;
  }
  .nhb-mb--10 {
    margin-bottom: -10px !important;
  }
  .nhb-ml--10 {
    margin-left: -10px !important;
  }
  .nhb-mr--10 {
    margin-right: -10px !important;
  }
  .nhb-mx--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .nhb-my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .nhb-mt--15 {
    margin-top: -15px !important;
  }
  .nhb-mb--15 {
    margin-bottom: -15px !important;
  }
  .nhb-ml--15 {
    margin-left: -15px !important;
  }
  .nhb-mr--15 {
    margin-right: -15px !important;
  }
  .nhb-mx--20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .nhb-my--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .nhb-mt--20 {
    margin-top: -20px !important;
  }
  .nhb-mb--20 {
    margin-bottom: -20px !important;
  }
  .nhb-ml--20 {
    margin-left: -20px !important;
  }
  .nhb-mr--20 {
    margin-right: -20px !important;
  }
  .nhb-mx--25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .nhb-my--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .nhb-mt--25 {
    margin-top: -25px !important;
  }
  .nhb-mb--25 {
    margin-bottom: -25px !important;
  }
  .nhb-ml--25 {
    margin-left: -25px !important;
  }
  .nhb-mr--25 {
    margin-right: -25px !important;
  }
  .nhb-mx--30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .nhb-my--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .nhb-mt--30 {
    margin-top: -30px !important;
  }
  .nhb-mb--30 {
    margin-bottom: -30px !important;
  }
  .nhb-ml--30 {
    margin-left: -30px !important;
  }
  .nhb-mr--30 {
    margin-right: -30px !important;
  }
  .nhb-mx--35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .nhb-my--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .nhb-mt--35 {
    margin-top: -35px !important;
  }
  .nhb-mb--35 {
    margin-bottom: -35px !important;
  }
  .nhb-ml--35 {
    margin-left: -35px !important;
  }
  .nhb-mr--35 {
    margin-right: -35px !important;
  }
  .nhb-mx--40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .nhb-my--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .nhb-mt--40 {
    margin-top: -40px !important;
  }
  .nhb-mb--40 {
    margin-bottom: -40px !important;
  }
  .nhb-ml--40 {
    margin-left: -40px !important;
  }
  .nhb-mr--40 {
    margin-right: -40px !important;
  }
  .nhb-mx--45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .nhb-my--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .nhb-mt--45 {
    margin-top: -45px !important;
  }
  .nhb-mb--45 {
    margin-bottom: -45px !important;
  }
  .nhb-ml--45 {
    margin-left: -45px !important;
  }
  .nhb-mr--45 {
    margin-right: -45px !important;
  }
  .nhb-mx--50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .nhb-my--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .nhb-mt--50 {
    margin-top: -50px !important;
  }
  .nhb-mb--50 {
    margin-bottom: -50px !important;
  }
  .nhb-ml--50 {
    margin-left: -50px !important;
  }
  .nhb-mr--50 {
    margin-right: -50px !important;
  }
  .nhb-mx--55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .nhb-my--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .nhb-mt--55 {
    margin-top: -55px !important;
  }
  .nhb-mb--55 {
    margin-bottom: -55px !important;
  }
  .nhb-ml--55 {
    margin-left: -55px !important;
  }
  .nhb-mr--55 {
    margin-right: -55px !important;
  }
  .nhb-mx--60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .nhb-my--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .nhb-mt--60 {
    margin-top: -60px !important;
  }
  .nhb-mb--60 {
    margin-bottom: -60px !important;
  }
  .nhb-ml--60 {
    margin-left: -60px !important;
  }
  .nhb-mr--60 {
    margin-right: -60px !important;
  }
 
}
/*-- Border Radius --*/
.br-0 {
  border-radius: 0px;
}

.br_tl-0 {
  border-top-left-radius: 0px;
}

.br_tr-0 {
  border-top-right-radius: 0px;
}

.br_bl-0 {
  border-bottom-left-radius: 0px;
}

.br_br-0 {
  border-bottom-right-radius: 0px;
}

.br-5 {
  border-radius: 5px;
}

.br_tl-5 {
  border-top-left-radius: 5px;
}

.br_tr-5 {
  border-top-right-radius: 5px;
}

.br_bl-5 {
  border-bottom-left-radius: 5px;
}

.br_br-5 {
  border-bottom-right-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br_tl-10 {
  border-top-left-radius: 10px;
}

.br_tr-10 {
  border-top-right-radius: 10px;
}

.br_bl-10 {
  border-bottom-left-radius: 10px;
}

.br_br-10 {
  border-bottom-right-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br_tl-15 {
  border-top-left-radius: 15px;
}

.br_tr-15 {
  border-top-right-radius: 15px;
}

.br_bl-15 {
  border-bottom-left-radius: 15px;
}

.br_br-15 {
  border-bottom-right-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br_tl-20 {
  border-top-left-radius: 20px;
}

.br_tr-20 {
  border-top-right-radius: 20px;
}

.br_bl-20 {
  border-bottom-left-radius: 20px;
}

.br_br-20 {
  border-bottom-right-radius: 20px;
}

.br-25 {
  border-radius: 25px;
}

.br_tl-25 {
  border-top-left-radius: 25px;
}

.br_tr-25 {
  border-top-right-radius: 25px;
}

.br_bl-25 {
  border-bottom-left-radius: 25px;
}

.br_br-25 {
  border-bottom-right-radius: 25px;
}

.br-30 {
  border-radius: 30px;
}

.br_tl-30 {
  border-top-left-radius: 30px;
}

.br_tr-30 {
  border-top-right-radius: 30px;
}

.br_bl-30 {
  border-bottom-left-radius: 30px;
}

.br_br-30 {
  border-bottom-right-radius: 30px;
}

.br-35 {
  border-radius: 35px;
}

.br_tl-35 {
  border-top-left-radius: 35px;
}

.br_tr-35 {
  border-top-right-radius: 35px;
}

.br_bl-35 {
  border-bottom-left-radius: 35px;
}

.br_br-35 {
  border-bottom-right-radius: 35px;
}

.br-40 {
  border-radius: 40px;
}

.br_tl-40 {
  border-top-left-radius: 40px;
}

.br_tr-40 {
  border-top-right-radius: 40px;
}

.br_bl-40 {
  border-bottom-left-radius: 40px;
}

.br_br-40 {
  border-bottom-right-radius: 40px;
}

.br-45 {
  border-radius: 45px;
}

.br_tl-45 {
  border-top-left-radius: 45px;
}

.br_tr-45 {
  border-top-right-radius: 45px;
}

.br_bl-45 {
  border-bottom-left-radius: 45px;
}

.br_br-45 {
  border-bottom-right-radius: 45px;
}

.br-50 {
  border-radius: 50px;
}

.br_tl-50 {
  border-top-left-radius: 50px;
}

.br_tr-50 {
  border-top-right-radius: 50px;
}

.br_bl-50 {
  border-bottom-left-radius: 50px;
}

.br_br-50 {
  border-bottom-right-radius: 50px;
}

.br-55 {
  border-radius: 55px;
}

.br_tl-55 {
  border-top-left-radius: 55px;
}

.br_tr-55 {
  border-top-right-radius: 55px;
}

.br_bl-55 {
  border-bottom-left-radius: 55px;
}

.br_br-55 {
  border-bottom-right-radius: 55px;
}

.br-60 {
  border-radius: 60px;
}

.br_tl-60 {
  border-top-left-radius: 60px;
}

.br_tr-60 {
  border-top-right-radius: 60px;
}

.br_bl-60 {
  border-bottom-left-radius: 60px;
}

.br_br-60 {
  border-bottom-right-radius: 60px;
}



/*-- Border Radius 0 --*/
.br-0 {
  border-radius: 0 !important;
}

.br_tl-0 {
  border-top-left-radius: 0 !important;
}

.br_tr-0 {
  border-top-right-radius: 0 !important;
}

.br_bl-0 {
  border-bottom-left-radius: 0 !important;
}

.br_br-0 {
  border-bottom-right-radius: 0 !important;
}

/*-- Mixin to Generate Border Radius Classes --*/
/*-- Default Global Classes --*/
.br-0 {
  border-radius: 0px;
}

.br_tl-0 {
  border-top-left-radius: 0px;
}

.br_tr-0 {
  border-top-right-radius: 0px;
}

.br_bl-0 {
  border-bottom-left-radius: 0px;
}

.br_br-0 {
  border-bottom-right-radius: 0px;
}

.br-5 {
  border-radius: 5px;
}

.br_tl-5 {
  border-top-left-radius: 5px;
}

.br_tr-5 {
  border-top-right-radius: 5px;
}

.br_bl-5 {
  border-bottom-left-radius: 5px;
}

.br_br-5 {
  border-bottom-right-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br_tl-10 {
  border-top-left-radius: 10px;
}

.br_tr-10 {
  border-top-right-radius: 10px;
}

.br_bl-10 {
  border-bottom-left-radius: 10px;
}

.br_br-10 {
  border-bottom-right-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br_tl-15 {
  border-top-left-radius: 15px;
}

.br_tr-15 {
  border-top-right-radius: 15px;
}

.br_bl-15 {
  border-bottom-left-radius: 15px;
}

.br_br-15 {
  border-bottom-right-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br_tl-20 {
  border-top-left-radius: 20px;
}

.br_tr-20 {
  border-top-right-radius: 20px;
}

.br_bl-20 {
  border-bottom-left-radius: 20px;
}

.br_br-20 {
  border-bottom-right-radius: 20px;
}

.br-25 {
  border-radius: 25px;
}

.br_tl-25 {
  border-top-left-radius: 25px;
}

.br_tr-25 {
  border-top-right-radius: 25px;
}

.br_bl-25 {
  border-bottom-left-radius: 25px;
}

.br_br-25 {
  border-bottom-right-radius: 25px;
}

.br-30 {
  border-radius: 30px;
}

.br_tl-30 {
  border-top-left-radius: 30px;
}

.br_tr-30 {
  border-top-right-radius: 30px;
}

.br_bl-30 {
  border-bottom-left-radius: 30px;
}

.br_br-30 {
  border-bottom-right-radius: 30px;
}

.br-35 {
  border-radius: 35px;
}

.br_tl-35 {
  border-top-left-radius: 35px;
}

.br_tr-35 {
  border-top-right-radius: 35px;
}

.br_bl-35 {
  border-bottom-left-radius: 35px;
}

.br_br-35 {
  border-bottom-right-radius: 35px;
}

.br-40 {
  border-radius: 40px;
}

.br_tl-40 {
  border-top-left-radius: 40px;
}

.br_tr-40 {
  border-top-right-radius: 40px;
}

.br_bl-40 {
  border-bottom-left-radius: 40px;
}

.br_br-40 {
  border-bottom-right-radius: 40px;
}

.br-45 {
  border-radius: 45px;
}

.br_tl-45 {
  border-top-left-radius: 45px;
}

.br_tr-45 {
  border-top-right-radius: 45px;
}

.br_bl-45 {
  border-bottom-left-radius: 45px;
}

.br_br-45 {
  border-bottom-right-radius: 45px;
}

.br-50 {
  border-radius: 50px;
}

.br_tl-50 {
  border-top-left-radius: 50px;
}

.br_tr-50 {
  border-top-right-radius: 50px;
}

.br_bl-50 {
  border-bottom-left-radius: 50px;
}

.br_br-50 {
  border-bottom-right-radius: 50px;
}

.br-55 {
  border-radius: 55px;
}

.br_tl-55 {
  border-top-left-radius: 55px;
}

.br_tr-55 {
  border-top-right-radius: 55px;
}

.br_bl-55 {
  border-bottom-left-radius: 55px;
}

.br_br-55 {
  border-bottom-right-radius: 55px;
}

.br-60 {
  border-radius: 60px;
}

.br_tl-60 {
  border-top-left-radius: 60px;
}

.br_tr-60 {
  border-top-right-radius: 60px;
}

.br_bl-60 {
  border-bottom-left-radius: 60px;
}

.br_br-60 {
  border-bottom-right-radius: 60px;
}



/*-- Responsive Breakpoints --*/
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .hd-br-0 {
    border-radius: 0px;
  }
  .hd-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .hd-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .hd-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .hd-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .hd-br-5 {
    border-radius: 5px;
  }
  .hd-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .hd-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .hd-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .hd-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .hd-br-10 {
    border-radius: 10px;
  }
  .hd-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .hd-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .hd-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .hd-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .hd-br-15 {
    border-radius: 15px;
  }
  .hd-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .hd-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .hd-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .hd-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .hd-br-20 {
    border-radius: 20px;
  }
  .hd-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .hd-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .hd-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .hd-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .hd-br-25 {
    border-radius: 25px;
  }
  .hd-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .hd-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .hd-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .hd-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .hd-br-30 {
    border-radius: 30px;
  }
  .hd-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .hd-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .hd-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .hd-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .hd-br-35 {
    border-radius: 35px;
  }
  .hd-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .hd-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .hd-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .hd-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .hd-br-40 {
    border-radius: 40px;
  }
  .hd-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .hd-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .hd-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .hd-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .hd-br-45 {
    border-radius: 45px;
  }
  .hd-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .hd-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .hd-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .hd-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .hd-br-50 {
    border-radius: 50px;
  }
  .hd-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .hd-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .hd-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .hd-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .hd-br-55 {
    border-radius: 55px;
  }
  .hd-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .hd-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .hd-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .hd-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .hd-br-60 {
    border-radius: 60px;
  }
  .hd-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .hd-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .hd-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .hd-br_br-60 {
    border-bottom-right-radius: 60px;
  }

}
/* Extra large devices */
@media (max-width: 1500px) {
  .xxl-br-0 {
    border-radius: 0px;
  }
  .xxl-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .xxl-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .xxl-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .xxl-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .xxl-br-5 {
    border-radius: 5px;
  }
  .xxl-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .xxl-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .xxl-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .xxl-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .xxl-br-10 {
    border-radius: 10px;
  }
  .xxl-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .xxl-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .xxl-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .xxl-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .xxl-br-15 {
    border-radius: 15px;
  }
  .xxl-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .xxl-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .xxl-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .xxl-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .xxl-br-20 {
    border-radius: 20px;
  }
  .xxl-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .xxl-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .xxl-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .xxl-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .xxl-br-25 {
    border-radius: 25px;
  }
  .xxl-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .xxl-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .xxl-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .xxl-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .xxl-br-30 {
    border-radius: 30px;
  }
  .xxl-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .xxl-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .xxl-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .xxl-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .xxl-br-35 {
    border-radius: 35px;
  }
  .xxl-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .xxl-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .xxl-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .xxl-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .xxl-br-40 {
    border-radius: 40px;
  }
  .xxl-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .xxl-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .xxl-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .xxl-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .xxl-br-45 {
    border-radius: 45px;
  }
  .xxl-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .xxl-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .xxl-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .xxl-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .xxl-br-50 {
    border-radius: 50px;
  }
  .xxl-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .xxl-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .xxl-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .xxl-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .xxl-br-55 {
    border-radius: 55px;
  }
  .xxl-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .xxl-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .xxl-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .xxl-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .xxl-br-60 {
    border-radius: 60px;
  }
  .xxl-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .xxl-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .xxl-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .xxl-br_br-60 {
    border-bottom-right-radius: 60px;
  }

}
/* Medium Large devices */
@media (max-width: 1399px) {
  .ml-br-0 {
    border-radius: 0px;
  }
  .ml-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .ml-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .ml-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .ml-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .ml-br-5 {
    border-radius: 5px;
  }
  .ml-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .ml-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .ml-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .ml-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .ml-br-10 {
    border-radius: 10px;
  }
  .ml-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .ml-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .ml-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .ml-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .ml-br-15 {
    border-radius: 15px;
  }
  .ml-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .ml-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .ml-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .ml-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .ml-br-20 {
    border-radius: 20px;
  }
  .ml-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .ml-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .ml-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .ml-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .ml-br-25 {
    border-radius: 25px;
  }
  .ml-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .ml-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .ml-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .ml-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .ml-br-30 {
    border-radius: 30px;
  }
  .ml-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .ml-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .ml-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .ml-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .ml-br-35 {
    border-radius: 35px;
  }
  .ml-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .ml-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .ml-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .ml-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .ml-br-40 {
    border-radius: 40px;
  }
  .ml-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .ml-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .ml-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .ml-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .ml-br-45 {
    border-radius: 45px;
  }
  .ml-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .ml-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .ml-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .ml-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .ml-br-50 {
    border-radius: 50px;
  }
  .ml-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .ml-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .ml-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .ml-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .ml-br-55 {
    border-radius: 55px;
  }
  .ml-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .ml-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .ml-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .ml-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .ml-br-60 {
    border-radius: 60px;
  }
  .ml-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .ml-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .ml-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .ml-br_br-60 {
    border-bottom-right-radius: 60px;
  }
 
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .xl-br-0 {
    border-radius: 0px;
  }
  .xl-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .xl-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .xl-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .xl-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .xl-br-5 {
    border-radius: 5px;
  }
  .xl-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .xl-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .xl-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .xl-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .xl-br-10 {
    border-radius: 10px;
  }
  .xl-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .xl-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .xl-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .xl-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .xl-br-15 {
    border-radius: 15px;
  }
  .xl-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .xl-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .xl-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .xl-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .xl-br-20 {
    border-radius: 20px;
  }
  .xl-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .xl-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .xl-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .xl-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .xl-br-25 {
    border-radius: 25px;
  }
  .xl-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .xl-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .xl-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .xl-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .xl-br-30 {
    border-radius: 30px;
  }
  .xl-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .xl-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .xl-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .xl-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .xl-br-35 {
    border-radius: 35px;
  }
  .xl-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .xl-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .xl-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .xl-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .xl-br-40 {
    border-radius: 40px;
  }
  .xl-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .xl-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .xl-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .xl-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .xl-br-45 {
    border-radius: 45px;
  }
  .xl-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .xl-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .xl-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .xl-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .xl-br-50 {
    border-radius: 50px;
  }
  .xl-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .xl-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .xl-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .xl-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .xl-br-55 {
    border-radius: 55px;
  }
  .xl-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .xl-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .xl-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .xl-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .xl-br-60 {
    border-radius: 60px;
  }
  .xl-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .xl-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .xl-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .xl-br_br-60 {
    border-bottom-right-radius: 60px;
  }
 
  
}
/* Large devices */
@media (max-width: 1199px) {
  .lg-br-0 {
    border-radius: 0px;
  }
  .lg-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .lg-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .lg-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .lg-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .lg-br-5 {
    border-radius: 5px;
  }
  .lg-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .lg-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .lg-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .lg-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .lg-br-10 {
    border-radius: 10px;
  }
  .lg-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .lg-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .lg-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .lg-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .lg-br-15 {
    border-radius: 15px;
  }
  .lg-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .lg-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .lg-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .lg-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .lg-br-20 {
    border-radius: 20px;
  }
  .lg-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .lg-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .lg-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .lg-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .lg-br-25 {
    border-radius: 25px;
  }
  .lg-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .lg-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .lg-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .lg-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .lg-br-30 {
    border-radius: 30px;
  }
  .lg-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .lg-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .lg-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .lg-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .lg-br-35 {
    border-radius: 35px;
  }
  .lg-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .lg-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .lg-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .lg-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .lg-br-40 {
    border-radius: 40px;
  }
  .lg-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .lg-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .lg-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .lg-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .lg-br-45 {
    border-radius: 45px;
  }
  .lg-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .lg-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .lg-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .lg-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .lg-br-50 {
    border-radius: 50px;
  }
  .lg-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .lg-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .lg-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .lg-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .lg-br-55 {
    border-radius: 55px;
  }
  .lg-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .lg-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .lg-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .lg-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .lg-br-60 {
    border-radius: 60px;
  }
  .lg-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .lg-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .lg-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .lg-br_br-60 {
    border-bottom-right-radius: 60px;
  }
 
}
/* Medium devices */
@media (max-width: 991px) {
  .md-br-0 {
    border-radius: 0px;
  }
  .md-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .md-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .md-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .md-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .md-br-5 {
    border-radius: 5px;
  }
  .md-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .md-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .md-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .md-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .md-br-10 {
    border-radius: 10px;
  }
  .md-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .md-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .md-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .md-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .md-br-15 {
    border-radius: 15px;
  }
  .md-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .md-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .md-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .md-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .md-br-20 {
    border-radius: 20px;
  }
  .md-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .md-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .md-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .md-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .md-br-25 {
    border-radius: 25px;
  }
  .md-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .md-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .md-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .md-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .md-br-30 {
    border-radius: 30px;
  }
  .md-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .md-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .md-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .md-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .md-br-35 {
    border-radius: 35px;
  }
  .md-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .md-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .md-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .md-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .md-br-40 {
    border-radius: 40px;
  }
  .md-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .md-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .md-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .md-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .md-br-45 {
    border-radius: 45px;
  }
  .md-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .md-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .md-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .md-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .md-br-50 {
    border-radius: 50px;
  }
  .md-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .md-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .md-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .md-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .md-br-55 {
    border-radius: 55px;
  }
  .md-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .md-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .md-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .md-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .md-br-60 {
    border-radius: 60px;
  }
  .md-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .md-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .md-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .md-br_br-60 {
    border-bottom-right-radius: 60px;
  }
 
}
/* Small devices */
@media (max-width: 767px) {
  .sm-br-0 {
    border-radius: 0px;
  }
  .sm-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .sm-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .sm-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .sm-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .sm-br-5 {
    border-radius: 5px;
  }
  .sm-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .sm-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .sm-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .sm-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .sm-br-10 {
    border-radius: 10px;
  }
  .sm-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .sm-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .sm-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .sm-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .sm-br-15 {
    border-radius: 15px;
  }
  .sm-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .sm-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .sm-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .sm-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .sm-br-20 {
    border-radius: 20px;
  }
  .sm-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .sm-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .sm-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .sm-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .sm-br-25 {
    border-radius: 25px;
  }
  .sm-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .sm-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .sm-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .sm-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .sm-br-30 {
    border-radius: 30px;
  }
  .sm-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .sm-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .sm-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .sm-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .sm-br-35 {
    border-radius: 35px;
  }
  .sm-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .sm-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .sm-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .sm-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .sm-br-40 {
    border-radius: 40px;
  }
  .sm-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .sm-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .sm-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .sm-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .sm-br-45 {
    border-radius: 45px;
  }
  .sm-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .sm-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .sm-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .sm-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .sm-br-50 {
    border-radius: 50px;
  }
  .sm-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .sm-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .sm-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .sm-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .sm-br-55 {
    border-radius: 55px;
  }
  .sm-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .sm-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .sm-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .sm-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .sm-br-60 {
    border-radius: 60px;
  }
  .sm-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .sm-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .sm-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .sm-br_br-60 {
    border-bottom-right-radius: 60px;
  }
 
}
/* Extra small devices */
@media (max-width: 575px) {
  .xs-br-0 {
    border-radius: 0px;
  }
  .xs-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .xs-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .xs-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .xs-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .xs-br-5 {
    border-radius: 5px;
  }
  .xs-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .xs-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .xs-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .xs-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .xs-br-10 {
    border-radius: 10px;
  }
  .xs-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .xs-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .xs-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .xs-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .xs-br-15 {
    border-radius: 15px;
  }
  .xs-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .xs-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .xs-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .xs-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .xs-br-20 {
    border-radius: 20px;
  }
  .xs-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .xs-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .xs-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .xs-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .xs-br-25 {
    border-radius: 25px;
  }
  .xs-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .xs-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .xs-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .xs-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .xs-br-30 {
    border-radius: 30px;
  }
  .xs-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .xs-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .xs-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .xs-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .xs-br-35 {
    border-radius: 35px;
  }
  .xs-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .xs-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .xs-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .xs-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .xs-br-40 {
    border-radius: 40px;
  }
  .xs-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .xs-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .xs-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .xs-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .xs-br-45 {
    border-radius: 45px;
  }
  .xs-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .xs-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .xs-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .xs-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .xs-br-50 {
    border-radius: 50px;
  }
  .xs-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .xs-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .xs-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .xs-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .xs-br-55 {
    border-radius: 55px;
  }
  .xs-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .xs-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .xs-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .xs-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .xs-br-60 {
    border-radius: 60px;
  }
  .xs-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .xs-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .xs-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .xs-br_br-60 {
    border-bottom-right-radius: 60px;
  }
 
}
/* Extra small devices */
@media (max-width: 375px) {
  .vxs-br-0 {
    border-radius: 0px;
  }
  .vxs-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .vxs-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .vxs-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .vxs-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .vxs-br-5 {
    border-radius: 5px;
  }
  .vxs-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .vxs-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .vxs-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .vxs-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .vxs-br-10 {
    border-radius: 10px;
  }
  .vxs-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .vxs-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .vxs-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .vxs-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .vxs-br-15 {
    border-radius: 15px;
  }
  .vxs-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .vxs-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .vxs-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .vxs-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .vxs-br-20 {
    border-radius: 20px;
  }
  .vxs-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .vxs-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .vxs-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .vxs-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .vxs-br-25 {
    border-radius: 25px;
  }
  .vxs-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .vxs-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .vxs-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .vxs-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .vxs-br-30 {
    border-radius: 30px;
  }
  .vxs-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .vxs-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .vxs-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .vxs-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .vxs-br-35 {
    border-radius: 35px;
  }
  .vxs-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .vxs-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .vxs-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .vxs-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .vxs-br-40 {
    border-radius: 40px;
  }
  .vxs-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .vxs-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .vxs-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .vxs-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .vxs-br-45 {
    border-radius: 45px;
  }
  .vxs-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .vxs-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .vxs-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .vxs-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .vxs-br-50 {
    border-radius: 50px;
  }
  .vxs-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .vxs-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .vxs-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .vxs-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .vxs-br-55 {
    border-radius: 55px;
  }
  .vxs-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .vxs-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .vxs-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .vxs-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .vxs-br-60 {
    border-radius: 60px;
  }
  .vxs-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .vxs-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .vxs-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .vxs-br_br-60 {
    border-bottom-right-radius: 60px;
  }

}
@media (max-width: 1024px) {
  .ltm-br-0 {
    border-radius: 0px;
  }
  .ltm-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .ltm-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .ltm-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .ltm-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .ltm-br-5 {
    border-radius: 5px;
  }
  .ltm-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .ltm-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .ltm-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .ltm-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .ltm-br-10 {
    border-radius: 10px;
  }
  .ltm-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .ltm-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .ltm-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .ltm-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .ltm-br-15 {
    border-radius: 15px;
  }
  .ltm-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .ltm-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .ltm-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .ltm-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .ltm-br-20 {
    border-radius: 20px;
  }
  .ltm-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .ltm-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .ltm-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .ltm-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .ltm-br-25 {
    border-radius: 25px;
  }
  .ltm-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .ltm-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .ltm-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .ltm-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .ltm-br-30 {
    border-radius: 30px;
  }
  .ltm-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .ltm-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .ltm-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .ltm-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .ltm-br-35 {
    border-radius: 35px;
  }
  .ltm-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .ltm-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .ltm-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .ltm-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .ltm-br-40 {
    border-radius: 40px;
  }
  .ltm-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .ltm-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .ltm-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .ltm-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .ltm-br-45 {
    border-radius: 45px;
  }
  .ltm-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .ltm-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .ltm-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .ltm-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .ltm-br-50 {
    border-radius: 50px;
  }
  .ltm-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .ltm-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .ltm-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .ltm-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .ltm-br-55 {
    border-radius: 55px;
  }
  .ltm-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .ltm-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .ltm-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .ltm-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .ltm-br-60 {
    border-radius: 60px;
  }
  .ltm-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .ltm-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .ltm-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .ltm-br_br-60 {
    border-bottom-right-radius: 60px;
  }
  
}
@media (min-width: 992px) and (max-width: 1024px) {
  .nhb-br-0 {
    border-radius: 0px;
  }
  .nhb-br_tl-0 {
    border-top-left-radius: 0px;
  }
  .nhb-br_tr-0 {
    border-top-right-radius: 0px;
  }
  .nhb-br_bl-0 {
    border-bottom-left-radius: 0px;
  }
  .nhb-br_br-0 {
    border-bottom-right-radius: 0px;
  }
  .nhb-br-5 {
    border-radius: 5px;
  }
  .nhb-br_tl-5 {
    border-top-left-radius: 5px;
  }
  .nhb-br_tr-5 {
    border-top-right-radius: 5px;
  }
  .nhb-br_bl-5 {
    border-bottom-left-radius: 5px;
  }
  .nhb-br_br-5 {
    border-bottom-right-radius: 5px;
  }
  .nhb-br-10 {
    border-radius: 10px;
  }
  .nhb-br_tl-10 {
    border-top-left-radius: 10px;
  }
  .nhb-br_tr-10 {
    border-top-right-radius: 10px;
  }
  .nhb-br_bl-10 {
    border-bottom-left-radius: 10px;
  }
  .nhb-br_br-10 {
    border-bottom-right-radius: 10px;
  }
  .nhb-br-15 {
    border-radius: 15px;
  }
  .nhb-br_tl-15 {
    border-top-left-radius: 15px;
  }
  .nhb-br_tr-15 {
    border-top-right-radius: 15px;
  }
  .nhb-br_bl-15 {
    border-bottom-left-radius: 15px;
  }
  .nhb-br_br-15 {
    border-bottom-right-radius: 15px;
  }
  .nhb-br-20 {
    border-radius: 20px;
  }
  .nhb-br_tl-20 {
    border-top-left-radius: 20px;
  }
  .nhb-br_tr-20 {
    border-top-right-radius: 20px;
  }
  .nhb-br_bl-20 {
    border-bottom-left-radius: 20px;
  }
  .nhb-br_br-20 {
    border-bottom-right-radius: 20px;
  }
  .nhb-br-25 {
    border-radius: 25px;
  }
  .nhb-br_tl-25 {
    border-top-left-radius: 25px;
  }
  .nhb-br_tr-25 {
    border-top-right-radius: 25px;
  }
  .nhb-br_bl-25 {
    border-bottom-left-radius: 25px;
  }
  .nhb-br_br-25 {
    border-bottom-right-radius: 25px;
  }
  .nhb-br-30 {
    border-radius: 30px;
  }
  .nhb-br_tl-30 {
    border-top-left-radius: 30px;
  }
  .nhb-br_tr-30 {
    border-top-right-radius: 30px;
  }
  .nhb-br_bl-30 {
    border-bottom-left-radius: 30px;
  }
  .nhb-br_br-30 {
    border-bottom-right-radius: 30px;
  }
  .nhb-br-35 {
    border-radius: 35px;
  }
  .nhb-br_tl-35 {
    border-top-left-radius: 35px;
  }
  .nhb-br_tr-35 {
    border-top-right-radius: 35px;
  }
  .nhb-br_bl-35 {
    border-bottom-left-radius: 35px;
  }
  .nhb-br_br-35 {
    border-bottom-right-radius: 35px;
  }
  .nhb-br-40 {
    border-radius: 40px;
  }
  .nhb-br_tl-40 {
    border-top-left-radius: 40px;
  }
  .nhb-br_tr-40 {
    border-top-right-radius: 40px;
  }
  .nhb-br_bl-40 {
    border-bottom-left-radius: 40px;
  }
  .nhb-br_br-40 {
    border-bottom-right-radius: 40px;
  }
  .nhb-br-45 {
    border-radius: 45px;
  }
  .nhb-br_tl-45 {
    border-top-left-radius: 45px;
  }
  .nhb-br_tr-45 {
    border-top-right-radius: 45px;
  }
  .nhb-br_bl-45 {
    border-bottom-left-radius: 45px;
  }
  .nhb-br_br-45 {
    border-bottom-right-radius: 45px;
  }
  .nhb-br-50 {
    border-radius: 50px;
  }
  .nhb-br_tl-50 {
    border-top-left-radius: 50px;
  }
  .nhb-br_tr-50 {
    border-top-right-radius: 50px;
  }
  .nhb-br_bl-50 {
    border-bottom-left-radius: 50px;
  }
  .nhb-br_br-50 {
    border-bottom-right-radius: 50px;
  }
  .nhb-br-55 {
    border-radius: 55px;
  }
  .nhb-br_tl-55 {
    border-top-left-radius: 55px;
  }
  .nhb-br_tr-55 {
    border-top-right-radius: 55px;
  }
  .nhb-br_bl-55 {
    border-bottom-left-radius: 55px;
  }
  .nhb-br_br-55 {
    border-bottom-right-radius: 55px;
  }
  .nhb-br-60 {
    border-radius: 60px;
  }
  .nhb-br_tl-60 {
    border-top-left-radius: 60px;
  }
  .nhb-br_tr-60 {
    border-top-right-radius: 60px;
  }
  .nhb-br_bl-60 {
    border-bottom-left-radius: 60px;
  }
  .nhb-br_br-60 {
    border-bottom-right-radius: 60px;
  }
  
}
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .hd-text-center {
    text-align: center !important;
  }
  .hd-text-left {
    text-align: left !important;
  }
  .hd-text-right {
    text-align: right !important;
  }
  .hd-d-none {
    display: none !important;
  }
  .hd-d-block {
    display: block !important;
  }
  .hd-d-flex {
    display: flex !important;
  }
  .hd-d-inline-block {
    display: inline-block !important;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .xxl-text-center {
    text-align: center !important;
  }
  .xxl-text-left {
    text-align: left !important;
  }
  .xxl-text-right {
    text-align: right !important;
  }
  .xxl-d-none {
    display: none !important;
  }
  .xxl-d-block {
    display: block !important;
  }
  .xxl-d-flex {
    display: flex !important;
  }
  .xxl-d-inline-block {
    display: inline-block !important;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .ml-text-center {
    text-align: center !important;
  }
  .ml-text-left {
    text-align: left !important;
  }
  .ml-text-right {
    text-align: right !important;
  }
  .ml-d-none {
    display: none !important;
  }
  .ml-d-block {
    display: block !important;
  }
  .ml-d-flex {
    display: flex !important;
  }
  .ml-d-inline-block {
    display: inline-block !important;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .xl-text-center {
    text-align: center !important;
  }
  .xl-text-left {
    text-align: left !important;
  }
  .xl-text-right {
    text-align: right !important;
  }
  .xl-d-none {
    display: none !important;
  }
  .xl-d-block {
    display: block !important;
  }
  .xl-d-flex {
    display: flex !important;
  }
  .xl-d-inline-block {
    display: inline-block !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .lg-text-center {
    text-align: center !important;
  }
  .lg-text-left {
    text-align: left !important;
  }
  .lg-text-right {
    text-align: right !important;
  }
  .lg-d-none {
    display: none !important;
  }
  .lg-d-block {
    display: block !important;
  }
  .lg-d-flex {
    display: flex !important;
  }
  .lg-d-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1024px) {
  .lpm-text-center {
    text-align: center !important;
  }
  .lpm-text-left {
    text-align: left !important;
  }
  .lpm-text-right {
    text-align: right !important;
  }
  .lpm-d-none {
    display: none !important;
  }
  .lpm-d-block {
    display: block !important;
  }
  .lpm-d-flex {
    display: flex !important;
  }
  .lpm-d-inline-block {
    display: inline-block !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .md-text-center {
    text-align: center !important;
  }
  .md-text-left {
    text-align: left !important;
  }
  .md-text-right {
    text-align: right !important;
  }
  .md-d-none {
    display: none !important;
  }
  .md-d-block {
    display: block !important;
  }
  .md-d-flex {
    display: flex !important;
  }
  .md-d-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 853px) {
  .tbl-text-center {
    text-align: center !important;
  }
  .tbl-text-left {
    text-align: left !important;
  }
  .tbl-text-right {
    text-align: right !important;
  }
  .tbl-d-none {
    display: none !important;
  }
  .tbl-d-block {
    display: block !important;
  }
  .tbl-d-flex {
    display: flex !important;
  }
  .tbl-d-inline-block {
    display: inline-block !important;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sm-text-center {
    text-align: center !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-right {
    text-align: right !important;
  }
  .sm-d-none {
    display: none !important;
  }
  .sm-d-block {
    display: block !important;
  }
  .sm-d-flex {
    display: flex !important;
  }
  .sm-d-inline-block {
    display: inline-block !important;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .xs-text-center {
    text-align: center !important;
  }
  .xs-text-left {
    text-align: left !important;
  }
  .xs-text-right {
    text-align: right !important;
  }
  .xs-d-none {
    display: none !important;
  }
  .xs-d-block {
    display: block !important;
  }
  .xs-d-flex {
    display: flex !important;
  }
  .xs-d-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 430px) {
  .mxl-text-center {
    text-align: center !important;
  }
  .mxl-text-left {
    text-align: left !important;
  }
  .mxl-text-right {
    text-align: right !important;
  }
  .mxl-d-none {
    display: none !important;
  }
  .mxl-d-block {
    display: block !important;
  }
  .mxl-d-flex {
    display: flex !important;
  }
  .mxl-d-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 390px) {
  .mbm-text-center {
    text-align: center !important;
  }
  .mbm-text-left {
    text-align: left !important;
  }
  .mbm-text-right {
    text-align: right !important;
  }
  .mbm-d-none {
    display: none !important;
  }
  .mbm-d-block {
    display: block !important;
  }
  .mbm-d-flex {
    display: flex !important;
  }
  .mbm-d-inline-block {
    display: inline-block !important;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .vxs-text-center {
    text-align: center !important;
  }
  .vxs-text-left {
    text-align: left !important;
  }
  .vxs-text-right {
    text-align: right !important;
  }
  .vxs-d-none {
    display: none !important;
  }
  .vxs-d-block {
    display: block !important;
  }
  .vxs-d-flex {
    display: flex !important;
  }
  .vxs-d-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1024px) {
  .lpm-text-center {
    text-align: center !important;
  }
  .lpm-text-left {
    text-align: left !important;
  }
  .lpm-text-right {
    text-align: right !important;
  }
  .lpm-d-none {
    display: none !important;
  }
  .lpm-d-block {
    display: block !important;
  }
  .lpm-d-flex {
    display: flex !important;
  }
  .lpm-d-inline-block {
    display: inline-block !important;
  }
}
.gap-0 {
  gap: 0 !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-35 {
  gap: 35px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-45 {
  gap: 45px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-55 {
  gap: 55px !important;
}

.gap-60 {
  gap: 60px !important;
}



.-gap-5 {
  gap: 5px !important;
}

.-gap-10 {
  gap: 10px !important;
}

.-gap-15 {
  gap: 15px !important;
}

.-gap-20 {
  gap: 20px !important;
}

.-gap-25 {
  gap: 25px !important;
}

.-gap-30 {
  gap: 30px !important;
}

.-gap-35 {
  gap: 35px !important;
}

.-gap-40 {
  gap: 40px !important;
}

.-gap-45 {
  gap: 45px !important;
}

.-gap-50 {
  gap: 50px !important;
}

.-gap-55 {
  gap: 55px !important;
}

.-gap-60 {
  gap: 60px !important;
}



/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .hd-gap-5 {
    gap: 5px !important;
  }
  .hd-gap-10 {
    gap: 10px !important;
  }
  .hd-gap-15 {
    gap: 15px !important;
  }
  .hd-gap-20 {
    gap: 20px !important;
  }
  .hd-gap-25 {
    gap: 25px !important;
  }
  .hd-gap-30 {
    gap: 30px !important;
  }
  .hd-gap-35 {
    gap: 35px !important;
  }
  .hd-gap-40 {
    gap: 40px !important;
  }
  .hd-gap-45 {
    gap: 45px !important;
  }
  .hd-gap-50 {
    gap: 50px !important;
  }
  .hd-gap-55 {
    gap: 55px !important;
  }
  .hd-gap-60 {
    gap: 60px !important;
  }

}
/* Extra large devices */
@media (max-width: 1500px) {
  .xxl-gap-5 {
    gap: 5px !important;
  }
  .xxl-gap-10 {
    gap: 10px !important;
  }
  .xxl-gap-15 {
    gap: 15px !important;
  }
  .xxl-gap-20 {
    gap: 20px !important;
  }
  .xxl-gap-25 {
    gap: 25px !important;
  }
  .xxl-gap-30 {
    gap: 30px !important;
  }
  .xxl-gap-35 {
    gap: 35px !important;
  }
  .xxl-gap-40 {
    gap: 40px !important;
  }
  .xxl-gap-45 {
    gap: 45px !important;
  }
  .xxl-gap-50 {
    gap: 50px !important;
  }
  .xxl-gap-55 {
    gap: 55px !important;
  }
  .xxl-gap-60 {
    gap: 60px !important;
  }

}
/* Medium Large devices */
@media (max-width: 1299px) {
  .xl-gap-5 {
    gap: 5px !important;
  }
  .xl-gap-10 {
    gap: 10px !important;
  }
  .xl-gap-15 {
    gap: 15px !important;
  }
  .xl-gap-20 {
    gap: 20px !important;
  }
  .xl-gap-25 {
    gap: 25px !important;
  }
  .xl-gap-30 {
    gap: 30px !important;
  }
  .xl-gap-35 {
    gap: 35px !important;
  }
  .xl-gap-40 {
    gap: 40px !important;
  }
  .xl-gap-45 {
    gap: 45px !important;
  }
  .xl-gap-50 {
    gap: 50px !important;
  }
  .xl-gap-55 {
    gap: 55px !important;
  }
  .xl-gap-60 {
    gap: 60px !important;
  }

}
/* Large devices */
@media (max-width: 1199px) {
  .lg-gap-5 {
    gap: 5px !important;
  }
  .lg-gap-10 {
    gap: 10px !important;
  }
  .lg-gap-15 {
    gap: 15px !important;
  }
  .lg-gap-20 {
    gap: 20px !important;
  }
  .lg-gap-25 {
    gap: 25px !important;
  }
  .lg-gap-30 {
    gap: 30px !important;
  }
  .lg-gap-35 {
    gap: 35px !important;
  }
  .lg-gap-40 {
    gap: 40px !important;
  }
  .lg-gap-45 {
    gap: 45px !important;
  }
  .lg-gap-50 {
    gap: 50px !important;
  }
  .lg-gap-55 {
    gap: 55px !important;
  }
  .lg-gap-60 {
    gap: 60px !important;
  }

}
/* Medium devices */
@media (max-width: 991px) {
  .md-gap-5 {
    gap: 5px !important;
  }
  .md-gap-10 {
    gap: 10px !important;
  }
  .md-gap-15 {
    gap: 15px !important;
  }
  .md-gap-20 {
    gap: 20px !important;
  }
  .md-gap-25 {
    gap: 25px !important;
  }
  .md-gap-30 {
    gap: 30px !important;
  }
  .md-gap-35 {
    gap: 35px !important;
  }
  .md-gap-40 {
    gap: 40px !important;
  }
  .md-gap-45 {
    gap: 45px !important;
  }
  .md-gap-50 {
    gap: 50px !important;
  }
  .md-gap-55 {
    gap: 55px !important;
  }
  .md-gap-60 {
    gap: 60px !important;
  }

}
/* Small devices */
@media (max-width: 767px) {
  .sm-gap-5 {
    gap: 5px !important;
  }
  .sm-gap-10 {
    gap: 10px !important;
  }
  .sm-gap-15 {
    gap: 15px !important;
  }
  .sm-gap-20 {
    gap: 20px !important;
  }
  .sm-gap-25 {
    gap: 25px !important;
  }
  .sm-gap-30 {
    gap: 30px !important;
  }
  .sm-gap-35 {
    gap: 35px !important;
  }
  .sm-gap-40 {
    gap: 40px !important;
  }
  .sm-gap-45 {
    gap: 45px !important;
  }
  .sm-gap-50 {
    gap: 50px !important;
  }
  .sm-gap-55 {
    gap: 55px !important;
  }
  .sm-gap-60 {
    gap: 60px !important;
  }

}
/* Extra small devices */
@media (max-width: 575px) {
  .xs-gap-5 {
    gap: 5px !important;
  }
  .xs-gap-10 {
    gap: 10px !important;
  }
  .xs-gap-15 {
    gap: 15px !important;
  }
  .xs-gap-20 {
    gap: 20px !important;
  }
  .xs-gap-25 {
    gap: 25px !important;
  }
  .xs-gap-30 {
    gap: 30px !important;
  }
  .xs-gap-35 {
    gap: 35px !important;
  }
  .xs-gap-40 {
    gap: 40px !important;
  }
  .xs-gap-45 {
    gap: 45px !important;
  }
  .xs-gap-50 {
    gap: 50px !important;
  }
  .xs-gap-55 {
    gap: 55px !important;
  }
  .xs-gap-60 {
    gap: 60px !important;
  }

}
/* Extra small devices */
@media (max-width: 375px) {
  .vxs-gap-5 {
    gap: 5px !important;
  }
  .vxs-gap-10 {
    gap: 10px !important;
  }
  .vxs-gap-15 {
    gap: 15px !important;
  }
  .vxs-gap-20 {
    gap: 20px !important;
  }
  .vxs-gap-25 {
    gap: 25px !important;
  }
  .vxs-gap-30 {
    gap: 30px !important;
  }
  .vxs-gap-35 {
    gap: 35px !important;
  }
  .vxs-gap-40 {
    gap: 40px !important;
  }
  .vxs-gap-45 {
    gap: 45px !important;
  }
  .vxs-gap-50 {
    gap: 50px !important;
  }
  .vxs-gap-55 {
    gap: 55px !important;
  }
  .vxs-gap-60 {
    gap: 60px !important;
  }

}
@media (max-width: 1280px) {
  .ltp-l-gap-5 {
    gap: 5px !important;
  }
  .ltp-l-gap-10 {
    gap: 10px !important;
  }
  .ltp-l-gap-15 {
    gap: 15px !important;
  }
  .ltp-l-gap-20 {
    gap: 20px !important;
  }
  .ltp-l-gap-25 {
    gap: 25px !important;
  }
  .ltp-l-gap-30 {
    gap: 30px !important;
  }
  .ltp-l-gap-35 {
    gap: 35px !important;
  }
  .ltp-l-gap-40 {
    gap: 40px !important;
  }
  .ltp-l-gap-45 {
    gap: 45px !important;
  }
  .ltp-l-gap-50 {
    gap: 50px !important;
  }
  .ltp-l-gap-55 {
    gap: 55px !important;
  }
  .ltp-l-gap-60 {
    gap: 60px !important;
  }

}
@media (max-width: 1024px) {
  .ltp-m-gap-5 {
    gap: 5px !important;
  }
  .ltp-m-gap-10 {
    gap: 10px !important;
  }
  .ltp-m-gap-15 {
    gap: 15px !important;
  }
  .ltp-m-gap-20 {
    gap: 20px !important;
  }
  .ltp-m-gap-25 {
    gap: 25px !important;
  }
  .ltp-m-gap-30 {
    gap: 30px !important;
  }
  .ltp-m-gap-35 {
    gap: 35px !important;
  }
  .ltp-m-gap-40 {
    gap: 40px !important;
  }
  .ltp-m-gap-45 {
    gap: 45px !important;
  }
  .ltp-m-gap-50 {
    gap: 50px !important;
  }
  .ltp-m-gap-55 {
    gap: 55px !important;
  }
  .ltp-m-gap-60 {
    gap: 60px !important;
  }
 
}
.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-minimize,
.space-minimize-top {
  padding-top: calc(var(--section-space) - 26px);
}

.space-minimize,
.space-minimize-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);
}

/* Large devices */
@media (max-width: 1199px) {
  .space,
  .space-top {
    padding-top: calc(var(--section-space) - 30px);
  }
  .space,
  .space-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
  }
}
/* 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-minimize,
  .space-minimize-top {
    padding-top: calc(var(--section-space-mobile) - 22px);
  }
  .space-minimize,
  .space-minimize-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;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .space,
  .space-top {
    padding-top: var(--section-space-small-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-small-mobile);
  }
  .space-minimize,
  .space-minimize-top {
    padding-top: calc(var(--section-space-small-mobile) - 22px);
  }
  .space-minimize,
  .space-minimize-bottom {
    padding-bottom: var(--section-space-small-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;
  }
}
.space-tm-5 {
  padding-top: calc(var(--section-space) - 5px) !important;
}

.space-bm-5 {
  padding-bottom: calc(var(--section-space) - 5px) !important;
}

.space-tp-5 {
  padding-top: calc(var(--section-space) + 5px) !important;
}

.space-bp-5 {
  padding-bottom: calc(var(--section-space) + 5px) !important;
}

.space-tm-10 {
  padding-top: calc(var(--section-space) - 10px) !important;
}

.space-bm-10 {
  padding-bottom: calc(var(--section-space) - 10px) !important;
}

.space-tp-10 {
  padding-top: calc(var(--section-space) + 10px) !important;
}

.space-bp-10 {
  padding-bottom: calc(var(--section-space) + 10px) !important;
}

.space-tm-15 {
  padding-top: calc(var(--section-space) - 15px) !important;
}

.space-bm-15 {
  padding-bottom: calc(var(--section-space) - 15px) !important;
}

.space-tp-15 {
  padding-top: calc(var(--section-space) + 15px) !important;
}

.space-bp-15 {
  padding-bottom: calc(var(--section-space) + 15px) !important;
}

.space-tm-20 {
  padding-top: calc(var(--section-space) - 20px) !important;
}

.space-bm-20 {
  padding-bottom: calc(var(--section-space) - 20px) !important;
}

.space-tp-20 {
  padding-top: calc(var(--section-space) + 20px) !important;
}

.space-bp-20 {
  padding-bottom: calc(var(--section-space) + 20px) !important;
}

.space-tm-25 {
  padding-top: calc(var(--section-space) - 25px) !important;
}

.space-bm-25 {
  padding-bottom: calc(var(--section-space) - 25px) !important;
}

.space-tp-25 {
  padding-top: calc(var(--section-space) + 25px) !important;
}

.space-bp-25 {
  padding-bottom: calc(var(--section-space) + 25px) !important;
}

.space-tm-30 {
  padding-top: calc(var(--section-space) - 30px) !important;
}

.space-bm-30 {
  padding-bottom: calc(var(--section-space) - 30px) !important;
}

.space-tp-30 {
  padding-top: calc(var(--section-space) + 30px) !important;
}

.space-bp-30 {
  padding-bottom: calc(var(--section-space) + 30px) !important;
}

.space-tm-35 {
  padding-top: calc(var(--section-space) - 35px) !important;
}

.space-bm-35 {
  padding-bottom: calc(var(--section-space) - 35px) !important;
}

.space-tp-35 {
  padding-top: calc(var(--section-space) + 35px) !important;
}

.space-bp-35 {
  padding-bottom: calc(var(--section-space) + 35px) !important;
}

.space-tm-40 {
  padding-top: calc(var(--section-space) - 40px) !important;
}

.space-bm-40 {
  padding-bottom: calc(var(--section-space) - 40px) !important;
}

.space-tp-40 {
  padding-top: calc(var(--section-space) + 40px) !important;
}

.space-bp-40 {
  padding-bottom: calc(var(--section-space) + 40px) !important;
}

.space-tm-45 {
  padding-top: calc(var(--section-space) - 45px) !important;
}

.space-bm-45 {
  padding-bottom: calc(var(--section-space) - 45px) !important;
}

.space-tp-45 {
  padding-top: calc(var(--section-space) + 45px) !important;
}

.space-bp-45 {
  padding-bottom: calc(var(--section-space) + 45px) !important;
}

.space-tm-50 {
  padding-top: calc(var(--section-space) - 50px) !important;
}

.space-bm-50 {
  padding-bottom: calc(var(--section-space) - 50px) !important;
}

.space-tp-50 {
  padding-top: calc(var(--section-space) + 50px) !important;
}

.space-bp-50 {
  padding-bottom: calc(var(--section-space) + 50px) !important;
}

.space-tm-55 {
  padding-top: calc(var(--section-space) - 55px) !important;
}

.space-bm-55 {
  padding-bottom: calc(var(--section-space) - 55px) !important;
}

.space-tp-55 {
  padding-top: calc(var(--section-space) + 55px) !important;
}

.space-bp-55 {
  padding-bottom: calc(var(--section-space) + 55px) !important;
}

.space-tm-60 {
  padding-top: calc(var(--section-space) - 60px) !important;
}

.space-bm-60 {
  padding-bottom: calc(var(--section-space) - 60px) !important;
}

.space-tp-60 {
  padding-top: calc(var(--section-space) + 60px) !important;
}

.space-bp-60 {
  padding-bottom: calc(var(--section-space) + 60px) !important;
}



/* Medium devices */
@media (max-width: 991px) {
  .space-tm-5 {
    padding-top: calc(var(--section-space-mobile) - 5px) !important;
  }
  .space-bm-5 {
    padding-bottom: calc(var(--section-space-mobile) - 5px) !important;
  }
  .space-tp-5 {
    padding-top: calc(var(--section-space-mobile) + 5px) !important;
  }
  .space-bp-5 {
    padding-bottom: calc(var(--section-space-mobile) + 5px) !important;
  }
  .space-tm-10 {
    padding-top: calc(var(--section-space-mobile) - 10px) !important;
  }
  .space-bm-10 {
    padding-bottom: calc(var(--section-space-mobile) - 10px) !important;
  }
  .space-tp-10 {
    padding-top: calc(var(--section-space-mobile) + 10px) !important;
  }
  .space-bp-10 {
    padding-bottom: calc(var(--section-space-mobile) + 10px) !important;
  }
  .space-tm-15 {
    padding-top: calc(var(--section-space-mobile) - 15px) !important;
  }
  .space-bm-15 {
    padding-bottom: calc(var(--section-space-mobile) - 15px) !important;
  }
  .space-tp-15 {
    padding-top: calc(var(--section-space-mobile) + 15px) !important;
  }
  .space-bp-15 {
    padding-bottom: calc(var(--section-space-mobile) + 15px) !important;
  }
  .space-tm-20 {
    padding-top: calc(var(--section-space-mobile) - 20px) !important;
  }
  .space-bm-20 {
    padding-bottom: calc(var(--section-space-mobile) - 20px) !important;
  }
  .space-tp-20 {
    padding-top: calc(var(--section-space-mobile) + 20px) !important;
  }
  .space-bp-20 {
    padding-bottom: calc(var(--section-space-mobile) + 20px) !important;
  }
  .space-tm-25 {
    padding-top: calc(var(--section-space-mobile) - 25px) !important;
  }
  .space-bm-25 {
    padding-bottom: calc(var(--section-space-mobile) - 25px) !important;
  }
  .space-tp-25 {
    padding-top: calc(var(--section-space-mobile) + 25px) !important;
  }
  .space-bp-25 {
    padding-bottom: calc(var(--section-space-mobile) + 25px) !important;
  }
  .space-tm-30 {
    padding-top: calc(var(--section-space-mobile) - 30px) !important;
  }
  .space-bm-30 {
    padding-bottom: calc(var(--section-space-mobile) - 30px) !important;
  }
  .space-tp-30 {
    padding-top: calc(var(--section-space-mobile) + 30px) !important;
  }
  .space-bp-30 {
    padding-bottom: calc(var(--section-space-mobile) + 30px) !important;
  }
  .space-tm-35 {
    padding-top: calc(var(--section-space-mobile) - 35px) !important;
  }
  .space-bm-35 {
    padding-bottom: calc(var(--section-space-mobile) - 35px) !important;
  }
  .space-tp-35 {
    padding-top: calc(var(--section-space-mobile) + 35px) !important;
  }
  .space-bp-35 {
    padding-bottom: calc(var(--section-space-mobile) + 35px) !important;
  }
  .space-tm-40 {
    padding-top: calc(var(--section-space-mobile) - 40px) !important;
  }
  .space-bm-40 {
    padding-bottom: calc(var(--section-space-mobile) - 40px) !important;
  }
  .space-tp-40 {
    padding-top: calc(var(--section-space-mobile) + 40px) !important;
  }
  .space-bp-40 {
    padding-bottom: calc(var(--section-space-mobile) + 40px) !important;
  }
  .space-tm-45 {
    padding-top: calc(var(--section-space-mobile) - 45px) !important;
  }
  .space-bm-45 {
    padding-bottom: calc(var(--section-space-mobile) - 45px) !important;
  }
  .space-tp-45 {
    padding-top: calc(var(--section-space-mobile) + 45px) !important;
  }
  .space-bp-45 {
    padding-bottom: calc(var(--section-space-mobile) + 45px) !important;
  }
  .space-tm-50 {
    padding-top: calc(var(--section-space-mobile) - 50px) !important;
  }
  .space-bm-50 {
    padding-bottom: calc(var(--section-space-mobile) - 50px) !important;
  }
  .space-tp-50 {
    padding-top: calc(var(--section-space-mobile) + 50px) !important;
  }
  .space-bp-50 {
    padding-bottom: calc(var(--section-space-mobile) + 50px) !important;
  }
  .space-tm-55 {
    padding-top: calc(var(--section-space-mobile) - 55px) !important;
  }
  .space-bm-55 {
    padding-bottom: calc(var(--section-space-mobile) - 55px) !important;
  }
  .space-tp-55 {
    padding-top: calc(var(--section-space-mobile) + 55px) !important;
  }
  .space-bp-55 {
    padding-bottom: calc(var(--section-space-mobile) + 55px) !important;
  }
  .space-tm-60 {
    padding-top: calc(var(--section-space-mobile) - 60px) !important;
  }
  .space-bm-60 {
    padding-bottom: calc(var(--section-space-mobile) - 60px) !important;
  }
  .space-tp-60 {
    padding-top: calc(var(--section-space-mobile) + 60px) !important;
  }
  .space-bp-60 {
    padding-bottom: calc(var(--section-space-mobile) + 60px) !important;
  }


}
/* Extra small devices */
@media (max-width: 375px) {
  .space-tm-5 {
    padding-top: calc(var(--section-space-small-mobile) - 5px) !important;
  }
  .space-bm-5 {
    padding-bottom: calc(var(--section-space-small-mobile) - 5px) !important;
  }
  .space-tp-5 {
    padding-top: calc(var(--section-space-small-mobile) + 5px) !important;
  }
  .space-bp-5 {
    padding-bottom: calc(var(--section-space-small-mobile) + 5px) !important;
  }
  .space-tm-10 {
    padding-top: calc(var(--section-space-small-mobile) - 10px) !important;
  }
  .space-bm-10 {
    padding-bottom: calc(var(--section-space-small-mobile) - 10px) !important;
  }
  .space-tp-10 {
    padding-top: calc(var(--section-space-small-mobile) + 10px) !important;
  }
  .space-bp-10 {
    padding-bottom: calc(var(--section-space-small-mobile) + 10px) !important;
  }
  .space-tm-15 {
    padding-top: calc(var(--section-space-small-mobile) - 15px) !important;
  }
  .space-bm-15 {
    padding-bottom: calc(var(--section-space-small-mobile) - 15px) !important;
  }
  .space-tp-15 {
    padding-top: calc(var(--section-space-small-mobile) + 15px) !important;
  }
  .space-bp-15 {
    padding-bottom: calc(var(--section-space-small-mobile) + 15px) !important;
  }
  .space-tm-20 {
    padding-top: calc(var(--section-space-small-mobile) - 20px) !important;
  }
  .space-bm-20 {
    padding-bottom: calc(var(--section-space-small-mobile) - 20px) !important;
  }
  .space-tp-20 {
    padding-top: calc(var(--section-space-small-mobile) + 20px) !important;
  }
  .space-bp-20 {
    padding-bottom: calc(var(--section-space-small-mobile) + 20px) !important;
  }
  .space-tm-25 {
    padding-top: calc(var(--section-space-small-mobile) - 25px) !important;
  }
  .space-bm-25 {
    padding-bottom: calc(var(--section-space-small-mobile) - 25px) !important;
  }
  .space-tp-25 {
    padding-top: calc(var(--section-space-small-mobile) + 25px) !important;
  }
  .space-bp-25 {
    padding-bottom: calc(var(--section-space-small-mobile) + 25px) !important;
  }
  .space-tm-30 {
    padding-top: calc(var(--section-space-small-mobile) - 30px) !important;
  }
  .space-bm-30 {
    padding-bottom: calc(var(--section-space-small-mobile) - 30px) !important;
  }
  .space-tp-30 {
    padding-top: calc(var(--section-space-small-mobile) + 30px) !important;
  }
  .space-bp-30 {
    padding-bottom: calc(var(--section-space-small-mobile) + 30px) !important;
  }
  .space-tm-35 {
    padding-top: calc(var(--section-space-small-mobile) - 35px) !important;
  }
  .space-bm-35 {
    padding-bottom: calc(var(--section-space-small-mobile) - 35px) !important;
  }
  .space-tp-35 {
    padding-top: calc(var(--section-space-small-mobile) + 35px) !important;
  }
  .space-bp-35 {
    padding-bottom: calc(var(--section-space-small-mobile) + 35px) !important;
  }
  .space-tm-40 {
    padding-top: calc(var(--section-space-small-mobile) - 40px) !important;
  }
  .space-bm-40 {
    padding-bottom: calc(var(--section-space-small-mobile) - 40px) !important;
  }
  .space-tp-40 {
    padding-top: calc(var(--section-space-small-mobile) + 40px) !important;
  }
  .space-bp-40 {
    padding-bottom: calc(var(--section-space-small-mobile) + 40px) !important;
  }
  .space-tm-45 {
    padding-top: calc(var(--section-space-small-mobile) - 45px) !important;
  }
  .space-bm-45 {
    padding-bottom: calc(var(--section-space-small-mobile) - 45px) !important;
  }
  .space-tp-45 {
    padding-top: calc(var(--section-space-small-mobile) + 45px) !important;
  }
  .space-bp-45 {
    padding-bottom: calc(var(--section-space-small-mobile) + 45px) !important;
  }
  .space-tm-50 {
    padding-top: calc(var(--section-space-small-mobile) - 50px) !important;
  }
  .space-bm-50 {
    padding-bottom: calc(var(--section-space-small-mobile) - 50px) !important;
  }
  .space-tp-50 {
    padding-top: calc(var(--section-space-small-mobile) + 50px) !important;
  }
  .space-bp-50 {
    padding-bottom: calc(var(--section-space-small-mobile) + 50px) !important;
  }
  .space-tm-55 {
    padding-top: calc(var(--section-space-small-mobile) - 55px) !important;
  }
  .space-bm-55 {
    padding-bottom: calc(var(--section-space-small-mobile) - 55px) !important;
  }
  .space-tp-55 {
    padding-top: calc(var(--section-space-small-mobile) + 55px) !important;
  }
  .space-bp-55 {
    padding-bottom: calc(var(--section-space-small-mobile) + 55px) !important;
  }
  .space-tm-60 {
    padding-top: calc(var(--section-space-small-mobile) - 60px) !important;
  }
  .space-bm-60 {
    padding-bottom: calc(var(--section-space-small-mobile) - 60px) !important;
  }
  .space-tp-60 {
    padding-top: calc(var(--section-space-small-mobile) + 60px) !important;
  }
  .space-bp-60 {
    padding-bottom: calc(var(--section-space-small-mobile) + 60px) !important;
  }
 
}


.direction-rtl {
  direction: rtl !important;
}

.direction-ltr {
  direction: ltr !important;
}

.direction-initial {
  direction: initial !important;
}

.direction-inherit {
  direction: inherit !important;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .hd-text-center {
    text-align: center !important;
  }
  .hd-text-left {
    text-align: left !important;
  }
  .hd-text-right {
    text-align: right !important;
  }
  .hd-direction-rtl {
    direction: rtl !important;
  }
  .hd-direction-ltr {
    direction: ltr !important;
  }
  .hd-direction-initial {
    direction: initial !important;
  }
  .hd-direction-inherit {
    direction: inherit !important;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .xxl-text-center {
    text-align: center !important;
  }
  .xxl-text-left {
    text-align: left !important;
  }
  .xxl-text-right {
    text-align: right !important;
  }
  .xxl-direction-rtl {
    direction: rtl !important;
  }
  .xxl-direction-ltr {
    direction: ltr !important;
  }
  .xxl-direction-initial {
    direction: initial !important;
  }
  .xxl-direction-inherit {
    direction: inherit !important;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .ml-text-center {
    text-align: center !important;
  }
  .ml-text-left {
    text-align: left !important;
  }
  .ml-text-right {
    text-align: right !important;
  }
  .ml-direction-rtl {
    direction: rtl !important;
  }
  .ml-direction-ltr {
    direction: ltr !important;
  }
  .ml-direction-initial {
    direction: initial !important;
  }
  .ml-direction-inherit {
    direction: inherit !important;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .xl-text-center {
    text-align: center !important;
  }
  .xl-text-left {
    text-align: left !important;
  }
  .xl-text-right {
    text-align: right !important;
  }
  .xl-direction-rtl {
    direction: rtl !important;
  }
  .xl-direction-ltr {
    direction: ltr !important;
  }
  .xl-direction-initial {
    direction: initial !important;
  }
  .xl-direction-inherit {
    direction: inherit !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .lg-text-center {
    text-align: center !important;
  }
  .lg-text-left {
    text-align: left !important;
  }
  .lg-text-right {
    text-align: right !important;
  }
  .lg-direction-rtl {
    direction: rtl !important;
  }
  .lg-direction-ltr {
    direction: ltr !important;
  }
  .lg-direction-initial {
    direction: initial !important;
  }
  .lg-direction-inherit {
    direction: inherit !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .md-text-center {
    text-align: center !important;
  }
  .md-text-left {
    text-align: left !important;
  }
  .md-text-right {
    text-align: right !important;
  }
  .md-direction-rtl {
    direction: rtl !important;
  }
  .md-direction-ltr {
    direction: ltr !important;
  }
  .md-direction-initial {
    direction: initial !important;
  }
  .md-direction-inherit {
    direction: inherit !important;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sm-text-center {
    text-align: center !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-right {
    text-align: right !important;
  }
  .sm-direction-rtl {
    direction: rtl !important;
  }
  .sm-direction-ltr {
    direction: ltr !important;
  }
  .sm-direction-initial {
    direction: initial !important;
  }
  .sm-direction-inherit {
    direction: inherit !important;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .xs-text-center {
    text-align: center !important;
  }
  .xs-text-left {
    text-align: left !important;
  }
  .xs-text-right {
    text-align: right !important;
  }
  .xs-direction-rtl {
    direction: rtl !important;
  }
  .xs-direction-ltr {
    direction: ltr !important;
  }
  .xs-direction-initial {
    direction: initial !important;
  }
  .xs-direction-inherit {
    direction: inherit !important;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .vxs-text-center {
    text-align: center !important;
  }
  .vxs-text-left {
    text-align: left !important;
  }
  .vxs-text-right {
    text-align: right !important;
  }
  .vxs-direction-rtl {
    direction: rtl !important;
  }
  .vxs-direction-ltr {
    direction: ltr !important;
  }
  .vxs-direction-initial {
    direction: initial !important;
  }
  .vxs-direction-inherit {
    direction: inherit !important;
  }
}

.faq-section .container {
    padding-bottom: 0;
}