/* Helpers
====================================*/
.animation-delay-01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animation-delay-02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animation-delay-03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animation-delay-04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation-delay-05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animation-delay-06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animation-delay-07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.animation-delay-08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animation-delay-09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animation-delay-10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.rotate-180 {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.clearfix {
  clear: both;
}
.color-brand,
.color-brand * {
  color: #00b092 !important;
}
.color-brand-bg {
  background-color: #00b092;
}
.color-ancient {
  color: #63599e !important;
}
.color-ancient-bg {
  background-color: #63599e !important;
}
.color-ancient2 {
  color: #009eb3 !important;
}
.color-ancient2-bg {
  background-color: #009eb3 !important;
}
.color-title {
  color: #10242b !important;
}
.color-text {
  color: #5c666a;
}
.color-menu {
  color: #ffffff !important;
}
.color-menu:hover {
  color: #d9d9d9 !important;
}
.color-menu-background {
  background: #63599e;
}
.box-shadow-none,
.uk-button.box-shadow-none {
  box-shadow: none;
}
.inner-table {
  display: table;
  width: 100%;
  height: 100%;
}
.inner-table .inner-cell {
  display: table-cell;
  vertical-align: middle;
}
.text-light,
.text-white,
.text-light *,
.text-white * {
  color: #fff !important;
}
.text-light.title-lg,
.text-white.title-lg,
.text-light *.title-lg,
.text-white *.title-lg,
.text-light.title-md,
.text-white.title-md,
.text-light *.title-md,
.text-white *.title-md {
  color: #fff;
}
.text-gray,
.text-grey {
  color: #ffe8e4 !important;
}
.text-black,
.text-dark,
.text-black *,
.text-dark * {
  color: #000 !important;
}
.width-auto {
  width: auto;
}
.text-thin,
.text-100 {
  font-weight: 100;
}
.text-light,
.text-300 {
  font-weight: 300;
}
.text-regular,
.text-400 {
  font-weight: 400;
}
.text-medium,
.text-500 {
  font-weight: 500;
}
.text-semibold,
.text-600 {
  font-weight: 600;
}
.text-strong,
.text-700 {
  font-weight: 700;
}
.text-heavy,
.text-800 {
  font-weight: 800;
}
.text-black,
.text-900 {
  font-weight: 900;
}
.text-big {
  font-size: larger;
}
.border-radius,
.border-radius-50 {
  border-radius: 50%;
}
.border-radius-0,
.br0 {
  border-radius: 0 !important;
}
.no-border {
  border: none !important;
}
.no-decoration {
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.hover-underline {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hover-underline:hover {
  text-decoration: underline;
}
/* Z index
------------------------------------ */
.z-index-0,
.z-index0 {
  z-index: 0;
  position: relative;
}
.z-index-1 {
  z-index: 1;
  position: relative;
}
.z-index-99 {
  z-index: 99;
  position: relative;
}
.z-index-front {
  z-index: 9999;
  position: relative;
}
/* Line height
------------------------------------ */
.line-height-1 {
  line-height: 1em;
}
.line-height-1-1 {
  line-height: 1.1em;
}
.line-height-1-2 {
  line-height: 1.2em;
}
.line-height-1-3 {
  line-height: 1.3em;
}
.line-height-1-4 {
  line-height: 1.4em;
}
.line-height-1-5 {
  line-height: 1.5em;
}
.line-height-1-6 {
  line-height: 1.6em;
}
.line-height-2 {
  line-height: 2em;
}
.line-height-3 {
  line-height: 3em;
}
.line-height-3-5 {
  line-height: 3.5em;
}
.line-height-4 {
  line-height: 4em;
}
.line-height-5 {
  line-height: 5em;
}
/* Background colors
------------------------------------ */
.background-gray {
  background-color: #f9f9f9;
}
.background-gray #header {
  background-color: transparent;
}
/* Predefined heights
------------------------------------ */
.menu-bottom-height {
  height: 60px;
}
.height-720 {
  height: 720px;
}
.height-600 {
  height: 600px;
}
.height-540 {
  height: 540px;
}
.height-400 {
  height: 400px;
}
.height-320 {
  height: 320px;
}
.height-200 {
  height: 200px;
}
.height-100 {
  height: 100px;
}
.full-size {
  width: 100% !important;
  max-width: 100% !important;
}
/* Font size
------------------------------------ */
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font44 {
  font-size: 44px;
}
.font48 {
  font-size: 48px;
}
/* Padding
------------------------------------ */
.p03 {
  padding: 3px;
}
.p05 {
  padding: 5px;
}
.p1 {
  padding: 10px;
}
.p2 {
  padding: 20px;
}
.p3 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p4 {
  padding: 40px;
}
.p5 {
  padding: 50px;
}
.p6 {
  padding: 60px;
}
.p7 {
  padding: 70px;
}
.p8 {
  padding: 80px;
}
.p9 {
  padding: 90px;
}
.p10 {
  padding: 100px;
}
.p11 {
  padding: 110px;
}
.p12 {
  padding: 120px;
}
.p13 {
  padding: 130px;
}
.p14 {
  padding: 140px;
}
.p15 {
  padding: 150px;
}
.p16 {
  padding: 160px;
}
.p0 {
  padding: 0;
}
.p0i {
  padding: 0 !important;
}
@media (max-width: 640px) {
  .p1\@s {
    padding: 10px;
  }
  .p2\@s {
    padding: 20px;
  }
  .p3\@s {
    padding: 30px;
  }
  .p4\@s {
    padding: 40px;
  }
  .p5\@s {
    padding: 50px;
  }
  .p6\@s {
    padding: 60px;
  }
  .p7\@s {
    padding: 70px;
  }
  .p8\@s {
    padding: 80px;
  }
  .p9\@s {
    padding: 90px;
  }
  .p10\@s {
    padding: 100px;
  }
  .p11\@s {
    padding: 110px;
  }
  .p12\@s {
    padding: 120px;
  }
  .p13\@s {
    padding: 130px;
  }
  .p14\@s {
    padding: 140px;
  }
  .p15\@s {
    padding: 150px;
  }
  .p16\@s {
    padding: 160px;
  }
  .p0\@s {
    padding: 0;
  }
}
.pt1 {
  padding-top: 10px;
}
.pt2 {
  padding-top: 20px;
}
.pt3 {
  padding-top: 30px;
}
.pt4 {
  padding-top: 40px;
}
.pt5 {
  padding-top: 50px;
}
.pt6 {
  padding-top: 60px;
}
.pt7 {
  padding-top: 70px;
}
.pt8 {
  padding-top: 80px;
}
.pt9 {
  padding-top: 90px;
}
.pt10 {
  padding-top: 100px;
}
.pt11 {
  padding-top: 110px;
}
.pt12 {
  padding-top: 120px;
}
.pt13 {
  padding-top: 130px;
}
.pt14 {
  padding-top: 140px;
}
.pt15 {
  padding-top: 150px;
}
.pt16 {
  padding-top: 160px;
}
.pt0 {
  padding-top: 0;
}
.pt0i {
  padding-top: 0 !important;
}
@media (max-width: 640px) {
  .pt1\@s {
    padding-top: 10px;
  }
  .pt2\@s {
    padding-top: 20px;
  }
  .pt3\@s {
    padding-top: 30px;
  }
  .pt4\@s {
    padding-top: 40px;
  }
  .pt5\@s {
    padding-top: 50px;
  }
  .pt6\@s {
    padding-top: 60px;
  }
  .pt7\@s {
    padding-top: 70px;
  }
  .pt8\@s {
    padding-top: 80px;
  }
  .pt9\@s {
    padding-top: 90px;
  }
  .pt10\@s {
    padding-top: 100px;
  }
  .pt11\@s {
    padding-top: 110px;
  }
  .pt12\@s {
    padding-top: 120px;
  }
  .pt13\@s {
    padding-top: 130px;
  }
  .pt14\@s {
    padding-top: 140px;
  }
  .pt15\@s {
    padding-top: 150px;
  }
  .pt16\@s {
    padding-top: 160px;
  }
  .pt0\@s {
    padding-top: 0;
  }
}
.pr1 {
  padding-right: 10px;
}
.pr2 {
  padding-right: 20px;
}
.pr3 {
  padding-right: 30px;
}
.pr4 {
  padding-right: 40px;
}
.pr5 {
  padding-right: 50px;
}
.pr6 {
  padding-right: 60px;
}
.pr7 {
  padding-right: 70px;
}
.pr8 {
  padding-right: 80px;
}
.pr9 {
  padding-right: 90px;
}
.pr10 {
  padding-right: 100px;
}
.pr11 {
  padding-right: 110px;
}
.pr12 {
  padding-right: 120px;
}
.pr13 {
  padding-right: 130px;
}
.pr14 {
  padding-right: 140px;
}
.pr15 {
  padding-right: 150px;
}
.pr16 {
  padding-right: 160px;
}
.pr0 {
  padding-right: 0;
}
.pr0i {
  padding-right: 0 !important;
}
@media (max-width: 640px) {
  .pr1\@s {
    padding-right: 10px;
  }
  .pr2\@s {
    padding-right: 20px;
  }
  .pr3\@s {
    padding-right: 30px;
  }
  .pr4\@s {
    padding-right: 40px;
  }
  .pr5\@s {
    padding-right: 50px;
  }
  .pr6\@s {
    padding-right: 60px;
  }
  .pr7\@s {
    padding-right: 70px;
  }
  .pr8\@s {
    padding-right: 80px;
  }
  .pr9\@s {
    padding-right: 90px;
  }
  .pr10\@s {
    padding-right: 100px;
  }
  .pr11\@s {
    padding-right: 110px;
  }
  .pr12\@s {
    padding-right: 120px;
  }
  .pr13\@s {
    padding-right: 130px;
  }
  .pr14\@s {
    padding-right: 140px;
  }
  .pr15\@s {
    padding-right: 150px;
  }
  .pr16\@s {
    padding-right: 160px;
  }
  .pr0\@s {
    padding-right: 0;
  }
}
.pb1 {
  padding-bottom: 10px;
}
.pb2 {
  padding-bottom: 20px;
}
.pb3 {
  padding-bottom: 30px;
}
.pb4 {
  padding-bottom: 40px;
}
.pb5 {
  padding-bottom: 50px;
}
.pb6 {
  padding-bottom: 60px;
}
.pb7 {
  padding-bottom: 70px;
}
.pb8 {
  padding-bottom: 80px;
}
.pb9 {
  padding-bottom: 90px;
}
.pb10 {
  padding-bottom: 100px;
}
.pb11 {
  padding-bottom: 110px;
}
.pb12 {
  padding-bottom: 120px;
}
.pb13 {
  padding-bottom: 130px;
}
.pb14 {
  padding-bottom: 140px;
}
.pb15 {
  padding-bottom: 150px;
}
.pb16 {
  padding-bottom: 160px;
}
.pb0 {
  padding-bottom: 0;
}
.pb0i {
  padding-bottom: 0 !important;
}
@media (max-width: 640px) {
  .pb1\@s {
    padding-bottom: 10px;
  }
  .pb2\@s {
    padding-bottom: 20px;
  }
  .pb3\@s {
    padding-bottom: 30px;
  }
  .pb4\@s {
    padding-bottom: 40px;
  }
  .pb5\@s {
    padding-bottom: 50px;
  }
  .pb6\@s {
    padding-bottom: 60px;
  }
  .pb7\@s {
    padding-bottom: 70px;
  }
  .pb8\@s {
    padding-bottom: 80px;
  }
  .pb9\@s {
    padding-bottom: 90px;
  }
  .pb10\@s {
    padding-bottom: 100px;
  }
  .pb11\@s {
    padding-bottom: 110px;
  }
  .pb12\@s {
    padding-bottom: 120px;
  }
  .pb13\@s {
    padding-bottom: 130px;
  }
  .pb14\@s {
    padding-bottom: 140px;
  }
  .pb15\@s {
    padding-bottom: 150px;
  }
  .pb16\@s {
    padding-bottom: 160px;
  }
  .pb0\@s {
    padding-bottom: 0;
  }
}
.pl1 {
  padding-left: 10px;
}
.pl2 {
  padding-left: 20px;
}
.pl3 {
  padding-left: 30px;
}
.pl4 {
  padding-left: 40px;
}
.pl5 {
  padding-left: 50px;
}
.pl6 {
  padding-left: 60px;
}
.pl7 {
  padding-left: 70px;
}
.pl8 {
  padding-left: 80px;
}
.pl9 {
  padding-left: 90px;
}
.pl10 {
  padding-left: 100px;
}
.pl11 {
  padding-left: 110px;
}
.pl12 {
  padding-left: 120px;
}
.pl13 {
  padding-left: 130px;
}
.pl14 {
  padding-left: 140px;
}
.pl15 {
  padding-left: 150px;
}
.pl16 {
  padding-left: 160px;
}
.pl0 {
  padding-left: 0;
}
.pl0i {
  padding-left: 0 !important;
}
.pl5r30 {
  padding-left: 50px;
  padding-right: 30px;
}
@media (max-width: 640px) {
  .pl0\@s {
    padding-left: 0 ;
  }
  .pl1\@s {
    padding-left: 10px;
  }
  .pl2\@s {
    padding-left: 20px;
  }
  .pl3\@s {
    padding-left: 30px;
  }
  .pl4\@s {
    padding-left: 40px;
  }
  .pl5\@s {
    padding-left: 50px;
  }
  .pl6\@s {
    padding-left: 60px;
  }
  .pl7\@s {
    padding-left: 70px;
  }
  .pl8\@s {
    padding-left: 80px;
  }
  .pl9\@s {
    padding-left: 90px;
  }
  .pl10\@s {
    padding-left: 100px;
  }
  .pl11\@s {
    padding-left: 110px;
  }
  .pl12\@s {
    padding-left: 120px;
  }
  .pl13\@s {
    padding-left: 130px;
  }
  .pl14\@s {
    padding-left: 140px;
  }
  .pl15\@s {
    padding-left: 150px;
  }
  .pl16\@s {
    padding-left: 160px;
  }
}
.ph1 {
  padding-left: 10px;
  padding-right: 10px;
}
.ph2 {
  padding-left: 20px;
  padding-right: 20px;
}
.ph3 {
  padding-left: 30px;
  padding-right: 30px;
}
.ph4 {
  padding-left: 40px;
  padding-right: 40px;
}
.ph5 {
  padding-left: 50px;
  padding-right: 50px;
}
.ph6 {
  padding-left: 60px;
  padding-right: 60px;
}
.ph7 {
  padding-left: 70px;
  padding-right: 70px;
}
.ph8 {
  padding-left: 80px;
  padding-right: 80px;
}
.ph9 {
  padding-left: 90px;
  padding-right: 90px;
}
.ph10 {
  padding-left: 100px;
  padding-right: 100px;
}
.ph11 {
  padding-left: 110px;
  padding-right: 101px;
}
.ph12 {
  padding-left: 120px;
  padding-right: 120px;
}
.ph13 {
  padding-left: 130px;
  padding-right: 130px;
}
.ph14 {
  padding-left: 140px;
  padding-right: 140px;
}
.ph15 {
  padding-left: 150px;
  padding-right: 150px;
}
.ph16 {
  padding-left: 160px;
  padding-right: 160px;
}
.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}
.phl0 {
  padding-left: 0px;
}
.phr0 {
  padding-right: 0px;
}
.pv1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pv2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pv3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pv4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pv5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pv6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pv7 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pv8 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pv9 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pv10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pv11 {
  padding-top: 110px;
  padding-bottom: 101px;
}
.pv12 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pv13 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.pv14 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pv15 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pv16 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pvt0 {
  padding-top: 0;
}
.pvb0 {
  padding-bottom: 0;
}
/* Margin
------------------------------------ */
.m1 {
  margin: 10px;
}
.m2 {
  margin: 20px;
}
.m3 {
  margin: 30px;
}
.m4 {
  margin: 40px;
}
.m5 {
  margin: 50px;
}
.m6 {
  margin: 60px;
}
.m7 {
  margin: 70px;
}
.m8 {
  margin: 80px;
}
.m9 {
  margin: 90px;
}
.m10 {
  margin: 100px;
}
.m11 {
  margin: 110px;
}
.m12 {
  margin: 120px;
}
.m13 {
  margin: 130px;
}
.m14 {
  margin: 140px;
}
.m15 {
  margin: 150px;
}
.m16 {
  margin: 160px;
}
.m0 {
  margin: 0;
}
.m0i {
  margin: 0 !important;
}
@media (max-width: 640px) {
  .m1\@s {
    margin: 10px;
  }
  .m2\@s {
    margin: 20px;
  }
  .m3\@s {
    margin: 30px;
  }
  .m4\@s {
    margin: 40px;
  }
  .m5\@s {
    margin: 50px;
  }
  .m6\@s {
    margin: 60px;
  }
  .m7\@s {
    margin: 70px;
  }
  .m8\@s {
    margin: 80px;
  }
  .m9\@s {
    margin: 90px;
  }
  .m10\@s {
    margin: 100px;
  }
  .m11\@s {
    margin: 110px;
  }
  .m12\@s {
    margin: 120px;
  }
  .m13\@s {
    margin: 130px;
  }
  .m14\@s {
    margin: 140px;
  }
  .m15\@s {
    margin: 150px;
  }
  .m16\@s {
    margin: 160px;
  }
  .m0\@s {
    margin: 0;
  }
}
.ml1 {
  margin-left: 10px;
}
.ml2 {
  margin-left: 20px;
}
.ml3 {
  margin-left: 30px;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml4 {
  margin-left: 40px;
}
.ml5 {
  margin-left: 50px;
}
.ml6 {
  margin-left: 60px;
}
.ml7 {
  margin-left: 70px;
}
.ml8 {
  margin-left: 80px;
}
.ml9 {
  margin-left: 90px;
}
.ml10 {
  margin-left: 100px;
}
.ml11 {
  margin-left: 110px;
}
.ml12 {
  margin-left: 120px;
}
.ml13 {
  margin-left: 130px;
}
.ml14 {
  margin-left: 140px;
}
.ml15 {
  margin-left: 150px;
}
.ml155 {
  margin-left: 155px;
}
.ml16 {
  margin-left: 160px;
}
.ml0 {
  margin-left: 0;
}
.ml0i {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .ml155 {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .ml1\@s {
    margin-left: 10px;
  }
  .ml2\@s {
    margin-left: 20px;
  }
  .ml3\@s {
    margin-left: 30px;
  }
  .ml4\@s {
    margin-left: 40px;
  }
  .ml5\@s {
    margin-left: 50px;
  }
  .ml6\@s {
    margin-left: 60px;
  }
  .ml7\@s {
    margin-left: 70px;
  }
  .ml8\@s {
    margin-left: 80px;
  }
  .ml9\@s {
    margin-left: 90px;
  }
  .ml10\@s {
    margin-left: 100px;
  }
  .ml11\@s {
    margin-left: 110px;
  }
  .ml12\@s {
    margin-left: 120px;
  }
  .ml13\@s {
    margin-left: 130px;
  }
  .ml14\@s {
    margin-left: 140px;
  }
  .ml15\@s {
    margin-left: 150px;
  }
  .ml16\@s {
    margin-left: 160px;
  }
  .ml0\@s {
    margin-left: 0;
  }
}
.mr1 {
  margin-right: 10px;
}
.mr2 {
  margin-right: 20px;
}
.mr3 {
  margin-right: 30px;
}
.mr-3 {
  margin-right: -15px !important;
}
.mr4 {
  margin-right: 40px;
}
.mr5 {
  margin-right: 50px;
}
.mr6 {
  margin-right: 60px;
}
.mr7 {
  margin-right: 70px;
}
.mr8 {
  margin-right: 80px;
}
.mr9 {
  margin-right: 90px;
}
.mr10 {
  margin-right: 100px;
}
.mr11 {
  margin-right: 110px;
}
.mr12 {
  margin-right: 120px;
}
.mr13 {
  margin-right: 130px;
}
.mr14 {
  margin-right: 140px;
}
.mr15 {
  margin-right: 150px;
}
.mr16 {
  margin-right: 160px;
}
.mr17 {
  margin-right: 170px;
}
.mr18 {
  margin-right: 180px;
}
.mr19 {
  margin-right: 190px;
}
.mr20 {
  margin-right: 200px;
}
.mr0 {
  margin-right: 0;
}
.mr0i {
  margin-right: 0 !important;
}
@media (max-width: 640px) {
  .mr1\@s {
    margin-right: 10px;
  }
  .mr2\@s {
    margin-right: 20px;
  }
  .mr3\@s {
    margin-right: 30px;
  }
  .mr4\@s {
    margin-right: 40px;
  }
  .mr5\@s {
    margin-right: 50px;
  }
  .mr6\@s {
    margin-right: 60px;
  }
  .mr7\@s {
    margin-right: 70px;
  }
  .mr8\@s {
    margin-right: 80px;
  }
  .mr9\@s {
    margin-right: 90px;
  }
  .mr10\@s {
    margin-right: 100px;
  }
  .mr11\@s {
    margin-right: 110px;
  }
  .mr12\@s {
    margin-right: 120px;
  }
  .mr13\@s {
    margin-right: 130px;
  }
  .mr14\@s {
    margin-right: 140px;
  }
  .mr15\@s {
    margin-right: 150px;
  }
  .mr16\@s {
    margin-right: 160px;
  }
  .mr0\@s {
    margin-right: 0;
  }
}
.mb1 {
  margin-bottom: 10px;
}
.mb2 {
  margin-bottom: 20px;
}
.mb3 {
  margin-bottom: 30px;
}
.mb4 {
  margin-bottom: 40px;
}
.mb5 {
  margin-bottom: 50px;
}
.mb6 {
  margin-bottom: 60px;
}
.mb7 {
  margin-bottom: 70px;
}
.mb8 {
  margin-bottom: 80px;
}
.mb9 {
  margin-bottom: 90px;
}
.mb10 {
  margin-bottom: 100px;
}
.mb11 {
  margin-bottom: 110px;
}
.mb12 {
  margin-bottom: 120px;
}
.mb13 {
  margin-bottom: 130px;
}
.mb14 {
  margin-bottom: 140px;
}
.mb15 {
  margin-bottom: 150px;
}
.mb16 {
  margin-bottom: 160px;
}
.mb0 {
  margin-bottom: 0;
}
.mb0i {
  margin-bottom: 0 !important;
}
@media (max-width: 640px) {
  .mb1\@s {
    margin-bottom: 10px;
  }
  .mb2\@s {
    margin-bottom: 20px;
  }
  .mb3\@s {
    margin-bottom: 30px;
  }
  .mb4\@s {
    margin-bottom: 40px;
  }
  .mb5\@s {
    margin-bottom: 50px;
  }
  .mb6\@s {
    margin-bottom: 60px;
  }
  .mb7\@s {
    margin-bottom: 70px;
  }
  .mb8\@s {
    margin-bottom: 80px;
  }
  .mb9\@s {
    margin-bottom: 90px;
  }
  .mb10\@s {
    margin-bottom: 100px;
  }
  .mb11\@s {
    margin-bottom: 110px;
  }
  .mb12\@s {
    margin-bottom: 120px;
  }
  .mb13\@s {
    margin-bottom: 130px;
  }
  .mb14\@s {
    margin-bottom: 140px;
  }
  .mb15\@s {
    margin-bottom: 150px;
  }
  .mb16\@s {
    margin-bottom: 160px;
  }
  .mb0\@s {
    margin-bottom: 0;
  }
}
.mt1 {
  margin-top: 10px;
}
.mt2 {
  margin-top: 20px;
}
.mt3 {
  margin-top: 30px;
}
.mt4 {
  margin-top: 40px;
}
.mt5 {
  margin-top: 50px;
}
.mt6 {
  margin-top: 60px;
}
.mt7 {
  margin-top: 70px;
}
.mt8 {
  margin-top: 80px;
}
.mt9 {
  margin-top: 90px;
}
.mt10 {
  margin-top: 100px;
}
.mt11 {
  margin-top: 110px;
}
.mt12 {
  margin-top: 120px;
}
.mt13 {
  margin-top: 130px;
}
.mt14 {
  margin-top: 140px;
}
.mt15 {
  margin-top: 150px;
}
.mt16 {
  margin-top: 160px;
}
.mt17 {
  margin-top: 170px;
}
.mt18 {
  margin-top: 180px;
}
.mt19 {
  margin-top: 190px;
}
.mt24 {
  margin-top: 240px;
}
.mt23 {
  margin-top: 230px;
}
.mt22 {
  margin-top: 220px;
}
.mt21 {
  margin-top: 210px;
}
.mt20 {
  margin-top: 200px;
}
.mt25 {
  margin-top: 250px;
}
.mt26 {
  margin-top: 260px;
}
.mt37 {
  margin-top: 370px;
}
.mt0 {
  margin-top: 0;
}
.mt0i {
  margin-top: 0 !important;
}
@media (max-width: 640px) {
  .mt1\@s {
    margin-top: 10px;
  }
  .mt2\@s {
    margin-top: 20px;
  }
  .mt3\@s {
    margin-top: 30px;
  }
  .mt4\@s {
    margin-top: 40px;
  }
  .mt5\@s {
    margin-top: 50px;
  }
  .mt6\@s {
    margin-top: 60px;
  }
  .mt7\@s {
    margin-top: 70px;
  }
  .mt8\@s {
    margin-top: 80px;
  }
  .mt9\@s {
    margin-top: 90px;
  }
  .mt10\@s {
    margin-top: 100px;
  }
  .mt11\@s {
    margin-top: 110px;
  }
  .mt12\@s {
    margin-top: 120px;
  }
  .mt13\@s {
    margin-top: 130px;
  }
  .mt14\@s {
    margin-top: 140px;
  }
  .mt15\@s {
    margin-top: 150px;
  }
  .mt16\@s {
    margin-top: 160px;
  }
  .mt17\@s {
    margin-top: 170px;
  }
  .mt18\@s {
    margin-top: 180px;
  }
  .mt19\@s {
    margin-top: 190px;
  }
  .mt20\@s {
    margin-top: 200px;
  }
  .mt21\@s {
    margin-top: 210px;
  }
  .mt25\@s {
    margin-top: 250px;
  }
  .mt26\@s {
    margin-top: 260px;
  }
  .mt37\@s {
    margin-top: 370px;
  }
  .mt0\@s {
    margin-top: 0;
  }
}
.mv1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mv2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mv3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mv4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mv5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mv6 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mv7 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mv8 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mv9 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mv10 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mv11 {
  margin-top: 110px;
  margin-bottom: 101px;
}
.mv12 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.mv13 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.mv14 {
  margin-top: 140px;
  margin-bottom: 140px;
}
.mv15 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.mv16 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mvt0 {
  margin-top: 0;
}
.mvb0 {
  margin-bottom: 0;
}
.mh1 {
  margin-left: 10px;
  margin-right: 10px;
}
.mh2 {
  margin-left: 20px;
  margin-right: 20px;
}
.mh3 {
  margin-left: 30px;
  margin-right: 30px;
}
.mh4 {
  margin-left: 40px;
  margin-right: 40px;
}
.mh5 {
  margin-left: 50px;
  margin-right: 50px;
}
.mh6 {
  margin-left: 60px;
  margin-right: 60px;
}
.mh7 {
  margin-left: 70px;
  margin-right: 70px;
}
.mh8 {
  margin-left: 80px;
  margin-right: 80px;
}
.mh9 {
  margin-left: 90px;
  margin-right: 90px;
}
.mh10 {
  margin-left: 100px;
  margin-right: 100px;
}
.mh11 {
  margin-left: 110px;
  margin-right: 101px;
}
.mh12 {
  margin-left: 120px;
  margin-right: 120px;
}
.mh13 {
  margin-left: 130px;
  margin-right: 130px;
}
.mh14 {
  margin-left: 140px;
  margin-right: 140px;
}
.mh15 {
  margin-left: 150px;
  margin-right: 150px;
}
.mh16 {
  margin-left: 160px;
  margin-right: 160px;
}
.mh0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mhl0 {
  margin-left: 0px;
}
.mhr0 {
  margin-right: 0px;
}
/* Margin minus bottom*/
.mmb05 {
  margin-bottom: -5px;
}
.mmb1 {
  margin-bottom: -10px;
}
.mmb2 {
  margin-bottom: -20px;
}
.mmb3 {
  margin-bottom: -30px;
}
.mmb4 {
  margin-bottom: -40px;
}
.mmb5 {
  margin-bottom: -50px;
}
.mmb6 {
  margin-bottom: -60px;
}
.mmb7 {
  margin-bottom: -70px;
}
.mmb8 {
  margin-bottom: -80px;
}
.mmb9 {
  margin-bottom: -90px;
}
/* Margin minus left */
.mml05 {
  margin-left: -5px;
}
.mml1 {
  margin-left: -10px;
}
.mml2 {
  margin-left: -20px;
}
.mml3 {
  margin-left: -30px;
}
.mml4 {
  margin-left: -40px;
}
.mml5 {
  margin-left: -50px;
}
.mml6 {
  margin-left: -60px;
}
.mml7 {
  margin-left: -70px;
}
.mml8 {
  margin-left: -80px;
}
.mml9 {
  margin-left: -90px;
}
/* Margin minus right */
.mmr05 {
  margin-right: -5px;
}
.mmr1 {
  margin-right: -10px;
}
.mmr1 {
  margin-right: -10px;
}
.mmr2 {
  margin-right: -20px;
}
.mmr3 {
  margin-right: -30px;
}
.mmr4 {
  margin-right: -40px;
}
.mmr5 {
  margin-right: -50px;
}
.mmr6 {
  margin-right: -60px;
}
.mmr7 {
  margin-right: -70px;
}
.mmr8 {
  margin-right: -80px;
}
.mmr9 {
  margin-right: -90px;
}
/* Margin minus top */
.mmt05 {
  margin-top: -5px;
}
.mmt1 {
  margin-top: -10px;
}
.mmt1 {
  margin-top: -10px;
}
.mmt2 {
  margin-top: -20px;
}
.mmt3 {
  margin-top: -30px;
}
.mmt4 {
  margin-top: -40px;
}
.mmt5 {
  margin-top: -50px;
}
.mmt6 {
  margin-top: -60px;
}
.mmt7 {
  margin-top: -70px;
}
.mmt8 {
  margin-top: -80px;
}
.mmt9 {
  margin-top: -90px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .uk-flex-right\@s {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .uk-flex-right\@m {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .uk-flex-right\@l {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .uk-flex-right\@xl {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
/* Background
------------------------------------ */
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.bg-repeat,
.bg-no-repeat {
  background-repeat: no-repeat;
  background-position: center right;
}
.bg-center-top {
  background-position: center top;
}
.bg-center-center {
  background-position: center center;
}
.bg-center-bottom {
  background-position: center bottom !important;
}
.bg-left-top {
  background-position: left center;
}
.bg-left-center {
  background-position: left center;
}
.bg-right-top {
  background-position: right center;
}
.bg-right-center {
  background-position: right center !important;
}
.bg-right-bottom {
  background-position: right bottom !important;
}
.background-full {
  background-size: 100% 100% !important;
  background-position: center!important;
  background-repeat: no-repeat !important;
}
.bg-bottom-contain {
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
/* Align
------------------------------------ */
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.visible-hidden {
  visibility: hidden;
}
/* Opacity
------------------------------------ */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Rotate
------------------------------------ */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Medical doctor details */
.width110 {
  width: 110px;
  display: inline-block;
}
.width140 {
  width: 140px;
  display: inline-block;
}
.width60 {
  width: 30px;
  display: inline-block;
}
.post-title,
h1.uk-text-center {
  display: none;
}
.icon-width-auto .vc_icon_element-inner {
  width: auto !important;
}
/* Float left & Right */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.max-float-left {
  width: max-content;
  float: left;
}
.max-float-right {
  width: max-content;
  float: right;
}
/* Elements
====================================*/
.mejs-offscreen {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0, 0 0, 0 0, 0 0);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mejs-container-xxx {
  position: relative;
  display: block;
  background-color: rgba(92, 102, 106, 0.03) !important;
}
.mejs-container-xxx.mejs-audio {
  height: 60px !important;
}
.mejs-container-xxx.mejs-audio .mejs-controls {
  height: 60px;
}
.mejs-container-xxx .mejs-controls {
  position: relative;
  padding-left: 130px !important;
  padding-right: 80px !important;
  background-color: transparent !important;
}
.mejs-container-xxx .mejs-controls .mejs-playpause-button {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mejs-container-xxx .mejs-controls .mejs-playpause-button button {
  display: block;
  width: 20px;
  height: 26px;
  overflow: hidden;
  position: relative;
  background: none;
  padding: 0px;
  margin: 0px;
}
.mejs-container-xxx .mejs-controls .mejs-playpause-button button::before,
.mejs-container-xxx .mejs-controls .mejs-playpause-button button::after {
  content: '\f04b';
  font-family: Fontawesome;
  font-size: 20px;
  color: #10242b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -moz-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  -o-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
.mejs-container-xxx .mejs-controls .mejs-playpause-button button::after {
  content: '\f04c';
  -webkit-transform: translateX(-50%) translateY(100%);
  -moz-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  -o-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
}
.mejs-container-xxx .mejs-controls .mejs-playpause-button.mejs-play button::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  -o-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.mejs-container-xxx .mejs-controls .mejs-playpause-button.mejs-pause button::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  -o-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.mejs-container-xxx .mejs-controls div.mejs-time-rail {
  direction: ltr;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mejs-container-xxx .mejs-controls div.mejs-time-rail .mejs-time-total:focus {
  outline: none;
}
.mejs-container-xxx .mejs-controls div.mejs-time-rail .mejs-time-total {
  background-color: rgba(16, 36, 43, 0.1);
  height: 2px;
  margin: 0px;
  top: 12px;
}
.mejs-container-xxx .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  background-color: rgba(0, 176, 146, 0.2);
  height: 2px;
}
.mejs-container-xxx .mejs-controls div.mejs-time-rail .mejs-time-current {
  background-color: #00b092;
  height: 2px;
}
.mejs-container-xxx .mejs-controls div.mejs-time-rail .mejs-time-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00b092;
  position: absolute;
  top: -4px;
  border: none;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mejs-container-xxx .mejs-controls div.mejs-time-rail:hover .mejs-time-handle {
  visibility: visible;
  opacity: 1;
}
.mejs-container-xxx .mejs-controls div.mejs-time-rail .mejs-time-float {
  display: none !important;
}
.mejs-container-xxx .mejs-controls .mejs-time {
  font-size: 12px;
  color: rgba(16, 36, 43, 0.4) !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px !important;
  line-height: 1em;
  height: auto !important;
}
.mejs-container-xxx .mejs-controls .mejs-time.mejs-currenttime-container {
  left: 80px;
}
.mejs-container-xxx .mejs-controls .mejs-time.mejs-duration-container {
  right: 30px;
}
.mejs-container-xxx .mejs-controls .mejs-fullscreen-button {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mejs-container-xxx .mejs-controls .mejs-fullscreen-button button {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: none;
  line-height: 26px;
  text-align: right;
  color: rgba(16, 36, 43, 0.4);
  padding: 0px;
  margin: 0px;
}
.mejs-container-xxx .mejs-controls .mejs-fullscreen-button button::before {
  content: '\f0b2';
  font-family: Fontawesome;
  font-size: 16px;
}
.mejs-container-xxx .mejs-controls .mejs-volume-button,
.mejs-container-xxx .mejs-controls .mejs-horizontal-volume-slider {
  display: none;
}
.mejs-container-xxx.mejs-video {
  margin-bottom: 70px;
}
.mejs-container-xxx.mejs-video .mejs-controls {
  height: 50px !important;
  bottom: -50px;
  background-color: rgba(92, 102, 106, 0.03) !important;
  padding-right: 110px !important;
}
.mejs-container-xxx.mejs-video .mejs-controls .mejs-time.mejs-duration-container {
  right: 60px;
}
.wp-playlist {
  overflow: hidden;
}
.wp-playlist .mejs-container .mejs-controls {
  padding-left: 170px !important;
}
.wp-playlist .mejs-container .mejs-controls .mejs-playpause-button {
  left: 60px;
}
.wp-playlist .mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
  left: 120px;
}
.wp-playlist .wp-playlist-prev,
.wp-playlist .wp-playlist-next {
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}
.wp-playlist .wp-playlist-prev::before,
.wp-playlist .wp-playlist-next::before {
  content: '\f04a';
  font-family: Fontawesome;
  color: rgba(16, 36, 43, 0.2);
  font-size: 16px;
}
.wp-playlist .wp-playlist-prev.wp-playlist-prev,
.wp-playlist .wp-playlist-next.wp-playlist-prev {
  -webkit-transform: translateX(10px) translateY(-42px);
  -moz-transform: translateX(10px) translateY(-42px);
  -ms-transform: translateX(10px) translateY(-42px);
  -o-transform: translateX(10px) translateY(-42px);
  transform: translateX(10px) translateY(-42px);
}
.wp-playlist .wp-playlist-prev.wp-playlist-next,
.wp-playlist .wp-playlist-next.wp-playlist-next {
  -webkit-transform: translateX(90px) translateY(-42px);
  -moz-transform: translateX(90px) translateY(-42px);
  -ms-transform: translateX(90px) translateY(-42px);
  -o-transform: translateX(90px) translateY(-42px);
  transform: translateX(90px) translateY(-42px);
}
.wp-playlist .wp-playlist-prev.wp-playlist-next::before,
.wp-playlist .wp-playlist-next.wp-playlist-next::before {
  content: '\f04e';
}
.wp-playlist .wp-playlist-tracks {
  clear: left;
}
.wp-playlist.wp-video-playlist .wp-playlist-prev.wp-playlist-prev,
.wp-playlist.wp-video-playlist .wp-playlist-next.wp-playlist-prev {
  -webkit-transform: translateX(10px) translateY(12px);
  -moz-transform: translateX(10px) translateY(12px);
  -ms-transform: translateX(10px) translateY(12px);
  -o-transform: translateX(10px) translateY(12px);
  transform: translateX(10px) translateY(12px);
}
.wp-playlist.wp-video-playlist .wp-playlist-prev.wp-playlist-next,
.wp-playlist.wp-video-playlist .wp-playlist-next.wp-playlist-next {
  -webkit-transform: translateX(90px) translateY(12px);
  -moz-transform: translateX(90px) translateY(12px);
  -ms-transform: translateX(90px) translateY(12px);
  -o-transform: translateX(90px) translateY(12px);
  transform: translateX(90px) translateY(12px);
}
.wp-playlist.wp-video-playlist .wp-playlist-tracks {
  margin-top: 70px;
}
.element_remove_margin {
  margin-bottom: 0px!important;
}
.caraccordion .vc_tta-panel-heading {
  background: transparent !important;
}
.caraccordion .vc_active .vc_tta-panel-body {
  background: transparent !important;
}
.caraccordion .vc_active a,
.caraccordion .vc_active i,
.caraccordion .vc_active span {
  color: #00b092;
}
#carfooter .footer_widget .menu {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -moz-column-fill: auto;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -webkit-column-fill: auto;
  column-count: 2;
  column-gap: 20px;
  column-fill: auto;
}
#carfooter .footer_widget .menu li {
  padding-bottom: 0;
  position: relative;
  padding-left: 25px;
  padding-top: 0;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
#carfooter .footer_widget .menu li:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' data-name='icon arrow' x='0px' y='0px' viewBox='0 0 50 50' style='' xml:space='preserve' width='14px' height='14px' class='default-arrow-next'><path style='fill:none;stroke:#00b2ca;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' d='M46.525,25L2.025,25' class='yGXnEgOA_0'/><path style='fill:none;stroke:#00b2ca;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' d='M38.025,35L47.625,25L38.025,15' class='yGXnEgOA_1'/></svg>");
  position: absolute;
  font-size: 10px;
  width: 14px;
  height: 24px;
  left: 0;
  color: #009eb3;
}
#carfooter .footer_widget .menu li a {
  font-size: 16px;
  color: #8799a8;
}
#carfooter .footer_widget .menu li:hover a {
  color: #00b092 !important;
  text-decoration: none;
}
#carfooter .footer_widget .menu li:hover:before {
  color: #00b092;
}
.wpb_vc_table.domain tr td {
  text-align: left;
  padding: 25px 0 25px 40px;
  border: 1px solid rgba(0, 176, 146, 0.16);
}
.wpb_vc_table.domain .vc-th td {
  border: none;
  background: #00b092;
}
.wpb_vc_table .vc-th td {
  padding: 25px 0 25px 40px;
  text-align: left;
}
.wpb_vc_table.hosting table {
  border: none;
}
.wpb_vc_table.hosting table tr {
  border-bottom: 1px solid #d9e7ec;
}
.wpb_vc_table.hosting table tr td {
  text-align: left;
  padding: 25px 0 25px 0px;
  border: none;
}
.wpb_vc_table.hosting table tr td:nth-child(2) {
  padding-right: 80px;
}
.uk-light .service-box h3 {
  color: #fff !important;
}
.uiimage {
  cursor: pointer;
}
.uiimage:hover {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.uk-dotnav > * {
  padding-left: 0;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: transparent;
  position: relative;
  box-shadow: 0 0 0 2px #00b092;
  opacity: .4;
  cursor: pointer;
}
.uk-dotnav > * + * {
  margin-left: 12px;
}
.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
  background: transparent;
}
.uk-dotnav > * > * {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(102, 102, 102, 0.1);
}
.uk-dotnav > * > *:after {
  content: '';
  width: 6px;
  height: 6px;
  margin: 0 auto;
  margin-top: 3px;
  border-radius: 50%;
  background-color: #00b092;
}
.uk-dotnav > *.uk-active {
  box-shadow: 0 0 0 2px #00b092;
  border: none;
  opacity: 1;
}
.uk-dotnav > *.uk-active > * {
  background: transparent;
}
.uk-dotnav > *.uk-active > a:after {
  display: block;
}
.uk-dotnav > *:hover {
  box-shadow: 0 0 0 2px #00b092;
  border: none;
  opacity: 1;
}
.uk-dotnav > *:hover > a:after {
  display: block;
}
/* extend tab
====================================*/
/*-----------------------------------------------------------------------------------
VC TAB RESTYLING
-----------------------------------------------------------------------------------*/
.wpb_tabs .wpb_tabs_nav,
.wpb_tabs_extended .wpb_tabs_nav,
.wpb_tabs .vc_tta-tabs-list,
.wpb_tabs_extended .vc_tta-tabs-list {
  border-bottom: 1px solid #eaedee !important;
  margin-bottom: 90px !important;
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpb_tabs .wpb_tabs_nav li,
.wpb_tabs_extended .wpb_tabs_nav li,
.wpb_tabs .vc_tta-tabs-list li,
.wpb_tabs_extended .vc_tta-tabs-list li {
  float: none !important;
  display: inline-block !important;
  padding: 7px !important;
  background-color: transparent !important;
  border: none !important;
  margin-left: -1px !important;
  margin-bottom: -1px !important;
}
.wpb_tabs .wpb_tabs_nav li a,
.wpb_tabs_extended .wpb_tabs_nav li a,
.wpb_tabs .vc_tta-tabs-list li a,
.wpb_tabs_extended .vc_tta-tabs-list li a {
  font-family: 'Poppins' !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  background-color: transparent !important;
  color: #606a70;
  font-weight: 500;
  text-transform: uppercase;
  border: none !important;
  margin: 0px !important;
  padding: 0.2em 1em !important;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active,
.wpb_tabs_extended .wpb_tabs_nav li.ui-tabs-active,
.wpb_tabs .vc_tta-tabs-list li.ui-tabs-active,
.wpb_tabs_extended .vc_tta-tabs-list li.ui-tabs-active,
.wpb_tabs .wpb_tabs_nav li.vc_active,
.wpb_tabs_extended .wpb_tabs_nav li.vc_active,
.wpb_tabs .vc_tta-tabs-list li.vc_active,
.wpb_tabs_extended .vc_tta-tabs-list li.vc_active {
  color: #63599e;
  border-bottom: 3px solid #63599e !important;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active:after,
.wpb_tabs_extended .wpb_tabs_nav li.ui-tabs-active:after,
.wpb_tabs .vc_tta-tabs-list li.ui-tabs-active:after,
.wpb_tabs_extended .vc_tta-tabs-list li.ui-tabs-active:after,
.wpb_tabs .wpb_tabs_nav li.vc_active:after,
.wpb_tabs_extended .wpb_tabs_nav li.vc_active:after,
.wpb_tabs .vc_tta-tabs-list li.vc_active:after,
.wpb_tabs_extended .vc_tta-tabs-list li.vc_active:after {
  content: '\f0d7';
  font-family: FontAwesome;
  margin-top: -4px;
  font-size: 22px;
  position: absolute;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tabs_extended .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tabs .vc_tta-tabs-list li.ui-tabs-active a,
.wpb_tabs_extended .vc_tta-tabs-list li.ui-tabs-active a,
.wpb_tabs .wpb_tabs_nav li.vc_active a,
.wpb_tabs_extended .wpb_tabs_nav li.vc_active a,
.wpb_tabs .vc_tta-tabs-list li.vc_active a,
.wpb_tabs_extended .vc_tta-tabs-list li.vc_active a {
  color: #63599e !important;
}
.wpb_tabs .vc_tta-panels,
.wpb_tabs_extended .vc_tta-panels {
  background-color: transparent !important;
  border: 0px !important;
}
.wpb_tabs .vc_tta-panels .vc_tta-panel-body,
.wpb_tabs_extended .vc_tta-panels .vc_tta-panel-body {
  padding: 0px;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_tabs_extended .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: transparent !important;
  padding: 0px;
}
.wpb_tabs[data-style="process"],
.wpb_tabs_extended[data-style="process"] {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .wpb_tabs[data-style="process"] .row h4,
  .wpb_tabs_extended[data-style="process"] .row h4 {
    margin-bottom: 15px;
  }
  .wpb_tabs[data-style="process"] .row p,
  .wpb_tabs_extended[data-style="process"] .row p {
    line-height: 22px;
  }
}
.wpb_tabs[data-style="process"] .process,
.wpb_tabs_extended[data-style="process"] .process {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  opacity: 0.45;
  border-bottom: 2px solid transparent;
}
.wpb_tabs[data-style="process"] .process img,
.wpb_tabs_extended[data-style="process"] .process img {
  width: 55px;
  height: 60px;
}
@media screen and (max-width: 992px) {
  .wpb_tabs[data-style="process"] .process,
  .wpb_tabs_extended[data-style="process"] .process {
    margin-top: 55px;
  }
}
.wpb_tabs[data-style="process"] .process h6,
.wpb_tabs_extended[data-style="process"] .process h6 {
  color: #000;
  font-size: 13px;
  letter-spacing: 2px;
  font-family: 'Poppins';
  margin-top: 22px;
  text-transform: uppercase;
}
.wpb_tabs[data-style="process"] .process img,
.wpb_tabs_extended[data-style="process"] .process img {
  display: inline-block;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.wpb_tabs[data-style="process"] .process i,
.wpb_tabs_extended[data-style="process"] .process i {
  color: #000;
  display: inline-block;
  font-size: 57px;
  line-height: 57px;
  margin: auto;
}
.wpb_tabs[data-style="process"] .process .number,
.wpb_tabs_extended[data-style="process"] .process .number {
  border-radius: 50%;
  border: 2px solid #eeeef0;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-top: 50px;
  font-size: 18px;
  line-height: 20px !important;
  font-family: 'Poppins';
  color: #acafba;
}
.wpb_tabs[data-style="process"] .process .number p,
.wpb_tabs_extended[data-style="process"] .process .number p {
  color: #000;
  margin-top: 17px;
  font-family: 'Poppins';
}
.wpb_tabs[data-style="process"] .process.active-process,
.wpb_tabs_extended[data-style="process"] .process.active-process {
  opacity: 1;
  border-color: #00b092;
}
.wpb_tabs[data-style="process"] .process.active-process h6,
.wpb_tabs_extended[data-style="process"] .process.active-process h6 {
  color: #00b092;
}
.wpb_tabs[data-style="process"] .process:hover,
.wpb_tabs_extended[data-style="process"] .process:hover {
  opacity: 1;
}
.wpb_tabs[data-style="process"] .show-progress,
.wpb_tabs_extended[data-style="process"] .show-progress {
  position: relative;
}
.wpb_tabs[data-style="process"] .show-progress .number,
.wpb_tabs_extended[data-style="process"] .show-progress .number {
  border-color: #00b092;
}
.wpb_tabs[data-style="process"] .show-progress .number::before,
.wpb_tabs_extended[data-style="process"] .show-progress .number::before,
.wpb_tabs[data-style="process"] .show-progress .number::after,
.wpb_tabs_extended[data-style="process"] .show-progress .number::after {
  content: '';
  position: absolute;
  width: 80%;
  background-color: #000;
  left: -34%;
  bottom: 22px;
  height: 1px;
  opacity: 0.45;
}
.wpb_tabs[data-style="process"] .show-progress .number::after,
.wpb_tabs_extended[data-style="process"] .show-progress .number::after {
  width: 0px;
  height: 2px;
  bottom: 20px;
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.wpb_tabs[data-style="process"] .show-progress .process-on .number::before,
.wpb_tabs_extended[data-style="process"] .show-progress .process-on .number::before,
.wpb_tabs[data-style="process"] .show-progress .process-on .number::after,
.wpb_tabs_extended[data-style="process"] .show-progress .process-on .number::after {
  opacity: 1;
}
.wpb_tabs[data-style="process"] .show-progress .process-on .number::after,
.wpb_tabs_extended[data-style="process"] .show-progress .process-on .number::after {
  width: 80%;
}
.wpb_tabs[data-style="process"] .show-progress:first-child .number::before,
.wpb_tabs_extended[data-style="process"] .show-progress:first-child .number::before,
.wpb_tabs[data-style="process"] .show-progress:first-child .number::after,
.wpb_tabs_extended[data-style="process"] .show-progress:first-child .number::after {
  display: none;
}
.wpb_tabs[data-style="process"] .process-info,
.wpb_tabs_extended[data-style="process"] .process-info {
  display: none;
  margin-top: 44px;
}
.wpb_tabs[data-style="process"] .process-info.active-info,
.wpb_tabs_extended[data-style="process"] .process-info.active-info {
  display: block;
}
.wpb_tabs[data-style="service"],
.wpb_tabs_extended[data-style="service"] {
  overflow: hidden;
}
.wpb_tabs[data-style="service"] .bg-serv,
.wpb_tabs_extended[data-style="service"] .bg-serv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.wpb_tabs[data-style="service"] .bg-serv .services,
.wpb_tabs_extended[data-style="service"] .bg-serv .services {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wpb_tabs[data-style="service"] .serv-description,
.wpb_tabs_extended[data-style="service"] .serv-description {
  display: none;
  text-align: center;
  padding: 0 30px;
  margin: 0 auto;
  min-width: 260px;
  color: #000;
}
.wpb_tabs[data-style="service"] .serv-description .vc_tta-panel-title,
.wpb_tabs_extended[data-style="service"] .serv-description .vc_tta-panel-title {
  display: none;
}
.wpb_tabs[data-style="service"] .serv-description .topic,
.wpb_tabs_extended[data-style="service"] .serv-description .topic {
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.wpb_tabs[data-style="service"] .serv-description div,
.wpb_tabs_extended[data-style="service"] .serv-description div {
  font-size: 16px;
  line-height: 28px;
}
.wpb_tabs[data-style="service"][data-brightness="dark"] .serv-description,
.wpb_tabs_extended[data-style="service"][data-brightness="dark"] .serv-description {
  color: #fff;
  border-color: #fff;
}
.wpb_tabs[data-style="service"][data-brightness="dark"] .serv-description .topic,
.wpb_tabs_extended[data-style="service"][data-brightness="dark"] .serv-description .topic {
  color: #fff;
}
.wpb_tabs[data-style="service"] .serv-item,
.wpb_tabs_extended[data-style="service"] .serv-item {
  padding-top: 50px;
  padding-bottom: 50px;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list {
  padding: 0;
  list-style-type: none;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service {
  position: relative;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service .number,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service .number {
  font-size: 45px ;
  text-transform: uppercase;
  color: #565b5f;
  font-weight: 600;
  font-family: 'Poppins';
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service .content_title,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service .content_title {
  font-size: 22px;
  margin: 0 ;
  line-height: 1em;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service i,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service i {
  font-style: normal !important;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service .subtitle,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service .subtitle {
  font-style: normal;
  line-height: 1em;
  position: relative;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service .subtitle i,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service .subtitle i {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 16px;
  padding-left: 10px;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service .subtitle i:before,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service .subtitle i:before {
  content: '$';
  display: block;
  margin: -15px -10px;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service.active-item .number,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service.active-item .number {
  color: #00b092;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service.active-item .subtitle i,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service.active-item .subtitle i {
  color: #00b092;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service.active-item:after,
.wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service.active-item:after {
  content: '';
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' data-name='icon arrow' x='0px' y='0px' viewBox='0 0 50 50' style='' xml:space='preserve' width='28px' height='28px' class='default-arrow-next'><path style='fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' d='M46.525,25L2.025,25' class='yGXnEgOA_0'/><path style='fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' d='M38.025,35L47.625,25L38.025,15' class='yGXnEgOA_1'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  color: #00b092;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 28px;
  width: 95px;
  height: 95px;
  right: -180px;
  z-index: 9;
  border: 2px solid #00b092;
  -webkit-animation-name: uk-fade-left-small;
  animation-name: uk-fade-left-small;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wpb_tabs[data-style="service"] .serv-item .service,
.wpb_tabs_extended[data-style="service"] .serv-item .service {
  opacity: 0.5;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.25s ease;
  color: #000;
}
.wpb_tabs[data-style="service"] .serv-item .service:nth-child(2n+1),
.wpb_tabs_extended[data-style="service"] .serv-item .service:nth-child(2n+1) {
  clear: both;
}
.wpb_tabs[data-style="service"] .serv-item .service:hover,
.wpb_tabs_extended[data-style="service"] .serv-item .service:hover,
.wpb_tabs[data-style="service"] .serv-item .service.active-item,
.wpb_tabs_extended[data-style="service"] .serv-item .service.active-item {
  opacity: 1;
}
.wpb_tabs[data-style="service"] .serv-item .service:last-child,
.wpb_tabs_extended[data-style="service"] .serv-item .service:last-child {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .wpb_tabs[data-style="service"] .serv-item,
  .wpb_tabs_extended[data-style="service"] .serv-item {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 601px) {
  .wpb_tabs[data-style="service"] > .row,
  .wpb_tabs_extended[data-style="service"] > .row {
    display: table;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
  }
  .wpb_tabs[data-style="service"] > .row::before,
  .wpb_tabs_extended[data-style="service"] > .row::before,
  .wpb_tabs[data-style="service"] > .row::after,
  .wpb_tabs_extended[data-style="service"] > .row::after {
    display: none;
  }
  .wpb_tabs[data-style="service"] > .row > div,
  .wpb_tabs_extended[data-style="service"] > .row > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper.slider-type-circles .client-slide img {
    width: 80% !important;
  }
  .wpb_tabs .wpb_tabs_nav li,
  .wpb_tabs_extended .wpb_tabs_nav li,
  .wpb_tabs .vc_tta-tabs-list li,
  .wpb_tabs_extended .vc_tta-tabs-list li {
    width: 100%;
  }
  .wpb_tour:not(.wpb_tour_extended) .wpb_tabs_nav {
    width: 100%;
    margin-bottom: 30px;
  }
  .wpb_tour:not(.wpb_tour_extended) .wpb_tab {
    width: 100%;
  }
  .show-progress .number {
    display: none;
  }
  .v-member-nav {
    width: 100%!important;
    border-right: none !important;
    border-top: 1px solid #fff;
    padding: 28px 15px;
  }
  .margin4x {
    margin: 30px;
  }
  .margin5x {
    margin: 40px;
  }
  body.left-side-menu {
    padding-left: 0;
  }
  body.left-side-menu .vc_row {
    padding-left: 0!important;
  }
  body.left-side-menu .pagination.hide {
    display: block!important;
    text-align: center;
    padding-top: 0;
  }
  body.left-side-menu .pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    border: none;
    background: #ccc;
  }
  body.left-side-menu .pagination .swiper-active-switch {
    background: #00b092;
    border: none;
  }
  body.left-side-menu .pagination .swiper-active-switch:after {
    background: #00b092;
  }
}
.tab-container .vc_tta-panel-heading {
  display: none;
}
/* tour
====================================*/
/*-----------------------------------------------------------------------------------
VC TAB RESTYLING
-----------------------------------------------------------------------------------*/
.wpb-js-composer .lagom-page-single .vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tab {
  -moz-box-shadow: 0px 30px 84px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 30px 84px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 30px 84px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .wpb-js-composer .lagom-page-single .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
    min-width: 340px;
  }
}
@media (min-width: 768px) {
  .wpb-js-composer .lagom-page-single .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
    margin-left: 40px;
  }
}
.wpb-js-composer .lagom-page-single .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab > a {
  padding: 18px 20px 18px 40px !important;
  background-color: #fff !important;
  color: #10242b;
}
.wpb-js-composer .lagom-page-single .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab > a i {
  opacity: .6;
}
.wpb-js-composer .lagom-page-single .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a {
  background-color: #00b092 !important;
  color: #fff;
  border-color: #00b092;
}
.wpb-js-composer .lagom-page-single .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a i {
  opacity: 1;
}
.wpb-js-composer .lagom-page-single .vc_tta.vc_tta-style-outline .vc_tta-tab {
  margin-left: -1px;
  margin-top: -1px;
}
.wpb-js-composer .lagom-page-single .vc_tta.vc_tta-style-outline .vc_tta-tab > a {
  border-width: 1px;
}
.wpb_tabs[data-style="service"],
.wpb_tour_extended[data-style="service"] {
  overflow: hidden;
}
.wpb_tabs[data-style="service"] .tour_nav,
.wpb_tour_extended[data-style="service"] .tour_nav {
  position: relative;
}
.wpb_tabs[data-style="service"] .tour_nav .enrty-hover,
.wpb_tour_extended[data-style="service"] .tour_nav .enrty-hover {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.76);
  position: absolute;
  display: inline-block;
}
.wpb_tabs[data-style="service"] .tour_nav .nav_title,
.wpb_tour_extended[data-style="service"] .tour_nav .nav_title {
  color: #fff;
  position: absolute;
  padding-left: 25px;
  right: 10%;
  top: -12px;
  z-index: 9;
  text-transform: uppercase;
  font-size: 27px;
}
.wpb_tabs[data-style="service"] .tour_nav .nav_title:before,
.wpb_tour_extended[data-style="service"] .tour_nav .nav_title:before {
  content: "";
  position: absolute;
  background: #00b092;
  width: 10000%;
  top: 46%;
  left: -10000%;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wpb_tabs[data-style="service"] .serv-description,
.wpb_tour_extended[data-style="service"] .serv-description {
  display: none;
  text-align: center;
  padding: 0 30px;
  margin: 0 auto;
  min-width: 260px;
  color: #000;
}
.wpb_tabs[data-style="service"] .serv-description .vc_tta-panel-title,
.wpb_tour_extended[data-style="service"] .serv-description .vc_tta-panel-title {
  display: none;
}
.wpb_tabs[data-style="service"] .serv-description .topic,
.wpb_tour_extended[data-style="service"] .serv-description .topic {
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.wpb_tabs[data-style="service"] .serv-description div,
.wpb_tour_extended[data-style="service"] .serv-description div {
  font-size: 16px;
  line-height: 28px;
}
.wpb_tabs[data-style="service"] .serv-item,
.wpb_tour_extended[data-style="service"] .serv-item {
  padding-top: 50px;
  padding-bottom: 50px;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list,
.wpb_tour_extended[data-style="service"] .serv-item .tab_list {
  padding-top: 53px;
  padding-bottom: 69px;
  list-style-type: none;
  float: right;
  padding-right: 60px;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service,
.wpb_tour_extended[data-style="service"] .serv-item .tab_list .service {
  position: relative;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service .content_title,
.wpb_tour_extended[data-style="service"] .serv-item .tab_list .service .content_title {
  font-size: 16px;
  margin: 0 ;
  line-height: 1em;
  text-transform: capitalize;
  color: #fff;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service i,
.wpb_tour_extended[data-style="service"] .serv-item .tab_list .service i {
  font-style: normal !important;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service:before,
.wpb_tour_extended[data-style="service"] .serv-item .tab_list .service:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: -100px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service.active-item:before,
.wpb_tour_extended[data-style="service"] .serv-item .tab_list .service.active-item:before {
  width: 45px;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service.active-item .number,
.wpb_tour_extended[data-style="service"] .serv-item .tab_list .service.active-item .number {
  color: #00b092;
}
.wpb_tabs[data-style="service"] .serv-item .tab_list .service.active-item .subtitle i,
.wpb_tour_extended[data-style="service"] .serv-item .tab_list .service.active-item .subtitle i {
  color: #00b092;
}
.wpb_tabs[data-style="service"] .serv-item .service,
.wpb_tour_extended[data-style="service"] .serv-item .service {
  opacity: 0.5;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.25s ease;
  color: #fff;
}
.wpb_tabs[data-style="service"] .serv-item .service:nth-child(2n+1),
.wpb_tour_extended[data-style="service"] .serv-item .service:nth-child(2n+1) {
  color: #fff;
}
.wpb_tabs[data-style="service"] .serv-item .service:hover,
.wpb_tour_extended[data-style="service"] .serv-item .service:hover,
.wpb_tabs[data-style="service"] .serv-item .service.active-item,
.wpb_tour_extended[data-style="service"] .serv-item .service.active-item {
  opacity: 1;
}
.wpb_tabs[data-style="service"] .serv-item .service:last-child,
.wpb_tour_extended[data-style="service"] .serv-item .service:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .wpb_tabs[data-style="service"] .serv-item,
  .wpb_tour_extended[data-style="service"] .serv-item {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 601px) {
  .wpb_tabs[data-style="service"] > .row,
  .wpb_tour_extended[data-style="service"] > .row {
    display: table;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
  }
  .wpb_tabs[data-style="service"] > .row::before,
  .wpb_tour_extended[data-style="service"] > .row::before,
  .wpb_tabs[data-style="service"] > .row::after,
  .wpb_tour_extended[data-style="service"] > .row::after {
    display: none;
  }
  .wpb_tabs[data-style="service"] > .row > div,
  .wpb_tour_extended[data-style="service"] > .row > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper.slider-type-circles .client-slide img {
    width: 80% !important;
  }
  .wpb_tour_extended .wpb_tabs_nav li,
  .wpb_tour_extended .vc_tta-tabs-list li {
    width: 100%;
  }
  .wpb_tour:not(.wpb_tour_extended) .wpb_tabs_nav {
    width: 100%;
    margin-bottom: 30px;
  }
  .wpb_tour:not(.wpb_tour_extended) .wpb_tab {
    width: 100%;
  }
  .show-progress .number {
    display: none;
  }
  .v-member-nav {
    width: 100%!important;
    border-right: none !important;
    border-top: 1px solid #fff;
    padding: 28px 15px;
  }
  .margin4x {
    margin: 30px;
  }
  .margin5x {
    margin: 40px;
  }
  body.left-side-menu {
    padding-left: 0;
  }
  body.left-side-menu .vc_row {
    padding-left: 0!important;
  }
  body.left-side-menu .pagination.hide {
    display: block!important;
    text-align: center;
    padding-top: 0;
  }
  body.left-side-menu .pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    border: none;
    background: #ccc;
  }
  body.left-side-menu .pagination .swiper-active-switch {
    background: #00b092;
    border: none;
  }
  body.left-side-menu .pagination .swiper-active-switch:after {
    background: #00b092;
  }
}
.tab-container .vc_tta-panel-heading {
  display: none;
}
/* Content
====================================*/
html.lock-scroll {
  overflow: hidden;
}
body {
  background-color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  color: #5c666a;
}
.uk-link,
a {
  color: #63599e;
}
.uk-link:hover,
a:hover {
  color: #009eb3;
}
h1 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
h2 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
}
h3 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
}
h4 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}
h5 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
h6 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #10242b;
}
.uk-hr,
hr {
  border-color: rgba(154, 154, 154, 0.2);
}
/* Layout Boxed & Attached
------------------------------------ */
.wrapper {
  background-color: #ffffff;
}
.layout-boxed,
.layout-attached {
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-boxed > .wrapper,
  .layout-attached > .wrapper {
    width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-attached {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* Content padding top and bottom
------------------------------------ */
@media (min-width: 960px) {
  .wrapper > .uk-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* Page title padding top and bottom
------------------------------------ */
.wrapper > .page-title {
  position: relative;
  background-color: #00b092;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}
.wrapper > .page-title .uk-text-right .uk-breadcrumb {
  float: right;
}
@media screen and (max-width: 640px) {
  .wrapper > .page-title .uk-text-right .uk-breadcrumb {
    float: none;
  }
}
.wrapper > .page-title .uk-text-right .uk-breadcrumb li,
.wrapper > .page-title .uk-text-right .uk-breadcrumb a {
  color: #fff;
}
.wrapper > .page-title .uk-text-right .uk-breadcrumb span {
  color: #ccc;
}
/* Hr line style 
--------------------------------------*/
hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
}
hr .line {
  border-style: inset;
}
.dash {
  position: relative;
}
.dash:after {
  background: #00b092;
  content: '';
  display: block;
  width: 17px;
  height: 3px;
  margin-top: 5px;
}
.dash.text-center:after,
.dash.uk-text-center:after {
  margin-right: auto;
  margin-left: auto;
}
.dash.text-right,
.dash.uk-text-right {
  margin-bottom: 120px;
}
.dash.text-right:after,
.dash.uk-text-right:after {
  position: absolute;
  right: 0;
  left: auto;
}
.uk-text-center .dash:after {
  margin-right: auto;
  margin-left: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.uk-light .dash:after {
  background: #fff !important;
}
.uk-text-right .dash:after {
  position: absolute;
  right: 0;
  left: auto;
}
/* Loader
------------------------------------ */
#the_loader {
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#the_loader svg.svg-loader {
  stroke: #00b092;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#the_loader.loaded {
  display: none;
}
/* Pagination
------------------------------------ */
.pagination {
  padding: 20px 0 0;
  border: none;
  list-style: none;
}
.pagination li {
  float: left;
  padding: 5px 0;
}
.pagination li .medical-arrow svg {
  width: 30px;
  position: relative;
  z-index: 10;
}
.pagination li span,
.pagination li a {
  font: 16px 'Poppins';
  font-weight: 600;
  color: #5c666a;
  text-decoration: none;
  padding: 0 16px;
  line-height: 25px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination li span.prev,
.pagination li a.prev,
.pagination li span.next,
.pagination li a.next {
  font-size: 22px;
  color: #000;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination li span.prev:after,
.pagination li a.prev:after,
.pagination li span.next:after,
.pagination li a.next:after {
  width: 25px;
  height: 35px;
  margin-top: -1px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  background: #f1f1f1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination li span.prev,
.pagination li a.prev {
  padding-right: 60px;
}
.pagination li span.prev:after,
.pagination li a.prev:after {
  margin-left: 7px;
}
.pagination li span.prev svg,
.pagination li a.prev svg {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.pagination li span.next,
.pagination li a.next {
  padding-left: 60px;
}
.pagination li span.next:after,
.pagination li a.next:after {
  right: 0;
  margin-right: 7px;
}
.pagination li span {
  color: #00b092;
}
.pagination li:before {
  content: url("data:image/svg+xml;utf8,<svg width='17' height='10' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' ratio='1'> <rect height='1' width='18' y='9' x='1'></rect></svg>");
  display: block;
  position: absolute;
  font-size: 25px;
  margin-left: -8px;
  margin-top: -3px;
}
.pagination li.previous-link:before,
.pagination li.previous-link + li:before,
.pagination li.next-link:before {
  content: '';
}
.pagination li.inactive {
  opacity: .3;
}
.pagination li:not(.inactive) span:hover.prev:after,
.pagination li:not(.inactive) a:hover.prev:after,
.pagination li:not(.inactive) span:hover.next:after,
.pagination li:not(.inactive) a:hover.next:after {
  background: #00b092;
  width: 28px;
}
.pagination li:not(.inactive) span:hover.next:after,
.pagination li:not(.inactive) a:hover.next:after {
  transform: translateX(-20px);
}
.pagination li:not(.inactive) span:hover.prev:after,
.pagination li:not(.inactive) a:hover.prev:after {
  transform: translateX(20px);
}
.pagination li:not(.inactive) span:hover .arrow-1,
.pagination li:not(.inactive) a:hover .arrow-1 {
  stroke: #ffffff;
}
.pagination-style-2 .pagination li.previous-link,
.pagination-style-2 .pagination li.next-link,
.pagination-style-2 .pagination li .current {
  border-radius: 3px;
  padding: 0;
  text-align: center;
  display: block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  background: #00b092;
}
.pagination-style-2 .pagination li.previous-link a,
.pagination-style-2 .pagination li.next-link a,
.pagination-style-2 .pagination li .current a {
  color: #fff;
  background: #00b092;
}
.pagination-style-2 .pagination li.previous-link {
  margin-right: 20px;
}
.pagination-style-2 .pagination li.next-link {
  margin-left: 30px;
}
.pagination-style-2 .pagination li a {
  border-radius: 3px;
  padding: 0;
  text-align: center;
  display: block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #00b092;
  background: #b0fff2;
}
.pagination-style-2 .pagination li a:before,
.pagination-style-2 .pagination li a:after {
  display: none;
}
.pagination-style-2 .pagination li + li {
  margin-left: 10px;
}
.pagination-style-2 .pagination li + li:before,
.pagination-style-2 .pagination li + li:after {
  display: none;
}
blockquote {
  background: #63599e;
  background: -moz-linear-gradient(-45deg, rgba(99, 89, 158, 0.93) 0, rgba(0, 158, 179, 0.93) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(99, 89, 158, 0.93) 1 0, rgba(0, 158, 179, 0.93) 100%);
  background: linear-gradient(135deg, rgba(99, 89, 158, 0.93) 0%, rgba(0, 158, 179, 0.93) 100%);
  background: -webkit--moz-linear-gradient(-45deg, rgba(0, 158, 179, 0.93) 0, rgba(0, 158, 179, 0.93) 100%);
  background: -webkit--webkit-linear-gradient(-45deg, rgba(0, 158, 179, 0.93) 0, rgba(0, 158, 179, 0.93) 100%);
  background: -webkit-linear-gradient(135deg, rgba(99, 89, 158, 0.93) 0, rgba(0, 158, 179, 0.93) 100%);
  color: #fff;
  padding: 120px 65px 50px;
  position: relative;
  font-size: 1.1em;
  font-style: normal;
}
blockquote p {
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
}
blockquote:before {
  content: '\201C';
  color: #fff;
  font-size: 160px;
  position: absolute;
  display: block;
  top: 0;
}
blockquote cite {
  display: block;
  margin-top: 20px;
  font-weight: normal;
}
blockquote cite a {
  color: #fff;
  font-style: normal;
  line-height: 1;
}
blockquote a,
blockquote em {
  color: #fff;
}
blockquote a {
  text-decoration: underline;
}
blockquote a:hover {
  color: #fff;
  opacity: .9;
}
/* Featured image
----------------------------------------*/
.themeton-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.05);
}
.themeton-image img {
  width: 100%;
  height: auto;
}
.icon-arrow .arrow-1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
}
.uk-button.readmorelink:before {
  border: none;
}
.uk-button.readmorelink span {
  transition: margin 0.2s ease-out;
}
.uk-button.readmorelink:hover span {
  margin-left: 5px;
}
/* Related post */
.related_post .post-date {
  display: inline-block;
}
.related_post .related-posts-title {
  text-transform: capitalize;
  font-size: 28px;
  position: absolute;
}
.related_post .related-container {
  margin-top: 100px;
  padding: 70px 30px 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.related_post .related-container .arrow {
  top: 0;
  width: 32px;
  position: absolute;
  right: 30px;
  z-index: 999;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: none;
}
.related_post .related-container .arrow.swiper-button-disabled {
  opacity: .4;
}
.related_post .related-container .arrow i {
  font-size: 30px;
  color: #000;
  cursor: pointer;
}
.related_post .related-container .arrow.button-prev {
  left: auto;
  right: 80px;
}
.related_post .related-container .service-item-section .related_thumb {
  width: 100%;
}
.related_post .related-container h3 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.related_post .related-container h3:empty {
  display: none;
}
.related_post .related-container h3:empty + p {
  margin-top: 0;
}
.related_post a {
  text-decoration: none;
}
.service-item-section {
  border: 1px solid #d9e0e6;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.service-item-section:hover {
  -webkit-box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.15);
}
.service-item-section .service-item {
  position: relative;
  min-height: 227px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.service-item-section .service-item a {
  text-decoration: none;
}
.service-item-section .service-item .entry-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.service-item-section .service-item:hover .entry-hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.service-item-section .service-item.featured_icon {
  min-height: 30px;
  padding-top: 30px;
  padding-left: 30px;
}
.service-item-section .service-item img {
  margin: auto;
}
.service-item-section .entry-meta {
  text-decoration: none;
  padding: 35px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.service-item-section .entry-meta h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2em;
  word-wrap: break-word;
}
.service-item-section .entry-meta p {
  color: #5c666a;
  font-size: 15px;
}
.service-item-section .entry-meta:hover h3,
.service-item-section .entry-meta:hover p {
  text-decoration: none;
}
.entry-meta h3 {
  line-height: 1em;
  font-size: 22px;
  text-transform: capitalize;
  margin: 0;
}
.entry-meta.style3 {
  opacity: 1;
}
.entry-meta.style3 .uk-button-defualt {
  margin: 0;
  opacity: 1;
  border-radius: 33px;
  padding: 0px 25px;
  background: rgba(0, 176, 146, 0.3);
  color: #00b092;
  font-size: 13px;
  text-transform: capitalize;
  margin-left: 12px;
}
.entry-meta.style3 .meta-details {
  padding-left: 0;
  list-style-type: none;
}
.entry-meta.style3 .meta-details li {
  border-right: 1px solid #e4e4e4;
  float: left;
  padding: 18px 10px;
}
.entry-meta.style3 .meta-details li:first-child {
  padding-left: 0;
}
.entry-meta.style3 .meta-details li:last-child {
  border: none;
}
.entry-meta .nxc-meta img {
  padding-right: 4px;
  padding-bottom: 4px;
}
.entry-meta .nxc-meta p {
  margin: 0;
  text-transform: uppercase;
}
.entry-meta .meta-title {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.entry-meta .meta-title .rate {
  position: absolute;
  top: 35px;
  right: 30px;
}
.entry-meta .meta-title .rate span {
  padding-left: 5px;
}
.entry-meta .price {
  position: relative;
}
.entry-meta .price:before {
  content: ':';
  display: block;
  position: absolute;
  left: -10px;
  top: -1px;
}
.entry-meta .nxc-meta .price {
  position: relative;
}
.entry-meta .nxc-meta .price:before {
  content: ':';
  display: block;
  position: absolute;
  left: -10px;
  top: -1px;
}
/* Gallery image
----------------------------------------*/
.gallery-caption {
  font-size: 22px;
  word-break: break-word;
  color: #10242b;
  font-weight: 600;
}
.gallery-size-thumbnail .gallery-caption {
  font-size: 0.8em;
  font-weight: 300;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  max-width: 49%;
}
.gallery-columns-2 .gallery-item:nth-child(2n) {
  margin-left: 2%;
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
}
.gallery-columns-3 .gallery-item:nth-child(3n-1),
.gallery-columns-3 .gallery-item:nth-child(3n) {
  margin-left: 2%;
}
.gallery-columns-4 .gallery-item {
  max-width: 23.5%;
}
.gallery-columns-4 .gallery-item:nth-child(4n-2),
.gallery-columns-4 .gallery-item:nth-child(4n-1),
.gallery-columns-4 .gallery-item:nth-child(4n) {
  margin-left: 2%;
}
.lagom-gallery-element {
  margin-bottom: 30px;
}
.lagom-gallery-element .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.lagom-gallery-element .swiper-slide {
  background-size: cover;
  background-position: center;
}
.lagom-gallery-element .gallery-top {
  height: 80%;
  width: 100%;
  padding-bottom: 80px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e8e8e8;
}
.lagom-gallery-element .gallery-top .swiper-slide {
  height: 600px;
}
.lagom-gallery-element .gallery-top .gallery-caption {
  position: absolute;
  bottom: -55px;
  left: 20px;
}
.lagom-gallery-element .gallery-top .arrow {
  top: auto;
  left: auto;
  bottom: 18px;
}
.lagom-gallery-element .gallery-top .swiper-button-next {
  right: 20px;
  background-image: none;
}
.lagom-gallery-element .gallery-top .swiper-button-prev {
  right: 70px;
  background-image: none;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lagom-gallery-element .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0 20px;
}
.lagom-gallery-element .gallery-thumbs .swiper-slide {
  border-style: solid;
  border-width: 7px;
  border-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
.lagom-gallery-element .gallery-thumbs .swiper-slide-active {
  border-color: #fff;
  background-color: #80868a;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.lagom-gallery-element .gallery-thumbs .swiper-slide {
  width: 150px;
  height: 150px;
  opacity: 0.9;
}
.lagom-gallery-element .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
/*hotel room taxanomy page */
.hotel-item .hotel-room-thumb {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hotel-item .hotel-room-thumb .entry-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hotel-item .hotel-room-thumb .entry-hover:hover {
  background: rgba(0, 0, 0, 0.05);
}
.hotel-item .entry-meta h3 {
  color: #181620;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
}
.hotel-item .entry-meta .rate span {
  color: #fff;
}
.hotel-item .entry-meta .rate span.color-yellow {
  color: #f8bb01;
}
.hotel-item .entry-meta .meta-details {
  list-style-type: none;
  padding-left: 0;
}
.hotel-item .entry-meta .meta-details li {
  font-size: 13px;
  color: #181620;
  text-transform: capitalize;
}
.hotel-item .entry-meta .meta-details li span {
  opacity: .6;
}
.hotel-item .entry-meta .meta-details li i {
  color: #ff4646;
  font-style: normal;
}
.hotel-item .entry-meta .meta-details-r span {
  font-size: 13px;
  color: #181620;
  text-transform: capitalize;
  opacity: .6;
}
.hotel-item .entry-meta .meta-details-r .price {
  color: #ff4646;
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}
.hotel-item .entry-meta .meta-details-r .price i {
  font-size: 13px;
  color: #181620;
  opacity: .6;
  font-style: normal;
}
.swiper-bullet {
  margin-top: 30px;
  border: none !important;
  bottom: 0;
}
.swiper-bullet.circle .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #00b092;
  background: transparent;
  opacity: 1;
  position: relative;
  margin-left: 5px;
}
.swiper-bullet.circle .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #00b092;
}
.swiper-bullet.circle .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: '•';
  display: block;
  position: absolute;
  font-size: 24px;
  line-height: 14.1px;
  left: 50%;
  color: #00b092;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
#tribe-events {
  padding-top: 90px;
}
#tribe-events .tribe-events-single .tribe-events-event-image {
  text-align: center;
}
#tribe-events .tribe-events-single .tribe-events-event-image img {
  max-width: 100%;
}
#tribe-events .tribe_events h2 {
  font-size: 28px;
  color: #171620;
  line-height: 70px;
  padding-left: 80px;
  padding-right: 80px;
}
#tribe-events .tribe_events .tribe-events-content {
  width: inherit;
  padding-left: 80px;
  padding-right: 80px;
}
#tribe-events .tribe_events .tribe-events-single-event-description .tribe-events-content {
  padding-left: 80px;
  padding-right: 80px;
}
#tribe-events .tribe_events .event_content {
  background: #fff;
  padding-bottom: 80px;
  position: relative;
}
#tribe-events .tribe_events .event_content .feature_image {
  position: relative;
  text-align: center;
}
#tribe-events .tribe_events .event_content .feature_image .metadate {
  background: #00b092;
  list-style-type: none;
  max-width: 150px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-left: 0;
  left: 100px;
}
#tribe-events .tribe_events .event_content .feature_image .metadate .mount {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 2;
  font-weight: 500;
}
#tribe-events .tribe_events .event_content .feature_image .metadate .date {
  font-size: 12px;
  line-height: 3;
  color: #fff;
  font-weight: 500;
  padding: 0 14px;
}
#tribe-events .tribe-events-venue-map {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  width: 100%;
}
#tribe-events .event_meta {
  padding-top: 80px;
  width: 100%;
}
#tribe-events .event_meta .tribe-events-single-section-title {
  font-size: 14px;
  color: #898790;
  text-transform: uppercase;
  margin: 0;
  padding-left: 50px;
}
#tribe-events .event_meta .tribe-events-single-section-title.add {
  margin-top: 40px !important;
}
#tribe-events .event_meta span {
  color: #171620;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
}
#tribe-events .event_meta span.tribe-events-date {
  text-transform: lowercase;
}
#tribe-events .event_meta .tribe-venue-location,
#tribe-events .event_meta .tribe-events-date,
#tribe-events .event_meta dd,
#tribe-events .event_meta dt,
#tribe-events .event_meta .meta_time > * {
  padding-left: 50px !important;
}
#tribe-events .event_meta .tribe-venue-location span {
  text-transform: lowercase;
}
#tribe-events .event_meta .meta_address,
#tribe-events .event_meta .meta_time {
  position: relative;
}
#tribe-events .event_meta .meta_address:before,
#tribe-events .event_meta .meta_time:before {
  width: 30px;
  height: 50px;
  display: block;
  float: left;
  position: absolute;
  font-size: 35px;
  color: #00b092;
  font-family: FontAwesome;
}
#tribe-events .event_meta .meta_time:before {
  content: '\f017';
}
#tribe-events .event_meta .meta_time.fa-phone:before {
  content: '\f095';
}
#tribe-events .event_meta .meta_time.fa-website:before {
  content: '\f0c1';
}
#tribe-events .event_meta .meta_address:before {
  content: '\f21d';
}
#tribe-events .tribe-events-event-meta {
  border: none;
}
#tribe-events #tribe-events-footer {
  border: none;
}
#tribe-events #tribe-events-footer .event-footer {
  background: #fff;
  margin-left: 0;
  padding: 20px 0;
}
#tribe-events #tribe-events-footer .event-footer .countdown span {
  font-size: 36px;
  color: #00b092;
}
#tribe-events #tribe-events-footer .event-footer .countdown ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
#tribe-events #tribe-events-footer .event-footer .countdown ul li {
  float: left;
  width: 150px;
  position: relative;
  padding-bottom: 10px;
}
#tribe-events #tribe-events-footer .event-footer .countdown ul li i {
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #4d4c51;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
}
#tribe-events #tribe-events-footer .event-footer .uk-button {
  color: #00b092;
}
.contact-info {
  background: #00b092;
  width: 370px;
  margin: auto;
  position: relative;
  padding: 50px;
}
.contact-info h3 {
  font-size: 27px;
  color: #fff;
}
.contact-info p {
  color: #fff;
  font-size: 16px;
}
.contact-info .entry-border {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #fff;
}
.single-subscribe .email-field {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.single-subscribe .subscribe-textfield {
  min-width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
}
.single-subscribe .subscribe-textfield::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.single-subscribe .subscribe-btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  padding-right: 0;
}
.single-subscribe .subscribe-btn i {
  color: #fff;
}
.single-contact-form div {
  padding-top: 20px;
}
.single-contact-form label {
  color: #151516;
  font-size: 18px;
}
.single-contact-form textarea {
  height: 150px;
}
.single-contact-form .contact-btn {
  margin-top: 20px;
  background-color: #00b092;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
  cursor: pointer;
}
.single-testimonail-star span {
  color: #bee2ff;
  margin-right: 4px;
}
.woo-single-colour {
  font-size: 18px;
  color: #898989;
}
.woo-single-colour h2 {
  font-size: 28px;
}
.woo-single-colour .left {
  float: left;
}
.woo-single-colour .circle {
  width: 31px;
  border-radius: 50%;
  height: 31px;
  float: left;
  margin-right: 10px;
}
.woo-single-colour .silver {
  background-color: #e5e5e5;
}
.woo-single-colour .gold {
  margin-left: 30px;
  background-color: #dde4a3;
}
.woo-single-product-quantity .quantity {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}
.woo-single-product-quantity .sub {
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.woo-single-product-quantity .add {
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.woo-single-product-quantity .input-text {
  width: 30px!important;
  border-top: none;
  border-bottom: none;
  border-left: 2px solid #eeeeee!important;
  font-size: 18px;
}
.woo-single-product-price .price {
  line-height: normal;
  font-family: Roboto;
  font-weight: 300;
  letter-spacing: -4px;
  font-size: 50px!important;
  color: #151516!important;
}
.woo-single-product-price .woocommerce-review-link {
  font-size: 18px;
  color: #898989;
  font-weight: 300;
}
.woo-single-product-price .star-rating {
  color: #f6b505;
}
.single-col-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-col-2::after {
  content: '';
  position: absolute;
  background-color: #f1f4f2;
  width: 100%;
  height: 100%;
  top: 0;
}
.single-col-2 ul li {
  list-style: none;
}
.single-col-2 ul li h1 {
  color: #393939;
  font-size: 38px;
  font-weight: 300;
}
.single-col-2 ul li h4 {
  margin-bottom: 5px;
  float: left;
}
.single-col-2 ul li span {
  float: right;
}
.single-col-2 ul li div {
  clear: both;
  margin-bottom: 50px;
  color: #898989;
  font-size: 18px;
}
.woo-z-index {
  padding-left: 100px;
  z-index: 1;
}
.feature-thumb {
  width: 369px;
  position: absolute;
  top: 0;
  right: -20%;
}
.featured-list li {
  color: #898989;
  font-size: 18px;
  line-height: 2;
}
.featured-list:first-child {
  padding-left: 18px!important;
  padding-right: 30px!important;
}
.featured-heading {
  color: #393939;
  font-size: 38px;
  font-weight: 300;
  margin-top: 100px;
  padding-bottom: 30px;
}
.single-product .comment-reply-title {
  float: left;
}
.single-product .comment-form-rating label {
  float: left;
}
.vr-border {
  border-right: 1px solid #c6c6c6;
}
.charity-button a {
  font-size: 14px!important;
  padding-left: 25px!important;
  padding-right: 25px!important;
  padding-top: 8px!important;
  padding-bottom: 8px!important;
  font-weight: 600;
}
.lagom-logistics .heading1 {
  width: 272px;
}
.lagom-logistics .heading2 {
  width: 235px;
}
.lagom-logistics .heading2.dash:after {
  margin-left: 3px;
}
.lagom-logistics .abt-heading {
  margin: auto;
  width: 174px;
  padding-bottom: 20px;
}
.lagom-logistics .abt-heading:after {
  margin-left: 2px;
}
.lagom-logistics .blogm_heading {
  margin: auto;
  width: 212px;
}
.lagom-logistics .blogf_heading {
  margin: auto;
  margin-bottom: 20px;
  width: 218px;
}
.lagom-logistics .blogleft_heading {
  width: 261px;
}
.lagom-logistics #footer .widget-title {
  color: #fff!important;
}
.lagom-logistics #footer .menu li {
  border-bottom: none;
}
.lagom-logistics #footer .widget_social {
  margin-top: 15px;
  margin-left: -8px;
}
.lagom-logistics .logbtn1:hover {
  background: #c84800!important;
  color: #fff!important;
}
.lagom-logistics .logbtn2:hover {
  background: #182f43!important;
  color: #fff!important;
}
.lagom-logistics .vc_custom_heading:not(.no-decoration):after,
.lagom-logistics .lagom-brand-title:after,
.lagom-logistics .comment-reply-title:after,
.lagom-logistics .dash:after {
  content: none;
}
.lagom-logistics .featured_icon {
  padding-left: 35px;
}
.lagom-single .process {
  margin-top: 0!important;
}
.lagom-single .woo-single-element-feature-ul ul {
  margin-top: 30px;
}
.lagom-single .woo-single-element-feature-ul ul li {
  padding-bottom: 15px !important;
}
.lagom-single .single-footer-address p {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
}
.lagom-single #footer .widget ul li {
  border-bottom: none;
}
.lagom-single #footer .widget ul li a {
  color: #fff;
  font-size: 15px;
}
.lagom-single body.blog .uk-section {
  padding-top: 0 !important;
}
.lagom-single .copywrite-text {
  opacity: 0.45;
}
.lagom-single .singleproduct-tab .wpb_tabs_extended .active-process {
  border-color: #2d9ef4!important;
}
.lagom-single .singleproduct-tab .wpb_tabs_extended .active-process h6 {
  color: #2d9ef4!important;
}
.lagom-single .singleproduct-tab .wpb_tabs_extended .active-process img {
  filter: none;
  -webkit-filter: none;
}
.lagom-single .woo-single-perma {
  position: absolute;
  margin-top: 95px;
}
.lagom-single #footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 2em!important;
  margin-right: 12px;
}
.lagom-single .single-subscribe .subscribe-textfield {
  padding-left: 0!important;
  padding-right: 0!important;
}
.lagom-single .service-box h3 {
  font-weight: 400!important;
}
.lagom-single .star-space > span {
  margin-right: 5px;
}
.lagom-single .fontsize15 {
  font-size: 15px;
}
.lagom-single .grayback .vc_column-inner::before {
  background-color: #f1f4f2;
  width: 1000%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .lagom-single .right0 {
    right: -40px;
  }
}
.lagom-single .widget ul li a,
.lagom-single .widget ul {
  font-size: 15px;
}
.lagom-single .woo-single-buy-button {
  background-color: #00d463!important;
  color: #fff!important;
  padding: 17px 33px!important;
  border-radius: 35px!important;
  font-size: 14px!important;
  cursor: pointer;
}
.lagom-single .woo-single-product-details {
  margin-top: 100px;
  margin-bottom: 100px;
}
.lagom-single .woocommerce-checkout .input-text {
  border-radius: 2px;
  border: 1px solid #e6e6e6;
}
.lagom-single .woocommerce-checkout label {
  color: #000;
  font-size: 18px;
}
.lagom-single .woocommerce-checkout .select2-selection {
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
}
.lagom-single .woocommerce-checkout .select2-selection .select2-selection__rendered {
  line-height: 40px;
}
.lagom-single .woocommerce-checkout .select2-selection .select2-selection__arrow {
  top: 7px;
}
.lagom-single .woocommerce-checkout #place_order {
  background-color: #00b092 !important;
}
.lagom-single .woocommerce-checkout #place_order:hover {
  background-color: #00b092 !important;
}
.lagom-woo-thumbnail {
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-product .uk-tab > .uk-active > a {
  border-color: #00b092;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  margin: 0 0 0 -1px;
  background: #ffffff;
  border-radius: 0;
}
.single-product div.product .woocommerce-tabs ul.tabs li:before,
.single-product div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.single-product .entry-summary .price .woocommerce-Price-amount.amount {
  font-size: 32px;
  color: #00b092;
}
.lagom-woo-item {
  border: 1px solid #e5e5e5;
  height: 100%;
}
.lagom-woo-item .entry-title-wrp {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
.lagom-woo-item .entry-title-wrp .amount {
  font-size: 18px;
  color: #000000!important;
}
.lagom-woo-item .woocommerce-loop-product__title {
  font-size: 18px;
  color: #727272;
  margin-bottom: 0;
}
#rate_mostrecent,
#rate_positive,
#rate_negative {
  cursor: pointer;
}
.night-club-service .more-link h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: 32px;
  color: #dc5150;
}
.night-club-service p {
  line-height: 36px;
  margin-top: -5px;
  margin-left: 30px;
  font-size: 30px;
  font-weight: 300;
}
.night-club-contactform .uk-input,
.night-club-contactform .uk-textarea {
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #252736;
  box-shadow: none;
}
.night-club-contactform .uk-textarea {
  height: 170px;
}
.night-club-contactform .uk-button {
  border-radius: 27px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 35px;
  background-image: -moz-linear-gradient(0deg, #ef743b 1%, #e95553 50%, #f91a56 100%);
  background-image: -webkit-linear-gradient(0deg, #ef743b 1%, #e95553 50%, #f91a56 100%);
  background-image: -ms-linear-gradient(0deg, #ef743b 1%, #e95553 50%, #f91a56 100%);
}
.lagom-nightclub .tribe-events-content {
  padding: 0!important;
}
.lagom-nightclub #tribe-events {
  padding-top: 0px;
}
.lagom-nightclub #tribe-events-bar {
  background: #171a2b;
}
.lagom-nightclub #tribe-events-bar .tribe-bar-search-filter {
  border-left: 1px solid #fff!important;
}
.lagom-nightclub #tribe-events-bar .tribe-bar-filters input {
  color: #fff;
  background: transparent !important;
}
.lagom-nightclub #tribe-events-bar .tribe-bar-filters input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.lagom-nightclub #tribe-events-bar .tribe-bar-filters input:-moz-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.lagom-nightclub #tribe-events-bar .tribe-bar-filters input::-moz-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.lagom-nightclub #tribe-events-bar .tribe-bar-filters input:-ms-input-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.lagom-nightclub #tribe-events-bar .tribe-bar-filters .tribe-bar-submit {
  padding: 12px 4px;
}
.lagom-nightclub #tribe-events-bar .bar h3 {
  color: #fff;
  text-transform: capitalize;
}
.lagom-nightclub #tribe-events-bar .bar .finish {
  display: none;
}
.lagom-nightclub #tribe-bar-form .tribe-bar-submit input[type=submit] {
  padding: 12px 7px;
  margin-top: -12px;
}
.clubevent-details {
  background-image: linear-gradient(to right top, #e21a51, #e23748, #e04b41, #dd5b3c, #d96a39);
  padding-bottom: 5px;
}
.clubevent-details .uk-select,
.clubevent-details .uk-input {
  border-radius: 45px;
}
.clubevent-details h3 {
  color: #fff;
  padding-left: 3px;
}
.clubevent-details .uk-button {
  margin: 0 auto;
  display: inherit;
  margin-top: 30px;
  border-radius: 49px;
  padding: 3px 30px;
  background-image: linear-gradient(to left bottom, #e21a51, #e23748, #e04b41, #dd5b3c, #d96a39);
  cursor: pointer;
  -webkit-box-shadow: 4px 7px 15px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 7px 15px -2px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.clubevent-details .uk-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.night-price i {
  font-size: 16px;
  font-style: normal;
  margin-top: -4px;
  margin-left: -10px;
  position: absolute;
}
/* Blog
====================================*/
.lagom-blog-container {
  position: relative;
  z-index: 0;
}
@media screen and (max-device-width: 960px) {
  .lagom-blog-container {
    width: 100%!important;
  }
}
.lagom-blog-container .blog-thumbnail-shadow {
  -webkit-box-shadow: inset -2px -143px 259px -100px rgba(61, 58, 61, 0.79);
  -moz-box-shadow: inset -2px -143px 259px -100px rgba(61, 58, 61, 0.79);
  box-shadow: inset -2px -143px 259px -100px rgba(61, 58, 61, 0.79);
}
.lagom-blog-container .title-top {
  margin-top: 20px;
}
.lagom-blog-container .lagom-blog-content {
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}
.lagom-blog-container .single-post .lagom-blog-content {
  max-width: 890px;
}
.lagom-blog-container .blog-tags,
.lagom-blog-container .blog-date {
  float: left;
}
.lagom-blog-container .blog-tags a,
.lagom-blog-container .blog-date a {
  color: #748085;
  font: 14px 'Poppins', sans-serif;
  border: none;
  text-decoration: none;
}
.lagom-blog-container .blog-tags a::before,
.lagom-blog-container .blog-date a::before {
  border-bottom: 1px solid #748085;
}
.lagom-blog-container .blog-tags a {
  padding: 8px 15px;
  border-radius: 3px;
  background-color: #e3edf1;
  margin-left: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.lagom-blog-container .uk-cover-container {
  margin-bottom: 25px;
}
.lagom-blog-container .blogpost_bg {
  background-color: #4a4a4a;
  width: 99.5%;
}
.lagom-blog-container .blog-tags {
  float: right;
}
.lagom-blog-container .uk-article-title {
  color: #10242b;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
.lagom-blog-container .uk-article-meta {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
}
.lagom-blog-container .uk-article-meta a {
  background: none;
  font-size: 14px;
  text-transform: none;
}
.lagom-blog-container * + .post-content {
  margin-top: 30px;
}
.lagom-blog-container .blog-content-comment-count {
  float: right;
  margin-right: 5px;
}
.lagom-blog-container .blog-content-comment-count a {
  color: #5c666a;
  text-transform: none;
  background: no-repeat;
}
.lagom-blog-container .share_button {
  margin-top: 3px;
  font: 14px 'Poppins', sans-serif;
  font-weight: 600;
  color: #10242b;
  padding-top: 18px;
}
.lagom-blog-container .share_button a .post-share-facebook {
  color: #2a436b;
}
.lagom-blog-container .share_button a .post-share-twitter {
  color: #55acee;
}
.lagom-blog-container .share_button a .post-share-googleplus {
  color: #dd4b39;
}
.lagom-blog-container .share_button a .post-share-pinterest {
  color: #bd081c;
}
.lagom-blog-container .share_button a .post-share-email {
  color: #00b092;
}
.lagom-blog-container .share_button a i {
  margin-left: 6px;
  font-size: 18px;
}
.lagom-blog-container .nav-links {
  margin: 30px 0;
  clear: both;
  margin-bottom: 60px;
}
.lagom-blog-container .nav-links .nav-previous {
  float: left;
}
.lagom-blog-container .nav-links .nav-next {
  float: right;
}
.lagom-blog-container .nav-links a {
  color: #5c666a;
  text-decoration: none;
  font: 14px 'Poppins', sans-serif;
  font-weight: 600;
  transition: all 0.3s;
}
.lagom-blog-container .nav-links a:hover {
  color: #00b092;
}
.lagom-blog-container .related-post {
  margin: 30px 0;
}
.lagom-blog-container .related-post article img {
  margin-bottom: 15px;
}
.lagom-blog-container .related-post h5 {
  margin-top: 5px;
}
.lagom-blog-container .related-post h5 a {
  color: #10242b;
  font: 15px 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.lagom-blog-container .related-post h5 a:hover {
  color: #00b092;
}
.lagom-blog-container .related-post p {
  margin-top: -10px;
  line-height: 23px;
}
.lagom-blog-container .lagom-blog-single {
  padding: 0 30px 0 0;
}
@media screen and (max-device-width: 960px) {
  .lagom-blog-container .lagom-blog-single {
    padding: 0;
  }
}
.lagom-blog-container .lagom-blog-single .uk-cover {
  min-width: inherit;
}
.lagom-blog-container .lagom-blog-single .share_button,
.lagom-blog-container .lagom-blog-single .blog-content-comment-count {
  padding: 20px 0;
}
.lagom-blog-container .lagom-blog-single .post-cat {
  margin: 10px 0;
}
.lagom-blog-container .lagom-blog-single .post-cat a {
  text-transform: capitalize;
  text-decoration: none;
  color: #000 !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-blog-container .lagom-blog-single .post-cat a:hover {
  color: #00b092;
}
.lagom-blog-container .lagom-blog-single .content_tags a {
  color: #000;
  text-transform: capitalize;
}
.lagom-blog-container .lagom-blog-single input[type=submit] {
  border: 1px solid #00b092;
  border-radius: 3px;
  background-color: #00b092;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 13px 20px;
  cursor: pointer ;
}
.lagom-blog-container .lagom-blog-single input[type=submit]:hover {
  background-color: transparent;
  color: #00b092;
}
.lagom-blog-container .related-thumb-left {
  float: left;
  margin-right: 15px;
}
.lagom-blog-container .author-container {
  margin: 30px 0 40px;
  border: 1px solid rgba(154, 154, 154, 0.25);
  background-color: rgba(154, 154, 154, 0.2);
  padding: 25px;
}
.lagom-blog-container .author-container h3 {
  margin: 0;
  font: 17px 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.lagom-blog-container .author-container .author-col-1 {
  padding-left: 0;
}
.lagom-blog-container .author-container .author-avatar {
  width: 100%;
}
.lagom-blog-container .author-container img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
.uk-article-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-media {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 176, 146, 0.5);
}
.entry-media .audio-post,
.entry-media .video-post {
  position: absolute;
  min-height: 240px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.entry-media iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.entry-media .mejs-wrapper {
  margin-top: -60px;
  background-color: rgba(0, 176, 146, 0.8);
}
.entry-media .swiper-button-prev,
.entry-media .swiper-button-next {
  background: #fff;
  color: #000;
  text-align: center;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all .3s linear;
}
.entry-media blockquote {
  margin: 0;
}
.entry-media blockquote cite {
  display: block;
}
.entry-media blockquote.link-element:after {
  content: '';
}
.entry-media .themeton-image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #63599e;
  background: -moz-linear-gradient(-45deg, #63599e 0, #009eb3 100%);
  background: -webkit-linear-gradient(-45deg, #63599e 0, #009eb3 100%);
  background: linear-gradient(135deg, #00b092 0%, #63599e 100%);
  background: -webkit--moz-linear-gradient(-45deg, #63599e 0, #009eb3 100%);
  background: -webkit--webkit-linear-gradient(-45deg, #63599e 0, #009eb3 100%);
  background: -webkit-linear-gradient(135deg, #63599e 0, #009eb3 100%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.entry-media .themeton-image:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.entry-media .icon-circle .overlay span {
  width: 40px;
  height: 40px;
  background: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.entry-media .icon-circle .overlay span + span {
  margin-left: 10px;
}
.entry-media .icon-circle .overlay span:hover {
  background-color: #252525;
}
.blog .entry-media .themeton-image {
  text-align: center;
}
.blog .entry-media .themeton-image img {
  width: auto;
  max-width: 100%;
}
.blog .entry-media .gallery-slideshow .themeton-image img {
  width: 100%;
}
.themeton-image .media-middle {
  margin: 0;
}
.themeton-image .media-middle > * {
  margin: 0;
}
.themeton-image .media-middle blockquote:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.themeton-image .media-middle blockquote.link-element:before {
  content: '\f0c1';
  font-family: FontAwesome;
  font-size: 64px;
  line-height: 2;
}
.single .comments-section-title,
.single .comment-reply-title,
.single .comments-title,
.single .related-post h3 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .uk-text-center-mob {
    text-align: center;
  }
}
.single-tribe_events .wrapper {
  background: #f4f4f4;
}
.blog-archive-style .blog-post-meta-section {
  margin-left: 0;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(154, 154, 154, 0.3);
}
.blog-archive-style p:empty {
  display: block;
}
.blog-archive-style .blog-date .first {
  font-size: 36px;
  line-height: 1;
}
.blog-archive-style .blog-date .second {
  font-size: 16px;
  font-weight: 300;
}
.blog-archive-style .format-class-audio + .lagom-blog-content {
  margin-bottom: 30px !important;
}
.blog-archive-style.format-standard .entry-media + .lagom-blog-content,
.blog-archive-style.format-image .entry-media + .lagom-blog-content {
  margin-top: -70px;
}
.blog-archive-style.format-standard .entry-media + .lagom-blog-content .blog-post-meta-section,
.blog-archive-style.format-image .entry-media + .lagom-blog-content .blog-post-meta-section {
  margin-left: 20px;
  margin-right: 20px;
}
.blog-archive-style .uk-button.uk-button-default {
  padding: 15px 20px 12px;
}
/* Comments
====================================*/
#comments {
  margin-top: 30px;
  margin-bottom: 30px;
}
#comments .comments-wrapper ol.comment-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-bottom: 30px;
}
#comments .comments-wrapper ol.comment-list li.comment {
  overflow: hidden;
  display: block;
}
#comments .comments-wrapper ol.comment-list li.comment article {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
#comments .comments-wrapper ol.comment-list li.comment article .avatar {
  width: 90px;
  height: 90px;
  float: left;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body {
  margin-left: 110px;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data {
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 5px;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data .comment-author {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: bold;
  color: #10242b;
  position: relative;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data .comment-date {
  font-size: 12px;
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Poppins';
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data .comment-reply {
  margin-left: 5px;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data .comment-reply a {
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  display: inline-block;
  letter-spacing: 0.4px;
  text-decoration: none;
  color: #009eb3;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data .comment-reply a::before {
  content: '-';
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  color: #9e9e9e;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .comment-content {
  margin: 0px;
  color: rgba(92, 102, 106, 0.8);
  font-family: 'Poppins';
  margin-bottom: 5px;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .comment-content p {
  margin-top: 15px;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .comment-content p:last-child {
  margin-bottom: 0px;
}
#comments .comments-wrapper ol.comment-list li.comment li .avatar {
  width: 48px;
  height: 48px;
}
#comments .comments-wrapper ol.comment-list li.comment li .comment-body {
  margin-left: 69px;
}
#comments .comments-wrapper ol.comment-list li.comment ul.children,
#comments .comments-wrapper ol.comment-list li.comment ol.children {
  padding-left: 65px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #comments .comments-wrapper ol.comment-list li.comment ul.children,
  #comments .comments-wrapper ol.comment-list li.comment ol.children {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  #comments .comments-wrapper ol.comment-list li.comment ul.children,
  #comments .comments-wrapper ol.comment-list li.comment ol.children {
    padding-left: 35px;
  }
}
@media screen and (max-width: 480px) {
  #comments .comments-wrapper ol.comment-list li.comment ul.children,
  #comments .comments-wrapper ol.comment-list li.comment ol.children {
    padding-left: 0px;
  }
}
#respond {
  margin-bottom: 50px;
}
#respond input,
#respond textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 20px;
  letter-spacing: 1px;
  padding: 12px 20px;
  height: auto;
  color: #10242b;
}
#respond textarea {
  height: 200px;
}
#respond .form-submit > span {
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}
#respond .form-submit input[type="submit"] {
  min-width: 230px;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #00b092;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
#respond .form-submit input[type="submit"]:hover {
  color: #444444;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: none;
  background-color: #f4f4f4;
}
.logged-in-as a {
  font-size: 14px;
  color: #5c666a;
}
/* Page
====================================*/
.uk-button-default {
  background-color: #00b092;
  border: none;
  border-radius: 0px;
  padding: 20px 30px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.uk-button-default:hover {
  color: #fff;
  background-color: #00a185;
}
.uk-button-default.cyrcle {
  padding: 15px 35px;
  border-radius: 60px;
  position: relative;
  z-index: 10;
}
.uk-button-default.cyrcle:hover {
  opacity: .8;
}
.team-template-default .swiper-pagination {
  width: 100% !important;
}
ul.swiper-pagination {
  padding-left: 0;
}
.loader {
  -webkit-animation: rotate 2s infinite;
  animation: rotate 2s infinite;
  height: 50px;
  width: 50px;
}
.loader:before,
.loader:after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}
.loader:before {
  -webkit-animation: ball1 2s infinite;
  animation: ball1 2s infinite;
  background-color: #cb2025;
  -webkit-box-shadow: 30px 0 0 #f8b334;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
.loader:after {
  -webkit-animation: ball2 2s infinite;
  animation: ball2 2s infinite;
  background-color: #00a096;
  -webkit-box-shadow: 30px 0 0 #97bf0d;
  box-shadow: 30px 0 0 #97bf0d;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}
@-webkit-keyframes ball1 {
  0% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    -webkit-box-shadow: 0 0 0 #f8b334;
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}
@keyframes ball1 {
  0% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    -webkit-box-shadow: 0 0 0 #f8b334;
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}
@-webkit-keyframes ball2 {
  0% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    -webkit-box-shadow: 0 0 0 #97bf0d;
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}
@keyframes ball2 {
  0% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    -webkit-box-shadow: 0 0 0 #97bf0d;
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}
.loader_indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
}
.loader_indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.indicloader_indicatorator svg polyline#back {
  stroke: rgba(59, 211, 171, 0.3);
}
.loader_indicator svg polyline#front {
  stroke: #3bd3ab;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
  animation: dash 1s linear infinite;
}
@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#loader_circles {
  width: 80px;
  height: 80px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin_circles 2s linear infinite;
  animation: spin_circles 2s linear infinite;
}
#loader_circles:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin_circles 3s linear infinite;
  animation: spin_circles 3s linear infinite;
}
#loader_circles:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin_circles 1.5s linear infinite;
  animation: spin_circles 1.5s linear infinite;
}
@-webkit-keyframes spin_circles {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin_circles {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-3 {
  color: #00b092;
  font-size: 50px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-5,
.loader-5:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader-5 {
  margin: 60px auto;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 176, 146, 0.2);
  border-right: 1.1em solid rgba(0, 176, 146, 0.2);
  border-bottom: 1.1em solid rgba(0, 176, 146, 0.2);
  border-left: 1.1em solid #00b092;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
input[type="radio"]:checked,
input[type="radio"]:indeterminate {
  background-color: #00b092;
  border-color: transparent;
}
input[type="radio"]:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E");
  background-size: 23px;
}
input[type="radio"] {
  display: inline-block;
  height: 15px;
  width: 15px;
  padding: 0px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
}
.uk-button-white {
  background-color: #fff;
  border: 1px solid #d9ddd7;
  border-radius: 3px;
  padding: 20px 30px;
  color: #9fa7a9;
  font-size: 14px;
  line-height: 1;
}
.uk-button-white:hover {
  color: #444444;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #9fa7a9;
}
.lagom-page-single .share_button {
  margin-top: 3px;
  font: 14px 'Poppins', sans-serif;
  font-weight: 600;
  color: #10242b;
}
.lagom-page-single .share_button a .post-share-facebook {
  color: #2a436b;
}
.lagom-page-single .share_button a .post-share-twitter {
  color: #55acee;
}
.lagom-page-single .share_button a .post-share-googleplus {
  color: #dd4b39;
}
.lagom-page-single .share_button a .post-share-pinterest {
  color: #bd081c;
}
.lagom-page-single .share_button a .post-share-email {
  color: #00b092;
}
.lagom-page-single .share_button a i {
  margin-left: 6px;
  font-size: 18px;
}
.lagom-page-single .author-container {
  margin: 50px 0;
  border: 1px solid #e3e7ea;
  padding: 15px;
}
.lagom-page-single .author-container h3 {
  margin: 12px 0 0 0;
  color: #10242b;
  font: 17px 'Poppins', sans-serif;
  font-weight: 600;
}
.lagom-page-single .author-container .author-col-1 {
  padding-left: 0;
}
.lagom-page-single .author-container .author-avatar {
  width: 100%;
}
.yGXnEgOA_0 {
  stroke-dasharray: 45 47;
  stroke-dashoffset: 46;
}
.uk-scrollspy-inview .yGXnEgOA_0 {
  animation: yGXnEgOA_draw 1000ms ease-in-out 0ms forwards;
}
.yGXnEgOA_1 {
  stroke-dasharray: 28 30;
  stroke-dashoffset: 29;
}
.uk-scrollspy-inview .yGXnEgOA_1 {
  animation: yGXnEgOA_draw 1000ms ease-in-out 0ms forwards;
}
@keyframes yGXnEgOA_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes yGXnEgOA_fade {
  0% {
    stroke-opacity: 1;
  }
  92.3076923076923% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.yGXnEgOA_0 {
  stroke-dasharray: 45 47;
  stroke-dashoffset: 46;
}
.uk-scrollspy-inview-hover .yGXnEgOA_0 {
  animation: yGXnEgOA_draw 1000ms ease-in-out 0ms forwards;
}
.yGXnEgOA_1 {
  stroke-dasharray: 28 30;
  stroke-dashoffset: 29;
}
.uk-scrollspy-inview-hover .yGXnEgOA_1 {
  animation: yGXnEgOA_draw 1000ms ease-in-out 0ms forwards;
}
@keyframes yGXnEgOA_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes yGXnEgOA_fade {
  0% {
    stroke-opacity: 1;
  }
  92.3076923076923% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.explore-pagination {
  letter-spacing: 1px;
  background: none;
  color: #000;
  position: relative;
  outline: none;
  border: none;
  height: 51px;
  width: 130px;
  font-size: 14px;
  z-index: 2;
  transition: 0.01s 0.23s ease-out all;
  overflow: hidden;
}
.explore-pagination:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 0;
  height: 100%;
  width: 20%;
  background: #f1f1f1;
  z-index: -1;
  transition: 0.3s all ease-in;
}
.explore-pagination:after {
  content: '';
  position: absolute;
  left: -5%;
  top: 5%;
  height: 90%;
  width: 5%;
  background: #00b092;
  z-index: -1;
  transition: 0.4s 0.02s ease-in all;
}
.explore-pagination:hover {
  cursor: pointer;
  color: transparent;
}
.explore-pagination:hover:before {
  left: 100%;
  width: 25%;
}
.explore-pagination:hover:after {
  left: 100%;
  width: 70%;
}
.explore-pagination:hover .icon-right:after {
  color: transparent;
}
.explore-pagination:hover .icon-right.after:after {
  left: -50px;
  color: #000;
  transition: .2s .2s ease all;
}
.icon-right {
  position: absolute;
  top: 0;
  right: 0px;
}
.icon-right:after {
  font-family: "FontAwesome";
  content: '\2192';
  font-size: 24px;
  color: #000;
  display: inline-block;
  position: relative;
  top: 26px;
  transform: translate3D(0, -50%, 0);
}
.icon-right.after:after {
  left: -250px;
  color: #000;
  transition: .15s .25s ease left, .5s .05s ease color;
}
.icon-right.after:before {
  content: '';
  position: absolute;
  left: -230px;
  top: 14px;
  opacity: 0;
  transition: 0.2s ease-in all;
}
.swiper-button-next,
.swiper-button-prev {
  height: 37px;
  width: 35px;
}
.uk-button-text {
  padding-top: 10px;
  box-shadow: none !important;
  padding-bottom: 0px;
  background: transparent !important;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(0px) !important;
}
.uk-button-text::before {
  border-bottom: 1px solid #00b092;
}
.uk-overlay-primary {
  background: #63599e;
  background: -moz-linear-gradient(-45deg, rgba(99, 89, 158, 0.93) 0, rgba(0, 158, 179, 0.93) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(99, 89, 158, 0.93) 1 0, rgba(0, 158, 179, 0.93) 100%);
  background: linear-gradient(135deg, rgba(99, 89, 158, 0.93) 0%, rgba(0, 158, 179, 0.93) 100%);
  background: -webkit--moz-linear-gradient(-45deg, rgba(0, 158, 179, 0.93) 0, rgba(0, 158, 179, 0.93) 100%);
  background: -webkit--webkit-linear-gradient(-45deg, rgba(0, 158, 179, 0.93) 0, rgba(0, 158, 179, 0.93) 100%);
  background: -webkit-linear-gradient(135deg, rgba(99, 89, 158, 0.93) 0, rgba(0, 158, 179, 0.93) 100%);
}
.uk-overlay-secondary {
  background: #63599e;
  background: -moz-linear-gradient(-45deg, rgba(99, 89, 158, 0.6) 0, rgba(0, 158, 179, 0.6) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(99, 89, 158, 0.6) 1 0, rgba(0, 158, 179, 0.6) 100%);
  background: linear-gradient(135deg, rgba(99, 89, 158, 0.6) 0%, rgba(0, 158, 179, 0.6) 100%);
  background: -webkit--moz-linear-gradient(-45deg, rgba(0, 158, 179, 0.6) 0, rgba(0, 158, 179, 0.6) 100%);
  background: -webkit--webkit-linear-gradient(-45deg, rgba(0, 158, 179, 0.6) 0, rgba(0, 158, 179, 0.6) 100%);
  background: -webkit-linear-gradient(135deg, rgba(99, 89, 158, 0.6) 0, rgba(0, 158, 179, 0.6) 60%);
}
.swiper-pagination-bullets {
  position: relative;
  height: 30px;
}
.swiper-pagination-bullets > * {
  margin-left: 15px;
  padding-left: 0px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #101010;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  width: 13px;
  height: 13px;
  opacity: .5;
  position: relative;
  border: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  box-shadow: 0 0 0 2px #00b092;
  background: transparent;
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #00b092;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px #00b092;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #00b092;
}
.swiper-pagination-bullets .tp-bullet-inner {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #747474;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}
.uk-height-medium {
  height: 450px;
}
#error404 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#error404 .style1 h3 {
  font-size: 31px !important;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 20px 0;
  padding-top: 30px;
}
#error404 .style1 span {
  font-size: 200px;
  color: #fff;
  font-weight: 500;
}
#error404 .style1 p {
  font-size: 18px;
  margin: 0;
}
#error404 .style2 h3 {
  font-size: 270px !important;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  margin: 0;
}
#error404 .style2 p {
  display: block;
  float: left;
  position: absolute;
  bottom: 160	px;
  color: #000;
}
#error404 .style3 {
  opacity: 1!important;
  padding: 100px 0;
}
#error404 .style3 h3 {
  font-size: 85px !important;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  margin: 20px 0;
  padding-top: 30px;
}
#error404 .style3 h3 i {
  font-style: normal;
  color: #fb5252;
}
#error404 .style3 p {
  font-size: 42px;
  text-transform: uppercase;
  color: #b9c3d2;
}
#error404 p {
  margin-top: 30px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1em;
  color: #fff;
}
#error404 p i {
  font-style: normal;
  color: #00b092;
}
@media screen and (max-width: 640px) {
  #error404 {
    padding: 120px 40px;
  }
  #error404 h1 {
    font-size: 64px;
  }
  #error404 h3 {
    font-size: 34px;
    margin-top: 20px;
  }
  #error404 a {
    margin-top: 20px;
  }
}
#error404 .nothingthub {
  min-height: 580px;
}
.wpcf7-text {
  text-indent: 10px;
}
.wpcf7-text:focus {
  border-color: #63599e;
  box-shadow: 0 0 10px #eee;
}
.wpcf7-select {
  text-indent: 10px;
}
.wpcf7-select:focus {
  border-color: #63599e;
  box-shadow: 0 0 10px #eee;
}
.wpcf7-textarea {
  text-indent: 10px;
}
.wpcf7-textarea:focus {
  border-color: #63599e;
  box-shadow: 0 0 10px #eee;
}
.uk-form-label {
  color: #5c666a;
  font-size: 15px;
}
.wpcf7-date::-webkit-inner-spin-button,
.wpcf7-date::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
span.wpcf7-not-valid-tip {
  display: none;
}
input[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: red;
}
textarea[aria-invalid="true"] {
  border-color: red;
}
.career-form-medical .wpcf7-file {
  display: none;
}
.career-form-medical .fileupload {
  text-indent: 10px;
  line-height: 50px;
  border: none;
}
.career-form-medical input,
.career-form-medical select,
.career-form-medical .uk-input,
.career-form-medical .uk-select:not([multiple]):not([size]) {
  height: 50px;
  outline: none;
  border: none;
}
.career-form-medical .uk-textarea {
  padding-top: 10px;
}
.form-with-icons .wpcf7-text {
  text-indent: 39px;
}
.form-with-icons .wpcf7-select {
  text-indent: 39px;
}
.form-with-icons .wpcf7-textarea {
  text-indent: 39px;
}
.form-with-icons .uk-icon {
  position: absolute;
  z-index: 100;
}
.form-with-icons .user {
  top: 60px;
  left: 23px;
}
.form-with-icons .textarea-icon {
  height: 40px;
}
.contact-testimonial .wpcf7-text {
  text-indent: 0px;
}
.contact-testimonial .wpcf7-select {
  text-indent: 0px;
}
.contact-testimonial .wpcf7-textarea {
  text-indent: 0px;
}
.contact-testimonial span {
  color: #e9563d;
}
.contact-testimonial .uk-input,
.contact-testimonial .uk-select,
.contact-testimonial .uk-textarea {
  max-width: 100%;
  width: 100%;
  padding: 0 0px;
  color: #999;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #bec1c3;
  border-radius: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
}
.contact-testimonial .uk-input:focus,
.contact-testimonial .uk-select:focus,
.contact-testimonial .uk-textarea:focus {
  border-color: #747474;
}
.contact-testimonial input[type="file"] {
  display: none;
}
.contact-testimonial .fileupload {
  background-repeat: no-repeat;
  background-position: 98% 50%;
  cursor: pointer;
}
.apply-job-form span.wpcf7-not-valid-tip {
  display: none;
}
.apply-job-form input[aria-invalid="true"],
.apply-job-form select[aria-invalid="true"] {
  border-bottom-color: red;
}
.apply-job-form textarea[aria-invalid="true"] {
  border-bottom-color: red;
}
.apply-job-form .wpcf7-text {
  text-indent: 0px;
}
.apply-job-form .wpcf7-select {
  text-indent: 0px;
}
.apply-job-form .wpcf7-textarea {
  text-indent: 0px;
}
.apply-job-form .uk-textarea {
  height: 205px;
}
.apply-job-form .uk-input,
.apply-job-form .uk-select,
.apply-job-form .uk-textarea {
  max-width: 100%;
  width: 100%;
  padding: 0 0px;
  color: #1e4350;
  box-shadow: none;
  border: none;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  border-bottom: 1px solid #bec1c3;
  border-radius: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
}
.apply-job-form .uk-input:focus,
.apply-job-form .uk-select:focus,
.apply-job-form .uk-textarea:focus {
  border-color: #747474;
}
.apply-job-form .uk-input::-webkit-input-placeholder,
.apply-job-form .uk-select::-webkit-input-placeholder,
.apply-job-form .uk-textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e4350;
}
.apply-job-form .uk-input::-moz-placeholder,
.apply-job-form .uk-select::-moz-placeholder,
.apply-job-form .uk-textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e4350;
}
.apply-job-form .uk-input:-ms-input-placeholder,
.apply-job-form .uk-select:-ms-input-placeholder,
.apply-job-form .uk-textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e4350;
}
.apply-job-form .uk-input:-moz-placeholder,
.apply-job-form .uk-select:-moz-placeholder,
.apply-job-form .uk-textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1e4350;
}
.apply-job-form input[type="file"] {
  display: none;
}
.apply-job-form .fileupload {
  background-repeat: no-repeat;
  background-position: 98% 50%;
  cursor: pointer;
  text-transform: uppercase;
  border-top: 1px solid #bec1c3;
  border-left: 1px solid #bec1c3;
  border-right: 1px solid #bec1c3;
  height: 180px;
  background-color: #f4f4f4;
}
.apply-job-form .fileupload span {
  color: #00b092;
  border-bottom: 1px solid;
  line-height: 13px;
  margin-left: 8px;
  margin-right: 8px;
}
.apply-job-form .uk-select:not([multiple]):not([size]) {
  text-transform: uppercase;
  color: #1e4350;
}
.uk-form-icon {
  left: 10px;
  color: #999;
}
.uk-input,
.uk-select {
  height: 50px;
}
.uk-input,
.uk-select,
.uk-textarea,
.uk-select:not([multiple]):not([size]) {
  line-height: 50px;
}
.uk-input,
.uk-select,
.uk-select:not([multiple]):not([size]) {
  height: 50px;
}
.uk-select:not([multiple]):not([size]) {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
.revo-button1 {
  background-color: #009eb3;
}
.revo-button1:hover {
  background-color: #444;
}
.revo-button2 {
  background-color: #00b092;
}
.revo-button2:hover {
  background-color: #444;
}
/*subscribe form*/
.mc4wp-form .uk-button {
  padding-top: 0;
  padding-bottom: 0;
}
.mc4wp-form .mc4wp-form-fields label {
  font-style: normal;
  font-size: 15px;
  color: #64676a;
}
.mc4wp-form .mc4wp-form-fields span {
  background: #252627;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.mc4wp-form .mc4wp-form-fields span i {
  padding-left: 15px;
  color: #67b930;
}
.mc4wp-form .mc4wp-form-fields span .subcribe_form {
  background: transparent;
  border: none;
  padding: 16px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}
.mc4wp-form .mc4wp-form-fields span input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 20px;
  background: #67b930;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  border: none;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mc4wp-form .mc4wp-form-fields span input[type=submit]:focus {
  outline: none;
}
.mc4wp-form .mc4wp-form-fields span input[type=submit]:hover {
  background: #00b092;
}
.mc4wp-form .mc4wp-form-fields span input[type=submit]::-webkit-input-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.mc4wp-form .mc4wp-form-fields span input[type=submit]:-moz-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.mc4wp-form .mc4wp-form-fields span input[type=submit]::-moz-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.mc4wp-form .mc4wp-form-fields span input[type=submit]:-ms-input-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.mailchimp_form .uk-input {
  background-color: transparent;
  border: none;
}
.mailchimp_form i {
  font-size: 21px;
}
.mailchimp_form i:hover {
  color: #00b092;
}
.mailchimp_form button {
  background-color: transparent;
  border: none;
}
.mailchimp_form_logistics .uk-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666;
}
.mailchimp_form_hotel button {
  background-color: transparent;
  border: 1px solid #434837;
  border-left: none;
  padding: 13px;
  padding-right: 25px;
  margin-top: 9px;
}
.mailchimp_form_hotel button i {
  font-size: 22px;
  color: #fff;
}
.mailchimp_form_hotel .uk-input {
  border: 1px solid #434837;
  border-right: none;
  background: none;
  text-indent: 25px;
}
.wrapper {
  overflow: hidden;
}
.expand-wrapper {
  margin: 0 80px !important;
}
.bordered .vc_btn3 {
  border: 1px solid rgba(0, 176, 146, 0.6) !important;
  border-radius: 50px !important;
}
@media screen and (max-width: 767px) {
  .hotelorder {
    width: inherit !important;
  }
}
.domain_name ul {
  padding: 0;
}
.domain_name ul li {
  list-style-type: none;
  float: left;
  color: #a4c8f3;
  padding: 0 40px;
  border-left: 1px solid #a4c8f3;
  font-size: 13px;
}
.domain_name ul li:first-child {
  border: none;
}
.mega-menu .styled-scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.mega-menu .styled-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.mega-menu .styled-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fc2a5f;
  border: 1px solid transparent;
}
.mega-menu .styled-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #fc2a5f;
}
/* Widgets
====================================*/
.widget {
  /* Social links
      -------------------------------------------------- */
}
.widget + .widget {
  margin-top: 80px;
}
.widget .widget-title {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #10242b;
  margin-bottom: 15px;
}
.widget a {
  color: #5c666a;
}
.widget a:hover {
  color: #00b092;
}
.widget select {
  width: 100%;
}
.widget ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.widget ul li {
  padding-top: 10px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid rgba(92, 102, 106, 0.1);
}
.widget ul li a {
  color: #5c666a;
}
.widget ul li ul {
  margin-left: 10px;
}
.widget ul li ul li {
  border-top: 1px solid rgba(92, 102, 106, 0.1);
  border-bottom: none;
  padding-bottom: 0;
}
.widget .sub-menu {
  background-color: transparent;
}
.widget .calendar_wrap {
  font-family: 'Poppins';
  font-size: 14px;
}
.widget .calendar_wrap caption {
  color: #5c666a;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.widget .fs-recent-post .fs-rp-item {
  overflow: hidden;
  border-bottom: 1px solid rgba(92, 102, 106, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.widget .fs-recent-post .fs-rp-item:last-child {
  border-bottom: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget .fs-recent-post .fs-rp-item .entry-image {
  background-color: rgba(92, 102, 106, 0.1);
  float: left;
}
.widget .fs-recent-post .fs-rp-item .entry-image a {
  display: inline-block;
}
.widget .fs-recent-post .fs-rp-item .entry-image img {
  width: 80px;
  height: 80px;
}
.widget .fs-recent-post .fs-rp-item .entry-rp {
  margin-left: 95px;
}
.widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}
.widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span {
  display: inline-block;
}
.widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span + span::before {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}
.widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span:last-child {
  display: none;
}
.widget .fs-recent-post .fs-rp-item h4 {
  margin: 0px;
  margin-top: 5px;
}
.widget .fs-recent-post .fs-rp-item h4 a {
  font-size: 15px;
  font-weight: 600;
  color: #10242b !important;
}
.widget .fs-recent-post .fs-rp-item .read-more {
  display: none;
  margin: 0px;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.3em;
  margin-top: 5px;
}
.widget .fs-recent-post .fs-rp-item .read-more a {
  text-decoration: underline;
}
.widget .fs-recent-post .fs-rp-item.no-thumb .entry-rp {
  margin-left: 0px;
}
.widget .fs-recent-post .fs-rp-item.no-thumb .entry-rp span:last-child {
  display: inline-block;
}
.widget .related-posts .related-post-item {
  position: relative;
  margin-bottom: 15px;
}
.widget .related-posts .related-post-item:last-child {
  margin-bottom: 0px;
}
.widget .related-posts .related-post-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.widget .related-posts .related-post-item h4 {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0px;
}
.widget .related-posts .related-post-item h4 a {
  color: #10242b;
}
.widget .related-posts .related-post-item .entry-date {
  font-size: 12px;
  color: rgba(92, 102, 106, 0.6);
}
.widget.widget_tag_cloud a {
  font-size: 13px !important;
  padding: 5px 20px;
  margin-bottom: 7px;
  margin-right: 3px;
  border-radius: 5px;
  line-height: 2.154em;
  font-family: 'Poppins';
  color: #5c666a;
  display: inline-block;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #f1f1f1;
}
.widget.widget_tag_cloud a:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 176, 146, 0.42);
  border-color: transparent;
  background: #00b092;
  color: #fff;
}
.widget.widget_archive a span,
.widget.widget_categories a span {
  float: right;
}
.widget.widget_recent_entries span {
  display: block;
  margin-bottom: 10px;
}
.widget.widget_recent_entries .post-date {
  font-size: 14px;
  color: #10242b;
  font-weight: 600;
}
.widget address {
  margin-bottom: 0;
}
.widget address abbr[title] {
  text-decoration: none;
  display: block;
}
.widget address abbr[title] + abbr[title] {
  padding-top: 10px;
  margin-top: 10px;
}
.widget address .address_email {
  text-decoration: underline;
}
.widget address .address_email:hover {
  color: #00b092;
}
.widget address span {
  margin-right: 10px;
}
.widget.widget_social a {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.widget a[class^="social_"] {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 3px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #5c666a;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.widget a[class^="social_"] i {
  font-size: 15px;
  line-height: 20px;
}
.widget a[class^="social_"] i:before {
  speak: none;
  font-size: 12px;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.widget a[class^="social_"]:hover {
  color: #fff;
  text-decoration: none;
}
.widget a[class^="social_"]:hover i:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
.widget a.social_facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.widget a.social_facebook:hover {
  color: #3b5998;
}
.widget a.social_twitter {
  background-color: #00aced;
  border-color: #00aced;
}
.widget a.social_twitter:hover {
  color: #00aced;
}
.widget a.social_pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
}
.widget a.social_pinterest:hover {
  color: #cb2027;
}
.widget a.social_googleplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.widget a.social_googleplus:hover {
  color: #dd4b39;
}
.widget a.social_instagram {
  background-color: #517fa4;
  border-color: #517fa4;
}
.widget a.social_instagram:hover {
  color: #517fa4;
}
.widget a.social_vimeo {
  background-color: #45bbff;
  border-color: #45bbff;
}
.widget a.social_vimeo:hover {
  color: #45bbff;
}
.widget a.social_youtube {
  background-color: #bb0000;
  border-color: #bb0000;
}
.widget a.social_youtube:hover {
  color: #bb0000;
}
.widget a.social_flickr {
  background-color: #ff0084;
  border-color: #ff0084;
}
.widget a.social_flickr:hover {
  color: #ff0084;
}
.widget a.social_linkedin {
  background-color: #007bb6;
  border-color: #007bb6;
}
.widget a.social_linkedin:hover {
  color: #007bb6;
}
.widget a.social_dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.widget a.social_dribbble:hover {
  color: #ea4c89;
}
.widget a.social_wordpress {
  background-color: #464646;
  border-color: #464646;
}
.widget a.social_wordpress:hover {
  color: #464646;
}
.widget a.social_skype {
  background-color: #00AFF0;
  border-color: #00AFF0;
}
.widget a.social_skype:hover {
  color: #00AFF0;
}
.widget a.social_tumblr {
  background-color: #35465c;
  border-color: #35465c;
}
.widget a.social_tumblr:hover {
  color: #35465c;
}
.widget a.social_blogger {
  background-color: #FF9334;
  border-color: #FF9334;
}
.widget a.social_blogger:hover {
  color: #FF9334;
}
.widget a.social_delicious {
  background-color: #31a9ff;
  border-color: #31a9ff;
}
.widget a.social_delicious:hover {
  color: #31a9ff;
}
.widget a.social_tumbleupon {
  background-color: #EB4823;
  border-color: #EB4823;
}
.widget a.social_tumbleupon:hover {
  color: #EB4823;
}
.widget a.social_link {
  background-color: #00b092;
  border-color: #00b092;
}
.widget a.social_link:hover {
  color: #00b092;
}
.widget a[class^="social_"]:hover {
  background-color: transparent;
  border-color: #5c666a;
}
.sidebar .widget_social a[class^="social_"]:hover {
  color: #5c666a;
}
.search_form {
  position: relative;
  border: 1px solid rgba(92, 102, 106, 0.15);
  padding-right: 50px;
  padding-left: 20px;
}
.search_form input {
  height: 48px;
  background: transparent;
  width: 100%;
  color: #10242b;
  font-size: 15px;
  padding: 0;
  border: none;
}
.search_form input:focus {
  outline: none;
  border-color: rgba(92, 102, 106, 0.5);
}
.search_form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  box-shadow: none;
  background-color: transparent;
  display: block;
  line-height: 48px;
  text-align: center;
  padding: 0px;
  font-size: 14px;
  color: #10242b;
  border: none;
}
.sidebar {
  position: relative;
}
.sidebar .entry-sidebar {
  position: relative;
}
.widget li:before {
  content: '';
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' data-name='icon arrow' x='0px' y='0px' viewBox='0 0 50 50' style='' xml:space='preserve' width='28px' height='28px' class='default-arrow-next'><path style='fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' d='M46.525,25L2.025,25' class='yGXnEgOA_0'/><path style='fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' d='M38.025,35L47.625,25L38.025,15' class='yGXnEgOA_1'/></svg>");
  background-repeat: no-repeat;
  background-size: 34px 19px;
  background-position: center;
  padding-right: 20px;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  div + .sidebar {
    margin-top: 50px;
  }
}
.style2 a[class^="social_"] {
  border-radius: 0px;
  border: none;
}
.style2 a[class^="social_"] i:before {
  speak: none;
  font-size: 20px;
  color: #69717b;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.style2 a.social_facebook {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_twitter {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_pinterest {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_googleplus {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_instagram {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_vimeo {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_youtube {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_flickr {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_linkedin {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_dribbble {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_wordpress {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_skype {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_tumblr {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_blogger {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_delicious {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_tumbleupon {
  background-color: transparent;
  border-color: transparent;
}
.style2 a.social_link {
  background-color: transparent;
  border-color: transparent;
}
.style3 {
  opacity: .5;
}
.style3 a[class^="social_"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  padding: 10px;
  opacity: .5;
}
.style3 a[class^="social_"] i:before {
  speak: none;
  font-size: 20px;
  color: #00b092;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.style3 a.social_facebook {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_twitter {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_pinterest {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_googleplus {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_instagram {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_vimeo {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_youtube {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_flickr {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_linkedin {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_dribbble {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_wordpress {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_skype {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_tumblr {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_blogger {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_delicious {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_tumbleupon {
  background-color: transparent;
  border-color: #00b092;
}
.style3 a.social_link {
  background-color: transparent;
  border-color: #00b092;
}
/* DEFAUTL WIDGET IMPROVEMENT */
.related-posts-title span,
.sidebar .widget .widget-title span {
  position: relative;
  margin-left: 18px;
}
.related-posts-title span:before,
.sidebar .widget .widget-title span:before {
  content: '';
  background-color: #00b092;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -18px;
  bottom: 5px;
}
.sidebar .widget {
  padding: 40px 30px;
  background-color: #e3edf1;
}
.sidebar .widget + .widget {
  margin-top: 30px;
}
.sidebar .widget .widget-title span {
  margin-left: 0;
}
.sidebar .widget .widget-title span:before {
  display: none;
}
.sidebar .widget.widget_search {
  background-color: #47c4f5;
}
.sidebar .widget.widget_search .widget-title {
  color: #fff;
}
.sidebar .widget.widget_search .search_form {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(154, 154, 154, 0.3);
}
.sidebar .widget.widget_tag_cloud a {
  background-color: #fff;
}
.sidebar .widget.widget_tag_cloud a:hover {
  color: #00b092;
}
footer .widget.widget_tag_cloud a {
  background-color: #00977d;
}
/* Footer
====================================*/
.footer-section {
  color: #64676a;
  background-color: #0b0f12;
  padding: 60px 0px;
}
.footer-section a {
  color: #3f4143;
}
.footer-section a:hover {
  color: #4b4e50;
}
.footer-section .footer-menu {
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
.footer-section .footer-menu li {
  display: inline-block;
  margin-right: 10px;
}
.footer-section .footer-menu li:last-child {
  margin-right: 0px;
}
.footer-section .footer-menu li a {
  display: inline-block;
}
.footer-section .widget .widget-title {
  color: #ffffff;
}
.footer-section .widget ul li a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 15px;
  color: #64676a;
}
.footer-section .widget ul li a:hover {
  color: #00b092;
  text-decoration: underline;
}
.footer-section .uk-navbar-nav li a {
  height: auto;
}
.footer-section .uk-navbar-nav li:first-child a {
  padding-left: 0;
}
.footer-section .uk-navbar-nav li:last-child a {
  padding-right: 0;
}
.footer-section .widget.latest_blogs .fs-recent-post .entry-rp .entry-meta span a {
  color: rgba(100, 103, 106, 0.9);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-section .widget.latest_blogs .fs-recent-post .entry-rp .entry-meta span a:hover {
  color: #67b930;
}
.footer-section .widget ul li {
  border: 0;
  padding-top: 0;
  padding-bottom: 8px;
}
.footer-section .widget .search_form {
  background: #252627;
  border: 0;
}
.footer-section .widget .search_form button {
  background-color: #00b092;
  color: #fff;
}
.footer-section .widget input {
  color: #fff;
}
.footer-section .widget address span {
  color: #fff;
}
.footer-section .widget.widget_social a {
  color: #fff;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .footer-section .footer-column + .footer-column {
    margin-top: 30px;
  }
}
.fixed-bottom-footer {
  display: none;
  visibility: hidden;
}
#footer {
  background: #0b0f12;
}
#footer .themeton-menu > li {
  /*margin-left: 0; Ene hen yaah gej bichseniig medehgui tul tur comment bolgov */
}
#footer .themeton-menu > li:hover .sub-menu {
  display: none;
}
.lagom-single .footer-row-arrow:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  top: 0;
  margin-left: 30px;
}
/* Responsive
====================================*/
/* Large Devices - Desktops */
@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .image-item {
    width: 18%!important;
  }
}
/* Medium Devices - Desktops */
/* Small Devices - Tablets */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .lagom-nightclub .custom-logo {
    width: 70px !important;
  }
}
/* Extra Small Devices - Phones */
@media screen and (max-width: 767px) {
  .lagom-nightclub .custom-logo {
    width: 70px !important;
  }
  .pl5r30 {
    padding: 0;
  }
  .fixed.f-nav {
    display: none;
  }
  .pricetable {
    margin: 15px;
  }
  .mt14,
  .mt10 {
    margin-top: 30px;
  }
  .uk-offcanvas-bar .menu-item ul {
    padding-left: 20px;
    background: transparent !important;
  }
}
/* Internet Explorer
====================================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}
/* Header Style
====================================*/
header {
  background-color: #ffffff;
}
header .vc_section[data-vc-full-width] {
  overflow: visible;
}
header .border-top {
  border-top: 1px solid #e2eaed;
}
header .uk-logo a {
  display: block;
  text-decoration: none;
  color: #00b092;
  text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
}
header .left-button,
header .right-button {
  border-radius: 0 !important;
  padding: 12px 22px;
  text-transform: none;
}
header .left-button {
  border-top-left-radius: 500px !important;
  border-bottom-left-radius: 500px !important;
  text-transform: none;
}
header .right-button {
  background: #fff;
  color: #24b9cd;
  border-top-right-radius: 500px !important;
  border-bottom-right-radius: 500px !important;
  margin-left: 0px;
}
header .right-button * {
  color: #24b9cd;
}
.header-transparent {
  z-index: 889;
  position: absolute;
  width: 100%;
}
.fixed.f-nav {
  background: #a0e6fe !important;
  opacity: .8;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
}
.fixed.f-nav a {
  color: #fff;
  opacity: 1!important;
}
.width-top {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -1px;
  position: relative;
}
.emailphone {
  font-size: 12px;
  text-transform: uppercase;
  color: #00b092;
  font-weight: 500;
  line-height: 1.5em !important;
}
.numbers {
  color: #ffffff;
  font-weight: 500;
  font-family: 'Poppins';
}
.themeton-menu {
  margin-bottom: 0;
  padding-left: 0;
}
.themeton-menu .children {
  background-color: #fff;
}
.themeton-menu .children li a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #333!important;
}
.themeton-menu > li {
  margin-left: 30px;
}
.themeton-menu > li:first-child {
  margin-left: 0;
}
.themeton-menu li > ul {
  top: 100%;
}
.themeton-menu li {
  list-style: none;
}
.themeton-menu li > .sub-menu > li > .sub-menu,
.themeton-menu li > .children > li > .children {
  top: 0%!important;
}
.themeton-menu > li > .sub-menu > li > .sub-menu,
.themeton-menu > li > .children > li > .children {
  top: auto!important;
  margin-top: -34px !important;
}
.themeton-menu > li > .sub-menu,
.themeton-menu > li > .children {
  margin-left: -30px;
}
.themeton-menu > li .sub-menu,
.themeton-menu > li .children {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  min-width: 240px;
  padding: 5px 20px;
  color: #999999;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 22px 79px -22px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 22px 79px -22px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 22px 79px -22px rgba(0, 0, 0, 0.35);
  transition: all .3s;
}
.themeton-menu > li .sub-menu li,
.themeton-menu > li .children li {
  display: block;
  padding: 15px 10px;
}
.themeton-menu > li .sub-menu li a,
.themeton-menu > li .children li a {
  display: block;
  text-decoration: none;
  color: #999999;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  border: none;
  display: flex;
  -ms-flex-pack: center;
}
.themeton-menu > li .sub-menu li a:hover,
.themeton-menu > li .children li a:hover {
  color: #63599e;
}
.themeton-menu > li .sub-menu li + li,
.themeton-menu > li .children li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.themeton-menu > li .sub-menu li:last-child,
.themeton-menu > li .children li:last-child {
  border-bottom: none;
}
.themeton-menu > li .sub-menu li ul,
.themeton-menu > li .children li ul {
  top: 0;
  left: 100%;
}
.themeton-menu > li .sub-menu li:hover > ul,
.themeton-menu > li .children li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.themeton-menu li:hover > .sub-menu,
.themeton-menu li:hover > .children {
  visibility: visible;
  opacity: 1;
}
.themeton-menu .mega-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%!important;
  width: 100%;
  box-sizing: border-box;
  z-index: 1020;
  transition: all .3s ;
}
.themeton-menu .mega-menu .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.themeton-menu li:hover > .mega-menu {
  visibility: visible;
  opacity: 1;
}
.themeton-menu-top-border {
  height: 80px;
}
.themeton-menu-top-border > li {
  border-top: 3px solid transparent;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}
.themeton-menu-top-border > .current-page-ancestor,
.themeton-menu-top-border > .current_page_item,
.themeton-menu-top-border > .current-menu-item {
  border-top: 3px solid #00b092 !important;
}
.themeton-menu-top-border .current_page_item > a,
.themeton-menu-top-border .current-menu-item > a {
  color: #00b092 !important;
}
.number {
  color: #5c666a;
  font-size: 16px;
  line-height: 1.667em !important;
  text-transform: lowercase;
}
.number:hover {
  color: #00b092;
  text-decoration: none;
}
.uk-navbar-dropbar {
  background-color: transparent;
  overflow: visible;
  z-index: 1;
}
.uk-navbar-dropbar .dropdown-submenu > a {
  color: #999999;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.uk-navbar-dropbar .clone {
  color: #999999;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 7px;
  padding-top: 23px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}
.uk-navbar-dropbar .full-size-v {
  width: 100% !important;
  margin-left: 0px;
  margin-right: 0px;
  left: 0 !important;
  right: 0 !important;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  top: 0px !important;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.uk-navbar-dropbar .full-size-v li {
  width: 100%;
}
.uk-navbar-dropbar .full-size-v li:first-child {
  padding-left: 0px;
}
.uk-navbar-dropbar .full-size-v li a {
  color: #999999;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  width: auto;
}
.uk-navbar-dropbar .full-size-v li a:hover {
  color: #737373;
}
.uk-navbar-dropbar .depth_0 li {
  padding-top: 40px;
  padding-bottom: 60px;
}
.uk-navbar-dropbar .depth_0 li + li {
  border-left: 1px solid #ffffff;
}
.uk-navbar-dropbar .depth_0 li ul li {
  padding-top: 5px;
  padding-bottom: 0px;
}
.uk-navbar-dropbar .depth_0 li ul li + li {
  margin-top: 10px;
  border-left: none;
  padding-top: 0px;
  padding-bottom: 0;
}
.sub-menu,
.uk-navbar-dropdown {
  background: #ffffff;
}
.uk-navbar-dropbar-slide {
  position: absolute;
  margin: auto;
  margin-left: 40px;
  margin-right: 40px;
}
.uk-navbar-dropbar-slide .clone {
  margin-bottom: 0 !important;
}
.uk-navbar-dropbar-slide .clone.invis {
  display: none;
}
.lagom-hotel .width-top {
  border-left: none;
  border-right: none;
  padding-right: 6px;
  padding-left: 6px;
}
.lagom-hotel .color-menu {
  font-family: "PlayfairDisplay", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
}
.lagom-hotel .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.lagom-hotel .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.lagom-hotel .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.lagom-hotel .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.lagom-hotel #primary_ui .clone {
  display: none;
}
.lagom-hotel #primary_ui > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.lagom-hotel #primary_ui > li .sub-menu li,
.lagom-hotel #primary_ui > li .submenu li,
.lagom-hotel #primary_ui > li .children li {
  padding: 20px 40px;
}
.lagom-hotel #primary_ui > li .sub-menu li a,
.lagom-hotel #primary_ui > li .submenu li a,
.lagom-hotel #primary_ui > li .children li a {
  text-transform: capitalize;
}
.lagom-hotel #primary_ui > li .sub-menu li + li,
.lagom-hotel #primary_ui > li .submenu li + li,
.lagom-hotel #primary_ui > li .children li + li {
  border-top: 1px solid #00977d;
}
.lagom-hotel .header-title-title {
  color: #fff;
}
.lagom-jewellry-menu li a {
  color: #ffffff !important;
}
.lagom-jewellry-menu li ul {
  background: #ffffff !important;
}
.lagom-jewellry-menu li ul li a {
  color: #999999 !important;
}
.lagom-jewellry-menu li:hover a {
  opacity: .7;
}
.cartitle {
  height: 50px !important;
}
.carrental-header {
  overflow: inherit !important;
  height: 90px;
}
.admin-bar .uk-offcanvas-bar {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .uk-offcanvas-bar {
    top: 46px;
  }
}
.uk-offcanvas-bar img.custom-logo {
  filter: brightness(0) invert(1);
}
/* Mega menu style reset on sidebar nav */
.uk-offcanvas-bar .mega-menu > .vc_row {
  padding: 0 !important;
  background: none !important;
}
.uk-offcanvas-bar .mega-menu > .vc_row .vc_column-inner .vc_column-inner {
  padding: 0 !important;
}
.uk-offcanvas-bar > * + * {
  margin-top: 25px;
}
.no-menu-collapse .page_item_has_children > a::after {
  content: "+";
  width: 1.5em;
  height: 1.5em;
  float: right;
}
header .vc_icon_element .vc_icon_element-inner,
footer .vc_icon_element .vc_icon_element-inner {
  transition: all 0.3s ease .1s;
}
header .vc_icon_element:hover .vc_icon_element-inner,
footer .vc_icon_element:hover .vc_icon_element-inner {
  margin-top: -3px;
}
#haeder .vc_column-inner {
  z-index: 1099;
}
/* Top Bar, Title Bar, Footer Bar etc
====================================*/
.uk-breadcrumb {
  margin: 0;
  text-transform: uppercase;
}
.uk-breadcrumb > :last-child > *,
.uk-breadcrumb > * > * {
  color: #ffffff;
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: #ffffff;
}
/* Visual composer
====================================*/
.themeton_vc_title {
  text-align: center;
  color: #3a3a3a;
  font-size: 22px;
  cursor: pointer;
}
.themeton_vc_title:hover {
  color: #2b4b80;
}
.themeton_vc_layout_item {
  border: 1px solid silver;
}
.themeton_vc_layout_item img {
  width: 100%;
}
.vc_ui-panel-header {
  color: red;
}
/* WooCommerce
====================================*/
.uk-table.lagom-woo-table td {
  border: none;
  text-align: left;
}
.uk-table.lagom-woo-table th {
  border: none;
}
.uk-table.lagom-woo-table thead h3 {
  margin-bottom: 0px;
}
.woocommerce .quantity .qty {
  border: none;
  background: transparent;
}
.woocommerce .quantity .qty:focus {
  border: none;
  background: transparent;
}
.single-product .related.products h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .single-product .related.products h2 {
    font-size: 28px;
  }
}
.single-product .woocommerce-tabs {
  border-bottom: 1px solid #d3ced2;
  margin-bottom: 100px;
}
.woo-single-product-cart-detials {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}
.woo-single-product-cart-detials .price {
  color: #00b092 !important;
  font-size: 31px!important;
  margin-right: 40px;
  float: left;
}
.woo-single-product-cart-detials .price ins {
  color: #00b092 !important;
  font-weight: 500!important;
}
.woocommerce div.product form.cart .variations td.label {
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 50px 50px 0 0;
  }
}
.woo-product-details-ul {
  display: inline-block;
  padding-left: 0;
}
.woo-product-details-li {
  font-weight: 500;
  float: left;
  padding-right: 40px;
}
.woo-product-details-li img {
  float: left;
  margin-right: 20px;
}
.woo-product-details-li label {
  line-height: 18px!important;
  font-size: 14px!important;
  color: #727272;
  float: left;
}
.woo-product-details-li label p {
  line-height: 18px!important;
  font-size: 14px!important;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background-color: #00b092;
  border-radius: 0;
  top: 0;
  left: 0;
  right: auto;
  margin: 12px;
  text-transform: uppercase;
  line-height: 1;
  min-height: auto;
  padding: .6em;
}
.woo-order-title h1 {
  margin-bottom: 30px;
  font-size: 38px;
}
#order_review_heading {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}
.woocommerce-product-details__short-description p {
  font-size: 17px;
  color: #727272;
  line-height: 30px;
}
.star-rating {
  color: #f1b024!important;
}
.woocommerce .products .lagom-woo-loop-item-bottom .woocommerce-loop-product__link .star-rating {
  display: none;
}
.single_add_to_cart_button {
  vertical-align: baseline!important;
  float: initial!important;
}
.cart .woo-button {
  padding: 15px;
  text-transform: uppercase;
}
.woo-single-product-cart-detials .quantity {
  margin: 0 10px 0 0!important;
}
.woo-single-product-cart-detials .quantity input[type="number"] {
  float: left;
  width: 40px;
  padding: 12px;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  color: #61605a;
  border: 1px #e6e6e6 solid;
  background: none;
  outline: none;
  pointer-events: none;
}
.woo-single-product-cart-detials .quantity span.spinner {
  height: 40px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.woo-single-product-cart-detials .quantity span.spinner > .sub {
  float: left;
  display: block;
  width: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 45px;
  color: #e6e6e6;
  border: 1px #e6e6e6 solid;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.woo-single-product-cart-detials .quantity span.spinner > .sub:hover {
  background: #e6e6e6;
}
.woo-single-product-cart-detials .quantity span.spinner > .add {
  float: left;
  display: block;
  width: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 45px;
  color: #e6e6e6;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  top: 0;
  border: 1px #e6e6e6 solid;
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
.woo-single-product-cart-detials .quantity span.spinner > .add:hover {
  background: #e6e6e6;
  color: #61605a;
}
.woo-single-product-cart-detials .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woo-single-product-cart-detials .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.woocommerce-checkout #payment {
  background-color: transparent;
}
.woocommerce-checkout .payment_box {
  background-color: #f3f3f3!important;
}
.woocommerce-checkout .payment_box::before {
  border-color: transparent!important;
}
.woocommerce-checkout label {
  color: #000000;
}
.woocommerce-checkout .input-text {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  -webkit-appearance: none;
  overflow: visible;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}
.woocommerce-checkout .shipping th {
  text-align: left;
}
.woocommerce-checkout .shipping td {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border: none;
  border-collapse: collapse;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  border: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  border: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
  border-top: 1px solid #e1e5e6;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
  border-bottom: 1px solid #e1e5e6;
  height: 90px;
  vertical-align: top;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
  color: #00b092;
  text-transform: uppercase;
  vertical-align: text-top;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  color: #00b092;
  text-transform: uppercase;
  vertical-align: text-top;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #00b092;
}
.woo-cart-totals {
  color: #000000;
  text-align: right;
  padding: 50px 70px;
  background-color: #eaf3f5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .woo-cart-totals {
    padding: 30px;
  }
}
.woo-cart-totals h5 {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
}
.woo-cart-totals h5 strong {
  font-weight: 400!important;
}
.woo-cart-totals h2 {
  font-family: 'Playfair Display', serif;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
}
.lagom-woo-shipping {
  margin-top: 20px;
}
.wc-proceed-to-checkout {
  margin-top: 30px;
  position: relative;
  padding: 0;
  border-left: 3px solid #00b092;
  text-transform: uppercase;
}
.wc-proceed-to-checkout .checkout-button {
  font-size: 14px!important;
  padding: 0px!important;
  margin: 0 !important;
  background-color: transparent !important;
}
.wc-proceed-to-checkout::before {
  content: ' ';
  background-color: #00b092;
  display: block;
  height: 3px;
  width: 75%;
  top: 0;
  position: absolute;
  left: 0;
  transition: all .3s ease;
}
.wc-proceed-to-checkout::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  transition: all .3s ease;
  width: 35%;
  background-color: #00b092;
  left: 0;
  margin-top: auto;
}
.coupon {
  width: 100%;
}
.coupon .uk-input {
  margin-right: 15px;
}
.woo-update-btn .button {
  position: absolute!important;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0!important;
  background: #ffe3b2 !important;
}
.woo-button {
  position: relative;
  border-top: 3px solid #00b092;
  border-left: 3px solid #00b092;
  padding: 6px!important;
  padding-left: 20px!important;
}
.woo-button::before {
  content: "";
  background-color: #00b092;
  height: 3px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.woo-button input.button {
  background: none;
}
.woo-button input.button:hover {
  background: none;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #00b092;
  padding: 20px 5px;
}
.woo-product .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background: #838383;
  display: block;
  box-shadow: none;
  border-radius: 0;
  opacity: .5;
  margin: 0;
}
.woo-product .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.woo-product .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.woo-product .swiper-pagination .swiper-pagination-bullet-active:before {
  display: none !important;
}
.lagom-woo-item {
  border: 1px solid #ebeff0;
}
.lagom-woo-item img {
  margin-bottom: 0 !important;
}
.lagom-woo-item > a.button {
  margin-left: 20px;
  margin-bottom: 20px;
}
.lagom-woo-item .entry-title-wrp {
  padding-top: 25px;
  padding-bottom: 25px;
}
.lagom-woo-item .entry-title-wrp .woocommerce-loop-product__title {
  color: #727272!important;
  font-size: 18px!important;
  padding: 0!important;
  text-align: center;
  font-weight: 600;
}
.lagom-woo-item .price {
  font-size: 18px!important;
  color: #000000!important;
  margin-left: 22px;
  margin: 0!important;
  line-height: 1;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 640px) {
  .lagom-woo-item .price {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.woocommerce .lagom-woo-item a.added_to_cart {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .woocommerce .lagom-woo-item a.added_to_cart {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
  border-radius: 0;
  background: #ffe3b2;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .woocommerce ul.products li.product .button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.woocommerce ul.products li.product .button.added {
  text-indent: -9999px;
}
.woocommerce ul.products li.product .button.loading:after {
  right: 1.5em;
  top: 28px;
}
@media screen and (max-width: 640px) {
  .woocommerce ul.products li.product .button.loading:after {
    top: 20px;
  }
}
.woocommerce ul.products li.product .star-rating {
  margin: 0 auto;
}
.products .lagom-woo-item .star-rating {
  margin-left: 22px;
}
.lagom-single .lagom-woo-table {
  color: #727272;
  border: none!important;
}
.lagom-single .lagom-woo-table .qty {
  border: none;
  background: none;
  color: #727272;
}
.lagom-single .lagom-woo-table .woo-quantity {
  border: 1px solid #cecece;
}
.lagom-single .lagom-woo-table a {
  color: #727272;
}
.lagom-single .lagom-woo-table th {
  padding-left: 0;
  border-left: none!important;
  border-right: none!important;
}
.lagom-single .lagom-woo-table th h3 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
}
.lagom-single .lagom-woo-table td {
  padding-left: 0;
  border-left: none!important;
  border-right: none!important;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  text-align: left;
}
.lagom-single .lagom-woo-table tbody .cart_item .remove {
  margin-right: 20px;
  color: #fd405e!important;
  display: inline!important;
}
.lagom-single .lagom-woo-table tbody .cart_item .remove:hover {
  background-color: #fff!important;
}
.lagom-single .lagom-woo-table tbody .cart_item .edit {
  color: #000000;
  font-size: 1.5em;
}
.lagom-single .lagom-woo-table tbody .cart_item .cart-thumbnail img {
  width: 100px;
  height: 100px;
  margin-right: 60px;
}
.lagom-single .woo-cart-totals {
  color: #000000;
  text-align: right;
  padding: 50px 70px;
  background-color: #eaf3f5;
  font-weight: 400;
}
.lagom-single .woo-cart-totals h5 {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
}
.lagom-single .woo-cart-totals h5 strong {
  font-weight: 400!important;
}
.lagom-single .woo-cart-totals h2 {
  font-family: 'Playfair Display', serif;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
}
.lagom-single .lagom-woo-shipping {
  margin-top: 20px;
}
.lagom-single .button {
  background-color: #2f9df4!important;
  border-radius: 0!important;
  color: #fff!important;
  padding: 0!important;
  text-transform: uppercase;
}
.lagom-single .wc-proceed-to-checkout {
  margin-top: 30px;
  position: relative;
  padding: 0;
  text-transform: uppercase;
}
.lagom-single .wc-proceed-to-checkout .checkout-button {
  font-size: 14px!important;
  padding: 0px!important;
}
.lagom-single .coupon {
  width: 100%;
}
.lagom-single .coupon .uk-input {
  margin-right: 15px;
  color: #2f9df4!important;
}
.lagom-single .woo-update-btn {
  margin-top: 30px;
}
.lagom-single .woo-update-btn .button {
  color: #000!important;
  background-color: transparent!important;
}
.lagom-single .woo-update-btn label {
  padding: 10px!important;
}
.lagom-single .woo-button {
  background-color: #2f9df4!important;
  position: relative;
  padding: 10px 20px!important;
}
.uk-table.lagom-woo-table {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.uk-table.lagom-woo-table .cart_item .remove {
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .uk-table.lagom-woo-table th {
    display: none;
  }
  .uk-table.lagom-woo-table th:last-child {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .uk-table.lagom-woo-table .cart-thumbnail a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .uk-table.lagom-woo-table .cart-thumbnail img {
    width: 100px;
  }
}
.uk-table.lagom-woo-table td a + a {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .uk-table.lagom-woo-table td.cart-thumbnail a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}
.uk-table.lagom-woo-table .qty {
  font-size: 1em;
}
.uk-table.lagom-woo-table th {
  position: relative;
}
.uk-table.lagom-woo-table th h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .uk-table.lagom-woo-table td {
    display: block;
    text-align: center;
  }
  .uk-table.lagom-woo-table td:last-child {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }
  .uk-table.lagom-woo-table td a.remove {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .uk-table.lagom-woo-table {
    margin-bottom: 50px;
  }
}
.woocommerce .quantity-style2 .quantity {
  border: 1px solid #e5e5e5;
}
.quantity-style2 .qty,
.woocommerce .quantity-style2 .quantity .qty {
  color: #151516;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  outline: none;
  width: 2.631em!important;
}
.quantity-style2 .qty::-webkit-inner-spin-button,
.woocommerce .quantity-style2 .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.quantity-style2 .qty::-webkit-outer-spin-button,
.woocommerce .quantity-style2 .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.quantity-style2 .plus,
.woocommerce .quantity-style2 .quantity .plus,
.quantity-style2 .odd,
.woocommerce .quantity-style2 .quantity .odd {
  padding-left: 20px;
  padding-right: 20px;
  color: #151516;
  cursor: pointer;
}
.quantity-style2 .plus,
.woocommerce .quantity-style2 .quantity .plus {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.quantity-style2 .odd,
.woocommerce .quantity-style2 .quantity .odd {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.lagom-agency #footer .widget_social {
  margin-top: 0;
}
.lagom-agency .footer-section h5 {
  color: #adadad;
}
.lagom-agency .mailchimp_form_hotel {
  margin-top: -60px;
}
.lagom-agency .custom-class-for-vc {
  height: 75px !important;
}
.lagom-agency .border-for-vc {
  border-left: 1px solid #00b4cb;
  border-right: 1px solid #00b4cb;
}
.lagom-agency .owl-carousel .owl-item img {
  display: block;
  width: inherit !important;
}
.lagom-agency .career i {
  color: #fc6513;
  font-style: normal;
  text-decoration: underline;
}
.lagom-agency .contact_icon {
  width: 18px;
  float: left;
  padding-left: 5px;
  color: #F2B827;
}
.lagom-agency .contact_icons {
  width: 50px;
  float: left;
  padding-left: 5px;
}
.lagom-agency .mailchimp_form_hotel {
  margin-top: -60px;
}
.lagom-agency .mungu-counter-item {
  text-align: center;
}
.lagom-agency .mungu-counter-item .counter {
  color: #171620;
  font-family: sans-serif;
  font-size: 48px;
  font-weight: 600;
}
.lagom-agency .mungu-counter-item .counterdecs {
  color: #171620;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.lagom-agency .mungu-counter-item .cntrdc {
  display: none;
}
.lagom-agency .service-box .title-hover h3 {
  font-size: 22px;
  color: #181620;
  font-weight: 500;
  display: inherit;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}
.lagom-agency .service-box .title-hover h3:before {
  content: '';
  width: 98%;
  background: #fadf78;
  height: 8px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-agency .service-box .title-hover h3:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.lagom-agency .mungu-team .mungu-seo-message {
  text-align: left !important;
  text-transform: uppercase;
  border-bottom: 12px;
  border-bottom: 1px solid #c9c9d0;
}
.lagom-agency .mungu-team .mungu-seo-message h4,
.lagom-agency .mungu-team .mungu-seo-message span {
  text-transform: uppercase;
}
.lagom-agency .bordernone .mungu-seo-message {
  border-bottom: none !important;
}
.lagom-agency .uk-button-header {
  padding: 7px 40px;
  background: #1d1d1f;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-agency .uk-button-header:hover {
  background: transparent;
  border: 1px solid rgba(0, 176, 146, 0.3);
  color: #00b092;
}
.lagom-agency .page-title .header-title-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.lagom-agency .portfolio .post-title {
  display: none !important;
}
.lagom-agency #footer .footer_widget.widget_nav_menu ul > li {
  padding-bottom: 4px;
  padding-top: 4px;
  border: none;
}
.lagom-agency #footer .footer_widget.widget_nav_menu ul > li a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-agency #footer .footer_widget .widget_mc4wp_form_widget {
  margin-top: 20px;
}
.lagom-agency #footer .mailchimp_form_hotel button {
  background: #3c3c3e;
  border: 1px solid #3c3c3e;
}
.lagom-agency #footer .mailchimp_form_hotel .uk-input {
  background: #3c3c3e;
  border: 1px solid #3c3c3e;
}
@media screen and (max-width: 767px) {
  .lagom-carrental {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .lagom-carrental {
    margin: 0;
  }
}
.lagom-carrental {
  margin: 0 80px;
}
@media screen and (max-width: 1440px) {
  .lagom-carrental {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .lagom-carrental {
    margin: 0;
  }
}
.lagom-carrental .entry-meta {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  transition: all .3s ease;
}
.lagom-carrental .widget .entry-meta {
  border: none;
}
.lagom-carrental .themeton-menu-top-border > .current_page_item,
.lagom-carrental .themeton-menu-top-border > .current-menu-item {
  border-color: transparent !important;
}
.lagom-carrental .mungu-element-counter .counter {
  color: #fc8327;
  font-family: Source Sans Pro!important;
  font-weight: 300;
}
.lagom-carrental .mungu-element-counter .lettersmall {
  color: #fc8327;
}
.lagom-carrental .mungu-element-counter .cntrdcs {
  color: #8799a8;
  font-family: Source Sans Pro!important;
  font-size: 14px;
}
.lagom-carrental .uk-button-default {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 176, 146, 0.5);
  box-shadow: 0px 3px 20px 0px rgba(0, 176, 146, 0.5);
}
.lagom-carrental .uk-button-default:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 176, 146, 0.5);
  box-shadow: 0px 8px 20px 0px rgba(0, 176, 146, 0.5);
}
.lagom-carrental .themeton-menu .menu-item a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-carrental .themeton-menu .menu-item a:hover {
  color: #00b092;
}
.lagom-carrental .loginbox a {
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  color: #626b71;
}
.lagom-carrental .loginbox a:hover {
  color: #00b092;
}
.lagom-carrental .uk-light .vc_custom_heading p {
  color: #fff !important;
}
.lagom-carrental .service-box .title-hover {
  color: #fff;
  font-size: 28px;
  font-family: Alegreya;
}
.lagom-carrental .service-box h3 {
  padding-left: 40px;
  font-size: 28px;
}
.lagom-carrental .service-box p {
  padding-left: 40px;
  font-size: 16px;
}
.lagom-carrental #header nav #primary-nav li a {
  line-height: 96px;
}
.lagom-carrental #header nav #primary-nav > li ul li a {
  line-height: 14px;
}
.lagom-carrental #header nav #primary-nav > li ul {
  margin-top: 0;
}
.lagom-carrental .nxt-car-home-serv h3 {
  font-size: 14px !important;
  text-transform: uppercase;
  padding-left: 25px!important;
}
.lagom-carrental .nxt-car-home-serv p {
  font-size: 16px !important;
  padding-left: 25px!important;
  line-height: 0;
}
.lagom-carrental .nxt-car-home-serv .more-link:not(.title-hover) {
  background: #fc8327;
  padding: 6px 20px;
  border-radius: 23px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  margin-left: 16px;
  position: relative;
  top: -10px;
}
.lagom-carrental .mailchimp_form_carrental .uk-input {
  padding-left: 30px !important;
  background: #45596a;
  height: 56px!important;
  border: none;
}
.lagom-carrental .vr-border {
  border-right: 1px solid rgba(238, 237, 237, 0.16);
}
.lagom-carrental .mailchimp_form_carrental .uk-button-car {
  position: absolute;
  background-color: #00b2ca!important;
  color: #fff!important;
  padding: 9px 20px;
  right: 0;
}
.lagom-carrental #footer .style3 {
  opacity: 1!important;
}
.lagom-carrental #footer .style3 a {
  width: 37px;
  height: 37px;
  background-color: #45596a;
  border: none!important;
  border-radius: 0!important;
  opacity: 1!important;
}
.lagom-carrental #footer .style3 a i {
  line-height: 40px!important;
}
.lagom-carrental #footer .style3 a i::before {
  color: #fff!important;
}
.lagom-carrental .carrentalgrid .rate span {
  color: #afc1cf;
}
.lagom-carrental .carcontact .service-box a {
  color: #fc8327 !important;
}
.lagom-carrental .hr-light:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ff903b;
  bottom: 250px;
}
.lagom-carrental .no-thumb .owl-controls {
  display: none;
}
.lagom-carrental .carousel-anything-container .owl-dots {
  width: 100%!important;
}
.lagom-carrental .car-height > .vc_column-inner {
  height: 470px;
}
.car-search {
  width: 100%;
  position: absolute;
}
.car-search input,
.car-search select {
  color: #fff!important;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}
.car-search .uk-form-icon {
  color: #fff;
}
.car-search select option {
  background-color: #000;
}
.car-search .uk-select,
.car-search .uk-input {
  background-color: transparent;
}
.car-search select:disabled,
.car-search option:disabled,
.car-search select[disabled] > option {
  color: #fff!important;
}
.car-search .uk-button {
  background-color: #fc8327!important;
}
@media screen and (max-width: 767px) {
  .lagom-carrental {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .lagom-carrental {
    margin: 0;
  }
}
.lagom-charity {
  /* .roundedOne */
  /* end .roundedOne */
}
.lagom-charity #footer .widget_social {
  margin-top: 0!important;
}
.lagom-charity #footer .widget_social a {
  color: #fff!important;
}
.lagom-charity #footer .widget_categories a {
  font-size: 15px;
}
.lagom-charity #footer .widget_categories li,
.lagom-charity #footer .widget_nav_menu li {
  padding-top: 0!important;
  border-bottom: none!important;
}
.lagom-charity #footer .widget_nav_menu li a {
  font-size: 15px;
}
.lagom-charity .mailchimp_form_charity .charity_btn {
  color: #fff;
}
.lagom-charity .charity-title i {
  color: #fa6950;
  font-style: normal;
}
.lagom-charity .mungu-element-blog .blog-date {
  position: relative;
  margin-bottom: 20px;
}
.lagom-charity .mungu-element-blog .blog-date span {
  position: absolute;
  left: 0;
  background: #00b092;
  padding: 3px 6px;
  border-radius: 5px;
}
.lagom-charity .mungu-element-blog .blog-date span a {
  color: #fff;
}
.lagom-charity .mungu-element-blog .blog-date span:first-child {
  display: none;
}
.lagom-charity .pagination li .medical-arrow svg {
  display: none;
}
.lagom-charity .pagination li:not(.inactive) span:hover.next:after,
.lagom-charity .pagination li:not(.inactive) a:hover.next:after {
  transform: translateX(0px);
}
.lagom-charity .pagination li:not(.inactive) span:hover.prev:after,
.lagom-charity .pagination li:not(.inactive) a:hover.prev:after,
.lagom-charity .pagination li:not(.inactive) span:hover.next:after,
.lagom-charity .pagination li:not(.inactive) a:hover.next:after {
  background: transparent;
  width: 28px;
}
.lagom-charity #footer .widget ul li:before {
  content: none!important;
}
.lagom-charity .mungu-counter-item .counter,
.lagom-charity .mungu-counter-item .letter {
  color: #171620;
  font-weight: 400;
  font-size: 36px;
}
.lagom-charity .mungu-counter-item .counterdecs {
  color: #716f7a;
  text-transform: uppercase;
  font-size: 16px;
}
.lagom-charity .mungu-counter-item .cntrdc {
  display: none;
}
.lagom-charity .portfolio-section .pagination .page-numbers {
  display: none;
}
.lagom-charity .uk-button-header {
  padding: 7px 40px;
  background: #00b092;
  border: 1px solid #00b092;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-charity .uk-button-header:hover {
  background: transparent;
  border: 1px solid rgba(0, 176, 146, 0.3);
  color: #00b092;
}
.lagom-charity .uk-button-default {
  font-weight: 500;
  float: right;
  background: transparent;
  color: #00b092;
  border: 2px solid #00b092;
  border-radius: 40px;
  font-size: 14px;
  padding: 12px 30px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-charity .uk-button-default:hover {
  color: #001713 !important;
}
.lagom-charity .service-icon span {
  color: #00b092;
}
.lagom-charity .donate-form input[text],
.lagom-charity .become-a-volunteer input[text] {
  border: 1px solid #ccc;
}
.lagom-charity .donate-form .dontamount,
.lagom-charity .become-a-volunteer .dontamount {
  position: relative;
}
.lagom-charity .donate-form .dontamount:before,
.lagom-charity .become-a-volunteer .dontamount:before {
  content: '\f155';
  width: 50px;
  height: 49px;
  margin-bottom: -2px;
  margin-left: 1px;
  display: block;
  position: absolute;
  left: 0;
  z-index: 99;
  line-height: 50px;
  bottom: -52px;
  background: #ccc;
  text-align: center;
  font-family: FontAwesome;
  font-size: 17px;
}
.lagom-charity .donate-form span,
.lagom-charity .become-a-volunteer span {
  font-weight: 400;
  color: #181620 !important;
}
.lagom-charity .donate-form .uk-button-default,
.lagom-charity .become-a-volunteer .uk-button-default {
  float: inherit !important;
  color: #00b092 !important;
}
.lagom-charity .donate-form .uk-button-default:hover,
.lagom-charity .become-a-volunteer .uk-button-default:hover {
  opacity: .6;
}
.lagom-charity .donate-form .dntcheck span,
.lagom-charity .become-a-volunteer .dntcheck span {
  margin: 0;
}
.lagom-charity .donate-form .dntcheck input[type="checkbox"],
.lagom-charity .become-a-volunteer .dntcheck input[type="checkbox"] {
  visibility: hidden;
}
.lagom-charity .donate-form .dntcheck input[type="checkbox"]:checked + label,
.lagom-charity .become-a-volunteer .dntcheck input[type="checkbox"]:checked + label {
  left: 37px;
}
.lagom-charity .donate-form .dntcheck p,
.lagom-charity .become-a-volunteer .dntcheck p {
  margin: 0!important;
}
.lagom-charity .roundedOne {
  width: 20px;
  height: 20px;
  position: relative;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #00b092;
}
.lagom-charity .roundedOne label {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50px;
}
.lagom-charity .roundedOne label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #00b092;
  opacity: 0;
  border-radius: 50px;
}
.lagom-charity .roundedOne label:hover::after {
  opacity: 0.3;
}
.lagom-charity .roundedOne input[type=checkbox] {
  visibility: hidden;
}
.lagom-charity .roundedOne input[type=checkbox]:checked label:after {
  opacity: 1 !important;
}
.lagom-charity .roundedOne p {
  margin: 0!important;
}
.lagom-charity .mungu-team .mungu-team-img {
  height: 300px;
  min-width: 270px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lagom-charity .mungu-team .mungu-team-img:hover {
  transform: none !important;
}
.lagom-charity .mungu-team .mungu-seo-message {
  display: none !important;
}
.lagom-charity .mungu-team .entry-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-charity .mungu-team .entry-hover h4 {
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lagom-charity .mungu-team .entry-hover:hover {
  background: rgba(0, 176, 146, 0.3);
}
.lagom-charity .mungu-team .entry-hover:hover h4 {
  visibility: visible;
  opacity: 1;
}
.lagom-charity .pagination li {
  background: rgba(0, 176, 146, 0.2);
  border-radius: 50%;
  height: 35px;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 35px;
  margin: 0 5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-charity .pagination li a,
.lagom-charity .pagination li span {
  padding: 0px;
  color: #00b092;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-charity .pagination li .icon-arrow {
  display: none;
}
.lagom-charity .pagination li:before {
  content: none;
}
.lagom-charity .pagination li.inactive {
  background: #00b092;
  opacity: 1;
}
.lagom-charity .pagination li:hover {
  background: #00b092;
}
.lagom-charity .pagination li:hover span,
.lagom-charity .pagination li:hover a {
  color: #fff;
}
.lagom-charity .pagination .next,
.lagom-charity .pagination .prev {
  padding: 0;
}
.lagom-charity .pagination .next:after,
.lagom-charity .pagination .prev:after {
  font-family: Fontawesome;
  font-size: 14px;
  color: #fff;
  z-index: 99;
  position: relative;
  text-align: center;
  background: none;
  line-height: 30px;
  height: 30px;
  width: 40px;
  margin: 0;
}
.lagom-charity .pagination .prev:after {
  content: '\f053';
}
.lagom-charity .pagination .next:after {
  content: '\f054';
}
.lagom-charity .page-title .header-title-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.lagom-church .testi-caraousel .qoute-content .uk-icon,
.lagom-church .testi-caraousel .qoute-content .uk-icon svg {
  width: 160px;
  height: 160px;
}
.lagom-church .church-header {
  width: 100%;
  z-index: 10;
}
.lagom-church .menu-item a {
  color: #FFF!important;
}
.lagom-church .church-zindex {
  position: relative;
  z-index: 1;
}
.lagom-church header {
  height: auto!important;
}
.lagom-church header nav {
  height: auto!important;
}
.lagom-church .top-space {
  margin-top: 25px;
}
.lagom-church #footer .widget-title {
  margin-bottom: 40px;
}
.lagom-church .footer-recent-post a {
  color: #828387!important;
}
.lagom-church .footer-recent-post .fs-rp-item .entry-rp h4 a {
  color: #7d7e82!important;
}
.lagom-church .footer_nav {
  margin-left: 60px;
}
.lagom-church .footer-mail .widget + .widget {
  margin-top: 40px!important;
  margin-left: -5px;
}
.lagom-church .footer_nav .menu-item {
  border: none!important;
}
.lagom-church .footer_nav .menu-item a {
  color: #828387!important;
}
.lagom-church #footer .vc_icon_element-inner {
  width: 20px;
  height: 20px;
}
.lagom-church #footer .vc_icon_element-inner span {
  font-size: 20px!important;
}
.lagom-church #footer .flex-container > div + div {
  margin-left: 10px!important;
}
.lagom-church .church-about .service-item-section:hover .entry-meta {
  background-color: #c5841e;
}
.lagom-church .church-about .service-item-section:hover .entry-meta h3 {
  color: #fff!important;
}
.lagom-church .church-about .service-item-section:hover .entry-meta p {
  color: #fff!important;
}
.lagom-church .about-team .image-circle .mungu-item {
  background: none;
}
.lagom-church .about-team .image-circle .mungu-item:hover {
  background: none;
}
.lagom-church .about-team .image-circle .mungu-item .mungu-team-circle-img img {
  width: 210px;
  height: 210px;
}
.lagom-church .about-team .image-circle .mungu-item .entry-hover {
  position: relative!important;
}
.lagom-church .church-about {
  height: 420px;
}
.lagom-church .vertical-text {
  background-color: #fff;
  width: auto;
  position: absolute;
  top: 43%;
  left: -206px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 24px;
  letter-spacing: 16px;
  transform: rotate(-90deg);
  padding-top: 20px;
}
.lagom-church #tribe-events-bar {
  margin-left: 0!important;
  margin-right: 0!important;
  margin-bottom: 60px!important;
}
.lagom-church .contact_icon {
  width: 50px;
  float: left;
  padding-left: 10px;
}
.lagom-church .img-width-64px img {
  width: 64px;
}
.lagom-church .church-subscribe .subscribe-textfield {
  border: none;
  background-color: #46474c;
  outline: none;
  padding-left: 20px;
  height: 26px;
  width: 90%;
  color: #fff;
  font-size: 12px;
}
.lagom-church .church-subscribe .subscribe-btn {
  height: 45px;
  width: 49px;
  background-color: #c18125;
  border: none;
}
.lagom-church .church-subscribe .subscribe-btn i {
  color: #fff;
}
.lagom-church .subscribe-text {
  margin-top: 15px;
  font-size: 14px;
}
.lagom-church .uk-button-header-church {
  padding: 7px 40px;
  background: #c5841e;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  font-weight: 500;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  text-transform: uppercase;
}
.lagom-church .uk-button-header-church:hover {
  background: #fff;
  color: #000;
}
.lagom-church .serv-alt h2 {
  font-size: 100px;
  color: #efeff0;
  padding-top: 23px;
  overflow: hidden;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.lagom-church .serv-alt h3 {
  width: 100%;
  color: #53555c;
}
.lagom-church .serv-alt .serv-icon-holder {
  border-top: none;
  border-bottom: none;
}
.lagom-church .portfolio-section .pagination li {
  display: none;
}
.lagom-church .portfolio-section .pagination li.previous-link {
  display: block;
}
.lagom-church .portfolio-section .pagination li a.prev,
.lagom-church .portfolio-section .pagination li a.next {
  padding: 0;
  margin: 0 7px;
}
.lagom-church .portfolio-section .pagination li a.prev:after,
.lagom-church .portfolio-section .pagination li a.next:after {
  content: none;
}
.lagom-church .portfolio-section .pagination li a.prev .icon-arrow,
.lagom-church .portfolio-section .pagination li a.next .icon-arrow {
  stroke: #000;
}
.lagom-church .portfolio-section .pagination li a.prev .icon-arrow:hover,
.lagom-church .portfolio-section .pagination li a.next .icon-arrow:hover {
  stroke: #00b092;
}
.lagom-church .portfolio-section .pagination li a.prev .left,
.lagom-church .portfolio-section .pagination li a.next .left,
.lagom-church .portfolio-section .pagination li a.prev .right,
.lagom-church .portfolio-section .pagination li a.next .right {
  padding: 0 !important;
}
.lagom-church .portfolio-section .pagination li:not(.inactive) span:hover .arrow-1,
.lagom-church .portfolio-section .pagination li:not(.inactive) a:hover .arrow-1 {
  stroke: #00b092 !important;
}
.lagom-church #tribe-events {
  padding-top: 20px;
}
.lagom-church #tribe-events .event_content {
  background: transparent;
}
.lagom-church #tribe-events .event_content h2 {
  font-size: 53px;
  color: #1e1818;
}
.lagom-church #tribe-events .event_content .event_meta {
  padding-top: 30px;
  width: inherit;
}
.lagom-church #tribe-events .event_content .entry-meta i {
  line-height: 25px;
  color: #000;
}
.lagom-church #tribe-events .event_content .entry-meta span {
  font-size: 19px;
  font-family: 'Playfair Display';
}
.lagom-church #tribe-events .event_content .entry-meta .date {
  color: #00b092;
}
.lagom-church #tribe-events .event_content .feature_image .metadate {
  left: 38px;
  border: 5px solid #fff;
  padding: 10px;
}
.lagom-church #tribe-events .event_content .feature_image .metadate li {
  border-bottom: none !important;
}
.lagom-church #tribe-events .tribe_events .tribe-events-content {
  padding: 0 !important;
}
.lagom-church .wrapper {
  background: #fff !important;
}
.lagom-church #tribe-bar-form .tribe-bar-my-field-filter {
  display: block;
}
.lagom-church #tribe-events-bar {
  margin: 0px 15px 50px 15px;
  background: #eae9e8;
}
.lagom-church .tribe-bar-filters .tribe-bar-my-field-filter,
.lagom-church .tribe-bar-filters .tribe-bar-search-filter,
.lagom-church .tribe-bar-filters .tribe-bar-date-filter {
  width: 25% !important;
  border: none !important;
  float: left;
}
.lagom-church .tribe-bar-filters .tribe-bar-my-field-filter:before,
.lagom-church .tribe-bar-filters .tribe-bar-search-filter:before,
.lagom-church .tribe-bar-filters .tribe-bar-date-filter:before {
  content: none !important;
}
.lagom-church .tribe-bar-filters .tribe-bar-my-field-filter input,
.lagom-church .tribe-bar-filters .tribe-bar-search-filter input,
.lagom-church .tribe-bar-filters .tribe-bar-date-filter input {
  width: 100%;
}
.lagom-church .tribe-bar-filters .tribe-bar-my-field-filter input[type=text],
.lagom-church .tribe-bar-filters .tribe-bar-search-filter input[type=text],
.lagom-church .tribe-bar-filters .tribe-bar-date-filter input[type=text] {
  padding: 15px 0 15px 20px !important;
}
.lagom-church .tribe-bar-filters .tribe-bar-date-filter {
  margin-left: -35px;
}
.lagom-church .tribe-bar-filters .tribe-bar-submit input[type=submit] {
  border: none;
  margin-top: 15px;
  padding: 3px 35px !important;
}
.single-tribe_events .event-grid {
  padding: 5px 0;
}
.single-tribe_events .event-church-post {
  width: 30%;
}
.single-tribe_events .church-subscribe .subscribe-textfield {
  border: none;
  background-color: #46474c;
  outline: none;
  padding-left: 20px;
  height: 26px;
  width: 90%;
  color: #fff;
  font-size: 12px;
}
.single-tribe_events .church-subscribe .subscribe-btn {
  height: 45px;
  width: 49px;
  background-color: #c18125;
  border: none;
}
.single-tribe_events .church-subscribe .subscribe-btn i {
  color: #fff;
}
.single-tribe_events .subscribe-text {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .lagom-construction {
    margin: 0 !important;
  }
}
.lagom-construction {
  margin: 35px 60px;
}
.lagom-construction .widget ul {
  font-size: 15px!important;
}
.lagom-construction .header-right-content {
  right: 50px!important;
  margin-top: 10px;
  width: 90px;
}
.lagom-construction .burger-menu .grid-menu-container {
  margin-top: -12px;
}
.lagom-construction .grid-menu {
  background-color: #fff;
}
.lagom-construction .about_counter .counter {
  color: #f54983 !important;
}
.lagom-construction .about_counter .counterdecs {
  color: #f54983 !important;
}
.lagom-construction .contact-construction .uk-input {
  background: #e6edef !important;
  border: 1px solid #e6edef;
}
.lagom-construction .contact-construction .uk-textarea {
  background: #e6edef !important;
  border: 1px solid #e6edef;
}
.lagom-construction .contact-construction select {
  width: 100%;
  height: 50px;
  color: #a4a4a4;
  font-size: 15px;
  text-indent: 6px;
  border: 1px solid #e5e5e5;
}
.lagom-construction .contact-construction .uk-button-default {
  border-radius: 500px;
}
.lagom-construction .contact-construction .btn_contact {
  background: transparent;
  border: none;
  color: #f54983;
  font-size: 24px;
  margin-left: -10px;
  text-decoration: underline;
  font-family: PlayfairDisplay sans-serif;
}
.lagom-construction .nxt-testimonial-list .entry-meta:before {
  content: '\201C';
  display: block;
  font-family: Poppins, serif;
  position: relative;
  font-size: 56px;
  line-height: 55px;
  text-align: center;
  color: #2a00d2;
  z-index: 99;
  left: -58px;
  top: -5px;
}
.lagom-construction * + p {
  margin-bottom: 50px;
}
.lagom-construction .color {
  color: #9692ff;
}
.lagom-construction .left {
  padding-right: 40px;
}
.lagom-construction .right {
  padding-left: 40px;
  margin-top: 0px;
  text-decoration: underline;
}
.lagom-construction #footer .social-links a {
  color: #fff!important;
}
.lagom-construction .carousel-anything-container .owl-stage-outer {
  margin-left: 0;
}
.lagom-construction .carousel-anything-container .owl-dots {
  width: 70px!important;
  opacity: 1!important;
  visibility: visible!important;
  margin-top: 0!important;
  height: 70px!important;
  overflow: visible!important;
}
.lagom-construction .mungu-team .mungu-item {
  background: #fff;
  padding-bottom: 50px;
}
.lagom-construction .mungu-team .mungu-team-img {
  height: 400px;
}
.lagom-construction .mungu-team .about_counter .counter {
  color: #00b092;
}
.lagom-construction .mungu-team .about_counter .counterdecs {
  color: #00b092;
}
.lagom-construction .mungu-counter-item {
  text-align: center;
}
.lagom-construction .mungu-counter-item .counter {
  color: #fff;
  font-size: 72px;
  font-weight: 600;
}
.lagom-construction .mungu-counter-item .counterdecs {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.lagom-construction .mungu-counter-item .cntrdc {
  display: none;
}
.lagom-construction .service_home {
  display: inline-block;
  margin: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lagom-construction .portfolio-section .pagination li {
  display: none;
}
.lagom-construction .portfolio-section .pagination li.previous-link {
  display: block;
}
.lagom-construction .portfolio-section .pagination li a.prev,
.lagom-construction .portfolio-section .pagination li a.next {
  padding: 0;
  margin: 0 7px;
}
.lagom-construction .portfolio-section .pagination li a.prev:after,
.lagom-construction .portfolio-section .pagination li a.next:after {
  content: none;
}
.lagom-construction .portfolio-section .pagination li a.prev .icon-arrow,
.lagom-construction .portfolio-section .pagination li a.next .icon-arrow {
  stroke: #000;
}
.lagom-construction .portfolio-section .pagination li a.prev .icon-arrow:hover,
.lagom-construction .portfolio-section .pagination li a.next .icon-arrow:hover {
  stroke: #00b092;
}
.lagom-construction .portfolio-section .pagination li a.prev .left,
.lagom-construction .portfolio-section .pagination li a.next .left,
.lagom-construction .portfolio-section .pagination li a.prev .right,
.lagom-construction .portfolio-section .pagination li a.next .right {
  padding: 0 !important;
}
.lagom-construction .portfolio-section .pagination li:not(.inactive) span:hover .arrow-1,
.lagom-construction .portfolio-section .pagination li:not(.inactive) a:hover .arrow-1 {
  stroke: #00b092 !important;
}
.lagom-construction .nxt-testimonial-list .list {
  border: none;
}
.lagom-construction .nxt-testimonial-list .list .entry-meta h3 {
  display: none;
}
.lagom-construction .nxt-testimonial-list .list .entry-meta:before {
  content: none;
}
.lagom-fitness {
  overflow-x: hidden;
}
.lagom-fitness .nxt-testimonial-two .section-content {
  text-align: center;
  color: #565b5f;
  font-size: 18px;
}
.lagom-fitness .service-item-section .entry-meta h3 {
  font-family: sintony !important;
}
.lagom-fitness .mungu-team .mungu-seo-message h4 {
  font-family: sintony !important;
}
@media screen and (max-width: 1860px) {
  .lagom-fitness .fitness-overlay-back {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.lagom-fitness .wpb_tabs[data-style="service"] .serv-item .tab_list .service.active-item .number,
.lagom-fitness .wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service.active-item .number {
  color: #63599e;
  font-family: 'Poppins';
}
.lagom-fitness .wpb_tabs[data-style="service"] .serv-item .tab_list .service.active-item .subtitle i,
.lagom-fitness .wpb_tabs_extended[data-style="service"] .serv-item .tab_list .service.active-item .subtitle i {
  color: #63599e;
}
.lagom-fitness .uk-button-default {
  border: none;
  border-radius: 35px !important;
  color: #fff !important;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 300;
  padding: 18px 30px;
  -webkit-writing-mode: horizontal-tb;
}
.lagom-fitness .uk-button-default:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 176, 146, 0.65);
  transform: translateY(3px);
}
.lagom-fitness .uk-button-default:active {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #63599e !important;
}
.lagom-fitness #testimonial_grid .mungu-item h2 {
  line-height: 36px!important;
}
.lagom-fitness #testimonial_grid .mungu-item h2:before {
  color: #000!important;
}
.lagom-fitness .fitness-menu .current_page_item a {
  color: #00b092 !important;
}
.lagom-fitness .fitness-menu li a:hover {
  color: #00b092 !important;
}
.lagom-fitness .service-item.featured_icon {
  margin: auto;
  display: flex;
  padding: 40px 0 0 0;
}
.lagom-fitness.error404 .page-title {
  display: none;
}
.schedule {
  width: 100%!important;
}
.scheduled .dropdown {
  margin-right: 0!important;
}
.schedule .table-row {
  height: 60px!important;
}
.lagom-fitness .fitness-menu .current_page_item a {
  color: #ff5e00 !important;
}
.lagom-fitness .fitness-menu li a:hover {
  color: #ff5e00 !important;
}
.lagom-fitness .service-item.featured_icon {
  margin: auto;
  display: flex;
}
.themeton-fitnes-drop {
  color: #00b092 !important;
  padding-left: 20px!important;
  padding-top: 0!important;
}
.lagom-hosting .remove-border a {
  border-right: none!important;
  padding-left: 0!important;
}
.lagom-hosting .loginbox img {
  margin-right: 3px;
  height: 15px;
}
.lagom-hosting .menu-social {
  margin-left: 0;
}
.lagom-hosting .menu-social a {
  color: #c6d0dd;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #5f7898;
}
.lagom-hosting .mobile_txt {
  float: left;
  margin-bottom: 0!important;
}
.lagom-hosting .mobile_txt .vc_icon_element-inner {
  height: 2em!important;
  width: 3em!important;
}
.lagom-hosting .mobile_txt.mobile_right_border {
  border-right: 1px solid #5f7898!important;
  padding-right: 14px!important;
}
.lagom-hosting .hosting_head_container {
  padding-left: 0px;
  margin: -3px 0px;
}
.lagom-hosting .hosting_right_head {
  text-align: right;
}
.lagom-hosting .live_chat_button {
  border: 1px solid #dae6f5;
  margin-top: 20px;
  border-radius: 5px!important;
}
.lagom-hosting .live_chat_button button {
  font-weight: 600;
}
.lagom-hosting .live_chat_button :hover {
  border-radius: none !important;
}
.lagom-hosting .service-box h3 {
  font-size: 22px;
  color: #181620;
  line-height: 40px;
}
.lagom-hosting .service-box h3:after {
  content: none;
}
.lagom-hosting .uk-button-default {
  border-radius: 5px!important;
  padding: 15px 40px !important;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-hosting .uk-button-default:hover {
  opacity: .7;
}
.lagom-hosting .uk-button-default.hstg:hover {
  background: #00b092 !important;
  color: #fff !important;
}
.lagom-hosting .mungu-button .hosting-arrow {
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  padding: 15px 55px 15px 25px !important;
  background: transparent !important;
  font-size: 14px;
  color: #2c3a31;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-hosting .mungu-button .hosting-arrow:after {
  content: url("data:image/svg+xml;utf8,<svg width='30' height='30' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'> <polyline fill='none' stroke='#75939c' points='10 5 15 9.5 10 14'></polyline> <line fill='none' stroke='#75939c' x1='4' y1='9.5' x2='15' y2='9.5'></line></svg>");
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  right: 10px;
  top: 0px;
  z-index: 9;
  -webkit-animation-name: uk-fade-left-small;
  animation-name: uk-fade-left-small;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.lagom-hosting .mungu-button:hover .hosting-arrow {
  opacity: .8;
}
.lagom-hosting .hosting_page_title {
  color: #28c4a7!important;
  font-size: 37px;
  text-transform: uppercase;
  text-align: center;
  margin: 65px 0px;
}
.lagom-hosting .about_price {
  padding: 0px!important;
}
.lagom-hosting .about_price .uk-text-right {
  text-align: right!important;
  padding-left: 0px;
}
.lagom-hosting .about_price .mungu-counter-item {
  padding-left: 0px!important;
}
.lagom-hosting .about_price .uk-width-expand .counter {
  font-size: 30px;
  color: #186fd9;
}
.lagom-hosting .about_price .uk-width-expand .letter {
  font-size: 30px;
  color: #186fd9;
}
.lagom-hosting .about_price .uk-width-expand .cntrdcs .counterdecs {
  font-size: 18px;
  color: #181620;
}
.lagom-hosting .service_slider_style {
  background: #fff;
  margin-right: 40px;
  padding: 60px 45px;
}
.lagom-hosting .service_slider_style img {
  margin: 0px auto;
  padding-right: 40px;
  width: inherit !important;
}
.lagom-hosting .service_slider_style a {
  font-weight: 600;
  color: #253649;
  margin: 30px 0px;
  width: 100%;
  padding: 0;
  text-align: center;
}
.lagom-hosting .nxt-testimonial .info-title {
  display: none;
}
.lagom-hosting .nxt-testimonial .info-name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3c4650;
  padding-top: 20px !important;
}
.lagom-hosting .nxt-testimonial .info-position {
  font-size: 12px;
  text-transform: uppercase;
  color: #3c4650;
  font-weight: 300;
  line-height: 20px;
}
.lagom-hosting .nxt-testimonial .info-name,
.lagom-hosting .nxt-testimonial .info-position {
  display: block;
  line-height: 2em;
  margin: 0;
  padding: 0;
}
.lagom-hosting .nxt-testimonial .section-content {
  width: 55%;
  border-bottom: 1px solid #9eaab4;
  padding-bottom: 30px;
  padding-top: 20px;
}
.lagom-hosting .nxt-testimonial .section-content:before,
.lagom-hosting .nxt-testimonial .section-content:after {
  content: '\201C';
  display: block;
  color: #ccd6de;
  font-size: 245px;
}
.lagom-hosting .nxt-testimonial .section-content:before {
  left: 5%;
}
.lagom-hosting .nxt-testimonial .section-content:after {
  right: 5%;
  bottom: 133px;
}
.lagom-hosting .nxt-testimonial .swiper-pagination .swiper-pagination-bullet {
  background: #4affe0;
  width: 3px;
  height: 3px;
  border: 2px solid #4affe0;
}
.lagom-hosting .nxt-testimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00b092;
  width: 12px;
  height: 12px;
  margin-bottom: -4px;
}
.lagom-hosting .nxt-testimonial .swiper-pagination .swiper-pagination-bullet:after {
  content: none;
}
.lagom-hosting .hosting_header_social {
  padding: 0;
  margin-top: -20px;
}
.lagom-hosting .hosting_header_social li {
  list-style-type: none;
  float: left;
  border-right: 1px solid #abbdd3;
  padding: 0 15px;
}
.lagom-hosting .hosting_header_social li i {
  color: #abbdd3;
}
.lagom-hosting .service-item .nxthost {
  position: relative;
}
.lagom-hosting .service-item .nxthost:before {
  content: '\f10d' !important;
  height: 50px !important;
  width: 50px!important;
  right: 10px;
  top: 10px !important;
  background: #fff !important;
  border: 3px solid #186fd9;
  text-align: center;
  font-size: 22px;
  color: #186fd9;
  font-family: FontAwesome;
  line-height: 50px;
}
.lagom-hosting .service-item .nxthost img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
}
.lagom-hosting .service-item .nxthosts p:after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background: #d8dddf;
  display: block;
}
.lagom-hosting .service-item .nxthosts h3 {
  text-transform: capitalize !important;
}
.lagom-hosting .hosting_team .mungu-seo-message {
  display: none;
}
.lagom-hosting .hosting_team .mungu-team .mungu-team-img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.lagom-hosting .hosting_team .mungu-team:hover .entry-hover {
  background: rgba(39, 196, 168, 0.5);
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.lagom-hosting .hosting_team .mungu-team:hover .entry-hover h4 {
  opacity: 1;
  top: 50%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: 600;
  left: 20%;
}
.lagom-hosting .hosting_team .mungu-team .entry-hover {
  background: rgba(39, 196, 168, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-hosting .hosting_team .mungu-team .entry-hover h4 {
  opacity: 1;
  top: 50%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: 600;
  left: 20%;
}
.lagom-hosting .hosting-home-login .uk-input {
  background: transparent;
  border-bottom: 1px solid #95bef5 !important;
  border: none;
  padding-left: 30px;
}
.lagom-hosting .hosting-home-login input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.lagom-hosting .hosting-home-login input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.lagom-hosting .hosting-home-login input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.lagom-hosting .hosting-home-login input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.lagom-hosting .hosting-home-login .uk-icon {
  position: absolute;
  bottom: 40px;
  color: #fff;
}
@media (max-width: 640px) {
  .lagom-hosting .hosting-home-login .uk-icon {
    display: none;
  }
}
.lagom-hosting .footer_widget ul li {
  padding: 5px 0 !important;
  border: none;
}
.lagom-hosting .footer_widget ul li a:hover {
  color: #00b092;
}
.lagom-hosting .footer_widget .widget-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-hosting .footer_widget .widget-title:hover {
  color: #00b092;
}
.lagom-hosting .footer_widget .social-links a {
  width: 30px;
  height: 30px;
}
.lagom-hosting .footer_widget .social-links a i {
  line-height: 32px;
}
.lagom-hosting .topsocial {
  display: inline-block;
  float: left;
  padding: 0;
  margin-bottom: 0;
}
.lagom-hosting .topsocial li {
  list-style-type: none;
  padding: 0 15px;
  color: #abbdd3;
  float: left;
  border-right: 1px solid #abbdd3;
}
.lagom-hosting .topsocial li i {
  font-size: 12px;
  cursor: pointer;
}
.lagom-hosting .mailchimp_form_hosting .uk-input {
  padding: 25px 20px;
  outline: none;
  background: #1e2734;
  border-radius: 0;
  border: none;
  height: 40px;
}
.lagom-hosting .mailchimp_form_hosting .uk-input::-webkit-input-placeholder {
  color: #798c8e;
}
.lagom-hosting .mailchimp_form_hosting .uk-input:-moz-placeholder {
  color: #798c8e;
}
.lagom-hosting .mailchimp_form_hosting .uk-input::-moz-placeholder {
  color: #798c8e;
}
.lagom-hosting .mailchimp_form_hosting .uk-input:-ms-input-placeholder {
  color: #798c8e;
}
.lagom-hosting .mailchimp_form_hosting button {
  background: #1c7bc3;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 0;
  outline: none;
}
.lagom-hosting .widget_mc4wp_form_widget .widget-title span {
  color: #fff;
  font-size: 16px;
}
.lagom-hosting .credit-card ul li img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.lagom-hosting .uk-breadcrumb li {
  font-size: 18px;
}
.lagom-hosting .uk-breadcrumb li a {
  font-size: 18px;
}
.lagom-hosting .contact-title {
  font-weight: 600;
}
.lagom-hosting .semibold {
  font-weight: 600;
}
.lagom-hosting #footer .fa-phone-square {
  font-size: 35px!important;
}
.lagom-hosting #footer .fa-envelope {
  font-size: 30px!important;
}
.lagom-hosting .footer-col-span span {
  margin-top: -42px !important;
  line-height: 21px!important;
}
.lagom-hosting .owl-dots .owl-dot {
  width: 30px;
  height: 5px;
  padding: 0;
  background: #00b092;
  display: block;
  box-shadow: none;
  border-radius: 0;
}
.lagom-hosting .owl-dots .owl-dot span {
  border-radius: 0;
  background: #00b092;
}
.lagom-hosting .nothing i {
  color: #f8595a;
  font-style: normal;
}
.lagom-hosting .hsignup {
  width: 100%;
  height: 120px;
}
.lagom-hosting .hbutton {
  padding: 5px 110px !important;
  border-radius: 3px!important;
  font-weight: 500;
  color: #fff;
  background: #00b092;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-hosting .hbutton:hover {
  opacity: .7;
}
.lagom-hosting .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  z-index: inherit !important;
}
.vc_btn3-container {
  background: transparent;
}
.vc_btn3-container.hosting_btn {
  background: transparent;
  border-radius: 5px;
  border: 1px solid #dae6f5 !important;
}
.vc_btn3-container.hosting_btn a {
  color: #000!important;
  padding: 8px 20px;
}
.vc_btn3-container.hosting_btn a:hover {
  background-color: transparent !important;
  color: #14bb75 !important;
}
.vc_btn3-container.hosting_btn a:active {
  background-color: rgba(239, 236, 236, 0.06) !important;
}
.vc_btn3-container.hosting_btn .vc_btn3-icon {
  top: 17px !important;
  color: #5d99e7;
}
.vc_btn3-container .footer-sections #instafeed li:nth-child(1n+5) {
  display: none;
}
.error404.lagom-hosting #page-title {
  display: none !important;
}
.wppb-user-forms .text-input {
  padding: 10px !important;
}
.wppb-user-forms .submit {
  padding: 10px 0 !important;
  padding: 14px 18px !important;
  background-color: #ffffff;
  border: solid;
  border-width: 1px;
  border-color: #14bb75;
  color: #000000;
  cursor: pointer;
}
.lagom-hotel .errror i {
  color: #adb88f !important;
  font-style: normal;
}
.lagom-hotel .contact-radio-button .wpcf7-list-item {
  margin: 0px;
}
.lagom-hotel > .wrapper > .page-title {
  margin-top: -145px;
}
@media screen and (min-width: 639px) {
  .lagom-hotel > .wrapper > .page-top-slider {
    margin-top: -145px;
  }
}
.lagom-hotel .entry-meta .price:before {
  content: none !important;
}
.lagom-hotel .uk-button-default:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(147, 147, 147, 0.24);
  box-shadow: 0px 10px 20px 0px rgba(147, 147, 147, 0.24);
}
.lagom-hotel .mungu-custom-post .widget_recent_entries ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lagom-hotel .mungu-custom-post .widget_recent_entries ul li a {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
}
.lagom-hotel .mungu-custom-post .widget_recent_entries ul li .post-date {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-top: 15px;
  color: #00e3bc;
  font-size: 14px;
  font-weight: 400;
}
.lagom-hotel .mungu-custom-post .widget_recent_entries ul li:first-child .post-date {
  margin-top: 0px;
}
.lagom-hotel .uk-navbar-nav {
  color: #fff;
}
.lagom-hotel .fixed-bottom-footer {
  display: inherit;
  visibility: visible;
  background-color: #fff;
  height: 70px;
  border-top: 1px solid #eaeaea;
}
.lagom-hotel .fixed-bottom-footer .fixed-item div {
  border-left: 1px solid #eaeaea;
}
.lagom-hotel .fixed-bottom-footer .fixed-item div:first-child {
  border-left: none;
}
.lagom-hotel .fixed-bottom-footer h4 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.lagom-hotel .fixed-bottom-footer .border-left {
  border-left: 1px solid #eaeaea;
}
.lagom-hotel .fixed-bottom-footer .border-right {
  border-right: 1px solid #eaeaea;
}
.lagom-hotel .fixed-bottom-footer .uk-button-muted {
  padding: 0px 30px;
  height: 100%;
  background: transparent;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
}
.lagom-hotel .fixed-bottom-footer .color-brand-bg a:before {
  border-bottom: 1px solid #fff;
}
.mungu-element-counter .mungu-counter-item .counter {
  font-size: 45px;
  color: #00b092;
  font-weight: 600;
  font-family: sans-serif;
}
.mungu-element-counter .mungu-counter-item .counterdecs {
  color: #171620;
  font-size: 18px;
  font-weight: 600;
}
.mungu-element-counter .cntrdcs {
  margin-top: 0;
}
.mungu-element-counter .cntrdc {
  display: none;
}
.nxt-service-icon .service-icon {
  padding-bottom: 30px;
}
.nxt-service-icon .nxt-feature {
  background: #fff;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.12);
}
.nxt-service-icon .nxt-feature .nxt-services {
  margin-bottom: 20px;
  border: none;
}
.nxt-service-icon .nxt-feature h3 {
  font-size: 15px;
  color: #181620;
  font-weight: 500;
  padding-left: 40px;
}
.nxt-service-icon .nxt-feature a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.nxt-service-icon .nxt-feature a:hover {
  color: #00b092;
}
.themeton-builder-row .uk-navbar-nav li a {
  color: #fff;
}
.themeton-builder-row .uk-navbar-nav li a:hover {
  color: #a9ad9f;
}
.themeton-builder-row .themeton-builder-cell-footer2-2 p {
  color: #a9ad9f;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  font-size: 24px;
  line-height: 45px;
  font-weight: 400;
}
.themeton-builder-row .themeton-builder-cell-footer2-3 .widget-title {
  color: #a9ad9f;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  font-size: 24px;
  line-height: 45px;
  font-weight: 400;
}
.themeton-builder-row .themeton-builder-cell-footer2-4 p {
  color: #6b705e;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  font-size: 14px;
}
.jewelry-single-product-share label {
  color: #000000;
  font-size: 14px;
}
.jewelry-single-product-share .uk-icon {
  color: #fff;
}
.jewelry-single-product-share .uk-icon-button {
  background: #d6d6d6;
  width: 29px;
  height: 29px;
}
.jewelry-woo-desc {
  margin-top: 100px;
  background-color: #f2f2f2;
  padding: 120px 0;
}
.jewelry-woo-releated {
  margin-top: 120px;
}
.jewelry-woo-releated .related > h1 {
  text-align: center;
}
.lagom-jewelry .mungu-button:hover .uk-button-default:before {
  width: 80%;
  transition: all .3s ease;
}
.lagom-jewelry .mungu-button:hover .uk-button-default:after {
  width: 20%;
  transition: all .3s ease;
}
.lagom-jewelry .stock {
  color: #00b092 !important;
}
.lagom-jewelry .contact-us {
  width: 50% !important ;
}
.lagom-jewelry .wpcf7-submit {
  border: 2px solid #fd405e !important;
  border-radius: 0 !important;
  padding: 10px 40px 10px 40px !important;
  font-size: 18px;
  color: #fd405e;
  background: transparent;
}
.lagom-jewelry .wpcf7-submit :hover {
  opacity: .8;
}
.lagom-jewelry .contact-info {
  width: 320px;
  padding: 35px;
  float: right;
  margin-right: -197px;
}
.lagom-jewelry .cart {
  margin-left: 10px;
  margin-bottom: 0px!important;
}
.lagom-jewelry .overflow-remove {
  overflow: inherit!important;
}
@media (max-width: 991px) {
  .lagom-jewelry .contact-info {
    width: 320px;
    padding: 35px;
    float: right;
    margin-right: 10px;
  }
}
.lagom-jewelry .contact-info .entry-border {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #fff;
}
.lagom-jewelry .contact-info h3 {
  font-size: 27px;
  color: #fff;
  padding-left: 45px;
}
.lagom-jewelry .contact-info p {
  color: #fff;
  font-size: 16px;
  padding: 0px 45px;
}
.lagom-jewelry .map-diamond {
  top: -42px;
  z-index: 999;
  left: -42px;
}
.lagom-jewelry .uk-table {
  border: 1px solid #eee;
  border-left: none;
  border-top: none;
  border-right: none;
}
.lagom-jewelry .button {
  background-color: transparent!important;
  border-radius: 0!important;
  color: #00b092 !important;
  padding: 0!important;
  text-transform: uppercase;
}
.lagom-jewelry .wpb_gallery_slides.flexslider {
  border: none !important;
}
.lagom-jewelry .wpb_gallery_slides.flexslider .slides img {
  max-height: 500px;
}
.lagom-jewelry .wpb_gallery_slides.flexslider .flex-control-nav {
  width: inherit;
  top: 90%;
  left: 30px;
}
.lagom-jewelry .wpb_gallery_slides.flexslider .flex-control-nav li a {
  background: #fff;
}
.lagom-jewelry .wpb_gallery_slides.flexslider .flex-control-nav li a.flex-active {
  opacity: .7;
}
.lagom-jewelry .uk-button-default {
  background: transparent !important;
  color: #00b092;
  border: none !important;
  position: relative !important;
  border-left: 2px solid #00b092 !important;
  border-radius: 0 !important;
  padding: 10px 0px 10px 55px !important;
}
.lagom-jewelry .uk-button-default:hover {
  opacity: .7;
  color: #00b092;
}
.lagom-jewelry .uk-button-default:before {
  content: '';
  background-color: #00b092;
  height: 2px;
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}
.lagom-jewelry .uk-button-default:after {
  content: "";
  background-color: #00b092;
  height: 2px;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
}
.lagom-jewelry .uk-button-default span {
  display: inline-block;
  color: #00b092;
  margin-left: -30px;
  padding-right: 10px;
}
.lagom-jewelry .footer_widget .widget-title {
  font-family: 'Playfair Display';
  font-size: 22px;
  text-transform: capitalize;
  color: #5e5d5d;
}
.lagom-jewelry .footer_widget ul li {
  border: none!important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.lagom-jewelry .footer_widget ul li a {
  font-family: 'Playfair Display';
  font-size: 15px;
  color: #5e5d5d;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.lagom-jewelry .footer_widget ul li a:hover {
  color: #00b092;
}
.lagom-jewelry #testimonial_grid .icon:before {
  content: none;
}
.lagom-jewelry #testimonial_grid .icon img {
  width: 65px;
  height: 65px;
  border-radius: 50px;
}
.lagom-jewelry #testimonial_grid .icon .service-item h3 {
  margin: 0 !important;
}
.lagom-jewelry .mailchimp_form_jewellry .uk-button {
  right: 0;
  color: #fff;
  padding: 8px 30px;
  background: #f57a7d;
}
.lagom-jewelry .mailchimp_form_jewellry .uk-button::hover {
  opacity: .6;
}
.lagom-jewelry .jew-footer-so ul a li i::before {
  padding-right: 15px important;
}
.lagom-jewelry .sub-menu::before {
  font-size: 25px !important;
  color: rgba(0, 0, 0, 0.35) !important;
}
.lagom-jewelry #footer .jew-card ul li {
  border-bottom: none;
}
.lagom-jewelry #footer .jew-card ul li img {
  transition: opacity 1s;
  opacity: 0.3;
}
.lagom-jewelry #footer .jew-card ul li:hover img {
  opacity: 1;
}
.lagom-jewelry .mailchimp_form_jewellry .uk-button-default {
  right: 0;
  background-color: #f57a7d;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.lagom-jewelry .mailchimp_form_jewellry .uk-input {
  height: 55px;
  padding-left: 60px;
  border-radius: 2px;
}
.lagom-jewelry .mailchimp_form_jewellry {
  position: relative;
}
.lagom-jewelry .mailchimp_form_jewellry i {
  position: absolute;
  top: 18px;
  left: 25px;
}
.lagom-jewelry .footer-top-jew .custom-logo {
  margin: auto;
  display: list-item;
}
.lagom-jewelry .footer-mobile {
  position: relative;
  margin-top: 20px !important;
}
.lagom-jewelry .footer-mobile:before {
  content: '\f095';
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  padding-right: 0;
  position: absolute;
  top: 5px;
  margin-left: -44px;
  width: 30px;
  height: 30px;
  background: #484848;
  border-radius: 50%;
}
.lagom-jewelry .jew-footer-so ul li {
  border: none;
  padding: 5px 0;
  letter-spacing: 1px;
  word-spacing: 5px;
  font-family: serif;
  text-transform: capitalize;
}
.lagom-jewelry .footer-mobile a {
  color: #c5c5c5;
}
.lagom-jewelry .widget_product_categories {
  margin-top: 0;
}
.lagom-jewelry .widget_product_categories .widget-title {
  font-family: "Playfair Display" !important;
  font-weight: 400!important;
  border-left: 2px solid #fd405e!important;
  padding: 26px;
  border: 1px solid #ebeff0;
  margin-bottom: 0;
  font-size: 22px;
  color: #fd405e;
}
.lagom-jewelry .widget_product_categories .product-categories {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
  border: 1px solid #ebeff0;
}
.lagom-jewelry .widget_product_categories .product-categories li {
  padding-left: 32px;
  padding-right: 32px;
  border-bottom: none;
}
.lagom-jewelry .widget_product_categories .product-categories li a {
  font-family: "Roboto";
  font-size: 16px;
}
.lagom-jewelry .ui-slider-range {
  background-color: #00b092 !important;
}
.lagom-jewelry .ui-slider-handle {
  background-color: #00b092 !important;
}
.lagom-jewelry .widget_products .widget-title {
  font-family: "Playfair Display";
  font-weight: 400;
  border-left: 2px solid #fd405e!important;
  padding: 26px;
  border: 1px solid #ebeff0;
  margin-bottom: 0;
  font-size: 22px;
  color: #fd405e;
}
.lagom-jewelry .widget_products .product_list_widget {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
  border: 1px solid #ebeff0;
}
.lagom-jewelry .widget_products .product_list_widget li {
  padding-left: 32px;
  padding-right: 32px;
  border-bottom: none;
}
.lagom-jewelry .widget_products .product_list_widget li a {
  font-family: "Roboto";
  font-size: 16px;
}
.lagom-jewelry .login-submit .uk-button {
  border: 2px solid #fd405e !important;
}
.lagom-laundry .mailchimp_form_laundry .uk-input {
  padding-left: 25px;
  outline: none;
}
.lagom-laundry .mailchimp_form_laundry .uk-input:-webkit-input-placeholder,
.lagom-laundry .mailchimp_form_laundry .uk-input:-moz-placeholder,
.lagom-laundry .mailchimp_form_laundry .uk-input:-moz-placeholder,
.lagom-laundry .mailchimp_form_laundry .uk-input:-ms-input-placeholder {
  color: #798c8e;
}
.lagom-laundry .laundry-title {
  padding-top: 60px;
}
.lagom-laundry .laundry-header-contact .uk-textarea,
.lagom-laundry .laundry-header-contact .uk-input {
  font-size: 14px;
}
.lagom-laundry .laundry-header-contact .uk-textarea::-webkit-input-placeholder,
.lagom-laundry .laundry-header-contact .uk-input::-webkit-input-placeholder {
  color: #d0cdf1;
  font-style: normal;
}
.lagom-laundry .laundry-header-contact .uk-textarea::-moz-placeholder,
.lagom-laundry .laundry-header-contact .uk-input::-moz-placeholder {
  color: #d0cdf1;
  font-style: normal;
}
.lagom-laundry .laundry-header-contact .uk-textarea:-moz-placeholder,
.lagom-laundry .laundry-header-contact .uk-input:-moz-placeholder {
  color: #d0cdf1;
  font-style: normal;
}
.lagom-laundry .laundry-header-contact .uk-textarea:-ms-input-placeholder,
.lagom-laundry .laundry-header-contact .uk-input:-ms-input-placeholder {
  color: #d0cdf1;
  font-style: normal;
}
.lagom-laundry .mailchimp_form_laundry button {
  background: #39ae48;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
  height: 50px;
}
.lagom-laundry .laundry-form-top {
  width: 25% !important;
}
.lagom-laundry .laundry-contact.form-with-icons,
.lagom-laundry .wpcf7-text {
  text-indent: 20px !important;
}
.lagom-laundry .wpcf7-text:focus,
.lagom-laundry .wpcf7-textarea:focus {
  border-color: #00b092;
}
.lagom-laundry .wpcf7-submit {
  margin-top: 10px;
  margin-bottom: 35px;
}
.lagom-laundry .rev_slider .uk-input:focus,
.lagom-laundry .rev_slider .uk-textarea:focus {
  box-shadow: none;
  border-color: #ababab !important;
}
.lagom-laundry .rev_slider .uk-button:focus {
  background-color: #00b092 !important;
  color: #fff !important;
}
.lagom-laundry .bottom0 {
  bottom: 0;
}
.lagom-laundry .form-with-icons .wpcf7-textarea {
  text-indent: 22px!important;
}
.lagom-laundry .laundry-header-contact {
  background: #564fa6;
  padding: 50px !important;
}
.lagom-laundry .laundry-header-contact .entry-border {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgba(138, 129, 224, 0.85);
}
.lagom-laundry .laundry-header-contact h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.lagom-laundry .laundry-header-contact h3:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #00b092;
  display: block;
  margin-top: 10px;
}
.lagom-laundry .laundry-header-contact .uk-textarea,
.lagom-laundry .laundry-header-contact .uk-input {
  color: #fff;
  background: transparent !important;
  width: 265px;
  border: 1px solid rgba(138, 129, 224, 0.85);
}
.lagom-laundry .phone-col {
  height: auto!important;
}
.lagom-laundry .work-link:hover a {
  color: #39ae48;
}
.lagom-laundry .laundry-header-contact {
  background: #564fa6;
  padding: 50px !important;
  position: relative;
}
.lagom-laundry .laundry-header-contact h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.lagom-laundry .laundry-header-contact h3:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #00b092;
  display: block;
  margin-top: 10px;
}
.lagom-laundry .laundry-header-contact .entry-border {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgba(138, 129, 224, 0.35);
}
.lagom-laundry .laundry-header-contact .uk-textarea,
.lagom-laundry .laundry-header-contact .uk-input {
  background: transparent !important;
  width: 265px;
  border: 1px solid rgba(138, 129, 224, 0.35);
}
.lagom-laundry .header-laundry {
  padding: 0px !important;
}
.lagom-laundry .header-laundry .phone-col {
  height: 95px;
  border-left: 1px solid #e2e3ea;
  border-right: 1px solid #e2e3ea;
}
.lagom-laundry .header-laundry .phone a {
  font-weight: bold;
}
.lagom-laundry .header-laundry .laundry-menu {
  height: 95px;
}
.lagom-laundry .header-laundry .laundry-menu .current-menu-item,
.lagom-laundry .header-laundry .laundry-menu current-menu-parent {
  border-top: solid 3px #00b092;
}
.lagom-laundry .header-laundry .laundry-menu .current-menu-item a,
.lagom-laundry .header-laundry .laundry-menu current-menu-parent a {
  color: #00b092;
}
.lagom-laundry .header-laundry .laundry-menu li ul {
  margin-top: 0 !important;
}
.lagom-laundry .header-laundry .laundry-menu li ul li a {
  color: #fff !important;
}
.lagom-laundry .horizantal-item .mixed-item .meta-details,
.lagom-laundry .horizantal-item .mixed-item .uk-button {
  display: none;
}
.lagom-laundry .mungu-team .mungu-team-img {
  height: 300px;
  min-width: 270px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lagom-laundry .mungu-team .mungu-team-img:hover {
  transform: none !important;
}
.lagom-laundry .mungu-team .mungu-seo-message {
  display: none !important;
}
.lagom-laundry .mungu-team .entry-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-laundry .mungu-team .entry-hover h4 {
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lagom-laundry .mungu-team .entry-hover:hover {
  background: rgba(0, 176, 146, 0.3);
}
.lagom-laundry .mungu-team .entry-hover:hover h4 {
  visibility: visible;
  opacity: 1;
}
.lagom-laundry .nxt-testimonial-list .list {
  border-bottom: 1px solid #eee;
  padding-bottom: 70px;
  padding-top: 30px;
}
.lagom-laundry .nxt-testimonial-list .list:last-child {
  border: none;
  padding-bottom: 0;
}
.lagom-laundry .nxt-testimonial-list .list .entry-meta h3 {
  font-size: 24px;
  text-transform: uppercase;
}
.lagom-laundry .nxt-testimonial-list .list .entry-meta:before {
  content: none;
}
.lagom-laundry .carousel-anything-container .owl-height {
  height: 184px!important;
}
.lagom-laundry .carousel-anything-container .owl-item .post-item p {
  color: #d4d1f5;
}
.lagom-laundry .carousel-anything-container .owl-item .post-item .testi-meta h4 {
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
.lagom-laundry .carousel-anything-container .owl-dots {
  margin-top: 30px!important;
  opacity: 1!important;
  overflow: visible!important;
  width: 100px!important;
}
.lagom-laundry .carousel-anything-container .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 3px solid #d4d1f5 !important;
}
.lagom-laundry .carousel-anything-container .owl-dots .owl-dot.active {
  box-shadow: none!important;
  border: 3px solid #fff !important;
}
.lagom-laundry .carousel-anything-container .owl-dots .owl-dot.active span {
  background-color: #fff!important;
}
.lagom-laundry .carousel-anything-container .owl-dots .owl-dot.active:after {
  content: none;
}
.lagom-laundry .carousel-anything-container .owl-dots .owl-dot:hover {
  box-shadow: none!important;
}
.lagom-laundry .carousel-anything-container .owl-dots .owl-dot:hover span {
  background-color: #fff!important;
}
.lagom-laundry #testimonial_grid .mungu-item {
  border: none;
  position: relative;
  padding: 30px 20px 45px 0;
  margin-top: 60px;
}
.lagom-laundry #testimonial_grid .mungu-item h2 {
  display: none;
}
.lagom-laundry #testimonial_grid .mungu-item .testi-meta {
  width: 70%;
}
.lagom-laundry #testimonial_grid .mungu-item:before {
  content: '\f10d';
  display: block;
  font-family: fontawesome;
  width: 64px;
  height: 2px;
  background: #ececec;
  color: #00b092;
  position: absolute;
  font-size: 24px;
  line-height: 95px;
  text-align: left;
  z-index: 99;
  left: 0;
  top: -40px;
}
.lagom-laundry #testimonial_grid .mungu-item:hover {
  box-shadow: none;
}
.lagom-laundry .laundry-footer .widget .widget-title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.lagom-laundry .laundry-footer .widget .textwidget {
  color: #a0abb2;
  font-size: 14px;
}
.lagom-laundry .laundry-footer .widget .textwidget ul li {
  border: none;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #a0abb2;
}
.lagom-laundry .laundry-footer .widget .textwidget ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #a0abb2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-laundry .laundry-footer .widget .textwidget ul li a:hover {
  color: #00b092;
}
.lagom-laundry .laundry-footer .widget .textwidget ul li a span {
  float: right;
  font-family: sans-serif;
}
.lagom-laundry .laundry-footer .widget .textwidget .follow li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.lagom-laundry .laundry-footer .widget ul li {
  border: none;
  padding: 5px 0;
  text-transform: uppercase;
}
.lagom-laundry .laundry-footer .widget ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #a0abb2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lagom-laundry .laundry-footer .widget ul li a:hover {
  color: #00b092;
}
.lagom-laundry .laundry-footer .mailchimp_form_laundry .uk-input {
  padding-left: 15px;
}
.lagom-laundry .laundry-footer .mailchimp_form_laundry .uk-input::-webkit-input-placeholder {
  color: #00b092;
}
.lagom-laundry .laundry-footer .mailchimp_form_laundry .uk-input:-moz-placeholder {
  color: #00b092;
}
.lagom-laundry .laundry-footer .mailchimp_form_laundry .uk-input::-moz-placeholder {
  color: #00b092;
}
.lagom-laundry .laundry-footer .mailchimp_form_laundry .uk-input:-ms-input-placeholder {
  color: #00b092;
}
.lagom-laundry .icon-list-element li {
  font-size: 15px;
  padding: 0 0 10px;
  font-weight: 600;
  color: #000;
}
.lagom-laundry .accordion-vc .uk-accordion-title {
  font-weight: 400;
}
.lagom-laundry .accordion-vc .uk-accordion-title:after,
.lagom-hosting .accordion-vc .uk-accordion-title:after {
  color: #000;
  background: transparent;
  font-size: 20px;
}
.lagom-laundry .accordion-vc .uk-open .uk-accordion-title,
.lagom-hosting .accordion-vc .uk-open .uk-accordion-title {
  color: #00b092;
  background: transparent;
}
.lagom-logistics .vc_custom_heading:not(.no-decoration):after,
.lagom-logistics .lagom-brand-title:after,
.lagom-logistics .comment-reply-title:after,
.lagom-logistics .dash:after {
  background: #00b092;
  content: '';
  display: block;
  width: 17px;
  height: 3px;
  margin-top: 5px;
}
.lagom-logistics .vc_custom_heading:not(.no-decoration).text-light:after,
.lagom-logistics .lagom-brand-title.text-light:after,
.lagom-logistics .comment-reply-title.text-light:after,
.lagom-logistics .dash.text-light:after,
.lagom-logistics .vc_custom_heading:not(.no-decoration).text-white:after,
.lagom-logistics .lagom-brand-title.text-white:after,
.lagom-logistics .comment-reply-title.text-white:after,
.lagom-logistics .dash.text-white:after {
  background: #fff;
}
.lagom-logistics .swiper-button-next.swiper-button-disabled,
.lagom-logistics .swiper-button-prev.swiper-button-disabled {
  opacity: .5;
}
.lagom-logistics #header .vc_custom_heading:after {
  content: none;
}
@media (min-width: 400px) and (max-width: 800px) {
  .lagom-logistics .swiper-button-prev {
    left: 40%;
    margin-bottom: -10px;
  }
  .lagom-logistics .swiper-button-next {
    right: 40px;
    margin-bottom: -10px;
  }
  .lagom-logistics .responsive-tab ul {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .lagom-logistics .responsive-tab .mungu-tab-title {
    margin-right: 0;
  }
}
.lagom-logistics .header-title-title {
  position: absolute;
  bottom: -27px;
  background: 0 0;
  background-color: #00b092;
  border: none;
  border-radius: 0px;
  padding: 15px 30px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  overflow: visible;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.lagom-logistics .header-title-title:after {
  content: "";
  display: flex;
  position: absolute;
  background: #00b092;
  width: 32px;
  top: 0;
  -webkit-transform: skew(28deg);
  -moz-transform: skew(28deg);
  -o-transform: skew(28deg);
  right: -16px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lagom-logistics .header-title-title:before {
  content: "";
  display: flex;
  position: absolute;
  background: #00b092;
  width: 10000%;
  top: 0;
  left: -10000%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lagom-logistics .text-center .vc_custom_heading,
.lagom-logistics .uk-text-center .vc_custom_heading,
.lagom-logistics .text-center .lagom-brand-title,
.lagom-logistics .uk-text-center .lagom-brand-title,
.lagom-logistics .text-center .dash,
.lagom-logistics .uk-text-center .dash {
  display: inline-block;
}
.lagom-logistics .text-center .vc_custom_heading:after,
.lagom-logistics .uk-text-center .vc_custom_heading:after,
.lagom-logistics .text-center .lagom-brand-title:after,
.lagom-logistics .uk-text-center .lagom-brand-title:after,
.lagom-logistics .text-center .dash:after,
.lagom-logistics .uk-text-center .dash:after {
  margin-left: 0;
  margin-right: auto;
}
.lagom-logistics .nxt-testimonial .swiper-button-next.uk-icon:hover,
.lagom-logistics .nxt-testimonial .swiper-button-prev.uk-icon:hover {
  color: #eee !important;
}
.lagom-logistics .nxt-testimonial .section-content {
  padding-left: 105px;
}
.lagom-logistics .nxt-testimonial .section-content:before {
  content: '';
  display: block;
  width: 5px;
  height: 70%;
  background: #f48442;
  position: absolute;
  left: 35px;
  top: 30%;
}
.lagom-logistics .nxt-testimonial .section-content .qoute-content {
  padding-top: 30px;
  font-size: 21px;
  color: #fff;
}
.lagom-logistics .nxt-testimonial .section-content .qoute-content:before {
  content: '\201C';
  display: block;
  font-family: Georgia, serif;
  color: #fff;
  position: absolute;
  font-size: 110px;
  left: 5px;
  top: 20%;
}
.lagom-logistics .nxt-testimonial .section-content .head-info {
  width: 230px;
  margin-top: 30px;
  display: inline-block;
}
.lagom-logistics .nxt-testimonial .section-content .head-info img {
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  float: left;
}
.lagom-logistics .nxt-testimonial .section-content .head-info .info-title {
  display: block;
  margin: 0;
  float: left	;
  font-size: 15px;
  margin-left: 35px;
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
}
.lagom-logistics .nxt-testimonial .section-content .head-info h4 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-left: 94px;
  line-height: 0;
}
.lagom-logistics .uk-button-default {
  background-color: #00b092;
  border: none;
  border-radius: 0px;
  padding: 18px 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lagom-logistics .uk-button-default:hover {
  color: #000;
  background-color: #ffffff;
}
.lagom-logistics .lagom-logistics .header-title-title {
  z-index: 10;
}
.lagom-logistics .lagom-logistics .header-title-title::after {
  width: 100%!important;
  right: -30px !important;
  z-index: -1;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .5;
}
.lagom-medical header .themeton-menu-normal .current_page_item a {
  color: #fff!important;
}
.lagom-medical .uk-breadcrumb {
  border-bottom: 1px solid #fff;
}
.lagom-medical .uk-breadcrumb li a {
  font-size: 18px;
  font-weight: 600;
}
.lagom-medical .medsubsribe {
  outline: none;
  margin-right: -16px;
  cursor: pointer;
}
.lagom-medical .mega-menu .menu li {
  border-bottom: none;
}
.lagom-medical .mega-menu .menu li a {
  color: #beb6ea;
  font-size: 15px;
}
.lagom-medical .mungu-team {
  box-shadow: 0px 0px 20px 0px rgba(122, 122, 122, 0.1);
}
.lagom-medical .uk-button-default {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 176, 146, 0.5);
  box-shadow: 0px 3px 20px 0px rgba(0, 176, 146, 0.5);
}
.lagom-medical .uk-button-default:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 176, 146, 0.5);
  box-shadow: 0px 8px 20px 0px rgba(0, 176, 146, 0.5);
}
.lagom-medical .uk-button-text {
  color: #00b092;
  box-shadow: none !important;
  text-transform: none;
}
.lagom-medical .uk-button-text:hover {
  color: #00b092 !important;
  transform: translateY(0px) !important;
}
.lagom-model header nav {
  height: auto!important;
}
.lagom-model #header .logo-text-link {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.lagom-model #header .logo-text-link:hover {
  color: #00b092;
}
.lagom-model .pagination .inactive span {
  padding: 0 16px;
}
.lagom-model .pagination li {
  padding: 0 16px;
}
.lagom-model .pagination li span {
  padding: 0;
  color: #333;
}
.lagom-model .pagination li a.next {
  padding-left: 0px;
}
.lagom-model .pagination li a.next::after {
  display: none;
}
.lagom-model .pagination li a.prev {
  padding-right: 0px;
}
.lagom-model .pagination li::before {
  display: none;
}
.lagom-model .pagination li .current {
  color: #000000!important;
  border-bottom: 2px solid #a3a3a3;
}
.lagom-model .pagination li .page-numbers {
  font-weight: normal;
  color: #c0c0c0;
}
.lagom-model .model_gallery .vc_grid-pagination_default {
  margin: 100px 0 0!important;
}
.lagom-model .model_gallery .vc_grid-pagination_default .vc_grid-page a {
  background-color: #fff!important;
  border: none!important;
  color: #000!important;
  font-size: 17px;
}
.lagom-model .model_gallery .vc_grid-pagination_default .vc_grid-active a {
  border-bottom: 2px solid #a3a3a3!important;
}
.lagom-model .model_gallery .vc_gitem-zone {
  background-color: rgba(250, 192, 30, 0.9) !important;
}
.lagom-model #page-title {
  text-transform: uppercase;
}
.lagom-model .model_btn a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #f3bc2e!important;
  color: #fff!important;
  font-size: 17px;
}
.lagom-model .smoothscroll {
  top: -40px;
}
.lagom-model .smoothscroll > div {
  border: 1px solid #d3d3d3!important;
  background-color: #fff;
}
.lagom-model .footer-model-over {
  overflow: visible!important;
}
.lagom-model .mia-about {
  top: 120px;
  right: 0;
}
.lagom-model .remove_bottom {
  margin-bottom: 0!important;
}
.lagom-model .shop_btn {
  color: #c8c8c8;
}
.lagom-model .m-img-1 {
  position: relative;
  float: right;
}
.lagom-model .model-right {
  float: right;
}
.lagom-model .back-z {
  z-index: 100;
}
.lagom-model .z-text {
  z-index: 101;
}
.lagom-model .model-prev-img {
  float: left;
  margin-right: 20px;
}
.lagom-model .model-prev-img img {
  width: 100px;
  height: 80px!important;
}
.lagom-model .video-content {
  padding-left: 100px;
}
.lagom-model .shop_btn {
  position: relative;
  z-index: 999;
}
.lagom-model .shop_btn .vc_general {
  padding-left: 30px;
  padding-right: 30px;
}
.lagom-model .element-footer-logo {
  float: left;
  margin-right: 30px;
  font-weight: 600;
}
.lagom-model .remove_bottom {
  margin-bottom: 0!important;
}
.lagom-model .model-left-float {
  float: left;
}
.lagom-model .model_btn button {
  background-color: #f3bc2e!important;
  color: #fff!important;
}
.lagom-model .model-text-underline {
  text-decoration: underline;
}
.lagom-model .about-seo {
  float: left;
}
.lagom-model .model_btn a {
  background-color: #f3bc2e!important;
  color: #fff!important;
}
.lagom-model .style-relative-cancel #menu-toggle,
.lagom-model .style-relative-cancel .sub-menu {
  background-color: transparent!important;
}
#footer {
  padding-top: 0!important;
}
#footer .menu li {
  float: left;
  padding: 10px;
  border: none!important;
}
.lagom-nightclub #tribe-events-content .tribe-events-calendar td {
  border-color: rgba(154, 154, 154, 0.3);
}
.lagom-nightclub #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  opacity: .1;
}
.lagom-nightclub .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.lagom-nightclub .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  opacity: .3;
}
.lagom-nightclub .evgrid img {
  width: 100%;
  height: 420px;
}
.lagom-nightclub .evgrid .uk-overlay-defualt {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 43%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.65) 74%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 43%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.65) 74%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 43%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.65) 74%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.lagom-nightclub .evgrid .uk-overlay-defualt h3 {
  margin: 0;
}
.lagom-nightclub .slideitem i {
  font-style: normal;
}
.lagom-nightclub .uk-button.nbutton {
  background: linear-gradient(90deg, #ef743b 0%, #e95553 50%, #f91a56 100%);
  border-radius: 70px;
  font-weight: 400;
  padding: 16px 32px;
  -webkit-box-shadow: -4px 7px 19px -8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -4px 7px 19px -8px rgba(0, 0, 0, 0.45);
  box-shadow: -4px 7px 19px -8px rgba(0, 0, 0, 0.45);
}
.lagom-nightclub .uk-button.nbutton:hover {
  opacity: .9;
}
.lagom-nightclub .uk-button.ybutton {
  background: #fb7129;
  border-radius: 70px;
  font-weight: 400;
  padding: 15px 32px;
  -webkit-box-shadow: -4px 7px 19px -8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -4px 7px 19px -8px rgba(0, 0, 0, 0.45);
  box-shadow: -4px 15px 28px -8px rgba(0, 0, 0, 0.45);
}
.lagom-nightclub .uk-button.gbutton {
  background: #7fc64e;
  border-radius: 70px;
  font-weight: 400;
  padding: 15px 32px;
  -webkit-box-shadow: -4px 7px 19px -8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -4px 7px 19px -8px rgba(0, 0, 0, 0.45);
  box-shadow: -4px 15px 28px -8px rgba(0, 0, 0, 0.45);
}
.lagom-nightclub .uk-button.bbutton {
  background: #6c7ed0;
  border-radius: 70px;
  font-weight: 400;
  padding: 15px 32px;
  -webkit-box-shadow: -4px 7px 19px -8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -4px 7px 19px -8px rgba(0, 0, 0, 0.45);
  box-shadow: -4px 15px 28px -8px rgba(0, 0, 0, 0.45);
}
.lagom-nightclub .uk-button:hover {
  opacity: .8;
}
.lagom-nightclub .mailchimp_form_charity .uk-button {
  padding: 16px 32px;
  border: 1px solid transparent;
}
.lagom-realestate .themeton-menu-top-border > .current_page_item,
.lagom-realestate .themeton-menu-top-border > .current-menu-item {
  border: none!important;
}
.lagom-realestate #header .uk-float-left {
  margin-left: 0px !important;
}
.lagom-realestate #header nav #primary-nav li a {
  line-height: 96px;
}
.lagom-realestate #header nav #primary-nav > li ul li a {
  line-height: 14px;
}
.lagom-realestate #header nav #primary-nav > li ul {
  margin-top: 0;
}
.lagom-realestate .nxt-car-home-serv h3 {
  font-size: 14px !important;
  text-transform: uppercase;
  padding-left: 25px!important;
}
.lagom-realestate .nxt-car-home-serv p {
  font-size: 16px !important;
  padding-left: 25px!important;
  line-height: 0;
}
.lagom-realestate .nxt-car-home-serv .more-link {
  background: #fc8327;
  padding: 6px 20px;
  border-radius: 23px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  margin-left: 16px;
  position: relative;
  top: -10px;
}
.lagom-realestate .mailchimp_form_carrental .uk-input {
  padding-left: 30px !important;
  background: #fff;
  color: #6b6e75;
  font-size: 15px;
  border: none;
}
.lagom-realestate .mailchimp_form_carrental .uk-button-car {
  position: absolute;
  padding: 6px 15px;
  right: 15px;
  border-radius: 0;
  background-color: #6db91c;
  color: #fff;
  text-transform: unset;
}
.lagom-realestate #footer .widget_nav_menu ul li {
  border-bottom: none;
}
.lagom-realestate .con-us .uk-height-small {
  height: 120px;
}
.lagom-realestate .con-us .uk-button {
  border: 1px solid #6db91b!important;
  background-color: #6db91b!important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 18px 20px !important;
}
.lagom-realestate #footer .margin-left50 {
  margin-left: 100px;
}
.lagom-realestate #footer a {
  font-size: 15px;
}
.lagom-realestate #footer .social-links a {
  width: 30px!important;
  height: 30px!important;
  color: #fff!important;
}
.lagom-realestate #footer .social-links a i {
  line-height: 30px!important;
}
.lagom-realestate .carcontact .service-box a {
  color: #fc8327 !important;
}
.lagom-realestate .opacity06 {
  opacity: 0.6;
}
.lagom-realestate .hr-light:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(242, 242, 242, 0.57);
  bottom: 32%;
}
.lagom-realestate .custom-class-for-vc .owl-height {
  height: 70px !important;
}
.lagom-realestate .vr-border {
  border-right: 1px solid #c6c6c6;
}
.lagom-realestate .list-top .meta-details {
  margin-top: 54px;
}
.lagom-realestate .list-top .car-thumb {
  background-size: cover;
}
.lagom-realestate .realsearch a {
  border-bottom: 1px solid;
}
.lagom-realestate .simple-image .image-item.x32,
.lagom-realestate .simple-image .image-item.x23 {
  height: 405px;
}
.lagom-realestate .wpcf7-select {
  text-indent: 10px;
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 50px;
  color: #a5a5a5;
  text-transform: capitalize;
  font-size: 15px;
}
.lagom-realestate .service-box.style-center h3:after {
  display: none;
}
.lagom-realestate .car-grid-item .meta-title a h3 {
  font-size: 18px;
}
.lagom-realestate .car-grid-item .meta-title span {
  font-size: 14px;
}
.lagom-realestate .mungu-team .mungu-seo-message h4 {
  font-family: 'Poppins';
}
.lagom-realestate .service-box h3 {
  font-family: 'Poppins';
}
.lagom-realestate .uk-button-default {
  border-radius: 500px;
}
.lagom-realestate .uk-button {
  border-radius: 500px;
}
.lagom-realestate #header {
  position: absolute;
  background: transparent;
  z-index: 999;
  width: 100%;
  overflow: visible;
}
.lagom-realestate #header .f-nav {
  background: transparent !important;
  border-bottom: 1px solid #eeeeee;
}
.lagom-realestate #header .realestate-menu li a {
  text-transform: capitalize;
}
.lagom-realestate #testimonial_grid .icon:before {
  content: none;
}
.lagom-realestate #testimonial_grid .icon img {
  width: 65px;
  height: 65px;
  border-radius: 50px;
}
.lagom-realestate #testimonial_grid .service-item h3 {
  text-transform: capitalize !important;
  margin: 0 !important;
}
.lagom-realestate .mungu-price {
  position: absolute !important;
  top: 50%;
  right: -98px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yoga-form label {
  font-size: 17px;
  color: #000000;
  font-family: 'Roboto';
  font-weight: 500;
}
.yoga-form textarea {
  height: 250px;
}
.yoga-form .yoga-contact-btn {
  background: #9da2e0;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 40px;
}
.yoga-btn button {
  color: #5c5c5c!important;
  font-family: Roboto!important;
  font-size: 18px!important;
  padding: 15px 40px!important;
  border-color: #bbbcbc!important;
}
.overflow-remove {
  overflow: inherit!important;
}
.width-inhiert img {
  max-width: -webkit-fill-available !important;
  width: -webkit-fill-available !important;
  z-index: 0;
}
.yoga-z {
  z-index: 20;
}
.yoga-back {
  background-repeat: no-repeat;
  background-position: 102% 0;
}
.yoga-tab .tab-container {
  margin-top: -25px !important;
}
.yoga-tab .uk-width-auto {
  padding: 30px!important;
  padding-bottom: 0px!important;
}
.yoga-tab .process {
  padding: 0!important;
  border: none;
  opacity: 1!important;
}
.yoga-tab .process h6 {
  color: #484654!important;
  font-size: 16px!important;
  font-weight: 600;
  font-family: Roboto!important;
  letter-spacing: 0px!important;
}
.yoga-tab .active-process img {
  filter: none!important;
}
.yoga-tab .active-process h6 {
  color: #00b092 !important;
}
.yoga-tab .process > img {
  width: auto!important;
  height: 40px!important;
}
.yoga-tab .active-process {
  border-bottom: none!important;
}
.lagom-yoga .event-footer .uk-button {
  color: #000 !important;
}
.lagom-yoga #footer .themeton-menu > li > a a,
.lagom-yoga #footer .menu-item a {
  color: #626262 !important;
  font-weight: 400 !important;
}
.lagom-yoga #footer .themeton-menu > li > a a:hover,
.lagom-yoga #footer .menu-item a:hover {
  color: #00b092 !important;
}
.lagom-yoga #footer .themeton-menu > li > a.current-menu-item a,
.lagom-yoga #footer .menu-item.current-menu-item a {
  color: #626262 !important;
}
.home.lagom-yoga #footer {
  margin-top: -100px;
}
.yoga-event .mt3 .uk-card-body {
  padding: 25px 40px!important;
}
.yoga-event .mt3 .uk-card-body h2 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
}
.yoga-event .mt3 .uk-card-body p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}
