* {
    font-family: "Oswald", sans-serif;
}

p, li {
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

#contact-alert {
  display: none;
}

.logo {
  width: 150px;
  transition: width 0.5s;
}

.go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  display: none;
}

.go-to-top:hover {
  cursor: pointer;
}

.site-section {
    padding: 2.5em 0;
}

  @media (min-width: 768px) {
    .site-section {
    padding: 60px 0;
}
 }
  .site-section.site-section-sm {
  padding: 4em 0;
}


.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2.5rem;
}

  @media (min-width: 768px) {
    .site-section-heading {
    font-size: 3rem;
}
 }
  
.section-title {
    color: #1e67bb;
    font-size: 40px;
    font-weight: 400; 
    font-family: "Oswald", sans-serif;
}
  @media (max-width: 991.98px) {
    .section-title {
    font-size: 30px;
  }
}

.site-blocks-cover.overlay-2 {
    position: relative;
}

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; 
}

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; 
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible; 
}

header {
  width: 1440px; 
  position: fixed; 
  top: 0px; 
  z-index: inherit;
  background: transparent;
  border-bottom: 1px solid #343a40;
  transition: background 0.7s;
  
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  /*position: absolute;*/
  position: fixed;
  padding: 12px !important;
  width: 100%;
}

.site-navbar ul {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 1.7rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.site-navbar .site-logo a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  display: inline-block;
  padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 5px 20px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #1e67bb;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #1e67bb !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}



.site-block-wrap {
  min-height: 600px;
  height: calc(100vh);
  background: #222;
}


.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
}

.site-blocks-cover > .container {
  z-index: 2;
  position: relative;
}

.site-blocks-cover.overlay {
  position: relative;
}

.site-blocks-cover.overlay:before {
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.site-blocks-cover.overlay-2 {
  position: relative;
}

.site-blocks-cover.overlay-2:after {
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}

.site-blocks-cover .text-shadow {
  text-shadow: 0px 0px 0px #000;
}

.site-blocks-cover .player {
  position: absolute;
  bottom: -250px;
  width: 100%;
}

.site-blocks-cover, .site-blocks-cover > .container > .row {
  min-height: 600px;
  height: calc(100vh);
}

.site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
  min-height: 400px;
  height: calc(20vh);
}

.site-blocks-cover h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  /*font-weight: 900; */
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 991.98px) {
.site-blocks-cover h1 {
  font-size: 2rem;
}
 }
.site-blocks-cover p {
  color: white;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300; 
  font-family: 'Open Sans', sans-serif;}
.site-blocks-cover .intro-text {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
.site-blocks-cover .display-1 {
  font-size: 3rem;
}
 }
.site-blocks-cover .btn:hover {
  background: #000;
  border-color: #000;
}


.with-dots .owl-dots {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.with-dots .owl-dots .owl-dot {
  display: inline-block;
}

.with-dots .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  margin: 4px;
  border: 2px solid #fff;
}

.with-dots .owl-dots .owl-dot.active span {
  border-color: #1e67bb;
  background: #1e67bb;
}


.owl-dot:hover, .owl-dot:active, .owl-dot:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}



.ul-check {
  margin-bottom: 50px;
}

.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}

.ul-check.white li:before {
  color: #fff;
}

.ul-check.success li:before {
  color: #8bc34a;
}

.ul-check.primary li:before {
  color: #1e67bb  ;
}

.btn {
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 30px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    background: #1e67bb  ;
    border-color: #1e67bb  ;
    color: #fff; }
    .btn.btn-primary:hover {
      background: #343a40;
      color: #fff;
      border-color: #343a40; }
    .btn.btn-primary.btn-black--hover:hover {
      background: #666666;
      color: #fff; }

      .site-footer {
        padding: 4em 0;
        background: #333333; }
        @media (min-width: 768px) {
          .site-footer {
            padding: 8em 0; } }
        .site-footer .border-top {
          border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
        .site-footer p {
          color: #737373; }
        .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
          color: #fff; }
        .site-footer a {
          color: #999999; }
          .site-footer a:hover {
            color: white; }
        .site-footer ul li {
          margin-bottom: 10px; }
        .site-footer .footer-heading {
          font-size: 16px;
          color: #fff; }

.gallery {
  width: 90%;
  margin: 0px auto;
} 
.gallery img {
  width: 100%;
  border: 20px;
}

.slick-slide {
  margin: 10px
}

.slick-prev:before {
  color: #1e67bb;
}
.slick-next:before {
  color: #1e67bb;
}