
/*------------------------------------------------------------------
    [Theme Icons]
------------------------------------------------------------------*/
.theme-icons-wrap {
  z-index: 1;
}

.theme-icons-wrap .theme-icons {
  text-align: center;
  margin-bottom: 5px;
}

.theme-icons-wrap a[href]:hover .theme-icons {
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Theme Icons Base */
.theme-icons-base {
  display: inline-block;
  color: #00bcd4;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-base-hover:hover {
  color: #fff;
  background: #00bcd4;
  border-color: transparent;
}

/* Theme Icons White */
.theme-icons-white {
  display: inline-block;
  color: #fff;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-white-hover {
  color: #fff;
}

.theme-icons-wrap > a[href] > .theme-icons-white-hover:hover {
  color: #34343c;
  background: #fff;
  border-color: transparent;
}

/* Theme Icons Dark */
.theme-icons-dark {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-dark-hover:hover {
  color: #fff;
  background: #34343c;
  border-color: #34343c;
}

/* Theme Icons Dark Light */
.theme-icons-dark-light {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-dark-light-hover:hover {
  color: #fff;
  background: #3a3a44;
  border-color: #3a3a44;
}

/* Theme Icons Blue */
.theme-icons-blue {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-blue-hover:hover {
  color: #fff;
  background: #536dfe;
  border-color: transparent;
}

/* Theme Icons Blue Grey */
.theme-icons-blue-grey {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-blue-grey-hover:hover {
  color: #fff;
  background: #546e7a;
  border-color: #546e7a;
}

/* Theme Icons Grey */
.theme-icons-grey {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-grey-hover:hover {
  color: #fff;
  background: #9e9e9e;
  border-color: transparent;
}

/* Theme Icons Teal */
.theme-icons-teal {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-teal-hover:hover {
  color: #fff;
  background: #009688;
  border-color: transparent;
}

/* Theme Icons Red */
.theme-icons-red {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-red-hover:hover {
  color: #fff;
  background: #e55973;
  border-color: transparent;
}

/* Theme Icons Red */
.theme-icons-pink {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-pink-hover:hover {
  color: #fff;
  background: #e91e63;
  border-color: transparent;
}

/* Theme Icons Purple */
.theme-icons-purple {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-purple-hover:hover {
  color: #fff;
  background: #b260ce;
  border-color: transparent;
}

/* Theme Icons Gold */
.theme-icons-gold {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-gold-hover:hover {
  color: #fff;
  background: #c69f73;
  border-color: transparent;
}

/*------------------------------------------------------------------
    [Theme Icons Background Color]
------------------------------------------------------------------*/
/* Theme Icons Base Background */
.theme-icons-base-bg {
  display: inline-block;
  color: #fff;
  background: #00bcd4;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-base-bg:hover {
  color: #fff;
  background: #4ed7e8;
  border-color: transparent;
}

/* Theme Icons White Background */
.theme-icons-white-bg {
  display: inline-block;
  color: #3a3a44;
  background: #fff;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-white-bg:hover {
  color: #fff;
  background: #00bcd4;
  border-color: transparent;
}

/* Theme Icons Dark Background */
.theme-icons-dark-bg {
  display: inline-block;
  color: #fff;
  background: #34343c;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-dark-bg:hover {
  color: #fff;
  background: #3a3a44;
  border-color: transparent;
}

/* Theme Icons Dark Light Background */
.theme-icons-dark-light-bg {
  display: inline-block;
  color: #fff;
  background: #3a3a44;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-dark-light-bg:hover {
  color: #fff;
  background: #34343c;
  border-color: transparent;
}

/* Theme Icons Blue Background */
.theme-icons-blue-bg {
  display: inline-block;
  color: #fff;
  background: #536dfe;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-blue-bg:hover {
  color: #fff;
  background: #687ffa;
  border-color: transparent;
}

/* Theme Icons Blue Grey Background */
.theme-icons-blue-grey-bg {
  display: inline-block;
  color: #fff;
  background: #546e7a;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-blue-grey-bg:hover {
  color: #fff;
  background: #6b8997;
  border-color: transparent;
}

/* Theme Icons Grey Background */
.theme-icons-grey-bg {
  display: inline-block;
  color: #fff;
  background: #6a6969;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-grey-bg:hover {
  color: #fff;
  background: #f1f1f1;
  border-color: transparent;
}

/* Theme Icons Teal Background */
.theme-icons-teal-bg {
  display: inline-block;
  color: #fff;
  background: #009688;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-teal-bg:hover {
  color: #fff;
  background: #45b4a9;
  border-color: transparent;
}

/* Theme Icons Red Background */
.theme-icons-red-bg {
  display: inline-block;
  color: #fff;
  background: #e55973;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-red-bg:hover {
  color: #fff;
  background: #e57287;
  border-color: transparent;
}

/* Theme Icons Pink Background */
.theme-icons-pink-bg {
  display: inline-block;
  color: #fff;
  background: #e91e63;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-pink-bg:hover {
  color: #fff;
  background: #ec407a;
  border-color: transparent;
}

/* Theme Icons Purple Background */
.theme-icons-purple-bg {
  display: inline-block;
  color: #fff;
  background: #b260ce;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-purple-bg:hover {
  color: #fff;
  background: #ba75d1;
  border-color: transparent;
}

/* Theme Icons Gold Background */
.theme-icons-gold-bg {
  display: inline-block;
  color: #fff;
  background: #c69f73;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-gold-bg:hover {
  color: #fff;
  background: #d3af87;
  border-color: transparent;
}

/* Theme Icons Grey Light Background */
.theme-icons-grey-light-bg {
  display: inline-block;
  color: #606060;
  background: #f1f1f1;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-grey-light-bg:hover {
  color: #fff;
  background: #00bcd4;
  border-color: transparent;
}

/*------------------------------------------------------------------
    [Theme Icons Bordered Color]
------------------------------------------------------------------*/
/* Theme Icons Base Bordered */
.theme-icons-base-brd {
  display: inline-block;
  color: #00bcd4;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #00bcd4;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-base-brd:hover {
  color: #fff;
  background: #00bcd4;
  border-color: #00bcd4;
}

/* Theme Icons White Bordered */
.theme-icons-white-brd {
  display: inline-block;
  color: white;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-white-brd:hover {
  color: #3a3a44;
  background: #fff;
  border-color: #fff;
}

.theme-icons-wrap .theme-icons-white-brd-hover-base:hover {
  color: #3a3a44;
  background: #fff;
}

/* Theme Icons Dark Bordered */
.theme-icons-dark-brd {
  display: inline-block;
  color: #34343c;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #34343c;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-dark-brd:hover {
  color: #fff;
  background: #34343c;
  border-color: #34343c;
}

/* Theme Icons Dark Light Bordered */
.theme-icons-dark-light-brd {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #3a3a44;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-dark-light-brd:hover {
  color: #fff;
  background: #3a3a44;
  border-color: #3a3a44;
}

/* Theme Icons Blue Bordered */
.theme-icons-blue-brd {
  display: inline-block;
  color: #536dfe;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #536dfe;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-blue-brd:hover {
  color: #fff;
  background: #536dfe;
  border-color: #536dfe;
}

/* Theme Icons Blue Grey Bordered */
.theme-icons-blue-grey-brd {
  display: inline-block;
  color: #546e7a;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #546e7a;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-blue-grey-brd:hover {
  color: #fff;
  background: #546e7a;
  border-color: #546e7a;
}

/* Theme Icons Grey Bordered */
.theme-icons-grey-brd {
  display: inline-block;
  color: #9e9e9e;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #9e9e9e;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-grey-brd:hover {
  color: #fff;
  background: #9e9e9e;
  border-color: #9e9e9e;
}

/* Theme Icons Teal Bordered */
.theme-icons-teal-brd {
  display: inline-block;
  color: #009688;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #009688;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-teal-brd:hover {
  color: #fff;
  background: #009688;
  border-color: #009688;
}

/* Theme Icons Red Bordered */
.theme-icons-red-brd {
  display: inline-block;
  color: #e55973;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #e55973;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-red-brd:hover {
  color: #fff;
  background: #e55973;
  border-color: #e55973;
}

/* Theme Icons Pink Bordered */
.theme-icons-pink-brd {
  display: inline-block;
  color: #e91e63;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #e91e63;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-pink-brd:hover {
  color: #fff;
  background: #e91e63;
  border-color: #e91e63;
}

/* Theme Icons Purple Bordered */
.theme-icons-purple-brd {
  display: inline-block;
  color: #b260ce;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #b260ce;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-purple-brd:hover {
  color: #fff;
  background: #b260ce;
  border-color: #b260ce;
}

/* Theme Icons Gold Bordered */
.theme-icons-gold-brd {
  display: inline-block;
  color: #c69f73;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #c69f73;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-gold-brd:hover {
  color: #fff;
  background: #c69f73;
  border-color: #c69f73;
}

/* Theme Icons Floral White Bordered */
.theme-icons-floral-light-brd {
  display: inline-block;
  color: #e5d8be;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #e5d8be;
  text-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-floral-light-brd:hover {
  color: #fff;
  background: #e5d8be;
  border-color: #e5d8be;
}

/*------------------------------------------------------------------
    [Theme Icons Sizes]
------------------------------------------------------------------*/
/* Extra Small Size */
.theme-icons-xs {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px;
}

/* Small Size */
.theme-icons-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px;
}

/* Medium Size */
.theme-icons-md {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1.5;
  padding: 8px;
}

/* Large Size */
.theme-icons-lg {
  width: 55px;
  height: 55px;
  font-size: 24px;
  line-height: 1.15;
  padding: 14px;
}

/*------------------------------------------------------------------
    [Social Icons Theme]
------------------------------------------------------------------*/
/* Theme Icons Facebook */
.theme-icons-fb {
  display: inline-block;
  color: #fff;
  background: #44619d;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

/* Theme Icons Twitter */
.theme-icons-tw {
  display: inline-block;
  color: #fff;
  background: #55acee;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

/* Theme Icons Dribbble */
.theme-icons-dr {
  display: inline-block;
  color: #fff;
  background: #ea4c89;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

/* Theme Icons Youtube */
.theme-icons-yt {
  display: inline-block;
  color: #fff;
  background: #cc181e;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
}

/*------------------------------------------------------------------
    [Animate Theme Icons]
------------------------------------------------------------------*/
.animate-theme-icons .animate-theme-icons-body {
  z-index: 1;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}

.animate-theme-icons:hover .animate-theme-icons-body .animate-theme-icons-element {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 1;
  }
}

/*------------------------------------------------------------------
    [Animate Theme Icons Colors]
------------------------------------------------------------------*/
/* Animate Theme Icons Base */
.animate-theme-icons .animate-theme-icons-base {
  color: #00bcd4;
}

/* Animate Theme Icons White */
.animate-theme-icons .animate-theme-icons-white {
  color: #fff;
}

/* Animate Theme Icons Dark */
.animate-theme-icons .animate-theme-icons-dark {
  color: #34343c;
}

/* Animate Theme Icons Dark Light */
.animate-theme-icons .animate-theme-icons-dark-light {
  color: #3a3a44;
}

/* Animate Theme Icons Blue */
.animate-theme-icons .animate-theme-icons-blue {
  color: #536dfe;
}

/* Animate Theme Icons Blue Grey */
.animate-theme-icons .animate-theme-icons-blue-grey {
  color: #546e7a;
}

/* Animate Theme Icons Grey */
.animate-theme-icons .animate-theme-icons-grey {
  color: #9e9e9e;
}

/* Animate Theme Icons Teal */
.animate-theme-icons .animate-theme-icons-teal {
  color: #009688;
}

/* Animate Theme Icons Red */
.animate-theme-icons .animate-theme-icons-red {
  color: #e55973;
}

/* Animate Theme Icons Pink */
.animate-theme-icons .animate-theme-icons-pink {
  color: #e91e63;
}

/* Animate Theme Icons Purple */
.animate-theme-icons .animate-theme-icons-purple {
  color: #b260ce;
}

/* Animate Theme Icons Gold */
.animate-theme-icons .animate-theme-icons-gold {
  color: #c69f73;
}

/*------------------------------------------------------------------
    [Animate Theme Icons Background Colors]
------------------------------------------------------------------*/
/* Animate Theme Icons Base Background */
.animate-theme-icons .animate-theme-icons-base-bg {
  color: #fff;
  background: #00bcd4;
}

/* Animate Theme Icons White Background */
.animate-theme-icons .animate-theme-icons-white-bg {
  color: #3a3a44;
  background: #fff;
}

/* Animate Theme Icons Dark Background */
.animate-theme-icons .animate-theme-icons-dark-bg {
  color: #fff;
  background: #34343c;
}

/* Animate Theme Icons Dark Light Background */
.animate-theme-icons .animate-theme-icons-dark-light-bg {
  color: #fff;
  background: #3a3a44;
}

/* Animate Theme Icons Blue Background */
.animate-theme-icons .animate-theme-icons-blue-bg {
  color: #fff;
  background: #536dfe;
}

/* Animate Theme Icons Blue Grey Background */
.animate-theme-icons .animate-theme-icons-blue-grey-bg {
  color: #fff;
  background: #546e7a;
}

/* Animate Theme Icons Grey Background */
.animate-theme-icons .animate-theme-icons-grey-bg {
  color: #fff;
  background: #9e9e9e;
}

/* Animate Theme Icons Teal Background */
.animate-theme-icons .animate-theme-icons-teal-bg {
  color: #fff;
  background: #009688;
}

/* Animate Theme Icons Red Background */
.animate-theme-icons .animate-theme-icons-red-bg {
  color: #fff;
  background: #e55973;
}

/* Animate Theme Icons Pink Background */
.animate-theme-icons .animate-theme-icons-pink-bg {
  color: #fff;
  background: #e91e63;
}

/* Animate Theme Icons Purple Background */
.animate-theme-icons .animate-theme-icons-purple-bg {
  color: #fff;
  background: #b260ce;
}

/* Animate Theme Icons Gold Background */
.animate-theme-icons .animate-theme-icons-gold-bg {
  color: #fff;
  background: #c69f73;
}

/*------------------------------------------------------------------
    [Animate Theme Icons Bordered]
------------------------------------------------------------------*/
/* Animate Theme Icons Base Bordered */
.animate-theme-icons .animate-theme-icons-base-brd {
  color: #00bcd4;
  border: 1px solid #00bcd4;
}

/* Animate Theme Icons White Bordered */
.animate-theme-icons .animate-theme-icons-white-brd {
  color: #fff;
  border: 1px solid #fff;
}

/* Animate Theme Icons Dark Bordered */
.animate-theme-icons .animate-theme-icons-dark-brd {
  color: #34343c;
  border: 1px solid #34343c;
}

/* Animate Theme Icons Dark Light Bordered */
.animate-theme-icons .animate-theme-icons-dark-light-brd {
  color: #3a3a44;
  border: 1px solid #3a3a44;
}

/* Animate Theme Icons Blue Bordered */
.animate-theme-icons .animate-theme-icons-blue-brd {
  color: #536dfe;
  border: 1px solid #536dfe;
}

/* Animate Theme Icons Blue Grey Bordered */
.animate-theme-icons .animate-theme-icons-blue-grey-brd {
  color: #546e7a;
  border: 1px solid #546e7a;
}

/* Animate Theme Icons Grey Bordered */
.animate-theme-icons .animate-theme-icons-grey-brd {
  color: #9e9e9e;
  border: 1px solid #9e9e9e;
}

/* Animate Theme Icons Teal Bordered */
.animate-theme-icons .animate-theme-icons-teal-brd {
  color: #009688;
  border: 1px solid #009688;
}

/* Animate Theme Icons Red Bordered */
.animate-theme-icons .animate-theme-icons-red-brd {
  color: #e55973;
  border: 1px solid #e55973;
}

/* Animate Theme Icons Pink Bordered */
.animate-theme-icons .animate-theme-icons-pink-brd {
  color: #e91e63;
  border: 1px solid #e91e63;
}

/* Animate Theme Icons Purple Bordered */
.animate-theme-icons .animate-theme-icons-purple-brd {
  color: #b260ce;
  border: 1px solid #b260ce;
}

/* Animate Theme Icons Gold Bordered */
.animate-theme-icons .animate-theme-icons-gold-brd {
  color: #c69f73;
  border: 1px solid #c69f73;
}

/*------------------------------------------------------------------
    [Theme Icons Elegant]
------------------------------------------------------------------*/
.theme-icons-elegant:before, .theme-icons-elegant:after {
  content: " ";
  display: table;
}

.theme-icons-elegant:after {
  clear: both;
}

.theme-icons-elegant .theme-icons-element {
  float: left;
  margin-right: 15px;
}

.theme-icons-elegant .theme-icons-element .theme-icons-wrap > a[href] > .theme-icons:hover {
  color: #fff;
  background: #00bcd4;
  border-color: transparent;
}

.theme-icons-elegant .theme-icons-body {
  overflow: hidden;
}

.theme-icons-elegant .theme-icons-body .theme-icons-body-title {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.theme-icons-elegant .theme-icons-body .them-icon-body-paragraph {
  font-size: 12px;
  margin-bottom: 0;
}

/* Theme Icons Elegant Right */
.theme-icons-elegant-right {
  text-align: right;
}

.theme-icons-elegant-right .theme-icons-element {
  float: right;
  margin: 0 0 0 15px;
}

/* Media Queries below 480px */
@media (max-width: 480px) {
  .theme-icons-elegant .theme-icons-element {
    float: none;
    text-align: center;
    margin: 0 0 5px;
  }
  .theme-icons-elegant .theme-icons-body {
    text-align: center;
  }
}

/*------------------------------------------------------------------
    [Animate Icons]
------------------------------------------------------------------*/
.animate-icon {
  margin: 5px 0;
}

.animate-icon .animate-icon-wrap {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  color: #3a3a44;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}

.animate-icon .animate-icon-wrap:hover .animate-icon-item:last-child {
  color: #fff;
}

.animate-icon .animate-icon-wrap:hover, .animate-icon .animate-icon-wrap:focus {
  text-decoration: none;
}

.animate-icon .animate-icon-item {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.animate-icon .animate-icon-item-shadow {
  text-shadow: 1px 1px 1px #7c7c8d;
}

/*------------------------------------------------------------------
    [Animate Icons Sizes]
------------------------------------------------------------------*/
/* Extra Small Size */
.animate-icon .animate-icon-xs {
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.animate-icon .animate-icon-xs .animate-icon-item {
  padding: 8px 0;
}

.animate-icon .animate-icon-xs:hover .animate-icon-item:first-child {
  margin-top: -30px;
}

/* Small Size */
.animate-icon .animate-icon-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
}

.animate-icon .animate-icon-sm .animate-icon-item {
  padding: 10px 0;
}

.animate-icon .animate-icon-sm:hover .animate-icon-item:first-child {
  margin-top: -35px;
}

/* Medium Size */
.animate-icon .animate-icon-md {
  width: 45px;
  height: 45px;
  font-size: 22px;
}

.animate-icon .animate-icon-md .animate-icon-item {
  padding: 12px 0;
}

.animate-icon .animate-icon-md:hover .animate-icon-item:first-child {
  margin-top: -45px;
}

/* Large Size */
.animate-icon .animate-icon-lg {
  width: 55px;
  height: 55px;
  font-size: 26px;
}

.animate-icon .animate-icon-lg .animate-icon-item {
  padding: 15px 0;
}

.animate-icon .animate-icon-lg:hover .animate-icon-item:first-child {
  margin-top: -55px;
}

/*------------------------------------------------------------------
    [Animate Transition Icons Bordered Color]
------------------------------------------------------------------*/
/* Animate Transition Icons Border Grey */
.animate-icon .animate-icon-grey-brd {
  border: 1px solid #9e9e9e;
}

.animate-icon .animate-icon-grey-brd:hover {
  border-color: transparent;
}

/*------------------------------------------------------------------
    [Animate Transition Icons Tooltips]
------------------------------------------------------------------*/
/* Animate Icons Tooltip */
.animate-icon {
  position: relative;
}

.animate-icon .icon-tooltip {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #3a3a44;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  padding: 15px 25px;
}

.animate-icon:hover .icon-tooltip-top,
.animate-icon:hover .icon-tooltip-bottom {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.animate-icon:hover .icon-tooltip-top {
  transform: translateX(-50%) translateY(-80%);
}

.animate-icon:hover .icon-tooltip-bottom {
  transform: translateX(-50%) translateY(80%);
}

/* Animate Icons Tooltip Top */
.animate-icon .icon-tooltip-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  margin-top: -30px;
}

.animate-icon .icon-tooltip-arrow-top {
  bottom: -14px;
  border-bottom-color: transparent !important;
}

/* Animate Icons Tooltip Bottom */
.animate-icon .icon-tooltip-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(100%);
  margin-bottom: -30px;
}

.animate-icon .icon-tooltip-arrow-bottom {
  top: -14px;
  border-top-color: transparent !important;
}

/* Animate Icons Tooltip Arrow */
.animate-icon .icon-tooltip-arrow {
  position: absolute;
  left: 50%;
  border-color: #3a3a44;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-style: solid;
  border-width: 7px;
  margin-left: -7px;
}

/*------------------------------------------------------------------
    [Animate Icons Horizontal]
------------------------------------------------------------------*/
.animate-icon .animate-icon-horizontal {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  vertical-align: middle;
}

.animate-icon .animate-icon-horizontal:hover, .animate-icon .animate-icon-horizontal:focus {
  text-decoration: none;
}

/* Animated Icon Horizontal Wrap */
.animate-icon .animate-icon-horizontal-wrap {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
}

/* Animated Icon Left To Right Hover */
.animate-icon .animate-icon-horizontal:hover .animate-icon-left-to-right:first-child {
  transform: translate(100%, 0);
}

.animate-icon .animate-icon-horizontal:hover .animate-icon-left-to-right:last-child {
  transform: translate(0, 0);
}

/* Animated Icon Left To Right */
.animate-icon .animate-icon-left-to-right:first-child {
  transform: translate(0, 0);
}

.animate-icon .animate-icon-left-to-right:last-child {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: translate(-100%, 0);
}

/* Animated Icon Right To Left Hover */
.animate-icon .animate-icon-horizontal:hover .animate-icon-right-to-left:first-child {
  transform: translate(-100%, 0);
}

.animate-icon .animate-icon-horizontal:hover .animate-icon-right-to-left:last-child {
  transform: translate(0, 0);
}

/* Animated Icon Right To Left */
.animate-icon .animate-icon-right-to-left:first-child {
  transform: translate(0, 0);
}

.animate-icon .animate-icon-right-to-left:last-child {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: translate(100%, 0);
}

/*------------------------------------------------------------------
    [Animate Icons Border Style]
------------------------------------------------------------------*/
/* Animated Icons With Solid Border */
.animate-icon .brd-solid {
  border: 1px solid #858585;
}

/* Animated Icons With Dashed Border */
.animate-icon .brd-dashed {
  border: 1px dashed #858585;
}

/* Animated Icons With Dotted Border */
.animate-icon .brd-dotted {
  border: 1px dotted #858585;
}

/* Animated Icons With Double Line Border */
.animate-icon .brd-double-square,
.animate-icon .brd-double-circle {
  position: relative;
  border: 1px double #858585;
}

.animate-icon .brd-double-square:after,
.animate-icon .brd-double-circle:after {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  width: auto;
  height: auto;
  border: 1px solid #858585;
  content: " ";
}

.animate-icon .brd-double-circle:after {
  border-radius: 50%;
}

/*--------------------------------------------------
    [Timeline Current Date]
----------------------------------------------------*/
.timeline-v1-current-date {
  padding-top: 100px;
}

.timeline-v1-current-date .timeline-v1-current-day {
  font-size: 30px;
  font-weight: 400;
  color: #00bcd4;
  margin: 0;
}

.timeline-v1-current-date .timeline-v1-current-time {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #00bcd4;
}

/*--------------------------------------------------
    [Timeline v1]
----------------------------------------------------*/
.timeline-v1 {
  position: relative;
  list-style: none;
  padding: 10px 0 0;
}

.timeline-v1:before {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 1px;
  background: #e7eaf0;
  content: " ";
}

.timeline-v1 .timeline-v1-list-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.timeline-v1 .timeline-v1-list-item:before, .timeline-v1 .timeline-v1-list-item:after {
  content: " ";
  display: table;
}

.timeline-v1 .timeline-v1-list-item:after {
  clear: both;
}

.timeline-v1 .timeline-v1-list-item .color-one {
  border-color: #00bcd4;
}

.timeline-v1 .timeline-v1-list-item .color-two {
  border-color: #b260ce;
}

.timeline-v1 .timeline-v1-list-item .color-three {
  border-color: #536dfe;
}

.timeline-v1 .timeline-v1-list-item .color-four {
  border-color: #4fd2c2;
}

.timeline-v1 .timeline-v1-list-item .color-five {
  border-color: #546e7a;
}

.timeline-v1 .timeline-v1-list-item .color-six {
  border-color: #c69f73;
}

.timeline-v1 .timeline-v1-list-item .color-seven {
  border-color: #e55973;
}

.timeline-v1 .timeline-v1-list-item .timeline-v1-badge-icon {
  position: absolute;
  top: 5px;
  left: 15.5px;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
}

.timeline-v1 .timeline-v1-list-item .timeline-v1-news-label {
  font-size: 13px;
  font-weight: 400;
  color: #e57287;
  padding-right: 15px;
}

.timeline-v1 .timeline-v1-list-item .timeline-v1-news-time {
  font-size: 12px;
  color: #565656;
}

.timeline-v1 .timeline-v1-list-item .timeline-v1-news-title {
  font-size: 13px;
  font-weight: 400;
  color: #3a3a3a;
  letter-spacing: 0;
  text-transform: inherit;
  margin: 0;
}

.timeline-v1 .timeline-v1-list-item .timeline-v1-news-title > a {
  font-size: 13px;
  color: #3a3a3a;
}

.timeline-v1 .timeline-v1-list-item .timeline-v1-news-title > a:hover {
  color: #00bcd4;
  text-decoration: none;
}

/*--------------------------------------------------
    [Timeline v2]
----------------------------------------------------*/
.timeline-v2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 10px 0 0;
}

.timeline-v2:before {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 1px;
  background: #e7eaf0;
  content: " ";
}

.timeline-v2 .timeline-v2-list-item {
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}

.timeline-v2 .timeline-v2-list-item:before, .timeline-v2 .timeline-v2-list-item:after {
  content: " ";
  display: table;
}

.timeline-v2 .timeline-v2-list-item:after {
  clear: both;
}

.timeline-v2 .timeline-v2-current-date {
  position: relative;
  border-top: 1px solid #e7eaf0;
  padding: 15px 0 0 40px;
  margin: 20px 0 25px;
}

.timeline-v2 .timeline-v2-current-date:before, .timeline-v2 .timeline-v2-current-date:after {
  content: " ";
  display: table;
}

.timeline-v2 .timeline-v2-current-date:after {
  clear: both;
}

.timeline-v2 .timeline-v2-badge-icon {
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 13px;
  color: #a3a3a3;
  background: #fff;
  text-align: center;
  padding: 8px;
}

.timeline-v2 .timeline-v2-news-date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #e57287;
}

.timeline-v2 .timeline-v2-news-title {
  font-size: 12px;
  font-weight: 400;
  color: #3a3a3a;
  letter-spacing: 0;
  text-transform: inherit;
  margin: 0;
}

.timeline-v2 .timeline-v2-news-title > a {
  font-size: 13px;
  color: #3a3a3a;
}

.timeline-v2 .timeline-v2-news-title > a:hover {
  color: #00bcd4;
  text-decoration: none;
}

.timeline-v2 .timeline-v2-current-day {
  font-size: 26px;
  font-weight: 400;
  color: #00bcd4;
  margin: 0;
}

.timeline-v2 .timeline-v2-current-time {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #00bcd4;
}

/*--------------------------------------------------
    [Timeline v3]
----------------------------------------------------*/
.timeline-v3 {
  position: relative;
  list-style: none;
  padding: 20px 0 20px;
}

.timeline-v3:before {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px;
  background: #69697b;
  margin-left: -1px;
  content: " ";
}

.timeline-v3 .timeline-v3-list-item {
  position: relative;
  width: 50%;
  float: left;
  clear: left;
  padding-right: 30px;
  margin-top: 50px;
}

.timeline-v3 .timeline-v3-list-item:before, .timeline-v3 .timeline-v3-list-item:after {
  content: " ";
  display: table;
}

.timeline-v3 .timeline-v3-list-item:after {
  clear: both;
}

.timeline-v3 .timeline-v3-list-item:first-child {
  margin-top: 0;
}

.timeline-v3 .timeline-v3-list-item:nth-child(2) {
  margin-top: 50px;
}

.timeline-v3 .timeline-v3-list-item .timeline-v3-badge-icon {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: #00bcd4;
  border: 2px solid #fff;
  margin-right: -6px;
}

.timeline-v3 .timeline-v3-list-item .timeline-v3-badge {
  position: relative;
}

.timeline-v3 .timeline-v3-list-item .timeline-v3-badge:before {
  position: absolute;
  top: 30px;
  right: -23px;
  width: 19px;
  border-top: 2px dotted #757589;
  content: " ";
}

.timeline-v3 .timeline-v3-right-wing {
  float: right;
  clear: right;
  padding: 0 0 0 30px;
}

.timeline-v3 .timeline-v3-right-wing .timeline-v3-badge-icon {
  left: 0;
  right: auto;
  margin-left: -6px;
}

.timeline-v3 .timeline-v3-right-wing .timeline-v3-badge:before {
  position: absolute;
  top: 31px;
  left: auto;
  right: 100.4%;
}

.timeline-v3 .timeline-v3-right-wing .timeline-v3-panel {
  float: right;
}

.timeline-v3 .timeline-v3-panel {
  float: left;
  width: 100%;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .timeline-v3:before {
    left: 15px;
  }
  .timeline-v3 .timeline-v3-list-item {
    position: relative;
    width: 100%;
    float: left;
    clear: left;
    padding: 0 0 0 50px;
  }
  .timeline-v3 .timeline-v3-list-item .timeline-v3-badge-icon {
    position: absolute;
    top: 25px;
    left: 9px;
    right: auto;
  }
  .timeline-v3 .timeline-v3-list-item .timeline-v3-badge:before {
    position: absolute;
    top: 30px;
    left: -24px;
    right: auto;
  }
  .timeline-v3 .timeline-v3-right-wing {
    padding: 0 0 0 50px;
  }
  .timeline-v3 .timeline-v3-right-wing .timeline-v3-badge-icon {
    margin-left: 0;
  }
}

/*--------------------------------------------------
    [Timeline v4]
----------------------------------------------------*/
.timeline-v4 {
  position: relative;
  list-style: none;
  padding: 20px 0 20px;
}

.timeline-v4:before {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px;
  background: #00bcd4;
  margin-left: -1px;
  content: " ";
}

.timeline-v4:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 18px;
  font-family: FontAwesome;
  background: #00bcd4;
  border-radius: 50%;
  content: "\f107";
  color: #fff;
  line-height: .8;
  padding: 9px;
  margin-left: -15px;
}

.timeline-v4 .timeline-v4-list-item {
  position: relative;
  width: 50%;
  float: left;
  clear: left;
  padding-right: 50px;
  margin-top: 50px;
}

.timeline-v4 .timeline-v4-list-item:before, .timeline-v4 .timeline-v4-list-item:after {
  content: " ";
  display: table;
}

.timeline-v4 .timeline-v4-list-item:after {
  clear: both;
}

.timeline-v4 .timeline-v4-list-item:first-child {
  margin-top: 0;
}

.timeline-v4 .timeline-v4-list-item:nth-child(2) {
  margin-top: 50px;
}

.timeline-v4 .timeline-v4-list-item .timeline-v4-badge-icon {
  position: absolute;
  top: 59px;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: #00bcd4;
  border: 2px solid #fff;
  margin-right: -7.5px;
}

.timeline-v4 .timeline-v4-right-wing {
  float: right;
  clear: right;
  padding: 0 0 0 50px;
}

.timeline-v4 .timeline-v4-right-wing .timeline-v4-badge-icon {
  left: 0;
  right: auto;
  margin-left: -7.5px;
}

.timeline-v4 .timeline-v4-right-wing .timeline-v4-badge:before {
  position: absolute;
  top: 31px;
  left: auto;
  right: 100.4%;
}

.timeline-v4 .timeline-v4-right-wing .timeline-v4-panel {
  float: right;
}

.timeline-v4 .timeline-v4-right-wing .timeline-v4-panel.timeline-v4-panel-right {
  position: relative;
}

.timeline-v4 .timeline-v4-right-wing .timeline-v4-panel.timeline-v4-panel-right:before {
  position: absolute;
  top: 50px;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #fff transparent transparent;
  content: " ";
  margin-right: -3px;
}

.timeline-v4 .timeline-v4-panel {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
}

.timeline-v4 .timeline-v4-panel.timeline-v4-panel-left {
  position: relative;
}

.timeline-v4 .timeline-v4-panel.timeline-v4-panel-left:after {
  position: absolute;
  top: 50px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fff;
  content: " ";
  margin-left: -3px;
}

.timeline-v4 .timeline-v4-subtitle {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-family: Droid Serif, serif;
  color: #00bcd4;
  margin-bottom: 5px;
}

.timeline-v4 .timeline-v4-title {
  font-size: 24px;
}

.timeline-v4 .timeline-v4-title .timeline-v4-title-link {
  font-size: 24px;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .timeline-v4:before {
    left: 15px;
  }
  .timeline-v4:after {
    left: 15px;
  }
  .timeline-v4 .timeline-v4-list-item {
    position: relative;
    width: 100%;
    float: left;
    clear: left;
    padding: 0 0 0 50px;
  }
  .timeline-v4 .timeline-v4-list-item .timeline-v4-badge-icon {
    position: absolute;
    top: 59px;
    left: 8px;
    right: auto;
  }
  .timeline-v4 .timeline-v4-list-item .timeline-v4-badge:before {
    position: absolute;
    top: 30px;
    left: -24px;
    right: auto;
  }
  .timeline-v4 .timeline-v4-right-wing .timeline-v4-badge-icon {
    margin-left: 0;
  }
  .timeline-v4 .timeline-v4-panel.timeline-v4-panel-left:after {
    position: absolute;
    top: 50px;
    left: auto;
    right: 100%;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff transparent transparent;
    margin-left: -3px;
  }
}

/*--------------------------------------------------
    [Call To Action v1]
----------------------------------------------------*/
.call-to-action-v1 {
  position: relative;
  z-index: 1;
  background: url(../../assets/img/1920x1080/10.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

.call-to-action-v1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 60, 0.7);
  content: " ";
}

.call-to-action-v1 .call-to-action-v1-title {
  font-size: 36px;
  color: #fff;
}

.call-to-action-v1 .call-to-action-v1-text {
  font-size: 22px;
  color: #fff;
  opacity: .8;
  margin-bottom: 0;
}

/* Media Queries below 480px */
@media (max-width: 480px) {
  .call-to-action-v1 .call-to-action-v1-title {
    font-size: 28px;
  }
}

/*--------------------------------------------------
    [Call To Action v2]
----------------------------------------------------*/
.call-to-action-v2 .call-to-action-v2-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.call-to-action-v2 .call-to-action-v2-text {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
}

/*--------------------------------------------------
    [Call To Action v3]
----------------------------------------------------*/
.call-to-action-v3 {
  text-align: center;
}

.call-to-action-v3 .call-to-action-badge {
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  margin-right: 10px;
}

.call-to-action-v3 .call-to-action-v3-text {
  font-size: 18px;
  font-weight: 300;
}

.call-to-action-v3 .call-to-action-v3-text .call-to-action-text-bold {
  font-size: 20px;
  font-weight: 500;
  color: #34343c;
  margin-right: 10px;
}

.call-to-action-v3 .call-to-action-v3-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .call-to-action-v3 .call-to-action-v3-text {
    display: block;
    margin: 5px 0;
  }
}

/*--------------------------------------------------
    [Clients v1]
----------------------------------------------------*/
.clients-v1 {
  margin-bottom: 0;
}

.clients-v1 .clients-v1-item {
  position: relative;
  width: 135px;
  height: 135px;
  overflow: hidden;
}

.clients-v1 .clients-v1-item .clients-v1-img {
  display: block;
  width: 135px;
  height: 135px;
  text-align: center;
}

.clients-v1 .clients-v1-item .clients-v1-img-default {
  opacity: 1;
  background: #34343c;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.clients-v1 .clients-v1-item .clients-v1-img-active {
  opacity: 0;
  position: absolute;
  top: -100%;
  left: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.clients-v1 .clients-v1-item:hover .clients-v1-img-default {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.clients-v1 .clients-v1-item:hover .clients-v1-img-active {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*--------------------------------------------------
    [Clients v2]
----------------------------------------------------*/
.clients-v2 {
  position: relative;
  z-index: 1;
  text-align: center;
  background: url(../../assets/img/1920x1080/22.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.clients-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 60, 0.5);
  content: " ";
}

.clients-v2 .clients-v2-content {
  padding: 15px;
}

.clients-v2 .clients-v2-content .clients-v2-img {
  width: 150px;
  height: 150px;
}

.clients-v2 .clients-v2-border-left,
.clients-v2 .clients-v2-border-right,
.clients-v2 .clients-v2-border-bottom {
  position: relative;
}

.clients-v2 .clients-v2-border-left:after,
.clients-v2 .clients-v2-border-right:after,
.clients-v2 .clients-v2-border-bottom:after {
  background: rgba(255, 255, 255, 0.4);
  content: " ";
}

.clients-v2 .clients-v2-border-left:after {
  position: absolute;
  top: 11px;
  right: 100%;
  width: 1px;
  height: 91%;
}

.clients-v2 .clients-v2-border-right:after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 1px;
  height: 91%;
}

.clients-v2 .clients-v2-border-bottom:after {
  position: absolute;
  right: -3px;
  bottom: 0;
  width: 103.5%;
  height: 1px;
}

/* Media Queries below 480px */
@media (max-width: 480px) {
  .clients-v2 .clients-v2-border-left:after,
  .clients-v2 .clients-v2-border-right:after,
  .clients-v2 .clients-v2-border-bottom:after {
    background: 0;
  }
}

/*--------------------------------------------------
    [Clients v3]
----------------------------------------------------*/
.clients-v3-container {
  text-align: center;
  margin: 0;
  padding: 0;
}

.clients-v3-container .clients-v3 {
  display: inline-block;
  width: 20%;
  text-align: center;
  margin-right: -5px;
}

.clients-v3-container .clients-v3-content {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
}

.clients-v3-container .clients-v3-content:hover .clients-v3-wrap {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.clients-v3-container .clients-v3-content:hover .clients-v3-logo .clients-v3-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(0.75, 0.75);
  -moz-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}

.clients-v3-container .clients-v3-wrap {
  position: absolute;
  display: table;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 188, 212, 0.95);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  padding: 0 12px;
}

.clients-v3-container .clients-v3-wrap-info {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  padding: 0;
}

.clients-v3-container .clients-v3-wrap-info > li {
  color: #fff;
}

.clients-v3-container .clients-v3-logo {
  width: 100%;
  height: 100%;
}

.clients-v3-container .clients-v3-logo span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.clients-v3-container .clients-v3-img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Media Queries below 992px */
@media (max-width: 992px) {
  .clients-v3-container .clients-v3 {
    width: 33.3333%;
  }
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .clients-v3-container .clients-v3 {
    width: 50%;
  }
}

/* Media Queries below 448px */
@media (max-width: 480px) {
  .clients-v3-container .clients-v3 {
    width: 100%;
  }
}

/*--------------------------------------------------
    [Countdown v1]
----------------------------------------------------*/
.countdown-v1 .countdown_section {
  color: #fff;
  display: inline-block;
  margin: 5px 10px;
}

.countdown-v1 .countdown_amount {
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  font-family: Lora, serif;
  line-height: 1.2;
}

/* Media Queries below 480px */
@media (min-width: 480px) {
  .countdown-v1 .countdown_section {
    width: 130px;
    height: 130px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 25px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
  }
  .countdown-v1 .countdown_amount {
    font-size: 50px;
    line-height: 1.2;
  }
}

/*--------------------------------------------------
    [Counters v1]
----------------------------------------------------*/
.counters-v1 .counters-v1-border {
  border-left: 1px solid #ebeef6;
}

.counters-v1 .counters-v1-border.counters-v1-border-first {
  border-left: none;
}

.counters-v1 .counters-v1-body {
  text-align: center;
}

.counters-v1 .counters-v1-body .counters-v1-subtitle {
  font-size: 18px;
  color: #34343c;
  text-transform: uppercase;
  padding-right: 10px;
}

.counters-v1 .counters-v1-body .counters-v1-number {
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  color: #00bcd4;
}

.counters-v1 .counters-v1-body .counters-v1-title {
  display: block;
  font-size: 16px;
  margin: 0;
}

/* Media Queries above 768px */
@media (max-width: 768px) {
  .counters-v1 .counters-v1-border {
    border-left: none;
  }
  .counters-v1 .counters-v1-border-first,
  .counters-v1 .counters-v1-border-second {
    margin-bottom: 20px;
  }
  .counters-v1 .counters-v1-border-third .counters-v1-body,
  .counters-v1 .counters-v1-border-fourth .counters-v1-body {
    border-top: 1px solid #dedede;
    padding-top: 10px;
    margin-top: 10px;
  }
}

/* Media Queries above 480px */
@media (max-width: 480px) {
  .counters-v1 .counters-v1-border-second .counters-v1-body {
    border-top: 1px solid #dedede;
    padding-top: 10px;
    margin-top: 10px;
  }
  .counters-v1 .counters-v1-border-third,
  .counters-v1 .counters-v1-border-fourth {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------
    [Counters v2]
----------------------------------------------------*/
.counters-v2 {
  text-align: center;
  padding: 60px 50px;
}

.counters-v2 .counters-v2-center-aligned {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.counters-v2 .counters-v2-icon {
  display: block;
  font-size: 36px;
  color: #34343c;
  margin-bottom: 15px;
}

.counters-v2 .counters-v2-no {
  display: block;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}

.counters-v2 .counters-v2-title {
  font-size: 20px;
  margin-bottom: 3px;
}

.counters-v2 .counters-v2-subtitle {
  display: block;
  font-style: italic;
  font-family: Droid Serif, serif;
  color: #606060;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .counters-v2 .counters-v2-center-aligned {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*--------------------------------------------------
    [Counters v3
----------------------------------------------------*/
.counters-v3 {
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 5px 3px #eff1f8;
  padding: 50px 20px;
}

.counters-v3 .counters-v3-icon {
  width: 90px;
  height: 90px;
  font-size: 36px;
  color: #00bcd4;
  text-align: center;
  box-shadow: 0 5px 10px 0 #f6f7fb;
  padding: 25px;
  margin-bottom: 20px;
}

.counters-v3 .counters-v3-number {
  font-size: 45px;
  font-weight: 400;
  color: #34343c;
  margin-bottom: 5px;
}

.counters-v3 .counters-v3-title {
  font-size: 20px;
  margin: 0;
}

/*--------------------------------------------------
    [Counters v4]
----------------------------------------------------*/
.counters-v4 {
  padding: 20px;
  text-align: center;
}

.counters-v4 .counters-v4-icon {
  font-size: 32px;
  color: #fff;
}

.counters-v4 .counters-v4-number {
  position: relative;
  display: block;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.counters-v4 .counters-v4-number:after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 30px;
  height: 1px;
  background: #fff;
  content: " ";
  margin-left: -15px;
}

.counters-v4 .counters-v4-title {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

/*--------------------------------------------------
    [Counters v5]
----------------------------------------------------*/
.counters-v5 .counters-v5-step-one {
  background: #34343c;
}

.counters-v5 .counters-v5-step-two {
  background: #323239;
}

.counters-v5 .counters-v5-step-three {
  background: #2f2f37;
}

.counters-v5 .counters-v5-step-four {
  background: #2e2e35;
}

.counters-v5 .counters-v5-body {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.counters-v5 .counters-v5-body .counters-v5-number {
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}

.counters-v5 .counters-v5-body .counters-v5-element {
  position: relative;
  top: -12px;
  left: 50%;
  display: block;
  width: 40px;
  height: 0;
  color: #fff;
  border-bottom: 1.5px solid white;
  margin-left: -20px;
  content: " ";
}

.counters-v5 .counters-v5-body .counters-v5-element:before, .counters-v5 .counters-v5-body .counters-v5-element:after {
  border-bottom: 1.5px solid white;
  content: " ";
}

.counters-v5 .counters-v5-body .counters-v5-element:before {
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 40px;
  height: 0;
  margin-left: -20px;
}

.counters-v5 .counters-v5-body .counters-v5-element:after {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 20px;
  height: 0;
  margin-left: -10px;
}

.counters-v5 .counters-v5-body .counters-v5-title {
  position: relative;
  font-size: 20px;
  color: #fff;
  margin: 0;
}

/*--------------------------------------------------
    [Counters v6]
----------------------------------------------------*/
.counters-v6 .counters-v6-number {
  display: block;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

.counters-v6 .counters-v6-title {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

/*------------------------------------------------------------------
    [Diagonal Content Left v1]
------------------------------------------------------------------*/
.diagonal-content-left-v1 {
  position: relative;
  background: #f7f8fa;
}

.diagonal-content-left-v1:after {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  display: block;
  border-top: 0 solid transparent;
  border-bottom: 700px solid transparent;
  border-left: 70px solid #f7f8fa;
  content: " ";
  margin-left: -1px;
}

/* White Version */
.diagonal-content-left-v1.diagonal-content-left-v1-white {
  background: #fff;
}

.diagonal-content-left-v1.diagonal-content-left-v1-white:after {
  border-left: 70px solid #fff;
}

/*------------------------------------------------------------------
    [Diagonal Content Right v1]
------------------------------------------------------------------*/
.diagonal-content-right-v1 {
  position: relative;
  background: #f7f8fa;
}

.diagonal-content-right-v1:after {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  display: block;
  border-top: 700px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 70px solid #f7f8fa;
  content: " ";
  margin-right: -1px;
}

/* White Version */
.diagonal-content-right-v1.diagonal-content-right-v1-white {
  background: #fff;
}

.diagonal-content-right-v1.diagonal-content-right-v1-white:after {
  border-right: 70px solid #fff;
}

/*------------------------------------------------------------------
    [Equal Height Interactive Banner]
------------------------------------------------------------------*/
.equal-height-ib {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.equal-height-ib.equal-height-ib-400 {
  height: 400px;
}

.equal-height-ib.equal-height-ib-600 {
  height: 600px;
}

.equal-height-ib.equal-height-ib-700 {
  height: 700px;
}

.equal-height-ib.equal-height-ib-850 {
  height: 850px;
}

.equal-height-ib .equal-height-ib-one,
.equal-height-ib .equal-height-ib-two {
  position: absolute;
  height: 500px;
}

.equal-height-ib .equal-height-ib-one.equal-height-ib-one-400, .equal-height-ib .equal-height-ib-one.equal-height-ib-two-400,
.equal-height-ib .equal-height-ib-two.equal-height-ib-one-400,
.equal-height-ib .equal-height-ib-two.equal-height-ib-two-400 {
  height: 400px;
}

.equal-height-ib .equal-height-ib-one.equal-height-ib-one-600, .equal-height-ib .equal-height-ib-one.equal-height-ib-two-600,
.equal-height-ib .equal-height-ib-two.equal-height-ib-one-600,
.equal-height-ib .equal-height-ib-two.equal-height-ib-two-600 {
  height: 600px;
}

.equal-height-ib .equal-height-ib-one.equal-height-ib-one-700, .equal-height-ib .equal-height-ib-one.equal-height-ib-two-700,
.equal-height-ib .equal-height-ib-two.equal-height-ib-one-700,
.equal-height-ib .equal-height-ib-two.equal-height-ib-two-700 {
  height: 700px;
}

.equal-height-ib .equal-height-ib-one.equal-height-ib-one-850, .equal-height-ib .equal-height-ib-one.equal-height-ib-two-850,
.equal-height-ib .equal-height-ib-two.equal-height-ib-one-850,
.equal-height-ib .equal-height-ib-two.equal-height-ib-two-850 {
  height: 850px;
}

.equal-height-ib .equal-height-ib-one {
  left: 0;
}

.equal-height-ib .equal-height-ib-two {
  right: 0;
}

.equal-height-ib .equal-height-ib-ver-center-align {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.equal-height-ib .equal-height-ib-bg-img {
  width: 100%;
  height: 100%;
}

/* Media Queries below 992px */
@media (max-width: 992px) {
  .equal-height-ib.equal-height-ib-md-break {
    position: static;
    height: auto;
  }
  .equal-height-ib.equal-height-ib-md-break.equal-height-ib-400, .equal-height-ib.equal-height-ib-md-break.equal-height-ib-600, .equal-height-ib.equal-height-ib-md-break.equal-height-ib-700, .equal-height-ib.equal-height-ib-md-break.equal-height-ib-850 {
    height: auto;
  }
  .equal-height-ib.equal-height-ib-md-break .equal-height-ib-one,
  .equal-height-ib.equal-height-ib-md-break .equal-height-ib-two {
    position: relative;
  }
  .equal-height-ib.equal-height-ib-md-break .equal-height-ib-one.equal-height-ib-md-height-auto,
  .equal-height-ib.equal-height-ib-md-break .equal-height-ib-two.equal-height-ib-md-height-auto {
    height: auto;
  }
  .equal-height-ib.equal-height-ib-md-break .equal-height-ib-ver-center-align {
    position: static;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .equal-height-ib {
    position: static;
    height: auto;
  }
  .equal-height-ib.equal-height-ib-400, .equal-height-ib.equal-height-ib-600, .equal-height-ib.equal-height-ib-700, .equal-height-ib.equal-height-ib-850 {
    height: auto;
  }
  .equal-height-ib .equal-height-ib-one,
  .equal-height-ib .equal-height-ib-two {
    position: relative;
  }
  .equal-height-ib .equal-height-ib-one.equal-height-ib-sm-height-auto,
  .equal-height-ib .equal-height-ib-two.equal-height-ib-sm-height-auto {
    height: auto;
  }
  .equal-height-ib .equal-height-ib-ver-center-align {
    position: static;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*--------------------------------------------------
    [Icons Box v1]
----------------------------------------------------*/
.icon-box-v1 {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.icon-box-v1 .icon-box-v1-header {
  position: relative;
  text-align: center;
  padding: 70px 40px;
}

.icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-one, .icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-two, .icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-three {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
}

.icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-one {
  -webkit-animation-name: icon-box-v1-bg-color-one;
  -moz-animation-name: icon-box-v1-bg-color-one;
  animation-name: icon-box-v1-bg-color-one;
}

.icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-two {
  -webkit-animation-name: icon-box-v1-bg-color-two;
  -moz-animation-name: icon-box-v1-bg-color-two;
  animation-name: icon-box-v1-bg-color-two;
}

.icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-three {
  -webkit-animation-name: icon-box-v1-bg-color-three;
  -moz-animation-name: icon-box-v1-bg-color-three;
  animation-name: icon-box-v1-bg-color-three;
}

.icon-box-v1 .icon-box-v1-bg-icon {
  position: absolute;
  top: 45%;
  left: 47%;
  font-size: 53px;
  color: #fff;
  opacity: .1;
  -webkit-transform: translate3d(-48%, -48%, 0);
  -moz-transform: translate3d(-48%, -48%, 0);
  transform: translate3d(-48%, -48%, 0);
}

.icon-box-v1 .icon-box-v1-icon {
  z-index: 1;
  font-size: 50px;
  color: #fff;
}

.icon-box-v1 .icon-box-v1-content {
  background: #fff;
  padding: 40px;
}

.icon-box-v1 .icon-box-v1-title {
  font-size: 24px;
}

.icon-box-v1 .icon-box-v1-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  text-decoration: none;
}

.icon-box-v1:hover {
  box-shadow: 0 2px 5px 3px #eff1f8;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Icon Box v1 ackground Color One */
@-webkit-keyframes icon-box-v1-bg-color-one {
  0% {
    background: #00bcd4;
  }
  40% {
    background: #536dfe;
  }
  100% {
    background: #546e7a;
  }
}

@-moz-keyframes icon-box-v1-bg-color-one {
  0% {
    background: #00bcd4;
  }
  40% {
    background: #536dfe;
  }
  100% {
    background: #546e7a;
  }
}

@keyframes icon-box-v1-bg-color-one {
  0% {
    background: #00bcd4;
  }
  40% {
    background: #536dfe;
  }
  100% {
    background: #546e7a;
  }
}

/* Icon Box v1 ackground Color Two */
@-webkit-keyframes icon-box-v1-bg-color-two {
  0% {
    background: #e55973;
  }
  40% {
    background: #b260ce;
  }
  100% {
    background: #e91e63;
  }
}

@-moz-keyframes icon-box-v1-bg-color-two {
  0% {
    background: #e55973;
  }
  40% {
    background: #b260ce;
  }
  100% {
    background: #e91e63;
  }
}

@keyframes icon-box-v1-bg-color-two {
  0% {
    background: #e55973;
  }
  40% {
    background: #b260ce;
  }
  100% {
    background: #e91e63;
  }
}

/* Icon Box v1 ackground Color Three */
@-webkit-keyframes icon-box-v1-bg-color-three {
  0% {
    background: #009688;
  }
  40% {
    background: #4fd2c2;
  }
  100% {
    background: #9e9e9e;
  }
}

@-moz-keyframes icon-box-v1-bg-color-three {
  0% {
    background: #009688;
  }
  40% {
    background: #4fd2c2;
  }
  100% {
    background: #9e9e9e;
  }
}

@keyframes icon-box-v1-bg-color-three {
  0% {
    background: #009688;
  }
  40% {
    background: #4fd2c2;
  }
  100% {
    background: #9e9e9e;
  }
}

/*--------------------------------------------------
    [Icons Box v2]
----------------------------------------------------*/
.icon-box-v2 {
  position: relative;
  background: #fff;
  border: 8px solid #fff;
  padding: 40px;
}

.icon-box-v2 .icon-box-v2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon-box-v2 .icon-box-v2-overlay:before, .icon-box-v2 .icon-box-v2-overlay:after {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  content: " ";
  opacity: 0;
  transition-duration: 600ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.icon-box-v2 .icon-box-v2-overlay:before {
  border-top: 1px solid #d3d3d9;
  border-bottom: 1px solid #d3d3d9;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}

.icon-box-v2 .icon-box-v2-overlay:after {
  border-left: 1px solid #d3d3d9;
  border-right: 1px solid #d3d3d9;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
}

.icon-box-v2 .icon-box-v2-icons {
  font-size: 50px;
  color: #00bcd4;
  margin-bottom: 40px;
}

.icon-box-v2 .icon-box-v2-body-title {
  font-size: 24px;
  margin-bottom: 5px;
}

.icon-box-v2 .icon-box-v2-body-subtitle {
  font-size: 16px;
  font-style: italic;
  font-family: Droid Serif, serif;
  color: #606060;
}

.icon-box-v2 .icon-box-v2-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  text-decoration: none;
}

.icon-box-v2:hover .icon-box-v2-overlay:before, .icon-box-v2:hover .icon-box-v2-overlay:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 600ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*--------------------------------------------------
    [Icons Box v3]
----------------------------------------------------*/
.icon-box-v3 .icon-box-v3-icons {
  display: block;
  font-size: 36px;
  color: #515160;
  margin: 0 0 20px 1px;
}

.icon-box-v3 .icon-box-v3-title {
  font-size: 22px;
  margin: 0 0 10px;
}

/*--------------------------------------------------
    [Icons Box v4]
----------------------------------------------------*/
.icon-box-v4 {
  overflow: hidden;
}

.icon-box-v4 .icon-box-v4-element {
  float: left;
  margin: 5px 20px 0 0;
}

.icon-box-v4 .icon-box-v4-body {
  overflow: hidden;
}

.icon-box-v4 .icon-box-v4-body .icon-box-v4-body-title {
  font-size: 22px;
  margin: 0 0 10px;
}

.icon-box-v4 .icon-box-v4-body .icon-box-v4-body-text {
  margin-bottom: 5px;
}

.icon-box-v4.icon-box-v4-right {
  text-align: right;
}

.icon-box-v4.icon-box-v4-right .icon-box-v4-element {
  float: right;
  margin: 5px 0 0 15px;
}

/* White Version */
.icon-box-v4.icon-box-v4-white .icon-box-v4-body .icon-box-v4-body-title {
  color: #fff;
}

.icon-box-v4.icon-box-v4-white .icon-box-v4-body .icon-box-v4-body-text {
  color: #fff;
  opacity: .8;
}

/*--------------------------------------------------
    [Icon Box v5]
----------------------------------------------------*/
.icon-box-v5:before, .icon-box-v5:after {
  content: " ";
  display: table;
}

.icon-box-v5:after {
  clear: both;
}

.icon-box-v5 .icon-box-v5-media {
  float: left;
  margin-right: 25px;
}

.icon-box-v5 .icon-box-v5-icon {
  width: 100px;
  height: auto;
}

.icon-box-v5 .icon-box-v5-content {
  overflow: hidden;
}

.icon-box-v5 .icon-box-v5-subtitle {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  margin-bottom: 5px;
}

.icon-box-v5 .icon-box-v5-title {
  font-size: 22px;
}

.icon-box-v5 .icon-box-v5-link {
  font-size: 14px;
  font-weight: 300;
}

/*--------------------------------------------------
    [Icons Box v6]
----------------------------------------------------*/
.icon-box-v6 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-box-v6.icon-box-v6-body-color-one {
  background: #55acee;
}

.icon-box-v6.icon-box-v6-body-color-two {
  background: #44619d;
}

.icon-box-v6.icon-box-v6-body-color-three {
  background: #ea4c89;
}

.icon-box-v6.icon-box-v6-body-color-four {
  background: #cc181e;
}

.icon-box-v6 .icon-box-v6-body {
  padding: 60px 40px;
}

.icon-box-v6 .icon-box-v6-body .icon-box-v6-icons {
  display: block;
  font-size: 50px;
  color: #fff;
  margin-bottom: 15px;
}

.icon-box-v6 .icon-box-v6-body .icon-box-v6-title {
  display: block;
  font-size: 26px;
  color: #fff;
  margin: 0;
}

.icon-box-v6 .icon-box-v6-body .icon-box-v6-subtitle {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  opacity: .8;
  margin-bottom: 10px;
}

.icon-box-v6 .icon-box-v6-body .icon-box-v6-text {
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
}

.icon-box-v6 .icon-box-v6-hover-gradient {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.icon-box-v6:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(52, 52, 60, 0.4);
  content: " ";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-box-v6:hover .icon-box-v6-icons,
.icon-box-v6:hover .icon-box-v6-title,
.icon-box-v6:hover .icon-box-v6-subtitle,
.icon-box-v6:hover .icon-box-v6-text {
  opacity: .1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-box-v6:hover .icon-box-v6-hover-gradient {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/*--------------------------------------------------
    [Icons Box v7]
----------------------------------------------------*/
.icon-box-v7 {
  position: relative;
  z-index: 1;
  background: url(../../assets/img/1920x1080/02.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.icon-box-v7:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 60, 0.95);
  content: " ";
}

.icon-box-v7 .icon-box-v7-wrap {
  text-align: center;
  border: 1px solid #fff;
}

.icon-box-v7 .icon-box-v7-icons {
  font-size: 36px;
  color: #fff;
  padding: 20px;
}

.icon-box-v7 .icon-box-v7-header {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
}

.icon-box-v7 .icon-box-v7-title {
  font-size: 24px;
  color: #fff;
  margin: 0;
}

.icon-box-v7 .icon-box-v7-body {
  padding: 20px 10px;
}

.icon-box-v7 .icon-box-v7-text {
  color: #fff;
}

/*--------------------------------------------------
    [Icons Box v8]
----------------------------------------------------*/
.icon-box-v8:before, .icon-box-v8:after {
  content: " ";
  display: table;
}

.icon-box-v8:after {
  clear: both;
}

.icon-box-v8 .icon-box-v8-media {
  float: left;
  margin-right: 25px;
}

.icon-box-v8 .icon-box-v8-media-icon {
  font-size: 36px;
  color: #34343c;
  margin: 5px 0 0 2px;
}

.icon-box-v8 .icon-box-v8-content {
  overflow: hidden;
}

.icon-box-v8 .icon-box-v8-content-title {
  font-size: 24px;
}

.icon-box-v8 .icon-box-v8-content-title.icon-box-v8-content-title-element {
  position: relative;
  margin-bottom: 30px;
}

.icon-box-v8 .icon-box-v8-content-title.icon-box-v8-content-title-element:after {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 40px;
  height: 1px;
}

.icon-box-v8 .icon-box-v8-content-title.icon-box-v8-content-title-element:before {
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 30px;
  height: 1px;
}

.icon-box-v8 .icon-box-v8-content-title.icon-box-v8-content-title-element:after, .icon-box-v8 .icon-box-v8-content-title.icon-box-v8-content-title-element:before {
  background: #34343c;
  content: " ";
}

/* White Version */
.icon-box-v8.icon-box-v8-white .icon-box-v8-media-icon {
  color: #fff;
}

.icon-box-v8.icon-box-v8-white .icon-box-v8-content-title {
  color: #fff;
}

.icon-box-v8.icon-box-v8-white .icon-box-v8-content-title.icon-box-v8-content-title-element:after, .icon-box-v8.icon-box-v8-white .icon-box-v8-content-title.icon-box-v8-content-title-element:before {
  background: #fff;
}

.icon-box-v8.icon-box-v8-white .icon-box-v8-text {
  color: #fff;
  opacity: .8;
}

/*--------------------------------------------------
    [Image Gallery]
----------------------------------------------------*/
.image-gallery {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery .image-gallery-effect {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery .image-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 188, 212, 0.6);
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery .image-gallery-overlay-content {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.image-gallery .image-gallery-overlay-content .image-gallery-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 3px;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery .image-gallery-overlay-content .image-gallery-subtitle {
  font-style: italic;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery:hover {
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery:hover .image-gallery-effect {
  -webkit-transform: scale(1.07, 1.07);
  -moz-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery:hover .image-gallery-overlay {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery:hover .image-gallery-overlay-content .image-gallery-title {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery:hover .image-gallery-overlay-content .image-gallery-subtitle {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*--------------------------------------------------
    [Image Gallery v2]
----------------------------------------------------*/
.image-gallery-v2 {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery-v2 .image-gallery-v2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 188, 212, 0.6);
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery-v2 .image-gallery-v2-overlay-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.image-gallery-v2:hover {
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery-v2:hover .image-gallery-v2-overlay {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*--------------------------------------------------
    [Image Gallery Video]
----------------------------------------------------*/
.image-gallery-video {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}

.image-gallery-video .image-gallery-video-center-align {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.image-gallery-video .image-gallery-video-player {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery-video .image-gallery-video-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  text-align: right;
  text-decoration: none;
  opacity: 0;
  margin-top: -8px;
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery-video:hover .image-gallery-video-player {
  width: 40px;
  height: 40px;
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.image-gallery-video:hover .image-gallery-video-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  [Interactive Banner v1]
------------------------------------------------------------------*/
.i-banner-v1 .i-banner-v1-heading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
  padding: 40px;
  background-color: rgba(52, 52, 60, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 60, 0)), to(rgba(52, 52, 60, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
  background-image: -moz-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
  background-image: -ms-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
  background-image: -o-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
  background-image: linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
}

.i-banner-v1 .i-banner-v1-heading .i-banner-v1-member {
  font-size: 36px;
  color: #fff;
  margin: 0;
}

.i-banner-v1 .i-banner-v1-heading .i-banner-v1-member-position {
  display: block;
  font-size: 20px;
  font-style: italic;
  font-family: Droid Serif, serif;
  color: #fff;
}

.i-banner-v1 .i-banner-v1-text {
  font-size: 18px;
  font-style: italic;
  line-height: 2;
}

.i-banner-v1 .i-banner-v1-quote {
  position: relative;
  top: 25px;
  margin-bottom: 0;
}

.i-banner-v1 .i-banner-v1-quote:before {
  font-size: 100px;
  font-style: italic;
  font-family: Droid Serif, serif;
  content: "“";
  color: #939393;
  line-height: .1;
}

/*------------------------------------------------------------------
    [Interactive Banner v2]
------------------------------------------------------------------*/
.i-banner-v2 {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}

.i-banner-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 60, 0.3);
  content: " ";
}

.i-banner-v2 .i-banner-v2-center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.i-banner-v2 .i-banner-v2-title {
  font-size: 50px;
  color: #fff;
  margin-bottom: 5px;
}

.i-banner-v2 .i-banner-v2-text {
  font-size: 20px;
  color: #fff;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .i-banner-v2 .i-banner-v2-title {
    font-size: 36px;
  }
  .i-banner-v2 .i-banner-v2-text {
    font-size: 15px;
  }
}

/* Media Queries below 480px */
@media (max-width: 480px) {
  .i-banner-v2 .i-banner-v2-title {
    font-size: 26px;
  }
  .i-banner-v2 .i-banner-v2-text {
    display: none;
  }
}

/*------------------------------------------------------------------
    [Interactive Banner v3]
------------------------------------------------------------------*/
.i-banner-v3 {
  position: relative;
  min-height: 600px;
  background: url(../../assets/img/1920x1080/01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.i-banner-v3 .i-banner-v3-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 20px 20px 40px;
  background-color: rgba(52, 52, 60, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 60, 0)), to(#34343c));
  background-image: -webkit-linear-gradient(top, rgba(52, 52, 60, 0), #34343c);
  background-image: -moz-linear-gradient(top, rgba(52, 52, 60, 0), #34343c);
  background-image: -ms-linear-gradient(top, rgba(52, 52, 60, 0), #34343c);
  background-image: -o-linear-gradient(top, rgba(52, 52, 60, 0), #34343c);
  background-image: linear-gradient(top, rgba(52, 52, 60, 0), #34343c);
}

.i-banner-v3 .i-banner-v3-content {
  max-width: 500px;
}

.i-banner-v3 .i-banner-v3-subtitle {
  display: block;
  font-size: 22px;
  font-style: italic;
  font-family: Droid Serif, serif;
  color: #fff;
  margin-bottom: 5px;
}

.i-banner-v3 .i-banner-v3-title {
  font-size: 34px;
  color: #fff;
}

.i-banner-v3 .i-banner-v3-text {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  opacity: 0.8;
}