﻿
body {
  position: relative;
  direction: ltr;
  color: #323232;
  font: 400 13px/1.7 "Open Sans", Arial, sans-serif;
  background-color: #9a9a9a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}


#wrapper {
  position: relative;
  background-color: #fff;
}

#wrapper, #wrapper.boxed, #wrapper.boxed-long {
  width: 100%;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  font-family: "Open Sans", Arial, sans-serif, Arial, sans-serif;
  line-height: 1;
  color: #222;
  margin-top: 0;
  margin-bottom: 20px;
}


h2,
.h2 {
  font-size: 20px;
}


h5,
.h5 {
  font-size: 14px;
  margin-bottom: 15px;
}



a {
  color: #0069b0;
  transition: color 0.4s;
}

.carousel .item img {
    max-width: none;
    width: 100%;
    height: 265px;
}


.carousel-control {
  top: 50%;
  bottom: auto;
  width: 38px;
  height: 48px;
  margin-top: -24px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  background-color: rgba(0, 105, 176, 0.5);
  transition: background 0.4s;
}


.carousel-control.left {
  border-radius: 0;
  background-image: none;
}

.carousel-control.right {
  border-radius: 0;
  background-image: none;
}

.header {
  background-color: #fff;
  position: relative;
}

.header a {
  color: #222;
}



/* Header Version 2 */
.header.header2:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .header.header2 .header-inner .container {
    position: relative;
  }
}


.header.gray {
  background-color: #f8f8fa;
}

.header.gray .header-info-boxes .header-info-box i:not(.dark) {
  background-color: #ebebea;
}


.header.custom {
  background-color: #0069b0;
  color: #eee;
 
}


#scroll-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  display: block;
  visibility: hidden;
  cursor: pointer;
  z-index: 999;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  opacity: 0;
  transition: all 0.4s;
  -ms-transform: translateY(75px);
  transform: translateY(75px);
  text-align: center;
  color: #fff;
  background-color: #0069b0;
}

