.border-top-1 {
  border-color: #ddd6d6;
}
.border-bottom-1 {
  border-color: #ddd6d6;
}
/*--------------------------------------------------------
Anchor
---------------------------------------------------------*/
a {
  color: #005ea6;
  transition: all 0.3s ease 0s;
  font-weight: 400;
}
a:hover {
  color: #272727;
}
/*--------------------------------------------------------
Badges
---------------------------------------------------------*/
.badge-main {
  background-color: #005ea6;
  color: #ffffff;
}
/*--------------------------------------------------------
Navbar
---------------------------------------------------------*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(39, 39, 39, 0.7);
}
.bg-light {
  border-bottom: 1px solid rgba(39, 39, 39, 0.1);
  box-shadow: 0 1px 0 rgb(255 255 25.5%);
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background-color: #005ea6;
}
/*--------------------------------------------------------
Button
---------------------------------------------------------*/
.main-btn {
  background-color: #005ea6;
  color: #ffffff;
}
.main-btn:hover {
  background-color: #892323;
  color: #ffffff;
}
/*--------------------------------------------------------
Border Container
---------------------------------------------------------*/
.border-container {
  border: 2px solid #005ea6;
}
/*--------------------------------------------------------
Home
---------------------------------------------------------*/
section#home-header {
  color: #892323;
}
.section-container {
  background-color: #f6f6f6;
}
/*--------------------------------------------------------
Icon Container
---------------------------------------------------------*/
.icon-container {
  display: inline-block;
  color: #b4b4b4;
  font-size: 50px;
  border: 4px solid #005ea6;
  border-radius: 50%;
  box-shadow: 0 1px 0 #fff;
  padding: 19px 31px;
}
section#home-header {
  position: relative;
  background: url(../images/wood_pattern.png) repeat;
  padding: 40px 0;
  min-height: calc(100vh - 57px);
}
section#home-header .badge-container {
  position: absolute;
  top: 0;
  left: 20px;
  width: 300px;
  height: 300px;
  z-index: 2;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
@media only screen and (max-width: 1299px) {
  section#home-header .badge-container {
    display: none;
  }
}
section#home-header .main-logo {
  width: 300px;
}
section#home-header #main-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
section#home-header #main-slider .frame-container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
section#home-header #main-slider .frame-container .frame-img {
  width: 100%;
}
section#home-header #main-slider .frame-container .carousel-inner {
  position: absolute;
  z-index: -1;
  top: 8%;
  left: 8%;
  width: 85%;
  height: 81%;
}
section#home-header #main-slider .frame-container:after {
  width: 90%;
  margin-left: 5%;
  z-index: 75;
  border-radius: 50%;
  background: #000000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
  content: "";
  height: 5px;
  opacity: 0.9;
  box-shadow: 10px 0 2px 2px rgba(0, 0, 0, 0.4), -10px 0 2px 2px rgba(0, 0, 0, 0.4), 15px 0 8px 4px rgba(0, 0, 0, 0.5), -15px 0 8px 4px rgba(0, 0, 0, 0.5), -4px 0 2px rgba(0, 0, 0, 0.9), 4px 0 2px rgba(0, 0, 0, 0.9), 8px 0 8px rgba(0, 0, 0, 0.9), -8px 0 8px rgba(0, 0, 0, 0.9), inset 0 0 3px #000;
}
/*# sourceMappingURL=Index.css.map */