.gradient:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#a54e62), to(#dc6882));
  background: -webkit-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -moz- oldlinear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -o-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: linear-gradient(to bottom, #a54e62 0%, #dc6882 100%);
}

.shadow-small {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
}

.shadow-big {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
}

.shadow-big-medium {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
}

.rounded-corners {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.widget-margin {
  margin-top: 90px;
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
}

.widget-margin-bottom {
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin-bottom {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin-bottom {
    margin-bottom: 50px !important;
  }
}

.widget-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .widget-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .widget-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 720px) {
  .col-sm-auto {
    width: auto;
  }
}

@media (min-width: 720px) {
  .col-md-auto {
    width: auto;
  }
}

@media (min-width: 850px) {
  .col-lg-auto {
    width: auto;
  }
}

@media (min-width: 1050px) {
  .col-xl-auto {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xxl-auto {
    width: auto;
  }
}

.widget_about_submenu {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 3;
}

.widget-about-submenu {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 30;
  top: 87px;
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0095DA;
}

@media (max-width: 991px) {
  .widget-about-submenu {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
}

.widget-about-submenu + .bg-element {
  margin-top: 0 !important;
}

.widget-about-submenu .about-header .row {
  padding: 0;
}

.widget-about-submenu .about-header .col {
  list-style: none;
}

@media (max-width: 991px) {
  .widget-about-submenu .about-header .col {
    padding: 0;
  }
  .widget-about-submenu .about-header .col a {
    display: block;
    font-size: 10px;
    padding: 6px 12px;
    text-transform: uppercase;
  }
}

.widget-about-submenu .about-header .col.active a:after {
  opacity: 1;
}

.widget-about-submenu .about-header .col:hover a {
  text-decoration: none;
}

.widget-about-submenu .about-header .col:hover a:after {
  opacity: 1;
}

.widget-about-submenu .about-header .col a {
  position: relative;
  padding: 7px 10px;
}

.widget-about-submenu .about-header .col a:after {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  background-color: #fff;
}
