@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/*************************
*******Typography******
**************************/

body {
  background: #fff;
  /* font-family:Poppins, 'Lucida Sans',  'Lucida Sans Unicode','Lucida Grande', sans-serif; */
  /* font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; */
  font-family: "Poppins", "Hiragino Sans GB", "Microsoft YaHei", Arial,
    sans-serif;
  color: #4e4e4e;
  line-height: 22px;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #4e4e4e;
}

h1 {
  font-size: 36px;
  color: #fff;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  font-size: 16px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

.wrappera {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  width: 100%;
}

.wrappera #about-us {
  flex: 1 auto;
  min-height: 1px;
}

.wp-block-image {
  margin: 0 0 1em;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 50px;
}

.lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.navbar > .container .navbar-brand {
  margin-left: 0;
}

.navbar > .container {
  display: flex !important;
  align-items: center;
}

.navbar > .container > .navbar-header > .navbar-header-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0;
}

.navbar > .container > .navbar-header > .navbar-header-div > img {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.navbar > .container > .navbar-header > .navbar-header-div > p {
  font-family: inherit;
  font-size: 1.25em;
  margin-bottom: 0;
  font-weight: 600;
  color: #14171c;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number {
  color: #fff;
}

.top-number p {
  margin: 0;
}

.social {
  text-align: right;
}

.social-share {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #c52d2f;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form {
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder {
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #ffffff;
  box-shadow: 0 -1px 3px rgb(0 0 0 / 10%);
}

.navbar-nav {
  margin-top: 0;
  font-size: 0.8em;
  transition: all 0.3s ease;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  margin-left: auto;
  justify-content: flex-end;
  font-weight: bold;
}

.navbar-nav > li {
  margin-right: 20px;
  padding: 9.5px 0;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #14171c;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #fcaf3b;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a {
  color: #000;
  background-color: #ffffff;
}

.navbar-togglea,
.navbar-toggleb {
  margin-right: 0;
  margin-top: 12px;
  border-color: #333;
  cursor: pointer;
  -webkit-appearance: button;
  position: relative;
  float: right;
  padding: 10px 15px 10px 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #333;
  border-radius: 3px;
}

.navbar-togglea .icon-bar,
.navbar-toggleb .icon-bar {
  background-color: #000;
  transition: all 0.1s ease;
  position: relative;
  display: block;
  border-radius: 2px;
  width: 15px;
  height: 2px;
}

.navbar-togglea .icon-bar:nth-child(2),
.navbar-toggleb .icon-bar:nth-child(2) {
  margin: 3px 0;
}

.button-open .menu-bar-top {
  transform: rotate(45deg) translate(4.5px, 3px);
  transition: 0.3s;
}

.button-open .menu-bar-middle {
  transition: 0.1s ease-in;
  opacity: 0;
}

.button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(4px, -3px);
  transition: 0.3s;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
  position: absolute;
  top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

.menu-wrap {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  height: 100%;
  width: 65%;
  margin-left: -65%;
  font-size: 1em;
  font-weight: 700;
  overflow: auto;
  transition: 0.25s;
  z-index: 9999;
}

.menu-show {
  margin-left: 0;
}
.menu-sidebar {
  position: relative;
  top: 20px;
}

.menu-ul {
  transition: all 0.3s ease;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  margin-left: auto;
  justify-content: flex-start;
  flex-direction: column;
  list-style: none;
  text-align: left;
  padding: 0 10px;
}

.menu-sidebar-div {
  padding: 0 10px;
  overflow: hidden;
}

.menu-sidebar .menu-ul li {
  width: 100%;
  padding: 10px 0;
  line-height: 1em;
  color: #14171c;
}
.menu-sidebar li > a {
  padding: 3px 0;
  color: #000;
  font-size: 1em;
  position: relative;
}

.menu-sidebar .menu-ul li > a:hover {
  color: #fcaf3b;
}
.menu-sidebar .menu-item-has-children {
  position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
  display: none;
}

.is-menu-sidebar {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: unset !important;
}

.header-menu-sidebar-overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  transform: translate3d(0, 0, 0);
  z-index: 9998;
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#main-sliders {
  background-color: #14171c;
}

#main-sliders .carousel .carousel-content h1 {
  color: #ffffff;
}

#main-sliders .carousel .carousel-content p {
  color: #ffffff;
  margin-bottom: 15px;
}

#main-sliders .carousel .btn-slide {
  padding: 16px 35px 16px 35px;
  background: #fcaf3b;
  color: #14171c;
  border-radius: 0px 0px 0px 0px;
  border: none;
  border-width: 1px 1px 1px 1px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  font-family: inherit;
  display: inline-block;
}

#main-sliders .carousel .item {
  height: auto;
  padding-bottom: 70px;
}

.main-slideraa {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

.main-slideraa .carousel .carousel-content {
  text-align: center;
}

.main-slideraa .carousel .slide-margin {
  margin-top: 140px;
}

.main-slideraa .carousel .carousel-content h1 {
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

.main-slideraa .carousel .carousel-content p {
  color: #FFFFFF;
  font-size: 17px;
  font-family: "Poppins", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande",
    sans-serif;
  line-height: 1.7;
}

.main-slideraa .carousel h2 {
  color: #fff;
}

.main-slideraa .carousel .btn-slide {
  padding: 16px 35px;
  background: #2b2b2b;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}

.main-slideraa .carousel .slider-img {
  text-align: right;
  position: absolute;
}

.main-slideraa .carousel .item {
  /* background-position: 50%; */
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 750px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

.main-slideraa .carousel .item:first-child {
  top: auto;
  position: relative;
}

.main-slideraa .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features {
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
  text-align: center;
}

.feature-wrap img {
  width: 64px;
  height: 64px;
  background: #fcaf3b;
  padding: 16px;
  border-radius: 9999px;
}

.feature-wrap h2 {
  margin-top: 10px;
}

#middle {
  background: #ffffff;
}

#middle .middle-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.middle-one-items {
  display: flex;
  justify-content: center;
}

.middle-one-itema {
  padding: 0 30px;
}

.middle-one-itema h2 {
  color: #14171c;
  font-weight: 600;
  margin-top: 0;
}

.middle-one-itema p {
  margin-bottom: 20px;
  color: #14171c;
}

.middle-one-itema div a {
  padding: 16px 35px 16px 35px;
  background: #fcaf3b;
  color: #14171c;
  border-radius: 0px 0px 0px 0px;
  border: none;
  border-width: 1px 1px 1px 1px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  font-family: inherit;
  display: inline-block;
}

#content-home {
  background: #fcaf3b;
  color: #ffffff;
  padding: 50px 0;
}

#content-home p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0px;
}

#about-us {
  padding: 20px 0;
}

#about-us .center {
  text-align: left;
}

#about-us h1 {
  color: #14171c;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

#about-us h2 {
  color: #14171c;
  font-size: 49px;
  line-height: 1.3em;
  letter-spacing: 0px;
  font-weight: bold;
  text-transform: none;
}

#about-us h3 {
  color: #14171c;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0px;
  font-weight: bold;
  text-transform: none;
}

#about-us p {
  color: #14171c;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0px;
}

#about-us ul {
  list-style-type: circle;
  padding-left: 20px;
}

#about-us ul li {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  color: #0b2147;
}

.single-profile-top,
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top,
.single-profile-bottom {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li a i {
  border-radius: 50%;
  color: #ffffff;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity: 0.8;
}

#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #c52d2f;
  padding: 5px 0;
}

#bottom .row .col-sm-8{
  float: right;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
      margin-top: 0;
    font-size: 1em;
    transition: all .3s ease;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    list-style-type: none;
    margin-left: auto;
    justify-content: flex-end;
}

#bottom ul li {
  display: inline-block;
  padding: 5px 0;

  margin-right: 20px;
    padding: 9.5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}


.footer {
  background: none repeat scroll 0 0 #2e2e2e;
  border-top: 5px solid #c52d2f;
  height: 84px;
  margin-top: 110px;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}

#footer .col-sm-12 {
  text-align: center;
}
