/* 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: #63599e !important;
}
.color-brand-bg {
  background-color: #63599e;
}
.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;
}
.uk-position-static {
  position: static !important;
}
/* 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(99, 89, 158, 0.2);
  height: 2px;
}
.mejs-container-xxx .mejs-controls div.mejs-time-rail .mejs-time-current {
  background-color: #63599e;
  height: 2px;
}
.mejs-container-xxx .mejs-controls div.mejs-time-rail .mejs-time-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #63599e;
  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: #63599e;
}
#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: #63599e !important;
  text-decoration: none;
}
#carfooter .footer_widget .menu li:hover:before {
  color: #63599e;
}
.wpb_vc_table.domain tr td {
  text-align: left;
  padding: 25px 0 25px 40px;
  border: 1px solid rgba(99, 89, 158, 0.16);
}
.wpb_vc_table.domain .vc-th td {
  border: none;
  background: #63599e;
}
.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 #63599e;
  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: #63599e;
}
.uk-dotnav > *.uk-active {
  box-shadow: 0 0 0 2px #63599e;
  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 #63599e;
  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: #63599e;
}
.wpb_tabs[data-style="process"] .process.active-process h6,
.wpb_tabs_extended[data-style="process"] .process.active-process h6 {
  color: #63599e;
}
.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: #63599e;
}
.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: #63599e;
}
.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: #63599e;
}
.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: #63599e;
  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 #63599e;
  -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: #63599e;
    border: none;
  }
  body.left-side-menu .pagination .swiper-active-switch:after {
    background: #63599e;
  }
}
.tab-container .vc_tta-panel-heading {
  display: none;
}
/* tour
====================================*/
/*-----------------------------------------------------------------------------------
VC TAB RESTYLING
-----------------------------------------------------------------------------------*/
.wpb-js-composer .medio-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 .medio-page-single .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
    min-width: 340px;
  }
}
@media (min-width: 768px) {
  .wpb-js-composer .medio-page-single .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
    margin-left: 40px;
  }
}
.wpb-js-composer .medio-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 .medio-page-single .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab > a i {
  opacity: .6;
}
.wpb-js-composer .medio-page-single .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a {
  background-color: #63599e !important;
  color: #fff;
  border-color: #63599e;
}
.wpb-js-composer .medio-page-single .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a i {
  opacity: 1;
}
.wpb-js-composer .medio-page-single .vc_tta.vc_tta-style-outline .vc_tta-tab {
  margin-left: -1px;
  margin-top: -1px;
}
.wpb-js-composer .medio-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: #63599e;
  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: #63599e;
}
.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: #63599e;
}
.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: #63599e;
    border: none;
  }
  body.left-side-menu .pagination .swiper-active-switch:after {
    background: #63599e;
  }
}
.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: #5d5394;
  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: #63599e;
  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: #63599e;
  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: #63599e;
}
.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: #63599e;
  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: #63599e;
}
.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: #63599e;
}
.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: #63599e;
  background: #fafafc;
}
.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: 50px;
  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(99, 89, 158, 0.3);
  color: #63599e;
  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%;
}
.medio-gallery-element {
  padding: 30px;
  background: #000;
  margin-bottom: 30px;
}
.medio-gallery-element .gallery-caption {
  color: #fff;
}
.medio-gallery-element .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.medio-gallery-element .swiper-slide {
  background-size: cover;
  background-position: center;
}
.medio-gallery-element .gallery-top {
  height: 80%;
  width: 100%;
  padding-bottom: 80px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(154, 154, 154, 0.3);
}
.medio-gallery-element .gallery-top .swiper-slide {
  height: 480px;
}
.medio-gallery-element .gallery-top .gallery-caption {
  position: absolute;
  bottom: -55px;
  left: 20px;
}
.medio-gallery-element .gallery-top .arrow {
  top: auto;
  left: auto;
  bottom: 21px;
  color: #fff;
}
.medio-gallery-element .gallery-top .swiper-button-next {
  right: 20px;
  background-image: none;
}
.medio-gallery-element .gallery-top .swiper-button-prev {
  right: 70px;
  background-image: none;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.medio-gallery-element .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0 20px;
}
.medio-gallery-element .gallery-thumbs .swiper-slide {
  border-style: solid;
  border-width: 7px;
  border-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
.medio-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);
}
.medio-gallery-element .gallery-thumbs .swiper-slide {
  width: 120px;
  height: 70px;
  opacity: 0.9;
}
.medio-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 #63599e;
  background: transparent;
  opacity: 1;
  position: relative;
  margin-left: 5px;
}
.swiper-bullet.circle .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #63599e;
}
.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: #63599e;
  -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: #63599e;
  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: #63599e;
  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: #63599e;
}
#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: #63599e;
}
.contact-info {
  background: #63599e;
  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: #63599e;
  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-form-rating {
  margin-top: 10px;
}
.vr-border {
  border-right: 1px solid #c6c6c6;
}
.medio-single .process {
  margin-top: 0!important;
}
.medio-single .woo-single-element-feature-ul ul {
  margin-top: 30px;
}
.medio-single .woo-single-element-feature-ul ul li {
  padding-bottom: 15px !important;
}
.medio-single .single-footer-address p {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
}
.medio-single #footer .widget ul li {
  border-bottom: none;
}
.medio-single #footer .widget ul li a {
  color: #fff;
  font-size: 15px;
}
.medio-single body.blog .uk-section {
  padding-top: 0 !important;
}
.medio-single .copywrite-text {
  opacity: 0.45;
}
.medio-single .singleproduct-tab .wpb_tabs_extended .active-process {
  border-color: #2d9ef4!important;
}
.medio-single .singleproduct-tab .wpb_tabs_extended .active-process h6 {
  color: #2d9ef4!important;
}
.medio-single .singleproduct-tab .wpb_tabs_extended .active-process img {
  filter: none;
  -webkit-filter: none;
}
.medio-single .woo-single-perma {
  position: absolute;
  margin-top: 95px;
}
.medio-single #footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 2em!important;
  margin-right: 12px;
}
.medio-single .single-subscribe .subscribe-textfield {
  padding-left: 0!important;
  padding-right: 0!important;
}
.medio-single .service-box h3 {
  font-weight: 400!important;
}
.medio-single .star-space > span {
  margin-right: 5px;
}
.medio-single .fontsize15 {
  font-size: 15px;
}
.medio-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) {
  .medio-single .right0 {
    right: -40px;
  }
}
.medio-single .widget ul li a,
.medio-single .widget ul {
  font-size: 15px;
}
.medio-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;
}
.medio-single .woo-single-product-details {
  margin-top: 100px;
  margin-bottom: 100px;
}
.medio-single .woocommerce-checkout .input-text {
  border-radius: 2px;
  border: 1px solid #e6e6e6;
}
.medio-single .woocommerce-checkout label {
  color: #000;
  font-size: 18px;
}
.medio-single .woocommerce-checkout .select2-selection {
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
}
.medio-single .woocommerce-checkout .select2-selection .select2-selection__rendered {
  line-height: 40px;
}
.medio-single .woocommerce-checkout .select2-selection .select2-selection__arrow {
  top: 7px;
}
.medio-single .woocommerce-checkout #place_order {
  background-color: #63599e !important;
}
.medio-single .woocommerce-checkout #place_order:hover {
  background-color: #63599e !important;
}
.medio-woo-thumbnail {
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-product .uk-tab > .uk-active > a {
  border-color: #63599e;
}
.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: #63599e;
}
.medio-woo-item {
  border: 1px solid #e5e5e5;
  height: 100%;
}
.medio-woo-item .entry-title-wrp {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
.medio-woo-item .entry-title-wrp .amount {
  font-size: 18px;
  color: #000000!important;
}
.medio-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%);
}
.medio-nightclub .tribe-events-content {
  padding: 0!important;
}
.medio-nightclub #tribe-events {
  padding-top: 0px;
}
.medio-nightclub #tribe-events-bar {
  background: #171a2b;
}
.medio-nightclub #tribe-events-bar .tribe-bar-search-filter {
  border-left: 1px solid #fff!important;
}
.medio-nightclub #tribe-events-bar .tribe-bar-filters input {
  color: #fff;
  background: transparent !important;
}
.medio-nightclub #tribe-events-bar .tribe-bar-filters input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.medio-nightclub #tribe-events-bar .tribe-bar-filters input:-moz-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.medio-nightclub #tribe-events-bar .tribe-bar-filters input::-moz-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.medio-nightclub #tribe-events-bar .tribe-bar-filters input:-ms-input-placeholder {
  color: #fff;
  font-weight: 40;
  font-size: 14px;
}
.medio-nightclub #tribe-events-bar .tribe-bar-filters .tribe-bar-submit {
  padding: 12px 4px;
}
.medio-nightclub #tribe-events-bar .bar h3 {
  color: #fff;
  text-transform: capitalize;
}
.medio-nightclub #tribe-events-bar .bar .finish {
  display: none;
}
.medio-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
====================================*/
.medio-blog-container {
  position: relative;
  z-index: 0;
}
@media screen and (max-device-width: 960px) {
  .medio-blog-container {
    width: 100%!important;
  }
}
.medio-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);
}
.medio-blog-container .title-top {
  margin-top: 20px;
}
.medio-blog-container .medio-blog-content {
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 890px;
}
.medio-blog-container .blog-tags a,
.medio-blog-container .blog-date a {
  color: #748085;
  font: 14px 'Poppins', sans-serif;
  line-height: 1;
  border: none;
  text-decoration: none;
}
.medio-blog-container .blog-tags a::before,
.medio-blog-container .blog-date a::before {
  border-bottom: 1px solid #748085;
}
.medio-blog-container .blog-date {
  line-height: 1;
}
.medio-blog-container .blog-tags a {
  padding: 8px 15px;
  border-radius: 3px;
  background-color: #e3edf1;
  margin-left: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.medio-blog-container .uk-cover-container {
  margin-bottom: 25px;
}
.medio-blog-container .blog-tags {
  float: right;
}
.medio-blog-container .uk-article-title {
  color: #10242b;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
.medio-blog-container .uk-article-meta {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
}
.medio-blog-container .uk-article-meta a {
  background: none;
  font-size: 14px;
  text-transform: none;
}
.medio-blog-container * + .post-content {
  margin-top: 30px;
}
.medio-blog-container .blog-content-comment-count {
  float: right;
  margin-right: 5px;
}
.medio-blog-container .blog-content-comment-count a {
  color: #5c666a;
  text-transform: none;
  background: no-repeat;
}
.medio-blog-container .share_button {
  margin-top: 3px;
  font: 14px 'Poppins', sans-serif;
  font-weight: 600;
  color: #10242b;
  padding-top: 18px;
}
.medio-blog-container .share_button a .post-share-facebook {
  color: #2a436b;
}
.medio-blog-container .share_button a .post-share-twitter {
  color: #55acee;
}
.medio-blog-container .share_button a .post-share-googleplus {
  color: #dd4b39;
}
.medio-blog-container .share_button a .post-share-pinterest {
  color: #bd081c;
}
.medio-blog-container .share_button a .post-share-email {
  color: #63599e;
}
.medio-blog-container .share_button a i {
  margin-left: 6px;
  font-size: 18px;
}
.medio-blog-container .nav-links {
  margin: 30px 0;
  clear: both;
  margin-bottom: 60px;
}
.medio-blog-container .nav-links .nav-previous {
  float: left;
}
.medio-blog-container .nav-links .nav-next {
  float: right;
}
.medio-blog-container .nav-links a {
  color: #5c666a;
  text-decoration: none;
  font: 14px 'Poppins', sans-serif;
  font-weight: 600;
  transition: all 0.3s;
}
.medio-blog-container .nav-links a:hover {
  color: #63599e;
}
.medio-blog-container .related-post {
  margin: 30px 0;
}
.medio-blog-container .related-post article img {
  margin-bottom: 15px;
}
.medio-blog-container .related-post h5 {
  margin-top: 5px;
}
.medio-blog-container .related-post h5 a {
  color: #10242b;
  font: 15px 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.medio-blog-container .related-post h5 a:hover {
  color: #63599e;
}
.medio-blog-container .related-post p {
  margin-top: -10px;
  line-height: 23px;
}
.medio-blog-container .medio-blog-single {
  padding: 0 30px 0 0;
}
@media screen and (max-device-width: 960px) {
  .medio-blog-container .medio-blog-single {
    padding: 0;
  }
}
.medio-blog-container .medio-blog-single .uk-cover {
  min-width: inherit;
}
.medio-blog-container .medio-blog-single .share_button,
.medio-blog-container .medio-blog-single .blog-content-comment-count {
  padding: 20px 0;
}
.medio-blog-container .medio-blog-single .post-cat {
  margin: 10px 0;
}
.medio-blog-container .medio-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;
}
.medio-blog-container .medio-blog-single .post-cat a:hover {
  color: #63599e;
}
.medio-blog-container .medio-blog-single .content_tags a {
  color: #000;
  text-transform: capitalize;
}
.medio-blog-container .medio-blog-single input[type=submit] {
  border: 1px solid #63599e;
  border-radius: 3px;
  background-color: #63599e;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 11px 20px;
  cursor: pointer ;
}
.medio-blog-container .medio-blog-single input[type=submit]:hover {
  background-color: transparent;
  color: #63599e;
}
.medio-blog-container .related-thumb-left {
  float: left;
  margin-right: 15px;
}
.medio-blog-container .author-container {
  margin: 30px 0 40px;
  border: 1px solid rgba(154, 154, 154, 0.25);
  padding: 40px;
  position: relative;
}
.medio-blog-container .author-container h3 {
  margin: 0 0 10px;
  font: 17px 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.medio-blog-container .author-container .author-col-1 {
  padding-left: 0;
}
.medio-blog-container .author-container .author-avatar {
  width: 100%;
}
.medio-blog-container .author-container img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
.medio-blog-container .author-container:after {
  content: '';
  width: 26px;
  height: 8px;
  position: absolute;
  background: #63599e;
  top: -1px;
  left: 80px;
}
.uk-article-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-media {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background-color: rgba(99, 89, 158, 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(99, 89, 158, 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, #63599e 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;
}
.entry-media .themeton-image {
  text-align: center;
}
.entry-media .themeton-image img {
  max-width: 100%;
}
.blog .entry-media .themeton-image img {
  width: auto;
}
.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;
}
.single .blog-date {
  line-height: 1.5em;
  margin: 3px 0 15px;
  display: inline-block;
}
@media (max-width: 640px) {
  .uk-text-center-mob {
    text-align: center;
  }
}
.single-tribe_events .wrapper {
  background: #f4f4f4;
}
.blog-archive-style p:empty {
  display: block;
}
.blog-archive-style .format-class-audio + .medio-blog-content {
  margin-bottom: 30px !important;
}
.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: 35px;
}
#comments .comments-wrapper ol.comment-list li.comment article .avatar {
  width: 90px;
  height: 90px;
  float: left;
  border-radius: 50%;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body {
  margin-left: 120px;
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .meta-data {
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
}
#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 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 .comment-content {
  margin: 0px;
  color: rgba(92, 102, 106, 0.8);
  font-family: 'Poppins';
}
#comments .comments-wrapper ol.comment-list li.comment article .comment-body .comment-content p {
  margin-top: 0;
  margin-bottom: 10px;
}
#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: 78px;
}
#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: #63599e;
  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: #63599e;
  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: #5d5394;
}
.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: #63599e;
  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: #63599e;
  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(99, 89, 158, 0.2);
  border-right: 1.1em solid rgba(99, 89, 158, 0.2);
  border-bottom: 1.1em solid rgba(99, 89, 158, 0.2);
  border-left: 1.1em solid #63599e;
  -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: #63599e;
  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;
}
.medio-page-single .share_button {
  margin-top: 3px;
  font: 14px 'Poppins', sans-serif;
  font-weight: 600;
  color: #10242b;
}
.medio-page-single .share_button a .post-share-facebook {
  color: #2a436b;
}
.medio-page-single .share_button a .post-share-twitter {
  color: #55acee;
}
.medio-page-single .share_button a .post-share-googleplus {
  color: #dd4b39;
}
.medio-page-single .share_button a .post-share-pinterest {
  color: #bd081c;
}
.medio-page-single .share_button a .post-share-email {
  color: #63599e;
}
.medio-page-single .share_button a i {
  margin-left: 6px;
  font-size: 18px;
}
.medio-page-single .author-container {
  margin: 50px 0;
  border: 1px solid #e3e7ea;
  padding: 15px;
}
.medio-page-single .author-container h3 {
  margin: 12px 0 0 0;
  color: #10242b;
  font: 17px 'Poppins', sans-serif;
  font-weight: 600;
}
.medio-page-single .author-container .author-col-1 {
  padding-left: 0;
}
.medio-page-single .author-container .author-avatar {
  width: 100%;
}
.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 #63599e;
}
.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 #63599e;
  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: #63599e;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px #63599e;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #63599e;
}
.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: #63599e;
}
@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: #63599e;
  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: #63599e;
}
.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: #63599e;
}
.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;
}
#footer .mailchimp_form .uk-input {
  background-color: transparent;
  border: none;
}
#footer .mailchimp_form i {
  font-size: 21px;
}
#footer .mailchimp_form i:hover {
  color: #63599e;
}
#footer .mailchimp_form button {
  background-color: transparent;
  border: none;
  height: auto;
}
.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(99, 89, 158, 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: #63599e;
}
.widget select {
  width: 100%;
}
.widget ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.widget ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid rgba(92, 102, 106, 0.1);
}
.widget ul li a {
  color: #5c666a;
}
.widget ul li ul {
  margin-top: 10px;
  margin-left: 10px;
}
.widget ul li ul li {
  border-top: 1px solid rgba(92, 102, 106, 0.1);
  border-bottom: none;
}
.widget ul li ul.children,
.widget ul li ul.sub-menu {
  padding-bottom: 0;
}
.widget ul li.page_item_has_children,
.widget ul li.menu-item-has-children {
  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: .8em;
  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;
  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(99, 89, 158, 0.42);
  border-color: transparent;
  background: #63599e;
  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: #63599e;
}
.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: #63599e;
  border-color: #63599e;
}
.widget a.social_link:hover {
  color: #63599e;
}
.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;
}
@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: #63599e;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.style3 a.social_facebook {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_twitter {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_pinterest {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_googleplus {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_instagram {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_vimeo {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_youtube {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_flickr {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_linkedin {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_dribbble {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_wordpress {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_skype {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_tumblr {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_blogger {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_delicious {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_tumbleupon {
  background-color: transparent;
  border-color: #63599e;
}
.style3 a.social_link {
  background-color: transparent;
  border-color: #63599e;
}
/* 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: #63599e;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -18px;
  bottom: 5px;
}
.sidebar .widget {
  padding: 40px 30px;
  border: 1px solid #e3edf1;
  position: relative;
}
.sidebar .widget + .widget {
  margin-top: 30px;
}
.sidebar .widget:after {
  content: '';
  width: 26px;
  height: 8px;
  position: absolute;
  background: #63599e;
  top: -1px;
}
.sidebar .widget .widget-title span {
  margin-left: 0;
}
.sidebar .widget .widget-title span:before {
  display: none;
}
.sidebar .widget.widget_search {
  padding: 0;
  border: none;
}
.sidebar .widget.widget_search:after {
  display: none;
}
.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:hover {
  color: #fff;
}
.sidebar .widget.widget_calendar,
.sidebar .widget.widget_tag_cloud {
  border: none;
  padding: 30px 0 0;
}
footer .widget.widget_tag_cloud a {
  background: none;
  border-color: #63599e;
  color: #63599e;
}
/* Footer
====================================*/
#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;
}
/* 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) {
  .medio-nightclub .custom-logo {
    width: 70px !important;
  }
}
/* Extra Small Devices - Phones */
@media screen and (max-width: 767px) {
  .medio-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: #63599e;
}
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: #fff;
  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: #63599e;
  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 > li > a {
  color: #ffffff;
}
.themeton-menu > li > a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.themeton-menu > li + li {
  margin-left: 5px;
}
.themeton-menu .children {
  background-color: #63599e;
}
.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: #ffffff !important;
}
.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: -55px !important;
}
.themeton-menu > li > .sub-menu,
.themeton-menu > li > .children {
  margin-left: -15px;
}
.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 0;
  color: #ffffff;
  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;
}
.themeton-menu > li .sub-menu li a,
.themeton-menu > li .children li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  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;
  padding: 15px 30px;
}
.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 .sub-menu li.page_item_has_children > a:after,
.themeton-menu > li .children li.page_item_has_children > a:after,
.themeton-menu > li .sub-menu li.menu-item-has-children > a:after,
.themeton-menu > li .children li.menu-item-has-children > a:after {
  content: '○';
  position: absolute;
  right: 25px;
}
.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 > li {
  padding: 20px 0!important;
  position: relative;
}
.themeton-menu > li > a {
  height: auto;
  padding: 5px 15px!important;
  border-radius: 30px!important;
  border-right: 5px solid transparent !important;
}
.themeton-menu > li:hover > a,
.themeton-menu > li.current-menu-item > a,
.themeton-menu > li.current_page_item > a,
.themeton-menu > li.current-menu-ancestor > a {
  background: #4f477d !important;
  border-right-color: #009eb3 !important;
  color: #ffffff;
}
.number {
  color: #5c666a;
  font-size: 16px;
  line-height: 1.667em !important;
  text-transform: lowercase;
}
.number:hover {
  color: #63599e;
  text-decoration: none;
}
.uk-navbar-dropbar {
  background-color: transparent;
  overflow: visible;
  z-index: 1;
}
.uk-navbar-dropbar .dropdown-submenu > a {
  color: #ffffff;
  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: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid #7167a9;
  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: #ffffff;
  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: #d9d9d9;
}
.uk-navbar-dropbar .depth_0 li {
  padding-top: 40px;
  padding-bottom: 60px;
}
.uk-navbar-dropbar .depth_0 li + li {
  border-left: 1px solid #7167a9;
}
.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: #63599e;
}
.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;
}
.cartitle {
  height: 50px !important;
}
.admin-bar .uk-offcanvas-bar {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .uk-offcanvas-bar {
    top: 46px;
  }
}
/* Mobile Menu */
.uk-offcanvas-bar img.custom-logo {
  max-width: 140px;
}
.uk-offcanvas-bar ul.children {
  padding: 5px 15px;
  background-color: rgba(154, 154, 154, 0.3);
}
.uk-offcanvas-bar ul.children a {
  color: rgba(255, 255, 255, 0.7);
}
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
  width: 24px;
  height: 32px;
}
.uk-navbar-toggle {
  color: #fff;
}
.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover {
  color: #f2f2f2;
}
@media screen and (max-width: 800px) {
  header .custom-logo-link {
    max-height: 60px;
  }
}
/* Mobile menu arrow */
.uk-parent > a::after {
  margin-top: 5px);
}
.uk-parent:not(.uk-open) > a::after {
  transform: rotate(180deg);
}
/* 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;
}
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;
}
#header .vc_column-inner {
  z-index: 1099;
}
.medio-responsive-menu .custom-logo {
  max-width: 75%;
}
@media screen and (min-width: 768px) {
  .medio-default-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* 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.medio-woo-table td {
  border: none;
  text-align: left;
}
.uk-table.medio-woo-table th {
  border: none;
}
.uk-table.medio-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;
}
.single-product .product_title {
  display: none;
}
.single-product .product_title + .price {
  margin-top: 0;
}
.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: #63599e !important;
  font-size: 31px!important;
  margin-right: 40px;
  float: left;
}
.woo-single-product-cart-detials .price ins {
  color: #63599e !important;
  font-weight: 500!important;
}
.woocommerce div.product form.cart .variations td.label {
  padding-top: 26px;
}
.woocommerce div.product form.cart .group_table td {
  padding-bottom: 16px;
}
@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: #63599e;
  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;
}
.woocommerce p.stars a {
  font-size: 1.4em;
}
.woocommerce p.stars a + a {
  margin-left: 0.3em;
}
.star-rating {
  color: #f1b024!important;
}
.woocommerce .products .medio-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: #63599e;
  text-transform: uppercase;
  vertical-align: text-top;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  color: #63599e;
  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: #63599e;
}
.woo-cart-totals {
  color: #000000;
  text-align: right;
  padding: 30px 25px 0;
  background-color: #eaf3f5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .woo-cart-totals {
    padding: 20px 15px 0;
  }
}
.woo-cart-totals h5 {
  font-size: 14px;
}
.woo-cart-totals h5 strong {
  font-weight: 400!important;
}
.woo-cart-totals h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
}
.medio-woo-shipping {
  margin-top: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout a {
  background: #63599e;
  color: #fff;
}
.woocommerce-cart .wc-proceed-to-checkout a:hover {
  background: #59508e;
  color: #fff;
}
.woocommerce-page .post-meta {
  display: none !important;
}
.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;
}
.woo-button input.button {
  height: 50px;
  background: #63599e;
  color: #fff;
}
.woo-button input.button:hover {
  background: #59508e;
  color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #63599e;
  padding: 20px;
}
.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;
}
.medio-woo-item {
  border: 1px solid #ebeff0;
}
.medio-woo-item img {
  margin-bottom: 0 !important;
}
.medio-woo-item > a.button {
  margin-left: 20px;
  margin-bottom: 20px;
}
.medio-woo-item .entry-title-wrp {
  padding-top: 25px;
  padding-bottom: 25px;
}
.medio-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;
}
.medio-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) {
  .medio-woo-item .price {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.woocommerce .medio-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 .medio-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 .medio-woo-item .star-rating {
  margin-left: 22px;
}
.medio-single .medio-woo-table {
  color: #727272;
  border: none!important;
}
.medio-single .medio-woo-table .qty {
  border: none;
  background: none;
  color: #727272;
}
.medio-single .medio-woo-table .woo-quantity {
  border: 1px solid #cecece;
}
.medio-single .medio-woo-table a {
  color: #727272;
}
.medio-single .medio-woo-table th {
  padding-left: 0;
  border-left: none!important;
  border-right: none!important;
}
.medio-single .medio-woo-table th h3 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
}
.medio-single .medio-woo-table td {
  padding-left: 0;
  border-left: none!important;
  border-right: none!important;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  text-align: left;
}
.medio-single .medio-woo-table tbody .cart_item .remove {
  margin-right: 20px;
  color: #fd405e!important;
  display: inline!important;
}
.medio-single .medio-woo-table tbody .cart_item .remove:hover {
  background-color: #fff!important;
}
.medio-single .medio-woo-table tbody .cart_item .edit {
  color: #000000;
  font-size: 1.5em;
}
.medio-single .medio-woo-table tbody .cart_item .cart-thumbnail img {
  width: 100px;
  height: 100px;
  margin-right: 60px;
}
.medio-single .woo-cart-totals {
  color: #000000;
  text-align: right;
  padding: 50px 70px;
  background-color: #eaf3f5;
  font-weight: 400;
}
.medio-single .woo-cart-totals h5 {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
}
.medio-single .woo-cart-totals h5 strong {
  font-weight: 400!important;
}
.medio-single .woo-cart-totals h2 {
  font-family: 'Playfair Display', serif;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
}
.medio-single .medio-woo-shipping {
  margin-top: 20px;
}
.medio-single .button {
  background-color: #2f9df4!important;
  border-radius: 0!important;
  color: #fff!important;
  padding: 0!important;
  text-transform: uppercase;
}
.medio-single .wc-proceed-to-checkout {
  margin-top: 30px;
  position: relative;
  padding: 0;
  text-transform: uppercase;
}
.medio-single .wc-proceed-to-checkout .checkout-button {
  font-size: 14px!important;
  padding: 0px!important;
}
.medio-single .coupon {
  width: 100%;
}
.medio-single .coupon .uk-input {
  margin-right: 15px;
  color: #2f9df4!important;
}
.medio-single .woo-update-btn {
  margin-top: 30px;
}
.medio-single .woo-update-btn .button {
  color: #000!important;
  background-color: transparent!important;
}
.medio-single .woo-update-btn label {
  padding: 10px!important;
}
.medio-single .woo-button {
  background-color: #2f9df4!important;
  position: relative;
  padding: 10px 20px!important;
}
.uk-table.medio-woo-table {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.uk-table.medio-woo-table .cart_item .remove {
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .uk-table.medio-woo-table th {
    display: none;
  }
  .uk-table.medio-woo-table th:last-child {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .uk-table.medio-woo-table .cart-thumbnail a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .uk-table.medio-woo-table .cart-thumbnail img {
    width: 100px;
  }
}
.uk-table.medio-woo-table td a + a {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .uk-table.medio-woo-table td.cart-thumbnail a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}
.uk-table.medio-woo-table .qty {
  font-size: 1em;
}
.uk-table.medio-woo-table th {
  position: relative;
}
.uk-table.medio-woo-table th h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .uk-table.medio-woo-table td {
    display: block;
    text-align: center;
  }
  .uk-table.medio-woo-table td:last-child {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }
  .uk-table.medio-woo-table td a.remove {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .uk-table.medio-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;
}
.select2-selection.select2-selection--single {
  border-radius: 0;
  height: 40px;
  border: 1px solid #e5e5e5;
}
.select2-selection.select2-selection--single .select2-container--default,
.select2-selection.select2-selection--single .select2-selection--single,
.select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #666;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 30px;
}
.shipping-calculator-button {
  font-size: 0.8em;
}
/* Template Styles
====================================*/
.m_shadow {
  box-shadow: 0px 26px 60px 0px rgba(0, 0, 0, 0.04);
}
.border-60px {
  border-radius: 60px;
}
.mungu-team {
  box-shadow: none!important;
}
.medio_team .mungu-team .mungu-team-img,
.mungu-team .themeton-image {
  border-radius: 35px;
  height: 340px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.medio_team .mungu-team .mungu-team-img,
.mungu-team .themeton-image .uk-overlay-primary {
  border-radius: 35px;
}
.medio_team .mungu-team .mungu-team-img,
.team-response .mungu-team .mungu-seo-message h4 {
  background: #009eb3;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  padding: 8px 0px;
  margin: 0px auto 10px;
  max-width: 320px;
  border-radius: 35px;
}
.medio_team:hover .mungu-team .mungu-team-img,
.team-response .mungu-team:hover .mungu-seo-message h4 {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.mungu-team .mungu-team-img,
.mungu-team .mungu-seo-message span {
  color: #404040!important;
}
.mungu-element-counter span.counter {
  font-size: 42px;
  font-weight: 300;
}
.skin-medio .service-box h3 {
  font-size: 1.25em;
  font-weight: initial;
}
@media screen and (max-device-width: 640px) {
  .skin-medio .mungu-blog-col3,
  .skin-medio .mungu-blog-col4 {
    margin-left: -30px !important;
  }
}
.medio_blog .mungu-blog-col4 .uk-button {
  background: #63599e !important;
  color: #fff;
  border-radius: 20px;
  text-transform: none;
  padding: 7px 27px;
}
.mungu-element-blog .entry-media .themeton-image img {
  width: 100% !important;
}
/* BJ's edit */
.skin-medio .nxt-service-icon .nxt-services,
.skin-medio .nxt-service-icon .swiper-slide {
  border: none;
}
.skin-medio .nxt-service-icon .swiper-slide:hover {
  box-shadow: none;
}
.skin-medio .nxt-service-icon .swiper-slide .nxt-services span {
  transition: all .3s;
}
.skin-medio .nxt-service-icon .swiper-slide .nxt-services span:hover {
  box-shadow: 0px 0px 15px 0px rgba(98, 98, 98, 0.2);
}
.skin-medio .nxt-service-icon .nxt-services:hover {
  box-shadow: none;
}
.nxt-service-icon .nxt-services span {
  width: 150px;
  height: 150px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}
.nxt-service-icon .nxt-services span img {
  vertical-align: middle;
  max-height: 120px;
  max-width: 120px;
  margin-top: 22px;
}
.widget li:before {
  margin-right: 0;
  padding-right: 0;
}
.themeton-menu > li .sub-menu,
.themeton-menu > li .children,
.themeton-menu .mega-menu .vc_row {
  border-radius: 20px;
}
.mungu-team {
  box-shadow: none;
}
.color_plum .uk-icon-link {
  background: #63599e;
}
.msub {
  height: 80px;
  width: 90px;
  background: #63599e !important;
  border-radius: 50px;
  margin-right: 21px!important;
}
.mmb100 {
  margin-bottom: -100px !important;
}
.mwidget .widget ul li {
  border-bottom: none!important;
}
body:not(.home) header {
  position: relative !important;
}
.uk-breadcrumb {
  background: #63599e;
  padding: 5px 20px;
}
.uk-breadcrumb > * > :focus,
.uk-breadcrumb > * > :hover {
  color: #e4e4e4;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  margin: 0 5px 20px;
}
@media (min-width: 1140px) {
  .round-shape {
    margin-right: -160px !important;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    padding-left: 220px;
  }
  .margin-right-minus {
    margin-right: -120px !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .round-shape {
    margin-right: -80px !important;
    padding-left: 40px;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
  }
  .margin-right-minus {
    margin-right: -60px !important;
  }
}
.max-width {
  max-width: 93px;
}
@media (max-width: 640px) {
  .mungu-item.mr3\@s {
    margin-right: 10px !important;
  }
}
.serv-alt.uk-text-center .serv-icon-holder {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .form-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 980px) {
  .form-padding {
    margin-bottom: 45px;
  }
}
.customteam {
  margin-bottom: 120px !important;
}
.customteam .mungu-team .mungu-team-img {
  height: 360px;
  background-size: cover;
}
.mungu-team .mungu-seo-message {
  position: absolute;
  width: 100%;
}
.mungu-team .mungu-seo-message {
  position: static !important;
}
