@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
/* footer */
/* menu */

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/*** Animate ****/
@charset "UTF-8";
/* If media is above 991 */
/* If media is below 992 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
 :root {
  --primary-font:"Roboto", sans-serif;;
  --light-color: #ffffff;
  --brand-primary: #000000;
  --brand-secondary: #d30808;
  --brand-third: #0f6ec0;
}
/*** Animate ****/
@charset "UTF-8";

/* If media is above 991 */
/*** WRAPPER ***/
/* If media is below 992 */
/* If media is below 992 */
/* If media is above 1199 */
/* If media is above 991 */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

a:not([href]):not([tabindex]) {
    color: #bbbdc3;
    text-decoration: none;
}

#slidetop {
  background: var(--brand-secondary); none repeat scroll 0 0;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.25);
  color: transparent;
  border-radius: 50%;
  bottom: 15px;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  padding: 6px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 99;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*Breadcrumb*/

.breadcrumb-container {
  /* If media is below 992 */
  background: url(../images/breadcrumb-img.jpg) no-repeat center center;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /******* Pagination *******/ }
  @media (max-width: 991px) {
  .breadcrumb-container {
    padding: 40px 0; } }
  .breadcrumb-container .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    text-align: center;
    padding: 0 15px; }
  .breadcrumb-container .breadcrumb .breadcrumb-title {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 5px;
    color: var(--light-color);
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px; }
  .breadcrumb-container .breadcrumb ul, .breadcrumb-container .breadcrumb ol {
    margin: 0;
    padding: 0; }
  .breadcrumb-container .breadcrumb li {
    display: inline-block;
    vertical-align: middle;
      color: var(--light-color); }
    .breadcrumb-container li a{
      color: var(--brand-secondary);
    }
    .breadcrumb-container li a:hover{
      color: var(--brand-secondary);
    }
  .breadcrumb-container .breadcrumb li:after {
    content: "-";
      color: var(--light-color);
    margin: 0.3125rem; }
  .breadcrumb-container .breadcrumb li:last-child:after {
    display: none; }
    .breadcrumb-container .shape-1{
      position: absolute;
      right: 22%;
      top: 13%;
      z-index: -1;
    }
    .breadcrumb-container .shape-2{
        position: absolute;
        left: 6%;
        top: 42%;
        -webkit-animation: zoom-inout 3s infinite;
        animation: zoom-inout 3s infinite;
        z-index: -1;
    }
    .breadcrumb-container .shape-3{
      width: 48px;
      height: 48px;
      border: 4px solid var(--brand-secondary);
      border-radius: 50%;
      position: absolute;
      right: 7%;
      bottom: 28%;
      -webkit-animation: zoom-inout 3s infinite;
      animation: zoom-inout 3s infinite;
      z-index: -1;
    }

    @-webkit-keyframes zoom-inout {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(0.8);
      }
      100% {
        transform: scale(1);
      }
    }

    @keyframes zoom-inout {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(0.8);
      }
      100% {
        transform: scale(1);
      }
    }
#slidetop:before {
  content: "\f106";
  display: inline-block;
  color: var(--light-color);
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 26px;
}

#slidetop:after {
  display: none;
}

.manufacturer-block{
    text-align:center;
}
.slider-content p{
    font-size: 21px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 30px;
}
#slidetop:hover {
  background-color: var(--brand-primary);
}
#slidetop:hover:before {
  color: var(--light-color);
}
.aboutus .about-img img{  
  max-width: 100%;
}
.aboutus p{
  color: var(--brand-primary);
  font-size: 14px;
  font-weight: 400;
}

.videoblock p {
  color: var(--brand-primary);
  font-size: 14px;
  font-weight: 400;
}

footer a {
  font-family: var(--primary-font);
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer h2 {
  color: var(--light-color);
  font-size: 23px;
  font-weight: 600;
  font-family: var(--primary-font);
  margin-bottom: 20px;
  position: relative;
}
footer h2:before {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255,191,66,.1);
  content: "";
}
footer h2:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 43px;
  height: 3px;
  background-color: var(--brand-secondary);
  content: "";
}
footer{
  background: url(../images/footer-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.footer-before{
  padding: 130px 0 100px;
}
.storeinfo .store-img{
  width: 100%;
  margin-bottom: 10px;
}
.storeinfo p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.delivery-block-title{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.delivery-block a{
  font-size: 18px;
  color: #fff;
  border-bottom: 2px solid var(--brand-third);
  padding-bottom: 3px;
}
.store-img{
  margin-bottom: 20px;
} 
.store-img img{
  max-width: 70%;
} 
.storeinfo .store-img img{
  max-width: 100%;
}
.footerafter{
  align-items: center;
  padding: 10px 0;
}
.button_area .btn-primary{
  position: relative;
}
.sec-title .text{
  margin-top: 15px;
}
.owl-nav {
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  display: inline-block;
  border: 1px solid var(--brand-secondary);
  background-color: var(--brand-secondary);
  color: var(--brand-primary);
  border-radius: 50%;
  margin: 0 4px;
  width: 35px;
  height: 35px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.owl-nav .owl-prev:hover i:after,
.owl-nav .owl-next:hover i:after {
  color: var(--light-color);
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  height: 35px;
  width: 35px;
  line-height: 35px;
}

.owl-nav .owl-prev i:after,
.owl-nav .owl-next i:after {
  content: "\E314";
  display: inline-block;
  font-family: "material icons";
  font-size: 24px;
  color: var(--light-color);
  margin-left: -2px;
}

.owl-nav .owl-next i:after {
  content: "\E315";
  margin: 0;
}

#_desktop_top_menu {
  /* If media is below 992 */
  position: relative;
}

@media (max-width: 991px) {
  #_desktop_top_menu {
    display: block;
  }
}

#top-menu {
  /* If media is below 1500 */
  padding: 0;
  margin: 0;
}


#top-menu>li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: transparent;
  position: relative;
  cursor: pointer;
  list-style: none;
  background: transparent;
  /* If media is below 992 */
}

#top-menu>li:last-child {
  border-bottom: 0;
}

#top-menu>li:last-child a:after {
  display: none;
}

@media (max-width: 991px) {
  #top-menu>li {
    padding: 2px 0;
    border-bottom: 0;
    overflow: hidden;
    display: block;
    text-align: left;
  }
}

#top-menu>li .dropdown-item {
  white-space: normal;
  display: block;
  width: 100%;
  clear: both;
}

#top-menu>li .dropdown-item.active,
#top-menu>li .dropdown-item:focus {
  background-color: transparent;
}

#top-menu>li .dropdown-item:active {
  background-color: transparent;
}

#top-menu>li>a {
  color: var(--brand-primary);
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 15px 10px;
  position: relative;
  font-family: var(--primary-font);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-header__right__call {
    background: var(--light-color);
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 10px;
    padding: 15px 30px 15px 30px;
}
/*.main-header__right__call::after {
    content: "";
    background: var(--light-color);
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 99%;
    z-index: -1;
}*/
.main-header__right__icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--brand-secondary);
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background: #EFE6E1;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.main-header__right__icon:hover {
  color: var(--light-color);
}
.main-header__right__text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    font-family: var(--primary-font);
    color: #7D8081;
    margin-bottom: 0;
    padding-bottom: 0;
}
.main-header__right__number {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 167%;
    margin-bottom: -5px;
    padding-bottom: 0;
    color: #232728;
    transition: all 0.4s ease-in-out;
}
.main-header__right__icon::after {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--brand-secondary);
    z-index: -1;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}
.main-header__right__icon:hover::after{
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}
#top-menu>li>a.active,
#top-menu>li>a:focus {
  background-color: transparent;
}



#top-menu>li>a i {
  float: right;
  line-height: 21px;
  font-size: 22px;
  margin-left: 6px;
}

#top-menu>li>a:hover {
  color: #eb4d4b;
  background-color: transparent;
}

#_desktop_top_menu #top-menu>li .sub-menu {
  top: 150%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  border: none;
  width: auto;
  z-index: 99;
  padding: 15px;
  border-radius: 3px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  /* If media is below 1200 */
}

#_desktop_top_menu #top-menu>li .sub-menu.collapse {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1200px) {
  #_desktop_top_menu #top-menu>li .sub-menu {
    top: 100%;
  }
}

#_desktop_top_menu #top-menu>li .sub-menu .category_dropdownmenu {
  padding: 0;
}

#_desktop_top_menu #top-menu>li .sub-menu .category_dropdownmenu.multiple-dropdown-menu {
  float: left;
}

#_desktop_top_menu #top-menu>li .sub-menu .category_dropdownmenu .childs_2 {
  margin-bottom: 15px;
}

#_desktop_top_menu #top-menu>li .sub-menu .category_dropdownmenu .childs_2 li {
  margin-bottom: 6px;
  list-style: none;
}

#_desktop_top_menu #top-menu>li .sub-menu .category_dropdownmenu .childs_2 li a {
  text-transform: capitalize;
}

#_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li {
  /* If media is below 1200 */
  text-align: left;
  min-width: 190px;
  list-style: none;
  background: transparent;
}

@media (max-width: 1200px) {
  #_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li {
    min-width: 168px;
  }
}

#_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li>a {
  padding: 0;
  padding-bottom: 4px;
  margin-bottom: 17px;
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  display: block;
  background: transparent;
  transition: all 0.5s;
}
#_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li>a:hover {
  color: var(--brand-secondary);
}
#_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li>a:before {
  border-top: 1px solid #ddd;
  bottom: -7px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

.top-menu .collapse {
  display: inherit;
}

#mobile_top_menu_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  bottom: 0;
  background: var(--light-color);
  z-index: 999;
  overflow-y: auto;
  overflow-x: auto;
}

#mobile_top_menu_wrapper #top_menu_closer {
  cursor: pointer;
  color: var(--brand-primary);
  margin: 10px 10px 0 10px;
  text-align: right;
  display: block;
}

#mobile_top_menu_wrapper #_mobile_top_menu {
  padding: 10px 10px 10px 12px;
}

#_mobile_top_menu .logo {
  display: none;
}

#mobile_top_menu_wrapper #top-menu {
  margin-bottom: 0;
  text-align: left;
  display: block;
  padding: 2px 0;
  background: none;
}

#mobile_top_menu_wrapper #top-menu ul {
  padding: 10px 0 0 15px;
}

@media (max-width: 991px) {
  #mobile_top_menu_wrapper #top-menu li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
}

#mobile_top_menu_wrapper #top-menu li a {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: 0;
  line-height: 30px;
  z-index: 1;
  position: relative;
  color: var(--brand-primary);
  background: transparent;
}

#mobile_top_menu_wrapper #top-menu li a:hover {
  color: var(--brand-secondary);
}

@media (max-width: 991px) {
  #mobile_top_menu_wrapper #top-menu li a {
    font-size: 16px;
    line-height: 20px;
  }
}

#mobile_top_menu_wrapper .top-menu {
  color: #333;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  cursor: pointer;
  right: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 17px;
  left: 0;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler i {
  float: right;
  color: #000;
  line-height: 16px;
  font-size: 22px;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  padding: 0;
  margin-bottom: 8px;
}

#mobile_top_menu_wrapper .top-menu .collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse.show {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  box-shadow: none;
  z-index: inherit;
  display: block;
  position: static;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
  min-width: 100%;
  border: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
  padding: 0 0 0 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
  margin-bottom: 5px;
}

#menu-icon {
  float: right;
  cursor: pointer;
}

#menu-icon .menu-block {
  width: 40px;
  height: 40px;
}

#menu-icon .menu-block svg {
  fill: #000;
}
.top-left.mobile{
  display: none;
}
@media (max-width: 991px) {
  #menu-icon .menu-block svg {
    fill: var(--brand-primary);
  }
  .megamenu{
    display: none;
  }
}
#slider {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0px;
}

#slider .slideshow__link {
  display: flex;
  align-items: center;
}

#slider .slideshow__link img {
  max-width: 100%;
}

#slider .slideshow__link .bg-shape-1 {
  width: 1260px;
  height: 569px;
  position: absolute;
  bottom: 78px;
  right: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

#slider .slideshow__link .bg-shape-2 {
  width: 1920px;
  height: 229px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
#slider .container {
  position: absolute;
  left: 0;
  right: 0;
}

@media (min-width: 1500px) {
  #slider .container {
    max-width: 1400px;
  }
}

#slider .slider-content {
  width: 70%;
  text-align: left;
  z-index: 8;
  position: relative;
}
.social-icon-six li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 5px;
  background-color: var(--brand-secondary);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.social-icon-six li a:hover i{
  color: #fff;
}
.social-icon-six li a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#slider .slider-content .slider-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-decoration: none;
  color: var(--light-color);
  margin-bottom: 30px;
}
#slider .slider-content .slider-subtitle {
  font-size: 20px;
  line-height: 30px;
  color: var(--light-color);
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  #slider .slider-content{
    width: 90%;
  }
}
@media (max-width: 991px) {
  #slider .slider-content{
    width: 100%;
  }
  #slider .slider-content .slider-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #slider .slider-content .slider-subtitle{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  #slider .slider-content .slider-title {
    font-size: 23px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  #slider .slider-content .slider-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #slider .slider-content .slider-subtitle{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #slider .slider-content .btn-primary{
    font-size: 11px;
    padding: 5px 15px;
  }
}





#slider .slider-content .main-title {
  font-size: 50px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 7px;
  margin-bottom: 20px;
  color: #0bef9a;
  text-shadow: .2px 6px 9px rgba(11, 239, 154)
}

@media (max-width: 1199px) {
  #slider .slider-content .main-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #slider .slider-content .main-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  #slider .slider-content .main-title {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 543px) {
  #slider .slider-content .main-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
  }
}

@media (max-width: 480px) {
  #slider .slider-content .main-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 415px) {
  #slider .slider-content .main-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}

@media (max-width: 380px) {
  #slider .slider-content .main-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  #slider .slider-content .main-title {
    font-size: 14px;
    line-height: 18px;
  }
}

#slider .owl-item.active .slider-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

#slider .owl-item.active .slider-subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.35s;
}

#slider .owl-item.active .slider-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.35s;
}

#slider .owl-nav {
  margin: 0;
  position: unset;
  /* If media is below 768 */
}

@media (max-width: 767px) {
  #slider .owl-nav {
    display: none;
  }
}

#slider .owl-nav .owl-prev,
#slider .owl-nav .owl-next {
  /* If media is below 992 */
  position: absolute;
  top: 45%;
  border-radius: 50%;
  background-color: var(--brand-secondary);
  border: 1px solid var(--brand-secondary);
  color: var(--light-color);
  padding: 0px;
  margin: 0 4px;
  left: 70px;
  right: auto;
  width: 40px;
  height: 40px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* If media is below 768 */
}

@media (max-width: 991px) {

  #slider .owl-nav .owl-prev,
  #slider .owl-nav .owl-next {
    top: 44%;
  }
}

@media (max-width: 991px) {

  #slider .owl-nav .owl-prev,
  #slider .owl-nav .owl-next {
    top: 38%;
  }
}

#slider .owl-nav .owl-prev:hover,
#slider .owl-nav .owl-next:hover {
  background-color: var(--brand-third);
  border-color: var(--brand-third);
}

#slider .owl-nav .owl-prev:hover i:after,
#slider .owl-nav .owl-next:hover i:after {
  color: var(--light-color);
}

#slider .owl-nav .owl-prev i,
#slider .owl-nav .owl-next i {
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: var(--light-color);
}

#slider .owl-nav .owl-prev i:after,
#slider .owl-nav .owl-next i:after {
  margin-left: -2px;
  color: var(--light-color);
}

#slider .owl-nav .owl-next {
  right: 70px;
  left: auto;
}

#slider .owl-nav .owl-next i:after {
  margin-left: 0px;
}

#slider .owl-dots {
  position: absolute;
  bottom: 113px;
  left: 0;
  right: 0;
  max-width: 1170px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 100%;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #slider .owl-dots {
    bottom: 5px;
  }
}
@media (max-width: 543px) {
  #slider .owl-dots {
    bottom: 0;
  }
}
#slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  outline: none;
}

#slider .owl-dots .owl-dot span {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid var(--light-color);
  background: transparent;
  margin: 0 3px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span {
  background: var(--brand-secondary);
  border-color: var(--brand-secondary);
}



#slider:hover .owl-nav .owl-prev,
#slider:hover .owl-nav .owl-next {
  opacity: 1;
  left: 50px;
}

#slider:hover .owl-nav .owl-next {
  right: 50px;
  left: auto;
}

/*========================= About Us Start ===========================*/

.about-section{
  position: relative;
  padding: 10px 0px 120px 0px;
}
.about-section.about-section-2 .content-box{
  margin-right: 70px;
  margin-left: 0;
}
.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-right: 60px;
  margin-right: 10px;
  padding-bottom: 60px;
  margin-top: 10px;
}

.image_block_1 .image-box:before{
  position: absolute;
  content: '';
  background: #f5f0f0;
  width: calc(100% + 60px);
  height: calc(100% - 60px);
  top: 60px;
  right: 0px;
}

.image_block_1 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image img{
  width: 100%;
}

.image_block_1 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.service-section .links{
  margin: 0 auto;
  margin-top: 20px;
}
.image_block_1 .image-box .image-content{
  position: absolute;
  left: -60px;
  bottom: 0px;
  max-width: 200px;
  width: 100%;
  padding: 34px 50px 37px 50px;
  background: var(--brand-secondary);
  text-align: center;
}

 .support-box i {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.image_block_1 .image-box .image-content h2{
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 14px;
}

.image_block_1 .image-box .image-content h5{
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
}

.content_block_1 .content-box .support-box{
  position: relative;
  display: inline-block;
  padding: 20px 65px 20px 85px;
  background: #f5f0f0;
}

.content_block_1 .content-box .support-box i{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: var(--brand-secondary);
}

.content_block_1 .content-box .support-box p{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 3px;
}

.content_block_1 .content-box .support-box h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.content_block_1 .content-box .support-box h4 a{
  display: inline-block;
  color: #2d2727;
}


.content_block_1 .content-box{
  position: relative;
  margin-left: 70px;
}



.content_block_1 .content-box .inner-box{
  position: relative;
  margin-bottom: 44px;
}

.content_block_1 .content-box .inner-box .single-item{
  position: relative;
  float: left;
  width: 50%;
  padding-left: 75px;
}

.content_block_1 .content-box .inner-box .single-item i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 60px;
  line-height: 50px;
}

.content_block_1 .content-box .inner-box .single-item h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.content_block_1 .content-box .list-item{
  position: relative;
  margin-bottom: 42px;
}

.content_block_1 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 12px;
}

.content_block_1 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_1 .content-box .list-item li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0px;
  top: 0px;
  font-weight: 700
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.sec-title p {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: #716868;
    margin: 0;
    padding-bottom: 4px;
}
.sec-title p:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.sec-title p:before {
    background: var(--brand-secondary);
}
.bg-color-1{
  background-color: #f5f0f0;
}

/*========================= About Us End ===========================*/

.skrills-section{
  position: relative;
  padding: 110px 0px;
}

.skrills-section .image-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.skrills-section .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.progress-box{
  margin-bottom: 25px;
  position: relative;
}

.progress-box:last-child{
  margin-bottom: 0px;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:8px;
  background: rgba(255,255,255,0.1);
  border-radius:0px;
  margin-bottom:12px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:8px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box .count-text{
  position:absolute;
  top: -40px;
  right: 0px;
  font-size:16px;
  color: rgba(255,255,255,0.7);
  font-weight: 700;
  opacity:0;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;  
}

.progress-box .bar-inner.counted .count-text{
  opacity:1;  
}

.progress-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.content_block_2 .content-box .text{
  position: relative;
  margin-bottom: 48px;
}

.content_block_2 .content-box .text p{
  color: rgba(255,255,255,0.6);
}

.content_block_2 .content-box .inner-box .single-item{
  position: relative;
  float: left;
  width: 50%;
  padding: 9px 0px 10px 60px;
  min-height: 47px;
}

.content_block_2 .content-box .inner-box .single-item i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}

.content_block_2 .content-box .inner-box .single-item h5{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.content_block_2 .content-box .inner-box{
  position: relative;
  margin-bottom: 55px;
}
/*=====================Service section start=================================*/
  .service-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.service-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-section .sec-title{
  margin-bottom: 50px;
  text-align: center;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}
.service-inner .service-block{
  margin-bottom: 30px;
} 
.service-section.service-inner{
    padding-bottom: 50px;
}
.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  z-index: 2;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.service-block-one .inner-box:hover:before{
  height: 20px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.service-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: #2d2727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box:before{
  opacity: 0.9;
}

.service-block-one .inner-box .text{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 30px 30px;
  opacity: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .text{
  opacity: 0;
}

.service-block-one .inner-box .text h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 900;
}

.service-block-one .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  top: 15px;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 30px 30px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .overlay-content{
  opacity: 1;
  top: 0px;
}

.service-block-one .inner-box .overlay-content h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}

.service-block-one .inner-box .overlay-content h3 a{
  display: inline-block;
  color: #fff;
}

.service-block-one .inner-box .overlay-content p{
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  margin-bottom: 22px;
}

.service-block-one .inner-box .overlay-content .link a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 28px;
  text-align: center;
  letter-spacing: 1px;
}

.bg-color-2{
  background-color: #2d2727;
}
  
/*=====================Service section end=================================*/



/*======================== Counter Testimonial Start==============================*/

  .section__wrapper {
    background-color: #303442;
    color: #fff;
  }
  .tt-info-value {
    padding: 85px 0 158px;
    overflow: hidden;
  }
  .tt-info-value .tt-col-title {
    position: relative;
  }
  .tt-info-value .col-auto {
    min-width: 20%;
  }
  .tt-info-value .tt-col-title .bg-marker{
    position: absolute;
    bottom: -38px;
    left: 55px;
    opacity: .08;
    pointer-events: none;
  }
  .tt-info-value .tt-col-title .tt-title__01 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--brand-secondary);
  }
  .tt-info-value .tt-col-title .tt-title__02 {
    font-size: 37px;
    line-height: 47px;
    color: var(--light-color);
    font-weight: 600;
    margin-top: 7px;
  }
  .ml-auto, .mx-auto {
    margin-left: auto !important;
  }
  .tt-info-value .col-auto .tt-value {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tt-box03 {
    position: relative;
    overflow: hidden;
  }
  .tt-box03.tt-box03__extraindent {
    margin-top: -120px;
  }
  .tt-box03.tt-box03__extraindent .tt-box03__content {
    margin: 121px 0 0 0;
    padding: 90px 90px 90px 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  .tt-box03 .tt-box03__img.tt-visible-mobile {
    display: none;
  }
  .tt-box03 .tt-box03__extra {
    background-color: var(--brand-secondary);
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 95px;
    width: 338px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    margin-right: 33px;
    padding: 33px 20px 35px 38px;
    z-index: 2;
    box-shadow: 0 0 50px rgba(48,52,66,.2);
  }
  .tt-box03 .tt-box03__extra .tt-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .tt-box03 .tt-box03__extra .tt-title + p {
    margin-top: 0;
    color: #fff;
  }
  .tt-box03 .tt-box03__extra {
    color: #fff;
  }
  .tt-box03 .tt-box03__extra address {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
  }
  .tt-box03 .tt-box03__extra address a {
    color: #fff;
  }
  .tt-box03 .tt-box03__extra address i {
    font-size: 21px;
    margin-right: 2px;
  }
  .tt-box03 .tt-box03__img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 59.8%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 84% top;
  }
  #testimonials .container{
    position: unset;
  }
  .tt-box03 .item .item__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }
  .tt-box03 .item .tt-item__title {
    margin-left: 30px;
  }
  .section-title .section-title__01 {
    font-size: 16px;
    line-height: 26px;
    color: var(--brand-secondary);
    font-weight: 600;
  }
  .section-title .section-title__02 {
    font-size: 36px;
    line-height: 46px;
    color: #303442;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 0;
  }
  .tt-box03 .item .tt-item__content {
    margin: 10px 0 0 30px;
  }
  .tt-box03 .item blockquote {
    margin: -7px 0 0 0;
    padding: 0;
  }
  .tt-box03 .item blockquote cite{
    display: block;
    margin-top: 25px;
    color: #303442;
    font-weight: 600; 
  }
  @media (max-width: 1199px) {
    .counter-testimonial .tt-info-value .tt-col-title .tt-title__02{
      font-size: 30px;
      line-height: 37px;
    }
  }
  @media (max-width: 991px) {
    .counter-testimonial .tt-title{
      text-align: center;
      margin-bottom: 30px;
    }
    .counter-testimonial .tt-info-value .col-auto{
      min-width: 30%;
      text-align: center;
    }
    .counter-testimonial .tt-box03.tt-box03__extraindent .tt-box03__content{
        padding: 50px 50px 50px 0;
    }
    .tt-box03 .item .tt-item__title{
      margin-left: 0;
    }
    .tt-box03 .item .tt-item__content{
      margin: 10px 0 0 0px;
    }
    .counter-testimonial .section-title .section-title__02{
      font-size: 26px;
      line-height: 36px;
    }
  }
  @media (max-width: 767px) {
    .tt-box03 .tt-box03__extra{
      position: relative;
      right: 0;
      bottom: 0;
      transform: translateX(0);
    }
    .tt-box03.tt-box03__extraindent .tt-box03__content{
      margin: 0;
      padding: 20px;
    }
  }
  @media (max-width: 575px) {
    .tt-info-value .col-auto .tt-value{
      font-size: 30px;
      line-height: 40px;
    }
    .tt-item.counter{
      font-size: 13px;
    }
  }
  @media (max-width: 450px) {
    .counter-testimonial .tt-info-value .col-auto{
      min-width: 100%;
      text-align: center;
      margin-bottom: 10px;
    }
    .section-title .section-title__02{
      font-size: 25px;
      line-height: 30px;
    }
  }
/*======================== Counter Testimonial End==============================*/
/*======================== Manufacture Start==============================*/
  .manufacture-img img{

    width: 60% !important;
    text-align: center;
    margin: 0 auto;
  }
/*======================== Manufacture End==============================*/


/*==========================Gallery Block Start==================================*/

  .magnific-img a::after {
    content: "";
    position: absolute;
    width: 93%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .magnific-img:hover a:after{
    opacity: 1;
  }
.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    float: left;
    width: 20%;
    padding: 0 7px;
    margin-bottom: 15px;
    position: relative;
}
.magnific-img a{
  display: flex;
  align-items: center;
}
.magnific-img i{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25px;
  color: #fff;
  opacity: 0;
  z-index: 222;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.magnific-img:hover i{
  opacity: 1;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    /*Tab CSS*/
    .tab-wrapper{
      width: 100%;
    }
 .tab-wrapper .tab-btns {
  text-align: center;
  margin: 0 auto;
}
 .tab-wrapper .tab-btns .btn {
   border: none;
   outline: none;
   background: blue;
   color: #fff;
   padding: 10px 20px;
   width: auto;
   cursor: pointer;
   font-size: 18px;
   transition: 200ms linear;
}
 .tab-wrapper .tab-btns .tab-btn.active,.tab-wrapper .tab-btns .tab-btn:hover {
   background: transparent;
   color: var(--brand-secondary);
}
 .tab-wrapper .tab-btns .tab-btn {
   padding: 0 10px;
  background: transparent;
  color: #232323;
}
 .tab-wrapper .tab-contents {
   padding: 30px;
}
 .tab-wrapper .tab-contents h4 {
   font-size: 1.5rem;
   font-weight: 500;
   text-transform: capitalize;
   margin-bottom: 10px;
}
 .tab-wrapper .tab-contents p {
   font-size: 1rem;
   font-weight: 300;
   letter-spacing: 0.15px;
}
/* show/hide content */
 .tab-contents .content {
   display: none;
}
 .tab-contents .content.active {
   display: block;
   animation-name: fadeIn;
   animation-duration: 400ms;
   animation-timing-function: ease-in-out;
   animation-iteration-count: 1;
}
 @media (max-width: 1199px) {
  .gallery-block .magnific-img{
    width: 25%;
  }
 }
 @media (max-width: 991px) {
  .gallery-block .magnific-img{
    width: 33.33%;
  }
 }
 @media (max-width: 575px) {
  .gallery-block .magnific-img{
    width: 50%;
  }

  .tab-wrapper .tab-btns .tab-btn{
    padding: 6px 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .tab-wrapper .tab-contents{
    padding: 0;
  }
 }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==========================Gallery Block End==================================*/

/*=====================Banner Section Start================================*/
.banner-block{
  overflow: hidden;
}
.tt-slideinfo-wrapper {
  overflow: hidden;
  position: relative;
}
.tt-slideinfo {
  position: relative;
  height: 730px;
}
.tt-slideinfo-wrapper {
 overflow:hidden;
 position:relative
}
.tt-slideinfo {
 position:relative;
 height:730px
}
.tt-slideinfo .tt-item__bg {
 position:absolute;
 z-index:0;
 top:0;
 left:0;
 width:100%;
 height:100%;
 -webkit-transform:skew(12deg,0);
 transform:skew(12deg,0);
 overflow:hidden;
 background-color:#333
}
.tt-slideinfo .tt-item__bg:before {
 content:"";
 z-index:1;
 position:absolute;
 left:-100%;
 top:0;
 width:100%;
 height:100%;
 background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.25) 50%,rgba(255,255,255,0) 100%);
 transition:0s ease-in-out;
 pointer-events:none;
 opacity:.5
}
.tt-slideinfo .tt-item__bg .tt-item__bg-img {
 position:absolute;
 z-index:0;
 top:0;
 left:0;
 width:130%;
 height:100%;
 opacity:.6;
 background-size:cover;
 background-position:center top;
 background-repeat:no-repeat;
 transition:opacity .2s ease;
 -webkit-transform:skew(-12deg);
 transform:skew(-12deg);
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top {
 position:absolute;
 z-index:2;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after,
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before {
 content:"";
 width:calc(100% + 4px);
 height:20px;
 background-color:var(--light-color);
 display:block;
 position:absolute;
 left:-2px;
 transition:height .13s ease
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before {
 top:0
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after {
 bottom:0
}
.tt-slideinfo .tt-item__content {
 position:absolute;
 z-index:1;
 top:0;
 left:0;
 width:100%;
 height:100%;
 display:flex;
 flex-direction:row;
 flex-wrap:wrap;
 justify-content:center;
 align-content:center;
 align-items:center;
 color:#fff;
 text-align:center;
 padding-left: 20px;
  padding-right: 7px;
}
.tt-slideinfo .tt-item__title {
 font-size:30px;
 line-height:1;
 width:100%;
 font-weight:600;
 position:relative
}
.tt-slideinfo .tt-item__title .tt-icon {
 display:inline-block;
 position:absolute;
 top:-85px;
 left:50%;
 -webkit-transform:translateX(-50%);
 transform:translateX(-50%);
 z-index:1;
 opacity:.44
}
.tt-slideinfo .tt-item__title span {
 position:relative;
 z-index:2
}
.tt-slideinfo .tt-item__description {
 max-width:397px;
 margin-left:auto;
 margin-right:auto;
 margin-top:20px;
 padding-left:20px;
 padding-right:20px;
 display:none
}
.tt-slideinfo .tt-item__btn {
 margin-top:28px;
 width:100%
}
.tt-slideinfo .tt-item__btn a {
 display:inline-flex;
 flex-direction:row;
 flex-wrap:nowrap;
 justify-content:center;
 align-content:center;
 align-items:center;
 width:59px;
 height:59px;
 border-radius:50%;
 background-color:var(--brand-secondary);
 font-size:30px;
 line-height:30px;
 color:#fff;
 position:relative;
 transition:background-color .3s,color .3s
}
.tt-slideinfo .tt-item__btn a:before {
 position:relative;
 z-index:2
}
.tt-slideinfo .tt-item__btn a::after {
 content:"";
 position:absolute;
 z-index:1;
 top:50%;
 left:50%;
 width:100%;
 height:100%;
 border-radius:50%;
 background:var(--brand-secondary);
 opacity:.5;
 -webkit-animation:pulse 1.3s infinite linear;
 animation:pulse 1.3s infinite linear;
 -webkit-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 transition:all .3s;
 pointer-events:none;
 display: none;
}
.tt-slideinfo .tt-item__btn a:hover {
 background-color:#fff;
 color:var(--brand-secondary)
}
.tt-slideinfo .tt-item__btn a:hover:after {
 display:none
}
.tt-slideinfo:hover .tt-item__bg {
 overflow:hidden
}
.tt-slideinfo:hover .tt-item__bg:before {
 left:100%;
 transition:.5s ease-in-out
}
.tt-slideinfo:hover .tt-item__bg .tt-item__bg-top:after,
.tt-slideinfo:hover .tt-item__bg .tt-item__bg-top:before {
 height:0
}
.tt-slideinfo.open-info .tt-item__title {
 position:static
}
.tt-slideinfo.open-info .tt-item__title .tt-icon {
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 margin-top:-25px
}
.tt-slideinfo.open-info .tt-item__description {
 display:block;
}


@-webkit-keyframes pulse {
 from {
  width:100%;
  height:100%;
  opacity:.8
 }
 50% {
  width:140%;
  height:140%;
  opacity:0
 }
 to {
  width:100%;
  height:100%;
  opacity:0
 }
}
@keyframes pulse {
 from {
  width:100%;
  height:100%;
  opacity:.8
 }
 50% {
  width:140%;
  height:140%;
  opacity:0
 }
 to {
  width:100%;
  height:100%;
  opacity:0
 }
}


@media (min-width: 1025px){
  .tt-slideinfo-wrapper::after, .tt-slideinfo-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff;
    transition: height .13s ease;
  }
  .tt-slideinfo-wrapper::after {
    bottom: 0;
  }
  .tt-slideinfo-wrapper::before {
    top: 0;
  }
  .tt-slideinfo-wrapper {
    margin-bottom: -13px;
  }
}
@media (min-width: 767px){
  .tt-slideinfo-wrapper {
    margin-left: -75px;
    margin-right: -75px;
  }
  .tt-slideinfo-wrapper:not(.slick-initialized) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .tt-slideinfo-wrapper .tt-slideinfo:nth-child(1) {
    padding-left: 70px;
  }
  .tt-slideinfo-wrapper .tt-slideinfo:nth-child(1) {
    z-index: 2;
  }
  .tt-slideinfo-wrapper .tt-slideinfo.wide {
    width: calc(33.333% + 30px);
  }
  .tt-slideinfo-wrapper .tt-slideinfo:not(.active) {
    width: 33.333%;
  }
  .tt-slideinfo-wrapper .tt-slideinfo {
    transition: width .13s ease;
    position: relative;
  }
  .tt-slideinfo-wrapper .tt-slideinfo .tt-item__bg {
    margin-left: -76px;
    width: calc(100% + 76px);
  }
  .tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
    z-index: 1;
  }
  .tt-slideinfo-wrapper .tt-slideinfo.wide {
    width: calc(33.333% + 30px);
  }
  .tt-slideinfo-wrapper .tt-slideinfo:not(.active) {
    width: 33.333%;
  }
  .tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
    margin-left: -4px;
    margin-right: -4px;
  }
  .tt-slideinfo-wrapper .tt-slideinfo {
    transition: width .13s ease;
    position: relative;
  }
  .tt-slideinfo-wrapper .tt-slideinfo:nth-child(3) {
    padding-right: 70px;
  }
  .tt-slideinfo-wrapper .tt-slideinfo:nth-child(3) {
    z-index: 0;
  }
}
@media (max-width: 1300px){
  .tt-slideinfo .tt-item__title{
    font-size: 23px;
  }
}
@media (max-width: 1199px){
  .tt-slideinfo .tt-item__bg .tt-item__bg-img{
    position: unset;
    -webkit-transform: skew(0);
    transform: skew(0);
  }
  .tt-slideinfo .tt-item__bg::before{
    position: unset;
  }
  .tt-slideinfo .tt-item__bg{
    position: unset;
    transform: skew(0,0);
    -webkit-transform: skew(0,0);
  }
  .tt-slideinfo-wrapper:not(.slick-initialized){
    display: block;
  }
  .tt-slideinfo-wrapper .tt-slideinfo:not(.active){
    width: 100%;
  }
  .tt-slideinfo-wrapper .tt-slideinfo .tt-item__bg{
    width: calc(100% + 0px);
    margin: 0;
  }

  }
  @media (max-width: 991px){
    .tt-slideinfo{
      height: 450px;
    }
  }
  @media (max-width: 450px){
    .tt-slideinfo{
      height: 550px;
    }
  }
/*=====================Banner Section End================================*/
/*=======================Video block=================================*/
.tt-box01 {
 background-position:center top;
 background-size:cover;
 padding:96px 0;
 overflow:hidden
}
.tt-box01 .tt-box01__description {
 background-color:#fff;
 display:inline-block;
 padding:77px 100px 120px 90px;
 max-width:584px
}
.tt-box01 .tt-box01__title+* {
 margin-top:0
}
.tt-box01 .tt-row-btn {
 display:flex;
 flex-direction:row;
 flex-wrap:wrap;
 justify-content:flex-start;
 align-content:flex-start;
 align-items:flex-start;
 top:35px
}
.tt-box01 .tt-box01__holder {
 display:flex;
 flex-direction:row;
 flex-wrap:nowrap;
 justify-content:flex-start;
 align-content:stretch;
 align-items:center
}
.tt-box01 .tt-box01__video {
 display:none;
 flex-direction:row;
 flex-wrap:wrap;
 justify-content:center;
 align-content:center;
 align-items:center;
 flex:2 1 auto
}
.tt-video {
 display:flex;
 flex-direction:row;
 flex-wrap:nowrap;
 justify-content:center;
 align-content:center;
 align-items:center;
 width:89px;
 height:89px;
 border-radius:50%;
 color:#fff;
 transition:all .3s;
 position:relative;
 font-size:20px
}
.tt-video i{
  font-size: 70px;
  color: var(--brand-secondary);
}
.tt-video:before {
 position:relative;
 z-index:2
}
.tt-video::after {
 content:"";
 position:absolute;
 z-index:1;
 top:0;
 left:0;
 width:100%;
 height:100%;
 border-radius:50%;
 background:var(--brand-secondary);
 opacity:.5;
 -webkit-animation:pulse 1.3s infinite linear;
 animation:pulse 1.3s infinite linear;
 -webkit-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 transition:all .3s;
 pointer-events:none
}
.tt-video:hover {
 color:#fff
}
.tt-video:hover:after {
 display:none
}
@media (max-width: 767px) {
  .video-block .tt-box01 .tt-box01__description{
    padding: 30px 30px 30px 30px;
  }
  .video-block .tt-box01__title{
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .video-block .tt-row-btn a {
    width: 100%;
  }
  .video-block .tt-box01__title {
    font-size: 17px;
    line-height: 24px;
  }
}
@keyframes pulse {
 from {
  width:100%;
  height:100%;
  opacity:.8
 }
 50% {
  width:140%;
  height:140%;
  opacity:0
 }
 to {
  width:100%;
  height:100%;
  opacity:0
 }
}
/*==========================Video block end==========================*/
.course .course-data{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 30px;
}
.course .courser-img img{
  max-width: 100%;
}
.course .cource-content{
  padding: 25px 10px 10px;
  text-align: center;
  background: #fde468;
  min-height: 266px;
}
.course .cource-content .course-title{
  font-size: 25px;
  color: var(--brand-primary);
  font-weight: 600;
  padding-bottom: 20px;
}
.course .cource-content .desc{
  font-size: 15px;
  color: var(--brand-primary);
  font-weight: 500;
  margin-bottom: 20px;
}
.course .banner-btn{
  display: inline-block;
}
.course .banner-btn .btn-default{
  display: block;
}
@media (max-width: 1199px) {
  .course .cource-content .course-title{
    font-size: 22px;
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .course .cource-content .course-title{
    font-size: 18px;
    padding-bottom: 9px;
  }
  .course .cource-content .desc{
    font-size: 14px;
  }
}
.services-upcoming-image {
  background-image: url("../images/services-upcoming-image.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.servicesblock {
  padding-bottom: 140px;
}

@media (min-width: 1200px) {
  .servicesblock .container {
    max-width: 1240px;
  }
}

.servicesblock .service-img {
  position: relative;
  width: 90px;
  height: 90px;
}

.servicesblock .services-content {
  padding-left: 10px;
}

.servicesblock .service-img svg linearGradient stop:nth-child(1) {
  stop-color: #0bef9a !important;
}

.servicesblock .service-img svg linearGradient stop:nth-child(2) {
  stop-color: #0bef9a !important;
}

.servicesblock .service-img svg linearGradient stop:nth-child(3) {
  stop-color: #823bed !important;
}

.servicesblock .services {
  display: flex;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: rgba(11, 239, 154, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 25px 40px 40px;
}

.servicesblock .services:nth-child(6n+3),
.servicesblock .services:nth-child(6n+6) {
  border-width: 0px 0px 1px 0px;
}

.servicesblock .row {
  background: #111111;
}

.servicesblock .service-img svg {
  position: relative;
  width: 90px;
  height: 90px;
}

.servicesblock .service-img::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(228deg, #111111 0, rgba(17, 17, 17, 0) 100%);
  background-image: -o-linear-gradient(228deg, #111111 0, rgba(17, 17, 17, 0) 100%);
  background-image: linear-gradient(-138deg, #111111 0, rgba(17, 17, 17, 0) 100%);
  border-radius: 100%;
  background-color: #0bef9a;
  opacity: .05;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.servicesblock .services:hover .service-img::before {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: .05
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .1
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: .05
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: .05
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .1
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: .05
  }
}

.servicesblock .services-content a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.servicesblock .services-content h5 {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  color: #0bef9a;
}

@media (max-width: 1199px) {
  .servicesblock .services {
    display: block;
    padding: 40px 10px 40px 10px;
  }

  .servicesblock .services-content h5 {
    font-size: 16px;
  }

  .servicesblock .service-img {
    text-align: center;
    margin: 0 auto 20px;
  }

  .services-content {
    text-align: center;
  }

}

@media (max-width: 991px) {
  .servicesblock .services {
    border-width: 0px 0px 1px 0px;
  }
}

.servicesblock .subtitle {
  margin-bottom: 40px;
}

.servicesblock .services-content p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 1.67;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
}


.home-title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: var(--brand-primary);
  font-family: var(--primary-font);
  margin-bottom: 30px;
}

.home-title span{
  color: #fcbc1c;
}
.aboutclub p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  color: rgba(255, 255, 255, 0.8);
  width: 72%;
  text-align: center;
  margin: 0 auto 50px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1199px) {
  .aboutclub {
    padding: 100px 0;
  }

  .aboutclub p {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .aboutclub {
    padding: 50px 0;
  }
}

.aboutclub .subtitle {
  color: #0bef9a;
}

.aboutclub a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.13px;
  color: #ffffff;
  position: relative;
  padding: 0 0 20px;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutclub a::before,
.aboutclub a::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 20px;
  background-color: #0bef9a;
  box-shadow: 0 0 5px 1px rgba(11, 239, 154, .45);
  -webkit-box-shadow: 0 0 5px 1px rgba(11, 239, 154, .45);
  -webkit-transition: width 250ms ease-in-out;
  -o-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}

.aboutclub a::before,
.aboutclub a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.aboutclub a::after {
  bottom: 4px;
}

.aboutclub a:hover::before,
.aboutclub a:hover::after {
  width: 100%;
}

.aboutclub .certificate .certificate-inner {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.aboutclub .certificate{
  padding: 80px 0 0;
}
.aboutclub .certificate img {
  max-width: 100%;
}

.aboutclub .certificate .certificate-inner .certificate-image {
  margin-bottom: 30px;
}
.galleryblock {
  background: #0b0b0b;
  padding: 120px 0 0;
}

.galleryblock .gallery-image {
  margin-bottom: 30px;
}

.galleryblock .gallery-image img {
  max-width: 100%;
  cursor: pointer;
  min-height: 250px;
}
.testimonials-container {
    position: relative;
    display: block;
    border: 1px solid #ede6e6;
    padding: 15px 15px 15px 15px;
}
.inner-testimonial .testimonials-container{
    margin-bottom: 30px;
}
.review-btn{
  display: block;
  text-align: center;
  margin: 20px auto 0;
}    
 .user-name{
  font-size: 20px;
  font-weight: 600;
}
.top-left p{
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: var(--primary-font);
}
.testimonialsblock .sec-title{
  text-align: center;
  margin-bottom: 30px;
}
.user-description{
  font-size: 16px;
  color: var(--brand-primary);
  margin: 0 auto 20px;
  font-style: italic;
}
.user-content .icon i{
  width: 50px;
  height: 50px;
  font-size: 50px;
  margin-bottom: 10px;
  color: var(--brand-secondary);
}


@media (max-width: 767px) {
  .testimonialsblock .bgimage {
    padding: 40px 0;
  }
}
@media (max-width: 543px) {
  .galleryblock {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .testimonialsblock .bgimage .section-header {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .testimonialsblock .bgimage .section-header {
    margin-bottom: 30px;
  }
}

.testimonialsblock .bgimage .testimonial-container {
  background-color: #111111;
  text-align: left;
  padding: 50px;
  position: relative;
  margin-bottom: 20px;
}

.testimonialsblock .bgimage .testimonial-container .title {
  position: absolute;
  margin-top: -68px;
  margin-bottom: 0;
  font-size: 40px;
  color: #0bef9a;
  line-height: 50px;
  font-family: 'Mrs Saint Delafield', cursive;
}

@media (max-width: 575px) {
  .testimonialsblock .bgimage .testimonials-container {
    padding: 40px 15px 30px;
  }
}

.testimonialsblock .bgimage .testimonials-container .testimonial-img {
  display: inline-block;
  vertical-align: middle;
  min-width: 63px;
  max-width: 63px;
  height: 63px;
  width: 63px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 0;
}

.testimonialsblock .bgimage .testimonials-container .user-content {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}

@media (max-width: 1199px) {
  .testimonialsblock .bgimage .testimonials-container .testimonial-img {
    left: 30px;
  }
}

@media (max-width: 575px) {
  .testimonialsblock .bgimage .testimonials-container .testimonial-img {
    margin-bottom: 15px;
  }
}

.testimonialsblock .bgimage .testimonials-container .user-description {
  color: #ffffff;
  line-height: 34px;
  font-weight: 400;
  font-size: 24px;
}

@media (max-width: 1199px) {
  .testimonialsblock .bgimage .testimonials-container .user-description {
    font-size: 18px;
    line-height: 30px;
  }

  .testimonialsblock .bgimage .testimonial-container {
    padding: 30px;
  }

  .testimonialsblock .bgimage .testimonial-container .title {
    margin-top: -48px;
  }
}

@media (max-width: 991px) {
  .testimonialsblock .bgimage .testimonial-container {
    padding: 20px;
  }

  .testimonialsblock .bgimage .testimonials-container .user-description {
    font-size: 15px;
    line-height: 25px;
  }

 
}

@media (max-width: 767px) {
  .testimonials-container {
    padding: 0 15px;
  }
}

.testimonialsblock .bgimage .testimonials-container .user-name {
  color: #FFFFFF;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .testimonialsblock .bgimage .testimonials-container .user-name {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
  }
}

.testimonialsblock .bgimage .testimonials-container .user-designation {
  font-weight: 400;
  font-size: 14px;
  color: #0bef9a;
}

@media (max-width: 575px) {
  .testimonialsblock .bgimage .testimonials-container .user-designation {
    display: block;
    padding-left: 0;
  }
}

.testimonialsblock .bgimage .testimonials-container .user-ratting {
  margin-top: 10px;
}

.testimonialsblock .bgimage .testimonials-container .user-ratting .starrating i {
  position: relative;
  font-style: normal;
  display: inline-block;
}

.testimonialsblock .bgimage .testimonials-container .user-ratting .starrating i:after {
  content: '\F005';
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 18px;
}

.testimonialsblock .bgimage .testimonials-container .user-ratting .starrating i.starfill:after {
  content: "\F005";
  font-family: "FontAwesome";
  color: #fec42d;
  font-size: 18px;
}

.testimonialsblock .bgimage .owl-nav {
  margin-top: 30px;
  margin-bottom: 0;
}









@media (min-width: 992px) {

  /*** end Animate ****/
  .hb-animate-element {
    opacity: 0;
  }

  .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    -o-animation: 1s ease 0s normal none 1 fadeInRight;
    opacity: 1;
  }

  .lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    -o-animation: 1s ease 0s normal none 1 fadeInLeft;
  }

  .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 1s ease 0s normal none 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    -o-animation: 1s ease 0s normal none 1 fadeInLeft;
    opacity: 1;
  }

  .lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 1s ease 0s normal none 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    -o-animation: 1s ease 0s normal none 1 fadeInRight;
  }

  .hb-animate-element.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 1s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    -o-animation: 1s ease 0s normal none 1 fadeInUp;
    opacity: 1;
  }

  .hb-animate-element.hb-animate-element.hb-in-viewport.top-to-bottom {
    animation: 1s ease 0s normal none 1 fadeInDown;
    -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
    -moz-animation: 1s ease 0s normal none 1 fadeInDown;
    -o-animation: 1s ease 0s normal none 1 fadeInDown;
    opacity: 1;
  }

  .hb-animate-element.hb-animate-element.hb-in-viewport.fade-in {
    animation: 1s ease 0s normal none 1 fadeIn;
    -webkit-animation: 1s ease 0s normal none 1 fadeIn;
    -moz-animation: 1s ease 0s normal none 1 fadeIn;
    -o-animation: 1s ease 0s normal none 1 fadeIn;
    opacity: 1;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated .infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated .hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated .flipOutX,
.animated .flipOutY,
.animated .bounceIn,
.animated .bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@media (min-width: 992px) {

  /*** end Animate ****/
  .hb-animate-element {
    opacity: 0;
  }

  .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    -o-animation: 1s ease 0s normal none 1 fadeInRight;
    opacity: 1;
  }

  .lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    -o-animation: 1s ease 0s normal none 1 fadeInLeft;
  }

  .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 1s ease 0s normal none 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    -o-animation: 1s ease 0s normal none 1 fadeInLeft;
    opacity: 1;
  }

  .lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 1s ease 0s normal none 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    -o-animation: 1s ease 0s normal none 1 fadeInRight;
  }

  .hb-animate-element.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 1s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    -o-animation: 1s ease 0s normal none 1 fadeInUp;
    opacity: 1;
  }

  .hb-animate-element.hb-animate-element.hb-in-viewport.top-to-bottom {
    animation: 1s ease 0s normal none 1 fadeInDown;
    -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
    -moz-animation: 1s ease 0s normal none 1 fadeInDown;
    -o-animation: 1s ease 0s normal none 1 fadeInDown;
    opacity: 1;
  }

  .hb-animate-element.hb-animate-element.hb-in-viewport.fade-in {
    animation: 1s ease 0s normal none 1 fadeIn;
    -webkit-animation: 1s ease 0s normal none 1 fadeIn;
    -moz-animation: 1s ease 0s normal none 1 fadeIn;
    -o-animation: 1s ease 0s normal none 1 fadeIn;
    opacity: 1;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated .infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated .hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated .flipOutX,
.animated .flipOutY,
.animated .bounceIn,
.animated .bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.card {
  clear: both;
  background-color: #3c3a3a;
  border: 1px solid #eaeaea;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
}





section.checkout-step .form-control-label {
  text-align: left;
}

section.checkout-step .form-group {
  align-items: center;
}

section.checkout-step form#customer-form {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1200px) {
  section.checkout-step .collapse {
    display: none;
  }

  section.checkout-step .collapse.show,
  section.checkout-step .collapse.in {
    display: inherit;
  }
}

@media (min-width: 992px) {
  section.checkout-step .collapse {
    display: none;
  }

  section.checkout-step .collapse.show,
  section.checkout-step .collapse.in {
    display: inherit;
  }
}

section.checkout-step .content {
  padding: 0 2.313rem;
  margin-top: 10px;
}

@media (max-width: 575px) {
  section.checkout-step .content {
    padding: 0;
  }
}

section.checkout-step .form-footer {
  text-align: center;
  margin: 8px 0;
}

section.checkout-step .payment-options {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}




.pagination .pagination-right {
  float: right;
  text-align: right;
}

@media (max-width: 575px) {
  .pagination .pagination-right {
    text-align: center;
  }
}

.pagination .page-list {
  padding: rem(10px) 0;
  margin-bottom: 0;
}

.pagination .page-list li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.pagination .page-list .pagination-lbl {
  display: none;
}

.ourparty {
  background-image: url("../images/our-party-host.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 20px 70px 20px;
  text-align: center;
}

@media (max-width: 1199px) {
  .ourparty {
    padding: 60px 20px 85px 20px;
  }
}

.ourparty .subtitle {
  margin-bottom: 50px;
}

@media (max-width: 543px) {

  .ourparty .home-title {
    font-size: 23px;
  }

  .ourparty {
    padding: 60px 0 85px 0;
  }

  .ourparty .subtitle {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.ourparty .host-data {
  text-align: left;
  padding-top: 25px;
}

.ourparty .host-data h5 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.ourparty .host-data p {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #0bef9a;
  font-family: 'Montserrat', sans-serif;
}



.tabs {
  /* If media is below 992 */
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .tabs {
    margin-bottom: 30px;
  }
}

.tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}

@media (max-width: 575px) {
  .tabs .nav-tabs {
    margin-bottom: 20px;
  }
}

.tabs .nav-tabs .nav-link {
  color: #000;
  padding-left: 1px;
  padding-right: 1px;
  padding: 8px 12px;
  border: 1px solid #e4e4e4;
  background: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
}

.tabs .nav-tabs .nav-link.active {
  border-color: #eb4d4b;
  background: #eb4d4b;
  color: #fff;
}

.tabs .nav-tabs .nav-link.active:before {
  border-color: #eb4d4b transparent transparent transparent;
}

.tabs .nav-tabs .nav-link:hover {
  border-color: #eb4d4b;
  background: #eb4d4b;
  color: #fff;
}

.tabs .nav-tabs .nav-link:hover:before {
  border-color: #eb4d4b transparent transparent transparent;
}

.tabs .nav-tabs .nav-link:focus {
  border-color: #eb4d4b;
  background: #eb4d4b;
  color: #fff;
}

.tabs .nav-tabs .nav-link:focus:before {
  border-color: #eb4d4b transparent transparent transparent;
}

.tabs .nav-tabs .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  bottom: -9px;
  margin: 0 auto;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: transparent transparent transparent transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .tabs .nav-tabs .nav-link {
    padding: 8px 4px;
    font-size: 13px;
  }
}

.tabs .nav-tabs .nav-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-bottom: -0.125rem;
  text-transform: uppercase;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .tabs .nav-tabs .nav-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .tabs .nav-tabs .nav-item {
    margin-left: 6px;
    margin-bottom: 13px;
  }
}

.tabs .nav-tabs .nav-item:first-child {
  margin-left: 0;
}

.tabs #tab-content #description .product-description>ul,
.tabs #tab-content #description .product-description>ol {
  margin-bottom: 18px;
  padding-left: 26px;
}

.tabs #tab-content #description .product-description>ul li,
.tabs #tab-content #description .product-description>ol li {
  list-style: unset;
  padding-left: 3px;
}

.tabs #tab-content #description .product-description>ul li:marker,
.tabs #tab-content #description .product-description>ol li:marker {
  line-height: 14px;
}

@media (max-width: 575px) {

  .tabs #tab-content #description .product-description>ul li,
  .tabs #tab-content #description .product-description>ol li {
    margin-bottom: 6px;
  }

  .tabs #tab-content #description .product-description>ul li:last-child,
  .tabs #tab-content #description .product-description>ol li:last-child {
    margin-bottom: 0;
  }
}

#tab-about tr {
  line-height: 26px;
  color: #787878;
  margin-bottom: 20px;
  letter-spacing: 0.1px;
  font-weight: 500;
  font-size: 15px;
}

#contact #wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

#contact #wrapper iframe {
  width: 100%;
  border: 0;
}

.contact-form-information {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  /* If media is below 768 */
}

@media (max-width: 767px) {
  .contact-form-information {
    padding-bottom: 50px;
  }
}

.contact-form-information .contact-banner {
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .contact-form-information .contact-banner {
    text-align: center;
  }
}

.contact-form-information .contact-banner .image-container {
  position: relative;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .contact-form-information .contact-banner .image-container {
    display: inline-block;
    vertical-align: middle;
  }
}

.contact-form-information .contact-banner .image-container a {
  display: block;
  position: relative;
}

.contact-form-information .contact-banner .image-container a:after {
  border-color: #eb4d4b;
  border-style: solid;
  border-width: 4px;
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  /* If media is below 768 */
}

@media (max-width: 767px) {
  .contact-form-information .contact-banner .image-container a:after {
    display: none;
  }
}

.contact-form-information .contact-banner .image-container a:hover:after {
  border-color: ;
}

.contact-form-information .contact-banner .image-container img {
  max-width: 100%;
  width: 100%;
}

.contact-form-information .information-container {
  text-align: left;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .contact-form-information .information-container {
    text-align: center;
  }
}

.contact-form-information .information-container .list-contact-info .contact_info_item {
  float: left;
  /* If media is below 543 */
}

@media (max-width: 575px) {
  .contact-form-information .information-container .list-contact-info .contact_info_item {
    width: 100%;
    float: none;
  }
}

.contact-form-information .information-container .list-contact-info .contact_info_item h3 {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 10px;
  line-height: 1.1;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.contact-form-information .information-container .list-contact-info .contact_info_item p,
.contact-form-information .information-container .list-contact-info .contact_info_item a {
  color: #696969;
  line-height: 25px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.contact-form-information .information-container .list-contact-info .contact_info_item p a:hover,
.contact-form-information .information-container .list-contact-info .contact_info_item a a:hover {
  color: #696969;
}

.contact-form-information .information-container .list-contact-info .contact_info_item:nth-child(3) {
  clear: left;
}

.contact-form-information .information-container .list-contact-info .block-social {
  margin: 0;
  text-align: left;
  top: 0;
  padding: 0 15px;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .contact-form-information .information-container .list-contact-info .block-social {
    text-align: center;
  }
}

.contact-form-information .information-container .list-contact-info .block-social li {
  display: inline-block;
  vertical-align: middle;
}

.contact-form-information .information-container .list-contact-info .block-social li a:before {
  font-size: 16px;
}

.contact-form-information .information-container .list-contact-info .block-social li a i {
  font-size: 14px;
  color: #fff;
  line-height: 34px;
}

.contact-form-information .information-container .list-contact-info .block-social li a .socialicon-label {
  display: none;
}

.title-container {
  padding: 16px 0;
  padding-right: 0;
  margin-bottom: 45px;
  /* If media is below 768 */
}

@media (min-width: 992px) {
  .title-container {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .title-container {
    margin-bottom: 10px;
  }
}

.title-container .heading {
  color: #444;
  font-size: 40px;
  display: block;
  letter-spacing: 0.1em;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0 10px;
  line-height: 1.1;
  /* If media is below 543 */
}

@media (max-width: 575px) {
  .title-container .heading {
    font-size: 25px;
  }
}

.title-container .subheading {
  color: #eb4d4b;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.1em;
  /* If media is below 543 */
}

@media (max-width: 575px) {
  .title-container .subheading {
    font-size: 15px;
  }
}

.contact-form-bottom {
  padding: 15px;
}

@media (min-width: 1200px) {
  .contact-form-bottom {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.contact-form-bottom .title-container {
  text-align: center;
}

.contact-form-bottom .form-field label {
  display: none;
}

.contact-form-bottom .form-field .form-group {
  margin-bottom: 0;
}

.contact-form-bottom .form-field .form-control {
  box-shadow: none;
  width: 100%;
  font-size: 15px;
  line-height: 1.42857;
  color: #555;
  border-color: #e9e9e9;
  padding: 0 12px;
  margin-bottom: 15px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.contact-form-bottom .form-field input {
  border-radius: 30px;
  height: 45px;
}

.contact-form-bottom .form-field .form-group-area textarea {
  border-radius: 30px;
  padding: 12px 12px 0;
  height: auto;
}

.contact-form-bottom .submit-button {
  margin: 0 auto;
  text-align: center;
}

.contact-form-bottom .submit-button .btn {
  margin: 0;
}

.contact-email-form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 55px;
}

.contact-email-form .input-wrapper {
  position: relative;
  overflow: hidden;
}

.contact-email-form .input-wrapper input[type="email"] {
  min-width: 390px;
  height: 40px;
  padding: 0 15px;
  border: 0;
}

.contact-email-form .input-wrapper input[type="email"]::placeholder {
  color: #a4a4a4;
}

@media (max-width: 575px) {
  .contact-email-form .input-wrapper input[type="email"] {
    min-width: 280px;
  }
}

.contact-email-form input[type="submit"] {
  background-color: #eb4d4b;
  border-color: #eb4d4b;
  height: 40px;
  border-radius: 0;
  padding: 7px 17px;
  position: absolute;
  right: 0;
  top: 0;
}

.contact-email-form input[type="submit"]:hover {
  background-color: #000;
  border-color: #000;
}

#index section {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  #index section {
    margin-bottom: 30px;
  }
}


.tabs {
  margin-bottom: 0;
}

body {
  font-family: var(--primary-font);
  font-weight: 400;
  background: var(--light-color);
  color: var(--brand-primary);
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
}

* {
  outline: 0 !important;
}

*:focus {
  outline: 0 !important;
}

*:active {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

p {
  color: #444;
  /* default font size */
}

.fa {
  font-size: 14px;
  /* Override the bootstrap defaults */
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

th,
td {
  text-align: left;
  border: 1px solid #e8e9eb;
  padding: 10px 14px;
}

th {
  font-weight: 700;
}

input,
textarea {
  font-family: 'Poppins', sans-serif;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white;
}

img{
  max-width: 100%;
}
a {
  color: #000;
  outline: none;
  font-family: var(--primary-font);
}
.list-style-one.light a:hover {
  text-decoration: underline;
}
.store-details div{
  margin-bottom: 10px;
}
.footer-before .links,.footer-before .store-details {
  padding-left: 40px;
}
.footer-before .links li{
  position: relative;
  margin-bottom: 10px;
  list-style: disclosure-closed;
  color: #fff;
  margin-left: 15px;
}
a:hover {
  color: var(--brand-secondary);
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  color: var(--brand-secondary);
  text-decoration: none;
}

ul,
.list-unstyled {
  padding: 0;
}

ul li,
.list-unstyled li {
  list-style: none;
}
.text li{
      list-style: disc;
}
.form-control {
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 5px;
  font-size: 17px;
  color: #666;
  height: 50px;
  line-height: 20px;
  background: transparent;
  border-radius: 10px;
  border-color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.form-control::placeholder {
  color: #666;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}

.form-horizontal .control-label {
  /* If media is above 767 */
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

.custom-radio {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  margin-right: 5px;
}

.custom-radio input[type="radio"] {
  opacity: 0;
  cursor: pointer;
}

.custom-radio input[type="radio"]:checked+span {
  display: block;
  background-color: #eb4d4b;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  position: absolute;
}

.custom-radio input[type="radio"]:focus+span {
  border-color: #55595c;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.custom-checkbox input[type="checkbox"]+span {
  margin-right: 3px;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #fafafa none repeat scroll 0 0;
}

.custom-checkbox input[type="checkbox"]+span .checkbox-checked {
  display: none;
  margin: -0.25rem -0.125rem;
  font-size: 20px;
  color: #a9a9a9;
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
  display: block;
}

.custom-checkbox input[type="checkbox"]:focus+span {
  border-color: #55595c;
}

.custom-checkbox label {
  text-align: left;
}

input[type="checkbox"] {
  position: relative;
  top: 0;
  margin: 3px 2px 0px 2px;
  vertical-align: middle;
}

.buttons input[type="checkbox"] {
  margin: 0px 2px 0px 2px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.panel-heading {
  padding: 15px;
}

.input-group {
  /* Fix some bootstrap issues */
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

.popover {
  font-family: inherit;
  max-width: 300px;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: '* ';
  color: #f00;
  font-weight: bold;
  /* Gradent to all drop down menus */
}

.dropdown-menu li>a:hover {
  text-decoration: none;
  outline: none;
  background-color: transparent;
}

@media (max-width: 991px) {

  #_mobile_column_left>#column-left,
  #_mobile_column_right>#column-left,
  #_mobile_column_left #column-right,
  #_mobile_column_right #column-right {
    float: left;
    width: 100%;
    padding: 0;
    display: block !important;
  }

  #content {
    float: left;
    width: 100%;
  }
}

.clearfix {
  clear: both;
}

#menu_wrapper.active {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, .5);
  cursor: pointer;
}

.home {
  /* header-before */
}

.header-top{
  padding: 10px 0;
  background: var(--brand-primary);
}
.header-top .logo{
  text-align: left;
}
.home #top-menu>li>a {
  color: var(--brand-primary);
}

.home #top-menu>li>a:hover {
  color: var(--brand-primary);
  -webkit-animation: fade-in .8s both;
  animation: fade-in .8s both;
}

.home .search-widget .search-logo {
  fill: #fff;
}

@media (min-width: 992px) {
  .home .search-widget .search-logo:hover {
    fill: #000;
  }
}

.home .account .account-logo {
  fill: #fff;
}

@media (min-width: 992px) {
  .home .account .account-logo:hover {
    fill: #000;
  }
}

.home .blockcart .cart-img {
  fill: #fff;
}

@media (min-width: 992px) {
  .home .blockcart .cart-img:hover {
    fill: #000;
  }
}

#header-before {
  /* If media is below 768 */
  /* header */
}

#header-before .page-title {
  display: none;
}

@media (max-width: 767px) {
  #header-before {
    display: none;
  }
}

#header {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.6px;
}
#header.other{
  position: unset;
  padding: 0 0 20px;
  background: #232323;
  margin: 0;
}
.header-nav .top-right {
  position: relative;
  background: #232728;
  padding: 10px 20px;
  padding-left: 80px;
}
/*.header-nav .top-right::after {
    content: "";
    background: #232728;
    width: 39%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 99%;
}*/
@media (min-width: 1200px) {
  .header-nav .container, .nav-full-width .container {
      max-width: 1760px;
  }
}
.breadcrumb-container::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: .4;
  content: "";
}
.header-nav  h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
  color: #fff;
}
.social-icon-six {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.social-icon-six li:first-child {
  margin-left: 0;
}
.social-icon-six li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 17px;
}
.social-icon-six li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--brand-primary);
  background: var(--light-color);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-six li a i {
  position: relative;
}
.header-nav .top-left {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.header-nav .list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.header-nav .list-style-one.light li, .header-nav .list-style-one.light a {
  color: var(--light-color) !important;
}
.header-nav .list-style-one.light i {
  color: var(--light-color);
}
.list-style-one li i {
  position: relative;
  top: 1px;
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 1em;
  margin-right: 10px;
}
.header-nav .list-style-one li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 62px;
  color: var(--brand-primary);
}
.header-nav .left-nav, .right-nav a{
  color: var(--light-color);
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.right-nav i{
  color: var(--brand-scondary);
}
 .right-nav a:hover i, .right-nav a:hover{
  color: var(--brand-secondary);
}
.header-nav .left-nav{
  text-align: left;
}
.header-nav .left-nav a{
  color: var(--light-color);
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav .left-nav a:hover{
  color: var(--brand-secondary);
}
.header-nav .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-right: 40px;
}
.header-nav i{
  font-size: 17px;
}
 .right-nav{
  text-align: right;
}
footer .support-box {
    position: relative;
    display: inline-block;
    padding: 13px 65px 10px 80px;
    background: #221d1d;
    margin-top: 20px;
}
footer .support-box i {
    background: var(--brand-secondary);
    position: absolute;
    left: 20px;
    top: 20px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
 .right-nav div{
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
 .right-nav div i{
  color: var(--brand-secondary);
}
  .nav-full-width.fixed-header {
    background-color: #e1e1e1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
    overflow: visible;
  }

.header-top>.container {
  position: relative;
}
@media (min-width: 992px) {
  .mobile-menu{
    display: none;
  } 
}
@media (min-width: 576px) {
  .header-top>.container .row {
    display: flex;
    align-items: center;
  }
}

.header-top #desktop_logo {
  max-width: 240px;
  text-align: left;
  /* If media is below 992 */
}

.header-top #desktop_logo img {
  text-align: center;
  margin: 0 auto;
  max-width: 240px;
}

@media (max-width: 991px) {
  .header-top #desktop_logo {
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .header-nav .left-nav,.right-nav{
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .header-top #desktop_logo {
    float: none;
    text-align: center;
  }
  .header-top .row{
    justify-content: space-between;
  }
  .header-top .logo{
    width: 50%;
  }
  .mobile-menu{
    width: 30%;
    padding: 0;
  }
}

.nav-full-width {
  /* If media is below 992 */
  position: relative;
  clear: both;
  background: #e1e1e1;
}
.main-header__right__content{
  text-align: left;
}
.header-nav{
  background: var(--brand-secondary);
}

.nav-full-width .main-box .logo-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20%;
  padding: 7px 0;
}
.slider-container .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 166px;
    z-index: 3;
}
.slideshow__link:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #2d2727;
    top: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.5;
}
.slider-container .pattern-layer:before {
    background: var(--brand-secondary);
}
.slider-container .pattern-layer:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 166px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    clip-path: polygon(0% 40%, 100% 0%, 100% 0%, 0% 100%, 0% 0%);
}
.slider-container .pattern-layer:after {
    position: absolute;
    content: '';
    width: 20%;
    height: 166px;
    right: 0px;
    bottom: -49px;
    z-index: 2;
    clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 175% 100%, 0% 0%);
    transform: rotate(0deg);
}
.slider-container .pattern-layer:after {
    background: var(--brand-secondary);
}
.nav-full-width .logo {
  position: relative;
  display: block;
}
.slider-container:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 50%;
    height: 166px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.slider-container:after {
    position: absolute;
    content: '';
    background: #fff;
    width: calc(50% + 1px);
    height: 166px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    clip-path: polygon(0% 0%, 200% 100%, 100% 100%, 0% 100%, 0% 0%);
}
.nav-full-width .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60%;
}
.nav-full-width .nav-outer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-menu {
  position: relative;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-menu .navigation {
  position: relative;
  margin: 0;
}
.nav-full-width .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.nav-full-width  .main-box {
  position: relative;
  justify-content: space-between;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}


.nav-full-width .container .row {
  display: block;
}


@keyframes slide-down {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
  }
}

.buttons {
  margin: 1em 0;
  display: block;
  overflow: hidden;
  position: relative;
}

.buttons.close {
  position: relative;
  top: 2px;
  right: 0;
}

.alert-dismissible .close {
  position: relative;
  top: 2px;
  right: 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 0;
}

.btn.active {
  box-shadow: none;
  outline: none;
}

.btn:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 12px;
}

.btn-group>.btn:focus,
.btn-group>.dropdown-menu:focus,
.btn-group>.popover:focus {
  outline: none;
  text-decoration: none;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-warning,
.btn-inverse,
.btn-link,
.btn-info,
.btn-success,
.btn-danger,
.btn-warning {
  padding: 7.5px 12px;
}

.btn-warning:hover,
.btn-inverse:hover,
.btn-link:hover,
.btn-info:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-warning:focus,
.btn-inverse:focus,
.btn-link:focus,
.btn-info:focus,
.btn-success:focus,
.btn-danger:focus,
.btn-warning:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.btn-default {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--light-color);
  outline: none;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--primary-font);
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: var(--light-color);
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
  outline: none;
}

.btn-default:active:hover {
  color: var(--light-color);
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
  outline: none;
}

.btn-default:active:focus {
  color: var(--light-color);
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
  outline: none;
}

.btn-default i.material-icons {
  position: relative;
  line-height: 0;
  top: 7px;
}

.btn-primary,
.btn.disabled,
.btn:disabled,
.btn-secondary {
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--primary-font);
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: inline-block;
  transition: all 0.5s;
  fill: var(--light-color);
  color: var(--light-color);
  background-color: var(--brand-secondary);
  border: 1px solid var(--brand-secondary);
  box-shadow: none;
  outline: none;
  line-height: 20px;
  /* list group */
}
.outer-box .theme-btn {
  padding: 19px 50px;
}

.btn-primary:hover,
.btn.disabled:hover,
.btn:disabled:hover,
.btn-secondary:hover,
.btn-primary:active,
.btn.disabled:active,
.btn:disabled:active,
.btn-secondary:active,
.btn-primary:focus,
.btn.disabled:focus,
.btn:disabled:focus,
.btn-secondary:focus {
  color: var(--light-color);
  fill: var(--light-color);
  background-color: var(--brand-third);
  border-color: var(--brand-third);
  outline: none;
  box-shadow: none;
}

.btn-primary:active:hover,
.btn.disabled:active:hover,
.btn:disabled:active:hover,
.btn-secondary:active:hover {
  color: var(--light-color);
  fill:var(--light-color);
  background-color: var(--brand-third);
  border-color: var(--brand-third);
  outline: none;
}

.btn-primary:active:focus,
.btn.disabled:active:focus,
.btn:disabled:active:focus,
.btn-secondary:active:focus {
  color: var(--light-color);
  fill: var(--light-color);
  background-color: var(--brand-third);
  border-color: var(--brand-third);
  outline: none;
  box-shadow: none;
}

.btn-primary i.material-icons,
.btn.disabled i.material-icons,
.btn:disabled i.material-icons,
.btn-secondary i.material-icons {
  position: relative;
  line-height: 0;
  top: 7px;
}

.list-group a {
  border: 1px solid #e9e9e9;
  color: #888;
  padding: 10px 12px;
  /* fixed product layouts used in left and right columns */
}

.list-group a.active {
  color: #444;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

.list-group a.active:hover {
  color: #444;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

.list-group a:hover {
  color: #444;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

.list-group a:focus {
  color: #888;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

@media (min-width: 1200px) {
  .collapse {
    display: inherit;
  }
}

@media (min-width: 992px) {
  .collapse {
    display: inherit;
  }
}

.block-title,
.footer-title,
.title {
  position: relative;
}

.block-title .navbar-toggler,
.footer-title .navbar-toggler,
.title .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0;
  font-size: 22px;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  text-align: center;
}

.block-title,
.footer-title {
  /* Theme Title */
}

.block-title .navbar-toggler i.add,
.footer-title .navbar-toggler i.add {
  display: none;
}

.block-title .navbar-toggler i.remove,
.footer-title .navbar-toggler i.remove {
  display: block;
}

.block-title.collapsed .navbar-toggler i.add,
.footer-title.collapsed .navbar-toggler i.add {
  display: block;
}

.block-title.collapsed .navbar-toggler i.remove,
.footer-title.collapsed .navbar-toggler i.remove {
  display: none;
}


.section-header .subtitle {
  font-size: 16px;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #eb4d4b;
}

@media (max-width: 991px) {
  .section-header .subtitle {
    letter-spacing: 5px;
  }
}

@media (max-width: 767px) {
  .section-header .subtitle {
    letter-spacing: 3px;
  }
}

@media (max-width: 575px) {
  .section-header .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.section-header .title {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #222;
  text-transform: unset;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

@media (max-width: 1199px) {
  .section-header .title {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  .section-header .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .section-header .title {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 575px) {
  .section-header .title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.section-header .title:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: #eb4d4b;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}



@media (max-width: 1199px) {
  .sub-title {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .sub-title {
    width: 100%;
  }
}

.select-wrapper {
  position: relative;
}

.select-wrapper .form-control {
  font-size: 12px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 0 5px;
  color: #333;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select-wrapper .form-control:focus {
  box-shadow: none;
}

.select-wrapper:after {
  font-family: 'fontawesome';
  content: '\f0d7';
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 9px;
  pointer-events: none;
}
#spin-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#siteloader {
  background: var(--light-color);
  height: 100%;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#siteloader .loader {
  top: 45%;
  margin: auto;
  position: relative;
  clear: both;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--brand-secondary);
  animation: lds-circle 2.4s cubic-bezier(0, 1, 0.9, 1) infinite;
}

@-webkit-keyframes lds-circle {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
  }

  100% {
    transform: rotateY(1500deg);
  }
}

@-moz-keyframes lds-circle {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
  }

  100% {
    transform: rotateY(1500deg);
  }
}

@-o-keyframes lds-circle {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
  }

  100% {
    transform: rotateY(1500deg);
  }
}

@keyframes lds-circle {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
  }

  100% {
    transform: rotateY(1500deg);
  }
}

.hide {
  display: none !important;
}


#contact-map iframe {
  width: 100%;
}

.popup {
  width: 900px;
  margin: auto;
  text-align: center
}

.popup img {
  width: 200px;
  height: 200px;
  cursor: pointer
}

.show {
  z-index: 999;
  display: none;
}

.show .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .66);
  position: absolute;
  top: 0;
  left: 0;
}

.show .img-show {
  width: 624px;
  height: 468px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden
}

.img-show span {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 888;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0 auto;
  line-height: 38px;
  border-radius: 50px;
  font-size: 21px;
}

.img-show img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.schedule-block .schedule-data {
  text-align: center;
}

@media (max-width: 1199px) {
  .schedule-block .schedule-data {
    margin-bottom: 30px;
  }
}

.schedule-block .schedule-data .date-title,
.schedule-block .schedule-data .time-title,
.schedule-block .schedule-data .location-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.schedule-block .schedule-data .date,
.schedule-block .add {
  font-size: 18px;
  color: #fff;
}

.schedule-block .schedule-data .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 auto 10px;
}

.schedule-block .schedule-data .icon i {
  color: #0bef9a;
  font-size: 40px;
}

.logo img{
  max-width: 70%;
}

.bannerblock {
  padding-bottom: 70px;
}

.bannerblock .container {
  max-width: 1240px;
}

.bannerblock img {
  max-width: 100%;
}

.contactus .contact-subtitle {
  text-align: left;
  font-size: 35px;
  line-height: 1em;
  color: #0bef9a;
  margin-bottom: 20px;
  font-family: 'Mrs Saint Delafield', cursive;
}

.contactus .contact-title {
  text-align: left;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
}

.contactus p {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
}

.contactform {
  padding: 33px 35px 35px 35px;
  background-color: #111111;
}

@media (max-width: 1199px) {
  .contactform {
    padding: 33px 20px 35px 20px;
  }

  .contactus .contact-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .contact-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 543px) {
  .contactus p {
    font-size: 15px;
  }

  .contactform {
    padding: 33px 15px 35px 15px;
  }
}

@media (max-width: 380px) {
  .contactus .contact-title {
    font-size: 23px;
  }
}

.contactus .address-content h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.contactus .address-content .block .icon,
.contactus .address-content .block .content {
  display: inline-block;
  vertical-align: middle;
}

.contactus .address-content .block .icon {
  color: #0bef9a;
}

.contactus .address-content .block .icon i {
  font-size: 25px;
}

.contactus .address-content .block a {
 color: #fff;
  font-size: 20px;
  margin-left: 10px;
}
.contactus .address-content .block{
  margin-bottom: 15px;
}
@media (max-width: 543px) {
  .contactus .address-content .block a{
    font-size: 17px;
  }
  .contactus .address-content .block .icon i{
    font-size: 25px;
  }
}
.contactform input,
.contactform textarea {
  background: transparent;
  border: 1px solid rgba(11, 239, 154, 0.3);
  color: #ffffff;
}

.contactform input {
  height: 40px;
}

.contactform input:focus,
.contactform textarea:focus {
  background: rgba(11, 239, 154, 0.1);
  border: 1px solid rgba(11, 239, 154, 0.1);
}

.contactform .form-control {
  height: auto;
}

.contactform .btn-primary {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 15px;
  padding: 12px 35px;
  background: #0bef9a;
  color: #ffffff;
  border-radius: 0;
  width: 100%;
  height: 50px;
}
.footerafter{
  border-top: 2px solid #fff;
  padding: 20px 0;
}

.footer-after-text{
  font-size: 16px;
  font-weight: 500;
  color: var(--light-color);
}
.master-title{
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 16px;
  color: var(--light-color);

}
.master-title a{
  font-size: 15px;
  color: var(--light-color);
}
.footerafter-text a {
  color: #0bef9a;
}


#header.other .header-top {
  background: #0bef9a;
  position: unset;
}

#header.other .header-top.fixed-header {
  position: fixed;
}

.other #top-menu>li>a:hover {
  color: #232323;
}

.sponsors {
  background-image: url("../images/our-sponsor-bg-image.jpg");
  background-position: center;
  padding: 100px 50px;
}

.present-image img {
  max-width: 100%;
}

.present-inner {
  border: 2px solid #0bef9a;
  padding: 80px 50px;
  text-align: center;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .present-inner {
    padding: 50px 50px;
  }
}

@media (max-width: 991px) {
  .present-image {
    text-align: center;
    margin-bottom: 30px;
  }
}

.present-inner .present-subtitle {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.present-inner .present-title {
  font-size: 50px;
  line-height: 60px;
}

@media (max-width: 767px) {
  .present-inner .present-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 543px) {
  .present-inner .present-title {
    font-size: 30px;
    line-height: 40px;
  }

  .present-inner .present-subtitle {
    font-size: 30px;
    line-height: 40px;
  }

  .present-inner {
    padding: 50px 15px;
  }

  .sponsors {
    padding: 50px 15px;
  }
}

.associate-block .home-title {
  margin-bottom: 30px;
}

.associate-block .assciation-card {
  text-align: center;
}

.associate-block .assciation-card img {
  max-width: 100%;
}

.sponsors-block .sponsors-subtitle {
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
}

.sponsors-block .sponsors-image img {
  max-width: 100%;
}

.sponsors-block .sponsors-image {
  text-align: center;
  margin-bottom: 30px;
}

.sponsors-block .home-title {
  margin-bottom: 30px;
}

.eventsbody {
  padding: 80px 50px;
  background-image: url("../images/upcoming_events.jpg");
  background-position: center;
}

.nav-tabs {
  border-color: #0bef9a;
}

.nav-tabs .nav-link {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
}

.nav-tabs .nav-link.active {
  background: #0bef9a;
  border-color: #0bef9a;
  color: #fff;

}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #0bef9a;
  background: #0bef9a;
  color: #fff;
}

.block_content {
  margin-top: 30px;
}

.food-center .services:last-child {
  border-width: 0px 0px 1px 0px;
}

.home-services.servicesblock {
  padding: 150px 0 0;
}
@media (max-width: 543px) {
  .home-services.servicesblock {
    padding: 0 0 0;
  }
}
.contactus {
  padding: 150px 0 0;
}

@media (max-width: 991px) {
  .mobile-logo {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mobile-logo {
    width: 90%;
  }
}

@media (max-width: 543px) {
  .mobile-logo {
    width: 82%;
  }
  .contactus {
    padding: 0 0 0;
  }
}

#upcoming-event .event-image img,#past-event .event-image img {
  max-width: 100%;
}

#upcoming-event .event-content , #past-event .event-content {
  text-align: center;
}

#upcoming-event h2 ,#past-event h2{
  color: #0bef9a;
  font-size: 35px;
  margin-bottom: 20px;
}

#upcoming-event .event-content p , #past-event .event-content p {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

#upcoming-event .event-content i , #past-event .event-content i{
  font-size: 20px;
  margin-right: 10px;
}
#past-event .event-content i.add{
  font-size: 26px;
}
.schedule {
  text-align: center;
}

.schedule h2 {
  color: #ffffff;
}

.schedule p {
  color: #fff;
  font-size: 22px;
}

.schedule .home-title {
  margin: 0 auto 20px;
}

.schedule .schedule-inner {
  border: 1px solid #0bef9a;
  padding: 40px 0 30px;
  border-radius: 20px;
  background: rgba(11, 239, 154, 0.1);
}

.schedule .date-time {
  border-right: 1px solid #0bef9a;
}

@media (max-width: 991px) {
  #upcoming-event .event-content,#past-event .event-content{
    margin-top: 20px;
  }
}

@media (max-width: 543px) {
  #productstab {
    display: block;
  }

  .eventsbody {
    padding: 40px 15px;
  }

  #upcoming-event h2 , #past-event h2{
    font-size: 25px;
  }

  .eventsbody .subtitle {
    font-size: 19px !important;
    padding: 15px 0 !important;
  }

  #eventsblock {
    padding: 0;
  }

  .eventsbody .servicesblock {
    padding-bottom: 10px;
  }

  .schedule p {
    font-size: 18px;
  }
}
.footerafter-text .master-title,.footerafter-text a{
  display: inline-block;
  vertical-align: middle;
}
.footerafter-text a{
  color: #0bef9a;
}
.bannercountdown{
  padding: 100px 0;
  background-color: #f0e5af;
  background-image: url("../images/counter-bg-image.png");
  background-attachment: fixed;
}
@media (max-width: 543px) {
  .bannercountdown{
    padding: 50px 0;
  }
}
.bannercountdown .counter .data,.bannercountdown .counter .lbl{
  display: block;
  text-align: center;
}
.bannercountdown .counter .data{
  position: relative;
  color: var(--brand-primary);
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bannercountdown .counter .lbl{
  font-size: 20px;
  font-weight: 600;
  color: var(--brand-primary);
}
@media (max-width: 1199px) {
  .bannercountdown .counter .data{
    font-size: 30px;
    line-height: 30px;
  }
  .bannercountdown .counter .data::after{
    right: 60px;
  }
  .bannercountdown .counter.countdown-funders .data::after{
    right: 50px;
  }
  .bannercountdown .counter.countdown-guests .data::after{
    right: 35px;
  }
  .bannercountdown .counter .lbl{
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .bannercountdown .counter .data::after{
    right: 35px;
  }
  .bannercountdown .counter.countdown-funders .data::after{
    right: 25px;
  }
  .bannercountdown .counter.countdown-guests .data::after{
    right: 7px;
  }
  .bannercountdown .counter .lbl{
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .countdown-event,.countdown-artist{
    margin-bottom: 30px;
  }
  .bannercountdown .counter .data::after{
    right: 75px;
  }
  .bannercountdown .counter.countdown-funders .data::after {
    right: 65px;
  }
  .bannercountdown .counter.countdown-guests .data::after{
    right: 50px;
  }
}
@media (max-width: 575px) {
  .bannercountdown .counter .data{
    width: 42%;
    text-align: center;
    margin: 0 auto 10px;
  }
  .countdown-funders{
    margin-bottom: 30px;
  }
}
@media (max-width: 535px) {
  .bannercountdown .counter .data{
    width: 46%;
  }
}
@media (max-width: 510px) {
  .bannercountdown .counter .data{
    width: 50%;
  }
}
@media (max-width: 470px) {
  .bannercountdown .counter .data{
    width: 55%;
  }
}
@media (max-width: 420px) {
  .bannercountdown .counter .data{
    width: 61%;
  }
}
@media (max-width: 390px) {
  .bannercountdown .counter .data{
    width: 68%;
  }
}
@media (max-width: 350px) {
  .bannercountdown .counter .data{
    width: 76%;
  }
}


/**/
/*time line*/
/**/
.line-element:after{
  content: "";
  display: table;
  clear: both;
}
.line-element {
  width: 100%;
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.line-element>* {
  max-width: 100%;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.action-block .text h3 {
  font-size: 25px;
  font-family: "Raleway";
}
.action-block .text h3,
.action-block .text p{
  color: var(--brand-primary);
}
.action-block .text p{
  margin-bottom: 7px;
}
.action .action-block {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 370px;
  max-width: 100%;
  margin: 30px 0;
  border: 2px solid #fde468;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
}
.action .action-block span {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  left: 0;
  bottom: 0;
}
.action .action-block i {
  font-size: 98px;
  color: #f27c66;
  opacity: 0.25;
  margin-left: -10px;
  margin-bottom: -5px;
}
.action .action-block .text {
  position: relative;
  z-index: 2;
  background-color: #fde468;
  margin-left: 66px;
  padding: 30px;
  text-align: left;
}
.action .action-block:before {
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 30px solid #fde468;
  border-bottom: 30px solid transparent;
}
.action:last-child .action-block span {
  right: 0;
  left: auto;
}
.action .action-block i.flaticon-shopping{
  margin-left: 0;
}
.action:last-child .action-block i {
  margin-right: 2px;
  margin-left: 0;
}
.action:last-child .action-block .text {
  margin: 0 66px 0 0;
}
.action:last-child .action-block:before {
  left: -32px;
  border-right: 30px solid #f27c66;
  border-left: 0;
}
.line-element .level-block {
  display: inline-block;
  font-size: 30px;
  line-height: 80px;
  padding: 0 35px;
  color: var(--brand-primary);
  background-color: #fde468;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.line-element .level {
  position: relative;
  z-index: 1;
}
.line-element .level:before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #fde468;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.line-element .level:after{
  content: "";
  position: absolute;
  background-color: #e6e6e6;
  left: 0;
  top: 50%;
  width: 50%;
  height: 1px;
  z-index: -1;
}
.line-element .level:first-child:before{
  right: 0;
  left: auto;
  transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.line-element  .level:first-child:after{
  right: 0;
  left: auto;
}
.line-element .action:after{
  content: "";
  display: block;
  position: absolute;
  background-color: #e6e6e6;
  width: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(50%);
  -ms-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.line-element .level + .action:after{
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.line-element.color-2 .level:before,
.color-2 .action .action-block {
  border-color: #f9cb8f;
}
.line-element.color-2 .level-block,
.color-2 .action .action-block .text {
  background-color: #edcf82;
}
.color-2 .action .action-block:before {
  border-left-color: #edcf82;
}
.color-2 .action:last-child .action-block:before {
  border-right-color: #edcf82;
}
.color-2 .action .action-block i {
  color: #f9cb8f;
}

.line-element.color-3 .level:before,
.color-3 .action .action-block {
  border-color: #f0e5af;
}
.line-element.color-3 .level-block,
.color-3 .action .action-block .text {
  background-color: #f0e5af;
}
.color-3 .action .action-block:before {
  border-left-color: #f0e5af;
}
.color-3 .action:last-child .action-block:before {
  border-right-color: #f0e5afc;
}
.color-3 .action .action-block i {
  color: #f0e5af;
}

@media screen and (max-width: 1200px){
  .action:first-child {
    text-align: left;
  }
  .action:last-child {
    text-align: right;
  }
}
@media screen and (max-width: 980px){
  .time-line .line-element:nth-child(2n) {
     -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .time-line .line-element:nth-child(2n+1) {
     -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  }
  .line-element>* {
    width: auto;
  }
  .line-element .action:after{
    display: none;
  }
  .action .action-block:before{
    top: -34px;
    left: 50% !important;
    right: auto;
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
    -ms-transform: translate(-50%, 0) rotate(-90deg);
    -o-transform: translate(-50%, 0) rotate(-90deg);
    transform: translate(-50%, 0) rotate(-90deg);
    /* display: none; */
  }
  .action:last-child .action-block:before {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    -o-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .line-element .level:before{
    display: none;
  }
  .line-element .level:after{
    display: none;
  }
}

.ticket-title{
    font-size: 30px;
    color: #fff;
    margin-top: 40px;
    line-height: 40px;
}
.venue-title{
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}
   .block-social {
    text-align: center;
    margin: 20px auto 0; }
  @media (max-width: 991px) {
    .block-social {
      text-align: center;
      padding-bottom: 20px; } }
  .block-social ul {
    margin: 0; }
    .block-social ul li{
    display: inline-block; }
  .block-social ul li a{
    /* If media is below 350 */
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    padding: 3px;
    margin: 1px 1px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  @media (max-width: 350px) {
        .block-social ul li a {
          margin: 2px 1px; } }
  .block-social ul li a, .block-social ul li i {
    text-decoration: none; }
  .block-social ul li a:before, .block-social ul li i:before {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    position: relative;
    font-size: 19px;
    line-height: 44px;
    color: #fff; }
  .block-social ul li a:before {
    display: none; }
  .block-social ul li .facebook {
    background: #3b5999; }
  .block-social ul li .youtube {
    background: #d12121; }
  .block-social ul li .instagram {
    background: #cc2366; }
  .block-social ul li a:hover {
    background: #0bef9a; }

.videoblock iframe{
  max-width: 100%;
}
/*=============================Securitu courses pages start========================*/

.security-courses-details h3{
  font-size: 25px;
  font-weight: 600;
  color: var(--brand-primary);
}
.security-courses-details .row{
  display: flex;
  align-items: center;
}
.security-courses-details p{
  color: var(--brand-primary);
}
.security-courses-details ul li ,.security-courses-details .list-unstyled li{
  list-style: disclosure-closed !important;
}
.security-courses .course-data{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 30px;
}
.security-courses .section-title{
  margin-bottom: 30px;
  text-align: center;
}
.security-courses .home-title{
  margin-bottom: 15px;
}
.security-courses .subtitle{
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-font);
}
.security-courses .courser-img img{
  max-width: 100%;
}
.security-courses .cource-content{
  padding: 25px 10px 25px;
  text-align: center;
  background: #fde468;
  min-height: auto;
}
.security-courses .cource-content .course-title{
  font-size: 25px;
  color: var(--brand-primary);
  font-weight: 600;
  padding-bottom: 20px;
}
.security-courses .cource-content .desc{
  font-size: 15px;
  color: var(--brand-primary);
  font-weight: 500;
  margin-bottom: 20px;
}
.security-courses .banner-btn{
  display: inline-block;
}
.security-courses .banner-btn .btn-default{
  display: block;
}
.security-courses-details img{
  max-width: 100%;
}
@media (max-width: 1199px) {
  .security-courses .cource-content .course-title{
    font-size: 22px;
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .security-courses .cource-content .course-title{
    font-size: 18px;
    padding-bottom: 9px;
  }
  .security-courses .cource-content .desc{
    font-size: 14px;
  }
  .security-courses-details .about-img{
    text-align: center;
  }
  .security-courses-details .simple-text{
    text-align: center;
    margin: 20px 0 0;
  }
  .security-courses-details li{
      text-align: left;
  }
}
/*=============================Securitu courses pages end ========================*/

/*=============================First Aid courses pages start========================*/

.first-aid-courses .course-data{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 30px;
}
.first-aid-courses .section-title{
  margin-bottom: 30px;
  text-align: center;
}
.first-aid-courses .home-title{
  margin-bottom: 15px;
}
.first-aid-courses .subtitle{
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-font);
}
.first-aid-courses .courser-img img{
  max-width: 100%;
}
.first-aid-courses .cource-content{
  padding: 25px 10px 25px;
  text-align: center;
  background: #fde468;
  min-height: 300px;
}
.first-aid-courses .cource-content .course-title{
  font-size: 25px;
  color: var(--brand-primary);
  font-weight: 600;
  padding-bottom: 20px;
}
.first-aid-courses .cource-content .desc{
  font-size: 15px;
  color: var(--brand-primary);
  font-weight: 500;
  margin-bottom: 20px;
}
.first-aid-courses .banner-btn{
  display: inline-block;
}
.first-aid-courses .banner-btn .btn-default{
  display: block;
}
@media (max-width: 1199px) {
  .first-aid-courses .cource-content .course-title{
    font-size: 22px;
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .first-aid-courses .cource-content .course-title{
    font-size: 18px;
    padding-bottom: 9px;
  }
  .first-aid-courses .cource-content .desc{
    font-size: 14px;
  }
}
/*=============================First Aid courses pages end ========================*/
/*=============================Securitu full courses pages ========================*/

  .security-full-courses-details .home-title {
    margin-bottom: 15px;
  }
  .security-full-courses-details .subtitle {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-font);
  }
  .security-full-courses-details .section-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .security-full-courses-details .row{
    display: flex;
    align-items: center;
  }
  .security-full-courses-details h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--brand-primary);
  }
  .security-full-courses-details p {
    color: var(--brand-primary);
  }
  .security-full-courses-details img{
    max-width: 100%;
  }
  .security-only-courses-details img{
    max-width: 100%;
  }
  .test-section{
    padding: 100px 0;
    background-color: #f9f3d7;
  }
  .test-section .test-inner{
    width: 68%;
    margin: 0 auto;
  }
  .test-section .test-inner h3{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--brand-primary);
  }
  .test-section .test-inner ul li, .test-section .test-inner .list-unstyled li{
    list-style: disc;
  }
  .test-section .test-inner li{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .security-only-courses-details .row{
    display: flex;
    align-items: center;
  }
  .security-only-courses-details h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--brand-primary);
  }
  .security-only-courses-details p {
    color: var(--brand-primary);
  }
  .security-only-courses-details ul li, .security-only-courses-details .list-unstyled li{
    list-style: disc;
  }
  @media (max-width: 991px) {
    .security-full-courses-details .about-img{
      text-align: center;
      margin-bottom: 20px;
    }
    .security-only-courses-details .about-img{
      text-align: center;
      margin-bottom: 20px;
    }
    .test-section .test-inner {
      width: 100%;
    }
  }
  @media (max-width: 575px) {
    .test-section .test-inner h3{
      font-size: 18px;
    }
    .security-full-courses-details h3{
      font-size: 19px;
    }
  }
/*=============================Securitu full courses pages end ========================*/

/*===============================Contact Page============================================*/

.contact-us-block .breadcrumb-container{
  margin-bottom: 0;
}


.map-section{
  position:relative;
}

.map-section .map-container{
  position:relative;
  height:450px; 
}

.map-section.extended .map-container{
  height:500px; 
}

.map-section .map-data{
  text-align:center;
  font-size:14px;
  font-weight:500;  
}

.map-section .map-data h6{
  font-size:18px;
  text-align:center;
  margin-bottom:5px;
  color:#2e2e2e;
  font-weight:700;
  font-family:'Lato',sans-serif;  
}

/*** 

====================================================================
  Info Section
====================================================================

***/

.info-section{
  position:relative;
}

.info-block{
  position:relative;
  margin-bottom:30px;
}

.info-block h2{
  position:relative;
  color:#222222;
  font-size:18px;
  font-weight:700;
  margin-bottom:20px;
  text-transform:uppercase;
}

.info-block .inner-box{
  position:relative;
  padding-left:65px;
  padding-top:10px;
}

.info-block .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:0px;
  width:50px;
  height:50px;
  font-size:18px;
  color:#172745;
  line-height:48px;
  text-align:center;
  background-color:var(--brand-secondary);
}

.info-block .inner-box .text{
  color:#777777;
  font-size: 16px;
}

.contact-form-section{
  position:relative;
  padding:75px 0px 55px;
  background-color:#fafafa;
}

/*** 

====================================================================
  Contact Form
====================================================================

 ***/

.contact-form .group-title{
  position:relative;
  margin-bottom:22px;
}

.contact-form .group-title h2{
  font-size:18px;
  text-transform:uppercase;
  color:#222222;
  font-weight:700;
}

.contact-form .form-group{
  margin-bottom:30px;
}

.contact-form .form-group .group-inner{
  position:relative;
}

.contact-form .form-group .icon-label{
  position: absolute;
    right: 20px;
    top: 12px;
    font-size: 16px;
    color: #ffd105;
  z-index:1;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
  position:relative;
  display:block;
  width:100%;
  line-height:23px;
  padding:10px 20px;
  color:#222222;
  border:1px solid #e2e2e2;
  height:45px;
  font-size:14px;
  background:#ffffff;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
  border-color:var(--brand-secondary);
}

.contact-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:24px;
  padding:10px 20px;
  color:#222222;
  border:1px solid #e2e2e2;
  height:152px;
  background:#ffffff;
  resize:none;
  font-size:14px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.contact-form button{
  position:relative;
  padding:9px 66px;
  text-transform:uppercase;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
  border-color:#ff0000 !important;  
}

.contact-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0px 0px;
  margin:0px;
  text-transform:uppercase;
  font-size:11px;
  color:#ff0000;
  font-weight:500;  
}
.contact_us_form .form-group textarea {
  height: 200px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  font-size: 17px;
  color: #58585a;
  font-family: roboto,sans-serif;
  font-weight: 400;
  letter-spacing: .45px;
  padding: 15px;
  resize: none;
}
.button_area {
  display: inline-block;
  position: relative;
}
.form-control:focus{
  border-color: var(--brand-secondary);
}
/*===============================Contact Page End============================================*/
/*================================AboutUs Page=================================================*/
.instructor-wrapper {
  margin-left: 65px;
  margin-top: 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .instructor-wrapper {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .instructor-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .instructor-wrapper {
    margin-left: 0;
  }
}

.ins-info {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .ins-info {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ins-info {
    padding-left: 0;
  }
}
.ins-info::before {
  position: absolute;
  content: "";
  background: #c3d9df;
  height: 145px;
  width: 1px;
  left: -40px;
  top: 0;
}

.instructor-icon i {
  font-size: 40px;
  color: #ea5822;
}

.instructor-text h4 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}
.instructor-text p {
  margin-bottom: 0;
  margin-right: 37px;
}

.instructor-img {
  margin-left: -50px;
}
.instructor-img img {
  width: 100%;
}

.instructor-button a.c-btn {
  margin-bottom: 10px;
}

.instructor-wrapper-03 {
  margin: 0;
  padding-top: 125px;
  padding-bottom: 120px;
}
.instructor-wrapper-03 .section-title span {
  color: white;
}
.instructor-wrapper-03 .section-title h2 {
  color: white;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .instructor-wrapper-03 .section-title h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instructor-wrapper-03 .section-title h2 {
    font-size: 35px;
  }
}
.instructor-wrapper-03 .section-title p {
  color: #999ec4;
  margin-right: 0;
}
.instructor-wrapper-03.iw-03 {
  padding-left: 375px;
  padding-right: 100px;
}
@media only screen and (min-width: 1801px) and (max-width: 1900px) {
  .instructor-wrapper-03.iw-03 {
    padding-left: 300px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .instructor-wrapper-03.iw-03 {
    padding-left: 240px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .instructor-wrapper-03.iw-03 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .instructor-wrapper-03.iw-03 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instructor-wrapper-03.iw-03 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .instructor-wrapper-03.iw-03 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .instructor-wrapper-03.iw-03 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.instructor-wrapper-03.iw-04 {
  padding-left: 155px;
  padding-right: 325px;
}
@media only screen and (min-width: 1801px) and (max-width: 1900px) {
  .instructor-wrapper-03.iw-04 {
    padding-right: 294px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .instructor-wrapper-03.iw-04 {
    padding-right: 144px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .instructor-wrapper-03.iw-04 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .instructor-wrapper-03.iw-04 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instructor-wrapper-03.iw-04 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .instructor-wrapper-03.iw-04 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .instructor-wrapper-03.iw-04 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.about-img-box .about-one {
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img-box .about-one img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-box .about-one img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-img-box .about-one img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img-box .about-one img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img-box .about-one {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-box .about-one {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-img-box .about-one {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img-box .about-one {
    padding-left: 0;
  }
}
.about-img-box .about-two {
  position: absolute;
  bottom: -97px;
  right: 0;
}

.about-tag {
  width: 177px;
  height: 177px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 230px;
  left: 170px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-tag::before {
  content: '';
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 177px;
  height: 177px;
  z-index: 1;
}
.about-tag .about-tag-inner {
  background: var(--brand-secondary);
  width: 177px;
  height: 177px;
  display: inline-block;
  border-radius: 50%;
  padding: 44px;
  position: relative;
  z-index: 2;
}
.about-tag .about-tag-inner h2 {
  color: var(--brand-primary);
  font-size: 50px;
  line-height: 1;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  margin: 0;
}
.about-tag .about-tag-inner p {
  color: var(--brand-primary);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.left-line::before {
  content: '';
  background-color: var(--brand-secondary);
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 70px;
  z-index: 1;
}

.about-wrapper {
  padding-left: 70px;
  padding-right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-wrapper .section-title h2 {
  margin-bottom: 33px;
}
.about-wrapper .section-title p {
  color: var(--brand-primary);
  font-size: 15px;
}

.inner-content-list li:first-child {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.inner-content .inner-content-icon {
  margin-right: 23px;
}
.inner-content .inner-content-icon i {
  color: white;
  font-size: 18px;
  line-height: 55px;
  background: #3662ff;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
}

.skills .skills-box {
  background: white;
  width: 95px;
  height: 95px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  margin-bottom: 20px;
}
.skills .skills-box h3 {
  color: #062a35;
  font-size: 30px;
  line-height: 1;
  font-family: "roboto";
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.skills .skills-box h3 span {
  color: #062a35;
  font-size: 15px;
}
.skills h6 {
  font-size: 18px;
  padding-right: 40px;
}

.our-video {
  margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our-video {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-video {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-video {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .our-video {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our-video .video-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-video .video-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .our-video .video-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-video .video-thumb img {
    width: 100%;
  }
}
.our-video .video-area .popup-video {
  width: 65px;
  height: 65px;
  line-height: 65px;
  position: absolute;
}
.our-video .video-area .popup-video::before {
  content: '';
  border: 2px solid white;
  border-radius: 50%;
  opacity: 0.349;
  position: absolute;
  left: -11px;
  top: -11px;
  width: 86px;
  height: 86px;
  z-index: 1;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-130{
  padding-bottom: 130px;
}
.about-wrapper h6{
  font-family: "roboto";
  color: #062a35;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  line-height: 1.1;
}
.grey-bg {
  background: #f9f1ce;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-160 {
  padding-top: 160px;
}
.pos-rel {
  position: relative;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}
.popup-video {
  color: #ea5822;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  background: white;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  border-radius: 50%;
  animation: pulseBig infinite 4s linear;
  z-index: 7;
}
.skill-wrapper p{
  color: var(--brand-primary);
  font-size: 15px;
}
.pl-30{
  padding-left: 30px;
}
.counter-bg {
  margin-top: -76px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-bg {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-bg {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .counter-bg {
    margin-top: 50px;
  }
}

.counter-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(234, 244, 247, 0.9);
  background: white;
  padding: 33px 20px 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-wrapper {
    padding: 33px 10px 30px 10px;
  }
}

.counter-icon {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-icon {
    margin-right: 13px;
  }
}
.counter-icon i {
  color: #ea5822;
  font-size: 40px;
  position: relative;
  top: 2px;
}

.counter-text {
  overflow: hidden;
}
.counter-text h1 {
  color: var(--brand-secondary);
  line-height: 1;
  font-size: 35px;
  margin-bottom: 4px;
}
.counter-text > span {
  color: var(--brand-primary);
  font-size: 18px;
  font-weight: 500;
}

.single-brand {
  display: inline-block;
}

.counter-area-02 .counter-bg {
  margin-top: -180px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area-02 .counter-bg {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .counter-area-02 .counter-bg {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-area-02 .counter-bg {
    margin-top: 0;
  }
}

.counter-wrapper-02 {
  padding: 75px 90px 55px 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-wrapper-02 {
    padding: 75px 15px 55px 15px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper-02 {
    padding: 75px 15px 55px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper-02 {
    padding: 75px 15px 55px 15px;
  }
}
.counter-wrapper-02.counter-border {
  border-right: 1px solid #5a7efe;
  border-left: 1px solid #5a7efe;
}
.counter-wrapper-02 .counter-icon {
  margin-right: 0;
}
.counter-wrapper-02 .counter-icon i {
  color: white;
  font-size: 45px;
  line-height: 1;
}
.counter-wrapper-02 .counter-text > span {
  color: white;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.counter-wrapper-02 .counter-text h1 {
  color: white;
  line-height: 1;
  font-size: 45px;
  margin-bottom: 20px;
}
.counter-wrapper-02 .counter-text p {
  color: white;
}

.counter-area-03 .counter-bg {
  margin-top: 0;
  margin-bottom: -100px;
}

.counter-wrapper-03 {
  border-top: 3px solid var(--brand-secondary);
}
@media (max-width: 991px) {
  .pb-130{
    padding-bottom: 0;
  }
}
/*================================AboutUs Page End=================================================*/
@media (max-width: 991px) {
  .aboutus .about-img{
    text-align: center;
    margin-bottom: 30px;
  }
  .aboutus .simple-text{
    text-align: center;
  }
  .aboutus .sim-button{
    text-align: center;
  }
  .links{
    padding-left: 15px;
  }
  .storeinfo,.links,.store-details{
    margin-bottom: 20px;
  }
  .storeinfo .store-img{
    width: 40%;
  }
  .footer-before{
    padding: 40px 0 20px;
  }
  .footer-after-text,.master-title{
    text-align: center;
    display: block;
  }
}

@media (max-width: 767px) {
  .home-title{
    font-size: 25px;
    margin-bottom: 20px;
  }
  .bannercountdown{
    padding: 50px 0;
  }
  .videoblock p{
    text-align: center;
  }
}
@media (max-width: 575px) {
  .home-title{
    font-size: 20px;
  }
}
.footerafter .footer-after-text{
  font-size: 16px;
}

/*Contact Page*/
.contact_form_area2 .contact_us_form .form-group:last-child {
  margin-bottom:0
}


.contact_form_area2 .contact_details_inner .media {
  margin-top:25px;
  align-items: center;
}
.contact_form_area2 .contact_details_inner .media:first-child {
  margin-top:0
}
.contact_form_area2 .contact_details_inner .media .media-left {
  padding-right:20px;
  color:#fff;
  font-size:20px
}
.contact_form_area2 .contact_details_inner .media .media-left i {
  height:80px;
  width:80px;
  text-align:center;
  border-radius: 100px;
  font-size:30px;
  line-height:80px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--brand-secondary);
}
.contact_form_area2 .contact_details_inner .media .media-body p {
  color:#fff;
  font-size:16px;
  font-family:roboto,sans-serif;
  font-weight:400;
  letter-spacing:.48px;
  margin-bottom: 0;
}
.contact_form_area2 .contact_details_inner .media .media-body a {
  display:block;
  color:#666;
  font-size:18px;
  font-family:roboto,sans-serif;
  font-weight:400;
  letter-spacing:.48px
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.media-body h6{
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.contact_form_area2 .contact_details_inner .media:hover .media-left i{
  background: #000;
}



/*Contact Page End*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/*Video magnific popup*/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888888;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*About Page Start*/

.our_about_area.about_s_details {
  background:#f5f7f9
}
@media(max-width:1199px) {
  .our_about_area.about_s_details .our_about_left_content {
    padding-top:0
  }
}
@media(max-width:991px) {
  .our_about_area.about_s_details .our_about_left_content {
    padding-top:30px
  }
}
.our_about_left_content .single_title {
  padding-bottom:36px
}
@media(max-width:1199px) {
  .our_about_left_content .single_title {
    padding-bottom:12px
  }
}
.our_about_left_content p {
  font-size:16px;
  line-height:30px;
  font-family:roboto,sans-serif;
  font-weight:400;
  color:var(--brand-primary);
  padding-bottom:19px;
  margin-bottom: 0;
}
.our_about_left_content p:last-child {
  padding-bottom:0
}
.our_about_left_content .home-title{
  text-align: left;
  margin-bottom: 10px;
}
@media(max-width:1199px) {
  .our_about_left_content p {
    padding-bottom:8px
  }
}
.global_text_area {
  background:#f5f7f9;
  padding:100px 0
}
@media(max-width:991px) {
  .global_text_area .col-md-6:last-child {
    margin-top:40px
  }
}
.global_text_item .single_title {
  padding-bottom:36px
}
.global_text_item p {
  font-size:16px;
  line-height:30px;
  font-family:roboto,sans-serif;
  font-weight:400;
  color:var(--brand-primary);
}

/*About Page End*/
/*Features Block*/
.main_feature_area {
  overflow:hidden;
  background:#f5f7f9;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex
}
@media(max-width:1199px) {
  .main_feature_area {
    display:block
  }
}
.left_feature_content {
  width:calc(50% + 210px);
  float:left;
  overflow:hidden;
  -webkit-align-self:center;
  -ms-flex-item-align:center;
  align-self:center;
  -webkit-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  vertical-align:middle
}
@media(max-width:1199px) {
  .left_feature_content {
    width:100%;
    float:none;
    padding-top:60px
  }
}
@media(max-width:500px) {
  .left_feature_content {
    padding:0 15px
  }
}
.left_feature_inner_text {
  max-width:810px;
  float:right;
}
@media(max-width:1199px) {
  .left_feature_inner_text {
    float:none;
    margin:auto
  }
}
.left_feature_inner_text .media {
  width:calc(100%/2);
  float:left;
  overflow:hidden;
  padding-right:68px;
  margin-top:20px;
  margin-bottom:0;
}
@media(max-width:767px) {
  .left_feature_inner_text .media {
    padding-right:50px
  }
}
@media(max-width:600px) {
  .left_feature_inner_text .media {
    padding-right:0
  }
}
@media(max-width:500px) {
  .left_feature_inner_text .media {
    width:100%;
    float:none
  }
}
.left_feature_inner_text .media .media-left {
  padding-right:20px
}
.left_feature_inner_text .media .media-left .social-link {
  height:71px;
  width:71px
}
@media(max-width:400px) {
  .left_feature_inner_text .media .media-left {
    padding-right:15px
  }
}
.left_feature_inner_text .media .media-body {
  vertical-align:middle
}
.left_feature_inner_text .media .media-body h4 {
  font-size:16px;
  color:#2f2f30;
  font-family:roboto,sans-serif;
  font-weight:700;
  padding-bottom:10px
}
.left_feature_inner_text .media .media-body p {
  font-size:15px;
  line-height:26px;
  font-family:roboto,sans-serif;
  color:#58585a
}
.left_feature_inner_text .media:nth-last-child(-n+2) {
  margin-bottom:0
}
@media(max-width:500px) {
  .left_feature_inner_text .media:nth-last-child(-n+2) {
    margin-bottom:76px
  }
}
@media(max-width:500px) {
  .left_feature_inner_text .media:last-child {
    margin-bottom:0
  }
}
.right_feature_image {
  width:calc(50% - 210px);
  float:right;
  overflow:hidden
}
@media(max-width:1199px) {
  .right_feature_image {
    width:100%;
    float:none;
    margin-top:50px;
    text-align:center
  }
}
.right_feature_image img {
  width:100%
}
@media(max-width:1420px) {
  .right_feature_image img {
    width:auto
  }
}
@media(max-width:1199px) {
  .right_feature_image img {
    max-width: 100%;
  }
}
/*Features Block End*/

/*Blog Section*/

.our_blog_inner .col-md-4:last-child .our_blog_item {
  margin-bottom:0
}
.our_blog_item {
  -webkit-box-shadow:0 0 20px rgba(136,159,229,.25);
  box-shadow:0 0 20px rgba(136,159,229,.25)
}
@media(max-width:991px) {
  .our_blog_item {
    max-width:357px;
    margin:0 auto 30px
  }
}
.our_blog_item .our_blog_img {
  overflow:hidden;
  position:relative
}
.our_blog_item .our_blog_img img {
  width:100%;
  -webkit-transition:all 300ms linear 0s;
  -o-transition:all 300ms linear 0s;
  transition:all 300ms linear 0s
}
.our_blog_item .our_blog_img .b_date {
  position:absolute;
  top:0;
  left:0;
  padding:12px 17px;
  background:var(--brand-secondary);
  color:var(--light-color);
  text-align:center
}
.our_blog_item .our_blog_img .b_date h6 {
  font-size:14px;
  font-family:roboto,sans-serif;
  font-weight:700;
  padding-bottom:3px;
  text-transform:uppercase;
  color:var(--light-color);
}
.our_blog_item .our_blog_img .b_date h5 {
  font-size:27px;
  font-weight:700;
  font-family:roboto,sans-serif;
  color:var(--light-color);
}
.our_blog_item .our_blog_content {
  padding:30px 25px 25px
}
.our_blog_item .our_blog_content h4 {
  font-size:16px;
  text-transform:uppercase;
  color:#2f2f30;
  font-family:roboto,sans-serif;
  font-weight:700;
  line-height:26px;
  -webkit-transition:all 300ms linear 0s;
  -o-transition:all 300ms linear 0s;
  transition:all 300ms linear 0s
}
.our_blog_item .our_blog_content h4:hover {
  color:var(--brand-secondary);
}
.our_blog_item .our_blog_content p {
  font-size:15px;
  line-height:26px;
  color:#58585a;
  font-family:roboto,sans-serif;
  padding:13px 0 20px
}
.our_blog_item .our_blog_content h6 a {
  color:rgba(92,106,135,.5);
  font-size:14px;
  font-family:roboto,sans-serif;
  font-weight:400
}
.our_blog_item .our_blog_content h6 span {
  color:rgba(92,106,135,.5);
  font-size:14px;
  font-family:roboto,sans-serif;
  font-weight:400;
  padding:0 8px
}
.our_blog_item:hover .our_blog_img img {
  -webkit-transform:scale(1.04);
  -ms-transform:scale(1.04);
  transform:scale(1.04)
}
/*End Blog Section*/
/*Get a quote Block Start*/

.get_quote_area {
  background:var(--brand-secondary);
  padding:30px 0
}
@media(max-width:991px) {
  .get_quote_area .pull-left {
    float:none!important;
    text-align:center;
    margin-bottom:30px
  }

}
.get_quote_area h4 {
  color:#fff;
  font-size:24px;
  font-family:roboto,sans-serif;
  font-weight:400;
}
@media(max-width:991px) {
  .get_quote_area h4 {
    padding-top:0;
    line-height:32px;
    text-align: center;
  }
}
.get_quote_area .pull-right {
  margin-bottom:-6px
}
@media(max-width:991px) {
  .get_quote_area .pull-right {
    float:none!important;
    text-align:center
  }
}
.get_quote_area .row{
  align-items: center;
}
.get_quote_area a{
  float: right;
}
.get_quote_area .btn-primary{
  background: var(--light-color);
  color: var(--brand-primary);
}
.get_quote_area .btn-primary:hover{
  background: var(--brand-primary);
  color: var(--light-color);
}
/*Get a quote Block End*/

/*About SEction*/
.about_area {
  padding: 100px 0;
  background: #f5f7f9;
}
.about_area .home-title{
  text-align: left;
}
.about_area p{
  color: var(--brand-primary);
}
/*About Section End*/
/*Faq Section*/
.right_faq_area {
  overflow:hidden;
  clear:both
}
@media(max-width:991px) {
  .right_faq_area {
    padding-top:40px
  }
}
.right_faq_area .panel-group .panel-default {
  margin-top:0;
  border-radius:0;
  background:0 0;
  border:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  margin-bottom: 0;
  border-bottom:1px solid #f2f5f8
}
.right_faq_area .panel-group .panel-default .panel-heading {
  padding:0;
  background:0 0;
  border:none;
  border-radius:0
}
.right_faq_area .panel-group .panel-default .panel-heading .panel-title a {
  display:block;
  line-height:48px;
  font-size:15px;
  font-family:roboto,sans-serif;
  font-weight:700;
  color:var(--brand-primary);
}
@media(max-width:480px) {
  .right_faq_area .panel-group .panel-default .panel-heading .panel-title a {
    line-height:25px;
    padding:12px 0
  }
}
.right_faq_area .panel-group .panel-default .panel-collapse .panel-body {
  border:none;
  padding:0;
  line-height:26px;
  font-family:roboto,sans-serif;
  font-size:15px;
  font-weight:400;
  color:var(--brand-primary);
  padding-bottom:8px
}
.right_faq_area .panel-group .panel-default:first-child {
  margin-top:-12px
}
.right_faq_area .collapse {
  display: none;
}
.right_faq_area .collapse.show {
  display: block;
}
.right_faq_area .home-title{
  text-align: left;
}
/*End Faq Section*/
/*Brand Section*/

.client_logo_area.white_client {
  background:#fff
}
.client_slider .item {
  text-align:center;
  line-height:170px
}
.client_slider .item img {
  max-width:100%;
  width:auto;
  display:inline-block;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  -webkit-transition:all 300ms linear 0s;
  -o-transition:all 300ms linear 0s;
  transition:all 300ms linear 0s;
  cursor:pointer
}
.client_slider .item img:hover {
  -webkit-filter:grayscale(0%);
  filter:grayscale(0%)
}
/*End Brand Section*/
#other .service-block .service-inner{
  margin-bottom: 30px;
}

.service-detail p {
  font-size: 16px;
  line-height: 30px;
  font-family: roboto,sans-serif;
  font-weight: 400;
  color: var(--brand-primary);
  padding-bottom: 19px;
  margin-bottom: 0;
}
.services-inner-details{
  margin-bottom: 30px;
}

.mail .mail-img,.user-img,.call-img{
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: transparent;
  fill: var(--brand-secondary);
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.user-img i{
  font-size: 27px;
  line-height: 54px;
}
.call-img i{
  font-size: 30px;
  line-height: 59px;
}
.mail-img i{
  font-size: 24px;
  line-height: 54px;
}
.content-details label{
  text-align: left;
  display: block;
  margin-bottom: 0;
  color: var(--light-color);
  font-size: 15px;
  line-height: 22px;
}
.right-nav .call, .right-nav .mail{
  margin-right: 20px;
}
#_desktop_top_menu #top-menu > li:hover:hover .sub-menu{
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.sub-menu ul li:last-child a::before{
  display: none;
}
.sub-menu ul li:last-child a{
  margin-bottom: 0 !important;
}
/*Login Page*/
.login-form{
  padding: 0px 0 50px;
}
.login-form label{
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.login-form button {   
           
           width: 100%;    
            padding: 15px;   
            margin: 10px 0px;   
            border: none;   
            cursor: pointer;   
   }   
     .login-form form {   
            border: 3px solid #f1f1f1;   
            width: 50%;
            margin: 40px auto 0;
        }   
     .login-form input[type=text], .login-form input[type=password] {   
            width: 100%;   
            margin: 8px 0;  
            padding: 12px 20px;   
            display: inline-block;   
            border: 2px solid var(--brand-secondary);   
            box-sizing: border-box;   
        }   
      .login-form .cancelbtn {   
            width: auto;   
            padding: 10px 18px;  
            margin: 10px 5px;  
        } 


/* Login Page End */
/*Registration Page*/


.registration-form label{
  font-size: 17px;
  color: var(--light-color);
}

      
    .registration-form input[type=text], .registration-form input[type=password], textarea {  
      width: 100%;  
      padding: 15px;  
      margin: 5px 0 22px 0;  
      display: inline-block;  
      border: none;  
      background: #fff;
      border: 2px solid var(--brand-secondary);  
    }  
    
    hr {  
      border: 1px solid #f1f1f1;  
      margin-bottom: 25px;  
    }  
    .registration-form .registerbtn { 
      padding: 16px 20px;  
      margin: 8px 0;  
      border: none;  
      cursor: pointer;  
      width: 100%;   
    }  
    .registration-form .registerbtn:hover {  
      background-color: #000;  
      color: #fff; 
    } 



    .registration-form{
  padding: 0px 0 50px;
}
.registration-form label{
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.registration-form button {   
           
           width: 100%;    
            padding: 15px;   
            margin: 10px 0px;   
            border: none;   
            cursor: pointer;   
   }   
     .registration-form form {   
            border: 3px solid #f1f1f1;   
            width: 50%;
            margin: 40px auto 0;
            padding: 10px 0;
        }   
     .registration-form input[type=text], .registration-form input[type=password] {   
            width: 100%;   
            margin: 8px 0;  
            padding: 12px 20px;   
            display: inline-block;   
            border: 2px solid var(--brand-secondary);   
            box-sizing: border-box; 
            background: #fff;  
        }   
      .registration-form .cancelbtn {   
            width: auto;   
            padding: 10px 18px;  
            margin: 10px 5px;  
        } 
/*Registration Page  End*/    
@media all and (max-width: 1199px) {
  .login-form form { 
    width: 70%;
  }
  .registration-form form { 
    width: 70%;
  }
  .right-nav .call, .right-nav .mail{
    margin-right: 10px;
  }
  .mail .mail-img, .user-img, .call-img{
    width: 40px;
    height: 40px;
  }
  .call-img i{
    font-size: 20px;
    line-height: 40px;
  }
  .mail-img i{
    font-size: 17px;
    line-height: 36px;
  }
  .user-img i{
    font-size: 19px;
    line-height: 39px;
  }
  .footer-before .links, .footer-before .store-details{
    padding-left: 15px;
  }
  footer h2{
    font-size: 20px;
  }
  .header-nav .left-nav, .right-nav a{
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .user-description{
    width: 90%;
  }
  .get_quote_area a{
    float: none;
  }
  .get_quote_btn{
    text-align: center;
  }
  .our_about_image{
    text-align: center;
    margin-bottom: 30px;
  }
  .our_about_left_content{
    text-align: center;
  }
  .our_about_left_content .home-title {
    text-align: center;
  }
  .breadcrumb-container .breadcrumb .breadcrumb-title{
      font-size: 30px;
  }
  .service-detail{
    margin-top: 20px;
  }
}
@media all and (max-width: 820px) {
  .login-form form {
    width: 90%;
  }
  .registration-form form {
    width: 90%;
  }
  .mail .mail-img, .user-img, .call-img{
    width: auto;
    height: auto;
    padding: 0 !important;
    border: none;
  }
  .right-nav .call, .right-nav .mail{
    margin-right: 0px;
  }
  .header-nav .left-nav, .right-nav a{
    font-size: 15px;
  }
  .right-nav div{
    padding: 0 4px;
  }
  .about_left_text{
    margin-bottom: 30px;
  }
  .about_area{
    padding: 40px 0;
  }
  .contact_form_area2 .single_title{
    margin-top: 20px;
  }
  .mail .mail-img, .user-img, .call-img{
    display: block !important;
  }
  .content-details label{
    text-align: center;
  }
}
@media all and (max-width: 575px) {
  .content-details label{
    display: none;
  }
}
@media all and (max-width: 480px) {
  .breadcrumb-container .breadcrumb .breadcrumb-title{
        font-size: 19px;
  }
}
.comming-soon-block .title{
  text-align: center;
  margin-top: 60px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  padding-bottom: 40px;
}
.comming-soon-block .title::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 20%;
  height: 4px;
  background: var(--brand-secondary);
  bottom: 0;
  text-align: center;
  margin: 0 auto;
}
.comming-soon-block .home-btn{
  text-align: center;
  margin-top: 40px;
}
/*About Page*/
.about-section {
  position: relative;
  padding: 0 0 70px;
}
.about-section .icon-plane-8 {
  position: absolute;
  top: 0;
  right: 184px;
}
.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}
.icon-plane-8 {
  width: 282px;
  height: 102px;
  background-image: url(../images/icon-plane-8.png);
}
@media (min-width: 992px) {
  .order-lg-2 {
    order: 2 !important;
  }
}
.about-section .content-column .inner-column {
  position: relative;
  margin-top: 19px;
}
.sec-title {
  position: relative;
  margin-bottom: 10px;
}
.sec-title.light p, .sec-title.light h2{
  color: var(--light-color);
}
.progress-box .bar-inner {
    background: var(--brand-secondary);
}
.cta-section{
  position: relative;
  padding: 86px 0px;
}

.cta-section .btn-box .theme-btn-one{
  background: #fff;
  color: #2d2727 !important;
}

.cta-section .btn-box .theme-btn-one:hover{
  color: #fff !important;
}

.cta-section .text h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  font-weight: 900;
}

.cta-section .text h2 a{
  display: inline-block;
  font-size: 50px;
  color: #fff;
}

.cta-section .text h2 a:hover{
  text-decoration: underline;
}

.cta-section .btn-box {
  position: relative;
  margin-top: 24px;
}
footer:before {
    position: absolute;
    content: '';
    background: #2d2727;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}
.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-color-3{
  background: #8d4343;
}
.btn-box .btn-primary{
  background: var(--light-color);
  color: var(--brand-primary);
  border-color: var(--light-color);
}
.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    z-index: 2;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    background: var(--brand-secondary);
    transition: all 500ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.pt-6{
  padding-top: 6px;
}
.sec-title .sub-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--primary-font);
  color: var(--brand-third);
  letter-spacing: .12em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sec-title h2 {
  position: relative;
  font-size: 40px;
  color: var(--brand-primary);
  font-family: var(--primary-font);
  font-weight: 900;
  margin-bottom: 0;
  line-height: 60px;
}
.about-section .content-column .inner-column .sec-title h2 .color {
  color: var(--brand-third);
}
.about-section .content-column .inner-column .sec-title .text {
  margin-top: 57px;
}
.text {
  color: #444444;
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -.02em;
}
.about-btn{
  display: inline-block;
  position: relative;
}
.about-section .image-column.style-two .inner-column .image-box .exp-box {
  position: absolute;
  top: -157px;
  left: 119px;
  width: 220px;
  padding: 35px 39px 29px;
  border-radius: 10px;
  background-color: var(--brand-secondary);
  text-align: left;
}
.about-section .image-column.style-two .inner-column .image-box .exp-box .title {
  font-size: 35px;
  color: var(--light-color);
  font-weight: 700;
  margin-bottom: 0;
}
.about-section .image-column.style-two .inner-column .image-box .exp-box span {
  color: var(--light-color);
  display: block;
  margin-top: -3px;
}
.about-block .inner-box .title {
  position: relative;
  color: var(--brand-primary);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}
.about-block .inner-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 0 !important;
}
.about-block .inner-box .icon {
  position: relative;
  display: inline-block;
  width: 101px;
  height: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--brand-primary);
  background-color: var(--brand-secondary);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-content{
  position: relative;
  padding: 70px 93px 70px;
  text-align: center;
}
.testi-shape1{
  position: absolute;
  top: 50px;
  left: -143px;
  width: 175px;
  height: 295px;
  background-image: url(../images/testi-shape1.png);
}
.testi-shape2{
  position: absolute;
  top: 50px;
  right: -149px;
  width: 184px;
  height: 310px;
  background-image: url(../images/testi-shape2.png);
}
.testimonial-inner{
  border: 14px solid var(--brand-third);
  border-radius: 10px;
  position: relative;
  margin: 0 130px;
}

.icon-quote {
  position: relative;
  margin: 0 auto 35px;
  text-align: center;
  width: 56px;
  height: 54px;
  background-image: url(../images/icon-quote.webp);
}
.testimonial-desc{
  font-size: 26px;
  line-height: 41px;
  margin-bottom: 20px;
  position: relative;
}
.testimonial-img{
  position: relative;
  display: inline-block;
  width: 153px;
  height: 153px;
  text-align: center;
  margin-bottom: -63px;
  top: 25px;
}
.testimonial-name {
  font-size: 30px;
  letter-spacing: .2px;
  margin-bottom: 6px;
  font-weight: 600;
}
.collapse {
  display: none;
}
.faq-block{
  padding: 120px 0;
  background: url(../images/faq-banner.png);
  background-position: center;
  background-size: cover;
}
.card-header{
  position: relative;
  font-size: 18px;
  line-height: 25px;
  color: var(--brand-primary);
  font-weight: 700;
  cursor: pointer;
  padding: 15px 30px 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  border-radius: 10px !important;
  border-bottom: 0;
  margin-bottom: 0;
  white-space: unset;
  background-color: #e4dbdb;
}
.card-header h5 button{
  font-size: 20px;
  padding: 0;
  color: #000;
  font-weight: 600;
  white-space: unset;
  line-height: 25px;
  text-align: left;
}

.card-header h5 i{
  position: absolute;
  right: 20px;
  top: 7px;
  height: 36px;
  width: 36px;
  line-height: 34px;
  background-color: var(--brand-secondary);
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--brand-third);
  font-size: 20px;
  color: var(--light-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.card-body{
  margin-top: 10px;
  color: #fff;
}
.btn-link:hover, .btn-link:focus{
  color: var(--brand-secondary);
}
.card-header h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 70px solid #ca1f26;
  border-left: 50px solid transparent;
}

.contact_form_inner {
  position: relative;
  padding: 30px 60px 23px;
  margin-top: 48px;
  border-radius: 10px;
  background-color: #22212f;
}
.contact_form_inner .section-title {
  text-align: left;
  padding-bottom: 0;
  position: relative;
  top: 0;
  padding-left: 0;
  padding-right: 0;
}
.contact_form_inner .home-title {
  font-size: 40px;
  color: var(--light-color);
  text-align: left;
}
.footer-contact-info{
  padding-top: 50px;
}
.footer-contact-info .outer-box {
  position: relative;
  background-color: var(--brand-third);
  padding: 18px 0;
  border-radius: 0 10px 10px 0;
  margin-right: -80px;
}

.footer-contact-info .outer-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--brand-third);
}
 .footer-contact-info .outer-box .footer-contact-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-info .outer-box .footer-contact-block .inner-box .icon-box i {
  position: relative;
  font-size: 28px;
  color: var(--light-color);
  width: 65px;
  height: 104px;
  line-height: 104px;
  line-height: 104px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--brand-secondary);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-contact-info .outer-box .footer-contact-block .inner-box .content-box {
  margin-left: 23px;
}
.footer-contact-info .outer-box .footer-contact-block .inner-box .content-box span {
  font-weight: 700;
  color: var(--light-color);
  display: block;
  margin-bottom: 6px;
}
.footer-contact-info .outer-box .footer-contact-block .inner-box .content-box .title a{
  font-size: 18px;
  font-weight: 700;
  color: var(--light-color);
  margin-bottom: 0;
}
.footer-contact-info .outer-box .footer-contact-block .inner-box .content-box .text a {
  font-weight: 700;
  color: var(--light-color);
  line-height: 27px;
}
.map-block iframe{

  border-radius: 10px;
}
.footer-contact-info .outer-box .footer-contact-block .inner-box:hover .icon-box i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.call-to-action {
  position: relative;
  padding: 120px 0;
}
.pt-3 {
  padding-top: 1rem !important;
}
.call-to-action::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 720px;
  height: 465px;
  -webkit-clip-path: polygon(100% 100%,100% 0,0% 100%,0 100%);
  clip-path: polygon(100% 100%,100% 0,0% 100%,0 100%);
  background-color: var(--brand-third);
}
.call-to-action .icon-man {
  position: absolute;
  bottom: 0;
  left: 0;
}
.icon-man {
  width: 307px;
  height: 330px;
  background-image: url(../images/icon-man.png);
}
.call-to-action .outer-box {
  position: relative;
  border-radius: 2px;
  padding: 0 25px 50px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.call-to-action .outer-box .bg {
  border-radius: 10px;
}
.bg-pattern-1 {
  background-image: url(../images/pattern-1.jpg);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.call-to-action .outer-box .content-box {
  position: relative;
  padding-top: 50px;
}
.call-to-action .outer-box .title {
  position: relative;
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 0;
  padding-right: 30px;
  letter-spacing: .02em;
}
.call-to-action .outer-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--brand-primary);
  margin-bottom: 30px;
}
.call-to-action .outer-box .image-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -32px;
}
.btn-box{
  display: inline-block;
  position: relative;
}
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li a {
  color: var(--brand-primary);
  font-size: 16px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #f5faff;
  border-radius: 15px;
  padding: 19px 25px;
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a:hover {
  color: var(--brand-third);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: var(--brand-third);
}
.sidebar-service-list li.current a {
  color: var(--brand-third);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: var(--brand-third);
}
.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--brand-third);
  border-radius: 15px;
  overflow: hidden;
}
.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}
.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}
.help-icon {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #191825;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}
.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: .7;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon i{
  font-size: 30px;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.services-details__content h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
}
.services-details__content img{
  border-radius: 10px;
}
.testimonials-inner{
  padding: 60px 40px 40px;
  background-color: #f7f7f7;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  border-radius: 10px;
}
.testimonials-icon{
  margin-right: 20px;
}
.testimonials-icon i{
  font-size: 60px;
  color: var(--brand-secondary);
}
.testimonials-inner .user-name{
  color: var(--brand-third);
}
.testimonials-inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  border-top: 2px solid var(--brand-secondary);
  border-right: 2px solid var(--brand-secondary);
  border-radius: 10px;
}
.testimonials-inner:hover::before {
  opacity: 1;
  right: 0px;
  bottom: 0px;
  -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
  -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
  transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}
.testimonials-inner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 100%;
  left: 100%;
  opacity: 0;
  border-bottom: 2px solid var(--brand-secondary);
  border-left: 2px solid var(--brand-secondary);
  border-radius: 10px;
}
.testimonials-inner:hover::after {
  -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
  -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
  transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
  opacity: 1;
  left: 0px;
  top: 0px;
}
.features-section {
    position: relative;
    z-index: 1;
}

.feature-bg {
    background-image: url('../img/features_bg.jpg');
    background-size: cover;
    height: 100%;
}

.feature-content {
    position: relative;
    -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.08);
}

.features {
    background-color: #fafbfc;
    padding: 91px 100px 79px 25px;
    position: relative;
}


.feature-lists .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 21px;
}

.feature-lists .single-feature .icon-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.feature-lists .single-feature:hover .icon-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.feature-lists .single-feature:last-child {
    margin-bottom: 0px;
}

.feature-lists .single-feature i {
    font-size: 45px;
    color: #58bed3;
}

.single-feature .feature-details {
    z-index: 1;
}

.single-feature .feature-details h4 {
    font-size: 18px;
    font-weight: 900;
    color: #183650;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.features .title{
  text-transform: uppercase;
  color: #666;
  font-weight: 500;
}
.features .subtitle{
  font-weight: 700;
  margin-bottom: 20px;
}
.home-2 .features::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -207%;
  height: 100%;
  width: 207%;
  background-image: url(../images/feature_bg.jpg);
  background-size: cover;
  z-index: -2;
}
.service-area-img img{
    
    border-radius:20px;
}
.product-section{
    
    padding-bottom:40px;
}
.product-section .sec-title{
  text-align: center;
}
.product-section .inner-box .text h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}
.product-section .inner-box .text{
      display: block;
      padding: 20px 0 0;
      position: unset;
      opacity: 1;
      text-align: center;
}
.product-service-block{
	background: #e7bbbb;
    padding: 100px 0;
}
.product-service-block .sec-title{
	text-align: center;
}
.product-service-block h3{
	color: #000;
	font-weight: 600;
}
.product-service-block ul{
	margin-left: 30px;
}

.product-service-block li{
    list-style: disc;
    font-size: 18px;
}
.product-service-block p{
	color: #000;
    font-size: 18px;
}
.manufacturer-block .sec-title{
    text-align:center;
}
.service-image-column, .service-content-column{
    margin-bottom:30px;
}