/* =================================== Import Font Awesome Icons 5.13 version ========================================== */

/* @import url("../plugins/fontawesome/5.13.1/css/all.css"); */

/* =================================== Import Google Fonts ========================================== */

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
:root {
    /** ============ General options ============== **/
    --main-font-family: "Roboto", "Lato", "Montserrat", sans-serif;
    --responsive-font-size: calc(0.875em + 0.125vw);
    --responsive-font-size-Time: calc(0.575em + 0.625vw);
    --responsive-font-sizeh4: calc(0.875em + 0.625vw);
    --responsive-font-size-spkr-modal: calc(0.775em + 0.125vw);
    --responsive-font-sizeh4-spkr-modal: calc(1.325em + 0.125vw);
    /** ============ Using in forms for inputs, labels, checkboxes, radiobuttons, buttons ============== **/
    --active: #275efe;
    --active-secondary: #4caf50;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    --organisers-contact-primary-color: #3F51B5;
    --partners-contact-primary-color: #2196F3;
    --covid-card-primary-color: #3679F5;
}


/* .jarallax {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 600px;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */


/* font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
} */


/* .stream-bg {
    background-image: url(../images/fon-bg.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.kids-div136 {
    overflow: hidden;
    position: relative;
    z-index: 9999;
}

.kids-div136 .icon-bg {
    background-color: #8338ec;
}

.kids-div136 .icon-bg::before {
    border: 2px solid #ffbe0b;
}

.kids-div136 h4 {
    color: #fb5607;
    position: relative;
}

.kids-div136::before {
    content: '';
    position: absolute;
    background: url(/era_cms/images/backgrounds/bg-img3.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    /* background-repeat: no-repeat; */
    background-size: 100%;
    z-index: 0;
}

.personal-area-btn a {
    background-color: var(--main-brand-color);
    color: #ffffff;
    border: none;
}

.jarallax>div>iframe {
    margin-top: -290px !important;
}

@media only screen and (max-width: 575px) {
    .jarallax>div>iframe {
        margin-top: -30px !important;
    }
}

.clients-sponsors-txt {
    font-size: 0.8rem;
    margin-bottom: auto;
}

.clients-sponsors-img {
    max-width: 120px;
}

.client-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.client-logo img {
    margin: auto;
    /*padding-left: 15px;
    padding-right: 15px;*/
    max-width: 120px;
}

.news-sidebar-block .sidebar-news-img-div {
    overflow: hidden;
}

.media>.sidebar-news-img-div img {
    transform: scale(1);
    transition: all 0.3s;
}

.media:hover .sidebar-news-img-div img {
    transform: scale(1.2);
    transition: all 0.5s;
}

.sidebar-news-item-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.sidebar-news-item-date {
    font-size: 12px;
    letter-spacing: 0.8px;
}

.news-preview-img-bg {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: auto;
    overflow: hidden;
}

.news-preview-img-bg img {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.card:hover .news-preview-img-bg img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}


/*================================ Owl-carousel dots and arrows custom stlyle start =================================*/

.owl-carousel {
    height: 100%;
}

.owl-nav {
    display: flex;
    align-items: center;
}

.owl-nav button {
    text-align: center;
    margin-top: 20px;
}

.owl-nav button.owl-prev {
    background: #fff;
    position: absolute;
    top: 40%;
    left: -5%;
    border: none;
    padding: 0 18px 0 15px;
    margin: auto;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-nav button.owl-next {
    background: #fff;
    position: absolute;
    top: 40%;
    right: -5%;
    border: none;
    margin: auto;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-nav button.owl-prev:after,
.owl-nav button.owl-next:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    color: #333;
    font-size: 30px;
}

.owl-nav button.owl-next:after {
    content: "\f105";
}

.owl-dots {
    margin-bottom: 1em;
}

.owl-dot {
    margin: 0 0.5em;
    width: 1em;
    height: 1em;
    background: #CE93D8;
    border-radius: 50%;
    border: none;
}

.owl-dot.active {
    margin: 0 0.5em;
    width: 1em;
    height: 1em;
    background: #6e4198;
    border-radius: 50%;
    border: none;
}


/*================================ Owl-carousel dots and arrows custom stlyle start =================================*/

#rebooks .owl-item {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}

.border-radius {
    border-radius: 5px;
}

.text-shadow {
    text-shadow: 1px 2px 4px #000;
}

.breadcrumb-item:first-child::after {
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #fff;
    position: absolute;
    content: "";
    z-index: 0;
    right: -5px;
    padding-left: 500%;
    padding-right: 0px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
}

.breadcrumb-item::after {
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #fff;
    position: absolute;
    content: "";
    z-index: 0;
    right: -5px;
    padding-left: 0;
    padding-right: 0px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
}

.breadcrumb-item.active::after {
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: transparent;
    position: absolute;
    content: "";
    z-index: 0;
    right: -5px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
}

.breadcrumb-item:first-child {
    text-shadow: 1px 1px 3px #5d6a76;
    position: relative;
    margin-right: 5px;
}

.breadcrumb-item:first-child span {
    z-index: 2;
    color: #000;
    position: relative;
}

.breadcrumb-item {
    text-shadow: 1px 1px 3px #5d6a76;
    position: relative;
    margin-right: 5px;
}

.breadcrumb-item span {
    z-index: 2;
    color: #000;
    position: relative;
    padding-right: 15px;
}

.breadcrumb-item.active {
    text-shadow: 1px 1px 3px #5d6a76;
    position: relative;
}

.breadcrumb-item.active span {
    z-index: 2;
    color: #fff;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "";
}

.list-group-item {
    color: white;
    background: #fff;
}

.list-group-horizontal {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.list-group-horizontal>.list-group-item {
    border: 1px solid grey;
    display: table-cell;
    float: none;
    text-align: center;
    width: 1%;
    border-radius: 0;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 3px;
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-right-radius: 3px;
}

.navbtn-box {
    cursor: pointer;
}

.navbtn-txt {
    font-size: 16px !important;
    /*padding: 0px 20px;*/
    padding: 0px 5px;
    word-wrap: break-word;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-stream {
    background: #2196f3;
    border: 2px solid transparent !important;
    cursor: pointer;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}

.btn-stream span {
    position: absolute;
    display: block;
}

.btn-stream span:nth-child(1) {
    height: 3px;
    width: 200px;
    top: 0px;
    left: -200px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #4FC3F7);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1 {
    0% {
        left: -200px
    }
    100% {
        left: 200px;
    }
}

.btn-stream span:nth-child(2) {
    height: 70px;
    width: 3px;
    top: -70px;
    right: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #4FC3F7);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}

@keyframes span2 {
    0% {
        top: -70px;
    }
    100% {
        top: 70px;
    }
}

.btn-stream span:nth-child(3) {
    height: 3px;
    width: 200px;
    right: -200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #4FC3F7);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}

@keyframes span3 {
    0% {
        right: -200px;
    }
    100% {
        right: 200px;
    }
}

.btn-stream span:nth-child(4) {
    height: 70px;
    width: 3px;
    bottom: -70px;
    left: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #4FC3F7);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}

@keyframes span4 {
    0% {
        bottom: -70px;
    }
    100% {
        bottom: 70px;
    }
}

.btn-stream:hover {
    box-shadow: none !important;
    background-color: #ffffff;
    color: #2196f3 !important;
    box-shadow: none !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-stream:hover span {
    animation-play-state: paused;
    transition: all .5s;
}

.btn-sponsor1 {
    border: 2px solid #1976d2 !important;
    background-color: #3779f5;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    -webkit-transition: all 0.35;
    -o-transition: all 0.35;
    transition: all 0.35;
    position: relative;
    margin: auto;
    padding: 19px 22px;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-sponsor1:hover {
    background-color: #ffffff;
    color: #3779f5 !important;
    box-shadow: none !important;
    border: 2px solid transparent !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*.btn-sponsor {
  border: none !important;
  transition: all 0.2s ease;
}
.btn-sponsor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #2196F3;
  width: 42px;
  height: 42px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.23);
  transition: all 0.3s ease;
}
.btn-sponsor span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: none;
  vertical-align: middle;
}
.btn-sponsor svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.btn-sponsor:hover:before {
  width: 100%;
  background: #03A9F4;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.19), 0 6px 3px 0 rgba(0,0,0,.23);
}
.btn-sponsor:hover svg {
  transform: translateX(0);
}
.btn-sponsor:active {
  transform: scale(0.96);
}*/


/*===================================== Vertical Sidenav===================================================*/


/*
    .grid {
      list-style: none;
      margin-left: -40px;
    }

    .gc {
      box-sizing: border-box;
      display: inline-block;
      margin-right: -.25em;
      min-height: 1px;
      padding-left: 40px;
      vertical-align: top;
    }

    .gc--1-of-3 {
      width: 33.33333%;
    }

    .gc--2-of-3 {
      width: 66.66666%;
    }

    .naccs {
      position: relative;
      max-width: 900px;
      margin:  auto 0;
    }

    .naccs .menu div {
      padding: 15px 20px 15px 40px;
      margin-bottom: 10px;
      color: #303F9F;
      background: #3F51B5;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      position: relative;
      vertical-align: middle;
      font-weight: 700;
      transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
      display: flex;
      justify-content: center;
      align-self: center;
      align-items: center;
    }


    .naccs .menu div span {
      vertical-align: middle;
      display: flex;
      justify-content: center;
      align-self: center;
      align-items: center;
    }


    .naccs .menu div span img {
      border-radius: 10px;
      border: 2px solid #ececec;
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.23);
    }


    .naccs .menu div:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .naccs .menu div span.light {
      height: 10px;
      width: 10px;
      position: absolute;

      left: 15px;
      background-color: #303F9F;
      border-radius: 100%;
      transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .naccs .menu div.active span.light {
      background-color: #FBC02D;
      left: 0;
      height: 100%;
      width: 3px;

      border-radius: 0;
    }

    .naccs .menu div.active {
      color: #FBC02D;
      padding: 15px 20px 15px 20px;
    }

    ul.nacc {
      position: relative;
      height: 0px;
      list-style: none;
      margin: 0;
      padding: 0;
      transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    ul.nacc li {
      opacity: 0;
      -webkit-transform: translateX(50px);
      transform: translateX(50px);
      position: absolute;
      list-style: none;
      transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    ul.nacc li.active {
      transition-delay: .3s;
      z-index: 2;
      opacity: 1;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }

    ul.nacc li p {
      margin: 0;
    }



*/


/* Start Nav Styles */

.side-navbar-menu {
    /*  position: fixed;
  z-index: 999;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);*/
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 10%;
    /* right: 50px; */
    -webkit-transform: translateX(-100.5%);
    -ms-transform: translateX(-100.5%);
    transform: translateX(-100.5%);
    left: 0px;
}

.side-navbar-menu .nav-menu::before {
    height: 60px;
    content: "";
    display: block;
}

.side-navbar-menu .nav-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-nav-line::before {
    display: block;
    position: absolute;
    content: "";
    /*  height: 100%;
  width: 19px;
  z-index: 1;
  background: #fdfcfd;
  border-radius: 5px;
  border: 1px solid #ececec;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;*/
    height: 93.1%;
    width: 19px;
    margin-top: 74px;
    z-index: 1;
    background: #fdfcfd;
    border-radius: 5px;
    border: 1px solid #ececec;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-box-shadow: inset -3px -3px 7px #ffffffb0, inset 3px 3px 5px rgba(94, 104, 121, 0.692);
    box-shadow: inset -3px -3px 7px #ffffffb0, inset 3px 3px 5px rgba(94, 104, 121, 0.692);
    -webkit-transform: translateY(0) translateX(-25px);
    -ms-transform: translateY(0) translateX(-25px);
    transform: translateY(0) translateX(-25px);
}

.side-navbar-menu .nav-menu li {
    position: relative;
    min-width: 200px;
    text-align: right;
}

.side-navbar-menu .nav-menu li .dot {
    display: block;
    color: #fff;
    padding: 5px 0;
}

.side-navbar-menu .nav-menu li .dot::before,
.side-navbar-menu .nav-menu li .dot::after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-navbar-menu .nav-menu li .dot::before {
    width: 5px;
    height: 5px;
    right: 0;
    border: 2px solid #181818;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-navbar-menu .nav-menu li .dot::after {
    width: 15px;
    height: 15px;
    border: 2px solid #f44336;
    right: -5px;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}

.side-navbar-menu .nav-menu li .dot.active::before,
.side-navbar-menu .nav-menu li:hover .dot::before {
    background: #f44336;
    border-color: #f44336;
}

.side-navbar-menu .nav-menu li .dot.active::after,
.side-navbar-menu .nav-menu li:hover .dot::after {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.side-navbar-menu .nav-menu li .dot span {
    display: inline-block;
    opacity: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: none;
    background-color: #f44336;
    padding: 10px 20px;
    border-radius: 3px;
    margin-right: 30px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-navbar-menu .nav-menu li .dot span::before {
    display: block;
    position: absolute;
    content: "";
    border-left: 7px solid #f44336;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 50%;
    -webkit-transform: translate(7px, -50%);
    -ms-transform: translate(7px, -50%);
    transform: translate(7px, -50%);
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-navbar-menu .nav-menu li .dot.active span,
.side-navbar-menu .nav-menu li:hover .dot span {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}


/* End Nav Styles */

.sidebar-section {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
}

.sidebar-section:before {
    height: 30px;
    content: "";
    display: block;
}

.sidebarnav-content {
    text-align: left;
}


/*====================================Add to calendar v1===========================================*/

.atcb {
    display: none;
}

.atcb_button_wrapper {
    display: inline-block;
    position: relative;
}

.atcb_button {
    display: block;
    position: relative;
    color: #000!important;
    font-weight: 600;
    background: #fff;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 27px;
    margin: auto 0.5rem auto auto;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased!important;
    outline-color: rgba(0, 78, 255, 0.5);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent!important;
    height: 100%;
}

.atcb_programme .atcb_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #000!important;
    font-weight: 600;
    background: #fff;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 18px;
    padding: 10px;
    margin: auto 0.8rem auto auto;
    text-align: center;
    max-width: 100px;
    min-width: 78px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased!important;
    outline-color: rgba(0, 78, 255, 0.5);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
    -webkit-user-select: none;
    user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent!important;
    height: 100%;
}

.atcb_programme .atcb_icon {
    height: 20px;
    display: inline-flex;
    margin-bottom: 4px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
}

.atcb_programme .atcb_button .atcb_text {
    display: none;
}

@media only screen and (max-width: 575px) {
    .atcb_button_wrapper {
        height: 100%;
    }
    .atcb_button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        min-width: 100px;
    }
    .atcb_programme .atcb_button {
        max-width: 100%;
        flex-direction: row;
        margin: auto;
    }
    .atcb_programme .atcb_button .atcb_text {
        display: block;
    }
    .atcb_programme .atcb_icon {
        height: 16px;
        display: inline-flex;
        margin-bottom: 4px;
        margin-right: 10px;
        vertical-align: middle;
    }
}

.atcb_button.active {
    background: rgb(255, 255, 255);
    border-radius: 6px 6px 3px 3px;
    -webkit-box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.5);
    margin: auto 0.5rem auto auto;
    padding: 10px 16px 11px 16px;
    z-index: 90;
}

.atcb_programme .atcb_button.active {
    background: rgb(255, 255, 255);
    border-radius: 6px 6px 3px 3px;
    -webkit-box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.5);
    margin: auto 0.8rem auto auto;
    padding: 10px;
    z-index: 90;
}

.atcb_programme .atcb_list_item .atcb_icon {
    height: 16px;
    display: inline-flex;
    margin-bottom: 4px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
}

.atcb_icon {
    height: 16px;
    display: inline-flex;
    margin-bottom: 4px;
    margin-right: 10px;
    vertical-align: middle;
}

.atcb_icon svg {
    height: 100%;
    color: rgb(51, 51, 51);
    width: auto;
}

.atcb_programme .atcb_list {
    max-width: 90%;
}

.atcb_list {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    margin: -10px auto 0 0px;
    max-width: 95%;
    position: absolute;
    padding: 0 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 80;
}

.atcb_list_item {
    background: rgb(250, 250, 250);
    border: 1px solid rgb(210, 210, 210);
    border-top: 0;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    left: 50%;
    position: relative;
    padding: 12px 18px;
    text-align: left;
    transform: translate(-50%);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.atcb_programme .atcb_list_item {
    font-size: 12px;
    left: 50%;
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.atcb_list_item:hover {
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 575px) {
    .atcb_list_item {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .atcb_header .atcb_icon {
        height: 16px;
        display: inline-flex;
        margin-bottom: 4px;
        margin-left: auto !important;
        margin-right: auto !important;
        vertical-align: middle;
    }
    .atcb_programme .atcb_list {
        max-width: 92%;
    }
    .atcb_programme .atcb_list_item {
        justify-content: inherit;
        align-items: center;
        flex-direction: row;
    }
    .atcb_programme .atcb_list_item .atcb_icon {
        margin-right: 10px !important;
        margin-left: 0 !important;
    }
}

.atcb_list_item:first-child {
    padding-top: 25px;
}

.atcb_list_item:last-child {
    border-radius: 0 0 6px 6px;
}

.atcb_list_item .atcb_icon {
    margin-right: 8px;
}

.atcb_bgoverlay {
    background: rgba(20, 20, 20, 0.2);
    backdrop-filter: blur(0) !important;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 70;
}


/*====================================Add to calendar v2===========================================*/

.atc-wrapper {
    width: 182px;
    height: 40px;
    margin: 0;
    display: inline-block;
}


/*.atc-checkbox-label {
  display: block;
  background: #ffffff;
  color: #607D8B;
  border: 1px solid #444;
  border-radius: 5px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
*/

.atc-checkbox-label {
    display: block;
    position: relative;
    color: #000 !important;
    font-weight: 600;
    line-height: 100%;
    background: #fff;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased !important;
    outline-color: rgba(0, 78, 255, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
}

.atc-links-wrapper {
    background: white;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.5s;
    transition: opacity 0.1s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.1s;
    transition: transform 0.5s, opacity 0.1s;
    transition: transform 0.5s, opacity 0.1s, -webkit-transform 0.5s;
    /*  border: 0 solid green;*/
    border-left-width: 1px;
    border-right-width: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    width: inherit;
    position: absolute;
    -webkit-box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
}

.atc-link {
    line-height: 40px;
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    background: white;
    color: #000000;
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
    position: relative;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    transition: background 0.5s, color 0.5s;
}

.atc-link img {
    line-height: 40px;
    width: 25px;
    margin-right: 10px;
}

.atc-link:hover {
    background: #f4f4f4;
    color: #000000;
}

.atc-wrapper .atc-checkbox {
    display: none !important;
}

.atc-checkbox:checked+.atc-links-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s;
    transition: opacity 0.5s 0.2s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s 0.2s;
    transition: transform 0.5s, opacity 0.5s 0.2s;
    transition: transform 0.5s, opacity 0.5s 0.2s, -webkit-transform 0.5s;
}

.atc-checkbox:checked+.atc-links-wrapper .atc-link {
    pointer-events: auto;
}

.location-div {
    background-color: #fff;
    display: flex;
    /* height: 42px; */
    line-height: 40px;
    padding: 0 10px;
}

.calendar-dropdown {
    /* width: 182px;
  height: 40px;
  margin: 0;
  display: inline-block; */
    display: inline-flex;
    margin: auto;
    width: auto;
}

.calendar-dropdown button,
.calendar-dropdown button:focus {
    display: block;
    position: relative;
    color: #000!important;
    font-weight: 600;
    background: #fff;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid transparent;
    /*line-height: 25px;*/
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased!important;
    outline-color: rgba(0, 78, 255, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent!important;
}

.calendar-dropdown button:after {
    display: none;
}

.calendar-dropdown .show {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.calendar-dropdown .calendar-dropdown-menu a img {
    line-height: 40px;
    width: 25px;
    margin-right: 10px;
}

.calendar-dropdown .calendar-dropdown-menu {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
    padding: 0;
    border: 0;
    /*top: 100px;
  left: -25px;*/
    border-radius: 0;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background: #fff;
    min-width: 100%;
}


/*============================= Side Social Buttons Style===================================*/

.side-social-wrapper {
    list-style: none;
    position: fixed;
    top: 50%;
    left: 0%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
}

.side-social-wrapper li a {
    display: block;
    margin-left: -2px;
    height: 40px;
    width: 40px;
    border-radius: 0 17px 17px 0;
    border: 2px solid #000;
    background: #fff;
    margin-bottom: 1em;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #2980b9;
    text-decoration: none;
    line-height: 50px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
}

.side-social-wrapper li a:hover {
    cursor: pointer;
    width: 150px;
    color: #fff;
}

.side-social-wrapper li a:hover span {
    left: 0;
}

.side-social-wrapper li a span {
    padding: 0 30px 0 20px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: -120px;
    -webkit-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    transition: left 0.4s ease;
}

.side-social-wrapper li a svg {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.7em;
}

.side-social-wrapper li .whatsapp {
    background: rgba(39, 174, 96, 0.1);
    border-color: #27ae60;
    color: #27ae60;
}

.side-social-wrapper li .whatsapp:hover {
    background: #27ae60;
}

.side-social-wrapper li .instagramm {
    background: rgba(255, 255, 255);
    border-color: #c32aa3;
    color: #c32aa3;
}

.side-social-wrapper li .instagramm:hover {
    background: #c32aa3;
}

.side-social-wrapper li .telegramm {
    background: rgba(255, 255, 255);
    border-color: #22a7f0;
    color: #22a7f0;
}

.side-social-wrapper li .telegramm:hover {
    background: #22a7f0;
}

.side-social-wrapper li .facebook {
    background: rgba(255, 255, 255);
    border-color: #1877f2;
    color: #3b5998;
}

.side-social-wrapper li .facebook:hover {
    background: #1877f2;
}

.side-social-wrapper li .linkedin {
    background: rgba(255, 255, 255);
    border-color: #007bb5;
    color: #007bb5;
}

.side-social-wrapper li .linkedin:hover {
    background: #007bb5;
}

.side-social-wrapper li .twitter {
    background: rgba(255, 255, 255);
    border-color: #1da1f2;
    color: #1da1f2;
}

.side-social-wrapper li .twitter:hover {
    background: #1da1f2;
}

.side-social-wrapper li .youtube {
    background: rgba(255, 255, 255);
    border-color: #ff0000;
    color: #ff0000;
}

.side-social-wrapper li .youtube:hover {
    background: #ff0000;
}


/*==================================== Testimonials Style ==========================================*/

figure.snip1197 {
    font-family: var(--main-font-family);
    position: relative;
    margin: 10px;
    min-width: 400px;
    max-width: 480px;
    width: 100%;
    color: #333;
    text-align: left;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1197 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip1197 img {
    float: right;
    max-width: 40%;
    vertical-align: middle;
    border-radius: 0 8px 8px 0;
}

figure.snip1197 figcaption {
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    position: absolute;
    background-color: #ffffff;
    border-radius: 8px 0 0 8px;
}

figure.snip1197 blockquote {
    position: relative;
    padding: 25px 50px 25px 50px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
}

figure.snip1197 blockquote:before,
figure.snip1197 blockquote:after {
    font-family: "FontAwesome";
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure.snip1197 blockquote:before {
    top: 25px;
    left: 20px;
}

figure.snip1197 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
}

figure.snip1197 .arrow {
    top: 30px;
    left: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
}

figure.snip1197 .author {
    position: absolute;
    top: 100%;
    width: 60%;
    padding: 10px 15px;
    color: #ffffff;
    margin: 0;
    text-transform: none;
}

figure.snip1197 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
}

figure.snip1197 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}


/*=================================== Testimonials Style Ver 2 ========================================*/

#testimonials-review {
    background-color: #fff;
}

#testimonials-review .single-review {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: auto;
}

#testimonials-review img {
    max-width: 100px;
    min-height: 100px;
    max-height: 101px;
    border: 2px solid #dc143c;
    border-radius: 50%;
    margin: auto;
    padding: 2px;
}

#testimonials-review .subtitle {
    margin-top: 20px;
    margin-bottom: 5px;
}

#testimonials-review p.quote {
    margin-bottom: 8px;
}

#testimonials-review p.quote i {
    margin: auto 3px;
    color: #ffc814;
}

#testimonials-review p.description {
    text-align: justify;
    font-size: 14px;
}

#testimonials-review p.name {
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-top: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -ms-flex-line-pack: end;
    align-content: end;
}


/*======================================== ver 3 ============================================*/

.tarkikComandSlider {
    width: 1100px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: none;
}

.slick-dots li:before {
    top: 1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    position: absolute;
}

.slick-dots li.slick-active:before {
    top: 0;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    background-color: #964848;
}

.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next {
    right: 0;
}

.slick-arrow {
    top: 50%;
    height: 26px;
    width: 14px;
    margin-top: -13px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(https://tarkikromanski.github.io/files/arrow-slider.png);
    background-repeat: no-repeat;
}

.comandSlider__item {
    -webkit-transition: box-shadow 2s;
    -webkit-transition: -webkit-box-shadow 2s;
    transition: -webkit-box-shadow 2s;
    -o-transition: box-shadow 2s;
    transition: box-shadow 2s;
    transition: box-shadow 2s, -webkit-box-shadow 2s;
    cursor: pointer;
    position: relative;
    background-color: #344c65;
    margin: 0 10px;
    padding: 30px;
    -webkit-box-shadow: inset -141px -129px 200px rgba(0, 0, 0, 0.25);
    box-shadow: inset -141px -129px 200px rgba(0, 0, 0, 0.25);
}

.comandSlider__item:hover {
    -webkit-box-shadow: inset 141px 129px 200px rgba(0, 0, 0, 0.25);
    box-shadow: inset 141px 129px 200px rgba(0, 0, 0, 0.25);
}

.comandSlider__item_name {
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    color: #3eaef2;
    margin: 0;
    margin-bottom: 7px;
}

.comandSlider__item_status {
    margin: 0;
    color: #fff;
    font-size: 12px;
    margin-bottom: 80px;
}

.comandSlider__item_sendMail {
    width: 25px;
    height: 20px;
    position: absolute;
    background-image: url(https://tarkikromanski.github.io/files/mail-ico.png);
    top: 34px;
    right: 30px;
}

.comandSlider__item_photo {
    max-width: 150px;
    max-height: 150px;
    margin: auto;
    margin-bottom: 54px;
}

.comandSlider__item_contact {
    font-size: 12px;
    color: #fff;
    margin: 2px;
}

.comandSlider__item_contact span {
    color: #3eaef2;
    font-weight: 700;
    margin-right: 5px;
}

.navigate-body .nav-link.active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
}

.widget-title.style-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    line-height: 12px;
}

.widget .widget-title,
.widget .post-title {
    text-transform: none;
}

.widget-title {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    vertical-align: middle;
}

.widget-title {
    margin: 0 0 25px;
}

.widget-title.style-1:after {
    border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
}

.widget-title:after {
    background-color: #6cc000;
}


/*=================================== Categories style start ==========================================*/

.category-content-row div.col-12 {
    display: flex;
}

.category-title.style-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 14px;
    margin-left: 10px;
    padding-bottom: 4px;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
}

.category-title.style-1 div:last-child {
    position: relative;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 2px;
}

.category-title.style-1 div:last-child::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #ff00005b;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    /* animation: pulse 2s infinite; */
}

.category .category-title,
.category .post-title {
    text-transform: none;
}

.category-title {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    vertical-align: middle;
    margin: 0 0 25px;
}

.category-title.style-1:after {
    border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
}

.category-title.style-1:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -10px;
    top: 50%;
    width: 0;
    height: 0;
    font-size: 8px;
    color: var(--main-brand-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.category-title:after {
    background-color: var(--main-brand-color);
}


/* 
.category-flag {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid #a53692;
    position: relative;
    top: 1px;
}
.category-flag:after {
    content: '';
    position: absolute;
    left: -6px;
    top: 8px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid #a53692;
} */

.delay-1 {
    animation-delay: .1s;
}

.delay-2 {
    animation-delay: .15s;
}

.delay-3 {
    animation-delay: .2s;
}

.delay-4 {
    animation-delay: .25s;
}

.delay-5 {
    animation-delay: .3s;
}

.delay-6 {
    animation-delay: .35s;
}

.delay-7 {
    animation-delay: .4s;
}

.delay-8 {
    animation-delay: .45s;
}

.delay-9 {
    animation-delay: .5s;
}

.delay-10 {
    animation-delay: .55s;
}

.delay-11 {
    animation-delay: .6s;
}

.delay-12 {
    animation-delay: .65s;
}

.delay-13 {
    animation-delay: .7s;
}

.delay-14 {
    animation-delay: .75s;
}

.delay-15 {
    animation-delay: .8s;
}

.delay-16 {
    animation-delay: .85s;
}

.delay-17 {
    animation-delay: .9s;
}


/* ------------------ Caspian agro category style --------------------- */

.agro__category-row ul,
.smart-agro__category-row ul {
    padding: 10px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.agro__category-row ul li::marker,
.smart-agro__category-row ul li::marker {
    color: #ffffff;
}

.agro__category-row ul li::before {
    content: '';
    width: 15px;
    height: 15px;
    /* background: #97c2568f; */
    position: absolute;
    /* top: 0; */
    left: 4px;
    /* padding: 4px; */
    margin-top: 4px;
    border: 4px solid #e31e23;
    border-radius: 50%;
}

.smart-agro__category-row ul li::before {
    content: '';
    width: 15px;
    height: 15px;
    /* background: #97c2568f; */
    position: absolute;
    /* top: 0; */
    left: 4px;
    /* padding: 4px; */
    margin-top: 4px;
    border: 4px solid #37bae8;
    border-radius: 50%;
}

.agro__category-row,
.smart-agro__category-row {
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.agro__category-row p,
.smart-agro__category-row p {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
}

.agro__category-row {
    border: 2px solid #97c256;
}

.smart-agro__category-row {
    border: 2px solid #68caeb;
    margin-top: 3rem;
}

.agro__category-row img {
    max-width: 90px;
    padding-right: 20px;
}

.smart-agro__category-row img {
    max-width: 120px;
    padding-right: 20px;
}


/*=================================== Categories style end ==========================================*/

.bg-img {
    width: 100%;
    height: 100%;
    background-image: url(https://corporx.themetags.com/img/slider-bg-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}


/*---------------------------------
* 07. Header
-----------------------------------*/

.header-nav {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header-nav .navbar-toggler span {
    background: #fff;
}

.header-nav .navbar-brand {
    color: #fff;
    font-weight: 700;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.header-nav .navbar-nav>li {
    margin: 0 0 0 15px;
    /* margin: 0 0 0 25px; */
}

.header-nav .navbar-nav .nav-link {
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.5px;
}

.header-nav .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 0;
    left: 0;
    bottom: 0;
    top: 20px;
    margin: auto;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}

.header-nav .navbar-nav .nav-link:hover:after {
    width: 110%;
    left: -5%;
}

.header-nav .navbar-nav .nav-link.active:after {
    width: 140%;
    left: -20%;
}

.header-nav .navbar-nav .nav-btn.nav-link {
    padding: 0 20px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.header-nav .navbar-nav .nav-btn.nav-link:after {
    display: none;
}

.header-nav .navbar-nav>li {
    position: relative;
}

@media (min-width: 992px) {
    .header-nav .navbar-nav>li .sub-menu {
        background: #fff;
        margin: 0;
        padding: 10px 0;
        min-width: 210px;
        max-width: 100%;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        list-style: none;
        border-radius: 5px;
        opacity: 0;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
        pointer-events: none;
        z-index: 3;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s;
    }
    .header-nav .navbar-nav>li .sub-menu-toggle {
        color: #fff;
        font-size: 10px;
        /* margin-left: 5px; */
        line-height: 38px;
    }
    .header-nav .navbar-nav>li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        top: 100%;
    }
    .header-nav-light.header-nav .navbar-nav>li .sub-menu-toggle {
        color: #222;
    }
}

.header-nav .navbar-nav>li .sub-menu li>a {
    color: #22417a;
    font-size: 13px;
    display: block;
    padding: 5px 20px 5px 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    text-decoration: none;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.header-nav .navbar-nav>li .sub-menu li>a:after {
    width: 0px;
    bottom: 14px;
    left: 9px;
    content: "";
    position: absolute;
    height: 2px;
    background: #22417a;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.header-nav .navbar-nav>li .sub-menu li:hover>a {
    padding-left: 28px;
}

.header-nav .navbar-nav>li .sub-menu li:hover>a:after {
    width: 8px;
}


/*Navbar Toogle*/

.navbar-toggler {
    border: none;
    padding: 10px 6px;
    outline: none !important;
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 18px;
}

.navbar-toggler span+span+span {
    width: 10px;
}


/**/

.header-nav.fixed-header {
    top: 0;
    margin-top: 0;
    padding: 12px 10px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
}

.fixed-header.header-nav .navbar-nav .nav-link,
.fixed-header.header-nav .navbar-brand {
    color: #22417a;
}

.fixed-header.header-nav .navbar-nav .nav-btn.nav-link {
    border-color: #22417a;
}

.fixed-header.header-nav .navbar-nav .nav-link:after {
    background: #22417a;
}

.fixed-header.header-nav .navbar-toggler span {
    background: #000;
}

.fixed-header.header-nav .navbar-nav>li .sub-menu-toggle {
    color: #22417a;
}

@media (max-width: 991px) {
    .header-nav {
        top: 0;
        padding: 10px 15px;
    }
    .header-nav.fixed-header {
        padding: 10px 15px;
    }
    .navbar-nav {
        padding-top: 5px;
    }
    .header-nav .navbar-nav>li {
        margin: 8px 0;
    }
    .header-nav .navbar-nav .nav-link {
        padding: 0;
        line-height: normal;
    }
    .fixed-header.header-nav .navbar-nav .nav-btn.nav-link {
        border: none;
        padding: 0;
    }
    .header-nav .navbar-nav>li .sub-menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        width: 100%;
        height: 25px;
        text-align: right;
        z-index: 1;
    }
    .header-nav .navbar-nav>li .sub-menu {
        margin: 0;
        padding: 10px 0 0;
        list-style: none;
        display: none;
    }
    .header-nav .navbar-nav>li.show .sub-menu {
        display: block;
    }
    .header-nav .navbar-nav>li .sub-menu li>a {
        font-weight: 500;
        padding: 5px 0;
    }
    .header-nav .navbar-nav>li .sub-menu li>a:after {
        display: none;
    }
    .header-nav-light.header-nav .navbar-nav>li .sub-menu-toggle {
        color: #222;
    }
}

.header-nav-light .navbar-toggler span {
    background: #1e3056;
}

.header-nav-light .navbar-nav .nav-link {
    color: #7f7c9b;
    font-weight: 500;
}

.header-nav-light .navbar-nav .nav-link.nav-btn {
    border-color: #7f7c9b;
}

.header-nav-light .navbar-nav .nav-link:after {
    background: #7f7c9b;
}

.header-nav-light .navbar-brand {
    color: #333357;
    font-weight: 600;
}

.header-nav-light.fixed-header {
    background: #fff;
}


/*==================================== Back to top button style =======================================*/

.progress-wrap {
    position: fixed;
    right: 34px;
    bottom: 100px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px #81d4fa;
    box-shadow: inset 0 0 0 2px #81d4fa;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #03a9f4;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-color: #0277bd;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #2196f3;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


/* ===================================  Form Style  ============================================ */

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    #home form .form-item label {
        color: #000000;
        font-weight: 600;
        margin-top: .5rem;
    }
    #home form .form-item input[type="text"] {
        border-radius: 7px;
    }
    #home form #checkboxDIV .form-item label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        margin: auto;
        cursor: pointer;
        position: relative;
    }
    #home form #checkboxDIV2 .form-item label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        margin: auto;
        cursor: pointer;
        position: relative;
    }
    #home form #checkboxDIV3 .form-item label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        margin: auto;
        cursor: pointer;
        position: relative;
    }
    #home form #checkboxDIV .form-item span {
        margin-left: 4px;
    }
    #home form #checkboxDIV2 .form-item span {
        margin-left: 4px;
    }
    #home form #checkboxDIV3 .form-item span {
        margin-left: 4px;
    }
    #home form #radioDIV .radio label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        margin: auto;
        cursor: pointer;
        position: relative;
        color: #818385;
        font-weight: 400;
    }
    #home form #radioDIV .radio label input {
        margin-right: 8px;
    }
    #home form .form-item .select-wrapper .nice-select {
        -webkit-tap-highlight-color: transparent;
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #cccccc;
        border-radius: 7px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        float: left;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: 100%;
        margin-bottom: 10px;
    }
    #home form .form-item .select-wrapper .nice-select:hover {
        border-color: #dbdbdb;
    }
    #home form .form-item .select-wrapper .nice-select:active,
    #home form .form-item .select-wrapper .nice-select.open,
    #home form .form-item .select-wrapper .nice-select:focus {
        border-color: #999;
    }
    #home form .form-item .select-wrapper .nice-select:after {
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        content: "";
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }
    #home form .form-item .select-wrapper .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    #home form .form-item .select-wrapper .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        max-height: 40vh;
        overflow-y: scroll;
    }
    #home form .form-item .select-wrapper .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }
    #home form .form-item .select-wrapper .nice-select.disabled:after {
        border-color: #cccccc;
    }
    #home form .form-item .select-wrapper .nice-select.wide {
        width: 100%;
    }
    #home form .form-item .select-wrapper .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important;
    }
    #home form .form-item .select-wrapper .nice-select.right {
        float: right;
    }
    #home form .form-item .select-wrapper .nice-select.right .list {
        left: auto;
        right: 0;
    }
    #home form .form-item .select-wrapper .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }
    #home form .form-item .select-wrapper .nice-select.small:after {
        height: 4px;
        width: 4px;
    }
    #home form .form-item .select-wrapper .nice-select.small .option {
        line-height: 34px;
        min-height: 34px;
    }
    #home form .form-item .select-wrapper .nice-select .list {
        background-color: #ffffff;
        /* border-radius: 5px; */
        -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 4px;
        max-height: 200px;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: start;
    }
    #home form .form-item .select-wrapper .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important;
    }
    #home form .form-item .select-wrapper .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        /*padding-right: 29px;*/
        text-align: left;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 100%;
        border-bottom: 1px solid #ececec;
    }
    #home form .form-item .select-wrapper .nice-select .option:hover,
    #home form .form-item .select-wrapper .nice-select .option.focus,
    #home form .form-item .select-wrapper .nice-select .option.selected.focus {
        background-color: #ececec;
        color: #000000;
    }
    #home form .form-item .select-wrapper .nice-select .option.selected {
        font-weight: bold;
    }
    #home form .form-item .select-wrapper .nice-select .option.disabled {
        background-color: transparent;
        color: #999999;
        cursor: default;
    }
    .no-csspointerevents #home form .form-item .select-wrapper .nice-select .list {
        display: none;
    }
    .no-csspointerevents #home form .form-item .select-wrapper .nice-select.open .list {
        display: block;
    }
    #home form .form-item .select-wrapper .nice-select .option:first-child {
        display: none;
    }
    #home form #radioDIV div .select-wrapper .nice-select {
        -webkit-tap-highlight-color: transparent;
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #cccccc;
        border-radius: 7px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        float: left;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: 100%;
        margin-bottom: 10px;
    }
    #home form #radioDIV div .select-wrapper .nice-select:hover {
        border-color: #dbdbdb;
    }
    #home form #radioDIV div .select-wrapper .nice-select:active,
    #home form #radioDIV div .select-wrapper .nice-select.open,
    #home form #radioDIV div .select-wrapper .nice-select:focus {
        border-color: #999;
    }
    #home form #radioDIV div .select-wrapper .nice-select:after {
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        content: "";
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }
    #home form #radioDIV div .select-wrapper .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    #home form #radioDIV div .select-wrapper .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        max-height: 40vh;
        overflow-y: scroll;
    }
    #home form #radioDIV div .select-wrapper .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }
    #home form #radioDIV div .select-wrapper .nice-select.disabled:after {
        border-color: #cccccc;
    }
    #home form #radioDIV div .select-wrapper .nice-select.wide {
        width: 100%;
    }
    #home form #radioDIV div .select-wrapper .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important;
    }
    #home form #radioDIV div .select-wrapper .nice-select.right {
        float: right;
    }
    #home form #radioDIV div .select-wrapper .nice-select.right .list {
        left: auto;
        right: 0;
    }
    #home form #radioDIV div .select-wrapper .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }
    #home form #radioDIV div .select-wrapper .nice-select.small:after {
        height: 4px;
        width: 4px;
    }
    #home form #radioDIV div .select-wrapper .nice-select.small .option {
        line-height: 34px;
        min-height: 34px;
    }
    #home form #radioDIV div .select-wrapper .nice-select .list {
        background-color: #ffffff;
        /* border-radius: 5px; */
        -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 4px;
        max-height: 200px;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: start;
    }
    #home form #radioDIV div .select-wrapper .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important;
    }
    #home form #radioDIV div .select-wrapper .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        /*padding-right: 29px;*/
        text-align: left;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 100%;
        border-bottom: 1px solid #ececec;
    }
    #home form #radioDIV div .select-wrapper .nice-select .option:hover,
    #home form #radioDIV div .select-wrapper .nice-select .option.focus,
    #home form #radioDIV div .select-wrapper .nice-select .option.selected.focus {
        background-color: #ececec;
        color: #000000;
    }
    #home form #radioDIV div .select-wrapper .nice-select .option.selected {
        font-weight: bold;
    }
    #home form #radioDIV div .select-wrapper .nice-select .option.disabled {
        background-color: transparent;
        color: #999999;
        cursor: default;
    }
    .no-csspointerevents #home form #radioDIV div .select-wrapper .nice-select .list {
        display: none;
    }
    .no-csspointerevents #home form #radioDIV div .select-wrapper .nice-select.open .list {
        display: block;
    }
    #home form #radioDIV div .select-wrapper .nice-select .option:first-child {
        display: none;
    }
    input[type="checkbox"],
    input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px !important;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        padding: 10px;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        -webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
        transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
        -o-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
        -webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
    }
    input[type="checkbox"]:after,
    input[type="radio"]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        -o-transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    }
    input[type="checkbox"]:checked,
    input[type="radio"]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }
    input[type="checkbox"]:disabled,
    input[type="radio"]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    input[type="checkbox"]:disabled:checked,
    input[type="radio"]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    input[type="checkbox"]:disabled+label,
    input[type="radio"]:disabled+label {
        cursor: not-allowed;
    }
    input[type="checkbox"]:hover:not(:checked):not(:disabled),
    input[type="radio"]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    input[type="checkbox"]:focus,
    input[type="radio"]:focus {
        -webkit-box-shadow: 0 0 0 var(--focus);
        box-shadow: 0 0 0 var(--focus);
    }
    input[type="checkbox"]:not(.switch),
    input[type="radio"]:not(.switch) {
        width: 21px !important;
    }
    input[type="checkbox"]:not(.switch):after,
    input[type="radio"]:not(.switch):after {
        opacity: var(--o, 0);
    }
    input[type="checkbox"]:not(.switch):checked,
    input[type="radio"]:not(.switch):checked {
        --o: 1;
    }
    input[type="checkbox"]+label,
    input[type="radio"]+label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }
    input[type="checkbox"]:not(.switch) {
        border-radius: 7px;
    }
    input[type="checkbox"]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        -webkit-transform: rotate(var(--r, 20deg));
        -ms-transform: rotate(var(--r, 20deg));
        transform: rotate(var(--r, 20deg));
    }
    input[type="checkbox"]:not(.switch):checked {
        --r: 43deg;
    }
    input[type="checkbox"].switch {
        width: 38px;
        border-radius: 11px;
    }
    input[type="checkbox"].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        -webkit-transform: translateX(var(--x, 0));
        -ms-transform: translateX(var(--x, 0));
        transform: translateX(var(--x, 0));
    }
    input[type="checkbox"].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    input[type="checkbox"].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }
    input[type="radio"] {
        border-radius: 50%;
    }
    input[type="radio"]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        -webkit-transform: scale(var(--s, 0.7));
        -ms-transform: scale(var(--s, 0.7));
        transform: scale(var(--s, 0.7));
    }
    input[type="radio"]:checked {
        --s: 0.5;
    }
    #home form #submit {
        position: relative;
        background-color: var(--active);
        border: 1px solid var(--active);
        font-size: 1.1rem;
        color: var(--active-inner);
        margin: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0.75rem 3rem;
        border-radius: 7px;
        cursor: pointer;
        -webkit-transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
        transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
        -o-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
        transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
        transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, -webkit-box-shadow 0.28s ease;
        overflow: hidden;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
    #home form #submit:before {
        content: "";
        position: absolute;
        background: #46051b;
        border: 50vh solid #a50c40;
        width: 30vh;
        height: 30vh;
        border-radius: 50%;
        display: block;
        top: 50%;
        left: 50%;
        z-index: 0;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
    #home form #submit:hover {
        color: #ffffff;
        -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    }
    /* #home form #submit:active::before,
    #home form #submit:focus::before {
        -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        -o-transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    } */
    #home form #submit:focus {
        outline: none;
    }
    #home form a.btn {
        position: relative;
        background-color: var(--active-secondary);
        border: 1px solid var(--active-secondary);
        font-size: 1.1rem;
        color: var(--active-inner);
        margin: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 25px;
        border-radius: 7px;
        cursor: pointer;
        -webkit-transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
        transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
        -o-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
        transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
        transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, -webkit-box-shadow 0.28s ease;
        overflow: hidden;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
    #home form a.btn:before {
        content: "";
        position: absolute;
        background: var(--active-secondary);
        border: 50vh solid var(--active-secondary);
        width: 30vh;
        height: 30vh;
        border-radius: 50%;
        display: block;
        top: 50%;
        left: 50%;
        z-index: 0;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
    #home form .captcha-div {
        width: min-content;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-content: flex-start;
        align-items: center;
        margin-right: auto;
        flex-direction: row;
    }
    #home form .form-item .ERACap {
        display: inline-flex;
        flex-direction: column;
        margin-right: auto;
        justify-content: left;
        align-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    #home form .form-item .ERACap img {
        width: auto !important;
        height: auto !important;
    }
    #home form a.refresh {
        display: inline-flex;
        justify-content: end;
        align-items: center;
        align-content: end;
        margin-left: auto;
        flex-wrap: wrap;
    }
    #home form a.refresh svg {
        font-size: 4rem;
        background-color: #03a9f4;
        border-radius: 10px;
        padding: 10px;
        color: #fff;
    }
    #home form .captcha-div input {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    /* #home form a:after {
	content: "\f064";
	font-family: "Font Awesome 5 Pro";
	margin: auto;
	display: flex;
	padding-left: 5px;
 } */
    #home form a.btn:hover {
        color: #ffffff;
        -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    }
    /* #home form a.btn:active::before,
    #home form a.btn:focus::before {
        -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        -o-transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    } */
    #home form a:focus {
        outline: none;
    }
    /*==========  Mobile First Method  ==========*/
    /* Custom, iPhone Retina */
    @media only screen and (max-width: 320px) {
        #home form #submit {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 10px auto;
            margin-bottom: 1;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }
        #home form a.btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 10px auto;
            margin-bottom: 1;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }
    }
    /* Extra Small Devices, Phones */
    @media only screen and (max-width: 480px) {
        #home form #submit {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 10px auto;
            margin-bottom: 1;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }
        #home form a.btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 10px auto;
            margin-bottom: 1;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }
    }
}


/*===============================Select dropdown style (Nice-select)==============================================*/

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--main-brand-color);
    color: #ffffff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    max-height: 40vh;
    overflow-y: auto;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--main-brand-color);
    filter: brightness(120%);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: start;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    /*    padding-left: 18px;
padding-right: 29px;*/
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #b1c2fa;
    width: 100%;
    padding-left: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    word-break: break-word;
    white-space: break-spaces;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-brand-color);
    filter: brightness(80%);
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.nice-select .option:first-child {
    display: none;
}


/*.nice-select span::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f142';
  display: flex;
  justify-content: start;
  align-content: center;
  align-items: center;
  font-size: 1rem;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
}
*/


/*==========================Language Bar=============================*/


/*   Language Dropdown  */

.language-dropdown .dropdown-menu {
    min-width: 5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0% !important;
    z-index: 1070;
    border: 1px solid #e0e6ed;
    padding: 0px;
    border-radius: 4px;
    margin-top: 9px;
}

.language-dropdown .nav-link {
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
}

.language-dropdown>.dropdown-menu:before {
    top: -10px;
    left: 41%;
    right: auto !important;
}

.language-dropdown>.dropdown-menu:after {
    top: -8.5px;
    left: 49% !important;
    right: auto !important;
}

.language-dropdown .dropdown-menu .dropdown-item:hover {
    background: rgba(27, 85, 226, 0.1803921568627451);
}

.language-dropdown .dropdown-menu .dropdown-item.active,
.language-dropdown .dropdown-menu .dropdown-item:active {
    background: transparent;
    color: #16181b;
}

.language-dropdown .dropdown-menu a img {
    width: 25px;
    height: 25px;
    /*    margin-right: 16px;*/
}

.language-dropdown .dropdown-menu a span {
    color: #3b3f5c;
    font-weight: 500;
}


/*===================================Table style(Official support)==============================================*/

.table-official-support {
    line-height: 1.6;
}

.table-official-support tr {
    width: 100%;
    border-bottom: 1px dashed #ececec;
}

.table-official-support tr td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    height: 10vh;
    min-height: 80px;
    max-height: 100px;
}

.table-official-support tr td:last-child {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

.table-official-support tr td:last-child p {
    vertical-align: middle;
    margin: 0;
}

.table-official-support tr td img {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*=================================== News page style for load more option==============================================*/

.news {
    display: none;
}


/*
.input-wrapper {
  position: relative;
  height: 56px;
  border-radius: 0.5rem;
  border: 2px solid #ececec;
  background: #ffffff;
  transition: all 0.35s;
}

input {
  position: relative;
  width: 180px;
  height: 56px;
  background: transparent;
  border: 0;
  font-weight: 700;
  text-indent: 0.75rem;
  color: #444;
  transition: all 0.35s;
}

 input:focus + .placeholder {
   background: #ffffff;
   transform: translate(0.625rem, -10px) scale(0.8);
   transition: all 0.35s;
}

.placeholder {
  color: #444;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  padding: 0 0.25rem;
  font-weight: 700;
  transform: translate(0.5rem, 15px);
  transform-origin: 0% 0%;
  pointer-events: none;
  transition: all 0.35s;
}
*/


/*===================================Exhibitors list========================================*/


/*.exhibitors-dataTable-wrapper {
  width: 100%;
}

.exhibitors-dataTable {
  display: table;
  position: relative;
  width: 100%;
  border: 2px solid #ececec;
}

.exhibitors-dataTable thead tr {
  width: 100%;
  background-color: #e2124345;
}

.exhibitors-dataTable thead tr th {
  width: 14.99%;
  padding: 10px;
}

.exhibitors-dataTable thead tr th:first-child {
  width: 54.99%;
  padding: 10px;
}

.exhibitors-dataTable thead tr th:last-child {
  width: 14.99%;
  padding: 10px;
}

.exhibitors-dataTable tbody tr {
  width: 100%;
  background-color: #444;
}

.exhibitors-dataTable tbody tr td {
  width: 14.99%;
  padding: 10px;
}

.exhibitors-dataTable tbody tr td:first-child {
  background-color: #000;
  width: 54.99%;
}

.exhibitors-dataTable tbody tr td:last-child {
  background-color: #000;
  width: 14.99%;
}
*/

.exhibitors-list-btns-group .btn-search {
    border-radius: 7px !important;
    border: 2px solid #27ae60 !important;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    background-color: #2ecc71;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.exhibitors-list-btns-group .btn-reset {
    border-radius: 7px !important;
    border: 2px solid #C0392B !important;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    background-color: #e74c3c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.exhibitors-list-btns-group .btn-search:hover {
    border-radius: 7px !important;
    border: 2px solid #27AE60 !important;
    color: #2ecc71;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.exhibitors-list-btns-group .btn-reset:hover {
    border-radius: 7px !important;
    border: 2px solid #C0392B !important;
    color: #e74c3c;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.form-inline label {
    color: #0d47a1;
    font-weight: 600;
    margin-top: 5px !important;
}

.form-inline input {
    border-radius: 7px;
    border: 1px solid #007bff !important;
    padding: 7px !important;
    margin-top: 0px !important;
}

.exhibitors-dataTable thead .dataTable_total_exhibitors th .total_exhibitors {
    width: fit-content !important;
    padding: 10px;
    background-color: #ffffff !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.exhibitors-dataTable thead .dataTable_incorporate_txt th {
    background-color: #F44336 !important;
    color: #ffffff;
    text-align: center;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    box-shadow: inset 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
}

#table_id_filter label {
    color: #0d47a1;
    font-weight: 600;
    margin-top: 5px !important;
}

#table_id_filter input[type="search"] {
    border-radius: 7px;
    border: 1px solid #007bff !important;
    padding: 7px !important;
    margin-top: 0px !important;
}

.exhibitors-dataTable {
    border-spacing: 0 0.85rem !important;
    background-color: #ececec;
    padding: 10px;
}

.exhibitors-dataTable .dropdown {
    display: inline-block;
}

.exhibitors-dataTable td,
.exhibitors-dataTable th {
    vertical-align: middle;
    margin-bottom: 10px;
    border: none;
    width: 17%;
}

.exhibitors-dataTable thead tr,
.exhibitors-dataTable thead th {
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: none;
    background: transparent;
}

.exhibitors-dataTable thead th:first-child {
    width: 51%;
}

.exhibitors-dataTable thead th:last-child {
    width: 15%;
}

.exhibitors-dataTable td {
    background: #fff;
    width: 17%;
    text-align: left;
}

.exhibitors-dataTable td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 51%;
    text-align: left;
    cursor: pointer;
}

.exhibitors-dataTable td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 15%;
    text-align: center;
}

.avatar {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 3rem;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 700;
    vertical-align: bottom;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.83333rem;
    line-height: 1.5;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-blue {
    background-color: #c8d9f1;
    color: #467fcf;
}

.exhibitors-dataTable.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
.exhibitors-dataTable.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 28px;
    left: 14px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.exhibitors-dataTable.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,
.exhibitors-dataTable.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    padding-left: 48px;
}

.exhibitors-dataTable.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

.exhibitors-dataTable.dataTable>tbody>tr.child span.dtr-title {
    min-width: 50%;
}

.exhibitors-dataTable.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
.exhibitors-dataTable.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
.exhibitors-dataTable.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
        margin-top: 1rem;
    }
}

.btn-icon {
    background: #fff;
}

.btn-icon .bx {
    font-size: 20px;
}

.btn .bx {
    vertical-align: middle;
    font-size: 20px;
}

.dropdown-menu {
    padding: 0.25rem 0;
}

.dropdown-item {
    padding: 0.5rem;
}

.badge {
    padding: 0.5em 0.75em;
}

.badge-success-alt {
    background-color: #d7f2c2;
    color: #7bd235;
}

.exhibitors-dataTable a {
    color: #212529;
}

.exhibitors-dataTable a:hover,
.exhibitors-dataTable a:focus {
    text-decoration: none;
}

.exhibitors-dataTable.dataTable {
    margin-top: 12px !important;
}

.icon>.bx {
    display: block;
    min-width: 1.5em;
    min-height: 1.5em;
    text-align: center;
    font-size: 1.0625rem;
}

.btn {
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.55rem 0.75rem;
}

.avatar-blue {
    background-color: #c8d9f1;
    color: #467fcf;
}

.avatar-pink {
    background-color: #fcd3e1;
    color: #f66d9b;
}

.btn-favorite {
    width: 40px;
    height: 40px;
    /* padding: 7px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #fff9c4;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-favorite svg {
    width: 100%;
    height: auto;
    color: #e67e22;
    font-size: 16px;
}

.btn-favorite:hover {
    background-color: #fff9c4;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


/*============================= Venue and Working hours style =======================================*/

.single-services-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    background: -o-linear-gradient( 120deg, rgba(13, 71, 161, 1) 0%, rgba(25, 118, 210, 1) 15%, rgba(33, 150, 243, 1) 40%, rgba(100, 181, 246, 1) 89%);
    background: linear-gradient( 330deg, rgba(13, 71, 161, 1) 0%, rgba(25, 118, 210, 1) 15%, rgba(33, 150, 243, 1) 40%, rgba(100, 181, 246, 1) 89%);
    padding: 20px 20px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-services-box .icon {
    background-color: #3f51b5;
    position: relative;
    border-radius: 50%;
    width: 90px;
    text-align: center;
    height: 90px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fe4c1c;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: inset 0 0 15px rgba(66, 66, 66, 0), inset 0 0 20px rgba(13, 71, 161, 0), 7px 7px 15px rgba(13, 71, 161, 0.7), -7px -7px 20px rgba(227, 242, 253, 0.8), inset 0px 0px 4px rgba(13, 71, 161, 0.2);
    box-shadow: inset 0 0 15px rgba(66, 66, 66, 0), inset 0 0 20px rgba(13, 71, 161, 0), 7px 7px 15px rgba(13, 71, 161, 0.7), -7px -7px 20px rgba(227, 242, 253, 0.8), inset 0px 0px 4px rgba(13, 71, 161, 0.2);
}

.single-services-box .icon svg {
    line-height: 90px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background-color: #388e3c;
}

.single-services-box .icon .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.single-services-box .icon .circles-box .circle-one {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color: #388e3c;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.single-services-box .icon .circles-box .circle-two {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color: #1c17a0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.single-services-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #ffffff;
}

.single-services-box .learn-more-btn {
    margin-top: 10px;
}

.single-services-box:hover {
    border-radius: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-services-box:hover .icon {
    background-color: rgba(13, 71, 161, 1);
    -webkit-box-shadow: inset 7px 7px 15px rgb(28 23 160), inset -7px -7px 20px #2598f3, 0px 0px 4px rgb(60 78 173);
    box-shadow: inset 7px 7px 15px rgb(28 23 160), inset -7px -7px 20px #2598f3, 0px 0px 4px rgb(60 78 173);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-services-box:hover .icon .text-primary {
    color: #fff !important;
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*============================= Some custom animation (Maybe not will use) ======================================*/

.appear-animation {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.appear-delay-1 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s;
}

.appear-delay-2 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.27s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.195s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.27s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.195s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.195s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.27s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.195s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.27s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.195s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.27s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.195s;
}

.appear-delay-3 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s;
}

.appear-delay-4 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.39s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.315s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.39s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.315s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.315s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.39s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.315s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.39s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.315s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.39s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.315s;
}

.appear-delay-5 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s;
}

.appear-delay-6 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.435s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.435s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.435s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.435s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.435s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.435s;
}

.appear-delay-7 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.57s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.495s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.57s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.495s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.495s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.57s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.495s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.57s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.495s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.57s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.495s;
}

.appear-delay-8 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.63s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.555s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.63s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.555s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.555s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.63s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.555s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.63s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.555s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.63s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.555s;
}

.appear-delay-9 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.69s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.615s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.69s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.615s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.615s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.69s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.615s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.69s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.615s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.69s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.615s;
}

.appear-delay-10 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.675s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.675s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.675s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.675s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.675s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.675s;
}

.appear-delay-11 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.81s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.735s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.81s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.735s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.735s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.81s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.735s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.81s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.735s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.81s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.735s;
}

.appear-delay-12 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.87s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.795s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.87s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.795s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.795s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.87s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.795s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.87s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.795s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.87s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.795s;
}

.appear-delay-13 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.93s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.855s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.93s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.855s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.855s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.93s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.855s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.93s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.855s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.93s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.855s;
}

.appear-delay-14 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.99s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.915s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.99s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.915s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.915s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.99s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.915s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.99s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.915s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.99s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.915s;
}

.appear-delay-15 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.975s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.975s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.975s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.975s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.975s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.975s;
}

.appear-delay-16 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.11s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.035s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.11s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.035s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.035s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.11s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.035s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.11s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.035s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.11s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.035s;
}

.appear-delay-17 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.17s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.095s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.17s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.095s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.095s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.17s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.095s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.17s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.095s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.17s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.095s;
}

.appear-delay-18 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.23s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.155s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.23s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.155s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.155s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.23s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.155s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.23s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.155s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.23s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.155s;
}

.appear-delay-19 {
    -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.29s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.215s;
    transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.29s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.215s;
    -o-transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.215s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.29s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.215s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.29s;
    transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.215s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.29s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 1.215s;
}

.js-drawer-open .appear-animation {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.js-drawer-closing .appear-animation {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.site-nav--has-dropdown:hover .megamenu .appear-animation,
.is-focused>.megamenu .appear-animation {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


/* Navigation Bar */

.navbar {
    background-color: var(--main-brand-color);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.navbar-brand {
    font-size: 22px;
    color: white !important;
}

.navbar .navbar-nav li a {
    font-size: 16px;
    color: white;
}


/* Animation */

.animate {
    padding: 0px 10px 0px 0px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.navbar-fixed-top {
    -webkit-transition: padding 0.2s ease;
    -o-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
}

.affix {
    padding-top: 0.2em !important;
    padding-bottom: 0.2em !important;
    -webkit-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}


/*==============Card Style Archive =================================*/

.archive-card {
    /*  display: inline-block;*/
    position: relative;
    width: 100%;
    margin: 25px 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.archive-card .card-header {
    padding: 15px 20px 0;
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.archive-card .card-content {
    padding: 15px 20px;
    position: relative;
}


/*======================Official Catalogue card========================*/

.catalogue-card {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px;
    width: 100%;
    background-color: #ffffff;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.catalogue-card * {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.catalogue-card img {
    max-width: 100%;
    vertical-align: top;
}

.catalogue-card figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-image: -o-linear-gradient( bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.catalogue-card h3 {
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: none;
    margin: 3px 0;
}

.catalogue-card .catalogue-card-title {
    color: #ffffff;
    font-weight: 300;
}

.catalogue-card a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.catalogue-card:hover img,
.catalogue-card.hover img {
    -webkit-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}


/*=========================Button==================================*/

.mdl-sheet {
    position: absolute;
    right: -3.5rem;
    bottom: 1.1rem;
    background: #f44336;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #ef5350;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.mdl-shadow--2dp {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-sheet__icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.material-icons {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.catalogue-card:hover .mdl-sheet {
    right: 0.5rem;
}


/*=================================Daily Newspaper Card=======================================*/

.newspaper-card {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px;
    width: 100%;
    background-color: #ffffff;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.newspaper-card * {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newspaper-card img {
    max-width: 100%;
    vertical-align: top;
}

.newspaper-card figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-image: -o-linear-gradient( bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.newspaper-card h3 {
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: none;
    margin: 3px 0;
}

.newspaper-card .newspaper-card-title {
    color: #ffffff;
    font-weight: 300;
}

.newspaper-card a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.newspaper-card:hover img,
.newspaper-card.hover img {
    -webkit-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}

.newspaper-card:hover .mdl-sheet {
    right: 0.5rem;
}


/*=========================Welcome Letter Card===============================*/

.welcome-letter-card {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px;
    width: 100%;
    background-color: #ffffff;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.welcome-letter-card * {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.welcome-letter-card img {
    max-width: 100%;
    vertical-align: top;
}

.welcome-letter-card figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    /*  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.welcome-letter-card h3 {
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: none;
    margin: 3px 0;
}

.welcome-letter-card .welcome-letter-card-title {
    color: #ffffff;
    font-weight: 300;
}

.welcome-letter-card a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.welcome-letter-card:hover img,
.welcome-letter-card.hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.welcome-letter-icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.welcome-letter-card:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.welcome-letter-card:hover .welcome-letter-icon {
    display: block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.welcome-letter-card:hover figcaption {
    background-image: -o-linear-gradient( bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}


/*=============================== Welcome letters page style ===============================================*/

.welcome-letter-panel-default {
    border: none !important;
    margin-bottom: 20px !important;
    border-radius: 0.35rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -ms-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
}

.welcome-letter-panel-default>.welcome-letter-panel-heading {
    color: #333;
    background: linear-gradient(90deg, rgb(187, 218, 250) 0%, rgba(222, 234, 246, 1) 40%, rgba(255, 255, 255, 1) 100%);
    border-color: transparent !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.welcome-letter-panel-default .letter-logo img {
    max-width: 100px;
    border-radius: 5px;
}

.welcome-letter-panel-default .article-txt {
    font-style: italic;
    color: #0016af;
}

.welcome-letter-panel-default .active_tab {
    border-radius: 4px;
    text-decoration: none;
    background: #DEEAF6 !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.welcome-letter-panel-default .active_tab:hover {
    border-radius: 4px;
    text-decoration: none;
    color: #444;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.welcome-letter-panel-default .main-panel:hover {
    border-radius: 4px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -ms-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
}

.welcome-letter-panel-default .imground-div {
    position: relative;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #DEEAF6;
    /* box-shadow: 9px 9px 16px #BECBD8, -9px -9px 16px #F3F9FF; */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .23);
    z-index: 2;
}

.welcome-letter-panel-default .imground {
    width: 100%;
    height: 110px;
    object-fit: cover;
    object-position: center;
}

.welcome-letter-panel-default .title-txt-div {
    padding: 10px 20px;
    vertical-align: middle;
    display: inline-block;
}

.welcome-letter-panel-default .title-txt-name {
    font-size: 20px;
    font-weight: bold;
    color: #4E709D;
}

.welcome-letter-panel-default .title-txt-pos {
    font-size: 16px;
    color: #4E709D;
}

.welcome-letter-panel-default .card-content {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.welcome-letter-panel-default .btn-more:focus,
.welcome-letter-panel-default .btn-more {
    position: relative;
    background-color: #3F51B5;
    border: 2px solid #303F9F;
    color: #fff;
    font-weight: bold;
    float: right;
    box-shadow: 9px 9px 16px rgb(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5);
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -ms-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    z-index: 2;
}

.welcome-letter-panel-default .btn-more:hover {
    background-color: #7986CB;
    border: 2px solid #5C6BC0;
    color: #fff;
    font-weight: bold;
    box-shadow: 9px 9px 16px rgb(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5);
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -ms-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
}


/*==============================================================================*/


/*

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 6px;
  overflow: hidden;
  border: 1.5px solid #9575CD;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  z-index: 0;
  transition: all 0.5s;
}


.blog-card:hover {
  cursor: pointer;
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
transition: all 0.5s;
}

.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}
.blog-card:hover .photo {
  -webkit-transform: scale(1.3) rotate(3deg);
          transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: left .2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: .9rem;
}


.blog-card .details:before  {
      font-family: "Font Awesome 5 Free";
  content: '\f144';
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 5rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  z-index:1;
}


.blog-card .details:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #A53692;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}



@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  content: "\f017";
}
.blog-card .details .date:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  content: "\f133";
}
.blog-card .details .tags ul:before {
    font-family: "Font Awesome 5 Free";
  content: "\f02b";
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 2.7rem;
}
.blog-card .description h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  color: #a53692;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #5ad67d;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin .3s, opacity .3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #A53692;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}


.blog-card .description .company-event-date span {
  background-color:#673AB7;
  color: #fff;
  font-size: 1.5rem;
  font-weight:bold;
  padding: 6px;
  border-radius: 6px;
  border: 2px solid #512DA8;
}



.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}

.company_card {
  position: relative;
  display: block;
  margin: 100px auto;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.4s;
}
.company_card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  transition: all 0.4s;
}
.company_card .info_section {
  position: relative;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  z-index: 2;
  border-radius: 10px;
}

.company_card .info_section::before {
    background-image: url(https://mojo.era.az/assets/icons/video-play-btn.png);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: rgba(0,0,0,0.5);
}

.company_card .info_section .company_header {
  position: relative;
  padding: 25px;
  height: 40%;
}
.company_card .info_section .company_header h1 {
  color: #fff;
  font-weight: 400;
}
.company_card .info_section .company_header h4 {
  color: #9ac7fa;
  font-weight: 400;
}
.company_card .info_section .company_header .minutes {
  display: inline-block;
  color: #fff;
  padding: 5px;
  background: red;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.company_card .info_section .company_header .type {
  display: inline-block;
  color: #cee4fd;
  margin-left: 10px;
}
.company_card .info_section .company_header .locandina {
  position: relative;
  float: left;
  margin-right: 20px;
  height: 120px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
}
.company_card .info_section .company_desc {
  padding: 25px;
  height: 50%;
}
.company_card .info_section .company_desc .text {
  color: #cfd6e1;
}
.company_card .info_section .company_social {
  height: 10%;
  padding-left: 15px;
  padding-bottom: 20px;
}
.company_card .info_section .company_social ul {
  list-style: none;
  padding: 0;
}
.company_card .info_section .company_social ul li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s;
  transition-delay: 0.15s;
  margin: 0 10px;
}
.company_card .info_section .company_social ul li:hover {
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.8);
}
.company_card .info_section .company_social ul li i {
  font-size: 19px;
  cursor: pointer;
}
.company_card .blur_back {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  right: 0;
  background-size: cover;
  border-radius: 11px;
}

@media screen and (min-width: 768px) {
  .company_header {
    width: 60%;
  }

  .company_desc {
    width: 50%;
  }

  .info_section {
    background: linear-gradient(to right, #0d0d0c 50%, transparent 100%);
  }

  .blur_back {
    width: 80%;
    background-position: -100% 10% !important;
  }
}
@media screen and (max-width: 768px) {
  .company_card {
    width: 95%;
    margin: 70px auto;
    min-height: 350px;
    height: auto;
  }

  .blur_back {
    width: 100%;
    background-position: 50% 50% !important;
  }

  .company_header {
    width: 100%;
    margin-top: 85px;
  }

  .company_desc {
    width: 100%;
  }

  .info_section {
    background: linear-gradient(to top, #141413 50%, transparent 100%);
    display: inline-grid;
  }
}

*/


/*=====================Second Card=============================*/

.gr-1 {
    background: -o-linear-gradient(280deg, #01e4f8 0%, #1d3ede 100%);
    background: linear-gradient(170deg, #01e4f8 0%, #1d3ede 100%);
}

.gr-2 {
    background: -o-linear-gradient(280deg, #b4ec51 0%, #429321 100%);
    background: linear-gradient(170deg, #b4ec51 0%, #429321 100%);
}

.gr-3 {
    background: -o-linear-gradient(280deg, #c86dd7 0%, #3023ae 100%);
    background: linear-gradient(170deg, #c86dd7 0%, #3023ae 100%);
}

.column {
    margin-top: 3rem;
    padding-left: 3rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.column:hover {
    padding-left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.column:hover .media-support-card .txt {
    margin-left: 1rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.column:hover .media-support-card .txt h1,
.column:hover .media-support-card .txt p {
    color: white;
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.column:hover a {
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.column:hover a:after {
    width: 10%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card {
    min-height: 170px;
    margin: 0;
    padding: 1.7rem 1.2rem;
    border: none;
    border-radius: 0;
    color: black;
    letter-spacing: 0.05rem;
    /*font-family: 'Oswald', sans-serif;*/
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card .txt {
    margin-left: -3rem;
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card .txt h1 {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card .txt p {
    font-size: 0.7rem;
    font-family: var(--main-font-family);
    letter-spacing: 0rem;
    margin-top: 33px;
    opacity: 0;
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card a {
    z-index: 3;
    font-size: 0.7rem;
    color: black;
    margin-left: 1rem;
    position: relative;
    bottom: -0.5rem;
    text-transform: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card a:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 0;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card .ico-card {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card svg {
    position: relative;
    right: -50%;
    top: 45%;
    font-size: 7.5rem;
    line-height: 0;
    opacity: 0.2;
    color: white;
    z-index: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-item-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 170px;
    margin: 0;
    padding: 0.5rem;
    border: none;
    border-radius: 0;
    color: black;
    letter-spacing: 0.05rem;
    /*font-family: 'Oswald', sans-serif;*/
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.content {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 4%;
    overflow: hidden;
}

.content h2 {
    word-break: break-word;
    font-size: calc(1.2rem + 1vw);
}

.content h1 {
    word-break: break-word;
    font-size: calc(1.2rem + 1vw);
}

.scene {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: -1;
    background: #9c27b0;
}

.scene path:first-child {
    fill: #ba68c8;
}

.scene path:nth-child(2) {
    fill: #ab47bc;
}

.scene path:nth-child(3) {
    fill: #9c27b0;
}

.scene path:nth-child(4) {
    fill: #4a148c;
}

.scene path:nth-child(5) {
    fill: #8e24aa;
}

.scene path:nth-child(6) {
    fill: #7b1fa2;
}

.scene path:nth-child(7) {
    fill: #6a1b9a;
}


/***** Sidebar *****/

.mobile-menu {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -255px;
    z-index: 999;
    background: #444444;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
    overflow-y: auto;
}

.mobile-menu.active {
    left: 0;
}


/***** Dark overlay *****/

.mobile-menu-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, 0.7);
    z-index: 996;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

.open-menu {
    position: fixed;
    top: 10px;
    left: -10px;
    z-index: 997;
    /*box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);*/
    background-color: none !important;
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
    background: none !important;
}


/* Style for all buttons with the class btn-customized */

a.btn-customized {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a.btn-customized::after {
    content: "";
    width: 100%;
    max-width: 120px;
    min-width: 63px;
    height: auto;
    min-height: 63px;
    max-height: 120px;
    z-index: -2;
    position: absolute;
    top: 2px;
    left: -21px;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #3445b4;
    /* border-radius: 10px; */
    border-top-right-radius: 10px;
}

a.btn-customized svg {
    color: #fff;
    margin-left: 19px;
    margin-top: 23px;
    padding-left: 0;
    padding-right: 0px;
    padding-top: 0px;
    font-size: 20px;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #cd533d;
    /* for browsers that don't recognize rgba */
    background: rgba(243, 91, 63, 0.7);
    border: 0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #444444;
    -webkit-box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.dismiss:hover,
.dismiss:focus {
    background: #555;
    color: #fff;
}

.mobile-menu .logo {
    padding: 40px 20px;
    border-bottom: 1px solid #444;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-menu .logo h3 a {
    display: inline-block;
    width: 172px;
    height: 34px;
    background: url(https://bakubuild.az/css/bakubuild/logo-site.png?v=1578908690) center no-repeat;
    border: 2px solid #fff;
    text-indent: -999999px;
}

.mobile-menu ul.menu-elements {
    padding: 10px 0;
    border-bottom: 1px solid #444;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-menu ul li a {
    display: block;
    padding: 10px 20px;
    border: 0;
    color: #fff;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:focus,
.mobile-menu ul li.active>a:hover,
.mobile-menu ul li.active>a:focus {
    outline: 0;
    background: #555;
    color: #fff;
}

.mobile-menu ul li a i {
    margin-right: 5px;
}

.mobile-menu ul li.active>a,
.mobile-menu ul li.active .mobile-dropdown[aria-expanded="true"] {
    background: #444;
    color: #fff;
}

.mobile-menu ul ul a {
    background: #444;
    padding-left: 30px;
    font-size: 14px;
}

.mobile-menu ul ul li.active>a {
    background: #555;
}

.mobile-menu .mobile-dropdown[data-toggle="collapse"] {
    position: relative;
}

.mobile-menu .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-menu .to-top {
    padding: 20px;
    text-align: center;
}

a.btn-customized-3 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0.75rem 1.5rem;
    background: #444;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn-customized-3:hover,
a.btn-customized-3:active,
a.btn-customized-3:focus,
a.btn-customized-3:active:focus,
a.btn-customized-3.active:focus,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #555;
    border: 0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn-customized-3 i {
    margin-right: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .mobile-menu .logo a {
        background-image: url(../img/logo@2x.png) !important;
        background-repeat: no-repeat !important;
        background-size: 172px 34px !important;
    }
    .mobile-menu .light .logo a {
        background-image: url(../img/logo-dark@2x.png) !important;
    }
}


/*====================================Tp Header Sponsors Slider==============================================*/

.slider {
    background: white;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 50px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: auto;
    width: 100%;
    max-height: 100px;
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slider .slide img {
    max-height: 70px;
    max-width: 200px;
    margin: auto;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}


/*=========================About Section Preview Start==================================*/

.about-img-div::before {
    content: "";
    left: 0;
    top: -15px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 100px solid #7b1fa2;
    border-right: 100px solid transparent;
    z-index: 2;
}

.about-img-div::after {
    content: "";
    right: 0;
    bottom: -15px;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 100px solid #7b1fa2;
    border-left: 100px solid transparent;
    z-index: 2;
}

.about-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    font-size: 0.9rem;
    overflow: hidden;
    cursor: pointer;
}

.about-img-overlay::before {
    background-image: url(https://bakutel.az/images/s-play-btn.png);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    overflow: hidden;
}

.about-img-overlay::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #a53692;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.about-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.about-img-div:hover .about-img {
    -webkit-transform: scale(1.3) rotate(3deg);
    -ms-transform: scale(1.3) rotate(3deg);
    transform: scale(1.3) rotate(3deg);
}

@media (min-width: 640px) {
    .about-img-div .meta {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        height: auto;
    }
}

.about-img-div .meta {
    position: relative;
    z-index: 0;
    height: 250px;
    max-height: 100%;
    overflow: hidden;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*=========================About Section SVG Start==================================*/

.uncode-divider-wrap.uncode-divider-wrap-bottom {
    bottom: 0;
}

.uncode-divider-wrap:not(.uncode-divider-relative) {
    position: absolute;
}

.z_index_3 {
    z-index: 3;
}

.uncode-divider-wrap {
    left: 0;
    pointer-events: none;
    width: 100%;
    z-index: 0;
}

.uncode-divider-wrap:not(.uncode-divider-preserve-ratio) svg,
.uncode-divider-wrap:not(.uncode-divider-preserve-ratio) img {
    width: 100%;
}

.uncode-divider-wrap.uncode-divider-wrap-bottom svg,
.uncode-divider-wrap.uncode-divider-wrap-bottom img {
    bottom: -1px;
}

.uncode-divider-wrap svg,
.uncode-divider-wrap img {
    height: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
}

svg:not(:root) {
    overflow: hidden;
}


/*=========================About Section Preview End==================================*/

#map-canvas {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 0;
}

#container {
    z-index: 100;
    position: relative;
}


/* Vertical version countdown styles

div#countdown {
  color: #353535;
  position: fixed;
  z-index: 9999;
  top: 60%;
}

div#countdown p{
  width: 100%;
  text-align: center;
}

#countdown p.numbers{font-size: 2em;}
#countdown p.meta,section p.strings{font-size: 1.5em;}
#countdown h1{font-size: 4.5em;}

p.numbers{
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}

p.strings{
  width: 100%;
  height: auto;
  padding: 5px 0;
  background: #FF5722;
  color: #FFFFFF;
}

div.cd-box{
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  float: left;
  display: contents;
  padding: 0;
  margin: 30px 15px 0 0;
  -webkit-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
  -moz-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
  box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
}

*/


/* countdown styles */

div#countdown {
    color: #353535;
    position: absolute;
    top: 80%;
    z-index: 9999;
}

div#countdown p {
    width: 100%;
    display: inline-block;
    text-align: center;
}

#countdown p.numbers {
    font-size: 2em;
}

#countdown p.meta,
section p.strings {
    font-size: 1.5em;
}

#countdown h1 {
    font-size: 4.5em;
}

p.numbers {
    width: 100%;
    height: 85%;
    background: #ffffff;
    margin-top: -25px;
    padding-top: 20px;
}

p.strings {
    width: 100%;
    height: auto;
    padding: 5px 0;
    background: #ff5722;
    color: #ffffff;
}

div.cd-box {
    width: 70px;
    height: 70px;
    background: #ffffff;
    float: left;
    padding: 0;
    margin: 30px 15px 0 0;
    -webkit-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
    box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
}


/*=== Parallax === */

.parallax {
    color: #fff;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 20px auto 10px auto;
    overflow-y: visible;
    z-index: 3;
}

.parallax.bg-clients {
    /*background: url(./assets/images/clients_bg.png) 100% 0 repeat fixed;
    background-size: cover;
    background-color: #ffffff;*/
    margin-top: 0 !important;
}

.parallax-container {
    padding: 10px 0;
    overflow: hidden;
}

.bg-dark {
    padding: 10px 0;
    background: #262626;
}

.imground-div {
    border: 3px solid #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #deeaf6;
    -webkit-box-shadow: 9px 9px 16px #becbd8, -9px -9px 16px #f3f9ff;
    box-shadow: 9px 9px 16px #becbd8, -9px -9px 16px #f3f9ff;
}

.imground {
    width: 100%;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-top: -10px;
}

.cont {
    text-align: center;
}

.page-head {
    padding: 10px 0;
    text-align: center;
}

.page-head .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 50px;
    margin-top: 0;
}


/*
.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

*/

.page-head h1 {
    font-size: 42px;
    margin: 0 0 20px;
    color: #000;
    position: relative;
    display: inline-block;
}

.page-head h1 .version {
    bottom: 0;
    color: #ddd;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    width: 58px;
    right: -58px;
}


/* ==================================== Photogallery Style Start =================================================== */

.photogallery-album {
    position: relative;
    overflow: hidden;
    max-height: 150px;
}

.demo-gallery>#lightgallery {
    margin-bottom: 0;
    padding-left: 15px;
}

.demo-gallery>#lightgallery>li {
    /*margin-bottom: 15px; */
    width: 345px;
    display: inline-block;
    /* margin-right: 15px; */
    list-style: outside none none;
}

.demo-gallery>#lightgallery>li a {
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    /* max-height: 13.7vh; */
    height: 100%;
}

.demo-gallery>#lightgallery>li a>img {
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-height: 16.7vh;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-gallery>#lightgallery>li a:hover>img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-gallery>#lightgallery>li a:hover>svg {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>#lightgallery>li a:hover .demo-gallery-poster>svg {
    opacity: 1;
}

.demo-gallery>#lightgallery>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.demo-gallery>#lightgallery>li a .demo-gallery-poster>svg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>#lightgallery>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery>#lightgallery>li>a>svg {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    -o-transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>#lightgallery>li>a:hover>svg {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>#lightgallery>li>a:hover .demo-gallery-poster>svg {
    opacity: 1;
    color: #ffffff;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-gallery>#lightgallery>li>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>#lightgallery>li>a .demo-gallery-poster>svg {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    color: #ffffff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-gallery>#lightgallery>li>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster svg {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}


/* .demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
} */


/* #video-gallery .video-col {
  margin-bottom: 20px;
} */


/* .demo-gallery #video-gallery .demo-gallery-poster svg {
  height: 48px;
  margin: auto;
  opacity: 0.8;
  width: 48px;
  font-size: 50px;
  color: #e74c3c;
}

 */


/* ==================================== Videogallery Style Start =================================================== */

.demo-gallery>#video-gallery {
    margin-bottom: 0;
    padding-left: 15px;
}

.demo-gallery>#video-gallery>li {
    /*margin-bottom: 15px; */
    width: 345px;
    display: inline-block;
    /* margin-right: 15px; */
    list-style: outside none none;
}

.demo-gallery>#video-gallery>li a {
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    /* max-height: 13.7vh; */
}

.demo-gallery>#video-gallery>li a>img {
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-height: 16.7vh;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-gallery>#video-gallery>li a:hover>img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-gallery>#video-gallery>li a:hover>svg {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>#video-gallery>li a:hover .demo-gallery-poster>svg {
    opacity: 1;
}

.demo-gallery>#video-gallery>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.demo-gallery>#video-gallery>li a .demo-gallery-poster>svg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 45px;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>#video-gallery>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery>#video-gallery>li>a>svg {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    -o-transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>#video-gallery>li>a:hover>svg {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>#video-gallery>li>a:hover .demo-gallery-poster>svg {
    opacity: 1;
    color: #ffffff;
    /* -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); */
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-gallery>#video-gallery>li>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>#video-gallery>li>a .demo-gallery-poster>svg {
    left: 43%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 1;
    position: absolute;
    top: 42%;
    color: #ffffff;
    /*-webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1); */
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-gallery>#video-gallery>li>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster svg {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.lg .lg-video .lg-video-play svg {
    font-size: 6rem;
    color: var(--main-brand-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.lg .lg-video .overlay-video-gallery::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0.25rem!important;
    /* top: 0; #252d399e #252d3996 #252d3966*/
    background: #000000;
    opacity: .5;
    overflow: hidden;
    z-index: 1;
}


/*================ Download logos ====================*/

.filemanager .data {
    /* margin-top: 60px; */
    /* z-index: -3; */
    padding: 0;
}

.filemanager .data.animated {
    -webkit-animation: showSlowlyElement 700ms;
    /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms;
    /* Standard syntax */
}

.filemanager .data li {
    border-radius: 3px;
    background-color: var(--main-brand-color);
    width: 307px;
    height: 118px;
    list-style-type: none;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0.3em;
    z-index: 1;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.filemanager .data li:hover {
    background-color: #42424e;
}

.filemanager .data li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.filemanager .data li .name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    width: 150px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    top: 40px;
}

.filemanager .data li .details {
    color: #b6c1c9;
    font-size: 13px;
    font-weight: 400;
    width: 55px;
    height: 10px;
    top: 64px;
    white-space: nowrap;
    position: absolute;
    display: inline-block;
}

.filemanager .nothingfound {
    background-color: #373743;
    width: 23em;
    height: 21em;
    margin: 0 auto;
    display: none;
    font-family: var(--main-font-family);
    -webkit-animation: showSlowlyElement 700ms;
    /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms;
    /* Standard syntax */
}

.filemanager .nothingfound .nofiles {
    margin: 30px auto;
    top: 3em;
    border-radius: 50%;
    position: relative;
    background-color: #d72f6e;
    width: 11em;
    height: 11em;
    line-height: 11.4em;
}

.filemanager .nothingfound .nofiles:after {
    content: "Ã—";
    position: absolute;
    color: #ffffff;
    font-size: 14em;
    margin-right: 0.092em;
    right: 0;
}

.filemanager .nothingfound span {
    margin: 0 auto auto 6.8em;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    height: 13px;
    position: relative;
    top: 2em;
}

@media all and (max-width: 965px) {
    .filemanager .data li {
        width: 100%;
        margin: 5px 0;
    }
}


/* Chrome, Safari, Opera */

@-webkit-keyframes showSlowlyElement {
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}


/* Standard syntax */

@keyframes showSlowlyElement {
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}


/*-------------------------
		Icons
		-------------------------*/

.icon {
    font-size: 23px;
}

.icon.folder {
    display: inline-block;
    margin: 1em;
    background-color: transparent;
    overflow: hidden;
}

.icon.folder:before {
    content: "";
    float: left;
    background-color: #7ba1ad;
    width: 1.5em;
    height: 0.45em;
    margin-left: 0.07em;
    margin-bottom: -0.07em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    -webkit-box-shadow: 1.25em 0.25em 0 0em #7ba1ad;
    box-shadow: 1.25em 0.25em 0 0em #7ba1ad;
}

.icon.folder:after {
    content: "";
    float: left;
    clear: left;
    background-color: #a0d4e4;
    width: 3em;
    height: 2.25em;
    border-radius: 0.1em;
}

.icon.folder.full:before {
    height: 0.55em;
}

.icon.folder.full:after {
    height: 2.15em;
    -webkit-box-shadow: 0 -0.12em 0 0 #ffffff;
    box-shadow: 0 -0.12em 0 0 #ffffff;
}

.icon.file {
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 300px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    float: left;
    left: 0;
}

.icon.file.f-doc,
.icon.file.f-docx {
    background-image: url("../images/icons/icons/doc.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-xls,
.icon.file.f-xlsx {
    background-image: url("../images/icons/icons/xls.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-ppt,
.icon.file.f-pptx {
    background-image: url("../images/icons/icons/ppt.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-jpg,
.icon.file.f-jpeg {
    background-image: url("../images/icons/icons/jpg.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-gif {
    background-image: url("../images/icons/icons/gif.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-png {
    background-image: url("../images/icons/icons/png.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-pdf {
    background-image: url("../images/icons/icons/pdf.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

#content {
    position: absolute;
    height: auto;
    width: 100%;
    max-width: 300px;
    /* margin-left: 170px; */
    /* margin-top: 120px; */
    top: -9%;
    left: 80%;
    right: 0;
    -webkit-transform: translate(57%, 135%);
    -ms-transform: translate(57%, 135%);
    transform: translate(57%, 135%);
}

@media screen and (max-width: 700px) {
    #content {
        position: absolute;
        height: auto;
        width: 0;
        max-width: 0;
        /* margin-left: 170px; */
        /* margin-top: 120px; */
        top: -5%;
        left: 90%;
        right: 0;
    }
}

#content.on {
    -webkit-animation-name: in-out;
    animation-name: in-out;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.input {
    display: block !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border: 4px solid #e74c3c;
    border-radius: 50%;
    background: none;
    color: #e74c3c;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--main-font-family);
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    -o-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.srch {
    background: none;
    position: absolute;
    top: 0px;
    left: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.srch:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #e74c3c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 26px;
    margin-left: 17px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.cls {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cls:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 4px;
    margin-top: -1px;
    margin-left: -13px;
    background-color: #e74c3c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.cls:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 4px;
    background-color: #e74c3c;
    margin-top: -1px;
    margin-left: -13px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.square {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    width: 300px;
    height: 50px;
    border: 4px solid #e74c3c;
    border-radius: 0;
    background: none;
    color: #e74c3c;
    font-family: var(--main-font-family);
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    -o-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.4s, 0s, 0.4s;
    -o-transition-delay: 0.4s, 0s, 0.4s;
    transition-delay: 0.4s, 0s, 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.social-icon-alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.social-icon-alt li .head-social-a {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: var(--main-brand-color);
    line-height: 29px;
    text-align: center;
    border: 1px solid var(--main-brand-color);
}


/* ================================= Register page style (newreg.php) ============================================ */

.reg-prof-div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 5px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23); */
}

.reg-prof-div .panel {
    background-color: #fefefe;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.reg-prof-div .panel .panel-footer {
    background-color: #5f2164;
    color: #fff;
    min-height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
}

.reg-stud-div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 5px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reg-stud-div .panel {
    background-color: #fefefe;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer;
}

.reg-stud-div .panel .panel-footer {
    background-color: #5f2164;
    color: #fff;
    min-height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
}

.visiting_rules ul {
    list-style-type: disc;
}


/* ================================================= CONTACTS STYLE ===================================================================== */

.contacts-header h4 {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    margin: auto;
    padding: 10px;
    color: #ffffff;
    z-index: 0;
    animation: animate-slide-d 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}

.contacts-header.header-organisers {
    border-bottom: 1px solid var(--organisers-contact-primary-color);
    animation: animate-slide-e 2s ease;
}

.contacts-header.header-partners {
    border-bottom: 1px solid var(--partners-contact-primary-color);
    animation: animate-slide-e 2s ease;
}

.contacts-header:before {
    border-radius: 0;
    bottom: 0;
    content: "";
    display: flex;
    height: 100%;
    left: -25px;
    margin: auto;
    position: absolute;
    /* vertical-align: bottom; */
    /* border-bottom: 50px solid #6cc000; */
    border-right: 50px solid transparent;
    border-left: 0px solid transparent;
    width: 60%;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    animation: animate-slide-c 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}

.contacts-header.header-organisers:before {
    border-bottom: 50px solid var(--organisers-contact-primary-color);
}

.contacts-header.header-partners:before {
    border-bottom: 50px solid var(--partners-contact-primary-color);
}

.contacts-card {
    display: flex;
    flex-direction: column;
    /* margin: 1rem auto; */
    /* box-shadow: 0 3px 7px -1px rgb(0 0 0 / 10%); */
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    /* margin-bottom: 1.6%; */
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.contacts-card .meta {
    position: relative;
    z-index: 0;
    /* height: 200px; */
}

.contact-logo {
    max-width: 100%;
    background-color: #FFF;
    /* border-radius: 5px; */
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


/* 
.card-organisers .contact-logo::before {
    background-color: var(--organisers-contact-primary-color);
}

.card-partners .contact-logo::before {
    background-color: var(--partners-contact-primary-color);
} */


/* .contact-logo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    left: -345px;
    height: 350px;
    /* background-color: #4fb96e; 
    transform: skewY(45deg);
    animation: animate-slide-a 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
} */

.contact-logo .company-logo-div {
    height: 110px;
    width: 110px;
    margin: auto;
    border-radius: 10px;
    transition: all linear 0.25s;
    background-color: #ffffff;
    position: relative;
    border: 4px solid #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


/* .card-organisers .contact-logo img {
    border: 7px solid var(--organisers-contact-primary-color);
}

.card-partners .contact-logo img {
    border: 7px solid var(--partners-contact-primary-color);
} */

.contact-logo img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin: 0;
    /*border-radius: 10px;*/
    transition: all linear 0.25s;
    position: relative;
    background-color: #ffffff;
    padding: 5px;
    /* border: 7px solid #4fb96e; */
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%); */
    cursor: default;
}

.contacts-card .contact-description {
    padding: 0.5rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.company-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
}

.contacts-card .contact-description .contact-designation {
    font-weight: bold;
}

.card-organisers .contact-description .company-title::after {
    background-color: var(--organisers-contact-primary-color);
}

.card-partners .contact-description .company-title::after {
    background-color: var(--partners-contact-primary-color);
}

.company-title:after {
    border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    /* background-color: #6cc000; */
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.card-partners .description .company-title::after {
    background-color: var(--partners-contact-primary-color);
}

.card-organisers .description .company-title::after {
    background-color: var(--organisers-contact-primary-color);
}

.contacts-card:hover .company-title:after {
    content: "";
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.contacts-card p:first-of-type {
    margin-top: 0.25rem;
}

.contacts-card p {
    position: relative;
    margin: 1rem 0 0;
    font-size: 13px;
}

.contacts-card a {
    color: inherit;
    text-decoration: underline;
}

@media (min-width: 640px) {
    .contacts-card {
        flex-direction: row;
        max-width: 100%;
        height: 100%;
    }
    .contacts-card .meta {
        flex-basis: 30%;
        height: 100%;
    }
    .contacts-card .contact-description {
        flex-basis: 70%;
        height: 100%;
    }
    .contacts-card .contact-description:before {
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .card-organisers .contact-description:after {
        transform: skewX(45deg);
        content: "";
        background: var(--organisers-contact-primary-color);
        width: 170px;
        position: absolute;
        right: -100px;
        top: -100px;
        bottom: 0;
        z-index: -1;
        animation: animate-slide-b 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
    }
    .card-partners .contact-description:after {
        transform: skewX(45deg);
        content: "";
        background: var(--partners-contact-primary-color);
        width: 170px;
        position: absolute;
        right: -100px;
        top: -100px;
        bottom: 0;
        z-index: -1;
        animation: animate-slide-b 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
    }
}

@keyframes animate-slide-a {
    0% {
        opacity: 0;
        left: -550px;
    }
    100% {
        opacity: 1;
        left: -190px;
    }
}

@keyframes animate-slide-b {
    0% {
        opacity: 0;
        right: -250px;
    }
    100% {
        opacity: 0.1;
        right: -100px;
    }
}

@keyframes animate-slide-c {
    0% {
        opacity: 0;
        left: -550px;
    }
    100% {
        opacity: 1;
        left: -25px;
    }
}

@keyframes animate-slide-d {
    0% {
        opacity: 0;
        color: #ffffff;
    }
    100% {
        color: #ffffff;
        opacity: 1;
    }
}

@keyframes animate-slide-e {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


/** ////////////////////================================= Conference programme and schedule style (2021) ==============================////////////////////////////////// **/

.schedules-item-header {
    /*padding: 0 10px;*/
}

.item-schedules-header {
    display: flex;
    padding: 0;
    position: relative;
}

.item-row-header {
    background-color: var(--main-primary-color);
    padding: 20px;
    /* border: 1px solid #2980B9; */
    color: #fff;
    display: flex;
    align-items: center;
}

.item-meta-header {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: left;
}

.item-wrapper-header {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-end;
}

.item-schedules-header .item-wrapper-header .btn-download {
    color: #ffffff;
    /* background-color: var(--main-third-color); */
    background-color: var(--main-secondary-color);
    border: none;
}

.item-wrapper-header .btn-download {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .23);
}

.time-schedules-header {
    display: inline-flex;
    font-size: var(--responsive-font-size);
    height: 100%;
    transition: all 0.5s;
}

.time-schedules-header .time-schedules-header-icon {
    margin-right: 5px;
}

.time-schedules-header .time-schedules-header-icon span {
    font-size: 1.2rem;
    font-weight: bold;
}


/*================================ Schedule content style =======================================*/

.schedules-item {
    /*padding: 0 10px;*/
}

.schedule-tab-nav {
    display: flex;
    justify-content: center;
}

.schedule-tab-nav .nav-pills .nav-link.active,
.schedule-tab-nav .nav-pills .show>.nav-link {
    color: #fff;
    /* background-color: var(--main-brand-color); */
    background-color: var(--main-secondary-color);
}

.schedule-tab-nav a {
    /* color: var(--main-brand-color); */
    color: var(--main-secondary-color);
}

.schedule-tab-nav a:hover {
    color: var(--main-brand-color);
}

.sponsor-logo-col {
    display: flex;
    justify-content: flex-end;
}

.schedule-sponsor-logo {
    display: inline-flex;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    padding: 10px;
}

.schedule-sponsor-logo img {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 5px;
    /*max-width: 150px;*/
    max-height: 90px;
}

.item-schedules_items {
    display: flex;
    padding: 0;
    position: relative;
}

.schedules-item>div:last-child {
    border-bottom: 0;
}

.item-meta {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.title-schedules {
    font-size: var(--responsive-font-size);
    color: #ffffff;
}

.item-row {
    background-color: var(--main-third-color);
    color: #ffffff;
    /* padding: 20px 10px; */
    padding: 20px 0;
    align-items: center;
}

.time-schedules {
    display: inline-flex;
    font-size: var(--responsive-font-size);
    height: 100%;
    transition: all 0.5s;
}

.time-schedules .time-schedules-icon {
    margin-right: 5px;
}

.location-schedules {
    font-size: 13px;
    font-size: .8125rem;
}

.item-schedules_items:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-image: linear-gradient( 90deg, #e5e5e5, #e5e5e5 75%, transparent 75%, transparent 100%);
    background-size: 10px 3px;
    height: 1px;
    width: 100%;
}

.title-label {
    color: #ffffff;
}

.author-schedules {
    font-size: 13px;
    font-size: .8125rem;
    display: flex;
}

.item-image-wrapper {
    line-height: 0;
    padding-top: 8px;
}

.item-image-wrapper a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.item-image {
    margin-right: 10px;
    display: inline-block;
    line-height: 0;
}

.item-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.5s;
}

.item-image-big {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.item-image-big img {
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 80px;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    border: 2px solid var(--main-brand-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.5s;
}

.item-description {
    font-size: var(--responsive-font-size);
    /* border: 1px dashed #ececec; */
    border-right: 1px dashed #ececec;
    border-left: 1px dashed #ececec;
    transition: all 0.5s;
    opacity: 1;
}

.item-description .col-4 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.item-description .col-8 {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}

.item-description .speaker-row {
    border-bottom: 1px dashed #ececec;
}

.item-description .col-12:last-child .speaker-row {
    /* background-color: #00cc00; */
    border: none;
}

.item-description .speaker-info {
    /* font-style: italic; */
    letter-spacing: 0.8px;
    line-height: 22px;
}

.speaker-info .speaker-position {
    /* font-style: italic; */
}

.speaker-topic strong {
    color: var(--main-secondary-color);
    font-weight: bold;
}

.speaker-topic em {
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

.speaker-info .speaker-name {
    color: var(--main-brand-color);
}

.item-description .speaker-status {
    color: var(--main-brand-color);
    font-weight: bold;
    margin: 10px auto;
}

.speaker-info .speaker-description p {
    margin: auto;
}

.speaker-info .speaker-description p strong {
    color: var(--main-secondary-color);
    font-weight: bold;
}

.speaker-info .speaker-description p em {
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

.speaker-info .speaker-description p b {
    color: var(--main-secondary-color);
    font-weight: bold;
}

.speaker-info .speaker-description p i {
    font-weight: bold;
    color: #000000;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.description-schedules {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    font-size: .875rem;
}

.description-schedules p {
    margin: 0;
}

.button-schedules {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    width: 20px;
    text-align: right;
    cursor: pointer;
    --animdur: .3s;
    --animtf: ease-in;
    background-color: #007bff;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgb(160 206 255);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .23);
}


/**================================ Tooltip style =================================================*/

.tooltip-inner {
    background-color: #00cc00;
}

.tooltip.bs-tooltip-bottom {
    margin-top: 10px;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #00cc00 !important;
}

.item-row[aria-expanded="false"] .button-schedules {
    transition: all var(--animdur) var(--animtf);
    transform: rotate(0deg);
}

.item-row[aria-expanded="true"] .button-schedules {
    transition: all var(--animdur) var(--animtf);
    transform: rotate(45deg);
}

.item-row[aria-expanded="false"] .item-row {
    align-items: center;
    transition: all 0.5s;
}

.item-row[aria-expanded="true"] .item-row {
    align-items: center;
    transition: all 0.5s;
}

.item-row[aria-expanded="false"] #img-small {
    animation: slide-up 0.5s linear 0s alternate;
}

.item-row[aria-expanded="true"] #img-small {
    display: none;
}

.item-row[aria-expanded="false"] #img-big,
.item-row[aria-expanded="false"] #description-schedules p {
    display: none;
}

.item-row[aria-expanded="true"] #img-big,
.item-row[aria-expanded="true"] #description-schedules p {
    animation: slide-down 0.5s linear 0s alternate;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transition: all 0.5;
        -moz-transform: translate(0px, -20px);
        -ms-transform: translate(0px, -20px);
        -webkit-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }
    80% {
        transition: all 0.5;
        opacity: 0;
    }
    100% {
        transition: all 0.5;
        opacity: 1;
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, 20px);
        -ms-transform: translate(0px, 20px);
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
    }
    50% {
        opacity: 0.5;
        -moz-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
        -webkit-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}


/*===================== Button animated ================================*/

.animated-arrows {
    /* position: absolute;
    right: 0;
    top: -18px;
    line-height: 1;
    text-align: right;*/
    cursor: pointer;
    --animdur: .3s;
    --animtf: ease-in;
    background-color: #007bff;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    margin: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgb(160 206 255);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
}

.animated-arrows-div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
}

.anim-arrow {
    position: absolute;
    width: 22px;
    height: 22px;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateY(10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateY(-10px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.anim-arrow.arrow1.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.anim-arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.anim-arrow.arrow1 {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.item-row[aria-expanded="false"] .animated-arrows {
    transition: all var(--animdur) var(--animtf);
    transform: rotate(0deg);
}

.item-row[aria-expanded="true"] .animated-arrows {
    transition: all var(--animdur) var(--animtf);
    transform: rotate(-180deg);
    box-shadow: none;
}

@keyframes bounceFromRight {
    0% {
        opacity: 0;
        transform: translateX(250px) scale(0.7);
    }
    25% {
        opacity: 0;
        transform: translateX(200px) scale(0.8);
    }
    26% {
        opacity: 0;
        transform: translateX(100px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

@keyframes bounceToLeft {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(100px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(200px) scale(0.8);
    }
    55% {
        opacity: 0;
        transform: translateX(250px) scale(0.7);
    }
}

.item-schedules_items[aria-expanded="false"] .sponsor-row {
    animation: bounceToLeft 0.6s linear;
    transition: all 0.5s;
}

.item-schedules_items[aria-expanded="true"] .sponsor-row {
    animation: bounceFromRight 0.6s linear;
    transition: all 0.5s;
}


/*=============================== Tabs animated ======================================*/

.tabs {
    font-size: 15px;
    padding: 0px;
    list-style: none;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    border-radius: 50px;
    position: relative;
}

.tabs a {
    text-decoration: none;
    color: #777;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s;
}

.tabs a.active {
    color: #fff;
}

.tabs a i {
    margin-right: 5px;
}

.tabs .selector {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #05abe0;
    background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
    background: -webkit-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
    background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}


/*------------------------------------------- Conference Programme Speaker's modal style ------------------------------------------------------------*/


/*---------------------------- ver 2 ---------------------------------*/

.speaker-modal {
    padding-right: 0 !important;
}

.speaker-modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.speaker-modal-body {
    padding: 0;
}

.speaker-modal-card-header .close {
    padding: 1rem 1rem;
    margin: 0.5rem 0rem 0rem auto;
    background-color: var(--main-third-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 1;
    color: #ffffff;
    /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);*/
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    z-index: 1;
    transition: all 0.5s;
}

.speaker-modal-card-header .close:not(:disabled):not(.disabled):focus,
.speaker-modal-card-header .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.speaker-modal-card-header .close:hover {
    background-color: var(--main-third-color);
    opacity: 1;
    color: #ffffff;
    box-shadow: none;
    transition: all 0.5s;
}

.speaker-modal-card {
    max-width: 100%;
    margin: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    background-color: white;
    display: flex;
    transition: 0.3s;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

.speaker-modal-card[data-state="#about"] {
    height: 100%;
}

.speaker-modal-card[data-state="#about"] .speaker-modal-card-main {
    padding-top: 0;
}

.speaker-modal-card[data-state="#contact"] {
    height: 430px;
}

.speaker-modal-card[data-state="#experience"] {
    height: 550px;
}

.speaker-modal-card.is-active .speaker-modal-card-header {
    height: 80px;
}

.speaker-modal-card.is-active .speaker-modal-card-cover {
    height: 100px;
    top: -50px;
}

.speaker-modal-card.is-active .speaker-modal-card-avatar {
    transform: none;
    left: 20px;
    width: 50px;
    height: 50px;
    bottom: 10px;
}

.speaker-modal-card.is-active .speaker-modal-card-fullname,
.speaker-modal-card.is-active .speaker-modal-card-jobtitle {
    left: 86px;
    transform: none;
}

.speaker-modal-card.is-active .speaker-modal-card-fullname {
    bottom: 18px;
    font-size: 19px;
}

.speaker-modal-card.is-active .speaker-modal-card-jobtitle {
    bottom: 16px;
    letter-spacing: 1px;
    font-size: 10px;
}

.speaker-modal-card-header {
    position: relative;
    display: flex;
    height: 200px;
    flex-shrink: 0;
    width: 100%;
    transition: 0.3s;
    padding: 0.7rem;
    background: linear-gradient(0deg, #ffffff, transparent);
}

.speaker-modal-card-header * {
    transition: 0.3s;
}

.speaker-modal-card-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    /* height: 160px; */
    top: -21px;
    left: 0;
    opacity: 0.5;
    will-change: top;
    /* background-image: url(../images/fon.svg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: blur(30px); */
    transform: scale(1.2);
    transition: 0.5s;
    z-index: -1;
}

.speaker-modal-card-avatar {
    max-width: 150px;
    max-height: 150px;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    border: 4px solid var(--main-brand-color);
    padding: 5px;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.speaker-card-info-head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
}

.speaker-modal-card-fullname {
    font-size: var(--responsive-font-sizeh4-spkr-modal);
    font-weight: 700;
    text-align: center;
    color: var(--main-brand-color);
}

.speaker-modal-card-jobtitle {
    font-size: var(--responsive-font-size-spkr-modal);
    font-weight: 500;
    opacity: 0.7;
    letter-spacing: 0.8px;
    line-height: 22px;
    margin: auto;
    text-align: center;
}

.speaker-modal-card-main {
    position: relative;
    flex: 1;
    display: flex;
    padding-top: 10px;
    flex-direction: column;
}

.speaker-modal-card-subtitle {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
}

.speaker-modal-card-content {
    padding: 20px;
}

.speaker-modal-card-desc {
    line-height: 1.6;
    color: #636b6f;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.speaker-modal-card-desc p strong {
    color: var(--main-secondary-color);
}

.speaker-modal-card-desc p em {
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

.speaker-modal-card-btn {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30px;
    justify-content: center;
    color: #ffffff;
}

.speaker-modal-card-social svg {
    fill: #a5b5ce;
    width: 16px;
    display: block;
    transition: 0.3s;
}

.speaker-modal-card-btn a {
    background-color: var(--main-third-color);
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%); */
    border: none;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
}

.speaker-modal-card-social a:hover svg {
    fill: #637faa;
}

.speaker-modal-card-social a:last-child {
    margin-right: 0;
}

.speaker-modal-card-buttons {
    display: flex;
    background-color: #fff;
    margin-top: auto;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
}

.speaker-modal-card-buttons button {
    flex: 1 1 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0;
    font-size: 13px;
    border: 0;
    padding: 15px 5px;
    cursor: pointer;
    color: #5c5c6d;
    transition: 0.3s;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    outline: 0;
    border-bottom: 3px solid transparent;
}

.speaker-modal-card-buttons button.is-active,
.speaker-modal-card-buttons button:hover {
    color: #2b2c48;
    border-bottom: 3px solid #8a84ff;
    background: linear-gradient(to bottom, rgba(127, 199, 231, 0) 0%, rgba(207, 204, 255, 0.2) 44%, rgba(211, 226, 255, 0.4) 100%);
}

.speaker-modal-card-section {
    display: none;
}

.speaker-modal-card-section.is-active {
    display: block;
    -webkit-animation: fadeIn 0.6s both;
    animation: fadeIn 0.6s both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translatey(40px);
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
    }
    100% {
        opacity: 1;
    }
}

.speaker-modal-card-timeline {
    margin-top: 30px;
    position: relative;
}

.speaker-modal-card-timeline:after {
    background: linear-gradient(to top, rgba(134, 214, 243, 0) 0%, #516acc 100%);
    content: "";
    left: 42px;
    width: 2px;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.speaker-modal-card-item {
    position: relative;
    padding-left: 60px;
    padding-right: 20px;
    padding-bottom: 30px;
    z-index: 1;
}

.speaker-modal-card-item:last-child {
    padding-bottom: 5px;
}

.speaker-modal-card-item:after {
    content: attr(data-year);
    width: 10px;
    position: absolute;
    top: 0;
    left: 37px;
    width: 8px;
    height: 8px;
    line-height: 0.6;
    border: 2px solid #fff;
    font-size: 11px;
    text-indent: -35px;
    border-radius: 50%;
    color: rgba(134, 134, 134, 0.7);
    background: linear-gradient(to bottom, #a0aee3 0%, #516acc 100%);
}

.speaker-modal-card-item-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.speaker-modal-card-item-desc {
    font-size: 13px;
    color: #6f6f7b;
    line-height: 1.5;
    font-family: "DM Sans", sans-serif;
}

.speaker-modal-card-contact-wrapper {
    margin-top: 20px;
}

.speaker-modal-card-contact {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #6f6f7b;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
    cursor: pointer;
}

.speaker-modal-card-contact+.speaker-modal-card-contact {
    margin-top: 16px;
}

.speaker-modal-card-contact svg {
    flex-shrink: 0;
    width: 30px;
    min-height: 34px;
    margin-right: 12px;
    transition: 0.3s;
    padding-right: 12px;
    border-right: 1px solid #dfe2ec;
}

.contact-me {
    border: 0;
    outline: none;
    background: linear-gradient(to right, rgba(83, 200, 239, 0.8) 0%, rgba(81, 106, 204, 0.8) 96%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 12px 16px;
    width: 100%;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
}

.schedule-footer-btn {
    background-color: var(--main-brand-color);
    color: #ffffff !important;
}


/*-------------- Fab button in modal End-------------------*/

.copyright-div {
    font-size: 11px;
}


/*-------------- Covid19 content and modal style -------------------*/

.covid-head-title {
    color: var(--covid-card-primary-color);
}

.covid-card {
    display: flex;
    /* flex-direction: column; */
    /*margin: 1rem auto;*/
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    /*margin-bottom: 1.6%;*/
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.covid-card .description {
    font-size: var(--responsive-font-size);
}

.covid-card .covid-icon {
    max-width: 100px;
}

.psuedo-text {
    color: #ffffff;
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline;
    height: auto;
    transition: 0.25s ease-in;
    transition-delay: 0.1s;
}

.button-general {
    background: var(--covid-card-primary-color);
    text-align: center;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.8px;
    position: relative;
    will-change: transform;
}

.button-mat {
    color: var(--covid-card-primary-color);
    border: 0px transparent;
    border-radius: 0.3rem;
    transition: 0.3s ease-in-out;
    transition-delay: 0.35s;
    overflow: hidden;
}

.button-mat:before {
    content: "";
    display: block;
    background: var(--covid-card-primary-color);
    position: absolute;
    width: 200%;
    height: 500%;
    border-radius: 100%;
    transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}

.button-mat:hover .psuedo-text {
    color: white;
}

.button-mat:hover {
    color: transparent;
}

.covid-btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.covid-btn:before {
    transform: translate(-120%, -50%) translateZ(0);
}

.covid-btn:hover:before {
    transform: translate(-45%, -34%) translateZ(0);
}

@media (min-width: 640px) {
    .covid-card {
        flex-direction: row;
        height: 100%;
    }
    .button-general {
        background: #ffffff;
        text-align: center;
        display: inline-block;
        font-weight: 700;
        letter-spacing: 0.8px;
        position: relative;
        will-change: transform;
    }
    .psuedo-text {
        color: var(--covid-card-primary-color);
        position: relative;
        top: 0;
        height: 100%;
        width: 100%;
        display: inline;
        height: auto;
        transition: 0.25s ease-in;
        transition-delay: 0.1s;
    }
}


/*========================================= Product categories List style IPACK start  =====================================================*/

.product-list-header ol.gradient-list>li::before,
.product-list-header ol.gradient-list>li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

.product-list-header {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.product-list-header ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}

.product-list-header ol.gradient-list>li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
    -webkit-border-radius: 0 0.5rem 0.5rem 0.5rem;
    -moz-border-radius: 0 0.5rem 0.5rem 0.5rem;
    -ms-border-radius: 0 0.5rem 0.5rem 0.5rem;
    -o-border-radius: 0 0.5rem 0.5rem 0.5rem;
}

.product-list-header ol.gradient-list>li::before,
.product-list-header ol.gradient-list>li::after {
    background: linear-gradient( 135deg, #ececec 0%, #ffffff 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
    -webkit-border-radius: 1rem 1rem 0 1 rem;
    -moz-border-radius: 1rem 1rem 0 1 rem;
    -ms-border-radius: 1rem 1rem 0 1 rem;
    -o-border-radius: 1rem 1rem 0 1 rem;
}

.product-list-header ol.gradient-list>li::before {
    align-items: flex-end;
    color: #4966b1;
    display: flex;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 20px;
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}


/* .product-list-header ol.gradient-list > li:nth-child(10n+1):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}
.product-list-header ol.gradient-list > li:nth-child(10n+2):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}
.product-list-header ol.gradient-list > li:nth-child(10n+3):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}
.product-list-header ol.gradient-list > li:nth-child(10n+4):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}
.product-list-header ol.gradient-list > li:nth-child(10n+5):before {
  background: linear-gradient(135deg, #a2ed56 0%, #fddc32 100%);
}
.product-list-header ol.gradient-list > li:nth-child(10n+6):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}
.product-list-header ol.gradient-list > li:nth-child(10n+7):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}
.product-list-header ol.gradient-list > li:nth-child(10n+8):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}
.product-list-header ol.gradient-list > li:nth-child(10n+9):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}
.product-list-header ol.gradient-list > li:nth-child(10n+10):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
} */

.product-list-header ol.gradient-list>li+li {
    margin-top: 2rem;
}


/*========================================= Product categories List style HOREX start  =====================================================*/

.product-list-header ol.horex-category-list>li::before,
.product-list-header ol.horex-category-list>li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

.product-list-header ol.horex-category-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}

.product-list-header ol.horex-category-list>li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 2rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
}

.product-list-header ol.horex-category-list>li::before,
.product-list-header ol.horex-category-list>li::after {
    background: linear-gradient( 135deg, #ececec 0%, #ffffff 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
    -webkit-border-radius: 1rem 1rem 0 1rem;
    -moz-border-radius: 1rem 1rem 0 1rem;
    -ms-border-radius: 1rem 1rem 0 1rem;
    -o-border-radius: 1rem 1rem 0 1rem;
}

.product-list-header ol.horex-category-list>li::before {
    align-items: flex-end;
    color: #4966b1;
    display: flex;
    justify-content: center;
    padding: 0.125em 0.25em;
    z-index: 1;
}

.product-list-header ol.horex-category-list>li:nth-child(1):before {
    background: url(/era_cms/images/icons/configuration-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}


/* 
.product-list-header ol.horex-category-list>li:nth-child(2):before {
    background: url(/era_cms/images/icons/drink-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
} */

.product-list-header ol.horex-category-list>li:nth-child(3):before {
    background: url(/era_cms/images/icons/drink-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}


/* .product-list-header ol.horex-category-list>li:nth-child(4):before {
    background: url(/era_cms/images/icons/livingroom-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}
*/

.product-list-header ol.horex-category-list>li:nth-child(5):before {
    background: url(/era_cms/images/icons/livingroom-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}


/* 
.product-list-header ol.horex-category-list>li:nth-child(6):before {
    background: url(/era_cms/images/icons/livingroom-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
} */

.product-list-header ol.horex-category-list>li:nth-child(7):before {
    background: url(/era_cms/images/icons/kitchen-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}


/* .product-list-header ol.horex-category-list>li:nth-child(8):before {
    background: url(/era_cms/images/icons/configuration-brown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
} */

.product-list-header ol.horex-category-list>li:nth-child(9):before {
    background: url(/era_cms/images/icons/store-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}


/* .product-list-header ol.horex-category-list>li:nth-child(10):before {
    background: url(/era_cms/images/icons/configuration-brown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
} */

.product-list-header ol.horex-category-list>li:nth-child(11):before {
    background: url(/era_cms/images/icons/shampoo-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}


/* .product-list-header ol.horex-category-list>li:nth-child(12):before {
    background: url(/era_cms/images/icons/configuration-brown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
} */

.product-list-header ol.horex-category-list>li:nth-child(13):before {
    background: url(/era_cms/images/icons/logistics-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.product-list-header ol.horex-category-list>li+li {
    margin-top: 2rem;
}

.closed .vertical {
    transition: all 0.25s ease-in-out;
    transform: rotate(-90deg);
}

.closed .horizontal {
    transition: all 0.25s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.opened {
    opacity: 1;
}

.opened .vertical {
    transition: all 0.25s ease-in-out;
    transform: rotate(90deg);
}

.opened .horizontal {
    transition: all 0.25s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
}

.circle-plus .circle {
    position: relative;
    width: 1em;
    height: 1em;
    border: 3px solid #007bff63;
    padding: 11px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
    background: #f8f9fa;
    margin-left: auto;
    margin-right: 0;
}

.circle-plus .circle .horizontal {
    position: absolute;
    background-color: #007bff;
    ;
    width: 15px;
    height: 3px;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -1.5px;
}

.circle-plus .circle .vertical {
    position: absolute;
    background-color: #007bff;
    ;
    width: 3px;
    height: 15px;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -8px;
}


/*========================================= Product categories List style ADEX start  =====================================================*/

.product-list-header ol.adex-category-list>li::before,
.product-list-header ol.adex-category-list>li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

.product-list-header ol.adex-category-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}

.product-list-header ol.adex-category-list>li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 2rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.product-list-header ol.adex-category-list>li::before,
.product-list-header ol.adex-category-list>li::after {
    background: linear-gradient( 135deg, #ececec 0%, #ffffff 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
    -webkit-border-radius: 1rem 1rem 0 1rem;
    -moz-border-radius: 1rem 1rem 0 1rem;
    -ms-border-radius: 1rem 1rem 0 1rem;
    -o-border-radius: 1rem 1rem 0 1rem;
}

.product-list-header ol.adex-category-list>li::before {
    align-items: flex-end;
    color: #EC2A30;
    display: flex;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 24px;
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}


/* .product-list-header ol.adex-category-list>li::before {
    align-items: flex-end;
    color: #4966b1;
    display: flex;
    justify-content: center;
    padding: 0.125em 0.25em;
    z-index: 1;
    background: url(/era_cms/images/icons/categories.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
} */

.product-list-header ol.adex-category-list>li+li {
    margin-top: 2rem;
}


/*========================================= Product categories List style Securex start  =====================================================*/

.product-list-header ol.securex-category-list>li::before,
.product-list-header ol.securex-category-list>li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

.product-list-header ol.securex-category-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}

.product-list-header ol.securex-category-list>li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 2rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
}

.product-list-header ol.securex-category-list>li::before,
.product-list-header ol.securex-category-list>li::after {
    background: linear-gradient( 135deg, #ececec 0%, #ffffff 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
    -webkit-border-radius: 1rem 1rem 0 1rem;
    -moz-border-radius: 1rem 1rem 0 1rem;
    -ms-border-radius: 1rem 1rem 0 1rem;
    -o-border-radius: 1rem 1rem 0 1rem;
}

.product-list-header ol.securex-category-list>li::before {
    align-items: flex-end;
    color: #1CA570;
    display: flex;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 24px;
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}


/* .product-list-header ol.securex-category-list>li::before {
    align-items: flex-end;
    color: #4966b1;
    display: flex;
    justify-content: center;
    padding: 0.125em 0.25em;
    z-index: 1;
    background: url(/era_cms/images/icons/categories.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
} */

.product-list-header ol.securex-category-list>li+li {
    margin-top: 2rem;
}


/* ////////////////////================================= New Services style start =====================================/////////////////////////////// */

.full-width-feature-area-04 {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0.5px;
}

.feature-list-04 .single-feature-list-item-04 {
    display: block;
    padding: 30px 30px;
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.feature-list-04 .single-feature-list-item-04 .icon {
    display: flex;
    align-items: center;
    margin-right: 0;
}


/*
.full-width-feature-area-04 {
	padding-left: 30px;
	padding-right: 30px;
}
*/

.feature-list-04 {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}


/*
.feature-list-04 .single-feature-list-item-04 {
	padding: 30px 30px;
	-webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
*/

.feature-list-04 .single-feature-list-item-04+.single-feature-list-item-04 {
    margin-top: 30px;
}

.feature-list-04 .single-feature-list-item-04:hover {
    -webkit-box-shadow: 0px 0px 155px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 155px 0px rgba(0, 0, 0, 0.2);
}


/*
.feature-list-04 .single-feature-list-item-04 .icon {
	font-size: 40px;
	line-height: 50px;
	margin-right: 20px;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
*/

.feature-list-04 .single-feature-list-item-04 h4 {
    color: #1c144e;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    margin-left: 20px;
}

.feature-list-04 .single-feature-list-item-04 .new-service-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.feature-list-04 .single-feature-list-item-04 .new-service-content p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    color: #666666;
    line-height: 1.625;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0px;
}

.feature-list-04 .single-feature-list-item-04 .new-service-content h4 {
    color: #1c144e;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}

.feature-list-04 .single-feature-list-item-04 span {
    color: #ff0000;
    font-weight: bold;
}

.right-content-area .margin-bottom-45 {
    margin-bottom: 45px;
}

.right-content-area p {
    color: #1c144e;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    line-height: 1.4444444444444444;
    margin-bottom: 30px;
}

.right-content-area h2 {
    color: #1c144e;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    font-size: 22px;
    line-height: 1.4444444444444444;
}

.ft--center .pdxParent--smartphones {
    box-sizing: content-box;
    width: auto
}

.ft--bottom .pdxParent--smartphones,
.ft--center .pdxParent--smartphones {
    max-height: 410px;
    align-items: flex-start
}

.ft--right .pdxItem--laptop-smartphone-phone {
    left: auto;
    right: -10px
}

.ft--bottom .pdx--devices-2 .pdxItem--nestedPhone,
.ft--center .pdx--devices-2 .pdxItem--nestedPhone {
    transform: scale(1)!important;
    right: 87%!important
}

.ft--right .pdxItem--nestedPhone {
    left: auto;
    right: 80%
}

.ft--right .pdxItem--nestedPhone.two {
    left: auto;
    right: 150%
}

.ft--bottom .pdxItem {
    min-width: 0
}

.ft--bottom .pdxItem--laptop-smartphone-phone,
.ft--center .pdxItem--laptop-smartphone-phone {
    bottom: -10px
}

.ft--bottom .pdxItem--nestedPhone.one,
.ft--center .pdxItem--nestedPhone.one {
    left: auto;
    right: 60%;
    transform: scale(.8)
}

.ft--bottom .ft--right .pdxItem--nestedPhone.two,
.ft--bottom .pdxItem--nestedPhone.two,
.ft--center .ft--right .pdxItem--nestedPhone.two,
.ft--center .pdxItem--nestedPhone.two {
    right: auto;
    left: 60%
}

.ft--bottom .pdx--devices-2 .pdxItem--smartphones,
.ft--center .pdx--devices-2 .pdxItem--smartphones {
    transform: translate(43%)
}

@media only screen and (max-width:1000px) {
    .ft--left .pdxItem--laptop-smartphone-phone>.pdxContent,
    .ft--right .pdxItem--laptop-smartphone-phone>.pdxContent {
        border-radius: 14px
    }
    .pdxItem--laptop-3d-half {
        width: 500px;
        min-width: 500px
    }
    .pdxItem--laptop-3d-half>.pdxContent {
        top: -22.6%;
        bottom: 19.8%;
        transform: rotateX(-61.5deg)
    }
}

@media only screen and (max-width:750px) {
    .pdx {
        max-height: 500px
    }
    .pdxParent--smartphones {
        padding-left: 0!important;
        padding-right: 0!important;
        max-height: 370px!important;
        align-items: flex-start!important
    }
    .pdxItem--smartphones {
        min-width: 0;
        transform: scale(.9)
    }
    .pdxItem--laptop-smartphone-phone {
        bottom: -10px
    }
    .pdxItem--laptop-smartphone-phone .pdxContent {
        border-radius: 14px
    }
    .pdx--devices-2 .pdxItem--nestedPhone {
        transform: scale(1)!important;
        right: 87%!important
    }
    .pdx--devices-2 .pdxItem--smartphones {
        transform: translate(43%)
    }
    .pdxItem--img-solid>img,
    .pdxItem--img-transparent>img {
        max-height: 400px
    }
    .pdxItem--nestedPhone.one {
        left: auto;
        right: 60%;
        transform: scale(.8)
    }
    .ft--right .pdxItem--nestedPhone.two,
    .pdxItem--nestedPhone.two {
        right: auto;
        left: 60%
    }
}

@media only screen and (max-width:600px) {
    .pdxItem--laptop-3d-half {
        width: 400px;
        min-width: 400px
    }
    .pdxItem--laptop-3d-half>.pdxContent {
        top: -44px;
        bottom: 13px;
        transform: rotateX(-66.4deg)
    }
}

@media only screen and (max-width:500px) {
    .pdxItem {
        min-width: 0
    }
}

@media only screen and (max-width:450px) {
    .pdxItem--laptop-3d-half {
        width: 300px;
        min-width: 300px
    }
    .pdxItem--laptop-3d-half>.pdxContent {
        top: -51px;
        bottom: -7px;
        transform: rotateX(-72.4deg)
    }
}

.appStores {
    margin: 10px -10px 0
}

.appStores img {
    border: none;
    display: inline-block;
    margin: 0 10px 10px;
    height: 52px;
}

.ft {
    position: relative;
    display: flex;
    text-align: left;
    min-height: 500px;
    min-height: var(--pdx-min-height);
    --pdx-pm: 1
}

.ft--noPdx {
    margin: 0 auto;
    max-width: var(--wr-max)
}

.section--hero .ft {
    min-height: 700px;
    min-height: var(--pdx-min-height)
}

.ft .section__subtitle,
.ft .section__title {
    text-align: left
}

.ft--bottom .hero__subtitle,
.ft--bottom .hero__title,
.ft--bottom .section__subtitle,
.ft--bottom .section__title,
.ft--center .hero__subtitle,
.ft--center .hero__title,
.ft--center .section__subtitle,
.ft--center .section__title {
    text-align: center
}

.ft__half {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*padding: 50px 0;*/
    box-sizing: border-box
}

.ft--left .ft__half,
.ft--right .ft__half {
    padding-bottom: calc(50px + var(--pdx-pb)*var(--pdx-pm)*1px)
}

.ft--bottom .ft__half:first-child,
.ft--center .ft__half:first-child,
.ft--left .ft__half,
.ft--right .ft__half {
    padding-top: calc(50px + var(--pdx-pt)*var(--pdx-pm)*1px)
}

.ft--bottom .ft__half:last-child,
.ft--center .ft__half:last-child {
    padding-bottom: calc(50px + var(--pdx-pb)*var(--pdx-pm)*1px)
}

.ft--twoBg.ft--left .ft__half:not(.pdx) {
    padding-left: 0
}

.ft--bottom:not(.ft--twoBg):not(.ft--noPdx) .ft__half:first-child,
.ft--center:not(.ft--twoBg):not(.ft--noPdx) .ft__half:first-child {
    padding-bottom: 0
}

.ft--noPdx .ft__half {
    padding-bottom: calc(50px + var(--pdx-pb)*var(--pdx-pm)*1px)
}

.ft__half .ft__wrapper {
    z-index: 4
}

.ft__half .pdxItem {
    z-index: 3
}

.ft--center .ft__half .pdxItem--smartphones {
    z-index: 1
}

.ft--twoBg .ft__half,
.ft__half.pdx {
    padding-left: 50px;
    padding-right: 50px
}

.ft__half:first-child .ft__wrapper {
    margin-left: 30px
}

.ft__half:last-child .ft__wrapper {
    margin-right: 30px
}

.ft--bottom .ft__wrapper,
.ft--center .ft__wrapper {
    margin: 0!important;
    max-width: none!important;
    padding: 0 30px
}

.ft__half:last-child {
    justify-content: flex-start
}

.ft__content,
.ft__media {
    display: flex;
    flex-direction: column
}

.ft__media {
    justify-content: flex-start
}

.ft--noPdx .ft__wrapper {
    max-width: none!important
}

.ftPoint {
    display: flex;
    margin-top: 30px;
    max-width: 600px
}

.ftPoint .icon,
.ftPoint .iconWrapper {
    margin-right: 15px;
    margin-top: 4px
}

.ftPoint .iconWrapper .icon {
    margin: 0
}

.ftPoint__meta {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 50px);
    text-align: left
}

.ftPoint__title {
    margin: 0;
    font-size: 1.25em
}

.ftPoint__description {
    font-size: 1.15em
}

.ftPoint__description p {
    margin: 0
}

.ftChecks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    font-size: 1.15em
}

.ftCheck {
    display: flex;
    align-items: center;
    margin-right: 18px;
    margin-bottom: 18px
}

.ftCheck:last-child {
    margin-right: 0
}

.ftCheck svg {
    flex-shrink: 0;
    margin-right: 5px
}

.ft--bottom,
.ft--center {
    flex-direction: column;
    min-height: 0;
    text-align: center
}

.ft--bottom .ctas,
.ft--center .ctas {
    justify-content: center
}

.ft .ctas {
    margin-top: 25px
}

.ft--bottom .ft__content,
.ft--center .ft__content {
    width: 100%;
    max-width: 850px;
    align-items: center
}

.ft--bottom>div,
.ft--center>div {
    width: 100%;
    justify-content: center!important
}

@media only screen and (max-width:750px) {
    .ft {
        flex-direction: column;
        min-height: 0;
        text-align: center;
        --pdx-pm: 0.3
    }
    .ft--right {
        flex-direction: column-reverse
    }
    .ft--right .ft__half:first-child {
        padding-top: 50px
    }
    .ft--right .ft__half:last-child {
        padding-bottom: 50px
    }
    .ft:not(.ft--right):not(.ft--noPdx) .ft__half:last-child {
        /*padding-top: 50px;*/
    }
    .ft:not(.ft--right):not(.ft--noPdx) .ft__half:first-child {
        padding-bottom: 50px
    }
    .section--hero .ft {
        min-height: 0
    }
    .ft__wrapper {
        max-width: none!important;
        margin-left: 0!important;
        margin-right: 0!important;
        padding: 0 30px
    }
    .ft--right:not(.ft--twoBg):not(.ft--noPdx) .ft__half:last-child,
    .ft:not(.ft--twoBg):not(.ft--right):not(.ft--noPdx) .ft__half:first-child {
        padding-bottom: 0
    }
    .ft--twoBg .ft__half:not(.pdx),
    .ft__half {
        padding-left: 0;
        padding-right: 0
    }
    .ft--twoBg .ft__half.pdx,
    .ft__half.pdx {
        padding-left: 25px;
        padding-right: 25px
    }
    .ft--center .section__subtitle,
    .ft--center .section__title,
    .hero__subtitle,
    .hero__title {
        text-align: center
    }
    .ft--right>div,
    .ft>div {
        width: 100%;
        justify-content: center!important
    }
    .ft__half:last-child .pdxItem--smartphones {
        z-index: 2
    }
}

@media only screen and (max-width:500px) {
    .ft>div.pdxParent--laptop-smartphone {
        justify-content: flex-start!important
    }
}

.pdx {
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.pdx--noOverflow {
    overflow: hidden
}

.pdxItem {
    position: relative;
    z-index: 4
}

.pdxContent {
    position: absolute;
    overflow: hidden
}

.pdxItem--browser {
    width: 800px;
    min-width: 500px
}

.pdxItem--browser>.pdxContent {
    top: 5.7%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 5px 5px
}

.pdxItem--laptop,
.pdxItem--laptop-smartphone {
    width: 100%;
    max-width: 840px;
    min-width: 500px
}

.pdxItem--laptop-smartphone>.pdxContent,
.pdxItem--laptop>.pdxContent {
    top: 4.4%;
    left: 11.8%;
    right: 11.8%;
    bottom: 8.7%;
    border-radius: 7px
}

.pdxItem--laptop-smartphone-phone,
.pdxItem--smartphones,
.pdxItem--smartphones-thin {
    width: 100%;
    max-height: 540px;
    max-width: 270px
}

.pdxItem--laptop-smartphone-phone>.pdxContent,
.pdxItem--nestedPhone>.pdxContent,
.pdxItem--smartphones-thin>.pdxContent,
.pdxItem--smartphones>.pdxContent {
    top: 2.1%;
    left: 4.4%;
    right: 4.4%;
    bottom: 2.1%;
    border-radius: 28px
}

.pdxItem--laptop-3d {
    width: 100%;
    max-width: 710px;
    min-width: 500px
}

.pdxItem--laptop-3d>.pdxContent {
    top: 4.5%;
    left: 15.2%;
    right: 14.9%;
    bottom: 28.4%;
    border-radius: 2px
}

.pdxItem--laptop-3d-half {
    width: 710px;
    min-width: 710px;
    perspective: 500px;
    perspective-origin: top
}

.pdxItem--laptop-3d-half>.pdxContent {
    top: -13%;
    left: 9.5%;
    right: 9.5%;
    bottom: 28.5%;
    transform: rotateX(-53.5deg);
    border-radius: 2px
}

.pdxItem--laptop-smartphone-phone {
    position: absolute;
    left: -10px;
    bottom: -20px;
    width: 25%
}

.pdxItem--laptop-smartphone-phone .pdxContent {
    border-radius: 20px
}

.pdxItem--nestedPhone {
    position: absolute;
    width: 100%;
    left: 80%;
    top: 0;
    z-index: -1!important;
    transform: scale(.9)
}

.pdxItem--nestedPhone.two {
    left: 150%;
    z-index: -2!important;
    transform: scale(.8)
}

.pdxItem--img-solid {
    overflow: hidden
}

.pdxItem--img-solid>img,
.pdxItem--img-solid>video,
.pdxItem--img-transparent>img,
.pdxItem--img-transparent>video,
.pdxItem--video>video {
    display: block;
    max-height: 500px;
    max-height: calc(var(--pdx-maxheight)*500px);
    max-width: 100%
}

.pdxContent img,
.pdxContent video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.pdxItem svg {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    filter: drop-shadow(0 8px 16px #0005)
}


/* ========================= Events programme style v1 ==================================== */


/* -------------- Register button style ---------------- */

.custom-btn {
    /*width: 130px; */
    /* height: 40px; */
    color: #fff;
    /* border-radius: 5px; */
    /* padding: 10px 25px; */
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    /* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%); */
    outline: none;
}


/* 3 */

.btn-3 {
    /* background: rgb(0, 172, 238); */
    background: var(--main-brand-color);
    /* width: 130px; */
    /* height: 40px; */
    line-height: 21px;
    /* padding: 0; */
    /* border: none; */
    font-size: 24px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.btn-3:hover {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.btn-3 span {
    /* position: relative; */
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 10px 25px;
}

.btn-3 svg {
    color: var(--main-brand-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-220%);
    -webkit-transform: translateX(-220%);
    -moz-transform: translateX(-220%);
    -ms-transform: translateX(-220%);
    -o-transform: translateX(-220%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.btn-3:hover svg {
    opacity: 1;
    z-index: 0;
    transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.btn-3:before,
.btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: var(--main-brand-color);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-3:before {
    height: 0%;
    width: 2px;
}

.btn-3:after {
    width: 0%;
    height: 2px;
}

.btn-3:hover {
    background: transparent;
    box-shadow: none;
}

.btn-3:hover:before {
    height: 100%;
}

.btn-3:hover:after {
    width: 100%;
}

.btn-3 span:hover {
    color: var(--main-brand-color);
}

.btn-3 span:before,
.btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: var(--main-brand-color);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-3 span:before {
    width: 2px;
    height: 0%;
}

.btn-3 span:after {
    width: 0%;
    height: 2px;
}

.btn-3 span:hover:before {
    height: 100%;
}

.btn-3 span:hover:after {
    width: 100%;
}


/* ------------------------------------ */


/* ---------------------------- */

.events-programme {
    position: relative;
}

.events-programme>p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 12px;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.5px;
    color: #424242 !important;
    background: aliceblue;
}

.events-programme>p span {
    color: #424242 !important;
}

.events-programme>p::before {
    content: "\f073";
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: var(--main-brand-color);
    padding: 15px;
}

.events-programme>p::after {
    border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
    background-color: #6cc000;
}

.events-programme>table {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    border-collapse: unset;
}

.events-programme>table>tbody>tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: #ffffff !important;
    border-bottom: 1px dashed #ececec;
}

.events-programme>table>tbody>tr:last-child {
    border-bottom: none;
}

.events-programme>table>tbody>tr>td {
    border-top: none;
}

.events-programme>table>tbody>tr>td:nth-child(1) {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.events-programme>table>tbody>tr>td:nth-child(2) {
    flex: 0 0 75%;
    max-width: 75%;
}

.events-programme>table>tbody>tr>td:nth-child(2) p {
    margin: auto;
}

.events-programme>table>tbody>tr>td:nth-child(1) span {
    color: #FF5252 !important;
    position: relative;
    width: 100%;
}

.events-programme>table>tbody>tr>td:nth-child(1) span strong {
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.events-programme>table>tbody>tr>td:nth-child(1) span strong::before {
    content: "\f017";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-weight: normal;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    font-size: 16px;
    color: var(--main-brand-color);
    padding-left: 0;
}

.events-programme>table>tbody>tr>td:nth-child(2) p span:nth-child(4) {
    font-style: italic !important;
}


/* ========================= Events programme style v2 ==================================== */

.events-programme .events-tab-content .tab-pane,
.events-programme .events-tab-nav {
    position: relative;
}

.events-programme .events-tab-nav li a {
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
}

.events-programme .events-tab-nav li a[aria-selected="false"] {
    background-color: #ffffff;
}

.events-programme::before {
    content: '';
    position: absolute;
    background: url(/era_cms/images/backgrounds/bg-img3.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    /* background-repeat: no-repeat; */
    background-size: 100%;
    z-index: 0;
}

.events-programme .events-tab-content .tab-pane>p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 12px;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.5px;
    color: #424242 !important;
    background: #f7f144;
}

.events-programme .events-tab-content .tab-pane>p span {
    color: #424242 !important;
}

.events-programme .events-tab-content .tab-pane>p::before {
    content: "\f073";
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: var(--main-brand-color);
    padding: 15px;
}

.events-programme .events-tab-content .tab-pane>p::after {
    border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
    background-color: #6cc000;
}

.events-programme .events-tab-content .tab-pane>table {
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    border-collapse: unset;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: #ffffff !important;
    border-bottom: 1px dashed #ececec;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr:last-child {
    border-bottom: none;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr>td {
    border-top: none;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(2) {
    flex: 0 0 75%;
    max-width: 75%;
    color: #03aeef;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(2) strong {
    color: #ff005c !important;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(2) p {
    margin: auto;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) span {
    color: #ff005c !important;
    position: relative;
    width: 100%;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) span strong {
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) span strong::before {
    content: "\f017";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-weight: normal;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    font-size: 16px;
    color: var(--main-brand-color);
    padding-left: 0;
}

.events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(2) p span:nth-child(4) {
    font-style: italic !important;
}


#venue iframe {
	width: 100% !important;
	height: auto !important;
	min-height: 400px !important;
}

/* ////////////////////================================= MEDIA QUIERES =====================================/////////////////////////////// */

@media screen and (max-width: 767px) {  			
	.sidebar-nav-line::before {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 990px) {  			
.side-navbar-menu .nav-menu li {
    position: relative;
    min-width: 189px;
    text-align: right;
}
}

@media screen and (min-width: 990px) and (max-width: 1200px) {  			
.side-navbar-menu .nav-menu li {
    position: relative;
    min-width: 161px;
    text-align: right;
}
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {  			
.side-navbar-menu .nav-menu li {
    position: relative;
    min-width: 201px;
    text-align: right;
}
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* STYLES GO HERE */
    .hero-section {
        padding: 0 0 300px;
    }
    /** ====================== Conference programme style ============================== **/
    .schedule-tab-nav nav {
        width: 100%;
    }
    .schedule-tab-nav .nav-pills {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
}


/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
    /* STYLES GO HERE */
}


/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
    .covid-card {
        flex-direction: column;
    }
	
}


/* iPhone 5 (portrait &amp; landscape)----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /* STYLES GO HERE */
    /** ====================== Events programme style v1 ============================== **/
    .events-programme>table>tbody>tr {
        width: 100% !important;
        flex-direction: column;
    }
    .events-programme>table>tbody>tr>td:nth-child(1) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .events-programme>table>tbody>tr>td:nth-child(2) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .events-programme>table>tbody>tr>td:nth-child(1) span strong {
        margin-right: auto;
        position: relative;
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        padding-left: 25px;
    }
    /** ====================== Events programme style v2 ============================== **/
    .events-programme .events-tab-content .tab-pane>table>tbody>tr {
        width: 100% !important;
        flex-direction: column;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(2) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) span strong {
        margin-right: auto;
        position: relative;
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        padding-left: 25px;
    }
    .events-programme .events-tab-nav {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .events-programme .events-tab-nav li {
        width: 100%;
    }
    .events-programme .events-tab-nav li a {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /** ====================== Conference programme style ============================== **/
    .schedule-tab-nav nav {
        width: 100%;
    }
    .schedule-tab-nav .nav-pills {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
	
}


/* iPhone 5 (landscape)----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    /* STYLES GO HERE */
    /** ====================== Events programme style v1 ============================== **/
    .events-programme>table>tbody>tr {
        width: 100% !important;
        flex-direction: column;
    }
    .events-programme>table>tbody>tr>td:nth-child(1) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .events-programme>table>tbody>tr>td:nth-child(2) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .events-programme>table>tbody>tr>td:nth-child(1) span strong {
        margin-right: auto;
        position: relative;
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        padding-left: 25px;
    }
    /** ====================== Events programme style v2 ============================== **/
    .events-programme .events-tab-content .tab-pane>table>tbody>tr {
        width: 100% !important;
        flex-direction: column;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(2) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) span strong {
        margin-right: auto;
        position: relative;
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        padding-left: 25px;
    }
    .events-programme .events-tab-nav {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .events-programme .events-tab-nav li {
        width: 100%;
    }
    .events-programme .events-tab-nav li a {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /** ====================== Conference programme style ============================== **/
    .schedule-tab-nav nav {
        width: 100%;
    }
    .schedule-tab-nav .nav-pills {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

}


/* iPhone 5 (portrait)----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    /* STYLES GO HERE */
    /** ====================== Events programme style v1 ============================== **/
    .events-programme>table>tbody>tr {
        width: 100% !important;
        flex-direction: column;
    }
    .events-programme>table>tbody>tr>td:nth-child(1) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .events-programme>table>tbody>tr>td:nth-child(2) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .events-programme>table>tbody>tr>td:nth-child(1) span strong {
        margin-right: auto;
        position: relative;
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        padding-left: 25px;
    }
    /** ====================== Events programme style v2 ============================== **/
    .events-programme .events-tab-content .tab-pane>table>tbody>tr {
        width: 100% !important;
        flex-direction: column;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(2) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) span strong {
        margin-right: auto;
        position: relative;
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        padding-left: 25px;
    }
    .events-programme .events-tab-nav {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .events-programme .events-tab-nav li {
        width: 100%;
    }
    .events-programme .events-tab-nav li a {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /** ====================== Conference programme style ============================== **/
    .schedule-tab-nav nav {
        width: 100%;
    }
    .schedule-tab-nav .nav-pills {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
	
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* STYLES GO HERE */
    /** ====================== Events programme style v1 ============================== **/
    .events-programme>table>tbody>tr {
        width: 100% !important;
        flex-direction: column;
    }
    .events-programme>table>tbody>tr>td:nth-child(1) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .events-programme>table>tbody>tr>td:nth-child(2) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .events-programme>table>tbody>tr>td:nth-child(1) span strong {
        margin-right: auto;
        position: relative;
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        padding-left: 25px;
    }
    /** ====================== Events programme style v2 ============================== **/
    .events-programme .events-tab-content .tab-pane>table>tbody>tr {
        width: 100% !important;
        flex-direction: column;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(2) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .events-programme .events-tab-content .tab-pane>table>tbody>tr>td:nth-child(1) span strong {
        margin-right: auto;
        position: relative;
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        padding-left: 25px;
    }
    .events-programme .events-tab-nav {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .events-programme .events-tab-nav li {
        width: 100%;
    }
    .events-programme .events-tab-nav li a {
        margin-top: 5px;
        margin-bottom: 5px;
    }


}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* STYLES GO HERE */
	
}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* STYLES GO HERE */
		

}


/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
    /* STYLES GO HERE */
}


/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    /* STYLES GO HERE */
}


/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    /* STYLES GO HERE */
}