@import url("icons.min.css");

@font-face {
    font-family: feather;
    src: url(../fonts/feather.eot);
    src: url(../fonts/feather.eot?#iefix) format("embedded-opentype"), url(../fonts/feather.woff) format("woff"), url(../fonts/feather.ttf) format("truetype"), url(../fonts/feather.svg#feather) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" ga-icon-"], [class^=ga-icon-] {
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ga-text-center {
    text-align: center !important;
}

.ga-opacity-75 {
    opacity: .75 !important;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 13px;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.ga-clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.ga-d-block {
    display: block;
}

.ga-d-table {
    display: table;
}

.ga-mb-2 {
    margin-bottom: .5rem;
}

.ga-rounded-circle {
    border-radius: 50%;
}

.ga-close {
  float: right;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  color: #404040;
  text-shadow: none;
  opacity: .5;
}

.ga-close:hover {
  color: #404040;
  text-decoration: none;
}

.ga-close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.ga-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.ga-close.disabled {
  pointer-events: none;
}

.ga-button {
    font-weight: 500;
    background-color: #333;
    cursor: pointer;
    padding: 10px 20px;
    color: #fff;
    -webkit-transition: 100ms linear;
    -ms-transition: 100ms linear;
    transition: 100ms linear;
}

.ga-justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.elementor-align-justify .ga-button {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.ga-social-button,
.entry-content .ga-social-button {
    box-shadow: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: color .3s;
    color: #606975;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    border: 1px solid #e1e7ec;
    line-height: 35px;
    text-align: center;
}

.ga-social-button:hover,
.ga-social-button:focus,
.entry-content .ga-social-button:hover,
.entry-content .ga-social-button:focus {
    box-shadow: none;
    border: 1px solid #e1e7ec;
}

.ga-social-button:last-child {
    margin-right: 0;
}

/* Amazon */
.ga-amazon {
  font-size: 1.15em;
}

.ga-amazon:hover, 
.ga-amazon:focus {
  color: #ff9900 !important;
}

/* Airbnb */
.ga-airbnb:hover, 
.ga-airbnb:focus {
  color: #fd5c63 !important;
}

/* Behance */
.ga-behance {
  font-size: 1.1em;
}

.ga-behance:hover, 
.ga-behance:focus {
  color: #1769ff !important;
}

/* DeviantArt */
.ga-deviantart {
  font-size: 1.2em;
}

.ga-deviantart:hover, 
.ga-deviantart:focus {
  color: #4e6252 !important;
}

/* Digg */
.ga-digg {
  font-size: 1.2em;
}

.ga-digg:hover, 
.ga-digg:focus {
  color: #000000 !important;
}

/* Disqus */
.ga-disqus {
  font-size: 1.1em;
}

.ga-disqus:hover, 
.ga-disqus:focus {
  color: #2e9fff !important;
}

/* Dribbble */
.ga-dribbble:hover, 
.ga-dribbble:focus {
  color: #ea4c89 !important;
}

/* Drupal */
.ga-drupal {
  font-size: 1.1em;
}

.ga-drupal:hover, 
.ga-drupal:focus {
  color: #0077c0 !important;
}

/* Email */
.ga-email:hover, 
.ga-email:focus {
  color: #0da9ef !important;
}

/* Facebook */
.ga-facebook:hover, 
.ga-facebook:focus {
  color: #3b5998 !important;
}

/* Flickr */
.ga-flickr:hover, 
.ga-flickr:focus {
  color: #0063dc !important;
}

/* Foursquare */
.ga-foursquare:hover, 
.ga-foursquare:focus {
  color: #ef4b78 !important;
}

/* GitHub */
.ga-github:hover, 
.ga-github:focus {
  color: #4183c4 !important;
}

/* Google+ */
.ga-google-plus {
  font-size: 1.2em;
}

.ga-google-plus:hover, 
.ga-google-plus:focus {
  color: #dd4b39 !important;
}

/* Instagram */
.ga-instagram:hover, 
.ga-instagram:focus {
  color: #3f729b !important;
}

/* LastFM */
.ga-lastfm {
  font-size: 1.1em;
}

.ga-lastfm:hover, 
.ga-lastfm:focus {
  color: #e31b23 !important;
}

/* LinkedIn */
.ga-linkedin:hover, 
.ga-linkedin:focus {
  color: #0976b4 !important;
}

/* PayPal */
.ga-odnoklassniki {
  font-size: 1.1em;
}

.ga-odnoklassniki:hover, 
.ga-odnoklassniki:focus {
  color: #ed812b !important;
}

/* PayPal */
.ga-paypal {
  font-size: .9em;
}

.ga-paypal:hover, 
.ga-paypal:focus {
  color: #253b80 !important;
}

/* Pinterest */
.ga-pinterest:hover, 
.ga-pinterest:focus {
  color: #cc2127 !important;
}

/* Reddit */
.ga-reddit {
  font-size: 1.1em;
}

.ga-reddit:hover, 
.ga-reddit:focus {
  color: #ff4500 !important;
}

/* Reddit */
.ga-rss {
  font-size: .9em;
}

.ga-rss:hover, 
.ga-rss:focus {
  color: #f26522 !important;
}

/* Skype */
.ga-skype {
  font-size: .9em;
}

.ga-skype:hover, 
.ga-skype:focus {
  color: #00aff0 !important;
}

/* SoundCloud */
.ga-soundcloud {
  font-size: 1.2em;
}

.ga-soundcloud:hover, 
.ga-soundcloud:focus {
  color: #ff8800 !important;
}

/* Stack Overflow */
.ga-stackoverflow:hover, 
.ga-stackoverflow:focus {
  color: #fe7a15 !important;
}

/* Steam */
.ga-steam:hover, 
.ga-steam:focus {
  color: #7da10e !important;
}

/* StumbleUpon */
.ga-stumbleupon:hover, 
.ga-stumbleupon:focus {
  color: #eb4924 !important;
}

/* Tumblr */
.ga-tumblr:hover, 
.ga-tumblr:focus {
  color: #35465c !important;
}

/* Twitch */
.ga-twitch:hover, 
.ga-twitch:focus {
  color: #6441a5 !important;
}

/* Twitter */
.ga-twitter:hover, 
.ga-twitter:focus {
  color: #55acee !important;
}

/* Vimeo */
.ga-vimeo:hover, 
.ga-vimeo:focus {
  color: #1ab7ea !important;
}

/* Vine */
.ga-vine:hover, 
.ga-vine:focus {
  color: #00b488 !important;
}

/* VKontakte */
.ga-vk {
  font-size: 1.1em;
}

.ga-vk:hover, 
.ga-vk:focus {
  color: #45668e !important;
}

/* WordPress */
.ga-wordpress:hover, 
.ga-wordpress:focus {
  color: #21759b !important;
}

/* XING */
.ga-xing:hover, 
.ga-xing:focus {
  color: #026466 !important;
}

/* Yahoo! */
.ga-yahoo {
  font-size: 1.1em;
}

.ga-yahoo:hover, 
.ga-yahoo:focus {
  color: #400191 !important;
}

/* Yelp */
.ga-yelp:hover, 
.ga-yelp:focus {
  color: #af0606 !important;
}

/* YouTube */
.ga-youtube:hover, 
.ga-youtube:focus {
  color: #e52d27 !important;
}

/* Grid Layout */
.ga-layout-grid {
    display: grid;
    justify-content: center;
}

/* Grid Layout | 1 Column */
.ga-layout-grid.one-column {
    grid-template-columns: 100%;
    grid-row-gap: 30px;
}

/* Grid Layout | 2 Columns */
.ga-layout-grid.two-columns {
	grid-template-columns: 48% 48%;
	grid-auto-rows: 0fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

/* Grid Layout | 3 Columns */
.ga-layout-grid.three-columns {
	grid-template-columns: 31% 31% 31%;
	grid-auto-rows: 0fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

/* Grid Layout | 4 Columns */
.ga-layout-grid.four-columns {
	grid-template-columns: 22% 22% 22% 22%;
	grid-auto-rows: 0fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

/* Grid Layout Media */
@media(max-width: 767.98px) {
    .ga-layout-grid.three-columns,
    .ga-layout-grid.four-columns {
        display: block;   
    }
}
@media(max-width: 576px) {
    .ga-layout-grid.two-columns {
        display: block;   
    }
}

/* BOUNCE LOADER
 * ------------------------ */
.ga-bounce-loader {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: -9px 0 0 -35px;
    text-align: center;
    width: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 10000;
}
.ga-bounce-loader .ga-bounce-1, 
.ga-bounce-loader .ga-bounce-2, 
.ga-bounce-loader .ga-bounce-3 {
    -webkit-animation: 1.4s ease-in-out 0s normal both infinite gabouncedelay;
    animation: 1.4s ease-in-out 0s normal both infinite gabouncedelay;
    background-color: #CCC;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    height: 18px;
    width: 18px;
}
.ga-bounce-loader .ga-bounce-1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.ga-bounce-loader .ga-bounce-2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes gabouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes gabouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
html.safari.iphone .ga-bounce-loader .ga-bounce-1,
html.safari.iphone .ga-bounce-loader .ga-bounce-2,
html.safari.iphone .ga-bounce-loader .ga-bounce-3 {
	-webkit-animation: 1.4s ease-in-out infinite gabouncedelay;
	animation: 1.4s ease-in-out infinite gabouncedelay;
}

/* Card
 ***********************************************/
.ga-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .1);
}

.ga-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.ga-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.ga-card-title {
  margin-bottom: 1.5rem;
}

.ga-card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

.ga-card-text:last-child {
  margin-bottom: 0;
}

.ga-card-link:hover {
  text-decoration: none;
}

.ga-card-link + .ga-card-link {
  margin-left: 1.5rem;
}

.ga-card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ga-card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.ga-card-footer {
  padding: 1.5rem 1.5rem;
  background-color: #ffffff;
  border-top: 1px solid #e7e7e7;
}

.ga-card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

.ga-card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.ga-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.ga-card-img {
  width: 100%;
}

.ga-card-img-top {
  width: 100%;
}

.ga-card-img-bottom {
  width: 100%;
}

.ga-card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ga-card-deck .ga-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .ga-card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .ga-card-deck .ga-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.ga-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ga-card-group > .ga-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .ga-card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .ga-card-group > .ga-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .ga-card-group > .ga-card + .ga-card {
    margin-left: 0;
    border-left: 0;
  }
}

.ga-card-columns .ga-card {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .ga-card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .ga-card-columns .ga-card {
    display: inline-block;
    width: 100%;
  }
}

.ga-card {
  border: 0;
  -webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
  box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
  text-decoration: none;
}

.ga-card::after {
  display: block;
  position: absolute;
  bottom: -.625rem;
  left: 1.25rem;
  width: calc(100% - 2.5rem);
  height: 2.1875rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1.1875rem 1.75rem 0.3125rem rgba(64, 64, 64, 0.09);
  box-shadow: 0 1.1875rem 1.75rem 0.3125rem rgba(64, 64, 64, 0.09);
  content: '';
  z-index: -1;
}

.ga-card > img {
  display: block;
  width: 100%;
}

.ga-card-header,
.ga-card-footer {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.ga-card-header h1, 
.ga-card-header h2, 
.ga-card-header h3, 
.ga-card-header h4, 
.ga-card-header h5, 
.ga-card-header h6, 
.ga-card-header dt, 
.ga-card-header p,
.ga-card-header .h1, 
.ga-card-header .h2, 
.ga-card-header .h3, 
.ga-card-header .h4, 
.ga-card-header .h5, 
.ga-card-header .h6,
.ga-card-footer h1,
.ga-card-footer h2,
.ga-card-footer h3,
.ga-card-footer h4,
.ga-card-footer h5,
.ga-card-footer h6,
.ga-card-footer dt,
.ga-card-footer p,
.ga-card-footer .h1,
.ga-card-footer .h2,
.ga-card-footer .h3,
.ga-card-footer .h4,
.ga-card-footer .h5,
.ga-card-footer .h6 {
  margin: 0;
}

.ga-card-header .ga-nav-tabs {
  padding-bottom: 0;
}

.ga-card-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 900;
}

.ga-card-title > a {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #343b43;
  text-decoration: none;
}

.ga-card-title > a:hover {
  color: #d3a6ff;
}

.ga-card-text {
  padding-top: 0.75rem;
  color: #8c8c8c;
}

.ga-card * {
  min-height: .01px;
}

/* ACCORDION WIDGET
 ***********************************************/
.ga-accordion .ga-card,
.entry-content .ga-accordion .ga-card {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.ga-accordion .ga-card:first-child,
.entry-content .ga-accordion .ga-card:first-child {
  border: 0;
}

.ga-accordion .ga-card::after,
.entry-content .ga-accordion .ga-card::after {
  display: none;
}

.ga-accordion .ga-card-header,
.ga-accordion .ga-card-footer,
.entry-content .ga-accordion .ga-card-header,
.entry-content .ga-accordion .ga-card-footer {
  padding: 0;
  border: 0;
}

.ga-accordion .ga-card::before,
.ga-accordion [data-toggle='ga-collapse']::before,
.entry-content .ga-accordion .ga-card::before,
.entry-content .ga-accordion [data-toggle='ga-collapse']::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: gold;
  content: '';
  z-index: 5;
}

.ga-accordion [data-toggle='ga-collapse'],
.entry-content .ga-accordion [data-toggle='ga-collapse'] {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 30px;
  padding-right: 65px;
  text-decoration: none;
  -webkit-transition: color .3s, -webkit-box-shadow .2s;
  transition: color .3s, -webkit-box-shadow .2s;
  transition: color .3s, box-shadow .2s;
  transition: color .3s, box-shadow .2s, -webkit-box-shadow .2s;
  color: gold;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1.25rem 1.875rem -0.75rem rgba(64, 64, 64, 0.12);
  box-shadow: inset 0 1.25rem 1.875rem -0.75rem rgba(64, 64, 64, 0.12);
}

.ga-accordion [data-toggle='ga-collapse'] > i,
.entry-content .ga-accordion [data-toggle='ga-collapse'] > i {
  display: inline-block;
  margin-top: -2px;
  margin-right: 7px;
  font-size: 16px;
  vertical-align: middle;
}

.ga-accordion [data-toggle='ga-collapse']::before,
.entry-content .ga-accordion [data-toggle='ga-collapse']::before {
  height: 0;
  -webkit-transition: height .25s;
  transition: height .25s;
  background-color: #ffffff;
}

.ga-accordion [data-toggle='ga-collapse'].collapsed::before,
.entry-content .ga-accordion [data-toggle='ga-collapse'].collapsed::before {
  height: 100%;
}

.ga-accordion [data-toggle='ga-collapse']::after,
.entry-content .ga-accordion [data-toggle='ga-collapse']::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  -webkit-transition: all .25s;
  transition: all .25s;
  border-radius: 50%;
  background-color: gold;
  color: #ffffff;
  font-family: feather;
  font-size: 1rem;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  -webkit-box-shadow: 1px 8px 15px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 1px 8px 15px 0 rgba(255, 255, 255, 0.15);
  content: '\e931';
}

.ga-accordion [data-toggle='ga-collapse'].collapsed,
.entry-content .ga-accordion [data-toggle='ga-collapse'].collapsed {
  color: #343b43;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ga-accordion [data-toggle='ga-collapse'].collapsed::after,
.entry-content .ga-accordion [data-toggle='ga-collapse'].collapsed::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #ffffff;
  color: #343b43;
  -webkit-box-shadow: 1px -8px 15px 0 rgba(64, 64, 64, 0.15);
  box-shadow: 1px -8px 15px 0 rgba(64, 64, 64, 0.15);
}

.ga-accordion .ga-card:first-child [data-toggle='ga-collapse'],
.entry-content .ga-accordion .ga-card:first-child [data-toggle='ga-collapse'] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ga-accordion .ga-card-body,
.entry-content .ga-accordion .ga-card-body {
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.ga-accordion-style-2 .ga-card,
.entry-content .ga-accordion-style-2 .ga-card {
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ga-accordion-style-2 .ga-card:first-child,
.entry-content .ga-accordion-style-2 .ga-card:first-child {
  border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.ga-accordion-style-2 [data-toggle='ga-collapse'],
.entry-content .ga-accordion-style-2 [data-toggle='ga-collapse'] {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ga-accordion-style-2 [data-toggle='ga-collapse']::after,
.entry-content .ga-accordion-style-2 [data-toggle='ga-collapse']::after {
  padding-left: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  color: gold;
  font-size: 1rem;
  line-height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: '\e998';
}

.ga-accordion-style-2 [data-toggle='ga-collapse'].collapsed::after,
.entry-content .ga-accordion-style-2 [data-toggle='ga-collapse'].collapsed::after {
  padding-left: 0;
  -webkit-transform: none;
  transform: none;
  background-color: rgba(64, 64, 64, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  content: '\e9b3';
}

.ga-accordion-style-2 .ga-card::before,
.ga-accordion-style-2 [data-toggle='ga-collapse']::before,
.entry-content .ga-accordion-style-2 .ga-card::before,
.entry-content .ga-accordion-style-2 [data-toggle='ga-collapse']::before {
  display: none;
}

.ga-accordion-style-3 .ga-card,
.entry-content .ga-accordion-style-3 .ga-card {
  margin-bottom: 7px;
  border: 0 !important;
}

.ga-accordion-style-3 .ga-card-body,
.entry-content .ga-accordion-style-3 .ga-card-body {
  position: relative;
  padding-top: 30px;
  padding-bottom: 33px;
}

.ga-accordion-style-3 .ga-card-body::after,
.entry-content .ga-accordion-style-3 .ga-card-body::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
}

.ga-accordion-style-3 .ga-card::before,
.ga-accordion-style-3 [data-toggle='ga-collapse']::before,
.entry-content .ga-accordion-style-3 .ga-card::before,
.entry-content .ga-accordion-style-3 [data-toggle='ga-collapse']::before {
  display: none;
}

.ga-accordion-style-3 [data-toggle='ga-collapse'],
.entry-content .ga-accordion-style-3 [data-toggle='ga-collapse'] {
  padding-right: 50px;
  -webkit-transition: none;
  transition: none;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ga-accordion-style-3 [data-toggle='ga-collapse']::after,
.entry-content .ga-accordion-style-3 [data-toggle='ga-collapse']::after {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ga-accordion-style-3 [data-toggle='ga-collapse'].collapsed,
.entry-content .ga-accordion-style-3 [data-toggle='ga-collapse'].collapsed {
  background: none !important;
}

.ga-accordion-style-3 [data-toggle='ga-collapse'] > i,
.entry-content .ga-accordion-style-3 [data-toggle='ga-collapse'] > i {
  width: 30px;
  height: 30px;
  margin-right: 9px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #343b43;
  line-height: 28px;
  text-align: center;
  -webkit-box-shadow: 1px 8px 15px 0 rgba(64, 64, 64, 0.15);
  box-shadow: 1px 8px 15px 0 rgba(64, 64, 64, 0.15);
}

@-moz-document url-prefix() {
  .ga-accordion-style-3 [data-toggle='ga-collapse'] > i,
  .entry-content .ga-accordion-style-3 [data-toggle='ga-collapse'] > i {
    line-height: 30px;
  }
}

@media (max-width: 575.98px) {
  .ga-accordion [data-toggle='ga-collapse'],
  .entry-content .ga-accordion [data-toggle='ga-collapse'] {
    padding: 20px 18px;
    padding-right: 50px;
    font-size: 0.875rem;
  }
  .ga-accordion [data-toggle='ga-collapse']::after,
  .entry-content .ga-accordion [data-toggle='ga-collapse']::after {
    right: 16px;
  }
  .ga-accordion .ga-card-body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ga-accordion-style-3 [data-toggle='ga-collapse'],
  .entry-content .ga-accordion-style-3 [data-toggle='ga-collapse'] {
    padding-right: 40px;
  }
}

.ga-accordion-style-3 .ga-card-body::after, 
.ga-accordion-style-3 [data-toggle='ga-collapse'],
.entry-content .ga-accordion-style-3 .ga-card-body::after, 
.entry-content .ga-accordion-style-3 [data-toggle='ga-collapse'] {
  background-color: gold;
  background-image: linear-gradient(135deg, rgb(255, 227, 41) 10%, rgb(248, 206, 0) 100%);
}

/* ALERT WIDGET
 ***********************************************/
.ga-alert {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  border: 0.3125rem solid transparent;
  line-height: 1;
}

.ga-alert .ga-close {
    top: .5rem;
    right: .25rem;
    padding: 0 .3rem;
    font-family: feather;
    font-size: 16px;
    cursor: pointer;
}

.ga-alert .ga-close::before {
    content: '\ea04';
}

.ga-alert-heading {
  color: inherit;
}

.ga-alert-link {
  font-weight: 700;
}

.ga-alert-dismissible .ga-close {
  position: absolute;
  color: inherit;
}

.ga-alert-primary {
  color: #591a77;
  background-color: #eed6fa;
  border-color: #e8c6f7;
}

.ga-alert-primary hr {
  border-top-color: #dfb0f4;
}

.ga-alert-primary .ga-alert-link {
  color: #3a114d;
}

.ga-alert-secondary {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.ga-alert-secondary hr {
  border-top-color: #efefef;
}

.ga-alert-secondary .ga-alert-link {
  color: #666565;
}

.ga-alert-success {
  color: #1b6a43;
  background-color: #d6f5e6;
  border-color: #c6f0dc;
}

.ga-alert-success hr {
  border-top-color: #b2ebd0;
}

.ga-alert-success .ga-alert-link {
  color: #114129;
}

.ga-alert-info {
  color: #2d4d84;
  background-color: #ddeaff;
  border-color: #d0e1ff;
}

.ga-alert-info hr {
  border-top-color: #b7d1ff;
}

.ga-alert-info .ga-alert-link {
  color: #20375e;
}

.ga-alert-warning {
  color: #83491e;
  background-color: #fee8d8;
  border-color: #fedfc8;
}

.ga-alert-warning hr {
  border-top-color: #fed0af;
}

.ga-alert-warning .ga-alert-link {
  color: #5a3214;
}

.ga-alert-danger {
  color: #852b2b;
  background-color: #ffdcdc;
  border-color: #ffcfcf;
}

.ga-alert-danger hr {
  border-top-color: #ffb6b6;
}

.ga-alert-danger .ga-alert-link {
  color: #5e1f1f;
}

.ga-alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}

.ga-alert-light hr {
  border-top-color: #f2f2f2;
}

.ga-alert-light .ga-alert-link {
  color: #6c6b6b;
}

.ga-alert-dark {
  color: #1b1f23;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.ga-alert-dark hr {
  border-top-color: #b9bbbe;
}

.ga-alert-dark .ga-alert-link {
  color: #050606;
}

.ga-alert-accent {
  color: #791b5c;
  background-color: #fad6ef;
  border-color: #f9c6e9;
}

.ga-alert-accent hr {
  border-top-color: #f7afe0;
}

.ga-alert-accent .ga-alert-link {
  color: #4f123c;
}

.ga-alert {
  display: block;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
}

.ga-alert i {
  display: inline-block;
  margin-top: -.0625rem;
  font-size: 1.1em;
  vertical-align: middle;
}

.ga-alert a:not(.ga-btn) {
  font-weight: 600;
}

.ga-alert > *:last-child:not(.ga-btn),
.ga-alert h1:last-child:not(.ga-btn), .ga-alert h2:last-child:not(.ga-btn), .ga-alert h3:last-child:not(.ga-btn), .ga-alert h4:last-child:not(.ga-btn), .ga-alert h5:last-child:not(.ga-btn), .ga-alert h6:last-child:not(.ga-btn), .ga-alert dt:last-child:not(.ga-btn), .ga-alert p:last-child:not(.ga-btn), .ga-alert ul:last-child:not(.ga-btn), .ga-alert ol:last-child:not(.ga-btn), .ga-alert a:last-child:not(.ga-btn) {
  margin: 0;
}

.ga-alert::before {
  display: block;
  position: absolute;
  top: -.375rem;
  right: -.375rem;
  bottom: -.375rem;
  left: -.375rem;
  border: 1px solid transparent;
  content: '';
}

.ga-alert .close {
  top: .5rem;
  right: .25rem;
  padding: 0 .3rem;
  font-family: feather;
  font-size: 1rem;
}

.ga-alert .close::before {
  content: '\ea04';
}

a.ga-alert {
  text-decoration: none !important;
}

.ga-alert-primary {
  background-color: rgba(172, 50, 228, 0.1);
  color: #d3a6ff;
}

.ga-alert-primary::before {
  border-color: rgba(172, 50, 228, 0.25);
}

.ga-alert-primary > *:not(.ga-text-white), .ga-alert-primary > *:not(.ga-text-light),
.ga-alert-primary h1:not(.ga-text-white),
.ga-alert-primary h1:not(.ga-text-light), .ga-alert-primary h2:not(.ga-text-white), .ga-alert-primary h2:not(.ga-text-light), .ga-alert-primary h3:not(.ga-text-white), .ga-alert-primary h3:not(.ga-text-light), .ga-alert-primary h4:not(.ga-text-white), .ga-alert-primary h4:not(.ga-text-light), .ga-alert-primary h5:not(.ga-text-white), .ga-alert-primary h5:not(.ga-text-light), .ga-alert-primary h6:not(.ga-text-white), .ga-alert-primary dt:not(.ga-text-white), .ga-alert-primary h6:not(.ga-text-light), .ga-alert-primary dt:not(.ga-text-light), .ga-alert-primary p:not(.ga-text-white), .ga-alert-primary p:not(.ga-text-light), .ga-alert-primary ul:not(.ga-text-white), .ga-alert-primary ul:not(.ga-text-light), .ga-alert-primary ol:not(.ga-text-white), .ga-alert-primary ol:not(.ga-text-light), .ga-alert-primary a:not(.ga-text-white), .ga-alert-primary a:not(.ga-text-light) {
  color: #d3a6ff;
}

.ga-alert-primary .close {
  color: #d3a6ff !important;
}

.ga-alert-secondary {
  background-color: rgba(245, 245, 245, 0.1);
  color: #f5f5f5;
}

.ga-alert-secondary::before {
  border-color: rgba(245, 245, 245, 0.25);
}

.ga-alert-secondary > *:not(.ga-text-white), .ga-alert-secondary > *:not(.ga-text-light),
.ga-alert-secondary h1:not(.ga-text-white),
.ga-alert-secondary h1:not(.ga-text-light), .ga-alert-secondary h2:not(.ga-text-white), .ga-alert-secondary h2:not(.ga-text-light), .ga-alert-secondary h3:not(.ga-text-white), .ga-alert-secondary h3:not(.ga-text-light), .ga-alert-secondary h4:not(.ga-text-white), .ga-alert-secondary h4:not(.ga-text-light), .ga-alert-secondary h5:not(.ga-text-white), .ga-alert-secondary h5:not(.ga-text-light), .ga-alert-secondary h6:not(.ga-text-white), .ga-alert-secondary dt:not(.ga-text-white), .ga-alert-secondary h6:not(.ga-text-light), .ga-alert-secondary dt:not(.ga-text-light), .ga-alert-secondary p:not(.ga-text-white), .ga-alert-secondary p:not(.ga-text-light), .ga-alert-secondary ul:not(.ga-text-white), .ga-alert-secondary ul:not(.ga-text-light), .ga-alert-secondary ol:not(.ga-text-white), .ga-alert-secondary ol:not(.ga-text-light), .ga-alert-secondary a:not(.ga-text-white), .ga-alert-secondary a:not(.ga-text-light) {
  color: #f5f5f5;
}

.ga-alert-secondary .close {
  color: #f5f5f5 !important;
}

.ga-alert-success {
  background-color: rgba(51, 203, 129, 0.1);
  color: #33cb81;
}

.ga-alert-success::before {
  border-color: rgba(51, 203, 129, 0.25);
}

.ga-alert-success > *:not(.ga-text-white), .ga-alert-success > *:not(.ga-text-light),
.ga-alert-success h1:not(.ga-text-white),
.ga-alert-success h1:not(.ga-text-light), .ga-alert-success h2:not(.ga-text-white), .ga-alert-success h2:not(.ga-text-light), .ga-alert-success h3:not(.ga-text-white), .ga-alert-success h3:not(.ga-text-light), .ga-alert-success h4:not(.ga-text-white), .ga-alert-success h4:not(.ga-text-light), .ga-alert-success h5:not(.ga-text-white), .ga-alert-success h5:not(.ga-text-light), .ga-alert-success h6:not(.ga-text-white), .ga-alert-success dt:not(.ga-text-white), .ga-alert-success h6:not(.ga-text-light), .ga-alert-success dt:not(.ga-text-light), .ga-alert-success p:not(.ga-text-white), .ga-alert-success p:not(.ga-text-light), .ga-alert-success ul:not(.ga-text-white), .ga-alert-success ul:not(.ga-text-light), .ga-alert-success ol:not(.ga-text-white), .ga-alert-success ol:not(.ga-text-light), .ga-alert-success a:not(.ga-text-white), .ga-alert-success a:not(.ga-text-light) {
  color: #33cb81;
}

.ga-alert-success .close {
  color: #33cb81 !important;
}

.ga-alert-info {
  background-color: rgba(86, 149, 254, 0.1);
  color: #5695fe;
}

.ga-alert-info::before {
  border-color: rgba(86, 149, 254, 0.25);
}

.ga-alert-info > *:not(.ga-text-white), .ga-alert-info > *:not(.ga-text-light),
.ga-alert-info h1:not(.ga-text-white),
.ga-alert-info h1:not(.ga-text-light), .ga-alert-info h2:not(.ga-text-white), .ga-alert-info h2:not(.ga-text-light), .ga-alert-info h3:not(.ga-text-white), .ga-alert-info h3:not(.ga-text-light), .ga-alert-info h4:not(.ga-text-white), .ga-alert-info h4:not(.ga-text-light), .ga-alert-info h5:not(.ga-text-white), .ga-alert-info h5:not(.ga-text-light), .ga-alert-info h6:not(.ga-text-white), .ga-alert-info dt:not(.ga-text-white), .ga-alert-info h6:not(.ga-text-light), .ga-alert-info dt:not(.ga-text-light), .ga-alert-info p:not(.ga-text-white), .ga-alert-info p:not(.ga-text-light), .ga-alert-info ul:not(.ga-text-white), .ga-alert-info ul:not(.ga-text-light), .ga-alert-info ol:not(.ga-text-white), .ga-alert-info ol:not(.ga-text-light), .ga-alert-info a:not(.ga-text-white), .ga-alert-info a:not(.ga-text-light) {
  color: #5695fe;
}

.ga-alert-info .close {
  color: #5695fe !important;
}

.ga-alert-warning {
  background-color: rgba(252, 140, 58, 0.1);
  color: #fc8c3a;
}

.ga-alert-warning::before {
  border-color: rgba(252, 140, 58, 0.25);
}

.ga-alert-warning > *:not(.ga-text-white), .ga-alert-warning > *:not(.ga-text-light),
.ga-alert-warning h1:not(.ga-text-white),
.ga-alert-warning h1:not(.ga-text-light), .ga-alert-warning h2:not(.ga-text-white), .ga-alert-warning h2:not(.ga-text-light), .ga-alert-warning h3:not(.ga-text-white), .ga-alert-warning h3:not(.ga-text-light), .ga-alert-warning h4:not(.ga-text-white), .ga-alert-warning h4:not(.ga-text-light), .ga-alert-warning h5:not(.ga-text-white), .ga-alert-warning h5:not(.ga-text-light), .ga-alert-warning h6:not(.ga-text-white), .ga-alert-warning dt:not(.ga-text-white), .ga-alert-warning h6:not(.ga-text-light), .ga-alert-warning dt:not(.ga-text-light), .ga-alert-warning p:not(.ga-text-white), .ga-alert-warning p:not(.ga-text-light), .ga-alert-warning ul:not(.ga-text-white), .ga-alert-warning ul:not(.ga-text-light), .ga-alert-warning ol:not(.ga-text-white), .ga-alert-warning ol:not(.ga-text-light), .ga-alert-warning a:not(.ga-text-white), .ga-alert-warning a:not(.ga-text-light) {
  color: #fc8c3a;
}

.ga-alert-warning .close {
  color: #fc8c3a !important;
}

.ga-alert-danger {
  background-color: rgba(255, 82, 82, 0.1);
  color: #ff5252;
}

.ga-alert-danger::before {
  border-color: rgba(255, 82, 82, 0.25);
}

.ga-alert-danger > *:not(.ga-text-white), .ga-alert-danger > *:not(.ga-text-light),
.ga-alert-danger h1:not(.ga-text-white),
.ga-alert-danger h1:not(.ga-text-light), .ga-alert-danger h2:not(.ga-text-white), .ga-alert-danger h2:not(.ga-text-light), .ga-alert-danger h3:not(.ga-text-white), .ga-alert-danger h3:not(.ga-text-light), .ga-alert-danger h4:not(.ga-text-white), .ga-alert-danger h4:not(.ga-text-light), .ga-alert-danger h5:not(.ga-text-white), .ga-alert-danger h5:not(.ga-text-light), .ga-alert-danger h6:not(.ga-text-white), .ga-alert-danger dt:not(.ga-text-white), .ga-alert-danger h6:not(.ga-text-light), .ga-alert-danger dt:not(.ga-text-light), .ga-alert-danger p:not(.ga-text-white), .ga-alert-danger p:not(.ga-text-light), .ga-alert-danger ul:not(.ga-text-white), .ga-alert-danger ul:not(.ga-text-light), .ga-alert-danger ol:not(.ga-text-white), .ga-alert-danger ol:not(.ga-text-light), .ga-alert-danger a:not(.ga-text-white), .ga-alert-danger a:not(.ga-text-light) {
  color: #ff5252;
}

.ga-alert-danger .close {
  color: #ff5252 !important;
}

.ga-alert-image-bg {
  border: 0;
}

.ga-alert-image-bg::before {
  display: none;
}

/* PRICE BOX WIDGET
 ***********************************************/
.ga-pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
}

.ga-pricing-action {
  color: inherit;
  border: none;
  background: none;
}

.ga-pricing-action:focus {
  outline: none;
}

.ga-pricing-feature-list {
  text-align: left;
}

.ga-pricing-item {
  font-family: 'Open Sans', sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}

@media screen and (min-width: 66.25em) {
  .ga-pricing-item {
    margin: 1em -0.5em;
  }

  .ga-pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}

.ga-pricing-deco {
  border-radius: 10px 10px 0 0;
  background: rgba(76, 70, 101, 0.99);
  padding: 4em 0 9em;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.ga-pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

.ga-pricing-title {
  font-size: 0.75em;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}

.ga-deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.ga-pricing-item:hover .ga-deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.ga-pricing-item:hover .ga-deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.ga-pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}

.ga-pricing-currency {
  font-size: 0.15em;
  vertical-align: top;
}

.ga-pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}

.ga-pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}

.ga-pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
}

.ga-pricing-feature {
  font-size: 16px;
  padding: 1em 0;
}

.ga-pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #4d4766;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.ga-pricing-action:hover, .pricing-palden .pricing-action:focus {
  background-color: #100A13;
}

.ga-pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}

/* TEAM WIDGET
 ***********************************************/
.gold-addons-team {
    text-align: center;
}

.gold-addons-team h5,
.gold-addons-team h6 {
    margin-top: 0;
    margin-bottom: 6px !important;
}

.gold-addons-team p {
    color: #9da9b9;
    margin-bottom: .5rem !important;
}

/* Team Vertical Style */
.gold-addons-team.ga-team-simple-v img {
    margin: 0 auto;
}

.gold-addons-team.ga-team-simple-v img,
.gold-addons-team.ga-team-simple-h img {
    background-color: #fff;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    margin-bottom: .5rem;
    display: block;
    padding: 5px;
}

/* Team Horizontal Style */
.gold-addons-team.ga-team-simple-h img,
.gold-addons-team.ga-team-simple-h .ga-team-info {
    display: table-cell;
}

.gold-addons-team.ga-team-simple-h .ga-team-info {
    text-align: left;
    padding-left: 1rem;
    vertical-align: middle;
}

/* Team Card Style */
.gold-addons-team.ga-team-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}
.gold-addons-team.ga-team-card img {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.gold-addons-team.ga-team-card .ga-team-info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

/* MODAL WIDGET
 ***********************************************/
a.goldaddons-modal-trigger {
    font-size: 14px;
}
body.modal-open {
    overflow: hidden
}
.goldaddons-modal.modal {
    position: fixed;
    top: 25%;
    right: 0;
    bottom: 25%;
    left: 0;
    z-index: 9200;
    display: none;
    overflow: hidden;
    outline: 0
}
body.modal-open .goldaddons-modal.modal {
    overflow-x: hidden;
}
.goldaddons-modal.modal.fade.show {
    opacity: 1;
}
.goldaddons-modal .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}
.goldaddons-modal.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.goldaddons-modal.modal.show .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
.goldaddons-modal .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
.goldaddons-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9100;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.goldaddons-modal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}
.goldaddons-modal .modal-header .close {
    transition: opacity .25s;
    border: 0;
    background: 0;
    color: #606975;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}
.goldaddons-modal .modal-header .close:hover {
    opacity: 0.6;
}
.goldaddons-modal .modal-title {
    margin: 0;
    line-height: 1.5;
    text-transform: capitalize;
    color: #374250;
}
.goldaddons-modal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
    padding-left: 20px;
    overflow: overlay;
    height: 300px;
}
.goldaddons-modal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 40px;
    padding-left: 20px;
    border-top: 1px solid #e9ecef
}
.goldaddons-modal .modal-footer > :not(:first-child) {
    margin-left: .25rem
}
.goldaddons-modal .modal-footer > :not(:last-child) {
    margin-right: .25rem
}
.goldaddons-modal .modal-footer button {
    display: inline-block;
    position: relative;
    height: 36px;
    padding: 0 18px;
    margin-top: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid #e1e7ec;
    border-radius: 18px;
    background-color: transparent;
    background-image: none;
    color: #606975;
    font-family: "Maven Pro",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 34px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.goldaddons-modal .modal-footer button:hover {
    background-color: #f5f5f5;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 576px) {
    .goldaddons-modal .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .goldaddons-modal .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .goldaddons-modal .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .goldaddons-modal .modal-lg {
        max-width: 800px
    }
}

/* IMAGE CAROUSEL WIDGET
 ***********************************************/
.goldaddons-carousel.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}

.goldaddons-carousel.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.goldaddons-carousel.owl-carousel .owl-stage::after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: '.';
  visibility: hidden;
}

.goldaddons-carousel.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.goldaddons-carousel.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.goldaddons-carousel.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.goldaddons-carousel.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
  opacity: 0;
}

.goldaddons-carousel.owl-carousel .owl-item .from-top, .owl-carousel .owl-item .from-bottom,
.goldaddons-carousel.owl-carousel .owl-item .from-left, .owl-carousel .owl-item .from-right,
.goldaddons-carousel.owl-carousel .owl-item .scale-up, .owl-carousel .owl-item .scale-down {
  transition: all .45s .3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.goldaddons-carousel.owl-carousel .owl-item .from-top {
  -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
          transform: translateY(-45px);
}

.goldaddons-carousel.owl-carousel .owl-item .from-bottom {
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
}

.goldaddons-carousel.owl-carousel .owl-item .from-left {
  -webkit-transform: translateX(-45px);
      -ms-transform: translateX(-45px);
          transform: translateX(-45px);
}

.goldaddons-carousel.owl-carousel .owl-item .from-right {
  -webkit-transform: translateX(45px);
      -ms-transform: translateX(45px);
          transform: translateX(45px);
}

.goldaddons-carousel.owl-carousel .owl-item .scale-up {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.goldaddons-carousel.owl-carousel .owl-item .scale-down {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.goldaddons-carousel.owl-carousel .owl-item .delay-1 {
  transition-delay: .5s;
}

.goldaddons-carousel.owl-carousel .owl-item .delay-2 {
  transition-delay: .7s;
}

.goldaddons-carousel.owl-carousel .owl-item .delay-3 {
  transition-delay: .9s;
}

.goldaddons-carousel.owl-carousel .owl-item .delay-4 {
  transition-delay: 1.1s;
}

.goldaddons-carousel.owl-carousel .owl-item.active .from-top, .owl-carousel .owl-item.active .from-bottom {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.goldaddons-carousel.owl-carousel .owl-item.active .from-left, .owl-carousel .owl-item.active .from-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.goldaddons-carousel.owl-carousel .owl-item.active .scale-up, .owl-carousel .owl-item.active .scale-down {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.goldaddons-carousel.owl-carousel .owl-item > img {
  display: block;
  width: 100%;
}

.goldaddons-carousel.owl-carousel .owl-item > img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.goldaddons-carousel.owl-carousel .owl-nav.disabled,
.goldaddons-carousel.owl-carousel .owl-dots.disabled {
  display: none;
}

.goldaddons-carousel.owl-carousel .owl-nav .owl-prev,
.goldaddons-carousel.owl-carousel .owl-nav .owl-next,
.goldaddons-carousel.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.goldaddons-carousel.owl-carousel.owl-loaded {
  display: block;
}

.goldaddons-carousel.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.goldaddons-carousel.owl-carousel.owl-hidden {
  opacity: 0;
}

.goldaddons-carousel.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.goldaddons-carousel.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.goldaddons-carousel.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.goldaddons-carousel.owl-carousel.owl-rtl {
  direction: rtl;
}

.goldaddons-carousel.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.goldaddons-carousel.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.goldaddons-carousel.owl-carousel .owl-animated-in {
  z-index: 0;
}

.goldaddons-carousel.owl-carousel .owl-animated-out {
  z-index: 1;
}

.goldaddons-carousel.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.goldaddons-carousel.owl-carousel .owl-dots {
  display: block;
  width: 100%;
  margin-top: 18px;
  text-align: center;
}

.goldaddons-carousel.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  transition: opacity .25s;
  border-radius: 50%;
  background-color: #606975;
  opacity: .3;
  padding: 0;
}

.goldaddons-carousel.owl-carousel .owl-dots .owl-dot.active {
  opacity: .9;
}

.goldaddons-carousel.owl-carousel .owl-prev,
.goldaddons-carousel.owl-carousel .owl-next {
  font-weight: normal;
  display: block;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -42px;
  transition: opacity .3s;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #ffffff;
  color: #374250;
  line-height: 40px;
  text-align: center;
  outline: none;
  opacity: .7;
  padding: 0;
}

.goldaddons-carousel.owl-carousel .owl-prev:hover,
.goldaddons-carousel.owl-carousel .owl-next:hover,
.goldaddons-carousel.owl-carousel .owl-prev:focus,
.goldaddons-carousel.owl-carousel .owl-next:focus {
  text-decoration: none;
  opacity: 1;
}

.goldaddons-carousel.owl-carousel .owl-prev::before,
.goldaddons-carousel.owl-carousel .owl-next::before {
  font-family: feather;
  font-size: 19px;
}

.goldaddons-carousel.owl-carousel .owl-prev {
  left: 20px;
}

.goldaddons-carousel.owl-carousel .owl-prev::before {
  content: '\e911';
}

.goldaddons-carousel.owl-carousel .owl-next {
  right: 20px;
}

.goldaddons-carousel.owl-carousel .owl-next::before {
  content: '\e913';
}

.goldaddons-carousel.owl-carousel.large-controls .owl-prev,
.goldaddons-carousel.owl-carousel.large-controls .owl-next {
  width: 54px;
  height: 54px;
  margin-top: -47px;
  line-height: 50px;
}

.goldaddons-carousel.owl-carousel.large-controls .owl-prev {
  left: 30px;
}

.goldaddons-carousel.owl-carousel.large-controls .owl-next {
  right: 30px;
}

.goldaddons-carousel.owl-carousel.dots-inside .owl-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-bottom: 24px;
}

.goldaddons-carousel.owl-carousel.dots-inside .owl-dots .owl-dot {
  background-color: #ffffff;
  opacity: .5;
}

.goldaddons-carousel.owl-carousel.dots-inside .owl-dots .owl-dot.active {
  opacity: 1;
}

.goldaddons-carousel.owl-carousel.dots-inside .owl-prev,
.goldaddons-carousel.owl-carousel.dots-inside .owl-next {
  margin-top: -22px;
}

.goldaddons-carousel.owl-carousel.dots-inside.large-controls .owl-prev,
.goldaddons-carousel.owl-carousel.dots-inside.large-controls .owl-next {
  margin-top: -27px;
}

.goldaddons-carousel.owl-carousel .widget {
  margin-bottom: 0;
}

.goldaddons-carousel.owl-carousel .widget.widget-featured-posts > .entry {
  margin-bottom: 0;
}

.no-js .goldaddons-carousel.owl-carousel {
  display: block;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.hero-slider {
  width: 100%;
  min-height: 580px;
  background-position: center;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero-slider > .goldaddons-carousel.owl-carousel {
  min-height: 580px;
}

.hero-slider > .goldaddons-carousel.owl-carousel.dots-inside .owl-dots {
  display: inline-block;
  left: 50%;
  width: auto;
  padding: 10px 22px 14px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #606975;
}

.hero-slider > .goldaddons-carousel.owl-carousel .owl-prev,
.hero-slider > .goldaddons-carousel.owl-carousel .owl-next {
  transition: all .35s ease-in-out;
}

.hero-slider > .goldaddons-carousel.owl-carousel .owl-prev {
  -webkit-transform: translateX(-150px);
      -ms-transform: translateX(-150px);
          transform: translateX(-150px);
}

.hero-slider > .goldaddons-carousel.owl-carousel .owl-next {
  -webkit-transform: translateX(150px);
      -ms-transform: translateX(150px);
          transform: translateX(150px);
}

.hero-slider > .goldaddons-carousel.owl-carousel:hover .owl-prev,
.hero-slider > .goldaddons-carousel.owl-carousel:hover .owl-next {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 991px) {
  .hero-slider > .goldaddons-carousel.owl-carousel .owl-prev,
  .hero-slider > .goldaddons-carousel.owl-carousel .owl-next {
    display: none;
  }
}

@media (max-width: 1100px) {
  .hero-slider {
    min-height: 430px;
  }
  .hero-slider > .goldaddons-carousel.owl-carousel {
    min-height: 430px;
  }
}

/** WIDGET BLOG
 *********************************/
#ga-blog-posts {
    position: relative
}

#ga-blog-posts a:focus {
    outline: none;
}

.ga-blog-entry {
    position: relative;
    margin: 0 0 50px
}

.ga-blog-entry-image,
.ga-blog-entry-image .slide a,
.ga-blog-entry-image img,
.ga-blog-entry-image > a {
    display: block;
    position: relative;
    height: auto
}

.ga-blog-entry-image iframe {
    display: block
}

.ga-blog-entry-image video {
    display: block;
    width: 100%
}

.ga-blog-entry-title h2 {
    margin: 0;
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    word-wrap: break-word;
}

.ga-blog-entry-title a h2 {
    color: #333
}

.ga-blog-entry-title a h2:hover {
    color: #000;
}

.ga-blog-entry-meta {
    margin: 10px -10px -15px 0;
    list-style: none;
    padding: 0;
}

.ga-blog-single-post .entry-meta {
    margin-bottom: 20px
}

.ga-blog-entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    list-style: none;
    margin: 0 10px 15px 0;
    color: #999;
    font-style: italic
}

.ga-blog-entry-meta li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    opacity: .5
}

.ga-blog-entry-meta li i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px
}

.ga-blog-entry-meta li a {
    color: #999
}

.ga-blog-entry-meta li a:hover {
    color: #000;
}

.ga-blog-entry-meta li:first-child:before {
    display: none
}

.ga-blog-entry-meta li ins {
    font-weight: 700;
    text-decoration: none
}

.ga-blog-entry-c {
    position: relative;
    overflow: hidden
}

#ga-blog-posts .ga-blog-entry-content {
    margin-top: 30px
}

.ga-blog-entry-content {
    position: relative
}

.ga-blog-entry-link {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    color: #444;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 700
}

.ga-blog-entry blockquote p,
.ga-blog-entry-link span {
    font-weight: 400;
    font-family: crete round, serif;
    font-style: italic
}

.ga-blog-entry-link:hover {
    color: #fff;
    background-color: #1abc9c
}

.ga-blog-entry-link span {
    display: block;
    margin-top: 5px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    color: #aaa
}

.ga-blog-entry-link:hover span {
    color: #eee
}

.ga-blog-entry a.moretag {
    display: none;
}

.ga-link-readmore {
    display: block;
    font-weight: 500;
}

.entry .entry-content .ga-blog-post-tags a,
.entry-content .ga-blog-post-tags a,
.ga-blog-post-tags a {
    color: #404040;
    font-size: 14px;
}

#ga-infinite-load-more {
    display: block;
}

/* Blog Grid Layout
 * ------------------------- */
.ga-blog-layout-grid {
    display: grid;
    justify-content: center;
}
.ga-blog-layout-grid.ga-blog-columns-2 {
	grid-template-columns: 48% 48%;
	grid-auto-rows: 0fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.ga-blog-layout-grid.ga-blog-columns-3 {
	grid-template-columns: 31% 31% 31%;
	grid-auto-rows: 0fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.ga-blog-layout-grid.ga-blog-columns-4 {
	grid-template-columns: 22% 22% 22% 22%;
	grid-auto-rows: 0fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
@media(max-width: 767.98px) {
    .ga-blog-layout-grid.ga-blog-columns-3,
    .ga-blog-layout-grid.ga-blog-columns-4 {
        display: block;   
    }
}
@media(max-width: 576px) {
    .ga-blog-layout-grid.ga-blog-columns-2 {
        display: block;   
    }
}

/* Blog Timeline Layout
 * -------------------- */
.ga-blog-timeline-border {
    position: absolute;
    top: 0;
    left: -68px;
    margin-left: 0;
    width: 0;
    border-left: 1px dashed #ccc;
    height: 100%
}
.ga-blog-layout-timeline {
    padding-left: 0;
    margin-left: 100px;
    margin-right: 0 !important;
    overflow: visible;
}
.ga-blog-layout-timeline .ga-blog-entry {
    width: 100%;
    margin-right: 0;
}
.ga-blog-layout-timeline .ga-blog-entry-timeline {
    display: none;
    position: absolute;
    border: 2px solid #ccc;
    background-color: #fff;
    padding-top: 0;
    text-indent: -9999px;
    top: 40px;
    left: auto;
    right: -76px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 700;
    color: #aaa;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ga-blog-layout-timeline .ga-blog-entry-timeline {
    display: block;
    border: 3px solid #ccc;
    background-color: #fff;
    padding-top: 10px;
    text-indent: 0;
    top: 20px;
    left: -100px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 24px;
}
.ga-blog-layout-timeline .ga-blog-entry:hover .ga-blog-entry-timeline {
    border-color: #333;
    color: #333;
}
.ga-blog-layout-timeline .ga-blog-entry-timeline span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
}
.ga-blog-layout-timeline .ga-blog-entry-timeline-divider {
    position: absolute;
    top: 4px;
    left: -58px;
    width: 50px;
    height: 0;
    border-top: 1px dashed #ccc;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ga-blog-layout-timeline .ga-blog-entry:hover .ga-blog-entry-timeline-divider {
    border-color: #333;
    color: #333;
}
.ga-blog-layout-timeline .ga-blog-entry-timeline-divider {
    top: 29px;
    left: 64px;
    width: 32px;
}
@media(max-width: 767.98px) {
    .ga-blog-layout-timeline {
        margin-left: 0 !important;
    }
    .ga-blog-layout-timeline .ga-blog-timeline-border,
    .ga-blog-layout-timeline .ga-blog-entry-timeline {
        display: none !important;
    }
}

/* Blog Small Thumbs Layout
 * ------------------------ */
.ga-blog-layout-small-thumbs .ga-blog-entry {
    display: flex;
    justify-content: flex-start;
}
.ga-blog-layout-small-thumbs .ga-entry-content-wrapper {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
.ga-blog-layout-small-thumbs .ga-entry-content-wrapper,
.ga-blog-layout-small-thumbs .ga-blog-entry-image {
    display: inline-block;
}
.ga-blog-layout-small-thumbs .ga-blog-entry-image {
    width: 300px;
}
@media(max-width: 767.98px) {
    .ga-blog-layout-small-thumbs .ga-blog-entry-image {
        float: none !important;
        width: 100% !important;
        margin: 0 0 20px !important;
    }
}

/* Pagination
 * ------------------------- */
.goldaddons-pagination {
    clear: both;
}
.goldaddons-pagination ul.page-numbers {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.goldaddons-pagination ul.page-numbers li {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
}
.goldaddons-pagination ul.page-numbers > li > a, 
.goldaddons-pagination ul.page-numbers > li > span {
    background-color: transparent;
    display: block;
    float: none;
    width: 36px;
    height: 36px;
    transition: all .3s;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #606975;
    line-height: 34px;
    text-decoration: none;
    padding: 0;
}
.goldaddons-pagination ul.page-numbers > li > a:hover {
    border-color: #e1e7ec;
    background-color: #f5f5f5;
}
.goldaddons-pagination ul.page-numbers > li > span.current {
    background-color: #f5f5f5;
    border-color: #e1e7ec;
    color: #606975;
}

/* Infinite Scroll
 * ------------------------ */
.ga-posts-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  text-align: center;
  color: #777;
}

/* loader-ellips
 * ------------------------ */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }
@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}
@keyframes slide {
  to { transform: translateX(1.5em) }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.ga-display-none {
    display: none;   
}

/* PORTFOLIO NAVIGATION
 * --------------------- */
.ga-portfolio-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: 30px;
}
.ga-portfolio-nav > li {
    list-style: none;
    line-height: 36px;
    margin: 0;
}
.ga-portfolio-nav > li > a,
.entry .entry-content .ga-portfolio-nav > li > a { /* Twenty Nineteen Theme */
    font-size: .8em;
    border-bottom: none;
    color: #777;
    cursor: pointer;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.ga-portfolio-nav > li > a:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.ga-portfolio-nav > li.active > a {
    background: transparent;
    border-bottom: 3px solid #CCC;
    border-radius: 0;
}
.ga-portfolio-nav > li.active > a {
    border-bottom-color: #0088cc;
    color: #0088cc;
}

/* PORTFOLIO SINGLE
 * --------------------- */
.goldaddons-portfolio-single.ga-init {
    height: 0;
}
.goldaddons-portfolio-single.ga-loading {
    height: 300px;
}
.goldaddons-portfolio-single.ga-loading .ga-portfolio-content {
    opacity: 0;
}
.goldaddons-portfolio-single {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}
.goldaddons-portfolio-single .ga-bounce-loader {
    opacity: 0;
}
.goldaddons-portfolio-single.ga-loading .ga-bounce-loader {
    opacity: 1;
}
.goldaddons-portfolio-single .ga-portfolio-content {
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.goldaddons-portfolio-single .ga-portfolio-content-top {
    display: block;
    width: 100%;
}
.goldaddons-portfolio-single .ga-portfolio-content-top h2 {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    padding: 1.5rem 0;
    line-height: 42px;
    color: #212529;
}
.goldaddons-portfolio-single .ga-left,
.goldaddons-portfolio-single .ga-right {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.goldaddons-portfolio-single .ga-left {
    padding-right: 15px;
}
.goldaddons-portfolio-single .ga-right h3 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 0;
    color: #212529;
}
.goldaddons-portfolio-single .ga-right p {
    margin-bottom: 20px;
}
.goldaddons-portfolio-single .ga-right ul {
    font-size: .9em;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.goldaddons-portfolio-single .ga-right ul li {
    border-bottom: 1px solid #eaeaea;
    margin-top: 9px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 9px;
    position: relative;
    padding-left: 10px;
}
.goldaddons-portfolio-single .ga-right ul li > i {
    color: #0088cc;
}
.goldaddons-portfolio-single .ga-right ul li > strong {
    color: #0088cc;   
}
.goldaddons-portfolio-single .ga-right ul li a {
    border: 0;
    text-decoration: none;
}
.goldaddons-portfolio-single .ga-right ul li span {
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: baseline;
    display: inline-block;
    background-color: #212529;
    border-radius: 10rem;
    padding: .25rem .5rem;
    margin-left: .25rem;
    color: #fff;
}

/* PORTFOLIO
 * --------------------- */
.goldaddons-portfolio .goldaddons-carousel.owl-carousel {
    z-index: auto;
}
.goldaddons-portfolio .ga-portfolio-item {
    position: relative;
}
.goldaddons-portfolio .ga-portfolio-item-trigger {
    cursor: pointer;
}
.goldaddons-portfolio .ga-thumb-info .ga-thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}
.goldaddons-portfolio .ga-thumb-info .ga-thumb-info-wrapper:after {
    content: "";
    background: rgba(33, 37, 41, 0.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}
.goldaddons-portfolio .ga-thumb-info:hover .ga-thumb-info-wrapper:after {
    opacity: 1;
}
.goldaddons-portfolio .ga-thumb-info img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.goldaddons-portfolio .ga-thumb-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.goldaddons-portfolio .ga-thumb-info .ga-thumb-info-title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(33, 37, 41, 0.8);
    color: #FFF;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 17px;
    padding: 13px 21px 2px;
    bottom: 13%;
}
.goldaddons-portfolio .ga-thumb-info .ga-thumb-info-inner {
    -webkit-transition: all 0.3s;
    text-align: center;
    transition: all 0.3s;
    display: block;
}
.goldaddons-portfolio .ga-thumb-info .ga-thumb-info-type {
    background-color: #0088cc;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 0.6em;
    font-weight: 600;
    letter-spacing: 0;
    margin: 8px -2px -15px 0px;
    padding: 2px 12px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
}
.goldaddons-portfolio .ga-thumb-info .ga-thumb-info-action-icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #212529;
    border-radius: 0 0 0 4px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    opacity: 0.8;
    width: 50px;
    z-index: 2;
}
.goldaddons-portfolio .ga-thumb-info:hover .ga-thumb-info-action-icon {
    right: 0;
    top: 0;
}
.goldaddons-portfolio .ga-thumb-info .ga-thumb-info-action-icon i {
    font-size: 22px;
    right: 50%;
    position: absolute;
    top: 50%;
    color: #FFF;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin: -2px -1px 0 0px;
}
.goldaddons-portfolio .owl-dots,
.goldaddons-portfolio .goldaddons-carousel.owl-carousel.dots-inside .owl-dots {
    position: absolute;
    bottom: 2px;
    right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    width: auto;
    z-index: 2;
}
.goldaddons-portfolio .goldaddons-carousel.owl-carousel .owl-dots button,
.goldaddons-portfolio .goldaddons-carousel.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
}
.goldaddons-portfolio .goldaddons-carousel.owl-carousel .owl-dots .owl-dot,
.goldaddons-portfolio .goldaddons-carousel.owl-carousel.dots-inside .owl-dots .owl-dot {
    background: #0074ad;
    background-color: #0074ad;
    border-color: #0074ad;
    opacity: .5;
}
.goldaddons-portfolio .goldaddons-carousel.owl-carousel .owl-dots button.active,
.goldaddons-portfolio .goldaddons-carousel.owl-carousel .owl-dots button:hover,
.goldaddons-portfolio .goldaddons-carousel.owl-carousel .owl-dots .owl-dot.active, 
.goldaddons-portfolio .goldaddons-carousel.owl-carousel .owl-dots .owl-dot:hover {
    background: #0074ad;
    background-color: #0074ad;
    border-color: #0074ad;
}

/* 3D FLIP BOX WIDGET
 * --------------------- */
.elementor-widget-gold-addons-3d-flip-box.elementor-invisible {
    visibility: visible !important;
}

.ga-flip-box .object, 
.ga-flip-box .front, 
.ga-flip-box .back {
  width: 100%;
  height: 100%;
}

.ga-flip-box .front, 
.ga-flip-box .back, 
.ga-flip-box .flank {
    display: block;
    overflow: hidden;
    position: absolute;
}

.ga-flip-box {
    display: block;
    position: relative;
    z-index: 2;
    width: 300px;
    height: 200px;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.ga-flip-box .object {
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-75px);
    -moz-transform: translateZ(-75px);
    -ms-transform: translateZ(-75px);
    -o-transform: translateZ(-75px);
    transform: translateZ(-75px);
}

.ga-flip-box .object:hover, 
.ga-flip-box .object:focus {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: translateZ(-75px) rotateY(180deg);
    -moz-transform: translateZ(-75px) rotateY(180deg);
    -ms-transform: translateZ(-75px) rotateY(180deg);
    -o-transform: translateZ(-75px) rotateY(180deg);
    transform: translateZ(-75px) rotateY(180deg);
}

.ga-flip-box .front {
    z-index: 1;
    background-color: #789e13;
    -webkit-transform: rotateY(0deg) translateZ(75px);
    -moz-transform: rotateY(0deg) translateZ(75px);
    -ms-transform: rotateY(0deg) translateZ(75px);
    -o-transform: rotateY(0deg) translateZ(75px);
    transform: rotateY(0deg) translateZ(75px);
}

.ga-flip-box .back {
    z-index: 0;
    background-color: #9bcc18;
    -webkit-transform: rotateY(180deg) translateZ(75px);
    -moz-transform: rotateY(180deg) translateZ(75px);
    -ms-transform: rotateY(180deg) translateZ(75px);
    -o-transform: rotateY(180deg) translateZ(75px);
    transform: rotateY(180deg) translateZ(75px);
}

.ga-flip-box .flank {
    width: 150px;
    height: 200px;
    left: 75px;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transform: rotateY(-90deg) translateZ(150px);
    -moz-transform: rotateY(-90deg) translateZ(150px);
    -ms-transform: rotateY(-90deg) translateZ(150px);
    -o-transform: rotateY(-90deg) translateZ(150px);
    transform: rotateY(-90deg) translateZ(150px);
}

.ga-flip-box.flip-up .object:hover, 
.ga-flip-box.flip-up .object:focus {
    -webkit-transform: translateZ(-75px) rotateX(180deg);
    -moz-transform: translateZ(-75px) rotateX(180deg);
    -ms-transform: translateZ(-75px) rotateX(180deg);
    -o-transform: translateZ(-75px) rotateX(180deg);
    transform: translateZ(-75px) rotateX(180deg);
}

.ga-flip-box.flip-up .back {
    -webkit-transform: rotateX(180deg) translateZ(75px);
    -moz-transform: rotateX(180deg) translateZ(75px);
    -ms-transform: rotateX(180deg) translateZ(75px);
    -o-transform: rotateX(180deg) translateZ(75px);
    transform: rotateX(180deg) translateZ(75px);
}

.ga-flip-box .flip-content {
    display: grid;
    vertical-align: middle;
    align-content: center;
    height: 100%;
}

.ga-flip-box .flip-content h1,
.ga-flip-box .flip-content h2,
.ga-flip-box .flip-content h3,
.ga-flip-box .flip-content h4,
.ga-flip-box .flip-content h5,
.ga-flip-box .flip-content h6 {
    margin-top: 0;
    padding: 0;
}

.ga-flip-box .flip-content p {
    margin-top: 0;
}

.ga-flip-box.flip-up .flank {
    width: 300px;
    height: 150px;
    left: 0;
    bottom: 25px;
    -webkit-transform: rotateX(-90deg) translateZ(100px);
    -moz-transform: rotateX(-90deg) translateZ(100px);
    -ms-transform: rotateX(-90deg) translateZ(100px);
    -o-transform: rotateX(-90deg) translateZ(100px);
    transform: rotateX(-90deg) translateZ(100px);
}

.ga-flip-box.alternative .front {
    background-color: #931e83;
}

.ga-flip-box.alternative .back {
    background-color: #bd27a9;
}

.ga-flip-box.alternative .flank {
    background-color: rgba(0, 0, 0, .9);
}

.no-csstransforms3d .ga-flip-box .object {
    position: relative;
    overflow: hidden;
    -webkit-transform-style: none;
    -moz-transform-style: none;
    -ms-transform-style: none;
    -o-transform-style: none;
    transform-style: none;
}

.no-csstransforms3d .ga-flip-box .object .back {
    top: 300px;
    z-index: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.no-csstransforms3d .ga-flip-box .object:hover .back {
    top: 0;
    z-index: 1;
}

.no-csstransforms3d .ga-flip-box .flank {
    display: none;
}

/* Internet Explorer 10 only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .goldaddons-3d-flip-box .object {
      position: relative;
      overflow: hidden;
      transform: none !important;
  }
  .goldaddons-3d-flip-box .object .back {
      top: 300px;
      z-index: 0;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
  }
  .goldaddons-3d-flip-box .object:hover .back {
      top: 0;
      z-index: 1;
      transform: rotateY(0deg) translateZ(0);
  }
}
