/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.text-000{
    color: #878c9b !important;
}
.btn-default{
    background-color: #FDCD4C;
    color: #fff;
}
.btn-default:hover{
    background-color: #f5d312;
}



.contacts-info .fa {
  margin: 0 5px 0 0;
  opacity: 0.5;
}

.countdown {
  margin: 0 0 30px;
  padding: 0 10px;
  text-align: center;
  background: #F4F6FB;
  border-radius: 5px;
  color: #222;
}

.countdown:after {
  content: "";
  display: table;
  clear: both;
}

.countdown .countdown-inner {
  position: relative;
  float: left;
  width: 25%;
  padding: 15px 0;
}

.countdown .countdown-inner:before {
  content: ':';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
}

.countdown .countdown-inner .countdown-value {
  display: block;
  margin: 0 0 5px;
  font-style: italic;
  font-size: 30px;
  line-height: 1;
}

.countdown .countdown-inner small {
  display: block;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.countdown .countdown-inner:first-child:before {
  display: none;
}

.counter .fa {
  margin: 0 0 5px;
  opacity: 0.3;
}

.counter .counter-value {
  padding: 10px 0;
  font: 40px Libre Baskerville, serif;
}

.progress {
  height: 15px;
  margin: 0;
}

.progress .progress-bar {
  line-height: 15px;
}

.progress .progress-bar [data-toggle="progress-tooltip"] {
  float: right;
}

.progress .progress-bar .tooltip .tooltip-inner {
  background-color: #fff;
  color: #222;
  font-style: italic;
}

.progress .progress-bar .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}

.fast-donate {
  padding-top: 50px;
  padding-bottom: 50px;
//   background-image: url(../images/fast-donate-bg.png);
  background-size: auto 100%;
}

.fast-donate .heading {
  margin: 0;
  text-align: right;
}

.photo {
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  border-radius: 50%;
}

.post {
  position: relative;
  margin: 0 0 50px;
}

.post:after {
  content: "";
  display: table;
  clear: both;
}

.post .post-thumb {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #cfd7ed;
          box-shadow: 0 2px 3px #cfd7ed;
}

.post .post-thumb img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.post .post-header,
.post .secondary-post-header {
  position: relative;
  margin: 0 0 30px;
}

.post .post-header .post-date,
.post .secondary-post-header .post-date {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e1e7f4;
  padding: 15px 5px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #456DC7;
  z-index: 5;
}

.post .post-header .post-date .fa,
.post .secondary-post-header .post-date .fa {
  display: block;
  margin: 0 0 5px;
}

.post .post-header .post-category,
.post .secondary-post-header .post-category {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 5;
  font: 11px Libre Baskerville, serif;
}

.post .post-header .post-category a,
.post .secondary-post-header .post-category a {
  display: inline-block;
  padding: 5px 10px;
  background: #456DC7;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
}

.post .post-header .post-header-inner,
.post .secondary-post-header .post-header-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 60px 30px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(17, 42, 94, 0.7)));
  background: -webkit-linear-gradient(transparent, rgba(17, 42, 94, 0.7));
  background: -o-linear-gradient(transparent, rgba(17, 42, 94, 0.7));
  background: linear-gradient(transparent, rgba(17, 42, 94, 0.7));
  border-radius: 0 0 3px 3px;
  color: #fff;
}

.post .post-header .post-header-inner h3,
.post .secondary-post-header .post-header-inner h3 {
  color: inherit;
}

.post .post-header .post-header-inner a,
.post .secondary-post-header .post-header-inner a {
  color: inherit;
}

.post .post-header .post-header-inner a:hover,
.post .secondary-post-header .post-header-inner a:hover {
  color: #E1C760;
}

.post .post-header .post-header-inner .post-meta,
.post .secondary-post-header .post-header-inner .post-meta {
  margin: 0;
}

.post .post-header .post-thumb,
.post .secondary-post-header .post-thumb {
  margin: 0;
}

.post .post-header .progress,
.post .secondary-post-header .progress {
  background: rgba(244, 246, 251, 0.4);
}

.post .post-header h2,
.post .post-header h3,
.post .secondary-post-header h2,
.post .secondary-post-header h3 {
  margin-bottom: 15px;
}

.post .post-meta {
  margin: 0 0 30px;
  font-size: 12px;
}

.post .post-meta .post-meta-item {
  display: inline-block;
  margin: 0 25px 0 0;
}

.post .post-meta a {
  text-decoration: none;
  color: inherit;
}

.post .post-meta .fa {
  margin: 0 2px 0 0;
}

.post .post-details h3 {
  margin-bottom: 10px;
}

.post .post-details .post-details-item {
  position: relative;
  padding: 0 0 0 15px;
}

.post .post-details .post-details-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #456DC7;
  border-radius: 50%;
}

.post .post-details .post-details-item p {
  font-size: 16px;
  line-height: 1;
}

.post .post-details ul {
  padding: 0;
  list-style: none;
}

.post .post-details .rating {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.post .post-details .post-details-btns:after {
  content: "";
  display: table;
  clear: both;
}

.post .post-details .post-details-btns .btn {
  float: left;
  margin: 0 15px 0 0;
}

.post .post-author {
  margin: 0 0 30px;
}

.post .post-author:after {
  content: "";
  display: table;
  clear: both;
}

.post .post-author .post-author-photo {
  float: left;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}

.post.post-card {
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #cfd7ed;
          box-shadow: 0 2px 3px #cfd7ed;
}

.post.post-card .post-header {
  margin: 0;
}

.post.post-card .post-header .post-header-inner {
  border-radius: 0;
}

.post.post-card .post-thumb {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.post.post-card .post-entry {
  padding: 30px;
//   background: #F4F6FB;
  border-radius: 0 0 5px 5px;
}

.post.post-card .countdown {
  background: #fff;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.post.post-event .post-header .btn {
  position: absolute;
  right: 30px;
  top: 30px;
}

.owl-carousel .post.post-card {
  margin: 0 3px 5px;
}

.posts .post:hover .post-thumb img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.posts-list .post {
  margin-bottom: 15px;
}

.posts-list .post .post-header {
  min-height: 80px;
  margin: 0;
  padding-left: 100px;
  padding-right: 30px;
}

.posts-list .post .post-header .post-date {
  position: absolute;
  left: 0;
  top: 0;
}

.posts-list .post .post-header .post-meta {
  margin: 0;
}

.posts-list .post .post-header .btn-more {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.posts-list .post .post-entry {
  padding-top: 30px;
}

.comments-list {
  list-style: none;
  margin-bottom: 50px;
  padding: 0;
  color: inherit;
}

.comments-list .comment-body {
  margin: 0 0 30px;
}

.comments-list .comment-body .comment-meta {
  position: relative;
  margin: 0 0 15px;
}

.comments-list .comment-body .comment-meta:after {
  content: "";
  display: table;
  clear: both;
}

.comments-list .comment-body .comment-meta .comment-author .avatar {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}

.comments-list .comment-body .comment-meta .comment-metadata a {
  text-decoration: none;
}

.comments-list .comment-body .comment-content p {
  margin-bottom: 15px;
}

.comments-list .children {
  padding: 0 0 0 100px;
}

.comments-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit;
}

.widget {
  padding: 15px 0 0;
  border-top: 5px solid #F4F6FB;
}

.widget h3 {
  margin-bottom: 15px;
}

.widget .widget-list {
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.widget .widget-list li {
  padding: 5px 0;
}

.widget .widget-list li .badge {
  float: right;
}

.widget:first-child {
  padding: 0;
  border: none;
}

.cause-progress {
  text-align: center;
}

.cause-progress .cause-progress-val:after {
  content: "";
  display: table;
  clear: both;
}

.cause-progress .cause-progress-val .cause-progress-raised,
.cause-progress .cause-progress-val .cause-progress-goal {
  margin: 0 0 10px;
}

.cause-progress .cause-progress-val .cause-progress-raised {
  float: left;
  text-align: left;
}

.cause-progress .cause-progress-val .cause-progress-goal {
  float: right;
  text-align: right;
}

.cause-progress .cause-progress-val span {
  display: block;
  font-style: normal;
  font-weight: bold;
}

.cause-progress small {
  display: block;
  padding: 10px 0 0;
  font-size: 14px;
  letter-spacing: 1px;
}

.catalog-heading {
  margin: 0 0 30px;
}

.catalog-heading .catalog-search-result {
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog:before, .catalog:after {
  display: none;
}

.catalog .catalog-item {
  margin: 0 0 50px;
}

.catalog .catalog-item .catalog-item-header {
  position: relative;
}

.catalog .catalog-item .catalog-item-thumb img {
  width: 100%;
  height: auto;
}

.catalog .catalog-item .catalog-item-inner {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}

.catalog .catalog-item .catalog-item-inner:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10px;
  right: 10px;
  height: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 100px / 10px;
  z-index: -1;
}

.catalog .catalog-item h3 {
  margin-bottom: 5px;
}

.catalog .catalog-item .catalog-item-price {
  text-align: right;
  font-size: 16px;
}

.catalog .catalog-item .catalog-item-price .catalog-item-price-current {
  color: #222;
}

.catalog .catalog-item .rating {
  margin-bottom: 15px;
}

.product .product-thumb img {
  width: 100%;
  height: auto;
}

.rating {
  margin-bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.profile {
  margin: 0 0 30px;
  text-align: center;
}

.profile .profile-inner {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}

.profile .profile-inner:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10px;
  right: 10px;
  height: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 100px / 10px;
  z-index: -1;
}

.profile h3 {
  margin-bottom: 5px;
}

.profile p {
  margin-bottom: 15px;
}

.profile .social-nav {
  margin: 0;
}

.partners {
  line-height: 160px;
}

.partners .partners-item img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.map {
  height: 600px;
}

.map .map-popup {
  padding: 10px;
}

.map .map-popup h3,
.map .map-popup p {
  margin-bottom: 15px;
}

.map .map-popup address {
  margin: 0;
  font-style: italic;
}

.copyright {
  font-size: 12px;
}

.popup {
  position: relative;
  width: auto;
  max-width: 750px;
  margin: auto;
}

.popup .popup-heading {
  padding: 30px;
  background: #112A5E;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-align: center;
}

.popup .popup-heading h2 {
  margin: 0;
  color: inherit;
}

.popup .popup-heading + .popup-inner {
  border-radius: 0 0 4px 4px;
}

.popup .popup-inner {
  padding: 50px;
  background: #fff;
  border-radius: 4px;
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mfp-wrap button.mfp-arrow {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #456DC7;
  opacity: 0;
}

.mfp-wrap button.mfp-close {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #456DC7;
  opacity: 1;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

/*------------------------------------------------------------------
11. MEDIA QUERIES
-------------------------------------------------------------------*/


@media (max-width: 1199px) {
  .margin-bottom-md {
    margin-bottom: 30px;
  }
  .main-nav ul .main-nav-item:hover .main-nav-link {
    color: inherit;
  }
}

@media (max-width: 991px) {
  .margin-bottom-sm {
    margin-bottom: 30px;
  }
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-header .site-header-bar {
    display: none;
  }
  .site-header .site-header-inner {
    text-align: center;
  }
  .site-header .logo {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 245px;
    height: 100%;
    background: #0d2048;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    -o-transition: 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    z-index: 16;
  }
  .main-nav ul {
    display: block;
    padding: 23px 0;
    line-height: 1.5;
  }
  .main-nav ul .main-nav-item {
    float: none;
  }
  .main-nav ul .main-nav-item .main-nav-link {
    height: auto;
    padding: 10px;
  }
  .main-nav ul .main-nav-item .main-nav-link:before {
    left: auto;
    right: 0;
    bottom: 50%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: none;
    border-right: 8px solid #fff;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  .main-nav ul .main-nav-item ul {
    position: relative;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    padding: 5px 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-nav ul .main-nav-item ul:before {
    display: none;
  }
  .main-nav ul .main-nav-item.main-nav-item-parent .main-nav-link {
    padding-right: 10px;
  }
  .main-nav ul .main-nav-item.main-nav-item-parent .main-nav-link:after {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 5px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-nav ul .main-nav-item:hover ul {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-nav ul .main-nav-item.selected ul {
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-nav.is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .user-nav {
    position: fixed;
    top: 90px;
    right: 5px;
    visibility: hidden;
    width: 60px;
    padding: 30px 0;
    background: #112A5E;
    border-radius: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    -o-transition: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  }
  .user-nav .user-nav-item {
    float: none;
    padding: 15px 0 0;
  }
  .user-nav .user-nav-item .user-nav-link {
    display: inline-block;
  }
  .user-nav.is-visible {
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .main-nav-toggle-btn,
  .user-nav-toggle-btn {
    display: block;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2.title {
    font-size: 40px;
  }
  .site-header .logo {
    height: 60px;
    line-height: 60px;
  }
  .main-nav ul {
    padding: 12px 0;
  }
  .user-nav {
    top: 70px;
  }
  .main-nav-toggle-btn,
  .user-nav-toggle-btn {
    top: 8px;
  }
  .pagination li a,
  .pagination li span {
    padding: 10px 15px;
  }
  
  
 
  .fast-donate {
    background-image: none;
    text-align: center;
  }
  .fast-donate .heading {
    margin-bottom: 30px;
    text-align: center;
  }
  .post .post-header .post-category,
  .post .secondary-post-header .post-category {
    display: none;
  }
  .post .post-header .post-header-inner,
  .post .secondary-post-header .post-header-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .post.post-event .post-header .btn {
    display: none;
  }
  .post.post-card .post-header .post-date {
    display: none;
  }
  .comments-list .children {
    padding: 0;
  }
  .feature {
    margin-bottom: 30px;
  }
  .map {
    height: 400px;
  }
  .popup .popup-heading {
    padding: 20px;
  }
  .popup .popup-inner {
    padding: 20px;
  }
}

/*------------------------------------------------------------------
12. ANIMATIONS
-------------------------------------------------------------------*/
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
          animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
          animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
          animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
          animation-name: fadeInUpSmall;
}
.image-margin{
    margin-bottom: 0px !important;
    margin-top: 0 !important;
}