/*
Template Name: gPress
Template URL: http://vecurosoft.com/products/html/gpress
Description: gPress - News and Magazine HTML Template
Author: Vecuro
Author URI: https://Vecuro.net/user/vecuro
Version: 1.0.0
*/
/*=================================
    CSS Index End
==================================*/
/*
01. Variable
02. Mixin
03. Function
04. Typography
05. Bootstrap Overwrite
    5.1. Container
    5.2. Grid
    5.3. Form
06. Vendor Custom Style 
    6.1. Nice Select
    6.2. Slick Slider 
    6.3. VS Mobile Menu 
07. Theme Default
    7.1. Preloader
    7.2. Theme Buttons
    7.3. Section Title
    7.4. Theme Utility
    7.5. Default Box
08. Template Style
    8.1. Widget
    8.2. Header
    8.3. Footer
    8.4. Breadcumb
    8.5. Popup Search
    8.6. Popup Side Menu
    8.7. Pagination
    8.8. Blog
    8.9. Comments
    8.10. Hero Area
    8.11. Tab Menu
    8.12. About
    8.13. Team
    8.14. Founder
    8.15. Gallery
    8.16. Error
    8.17. Contact
09. Theme Global
    9.1. Font
    9.2. Background
    9.3. Text Color
    9.4. Border Radius
    9.5. Overlay
10. Animation
11. Extend
12. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
    01. Variable
==================================*/
:root {
  --title-color: #000000;
  --body-color: #333333;
  --meta-color: #444444;
  --secondary-color: #eff1f5;
  --smoke-color: #f6f8fa;
  --white-color: #ffffff;
  --dark-color: #1f1f1f;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --cyprus-color: #0E3246;
  --sapphire-color: #0E3246;
  --regal-blue-color: #1b4962;
  --border-color: rgba(0,0,0,0.10);
  --theme-font: 'Roboto', sans-serif;
  --icon-font: 'Font Awesome 5 Pro';
  --ripple-ani-duration: 5s;
}

/*=================================
    02. Mixin
==================================*/
/*=================================
    03. Function
==================================*/
/*=================================
    04. Typography
==================================*/
body {
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

.i4inyn:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 500;
}

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

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;
}

p {
  margin: 0 0 15px 0;
  color: var(--body-color);
  line-height: 1.8;
}

.nvtrp9, h1,
.yuujea, h2,
.fdiuk3, h3,
.jv490m, h4,
.o2xa2x, h5,
.o7qk0w, h6 {
  font-family: var(--theme-font);
  color: var(--title-color);
  font-weight: 700;
  text-transform: none;
  line-height: 1.4;
  margin: 0 0 25px 0;
}

.nvtrp9,
h1 {
  font-size: 48px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.yuujea,
h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.fdiuk3,
h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.jv490m,
h4 {
  font-size: 24px;
}

.o2xa2x,
h5 {
  font-size: 18px;
}

.o7qk0w,
h6 {
  font-size: 16px;
}

/* Large devices */
@media (max-width: 1199px) {
  .fdiuk3,
  h3 {
    font-size: 26px;
  }
  .jv490m,
  h4 {
    font-size: 22px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .nvtrp9,
  h1 {
    font-size: 42px;
  }
  .yuujea,
  h2 {
    font-size: 38px;
  }
  .fdiuk3,
  h3 {
    font-size: 24px;
  }
  .jv490m,
  h4 {
    font-size: 20px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .nvtrp9,
  h1 {
    font-size: 36px;
  }
  .yuujea,
  h2 {
    font-size: 28px;
  }
  .fdiuk3,
  h3 {
    font-size: 22px;
  }
}

/*=================================
    05. Bootstrap Overwrite
==================================*/
/*------------------- 5.1. Container -------------------*/
@media only screen and (min-width: 1200px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1210px) {
  .container-fluid.t5qbsz-t5qbsz-dvdjdd {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.t5qbsz-t5qbsz-dvdjdd .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*------------------- 5.2. Grid -------------------*/
.row .col-0 {
  -ms-flex: 0 0 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0%;
          flex: 0 0 0%;
  max-width: 0%;
  padding-left: 0;
  padding-right: 0;
}

.row.ezj0ok {
  margin-right: 0;
  margin-left: 0;
}

.row.ezj0ok .oi04ol > [class^="col-"],
.row.ezj0ok .oi04ol > [class*=" col-"],
.row.ezj0ok > [class^="col-"],
.row.ezj0ok > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.su3im2 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}

.row.su3im2 .oi04ol > [class*="col-"],
.row.su3im2 .oi04ol > [class^="col-"],
.row.su3im2 > [class*="col"],
.row.su3im2 > [class^="col"],
.row.su3im2 > [class*="col-"],
.row.su3im2 > [class^="col-"] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.row.hhtjbf {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.row.hhtjbf .oi04ol > [class*="col-"],
.row.hhtjbf .oi04ol > [class^="col-"],
.row.hhtjbf > [class*="col-"],
.row.hhtjbf > [class^="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

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

.row.r4h82g .oi04ol > [class*="col-"],
.row.r4h82g .oi04ol > [class^="col-"],
.row.r4h82g > [class*="col-"],
.row.r4h82g > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.k275xj {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.k275xj .oi04ol > [class*="col-"],
.row.k275xj .oi04ol > [class^="col-"],
.row.k275xj > [class*="col-"],
.row.k275xj > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.j9ckuf {
  padding-left: 5px;
  padding-right: 5px;
}

.row.j9ckuf .oi04ol > [class*="col-"],
.row.j9ckuf .oi04ol > [class^="col-"],
.row.j9ckuf > [class*="col-"],
.row.j9ckuf > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.q71bfz {
  margin-left: -20px;
  margin-right: -20px;
}

.row.q71bfz .oi04ol > [class*="col-"],
.row.q71bfz .oi04ol > [class^="col-"],
.row.q71bfz > [class*="col-"],
.row.q71bfz > [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 576px) {
  .row.q71bfz {
    margin-left: 0;
    margin-right: 0;
  }
  .row.q71bfz .oi04ol > [class*="col-"],
  .row.q71bfz .oi04ol > [class^="col-"],
  .row.q71bfz > [class*="col-"],
  .row.q71bfz > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

/*------------------- 5.3. Form -------------------*/
.ma3681,
.a5bvdh {
  border-radius: 0;
  height: 60px;
  padding: 0 30px;
  padding-right: 50px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: var(--white-color);
}

.ma3681:focus,
.a5bvdh:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color);
}

.ma3681::-moz-placeholder,
.a5bvdh::-moz-placeholder {
  color: var(--body-color);
}

.ma3681::-webkit-input-placeholder,
.a5bvdh::-webkit-input-placeholder {
  color: var(--body-color);
}

.ma3681:-ms-input-placeholder,
.a5bvdh:-ms-input-placeholder {
  color: var(--body-color);
}

.ma3681::-webkit-input-placeholder, .a5bvdh::-webkit-input-placeholder {
  color: var(--body-color);
}

.ma3681::-moz-placeholder, .a5bvdh::-moz-placeholder {
  color: var(--body-color);
}

.ma3681:-ms-input-placeholder, .a5bvdh:-ms-input-placeholder {
  color: var(--body-color);
}

.ma3681::-ms-input-placeholder, .a5bvdh::-ms-input-placeholder {
  color: var(--body-color);
}

.ma3681::placeholder,
.a5bvdh::placeholder {
  color: var(--body-color);
}

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

/* Firefox */
input.a5bvdh[type=number] {
  -moz-appearance: textfield;
}

textarea.a5bvdh {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  border-color: transparent;
  background-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type="checkbox"] ~ label:before {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

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: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--border-color);
  border-radius: 100%;
  background: var(--white-color);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"] ~ label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
}

input[type="radio"]:checked ~ label:after {
  opacity: 1;
  background-color: var(--theme-color);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

label {
  margin-bottom: 12px;
  text-transform: capitalize;
}

.q8170b {
  margin-bottom: 30px;
  position: relative;
}

.ma3681:before,
.q8170b > i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 18px;
  color: var(--theme-color);
}

.ma3681:before {
  right: 30px;
}

.mtahtf .ma3681,
.mtahtf .a5bvdh {
  border: none;
}

.a5bvdh.zdyucb,
.vgfh8t .a5bvdh:invalid {
  border: 1px solid var(--error-color);
  background-position: right calc(.375em + 0.8875rem) center;
}

.a5bvdh.zdyucb:focus,
.vgfh8t .a5bvdh:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.a5bvdh.zdyucb {
  background-position: top calc(.375em + 0.5875rem) right calc(.375em + .8875rem);
}

.j9ckuf > .q8170b {
  margin-bottom: 20px;
}

.k275xj > .q8170b {
  margin-bottom: 15px;
}

.r4h82g > .q8170b {
  margin-bottom: 10px;
}

.ulkacd span {
  font-size: 16px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  cursor: pointer;
}

.ulkacd span.mf6a9t {
  color: var(--yellow-color);
}

textarea.u38kia {
  min-height: 160px;
}

.c8a5u0 {
  display: none;
}

.c8a5u0.unoqz2 {
  color: var(--success-color);
  display: block;
}

.c8a5u0.y41pu9 {
  color: var(--error-color);
  display: block;
}

.d5l8up input[type="checkbox"] ~ label {
  margin-bottom: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .d5l8up.t5qbsz-t5qbsz-x9e54d {
    padding-left: 20px;
    padding-right: 20px;
  }
  .d5l8up.dinx1p-dinx1p-r58yqo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .d5l8up input[type="checkbox"] ~ label {
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .ma3681,
  .a5bvdh {
    padding-left: 20px;
  }
  .d5l8up input[type="checkbox"] ~ label {
    margin-bottom: 5px;
  }
  .d5l8up .thneut.q8if1k {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
  .d5l8up .thneut.q8if1k li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/*=================================
    06. Vendor Custom Style
==================================*/
/*------------------- 6.1. Nice Select -------------------*/
.ma3681 {
  position: relative;
  border: 1px solid var(--border-color);
  z-index: 2;
  cursor: pointer;
  line-height: 60px;
  width: 100%;
  float: none;
  z-index: 42;
}

.ma3681:after {
  display: none;
}

.ma3681:before {
  content: '\f063';
  font-family: var(--icon-font);
  line-height: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.ma3681 .qg73zj {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
      -ms-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  min-width: 80px;
  width: 100%;
  border-radius: 0;
  border: 1px solid var(--border-color);
}

.ma3681 .adboyf {
  white-space: normal;
  word-break: break-all;
  line-height: 1.5;
  padding: 10px 15px;
  border-top: 1px solid var(--border-color);
  margin: 0 0;
}

.ma3681 .adboyf.l5ke7c {
  cursor: default;
}

.ma3681 .adboyf.l5ke7c, .ma3681 .adboyf.qkyvgc, .ma3681 .adboyf:hover {
  background-color: var(--smoke-color);
}

.ma3681 > span.uf0ccr {
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
}

.ma3681.en193d:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ma3681.en193d .qg73zj {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

/*------------------- 6.2. Slick Slider -------------------*/
.fj8f2y > .fba6o0 {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity ease 0.4s, visibility ease 0.8s;
  transition: opacity ease 0.4s, visibility ease 0.8s;
}

.fj8f2y > .fba6o0.ryn3mn {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.c5qvf8 .i4inyn {
  border: none;
}

.oi04ol {
  min-width: 100%;
}

.ef4bbg {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: none;
  font-size: 14px;
  background-color: var(--white-color);
  color: var(--body-color);
  outline: none;
}

.ef4bbg:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.qx1bwu-qx1bwu-rm81ve .ef4bbg:hover {
  background-color: var(--title-color);
}

.ynxltj .ef4bbg,
.moae5t .ef4bbg {
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ynxltj .ef4bbg.dhzmyd,
.moae5t .ef4bbg.dhzmyd {
  left: auto;
  right: 20px;
}

.arrow-top-right .ef4bbg {
  right: 15px;
  top: -50px;
}

.arrow-top-right .ef4bbg.fncoj2 {
  right: 50px;
}

.nyhj4d .ef4bbg {
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.nyhj4d .ef4bbg.fncoj2 {
  right: 35px;
}

.pknxqa .ef4bbg {
  border-radius: 50%;
}

.kssoej .ef4bbg {
  top: calc(50% - 16px);
}

.od9tpd .ef4bbg {
  font-size: 18px;
  width: 50px;
  height: 50px;
}

.ynxltj .ef4bbg {
  left: -75px;
}

.ynxltj .ef4bbg.dhzmyd {
  right: -75px;
}

.ozd74b .ef4bbg:not(:hover) {
  background-color: var(--smoke-color);
}

.k6qwbf .ef4bbg {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.k6qwbf .ef4bbg:hover {
  background-color: var(--body-color);
}

.arrow-corner-top-right .ef4bbg {
  right: 20px;
  top: 20px;
}

.arrow-corner-top-right .ef4bbg.fncoj2 {
  right: 55px;
}

.zdlwaa .ef4bbg {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.zdlwaa .ef4bbg:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}

.fk7jex .ef4bbg {
  width: 45px;
  height: 80px;
  font-size: 22px;
  left: -60px;
}

.fk7jex .ef4bbg.dhzmyd {
  left: auto;
  right: -57px;
}

.wvqxab .ef4bbg {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.wvqxab .ef4bbg:hover {
  color: var(--body-color);
  background-color: var(--white-color);
}

.sain7y {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  line-height: 0;
}

.sain7y li {
  display: inline-block;
  margin-right: 5px;
}

.sain7y li:last-child {
  margin-right: 0;
}

.sain7y button {
  border: 1px solid var(--theme-color);
  background-color: var(--white-color);
  font-size: 0;
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.sain7y li.dsrbw9 button {
  border-color: transparent;
  background-color: var(--theme-color);
}

.vnnnl5 .sain7y {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.q5mfyz .sain7y {
  right: 20px;
  top: 20px;
}

.i4inyn img {
  display: inline-block;
}

.p0fiz8 .ef4bbg {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p0fiz8 .ef4bbg.dhzmyd {
  right: 0;
  left: auto;
}

.xv1f26 .i4inyn {
  position: relative;
}

.xv1f26 .i4inyn:before {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.xv1f26 .i4inyn.qy6wix::before {
  opacity: 0.70;
  visibility: visible;
}

.xv1f26 img {
  cursor: pointer;
}

/* Extra small devices */
@media (max-width: 576px) {
  .od9tpd .ef4bbg {
    width: 35px;
    height: 35px;
  }
}

/*------------------- 6.3. VS Mobile Menu -------------------*/
.gbeoa0 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.gbeoa0 .vxxhic {
  max-width: 140px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}

.gbeoa0 .e5c56t {
  background-color: transparent;
  border: none;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  line-height: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  z-index: 1;
}

.gbeoa0 .pbt0hk {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.gbeoa0.cqk4sx {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.gbeoa0.cqk4sx .pbt0hk {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.j54vg0 {
  overflow-y: scroll;
  max-height: 58vh;
  padding-bottom: 40px;
}

.j54vg0 ul {
  margin: 0;
  padding: 0;
}

.j54vg0 ul li {
  border-bottom: 1px solid #eee;
  list-style-type: none;
}

.j54vg0 ul li:first-child {
  border-top: 1px solid #eee;
}

.j54vg0 ul li a {
  display: block;
  position: relative;
  padding: 7px 10px;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
}

.j54vg0 ul li ul li {
  padding-left: 7px;
}

.j54vg0 ul li ul li:last-child {
  border-bottom: none;
}

.j54vg0 ul .z5capd > a:after {
  content: '\f0d7';
  font-family: var(--icon-font);
  font-weight: 700;
  float: right;
  padding-right: 10px;
}

.j54vg0 ul .z5capd.kipdwq > a:after {
  content: '\f0d8';
}

.e5c56t {
  border: 1px dashed;
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;
  font-size: 28px;
}

.e5c56t.sm8l4m {
  border-color: var(--white-color);
  color: var(--white-color);
}

/*=================================
    07. Theme Default
==================================*/
/*------------------- 7.1. Preloader -------------------*/
.zx3um5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--title-color);
}

.zx3um5 .ruoowj {
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 20px;
  border-radius: 0;
}

.zx3um5 .jzcec1 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: var(--theme-color);
  left: -100px;
  box-sizing: border-box;
  -webkit-animation: shadowRolling 2s linear infinite;
          animation: shadowRolling 2s linear infinite;
}

@-webkit-keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 100px 0 var(--theme-color), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 110px 0 var(--theme-color), 100px 0 var(--theme-color), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    box-shadow: 120px 0 var(--theme-color), 110px 0 var(--theme-color), 100px 0 var(--theme-color), 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 130px 0 var(--theme-color), 120px 0 var(--theme-color), 110px 0 var(--theme-color), 100px 0 var(--theme-color);
  }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--theme-color), 120px 0 var(--theme-color), 110px 0 var(--theme-color);
  }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--theme-color), 120px 0 var(--theme-color);
  }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--theme-color);
  }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 100px 0 var(--theme-color), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 110px 0 var(--theme-color), 100px 0 var(--theme-color), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    box-shadow: 120px 0 var(--theme-color), 110px 0 var(--theme-color), 100px 0 var(--theme-color), 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 130px 0 var(--theme-color), 120px 0 var(--theme-color), 110px 0 var(--theme-color), 100px 0 var(--theme-color);
  }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--theme-color), 120px 0 var(--theme-color), 110px 0 var(--theme-color);
  }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--theme-color), 120px 0 var(--theme-color);
  }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--theme-color);
  }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

/*------------------- 7.2. Theme Buttons -------------------*/
.daeadk {
  display: inline-block;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: transparent;
  padding: 11px 32px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid var(--theme-color);
  position: relative;
  overflow: hidden;
  z-index: 1;
  vertical-align: middle;
}

.daeadk::before {
  content: '';
  position: absolute;
  background-color: var(--theme-color);
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 400%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -webkit-transition: all .45s;
  transition: all .45s;
}

.daeadk:hover {
  background-color: var(--white-color);
  border-color: var(--theme-color);
  color: var(--body-color);
}

.daeadk:hover::before {
  height: 0;
}

.daeadk.qgra6a {
  --theme-color: #000000;
}

.daeadk.as7u8d:not(:hover):before {
  height: 900%;
}

.wowdm9 {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  line-height: 43px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 5px;
  margin-right: 7px;
  position: relative;
  z-index: 1;
}

.wowdm9:last-child {
  margin-right: 0;
}

.wowdm9:hover {
  color: var(--body-color);
  border-color: var(--theme-color);
  background-color: var(--white-color);
}

.wowdm9.hd20xk:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--theme-color);
  z-index: -1;
  border-radius: inherit;
  --ripple-ani-duration: 2s;
}

.j471c0 {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  z-index: 6;
}

.j471c0 > i {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 26px;
  border-radius: inherit;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.j471c0 .sc3yy3 {
  padding-left: 3px;
}

.j471c0:after, .j471c0:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--theme-color);
  z-index: 1;
}

.j471c0:after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.j471c0:hover > i,
.j471c0.sm8l4m > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.j471c0 > i,
.j471c0.sm8l4m:hover > i {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.j471c0.dman79 > i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.j471c0.znf0mc > i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.j471c0.jnatz7 {
  display: inline-block;
}

.j471c0.jnatz7 > i {
  background-color: transparent;
  border: 2px solid var(--white-color);
  line-height: 77px;
}

.j471c0.jnatz7:after, .j471c0.jnatz7:before {
  display: none;
}

.j471c0.jnatz7:hover > i {
  background-color: var(--theme-color);
  border-color: transparent;
  color: var(--white-color);
}

.ue6kii {
  font-weight: 700;
  display: inline-block;
  line-height: 0.8;
}

.ue6kii i {
  margin-left: 5px;
}

.du7qha {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  color: var(--white-color) !important;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  /* Small devices */
}

.du7qha i {
  line-height: inherit !important;
}

.du7qha.ryn3mn {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .du7qha {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 50px;
  }
  .du7qha.ryn3mn {
    bottom: 15px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .j471c0 > i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 26px;
  }
}

/*------------------- 7.3. Section Title -------------------*/
.rxlbo7,
.jr8qwy {
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: -3px;
}

.jr8qwy {
  font-size: 18px;
}

.rxlbo7 {
  margin-top: -7px;
}

.gq4wce {
  text-align: center;
  position: relative;
  z-index: 1;
}

.gq4wce:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
  background-color: #e9e9e9;
  z-index: -1;
}

.gq4wce > * {
  background-color: var(--white-color);
  display: inline-block;
  padding: 0 20px;
}

/* Medium devices */
@media (max-width: 992px) {
  .rxlbo7,
  .jr8qwy {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

/*------------------- 7.4. Theme Utility -------------------*/
.s5xr3a, .biahp1 li {
  overflow: hidden;
}

.s5xr3a img, .biahp1 li img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.s5xr3a:hover img, .biahp1 li:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.kg4k8r a,
.kg4k8r h1 a,
.kg4k8r h2 a,
.kg4k8r h3 a,
.kg4k8r h4 a,
.kg4k8r h5 a,
.kg4k8r h6 a,
.kg4k8r p a,
.kg4k8r span a {
  color: inherit;
}

.gxivi7 ol,
.gxivi7 ul, .gxivi7 {
  padding: 0;
  margin: 0;
}

.gxivi7 li {
  list-style-type: none;
}

.elilzm .zoamqp.vtxd2u a:after,
.elilzm .zoamqp a, .elilzm,
.elilzm a,
.elilzm p,
.elilzm h1,
.elilzm h2,
.elilzm h3,
.elilzm h4,
.elilzm h5,
.elilzm h6 {
  color: var(--white-color);
}

.elilzm .u7e0q4 {
  color: var(--theme-color);
}

.elilzm .dcqgdt > ul > li > a:not(:hover) {
  color: var(--white-color);
}

@media (min-width: 576px) {
  .bfnoi1 .zoamqp.vtxd2u a:after,
  .bfnoi1 .zoamqp a, .bfnoi1,
  .bfnoi1 a,
  .bfnoi1 p,
  .bfnoi1 h1,
  .bfnoi1 h2,
  .bfnoi1 h3,
  .bfnoi1 h4,
  .bfnoi1 h5,
  .bfnoi1 h6 {
    color: var(--white-color);
  }
  .bfnoi1 .u7e0q4 {
    color: var(--theme-color);
  }
  .bfnoi1 .dcqgdt > ul > li > a:not(:hover) {
    color: var(--white-color);
  }
}

.w5vex6 {
  padding-left: 25px;
  position: relative;
}

.w5vex6 > i {
  position: absolute;
  left: 0;
  top: 5px;
}

.hsraaa:hover,
.hsraaa a:hover {
  color: var(--white-color);
}

.p85ix5 {
  display: inline-block;
  background-color: var(--white-color);
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 11px;
  line-height: 1;
  border-radius: 5px;
}

.qqnzns {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%);
}

.b9kw1u {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
}

.k3n2p5 {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 100%);
}

.thneut,
.thneut ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.thneut li {
  display: inline-block;
  margin-right: 6px;
}

.thneut.rportg a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
}

.thneut.rportg a:hover {
  background-color: var(--white-color);
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.thneut.q8if1k {
  grid-column-gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thneut.q8if1k li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
}

.thneut.q8if1k a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 15px 0;
  border-radius: 3px;
}

.thneut.q8if1k a.q7p82b {
  background-color: #3c5a99;
}

.thneut.q8if1k a.q7p82b:hover {
  background-color: #31497c;
}

.thneut.q8if1k a.ok51pj {
  background-color: #1c9cea;
}

.thneut.q8if1k a.ok51pj:hover {
  background-color: #1385ca;
}

.thneut.q8if1k a.n9mbfe {
  background-color: #d34836;
}

.thneut.q8if1k a.n9mbfe:hover {
  background-color: #b83928;
}

.thneut.q8if1k a.swy7yo {
  background-color: #0e76a8;
}

.thneut.q8if1k a.swy7yo:hover {
  background-color: #0b5c82;
}

.jh6dy3,
.hmsoyk {
  position: relative;
  z-index: 4 !important;
}

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

.ig7y3p {
  border: 1px solid var(--border-color) !important;
}

.yzpngt {
  border-top: 1px solid var(--border-color) !important;
}

.dbl0mm {
  border-bottom: 1px solid var(--border-color) !important;
}

.re7ekj {
  border-left: 1px solid var(--border-color) !important;
}

.j1noa9 {
  border-right: 1px solid var(--border-color) !important;
}

.zj7ufg {
  padding: 0;
  border: none;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  top: calc(100% - 2px);
}

.zj7ufg a {
  display: block;
  padding: 7px 15px;
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
}

.zj7ufg a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.zj7ufg a:last-child {
  border-bottom: none;
}

.czhhm2 img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.h9ceoa {
  padding: 0;
  text-transform: capitalize;
  position: relative;
  min-width: 110px;
  height: 45px;
}

.h9ceoa:after {
  content: '\f107';
  position: relative;
  right: 0;
  font-family: var(--icon-font);
  float: right;
  padding-right: 10px;
}

.h9ceoa.mf6a9t:after {
  content: '\f106';
}

.rjjw1h {
  background-color: var(--title-color);
  color: var(--white-color);
  text-align: center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}

.ui4zqy {
  width: calc(100% - 220px);
}

@media (min-width: 1500px) {
  .r85753 {
    width: 80%;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .u305zx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .itx52o,
  .cumrcr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .itx52o {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  .is4gsq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.column-gap-15 {
  grid-column-gap: 15px;
}

/*------------------- 7.5. Default Box -------------------*/
.gkegyb {
  background-color: var(--white-color);
  padding: 25px 30px;
  position: relative;
}

.gkegyb.tcdpoo:after, .gkegyb.tcdpoo:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-width: 0;
  border-style: solid;
  border-color: var(--theme-color);
}

.gkegyb.tcdpoo:before {
  left: 0;
  top: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}

.gkegyb.tcdpoo:after {
  right: 0;
  bottom: 0;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.eirt10 {
  padding: 30px;
  margin-bottom: 30px;
}

.eirt10.qx1bwu-qx1bwu-zyptc4 {
  border: 1px solid rgba(206, 223, 239, 0.4);
}

.eirt10 a {
  color: inherit;
}

.eirt10 .ibqlk2,
.eirt10 .ibqlk2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.eirt10 .ibqlk2 strong {
  min-width: 110px;
  padding-right: 10px;
  display: inline-block;
}

.eirt10 .ibqlk2 li {
  margin-bottom: 5px;
}

.eirt10 .ibqlk2 li:last-child {
  margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .eirt10.dinx1p-dinx1p-qtuwcf {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .eirt10.t5qbsz-t5qbsz-hbqlur {
    padding-left: 20px;
    padding-right: 20px;
  }
  .eirt10 .ibqlk2 strong {
    min-width: auto;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .gkegyb {
    padding: 15px 20px;
  }
  .gkegyb.dinx1p-dinx1p-ey67tt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*=================================
    08. Template Style
==================================*/
/*------------------- 8.1. Widget  -------------------*/
.ibhp7s {
  padding: 30px;
  margin-bottom: 30px;
}

.qx1bwu-qx1bwu-zyptc4.tgk2y0 {
  border: 1px solid rgba(206, 223, 239, 0.4);
}

.g6boaj {
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: -3px;
}

/* Large devices */
@media (max-width: 1199px) {
  .ibhp7s {
    padding: 20px;
  }
}

.st548t,
.st548t .ibhp7s {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}

.st548t .g6boaj {
  font-size: 20px;
  margin-bottom: 27px;
}

.st548t .xyk2sm,
.st548t .kewuuy,
.st548t .en1apf,
.st548t .yanr1h,
.st548t .rckf7l {
  margin-bottom: 20px;
}

.st548t .xyk2sm .g6boaj,
.st548t .kewuuy .g6boaj,
.st548t .en1apf .g6boaj,
.st548t .yanr1h .g6boaj,
.st548t .rckf7l .g6boaj {
  margin-bottom: 20px;
}

.st548t .xyk2sm li > span,
.st548t .kewuuy li > span,
.st548t .en1apf li > span,
.st548t .yanr1h li > span,
.st548t .rckf7l li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.st548t .xyk2sm a,
.st548t .kewuuy a,
.st548t .en1apf a,
.st548t .yanr1h a,
.st548t .rckf7l a {
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-bottom: 3px;
  display: inline-block;
  font-weight: 400;
}

.st548t .xyk2sm a:hover,
.st548t .kewuuy a:hover,
.st548t .en1apf a:hover,
.st548t .yanr1h a:hover,
.st548t .rckf7l a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.st548t .ibhp7s .h2yrs9 .qyo87f {
  width: 100px;
  height: 100px;
  margin-left: 0;
}

.st548t .s2hy8v .grkp2t-grkp2t-usc5r9 {
  border-radius: 0;
}

.st548t .s2hy8v span {
  margin-top: 0;
  margin-bottom: 3px;
}

.st548t input {
  height: 55px;
}

/* Medium devices */
@media (max-width: 992px) {
  .st548t.oqwpmn {
    padding-top: 60px;
  }
  .st548t.nmirkn {
    padding-bottom: 30px;
  }
}

.rckf7l,
.xyk2sm,
.kewuuy,
.en1apf,
.yanr1h {
  padding-bottom: 30px;
}

.rckf7l ul,
.xyk2sm ul,
.kewuuy ul,
.en1apf ul,
.yanr1h ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rckf7l li,
.xyk2sm li,
.kewuuy li,
.en1apf li,
.yanr1h li {
  display: block;
  position: relative;
}

.rckf7l li > span,
.xyk2sm li > span,
.kewuuy li > span,
.en1apf li > span,
.yanr1h li > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: var(--theme-color);
  text-align: center;
  font-family: var(--theme-font);
}

.rckf7l a,
.xyk2sm a,
.kewuuy a,
.en1apf a,
.yanr1h a {
  display: block;
  background-color: var(--white-color);
  padding: 12px 20px;
  margin-bottom: 10px;
  color: var(--body-color);
  font-weight: 500;
  padding-right: 50px;
}

.rckf7l a:hover,
.xyk2sm a:hover,
.kewuuy a:hover,
.en1apf a:hover,
.yanr1h a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.rckf7l .g0d99a,
.xyk2sm .g0d99a,
.kewuuy .g0d99a,
.en1apf .g0d99a,
.yanr1h .g0d99a {
  margin-left: 10px;
}

.rckf7l a,
.xyk2sm a,
.kewuuy a {
  padding-right: 20px;
}

.rckf7l .ik3sg6 {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.nf1xhm ul.wp-block-archives li {
  margin: 5px 0;
}

.sm8l4m a {
  color: var(--white-color);
}

.ibhp7s .kj254c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.ibhp7s .kj254c input {
  width: calc(100% - 60px);
  height: 60px;
  background-color: var(--white-color);
  border: none;
  color: var(--body-color);
  padding-left: 20px;
}

.ibhp7s .kj254c input::-moz-placeholder {
  color: var(--body-color);
}

.ibhp7s .kj254c input::-webkit-input-placeholder {
  color: var(--body-color);
}

.ibhp7s .kj254c input:-ms-input-placeholder {
  color: var(--body-color);
}

.ibhp7s .kj254c input::-ms-input-placeholder {
  color: var(--body-color);
}

.ibhp7s .kj254c input::placeholder {
  color: var(--body-color);
}

.ibhp7s .kj254c button {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0;
  border: 1px solid transparent;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.ibhp7s .kj254c button:hover {
  border-color: var(--theme-color);
  background-color: var(--white-color);
  color: var(--theme-color);
}

.wp-block-tag-cloud a,
.kh2zy2 a {
  display: inline-block;
  border: 1px solid var(--theme-color);
  color: var(--title-color);
  padding: 8px 20px;
  line-height: 1.23;
  font-size: 14px;
  border-radius: 50px;
  margin-bottom: 10px;
  text-align: center;
  margin-right: 7px;
  text-transform: capitalize;
}

.wp-block-tag-cloud a:hover,
.kh2zy2 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.kh2zy2 {
  margin-right: -5px;
  margin-bottom: -10px;
}

.vg2pu2 .grkp2t-grkp2t-usc5r9 {
  width: 100px;
  height: 100px;
}

.vg2pu2 .grkp2t-grkp2t-usc5r9.nbln6g {
  overflow: hidden;
}

.vg2pu2 .f5n23x {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.vg2pu2 .f5n23x:last-child {
  margin-bottom: 0;
}

.vg2pu2 span i {
  margin-right: 7px;
}

.vg2pu2 .grkp2t-grkp2t-usc5r9 {
  margin-right: 30px;
}

.vg2pu2 .cuy8r1 {
  margin-bottom: 5px;
}

.el0n6m .f5n23x,
.lih1lo .f5n23x {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.el0n6m .f5n23x:last-child,
.lih1lo .f5n23x:last-child {
  margin-bottom: 0;
}

.el0n6m a,
.lih1lo a {
  color: inherit;
}

.el0n6m a:Hover,
.lih1lo a:Hover {
  color: var(--theme-color);
}

.el0n6m .grkp2t-grkp2t-usc5r9,
.lih1lo .grkp2t-grkp2t-usc5r9 {
  width: 80px;
  margin-right: 20px;
}

.el0n6m span i,
.el0n6m a i,
.lih1lo span i,
.lih1lo a i {
  margin-right: 7px;
}

.el0n6m .grkp2t-grkp2t-usc5r9 {
  width: 90px;
}

.el0n6m .grkp2t-grkp2t-usc5r9 img {
  width: 100%;
}

.eoi5c1 a {
  color: inherit;
}

.eoi5c1 .pry0xh {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9eef3;
}

.eoi5c1 .pry0xh:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.rh7frw .zoamqp a:hover,
.rh7frw a:hover {
  color: var(--white-color);
}

.rh7frw .pry0xh {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  border-bottom: 1px solid #2c2c2c;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.rh7frw .pry0xh:hover {
  border-color: transparent;
  background-color: var(--theme-color);
}

.rh7frw .grkp2t-grkp2t-usc5r9 {
  width: 80px;
  margin-right: 20px;
}

.yfzn0c a {
  color: inherit;
}

.yfzn0c .pry0xh {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9eef3;
  padding-left: 30px;
  position: relative;
}

.yfzn0c .pry0xh:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: -3px;
}

.yfzn0c .pry0xh:before {
  content: '';
  position: absolute;
  left: 0;
  top: 35px;
  width: 10px;
  height: 10px;
  background-color: var(--theme-color);
  border-radius: 50%;
}

.yfzn0c .o7qk0w {
  line-height: 24px;
}

.yfzn0c .zoamqp {
  line-height: 1;
  margin-bottom: 7px;
}

.grkp2t-grkp2t-fqcqqw {
  width: 170px;
  margin-right: 20px;
}

.grkp2t-grkp2t-whgyza {
  width: 120px;
  margin-right: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .vg2pu2 .grkp2t-grkp2t-usc5r9 {
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .el0n6m.u305zx > *:nth-last-child(2) {
    margin-bottom: 0;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .eoi5c1 .pry0xh {
    display: block;
  }
  .eoi5c1 .grkp2t-grkp2t-fqcqqw {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  .eoi5c1 img {
    width: 100%;
  }
  .rh7frw .pry0xh {
    padding: 15px;
  }
}

.biahp1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.biahp1 li {
  overflow: hidden;
}

.biahp1 li img {
  width: 100%;
}

.biahp1.vjr47e ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* Large devices */
@media (max-width: 1199px) {
  .c5wukz.t5qbsz-t5qbsz-qb4xnl.qn0oti.iqe1kl {
    padding: 20px;
  }
}

.fy29go ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fy29go li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 12px;
}

.fy29go a:not(:hover) {
  color: inherit;
}

.s4p2gj ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s4p2gj ul li > a:not(:hover) {
  color: inherit;
}

.s4p2gj ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.b97ppj ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b97ppj ul a {
  display: block;
  font-weight: 700;
  color: inherit;
}

.b97ppj ul .p2qjfv {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.b97ppj ul .p2qjfv:before {
  content: '\f073';
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
}

.b97ppj ul cite {
  font-weight: 600;
}

.b97ppj ul cite:before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.b97ppj li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.ibhp7s .thneut.gry43b a {
  border-radius: 0;
  background-color: var(--white-color);
}

.ibhp7s .thneut.gry43b a:hover {
  background-color: var(--theme-color);
}

.ufti8h .hmgdrq {
  padding: 35px 30px;
  margin-bottom: 10px;
}

.ufti8h .hmgdrq:last-child {
  margin-bottom: 0;
}

.ufti8h .hmgdrq * {
  position: relative;
  z-index: 1;
}

.ufti8h .osm9cc {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: var(--theme-color);
  text-align: center;
  font-weight: 700;
  background-color: var(--white-color);
  margin-right: 30px;
  border-radius: 50%;
}

.ufti8h a {
  color: var(--white-color);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.ufti8h.dm0mra .hmgdrq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.ufti8h.dm0mra .hmgdrq::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  width: 80px;
  margin-left: -40px;
  height: 2px;
  margin-top: -2;
  z-index: 1;
}

.ufti8h.dm0mra .osm9cc {
  margin-right: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .ufti8h.dm0mra .hmgdrq::after {
    width: 50px;
    margin-left: -25px;
  }
}

.vx5055 {
  line-height: 1;
}

.vx5055 .grkp2t-grkp2t-usc5r9 {
  margin-right: 15px;
  width: 45px;
  height: 45px;
}

.az31f2 a {
  color: inherit;
}

.az31f2 [class*="grkp2t-"] {
  position: relative;
}

.az31f2 .pry0xh:not(:last-child) {
  margin-bottom: 15px;
}

.az31f2 .j471c0 {
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 1;
  border-radius: 0;
}

.az31f2 .j471c0:before, .az31f2 .j471c0:after {
  display: none;
}

.az31f2 .j471c0 > i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  background-color: var(--theme-color);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .az31f2 .pry0xh {
    display: block;
  }
  .az31f2 .grkp2t-grkp2t-whgyza {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .az31f2 img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .az31f2 .pry0xh {
    display: block;
  }
  .az31f2 .grkp2t-grkp2t-whgyza {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .az31f2 img {
    width: 100%;
  }
}

/*------------------- 8.2. Header  -------------------*/
.tser42 {
  position: relative;
  z-index: 9;
}

.tser42 .qx1bwu-qx1bwu-rm81ve.pt8c0g {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.dcqgdt a {
  color: var(--body-color);
  text-transform: uppercase;
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 700;
}

.dcqgdt ul {
  margin: 0;
  padding: 0;
}

.dcqgdt ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.dcqgdt ul li.hto27n > a {
  position: relative;
}

.dcqgdt ul li.hto27n > a:after {
  content: '\f078';
  position: relative;
  font-family: var(--icon-font);
  float: right;
  margin-left: 5px;
  font-size: 0.8rem;
}

.dcqgdt ul li a {
  display: block;
}

.dcqgdt ul li:last-child {
  margin-right: 0;
}

.dcqgdt ul li:first-child {
  margin-left: 0;
}

.dcqgdt ul li ul.ik3sg6 {
  position: absolute;
  width: 270px;
  top: 100%;
  left: 0;
  z-index: 12;
  border-width: 0;
  border-top-width: 3px;
  border-style: solid;
  border-color: var(--theme-color);
  text-align: left;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.dcqgdt ul li ul.ik3sg6 a {
  text-transform: capitalize;
  font-weight: 700;
}

.dcqgdt ul li ul.ik3sg6 li {
  display: block;
  margin: 0 0;
}

.dcqgdt ul li ul.ik3sg6 li.hto27n > a:after {
  content: "\f101";
}

.dcqgdt ul li ul.ik3sg6 li a {
  padding: 10px 15px;
  border-bottom: 1px solid var(--border-color);
}

.dcqgdt ul li ul.ik3sg6 li ul {
  left: auto;
  right: 100%;
  top: 0;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul {
  left: 100%;
  right: auto;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul li ul {
  left: auto;
  right: 100%;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}

.dcqgdt ul li ul.ik3sg6 li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}

.dcqgdt ul li.t6j0rr {
  position: static;
}

.dcqgdt ul li ul.qbfib1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #aaaaaa;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: -1;
  -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.dcqgdt ul li ul.qbfib1 a {
  text-transform: capitalize;
  font-weight: 700;
}

.dcqgdt ul li ul.qbfib1 li {
  display: block;
  width: 100%;
  margin: 0 0;
  padding: 0 25px;
}

.dcqgdt ul li ul.qbfib1 li li {
  padding: 0 0;
}

.dcqgdt ul li ul.qbfib1 li li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.dcqgdt ul li ul.qbfib1 li a {
  padding: 5px 0;
  margin: 0 0;
  display: block;
  border-bottom: 1px solid var(--border-color);
}

.dcqgdt ul li ul.qbfib1 > li:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.dcqgdt ul li ul.qbfib1 > li > a {
  display: block;
  border-bottom: 1px solid;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.dcqgdt ul li:hover ul.qbfib1 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.dcqgdt ul li:hover > ul.ik3sg6 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.ad8rhd > ul > li {
  margin: 0 10px;
}

.ad8rhd > ul > li > a {
  padding: 42px 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .dcqgdt ul li ul.ik3sg6 {
    width: 220px;
  }
  .ad8rhd > ul > li {
    margin: 0 7px;
  }
}

.ihzxs9 {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  visibility: hidden;
}

.ihzxs9.mf6a9t {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.lyeanm > ul > li {
  margin: 0 17px;
}

.lyeanm > ul > li > a {
  padding: 27px 0;
}

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

.gw8vbi li {
  display: inline-block;
  margin-right: 18px;
}

.gw8vbi li:last-child {
  margin-right: 0;
}

.xuizwi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xuizwi li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1;
}

.xuizwi li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.xuizwi.nu5qrn li {
  border-color: rgba(0, 0, 0, 0.2);
}

.xuizwi i {
  margin-right: 7px;
}

/* Medium devices */
@media (max-width: 992px) {
  .gw8vbi li {
    margin-right: 10px;
  }
  .gw8vbi a {
    font-size: 14px;
  }
  .xuizwi li {
    padding-right: 10px;
    margin-right: 8px;
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .xuizwi li {
    font-size: 12px;
  }
}

.yi11u9 > ul > li > a {
  padding: 18px 17px;
  line-height: 1;
}

.yi11u9 > ul > li:hover > a {
  background-color: var(--theme-color);
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .yi11u9 > ul > li > a {
    padding: 15px 10px;
    font-size: 14px;
  }
  .vq2biy .xuizwi li {
    margin-right: 5px;
    padding-right: 7px;
    font-size: 14px;
  }
  .vq2biy .xuizwi li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}

/*------------------- 8.3. Footer  -------------------*/
.elilzm .rckf7l a,
.elilzm .xyk2sm a,
.elilzm .kewuuy a,
.elilzm .en1apf a,
.elilzm .yanr1h a {
  color: var(--white-color);
}

.zdyq02.t6wez2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Small devices */
@media (max-width: 768px) {
  .zdyq02.dinx1p-dinx1p-ey67tt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*------------------- 8.4. Breadcumb  -------------------*/
.qvxted {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: auto;
}

.qvxted li {
  display: inline-block;
  margin: 0 6px;
  list-style: none;
}

.qvxted li:first-child {
  margin-left: 0;
}

.qvxted li:last-child {
  margin-right: 0;
}

.qvxted li:last-child:after {
  display: none;
}

.qvxted li:after {
  content: '/';
  position: relative;
  right: -7px;
  float: right;
}

.qvxted li,
.qvxted a,
.qvxted span {
  white-space: normal;
  word-break: break-all;
}

.qvxted li i,
.qvxted a i,
.qvxted span i {
  margin-right: 7px;
}

/* Small devices */
@media (max-width: 768px) {
  .qvxted {
    margin-left: auto;
    margin-right: auto;
  }
}

/*------------------- 8.5. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.tc5wzy {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.tc5wzy:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.ryn3mn {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.ryn3mn form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 8.6. Popup Side Menu  -------------------*/
.znxc07 {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.znxc07 .s2yz1s {
  display: inline-block;
  border: 2px solid transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.znxc07 .s2yz1s:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.znxc07 .pqdks9 {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.znxc07 .pqdks9::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.znxc07 .pqdks9::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

.znxc07 .ibhp7s {
  padding: 0;
  margin-bottom: 40px;
}

.znxc07.ryn3mn {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.znxc07.ryn3mn .pqdks9 {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 8.7. Pagination  -------------------*/
.hs4mri {
  text-align: center;
}

.hs4mri ul {
  margin: 0;
  padding: 0;
}

.hs4mri ul li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.hs4mri ul li:last-child {
  margin-right: 0;
}

.hs4mri ul li:first-child {
  margin-left: 0;
}

.hs4mri ul li a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: var(--body-color);
}

.hs4mri ul li a.mf6a9t, .hs4mri ul li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

/* Small devices */
@media (max-width: 768px) {
  .hs4mri ul li a {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 11px;
  }
}

/*------------------- 8.8. Blog  -------------------*/
blockquote {
  border-left: 2px solid;
  border-color: var(--theme-color);
  padding-left: 100px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 30px;
}

blockquote p {
  font-family: inherit;
  margin-bottom: 0;
  line-height: inherit;
  color: inherit;
}

blockquote:after {
  content: '\f10d';
  font-weight: 300;
  position: absolute;
  font-family: var(--icon-font);
  left: 20px;
  top: 5px;
  color: #cccccc;
  font-size: 3.6rem;
  line-height: 1;
  opacity: 0.7;
}

blockquote *:not(:after) > {
  position: relative;
  z-index: 1;
}

blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  border-color: inherit;
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
}

blockquote cite:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7.5px;
  width: 20px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

blockquote.f6d56a {
  padding-left: 0;
  padding-right: 100px;
  border-left: none;
  border-right: 2px solid;
  text-align: right;
  border-color: var(--theme-color);
}

blockquote.f6d56a:after {
  right: 20px;
  left: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

blockquote.f6d56a cite {
  padding-left: 0;
  padding-right: 30px;
}

blockquote.f6d56a cite::before {
  left: auto;
  right: 0;
}

.h0lgcs {
  color: var(--body-color);
}

.h0lgcs img {
  width: 40px;
  height: 40px;
  margin-right: 7px;
}

.zoamqp a {
  display: inline-block;
  margin-right: 15px;
  color: var(--body-color);
}

.zoamqp a:last-child {
  margin-right: 0;
}

.zoamqp a:hover {
  color: var(--theme-color);
}

.zoamqp a i {
  margin-right: 7px;
}

.zoamqp.vtxd2u a {
  position: relative;
  margin-right: 5px;
}

.zoamqp.vtxd2u a:after {
  content: '/';
  margin-left: 8px;
  position: relative;
  color: var(--body-color);
}

.zoamqp.vtxd2u a:last-child {
  margin-right: 0;
}

.zoamqp.vtxd2u a:last-child:after {
  display: none;
}

.zoamqp.vtxd2u.t8hjio a {
  font-weight: 500;
}

.c31cdx a {
  display: inline-block;
  color: #fff;
  padding: 1px 20.5px;
  margin-right: 5px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
  border-radius: 5px;
  font-size: 14px;
  position: relative;
}

.c31cdx a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.c31cdx.joa039 a:before {
  content: '';
  position: absolute;
  right: 10px;
  bottom: -8px;
  height: 14px;
  width: 14px;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0s;
  transition: 0s;
}

.c31cdx.joa039 a:hover:before {
  border-bottom-color: var(--theme-color);
  border-right-color: var(--theme-color);
}

.hlglxx {
  position: relative;
}

.hlglxx .c31cdx {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
}

.nf1xhm {
  margin-bottom: 30px;
  position: relative;
}

.nf1xhm .zx3l5y a:not(:hover) {
  color: inherit;
}

.nf1xhm .has-drop-cap:first-letter {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  padding: 20px 24px;
}

/* Large devices */
@media (max-width: 1199px) {
  .nf1xhm [class*="v8vua3-"].dinx1p-dinx1p-pq6nnb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nf1xhm [class*="v8vua3-"].t5qbsz-t5qbsz-hbqlur {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nf1xhm [class*="v8vua3-"].dinx1p-dinx1p-qtuwcf {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nf1xhm [class*="v8vua3-"].x3np7l {
    padding-right: 20px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .k5etnt .j471c0.v8vua3-v8vua3-yy4fmt {
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .k5etnt .j471c0.v8vua3-v8vua3-yy4fmt > i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .h0lgcs img {
    width: 30px;
    height: 30px;
    margin-right: 7px;
  }
  blockquote {
    padding-left: 40px;
  }
  blockquote:after {
    font-size: 1.8rem;
    left: 5px;
  }
  .h0lgcs,
  .zoamqp {
    font-size: 14px;
  }
  .nf1xhm.s5xr3a, .biahp1 li.nf1xhm {
    overflow: visible;
  }
  .nf1xhm.s5xr3a:hover img, .biahp1 li.nf1xhm:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .zx3l5y.nvtrp9 {
    font-size: 22px;
  }
}

.vcxlw9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.vcxlw9 .hlglxx {
  width: 350px;
  margin-right: 30px;
}

.vcxlw9 .nnzqo3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}

.vcxlw9 .fiq71h {
  width: 300px;
  margin-right: 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  .vcxlw9 {
    display: block;
  }
  .vcxlw9 .fiq71h,
  .vcxlw9 .hlglxx {
    width: 100%;
    margin-right: 0;
  }
  .vcxlw9 .nnzqo3 {
    width: 100%;
    padding: 15px 20px;
  }
  .vcxlw9 .nnzqo3.p-0 {
    padding: 15px 20px !important;
  }
  .vcxlw9:not([class*="qx1bwu-"]) .nnzqo3 {
    padding: 15px 0 0 0;
  }
  .vcxlw9:not([class*="qx1bwu-"]) .nnzqo3.p-0 {
    padding: 15px 0 0 0 !important;
  }
}

@media (min-width: 1500px) {
  .eq6uz7 .u8nnwc {
    font-size: 42px;
    line-height: 1;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .he382r.dinx1p-dinx1p-ey67tt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .he382r.t5qbsz-t5qbsz-qb4xnl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*------------------- 8.9. Comments  -------------------*/
.v5k3cc {
  border-bottom: 1px solid var(--white-color);
}

.v5k3cc li {
  margin: 0;
}

.v5k3cc .s033iu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 23px;
  border-top: 1px solid var(--border-color);
}

.v5k3cc p {
  margin-bottom: 0;
}

.v5k3cc ul.sh2kk9 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v5k3cc ul.sh2kk9 > li:first-child > .s033iu {
  padding-top: 0;
  border-top: none;
}

.v5k3cc ul.sh2kk9 ul ul,
.v5k3cc ul.sh2kk9 ul ol,
.v5k3cc ul.sh2kk9 ol ul,
.v5k3cc ul.sh2kk9 ol ol {
  margin-bottom: 0;
}

.v5k3cc .qyo87f {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.v5k3cc .qko3pg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -5px;
}

.v5k3cc .xt3wbd {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--theme-color);
  line-height: 1;
}

.v5k3cc .yjf61v {
  margin-bottom: 15px;
}

.v5k3cc .daeadk {
  width: 110px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  border-radius: 50px;
}

.v5k3cc .vwf3i2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.v5k3cc .hfmvgj {
  margin-bottom: 25px;
}

.v5k3cc .hfmvgj:last-child {
  margin-bottom: 0;
}

.v5k3cc .g0d99a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 30px;
}

/* Medium devices */
@media (max-width: 992px) {
  .v5k3cc {
    padding-bottom: 1px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .v5k3cc .s033iu {
    display: block;
    margin-bottom: 0;
    padding: 20px 0;
    margin-top: 0;
  }
  .v5k3cc .qyo87f {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .v5k3cc .qko3pg {
    width: 100%;
  }
  .v5k3cc .g0d99a {
    margin-left: 20px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .v5k3cc .s033iu {
    position: relative;
  }
  .v5k3cc .g0d99a {
    margin-left: 5px;
  }
  .v5k3cc .xt3wbd {
    margin-bottom: 0;
    line-height: 1;
  }
  .v5k3cc .vwf3i2 {
    display: block;
  }
  .v5k3cc .vwf3i2 .daeadk {
    position: relative;
    right: 0;
    top: 0;
    font-size: 10px;
    width: 80px;
    height: 30px;
    line-height: 27px;
    padding: 0;
    border-width: 1px;
    margin-bottom: 10px;
  }
}

/*------------------- 8.10. Hero Area  -------------------*/
.su3im2 .nf1xhm {
  margin-bottom: 1px !important;
}

.qo20rp .nf1xhm {
  min-height: 480px;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  max-width: 880px;
}

.qo20rp .h0lgcs {
  display: inline-block;
  margin-right: 20px;
}

.qo20rp .zoamqp {
  display: inline-block;
}

.qo20rp .c31cdx {
  margin-bottom: 10px;
}

.qo20rp .zx3l5y {
  margin-bottom: 7px;
}

.qo20rp .ef4bbg {
  left: 100px;
  top: calc(50% + 25px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.qo20rp .ef4bbg.dhzmyd {
  top: calc(50% - 25px);
}

.qo20rp .sain7y {
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qo20rp .sain7y li {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
}

.qo20rp .sain7y li:last-child {
  margin-bottom: 0;
}

.qo20rp .sain7y button {
  border: none;
  opacity: 0;
  visibility: hidden;
}

.qo20rp:hover .sain7y button,
.qo20rp:hover .ef4bbg {
  opacity: 1;
  visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .qo20rp .ef4bbg {
    left: 20px;
  }
  .qo20rp .sain7y {
    right: 20px;
  }
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .qo20rp .ef4bbg {
    left: 10px;
    top: 30px;
  }
  .qo20rp .ef4bbg.dhzmyd {
    top: 30px;
    left: 60px;
  }
  .qo20rp .sain7y {
    right: 10px;
    top: 30px;
  }
  .qo20rp .sain7y li {
    display: inline-block;
    margin-right: 5px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .qo20rp .nf1xhm {
    min-height: 350px;
  }
  .qo20rp .zx3l5y {
    font-size: 24px;
  }
  .qo20rp .h0lgcs {
    margin-right: 10px;
  }
}

.sedy3y .ef4bbg {
  left: -25px;
}

.sedy3y .ef4bbg.dhzmyd {
  right: -25px;
}

/* Large devices */
@media (max-width: 1199px) {
  .sedy3y .ef4bbg {
    left: 15px;
    top: 15px;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .sedy3y .ef4bbg.dhzmyd {
    left: 75px;
    right: auto;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .sedy3y .v8vua3-v8vua3-nzg6ct {
    padding: 15px 20px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .sedy3y .ef4bbg.dhzmyd {
    left: 60px;
  }
}

@media (min-width: 1199px) and (max-width: 1500px) {
  .rwsmw4 .nnzqo3.t5qbsz-t5qbsz-hbqlur,
  .jn53xw .nnzqo3.t5qbsz-t5qbsz-hbqlur {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rwsmw4 .nnzqo3.dinx1p-dinx1p-qtuwcf,
  .jn53xw .nnzqo3.dinx1p-dinx1p-qtuwcf {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .rwsmw4 .nnzqo3.t5qbsz-t5qbsz-hbqlur,
  .jn53xw .nnzqo3.t5qbsz-t5qbsz-hbqlur {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rwsmw4 .nnzqo3.dinx1p-dinx1p-qtuwcf,
  .jn53xw .nnzqo3.dinx1p-dinx1p-qtuwcf {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*------------------- 8.11. Tab Menu  -------------------*/
.nf2gkr li {
  display: inline-block;
  margin-right: 14px;
}

.nf2gkr li:last-child {
  margin-right: 0;
}

.nf2gkr a {
  padding: 0;
  position: relative;
  padding-left: 15px;
  font-weight: 700;
  color: var(--title-color);
  text-transform: capitalize;
}

.nf2gkr a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  background-color: var(--theme-color);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.nf2gkr a:hover, .nf2gkr a.mf6a9t {
  color: var(--theme-color);
}

.nf2gkr a.mf6a9t:before {
  opacity: 1;
  visibility: visible;
}

.nf2gkr.qfcf7p a {
  text-transform: uppercase;
}

/* Large devices */
@media (max-width: 1199px) {
  .nf2gkr a {
    padding-left: 10px;
    font-size: 14px;
  }
  .nf2gkr.b5vuiu {
    margin-bottom: 15px;
  }
}

.ulo7j8 {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.ulo7j8 a {
  color: var(--title-color);
  font-weight: 700;
  text-transform: capitalize;
  background-color: var(--smoke-color);
  text-align: center;
  display: block;
  width: 100%;
  border-right: 1px solid #e6e9ed;
  position: relative;
}

.ulo7j8 a.mf6a9t, .ulo7j8 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.ulo7j8 li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ulo7j8 li:last-child a {
  border-right: none;
}

.ulo7j8.joa039 a {
  margin-bottom: 10px;
}

.ulo7j8.joa039 a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--theme-color);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.ulo7j8.joa039 a.mf6a9t:before {
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 768px) {
  .ulo7j8 a {
    font-size: 12px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .ulo7j8 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ulo7j8 a {
    margin-bottom: 10px;
    border-right: none;
  }
  .ulo7j8.joa039 a:before {
    display: none;
  }
}

/*------------------- 8.12. About  -------------------*/
/* Large devices */
@media (max-width: 1199px) {
  .lnln71.w0m60g {
    margin-top: 30px;
  }
  .lnln71.t5qbsz-t5qbsz-hyygsc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lnln71.rtl9ff {
    padding-top: 10px;
  }
  .lnln71.p5wry1 {
    padding-bottom: 20px;
  }
}

/*------------------- 8.13. Team  -------------------*/
.t4al5c a {
  color: inherit;
}

.t4al5c .hbcz5k {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  text-align: center;
  z-index: 2;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.t4al5c .kh6uk3 {
  font-size: 22px;
  margin-bottom: 0;
}

.t4al5c .qikgfg {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.t4al5c .qikgfg:before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: auto;
  height: 40%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 100%);
}

.t4al5c .qikgfg:hover .hbcz5k {
  bottom: 0;
}

.t4al5c .qikgfg:hover:before {
  height: 60%;
}

/* Medium devices */
@media (max-width: 992px) {
  .t4al5c .j4dpdb.fklaob {
    padding-bottom: 0;
  }
}

/*------------------- 8.14. Founder  -------------------*/
.o4h2yy .q9yznh {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.o4h2yy .q9yznh:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.o4h2yy .q9yznh .thneut {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.o4h2yy .jkv5p8 {
  margin-bottom: 30px;
}

.o4h2yy .jkv5p8:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.o4h2yy .jkv5p8:hover .q9yznh::before {
  opacity: 1;
  visibility: visible;
}

.o4h2yy .jkv5p8:hover .q9yznh .thneut {
  opacity: 1;
  visibility: visible;
}

/*------------------- 8.15. Gallery  -------------------*/
.wn8jhr .c31cdx {
  position: absolute;
  right: 18px;
  top: 20px;
  z-index: 3;
}

.wn8jhr .v5785v {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.wn8jhr .v8vua3-v8vua3-nzg6ct {
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.wn8jhr .wiek1r {
  position: relative;
  margin-bottom: 30px;
}

.wn8jhr .wiek1r:hover .v8vua3-v8vua3-nzg6ct {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.wn8jhr .wiek1r:hover .v5785v {
  opacity: 1;
  visibility: visible;
}

/*------------------- 8.16. Error  -------------------*/
.q1n8i7 .vbyrnr {
  font-size: 10vw;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.05em;
}

.q1n8i7 .xjbaqs {
  font-size: 2.7vw;
  margin-bottom: 0.3em;
  line-height: 1;
}

/* Medium devices */
@media (max-width: 992px) {
  .q1n8i7.bomylt {
    padding-top: 100px;
  }
  .q1n8i7.pe7r3f {
    padding-bottom: 100px;
  }
  .q1n8i7 .vbyrnr {
    font-size: 12vw;
    margin-bottom: 0.2em;
  }
  .q1n8i7 .xjbaqs {
    font-size: 4.5vw;
    margin-bottom: 0.6em;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .q1n8i7 .vbyrnr {
    margin-bottom: 0.3em;
  }
  .q1n8i7 .xjbaqs {
    margin-bottom: 0.8em;
  }
}

/*------------------- 8.17. Contact  -------------------*/
.contact-map-style1 {
  height: 550px;
  width: 100%;
  margin-bottom: -185px;
}

/* Large devices */
@media (max-width: 1199px) {
  .jivynn.t5qbsz-t5qbsz-mtqnt6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .jivynn.dinx1p-dinx1p-qr618q {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .n5vpkl.t5qbsz-t5qbsz-x9e54d {
    padding-left: 30px;
    padding-right: 30px;
  }
  .n5vpkl.dinx1p-dinx1p-r58yqo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .contact-map-style1 {
    margin-bottom: 30px;
    height: 300px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .jivynn.t5qbsz-t5qbsz-mtqnt6 {
    padding-right: 15px;
    padding-left: 15x;
  }
  .jivynn.dinx1p-dinx1p-qr618q {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .n5vpkl.t5qbsz-t5qbsz-x9e54d {
    padding-left: 15px;
    padding-right: 15px;
  }
  .n5vpkl.dinx1p-dinx1p-r58yqo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/*=================================
    09. Theme Global
==================================*/
/*------------------- 9.1. Font -------------------*/
.u7e0q4 {
  font-family: var(--theme-font);
}

.waxeb1 {
  font-family: var(--icon-font);
}

.pwfb0p {
  font-weight: 300;
}

.rplkvv {
  font-weight: 400;
}

.qvhv8b {
  font-weight: 500;
}

.cfycl1 {
  font-weight: 600;
}

.b8y55v {
  font-weight: 700;
}

.ywshdv {
  font-size: 14px;
}

.g9xexh {
  font-size: 20px;
}

.t8hjio {
  font-size: 12px;
}

.qfcf7p {
  text-transform: uppercase;
}

/* Large devices */
@media (max-width: 1199px) {
  .g9xexh {
    font-size: 18px;
  }
  .bb4t2w {
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .b7b91x {
    font-size: 14px;
  }
}

/*------------------- 9.2. Background -------------------*/
.qx1bwu-qx1bwu-rm81ve {
  background-color: var(--theme-color) !important;
}

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

.qx1bwu-qx1bwu-fwaq8f {
  background-color: var(--body-color) !important;
}

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

.qx1bwu-qx1bwu-qnmpo9 {
  background-color: var(--secondary-color) !important;
}

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

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

.qx1bwu-qx1bwu-aaof91 {
  background-color: var(--yellow-color) !important;
}

.qx1bwu-qx1bwu-i0evv8 {
  background-color: var(--success-color) !important;
}

.qx1bwu-qx1bwu-lxbs3e {
  background-color: var(--error-color) !important;
}

.qx1bwu-qx1bwu-wd2ycw {
  background-color: var(--cyprus-color);
}

.qx1bwu-qx1bwu-tx7qha {
  background-color: var(--sapphire-color);
}

.o3195i {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.qx1bwu-qx1bwu-k7vrnz {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.qx1bwu-qx1bwu-htkrpz {
  background-size: auto auto;
}

.qx1bwu-qx1bwu-kvp5vr {
  background-position: center bottom;
}

.qx1bwu-qx1bwu-u1taw4 {
  background-position: center top;
}

.qx1bwu-qx1bwu-eulzz7 {
  background-attachment: fixed;
}

.qx1bwu-qx1bwu-tl65nw {
  background-position: left bottom;
}

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

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

.bb00zg {
  color: var(--body-color) !important;
}

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

.c6ztrp {
  color: var(--secondary-color) !important;
}

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

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

.d8px17 {
  color: var(--yellow-color) !important;
}

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

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

.mp9i1m {
  color: inherit;
}

/*------------------- 9.4. Border Radius -------------------*/
.ix3k1d,
.nbln6g {
  border-radius: 50%;
  overflow: hidden;
}

.toiia2 {
  border-radius: 50px;
}

.hwlw3d {
  border-radius: 100px;
}

.of4am3 {
  border-radius: 10px;
}

.i591tg {
  border: 1px solid;
}

.td50cy {
  border-top: 5px solid var(--theme-color);
}

.j4glrs {
  border-bottom: 1px solid var(--regal-blue-color);
}

/*------------------- 9.5. Overlay -------------------*/
.ptmrna {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.v8vua3-v8vua3-pbq6wv,
.v5785v {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.v8vua3-v8vua3-yy4fmt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.v8vua3-v8vua3-nzg6ct {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  padding: 25px 30px;
}

[data-overlay] {
  position: relative;
}

[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="title"]:before {
  background-color: var(--title-color);
}

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

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

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

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

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

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

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

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

[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;
}

@media (min-width: 576px) {
  .v8vua3-v8vua3-vu4sbk {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
    padding: 25px 30px;
    background-color: transparent;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .v8vua3-v8vua3-vu4sbk, .v8vua3-v8vua3-vu4sbk[class*="p-"], .v8vua3-v8vua3-vu4sbk[class*="t5qbsz-"], .v8vua3-v8vua3-vu4sbk[class*="dinx1p-"],
  .v8vua3-v8vua3-nzg6ct,
  .v8vua3-v8vua3-nzg6ct[class*="p-"],
  .v8vua3-v8vua3-nzg6ct[class*="t5qbsz-"],
  .v8vua3-v8vua3-nzg6ct[class*="dinx1p-"] {
    padding: 15px 20px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .v8vua3-v8vua3-pbq6wv {
    display: none;
  }
  .v8vua3-v8vua3-vu4sbk {
    background-color: var(--white-color);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}

/*=================================
    10. Theme Animation
==================================*/
.tk2udn.f6myw3 {
  --animation-name: slideinup;
}

.yoyk0e.f6myw3 {
  --animation-name: slideindown;
}

.yoyk0e,
.tk2udn {
  opacity: 0;
}

.f6myw3 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  opacity: 1;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.w6xg4b, .wowdm9.hd20xk:before, .j471c0:after, .j471c0:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*=================================
    11. Extend
==================================*/
/*=================================
    12. Spacing
==================================*/
.svb5bq,
.hu899x {
  padding-top: 60px;
}

.svb5bq,
.zjapo6 {
  padding-bottom: 60px;
}

.ufd9mh,
.wx9lz4 {
  padding-top: 30px;
}

.ufd9mh,
.klpemm {
  padding-bottom: 30px;
}

/* Medium devices */
@media (max-width: 992px) {
  .svb5bq,
  .hu899x {
    padding-top: 30px;
  }
  .svb5bq,
  .zjapo6 {
    padding-bottom: 30px;
  }
  .ufd9mh,
  .wx9lz4 {
    padding-top: 0px;
  }
  .ufd9mh,
  .klpemm {
    padding-bottom: 0px;
  }
}

/*-- Padding Left And Right --*/
.t5qbsz-t5qbsz-k5177e {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.t5qbsz-t5qbsz-sn4w8t {
  padding-right: 65px;
  padding-left: 65px;
}

.t5qbsz-t5qbsz-qgemy5 {
  padding-right: 70px;
  padding-left: 70px;
}

.t5qbsz-t5qbsz-d305gi {
  padding-right: 75px;
  padding-left: 75px;
}

.t5qbsz-t5qbsz-hyygsc {
  padding-right: 80px;
  padding-left: 80px;
}

.t5qbsz-t5qbsz-ums37n {
  padding-right: 85px;
  padding-left: 85px;
}

.t5qbsz-t5qbsz-eqiqd5 {
  padding-right: 90px;
  padding-left: 90px;
}

.t5qbsz-t5qbsz-k1fs8i {
  padding-right: 95px;
  padding-left: 95px;
}

.t5qbsz-t5qbsz-rhdakb {
  padding-right: 100px;
  padding-left: 100px;
}

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

.dinx1p-dinx1p-sosck5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dinx1p-dinx1p-src0sz {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dinx1p-dinx1p-j6j91l {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dinx1p-dinx1p-fzoo5j {
  padding-top: 25px;
  padding-bottom: 25px;
}

.dinx1p-dinx1p-ey67tt {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dinx1p-dinx1p-qtuwcf {
  padding-top: 35px;
  padding-bottom: 35px;
}

.dinx1p-dinx1p-pq6nnb {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dinx1p-dinx1p-qw9y4d {
  padding-top: 45px;
  padding-bottom: 45px;
}

.dinx1p-dinx1p-qr618q {
  padding-top: 50px;
  padding-bottom: 50px;
}

.dinx1p-dinx1p-g154fc {
  padding-top: 55px;
  padding-bottom: 55px;
}

.dinx1p-dinx1p-r58yqo {
  padding-top: 60px;
  padding-bottom: 60px;
}

.dinx1p-dinx1p-ing48n {
  padding-top: 65px;
  padding-bottom: 65px;
}

.dinx1p-dinx1p-pjxk23 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.dinx1p-dinx1p-maawdh {
  padding-top: 75px;
  padding-bottom: 75px;
}

.dinx1p-dinx1p-q5fr0r {
  padding-top: 80px;
  padding-bottom: 80px;
}

.dinx1p-dinx1p-rodo4c {
  padding-top: 85px;
  padding-bottom: 85px;
}

.dinx1p-dinx1p-c5v77u {
  padding-top: 90px;
  padding-bottom: 90px;
}

.dinx1p-dinx1p-dc6s1j {
  padding-top: 95px;
  padding-bottom: 95px;
}

.dinx1p-dinx1p-htnwbc {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*-- Padding Top --*/
.xydj32 {
  padding-top: 5px;
}

.gzp52e {
  padding-top: 10px;
}

.ndcegl {
  padding-top: 15px;
}

.gpd2hk {
  padding-top: 20px;
}

.kpwcsz {
  padding-top: 25px;
}

.wn8tgu {
  padding-top: 30px;
}

.wnsa92 {
  padding-top: 35px;
}

.gpdklj {
  padding-top: 40px;
}

.bfu7ck {
  padding-top: 45px;
}

.qn0oti {
  padding-top: 50px;
}

.oja5hj {
  padding-top: 55px;
}

.o9gcxp {
  padding-top: 60px;
}

.jc6psx {
  padding-top: 65px;
}

.rtl9ff {
  padding-top: 70px;
}

.n1af0q {
  padding-top: 75px;
}

.fsmscc {
  padding-top: 80px;
}

.pjflcv {
  padding-top: 85px;
}

.kpibyk {
  padding-top: 90px;
}

.tyz37b {
  padding-top: 95px;
}

.oqwpmn {
  padding-top: 100px;
}

/*-- Padding Bottom --*/
.jbzvyw {
  padding-bottom: 5px;
}

.g93vzk {
  padding-bottom: 10px;
}

.i05pbg {
  padding-bottom: 15px;
}

.fklaob {
  padding-bottom: 20px;
}

.v75e4u {
  padding-bottom: 25px;
}

.b64olm {
  padding-bottom: 30px;
}

.lbrrac {
  padding-bottom: 35px;
}

.clyhz3 {
  padding-bottom: 40px;
}

.yazpb1 {
  padding-bottom: 45px;
}

.kvoej0 {
  padding-bottom: 50px;
}

.iqe1kl {
  padding-bottom: 55px;
}

.vqrpy9 {
  padding-bottom: 60px;
}

.jf7szb {
  padding-bottom: 65px;
}

.nmirkn {
  padding-bottom: 70px;
}

.l6vty5 {
  padding-bottom: 75px;
}

.p5wry1 {
  padding-bottom: 80px;
}

.x2rjey {
  padding-bottom: 85px;
}

.sax9mc {
  padding-bottom: 90px;
}

.qzcbzt {
  padding-bottom: 95px;
}

.ag1mcb {
  padding-bottom: 100px;
}

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

.k6nuf7 {
  padding-left: 10px;
}

.bo6p3s {
  padding-left: 15px;
}

.aobt9z {
  padding-left: 20px;
}

.k4ayoo {
  padding-left: 25px;
}

.l77ntn {
  padding-left: 30px;
}

.d0414d {
  padding-left: 35px;
}

.zyn7ua {
  padding-left: 40px;
}

.f6zmsg {
  padding-left: 45px;
}

.z46csv {
  padding-left: 50px;
}

.i4cv7h {
  padding-left: 55px;
}

.mydhxb {
  padding-left: 60px;
}

.rajohx {
  padding-left: 65px;
}

.f8nuwe {
  padding-left: 70px;
}

.rihkfh {
  padding-left: 75px;
}

.i4idtw {
  padding-left: 80px;
}

.pud867 {
  padding-left: 85px;
}

.ijbj7k {
  padding-left: 90px;
}

.gnkyar {
  padding-left: 95px;
}

.yxcgdi {
  padding-left: 100px;
}

/*-- Padding Right --*/
.b7v22y {
  padding-right: 5px;
}

.lbp4a9 {
  padding-right: 10px;
}

.nd6med {
  padding-right: 15px;
}

.tk47ct {
  padding-right: 20px;
}

.nj0l3b {
  padding-right: 25px;
}

.zpvf3q {
  padding-right: 30px;
}

.kbfex7 {
  padding-right: 35px;
}

.a1s2ii {
  padding-right: 40px;
}

.yw02le {
  padding-right: 45px;
}

.cxm3h2 {
  padding-right: 50px;
}

.mho0i3 {
  padding-right: 55px;
}

.zf0oro {
  padding-right: 60px;
}

.b3u2k3 {
  padding-right: 65px;
}

.x3np7l {
  padding-right: 70px;
}

.kqa52r {
  padding-right: 75px;
}

.tqzunc {
  padding-right: 80px;
}

.cs9xe1 {
  padding-right: 85px;
}

.ptepv2 {
  padding-right: 90px;
}

.hi4uo8 {
  padding-right: 95px;
}

.rg7jgk {
  padding-right: 100px;
}

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

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

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

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

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

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

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

.og41ka {
  margin-right: 40px;
  margin-left: 40px;
}

.b50evv {
  margin-right: 45px;
  margin-left: 45px;
}

.t2907r {
  margin-right: 50px;
  margin-left: 50px;
}

.wbrsiv {
  margin-right: 55px;
  margin-left: 55px;
}

.ct59of {
  margin-right: 60px;
  margin-left: 60px;
}

.iwfsm2 {
  margin-right: 65px;
  margin-left: 65px;
}

.p59mav {
  margin-right: 70px;
  margin-left: 70px;
}

.uzrggf {
  margin-right: 75px;
  margin-left: 75px;
}

.ow34e7 {
  margin-right: 80px;
  margin-left: 80px;
}

.dqq1t2 {
  margin-right: 85px;
  margin-left: 85px;
}

.c4ijdv {
  margin-right: 90px;
  margin-left: 90px;
}

.opuul8 {
  margin-right: 95px;
  margin-left: 95px;
}

.n2jbk1 {
  margin-right: 100px;
  margin-left: 100px;
}

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

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

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

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

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

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

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

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

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

.jdre4b {
  margin-top: 50px;
  margin-bottom: 50px;
}

.xmccli {
  margin-top: 55px;
  margin-bottom: 55px;
}

.nn3pgr {
  margin-top: 60px;
  margin-bottom: 60px;
}

.vl4z3k {
  margin-top: 65px;
  margin-bottom: 65px;
}

.v7rufe {
  margin-top: 70px;
  margin-bottom: 70px;
}

.asiumy {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mlq0cb {
  margin-top: 80px;
  margin-bottom: 80px;
}

.zry06n {
  margin-top: 85px;
  margin-bottom: 85px;
}

.mpr69l {
  margin-top: 90px;
  margin-bottom: 90px;
}

.wprdjy {
  margin-top: 95px;
  margin-bottom: 95px;
}

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

/*-- margin Top --*/
.dxmlqa {
  margin-top: 5px;
}

.gaob0w {
  margin-top: 10px;
}

.zg4dr0 {
  margin-top: 15px;
}

.owthdx {
  margin-top: 20px;
}

.l18hbc {
  margin-top: 25px;
}

.af6jw9 {
  margin-top: 30px;
}

.krlvpp {
  margin-top: 35px;
}

.b7c4at {
  margin-top: 40px;
}

.tcmarz {
  margin-top: 45px;
}

.xkzozt {
  margin-top: 50px;
}

.fdkf7z {
  margin-top: 55px;
}

.ubtxvi {
  margin-top: 60px;
}

.xyf8ex {
  margin-top: 65px;
}

.j7ogw2 {
  margin-top: 70px;
}

.aljnqv {
  margin-top: 75px;
}

.y22a43 {
  margin-top: 80px;
}

.qdp8r6 {
  margin-top: 85px;
}

.baixrw {
  margin-top: 90px;
}

.armxa3 {
  margin-top: 95px;
}

.igd6mt {
  margin-top: 100px;
}

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

.k6i024 {
  margin-bottom: 10px;
}

.aayl6c {
  margin-bottom: 15px;
}

.poedxd {
  margin-bottom: 20px;
}

.b5vuiu {
  margin-bottom: 25px;
}

.f4sg38 {
  margin-bottom: 30px;
}

.sfgyzj {
  margin-bottom: 35px;
}

.def81q {
  margin-bottom: 40px;
}

.dqpn5c {
  margin-bottom: 45px;
}

.indrmt {
  margin-bottom: 50px;
}

.mar4y7 {
  margin-bottom: 55px;
}

.x5c1s9 {
  margin-bottom: 60px;
}

.c9t1ey {
  margin-bottom: 65px;
}

.k2wp6d {
  margin-bottom: 70px;
}

.seb2ms {
  margin-bottom: 75px;
}

.s0xbqm {
  margin-bottom: 80px;
}

.tdza6t {
  margin-bottom: 85px;
}

.cqotof {
  margin-bottom: 90px;
}

.p2ludt {
  margin-bottom: 95px;
}

.mdpwlb {
  margin-bottom: 100px;
}

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

.a6ay08 {
  margin-left: 10px;
}

.ps8zxa {
  margin-left: 15px;
}

.sjl2sp {
  margin-left: 20px;
}

.s7rnsk {
  margin-left: 25px;
}

.uw3xo1 {
  margin-left: 30px;
}

.r42co0 {
  margin-left: 35px;
}

.t9wwdm {
  margin-left: 40px;
}

.i0hadf {
  margin-left: 45px;
}

.ja908m {
  margin-left: 50px;
}

.her22v {
  margin-left: 55px;
}

.rlmxfz {
  margin-left: 60px;
}

.es1uw3 {
  margin-left: 65px;
}

.zaytth {
  margin-left: 70px;
}

.d0jofl {
  margin-left: 75px;
}

.pronb3 {
  margin-left: 80px;
}

.tptepq {
  margin-left: 85px;
}

.v4rf25 {
  margin-left: 90px;
}

.dk8hpz {
  margin-left: 95px;
}

.nqo4gc {
  margin-left: 100px;
}

/*-- margin Right --*/
.egetbf {
  margin-right: 5px;
}

.xr12z3 {
  margin-right: 10px;
}

.glucre {
  margin-right: 15px;
}

.qncgay {
  margin-right: 20px;
}

.z8r0zt {
  margin-right: 25px;
}

.p1mk5w {
  margin-right: 30px;
}

.hpnvwh {
  margin-right: 35px;
}

.hl0smk {
  margin-right: 40px;
}

.ezem3w {
  margin-right: 45px;
}

.f0edlb {
  margin-right: 50px;
}

.uub8w2 {
  margin-right: 55px;
}

.fpdjc1 {
  margin-right: 60px;
}

.m2ivpk {
  margin-right: 65px;
}

.idf8ou {
  margin-right: 70px;
}

.pwpq41 {
  margin-right: 75px;
}

.fqzu8p {
  margin-right: 80px;
}

.nvedgn {
  margin-right: 85px;
}

.mccnar {
  margin-right: 90px;
}

.dwa8bf {
  margin-right: 95px;
}

.dw0me7 {
  margin-right: 100px;
}

.w0m60g {
  margin-top: -130px;
}

.bomylt {
  padding-top: 150px;
}

.pe7r3f {
  padding-bottom: 150px;
}

.vfy17w {
  padding-top: 1px;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .t5qbsz-t5qbsz-d305gi {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kdjf6b {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .v7m6vm {
  color: #aaa;
  border-color: #eee;
}
/* Theme 450 migration utility pages */
.kp4kpn{display:inline-block;white-space:nowrap;margin-left:14px;font-size:0;vertical-align:middle}.kp4kpn a{display:inline-block;margin:0 0 0 8px;white-space:nowrap;vertical-align:middle;font-size:14px;line-height:20px}.twgetf{white-space:nowrap}.tw6g5h{padding:76px 0}.tw6g5h h1{font-size:42px;line-height:1.22;margin:0 0 18px;color:inherit}.tw6g5h h2{font-size:34px;line-height:1.25;margin:0 0 16px;color:inherit}.tw6g5h h3{font-size:21px;line-height:1.35;margin:0 0 10px;color:#1b1b1b}.tw6g5h p,.tw6g5h li{font-size:16px;line-height:1.8}.tw6g5h em{display:block;margin-bottom:12px;font-style:normal;font-weight:700;letter-spacing:1px}.h6dry5{background:#f7f7f7}.idu3ia img{display:block;width:100%;max-height:430px;object-fit:cover}.awn6qp{margin-top:28px}.awn6qp a{margin-right:12px;margin-bottom:10px}.x6fr7b{height:100%;background:#fff;padding:30px 26px;margin-bottom:24px;border:1px solid #e8e8e8;color:#333}.x6fr7b span{display:inline-block;margin-bottom:14px;font-weight:700;color:#c7202f}.x6fr7b p{color:#555;margin:0}.sw2xd6{text-align:center;max-width:760px;margin:0 auto 36px}.z00t67{background:#fff;border:1px solid #e8e8e8;padding:38px 42px;color:#222}.z00t67 ol{margin:18px 0 0;padding-left:22px}.h0rqfe{margin:22px 0 0;padding-left:20px}.ykyodl{background:#fff;color:#222;padding:42px;border:1px solid #e3e3e3;box-shadow:0 12px 35px rgba(0,0,0,.08)}.ykyodl h2{color:#111}.ykyodl p{color:#555}.ykyodl input{display:block;width:100%;height:54px;margin-bottom:14px;padding:0 18px;border:1px solid #ddd;background:#fff;color:#222}.ir4f2g{font-size:0;margin-top:10px}.ir4f2g button,.ir4f2g a{display:inline-block;height:52px;line-height:52px;padding:0 24px;margin:0 10px 10px 0;border:0;background:#c7202f;color:#fff;font-size:15px;font-weight:700;vertical-align:top;cursor:pointer;text-align:center}.ir4f2g a{background:#222;color:#fff}.ofgy6s{text-align:center}.ofgy6s .container,.scditv .container{max-width:880px}.scditv{background:#fff}.scditv .container{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding-top:34px;padding-bottom:34px}.sdw40m{font-size:36px;line-height:1.25;margin:0 0 20px;color:inherit}@media(max-width:991px){.tw6g5h{padding:54px 0}.tw6g5h h1{font-size:32px}.tw6g5h h2{font-size:28px}.kp4kpn{margin-left:0;margin-top:10px}.ykyodl{padding:28px}}

/* Theme 450 rich utility pages */
.kp4kpn {
  margin-left: 0;
}
.kp4kpn .daeadk {
  height: 42px;
  line-height: 40px;
  padding: 0 18px;
  margin-left: 8px;
  vertical-align: top;
}
.eznzq5 {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  background: #e53935;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.valday,
.theme450-app-edition {
  background: #11151d;
  color: #fff;
}
.valday h1,
.valday h2,
.valday p,
.theme450-app-edition h1,
.theme450-app-edition p {
  color: #fff;
}
.cssde5 {
  background: #fff;
  color: #1b1f25;
  padding: 36px 34px;
  border-top: 5px solid #e53935;
}
.cssde5 h2,
.cssde5 p,
.cssde5 strong,
.cssde5 span {
  color: #1b1f25;
}
.cssde5 ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.cssde5 li {
  border-top: 1px solid #e6e6e6;
  padding: 14px 0;
}
.cssde5 strong {
  display: inline-block;
  width: 96px;
}
.cssde5 span {
  display: inline-block;
  width: 60%;
  color: #555;
}
.h6dry5 {
  background: #f4f5f7;
}
.sw2xd6 .eznzq5 {
  margin-bottom: 12px;
}
.sw2xd6 h1,
.sw2xd6 h2,
.sw2xd6 p {
  color: #1b1f25;
}
.x6fr7b {
  border-color: #e7e7e7;
  border-top: 4px solid #e53935;
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
}
.x6fr7b span {
  color: #e53935;
}
.lgv4tz {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 40px 44px;
  color: #1b1f25;
}
.lgv4tz h2 {
  color: #1b1f25;
}
.lgv4tz ol {
  margin: 14px 0 0;
  padding-left: 22px;
  column-count: 2;
  column-gap: 46px;
}
.qj3hrf,
.vr8g5x {
  background: #fff;
}
.wuye2y {
  padding-right: 34px;
}
.wuye2y h1,
.wuye2y p {
  color: #1b1f25;
}
.h6j49c {
  margin-top: 22px;
  font-size: 0;
}
.h6j49c span {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 10px 14px;
  background: #f4f5f7;
  color: #1b1f25;
  font-size: 14px;
  border-left: 3px solid #e53935;
}
.nl9ieo {
  border-top: 5px solid #e53935;
}
.ykyodl input {
  box-sizing: border-box;
}
.ir4f2g button,
.ir4f2g a {
  min-width: 122px;
  background: #e53935;
}
.ir4f2g a {
  background: #11151d;
}
.faw3af {
  font-size: 0;
  border: 1px solid #e6e6e6;
}
.lzm91o,
.faw3af .ykyodl {
  display: inline-block;
  width: 40%;
  min-height: 520px;
  padding: 42px 36px;
  vertical-align: top;
  font-size: 16px;
  box-sizing: border-box;
}
.faw3af .ykyodl {
  width: 60%;
  border: 0;
  box-shadow: none;
}
.lzm91o {
  background: #11151d;
  color: #fff;
}
.lzm91o h2,
.lzm91o p,
.lzm91o li {
  color: #fff;
}
.lzm91o ul {
  margin: 18px 0 0;
  padding-left: 20px;
}
.theme450-app-cover {
  background: #fff;
  padding: 18px;
  border-bottom: 5px solid #e53935;
}
.theme450-app-cover img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}
.theme450-app-grid {
  font-size: 0;
}
.theme450-app-item {
  display: inline-block;
  width: 25%;
  min-height: 240px;
  padding: 34px 24px;
  background: #fff;
  border-right: 1px solid #e6e6e6;
  vertical-align: top;
  font-size: 16px;
  box-sizing: border-box;
}
.theme450-app-item:last-child {
  border-right: 0;
}
.theme450-app-item span {
  display: inline-block;
  margin-bottom: 16px;
  color: #e53935;
  font-size: 22px;
  font-weight: 700;
}
.theme450-app-item h3,
.theme450-app-item p {
  color: #1b1f25;
}
.ofgy6s {
  background: #fff;
}
.ofgy6s h2,
.ofgy6s p {
  color: #1b1f25;
}
@media (max-width: 991px) {
  .wuye2y {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .lzm91o,
  .faw3af .ykyodl,
  .theme450-app-item {
    display: block;
    width: 100%;
    min-height: 0;
  }
  .theme450-app-item {
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .lgv4tz ol {
    column-count: 1;
  }
}
@media (max-width: 575px) {
  .cssde5,
  .lgv4tz,
  .lzm91o,
  .faw3af .ykyodl {
    padding: 26px 22px;
  }
  .ir4f2g button,
  .ir4f2g a {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .cssde5 strong,
  .cssde5 span {
    display: block;
    width: auto;
  }
}
