.bg-white {
  background: #ffffff;
}

.text-un {
  text-decoration: none;
}
.text-white {
  color: #ffffff !important;
}
* {
  font-family: Nokora, Montserrat, serif;
}

@font-face {
  font-family: abc;
  src: url(CenturyGothicRegular.ttf) format("truetype");
}

.text-left {
  float: left;
}
.text-right {
  float: right;
}

.custom-btn.custom-btn--style-2 {
  background-color: green;
}
.b-color li {
  color: #5f5f48;
}

.b-color li p {
  padding: 0px 30px !important;
  color: #878a8b;
  margin: 5px 0px  22px 0px !important;
}
.bg-w-p-15 {
  background: #fff !important;
  padding: 15px !important;
}

.bg-w-p-15-no-bg {
  padding: 30px !important;
}
.col--lg-4 {
  margin: 15px 0px;
}
.bg-w {
  background: #fff !important;
}
.cat {
  height: 130px;
  padding: 5px;
}
.bg-g-id{
  background-color:#e0e0e275;
}
.bg-c-1 {
  background: #0565ad17;
}

.bg-c-2 {
  background: #00a9531c;
}


.bg-c-3 {
  background: #47cc0324;
}

.bg-c-4 {
  background: #7303c714;
}

.bg-c-5 {
  /* background: #3131311a; */
  background: rgb(0,20,65);
  background: radial-gradient(circle, rgba(0,20,65,1) 20%, rgba(0,15,30,1) 100%);
}

.bg-c-6 {
  background: #a2060614;
}

.mg-0 {
  margin: 0px !important;
  padding: 0px;
}

.mg-aut {
  margin: auto;
}
.slide-img img {
  display: inline !important;
}

.text-black {
  color: #444 !important;
}
.text-black .__item.__text {
  color: #444 !important;
}
.fontello-left-open {
  display: inline;
  position: absolute;
  margin-top: 150px;
}

.fontello-right-open {
  display: inline;
  /* float: right; */
  position: absolute;
  right: 0px;
  top: 150px;
}

#cicta2019{
    margin-left: 80px;
}

.is-text-center{
text-align: left;
}

.mobile-size-open {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile-size {
    display: none;
  }
  .mobile-size-open {
    display: block;
  }
  #cicta2019{
      margin-left: 0px;
  }
  .is-text-center{
      text-align: center;
  }
}


.section--light-blue-bg {
  background: #f9f6f6;
}
@media only screen and (min-width: 992px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mg-top-40{
    margin-top: 30px;
}

.text--justify{
text-align: justify;
}
.row {
    margin: 20px 0px;
}
.col{
    padding: 10px;
}
main p {
  margin-top: 10px;
  margin-bottom: 10px;
}
b{
  color: #0e0606e6;
}
#top-bar { 
  background: #fff !important;
}
b, strong {
  font-weight: normal !important;
}
.social-btns h6{
  margin: 5px;
}



.cat .services-icon {
  display: inline-block;
  position: relative; }
.cat .services-icon img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
.cat .services-icon .shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.cat .services-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: #fff; }
  .cat:hover .services-icon .shape {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg); }
    .countdown{
      margin: 20px;
      padding: 10px;
    }
    .countdown.show .running timer, .countdown.hero_count .running timer {
      font-size: 55px;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      color: #8c0734;
      margin: auto;
    }
    
    .countdown.show .running timer .days, .countdown.hero_count .running timer .days,
    .countdown.show .running timer .hours,
    .countdown.hero_count .running timer .hours,
    .countdown.show .running timer .minutes,
    .countdown.hero_count .running timer .minutes,
    .countdown.show .running timer .seconds,
    .countdown.hero_count .running timer .seconds {
      width: 70px;
      text-align: left;
      margin: 0 7px;
    }
    
    @media (max-width: 480px) {
      .countdown.show .running timer, .countdown.hero_count .running timer {
        font-size: 40px;

      }
      .countdown.show .running timer .days, .countdown.hero_count .running timer .days,
      .countdown.show .running timer .hours,
      .countdown.hero_count .running timer .hours,
      .countdown.show .running timer .minutes,
      .countdown.hero_count .running timer .minutes,
      .countdown.show .running timer .seconds,
      .countdown.hero_count .running timer .seconds {
        width: 49px;
      }
    }
    .countdown.hero_count .running timer {
      color: #0036b3;
    }
    
    .countdown.hero_count .running button {
      background-color: #af0b0b;
    }
    
    .countdown.hero_count .running button a {
      color: white;
    }
    
    .countdown.hero_count .running .labels span {
      width: 95px;
      margin: 0px 3px 0px 0px;
    }
    
    @media (max-width: 480px) {
      .countdown.hero_count .running .labels span {
        width: 69px;
      }
    }
    .countdown.show .ended .break, .countdown.hero_count .ended .break {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      height: 0;
    }

    .countdown.show .running .labels, .countdown.hero_count .running .labels {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      margin: auto;
      padding-top: 10px;
    }
    
    .countdown.show .running .labels span, .countdown.hero_count .running .labels span {
      width: 97px;
      text-align: center;
      margin: 0px 2px;
    }
    
    @media (max-width: 480px) {
      .countdown.show .running .labels span, .countdown.hero_count .running .labels span {
        width: 69px;
      }
    }
    
