/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

body {
  font-size: 17px;
}
a {
  color: #ffffff;
}
a:hover {
  color: #435ad9;
}
.breadcrumb-item.active {
  color: #9c9c9c;
}
#g-copyright {
  font-size: 0.8em;
  line-height: 1.5em;
}
.g-totop {
  float: inherit;
}
#g-showcase {
  border-top: #ffffff63 1px solid;
  border-bottom: #ffffff63 1px solid;
}
#g-footer {
  border-top: #ffffff63 1px solid;
}
hr {
  border-bottom: none;
  border-top: #ffffff63 1px solid;
}
.rt-overlay-dark .g-offcanvas-toggle {
  background-color: #263b99;
}
.g-offcanvas-toggle {
  color: #d2d2d2;
}
.g-owlcarousel-slider .g-owlcarousel .g-owlcarousel-image-container {
  width: 50%;
}
.g-owlcarousel-slider .g-owlcarousel .g-owlcarousel-content {
  width: 50%;
}
.button3 {
  color: #152466;
  background-color: transparent;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px;
  line-height: normal;
  font-size: 16px;
  border: 2px solid #152466;
  border-radius: 30px;
  background-image: none;
  text-shadow: none;
  transition: all 0.2s ease-in;
}
.button3:hover {
  color: #152466;
  background-color: #ffffff;
  border: 2px solid #152466;
  transition: all 0.2s ease-in;
}
.button4 {
  color: #e6e6e6;
  background-color: #142057;
  display: inline-block;
  padding: 10px 20px;
  line-height: normal;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 30px;
  background-image: none;
  text-shadow: none;
  transition: all 0.2s ease-in;
}
.button4:hover {
  color: #ffffff;
  background-color: #485ba5;
  border: 2px solid #152466;
  transition: all 0.2s ease-in;
}
.button5 {
  color: #ffffff;
  background-color: transparent;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px;
  line-height: normal;
  font-size: 16px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  background-image: none;
  text-shadow: none;
  transition: all 0.2s ease-in;
}
.button5:hover {
  color: #152466;
  background-color: #ffffff;
  border: 2px solid #152466;
  transition: all 0.2s ease-in;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 17px;
  text-transform: uppercase;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #07154fed;
}
.btn {
  color: #d9d9d9;
}
.btn:hover {
  color: #ffffff;
}
.gray img {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
  /* FF 35+ */
}
.gray img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
  /* FF 35+ */
}
/*# sourceMappingURL=custom_13.css.map */