* {
  transition: all 0.5s;
}

body {
  font-size: 16px;
  color: #343434;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
}

a {
    color: #293895;
}

a:hover {
  text-decoration: none;
  color: #0b642b;
}

.container {
  max-width: 1400px;
  width: 100%;
}

header {
  /*background: #f2f2f2;*/
  /*border-bottom: 1px solid #eee;*/
  box-shadow: 0 0 10px #aaa;
  z-index: 9;
  position: relative;
}

.bg-green {
  background: #62c633;
  color: #fff;
}

.bg-blue {
  background: #0f6eb7;
  color: #fff;
}

ul.top-menu {
  margin: 0 -5px;
  padding: 0;
  display: flex;
  flex-direction: row;
  font-size: 12px;
}

ul.top-menu li {
  list-style: none;
  color: #fff;
  padding: 0 30px 0 5px;
}

ul.top-menu li:last-child {
  border-right: 0;
}

ul.top-menu li a {
  color: #fff;
}

ul.top-menu li a:hover {
  color: #0f6fb7;
}

ul.top-menu i {
  font-size: 11px;
  padding-right: 5px;
}

ul.top-menu.social li {
  padding: 0;
}

.fa-phone:before {
  transform: rotate(90deg);
  display: block;
}

ul.top-menu.social {
  text-align: right;
  justify-content: flex-end;
}

ul.top-menu.social li a {
  padding: 0px 10px;
}

i.circle {
  border: 1px solid;
  border-radius: 50%;
  padding: 4px;
  font-size: 0.9em;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1.2em;
  font-weight: 500;
  /*font-family: 'Noto Sans', sans-serif;*/
  color: #0f6fb7;
  border-bottom: 2px solid transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1em;
  padding-right: 1em;
}

.navbar-nav .active > .nav-link {
  border-bottom: 2px solid #0b642b;
  /*padding-bottom: 5px;*/
}

.navbar-nav > .nav-item:hover > .nav-link {
  border-bottom: 2px solid #0b642b;
}
.nav-link {
  padding: 1.64em 0;
}
.navbar-toggler {
  /*background: #a953a1;*/
  border: none;
}
button.navbar-toggler {
  outline: 0;
}

.navbar-nav .nav-item ul {
  min-width: 250px;
  max-width: 100%;
  border-radius: 0;
  background: #62c633;
  padding: 0;
}

.navbar-expand-lg .navbar-nav li li {
  border-bottom: 1px solid #186a2c;
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-item ul li a {
  padding: 0.5em 1em;
  font-size: 1em;
  color: #fff;
}


@media(max-width: 991px) {
  .navbar-nav {
    background: #eee;
  }

  .navbar-expand-lg .nav-item {
    border-bottom: 1px solid #fff;
  }

  .navbar-expand-lg .nav-item:hover {
    background: #62c633;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1em;
    border-bottom: 0;
    font-size: 1.1em;
  }
  .navbar-nav > .nav-item:hover > .nav-link {
    border-bottom: 0;
    color: #fff;
  }

  .navbar-nav .nav-item ul {
    background: #eee;
    border: 0;
    border-top: 1px solid #fff;
    margin-top: 0;
  }

  .navbar-expand-lg .navbar-nav li li {
    border-bottom: 1px solid #fff;
  }

  .navbar-expand-lg .navbar-nav .nav-item ul li a {
    padding: 1em 2em;
    color: #0f6fb7;
    font-size: .96em;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }

  .navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: 0;
  }

  .navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu .nav-link {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.sticky {
  position:fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 50px #aaa;
  width: 100%;
}

.sticky img {
  height: 50px;
}
.sticky .nav-link {
  padding: 1em;
}

.single-slider {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 9;
}

.slider-content {
  text-align: right;
  width: 90%;
  margin: 0 auto;
}

.slider-content > h3 {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  padding-bottom: 20px;
  font-weight: 500;
  text-shadow: 0 0 5px #000;
}

.slider-content > p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}

/*
.slider-content > h3 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
*/

.slider-content > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.active .slider-content > h3 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.active .slider-content > p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.slider-btn .button-default {
  padding: 10px 30px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}

.slider-btn .button-default:hover {
  color: #f87844;
}

.active .slider-content .slider-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.button-default {
  background: #16632b none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 15px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}


.section-block {
  padding: 40px 0;
}
.section-block h1, .section-block h2 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
  color: #186a2e;
  position: relative;
}
.section-block h1 {
  margin-bottom: 0;
  font-size: 2em;
}

.bg-gray {
  background: #f2f2f2;
}
.bg-image:before {
  content: '';
  display: block;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ccc;
  top: 0;
}


.activity-block {
  margin-top: 30px;
}
.activity-block .frame-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.activity-block .frame-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.activity-block .activity-info {
  background: #fff;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.activity-block .activity-info span {
  font-size: 14px;
  text-align: left;
  color: #b367ab;
  padding-bottom: 5px;
}
.activity-block .activity-info h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: normal;
}
.activity-block a {
  color: #444;
}
.activity-block a:hover {
  color: #9c7f9a;
}

.activities .owl-nav button.owl-prev:focus, .activities .owl-nav button.owl-next:focus {
  outline: 0;
}
.activities .owl-nav button.owl-prev, .activities .owl-nav button.owl-next {
  background: #ccc;
  padding: 10px 15px!important;
  left: -15px;
  opacity: 0.3;
  position: absolute;
  top: calc(50% - 20px);
}
.activities .owl-nav button.owl-next {
  left: auto;
  right: -15px;
}
.activities .owl-nav button.owl-prev:hover, .activities .owl-nav button.owl-next:hover {
  opacity: 1;
}


.section-block h2:after .section-block h1:after {
  position: absolute;
  height: 3px;
  width: 10%;
  background: #0f6eb7;
  content: '';
  bottom: -10px;
  left: 45%;
  right: 45%;
}
.section-block.bg-blue h2:after {
  background: #fff;
}

.frame-icon-img {
/*margin-bottom: 15px;*/
}

.frame-icon-img i {
  font-size: 60px;
  border-radius: 50%;
  border: 1px solid #0f6eb7;
  padding: 20px;
  display: inline-block;
  color: #0f6eb7;
  width: 102px;
  height: 102px;
}
.frame-icon-img i:hover {
  /*color: #0b642b;*/
  border-color: #0b642b;
  background: #0b642b;
  color: #fff;
}

.google-map {
  height: 450px;
  overflow: hidden;
}

footer {
  padding: 30px 0 0;
  color: #fff;
  font-size: 1.1em;
}
footer h3 {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
footer a {
  color: #ddd;
}
footer a:hover {
  color: #fff;
}
footer img {
  margin-top: 10px;
}
footer ul{
  list-style: none;
  padding: 0;
}
footer li {
  position: relative;
}
/*footer .useful-links li:before {*/
/*  position: absolute;*/
/*  content: '\f30b';*/
/*  left: 0;*/
/*  font-family: "Font Awesome 5 Free";*/
/*  width: 20px;*/
/*  height: 10px;*/
/*  top: 4px;*/
/*}*/
footer .useful-links a{
  padding: 5px 0;
  display: inline-block;
  font-size: 0.9em;
  /*padding-left: 20px;*/
}

.useful-links.projects {
  display: flex;
  flex-wrap: wrap;
}
.useful-links.projects li {
  width: 50%;
}
.contact-details ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.contact-details li {
  line-height: 30px;
  font-size: 15px;
}
.contact-details li i {
  color: #ddd;
  padding-right: 5px;
}
.contact-details li:hover i {
  color: #fff;
}
.social-icons li {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.social-icons li i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  padding: 10px 0;
  color: #186a2d;
}
footer .social-icons a:hover i {
  color: #0f6eb7;
}
.copyright {
  padding: 7px 0;
  font-size: 0.8em;
  margin-top: 20px;
  text-align: center;
}
.copyright ul {
  text-align: right;
  margin: 0;
}
.copyright ul li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}
.copyright ul li a {
  color: #fff;
}
.copyright ul li a:hover {
  color: #f87844;
}

.blinking-block {
  -moz-animation: blink normal 2s infinite ease-in-out;
  -webkit-animation: blink normal 2s infinite ease-in-out;
  -ms-animation: blink normal 2s infinite ease-in-out;
  animation: blink normal 2s infinite ease-in-out;

  text-decoration:blink;
  position:absolute;
  top:0px;
  left:10px;
  z-index:99;
  margin-top:10px;
}
.blinking-block span {
  font-size:15px;
  display:block;
  color:yellow;
  padding: 0 10px;
  text-shadow: 2px 0px 4px #000000;
  border-radius: 5px;
  background: #a953a1;
}

.list-item .blinking-block {
    display: inline-block;
    position: relative;
}

@keyframes blink {
  0% {
    opacity: 0;
  },
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@media(max-width: 767px) {
  ul.top-menu{
    flex-direction: column;
  }
  ul.top-menu li {
    margin-bottom: 5px;
  }
}

@media(max-width: 575px) {
  .navbar-brand img {
    max-width: 210px;
  }
}