.header-top-bar{
  /*text-align: center;*/
}
.container{
  /*width: 65%;*/
  /*text-align: center;*/
}
.text-conter{
  /*font-size: 15px;*/
  /*width: 33.33333$;*/
}
/*=======================================================================

Template Name: Fabarc | Construction & Interior Responsive HTML5 Template.
Description: Fabarc | Construction Responsive HTML5 Template.
Author: Abctechweb
更多精品模板请访问：http://www.bootstrapmb.com
Version: 1.0

/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Header Area
[04] Slider Area
[05] About Area
[06] Faqs Area
[07] Service Area
[08] Project Area
[09] Form Area
[10] Why Choose Us Area
[11] Progress Area
[12] Tab Menu Area
[13] Contact Area
[14] Expert Team Area
[15] Testimonial Area
[16] Blog Area
[17] Banner Area
[18] Portfolio Area
[19] Error-404 Area
[20] Footer Area

=========================================================================
[ End table of content ]
=========================================================================*/
.flex-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (max-width: 767px) {
  .flex-display {
    display: block;
  }
}
/*=======================================================================
[01] Typography
=========================================================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  color: #7d8f99;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 48px;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}
h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 20px;
  line-height: 1.4;
}
h4 {
  font-size: 18px;
  line-height: 1.4;
}
p {
  line-height: 1.7;
  margin: 0 0 20px 0;
}
.font-Raleway {
  font-family: 'Raleway', sans-serif;
}
a.primary-icon i {
  color: #ffffff;
  margin-left: 7px;
}
/*=======================================================================
[02] General
=========================================================================*/
#wrapper {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .off-mobile {
    display: none;
  }
}
.textondext{
  text-indent: 30px;
}
.btn {
  font-weight: 500;
}
.video-play-button {
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 99;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f57c00;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff9800;
  border-radius: 50%;
  transition: all 200ms;
}
.section-title-back {
  text-transform: capitalize !important;
  color: #283142;
  z-index: 1;
  letter-spacing: 2px;
  position: relative;
}
.section-title-back .back-title {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  font-size: 65px;
  z-index: -1;
  opacity: 0.05;
  right: 0;
  text-align: center;
  margin: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .section-title-back .back-title {
    opacity: 0;
  }
}
.video-play-button:hover:after {
  background-color: #cc7a00;
}
.button-for-more.text-left {
  text-align: left;
}
.button-for-more {
  position: relative;
  z-index: 9;
  padding: 30px 0 0 0;
  text-align: center;
}
.button-for-more .ghost-btn-light {
  color: #ffffff;
  background-color: #283142;
  padding: 14px 34px;
  border-radius: 3px;
  display: inline-block;
}
.button-for-more .ghost-btn-light:hover {
  background-color: #ff9800;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .mobile-border {
    border-top: 1px solid #e6e3e3;
  }
}
.top-50 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.container-fluid.no-gutters {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters-mobile > [class^="col-"],
.row.no-gutters-mobile > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1000px) {
  .row.no-gutters-mobile > [class^="col-"],
  .row.no-gutters-mobile > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.gutters-10 > [class^="col-"],
.row.gutters-10 > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.gutters-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.no-gutters.full-width {
  margin-right: -15px;
  margin-left: -15px;
}
.gutters-60 {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .gutters-60 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.full-border-bottom-less {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 88px;
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .full-border-bottom-less {
    padding-bottom: 85px;
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-border-bottom-less {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .full-border-bottom-less {
    padding-bottom: 55px;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 479px) {
  .full-border-bottom-less {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
.full-border-bottom {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .full-border-bottom {
    padding-bottom: 85px;
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-border-bottom {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .full-border-bottom {
    padding-bottom: 55px;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 479px) {
  .full-border-bottom {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1326px) {
  .none-display {
    display: none;
  }
}
.full-border-bottom2 {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.position-relative {
  position: relative;
}
.primary-bg {
  background: #ff9800;
}
.darkprimary-bg {
  background: #f57c00;
}
.blue-bg {

  border-bottom: 2px solid #081c34;
  background: #081c34;
}
.light-border {
  background-color: #f5f5f5;
}
.light-border .main-menu-area {
  border-top: 1px solid #f5f5f5;
}
.light-border .main-menu-area .quote-btn {
  margin-top: 18px;
  background: transparent;
  text-transform: uppercase;
  color: #333333;
  border: 2px solid #333333;
  padding: 13px 25px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.light-border .main-menu-area .quote-btn-grey {
  margin-top: 24px;
  background: transparent;
  text-transform: capitalize;
  color: #333;
  border: 2px solid #f5f5f5;
  padding: 13px 25px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.light-border .main-menu-area .quote-btn-grey:hover {
  background-color: #ff9800;
  border: 2px solid #ff9800;
  color: #fff;
}
.light-border .main-menu-area .search-button {
  color: #333333 !important;
  background: transparent;
  text-align: center;
  line-height: 55px;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accent-bg {
  background: #283142;
}
.bg-light {
  background: #ffffff;
}
.accent-light {
  background: #283242;
}
.accent-bg-light {
  background: #374051;
}
.bg-light-gray {
  background: #526788;
}
.body-bggray1 {
  background-color: #fffffd;
}
.body-bggray2 {
  background-color: #f3f3f3;
}
.bg-gray2 {
  background-color: #f2f4f5;
}
.bg-gray3 {
  background-color: #e3e3e3;
}
.bg-gray4 {
  background-color: #e5e6f0;
}
.bg-gray5 {
  background-color: #f4f4f4;
}
.bg-common-style {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-common-repeat {
  background-position: center;
  background-repeat: repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.shadow-bottom-bg {
  background-color: #f5f5f5;
}
.shadow-bottom {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.shadow-equal {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}
.shadow-equal02 {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
}
.shadow-equal2 {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
}
.shadow-equal3 {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}
.wrapper .box-layout {
  padding-right: 60px;
  padding-left: 60px;
}
.brand-logo {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
}
.brand-logo a {
  text-align: center;
}
.brand-logo img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  width: inherit !important;
  text-align: center;
  margin: auto;
}
.brand-logo img:hover {
  opacity: 0.7;
}
.partner-brand {
  text-align: center;
  border: 1px solid #efefef;
  padding-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 50px;
  padding-right: 10px;
}
.partner-brand img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partner-brand img:hover {
  filter: inherit;
}
.section-space-default-no {
  padding-bottom: 10px;
}
.brand-area-space.bg-light {
  background-color: #fff;
}
.brand-area-space {
  padding: 100px 0 95px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brand-area-space {
    padding: 85px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-area-space {
    padding: 70px 0 65px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .brand-area-space {
    padding: 55px 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  .brand-area-space {
    padding: 45px 0 40px;
  }
}
.s-space-conuter {
  padding: 75px 0 40px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .s-space-conuter {
    padding: 70px 0 35px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .s-space-conuter {
    padding: 65px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .s-space-conuter {
    padding: 60px 0 25px;
  }
}
.section-space-equal {
  padding: 112px 0 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-equal {
    padding: 95px 0 95px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-equal {
    padding: 80px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-equal {
    padding: 65px 0 65px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-equal {
    padding: 65px 0 65px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-equal {
    padding: 65px 0 65px;
  }
}
.section-space-top-2x {
  padding: 285px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-top-2x {
    padding: 250px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-top-2x {
    padding: 230px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-top-2x {
    padding: 250px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-top-2x {
    padding: 230px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-top-2x {
    padding: 210px 0 0;
  }
}
.section-space-equal-2x {
  padding: 270px 0 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-equal-2x {
    padding: 250px 0 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-equal-2x {
    padding: 230px 0 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-equal-2x {
    padding: 250px 0 45px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-equal-2x {
    padding: 230px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-equal-2x {
    padding: 210px 0 15px;
  }
}
.section-space-less {
  padding: 50px 0 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less {
    padding: 35px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less {
    padding: 40px 0 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-less {
    padding: 35px 0 60px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-less {
    padding: 30px 0 50px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-less {
    padding: 25px 0 40px;
  }
}
.space-bottom-less30 {
  padding: 0 0 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .space-bottom-less30 {
    padding: 0 0 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .space-bottom-less30 {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .space-bottom-less30 {
    padding: 0 0 45px;
  }
}
.section-space-less30e30 {
  padding: 120px 0 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less30e30 {
    padding: 105px 0 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less30e30 {
    padding: 90px 0 60px;
  }
}
@media (max-width: 767px) {
  .section-space-less30e30 {
    padding: 75px 0 45px;
  }
}
.section-space-less30e {
  padding: 120px 0 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less30e {
    padding: 105px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less30e {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-space-less30e {
    padding: 75px 0;
  }
}
@media (max-width: 479px) {
  .section-space-less30e {
    padding: 65px 0;
  }
}
.section-space-less30-less {
  padding: 110px 0 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less30-less {
    padding: 95px 0 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less30-less {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-less30-less {
    padding: 65px 0 35px;
  }
}
@media (max-width: 479px) {
  .section-space-less30-less {
    padding: 50px 0 20px;
  }
}
.section-space-less30 {
  padding: 112px 0 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less30 {
    padding: 95px 0 72px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less30 {
    padding: 84px 0 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-less30 {
    padding: 65px 0 45px;
  }
}
@media (max-width: 479px) {
  .section-space-less30 {
    padding: 62px 0 38px;
  }
}
.section-space-less15 {
  padding: 108px 0 105px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less15 {
    padding: 95px 0 92px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less15 {
    padding: 80px 0 60px;
  }
}
@media (max-width: 480px) {
  .section-space-less15 {
    padding: 65px 0 45px;
  }
}
.section-space-less50 {
  padding: 108px 0 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less50 {
    padding: 95px 0 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less50 {
    padding: 80px 0 40px;
  }
}
@media (max-width: 480px) {
  .section-space-less50 {
    padding: 65px 0 30px;
  }
}
.section-space-less70 {
  padding: 108px 0 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less70 {
    padding: 95px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less70 {
    padding: 80px 0 30px;
  }
}
@media (max-width: 480px) {
  .section-space-less70 {
    padding: 65px 0 20px;
  }
}
.section-space-less991 {
  padding: 108px 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less991 {
    padding: 95px 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less991 {
    padding: 50px 0 25px;
  }
}
@media (max-width: 767px) {
  .section-space-less991 {
    padding: 36px 0 25px;
  }
}
.section-space-less90 {
  padding: 112px 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less90 {
    padding: 95px 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less90 {
    padding: 80px 0 25px;
  }
}
@media (max-width: 767px) {
  .section-space-less90 {
    padding: 65px 0 25px;
  }
}
.section-space-less120 {
  padding: 120px 0 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less120 {
    padding: 105px 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less120 {
    padding: 90px 0 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-less120 {
    padding: 75px 0 10px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-less120 {
    padding: 60px 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-less120 {
    padding: 45px 0 10px;
  }
}
.section-space-default-line {
  padding: 108px 0 108px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-default-line {
    padding: 95px 0 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-default-line {
    padding: 80px 0 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-default-line {
    padding: 65px 0 75px;
  }
}
@media only screen and (max-width: 479px) {
  .section-space-default-line {
    padding: 55px 0 65px;
  }
}
.section-space-default {
  padding: 108px 0 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-default {
    padding: 95px 0 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-default {
    padding: 80px 0 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-default {
    padding: 65px 0 75px;
  }
}
@media only screen and (max-width: 479px) {
  .section-space-default {
    padding: 55px 0 65px;
  }
}
.section-space-default-1199 {
  padding: 108px 0 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-default-1199 {
    padding: 95px 0 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-default-1199 {
    padding: 80px 0 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-default-1199 {
    padding: 65px 0 45px;
  }
}
@media only screen and (max-width: 479px) {
  .section-space-default-1199 {
    padding: 55px 0 35px;
  }
}
.section-space-all {
  padding: 120px 0 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-all {
    padding: 105px 0 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-all {
    padding: 90px 0 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-all {
    padding: 75px 0 75px;
  }
}
@media (max-width: 479px) {
  .section-space-all {
    padding: 65px 0 65px;
  }
}
.section-space-top-e {
  padding: 120px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-top-e {
    padding: 105px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-top-e {
    padding: 95px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-top-e {
    padding: 75px 0 0;
  }
}
@media (max-width: 479px) {
  .section-space-top-e {
    padding: 65px 0 0;
  }
}
.section-space-top.section-space-mobile-bottom {
  padding-bottom: 26px;
}
.section-space-top {
  padding: 112px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-top {
    padding: 95px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding: 80px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-top {
    padding: 65px 0 0;
  }
}
@media (max-width: 479px) {
  .section-space-top {
    padding: 50px 0 0;
  }
}
.section-space-top-less30 {
  padding: 75px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-top-less30 {
    padding: 65px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-top-less30 {
    padding: 50px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-top-less30 {
    padding: 45px 0 0;
  }
}
@media (max-width: 479px) {
  .section-space-top-less30 {
    padding: 40px 0 0;
  }
}
.section-space-bottom {
  padding: 0 0 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding: 0 0 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding: 0 0 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-bottom {
    padding: 0 0 75px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-bottom {
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-bottom {
    padding: 0 0 45px;
  }
}
.section-space-banner {
  padding: 160px 0 160px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-banner {
    padding: 150px 0 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-banner {
    padding: 140px 0 140px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-banner {
    padding: 130px 0 130px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-banner {
    padding: 120px 0 120px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-banner {
    padding: 110px 0 110px;
  }
}
.section-space-banner2 {
  padding: 140px 0 180px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-banner2 {
    padding: 130px 0 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-banner2 {
    padding: 120px 0 160px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-banner2 {
    padding: 110px 0 150px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-banner2 {
    padding: 90px 0 130px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-banner2 {
    padding: 90px 0 130px;
  }
}
.section-title {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title h2 {
  margin-bottom: 10px;
  color: #333333;
}
.section-title h2 span {
  color: #ff9800;
}
.section-title p {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title p {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .section-title p {
    width: 100%;
  }
}
.section-title2 {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title2 {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title2 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title2 {
    margin-bottom: 40px;
  }
}
.section-title2 h2 {
  margin-bottom: 10px;
  color: #ffffff;
}
.section-title2 h2 span {
  color: #ff9800;
}
.section-title2 p {
  margin: 0;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title2 p {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .section-title2 p {
    width: 100%;
  }
}
.section-title-primary {
  text-align: center;
  margin-bottom: 65px;
  color: #333333;
}
.section-title-primary h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.section-title-primary h2 span {
  color: #ff9800;
}
.section-title-primary p {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-primary p {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .section-title-primary p {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-primary {
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-primary {
    margin-bottom: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-primary {
    margin-bottom: 45px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-primary {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-primary {
    margin-bottom: 30px;
  }
}
.section-title-primary-less {
  text-align: center;
  margin-bottom: 50px;
  color: #333333;
}
.section-title-primary-less h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.section-title-primary-less h2 span {
  color: #ff9800;
}
.section-title-primary-less p {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-primary-less p {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .section-title-primary-less p {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-primary-less {
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-primary-less {
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-primary-less {
    margin-bottom: 55px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-primary-less {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-primary-less {
    margin-bottom: 45px;
  }
}
.section-title-primary2 {
  text-align: center;
  color: #333333;
  margin-bottom: 65px;
}
.section-title-primary2 h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
.section-title-primary2 h2 span {
  color: #ff9800;
}
.section-title-primary2 p {
  margin: 0;
}
.section-title-primary2 span {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #8c8fa2;
}
.section-title-primary2 span a {
  color: #8c8fa2;
}
.section-title-primary2 span a:hover {
  color: #ff9800;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-primary2 {
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-primary2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-primary2 {
    margin-bottom: 55px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-primary2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-primary2 {
    margin-bottom: 45px;
  }
}
.section-title-textprimary {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #ffffff;
}
.section-title-textprimary span {
  color: #ff9800;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-textprimary {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .section-title-textprimary {
    margin-bottom: 20px;
  }
}
.section-title-dark {
  text-align: center;
  margin-bottom: 92px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-dark {
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-dark {
    margin-bottom: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-dark {
    margin-bottom: 75px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-dark {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-dark {
    margin-bottom: 60px;
  }
}
.section-title-dark h2 {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #333333;
}
.section-title-dark h2 span {
  color: #ff9800;
}
.section-title-dark h2:before {
  content: "";
  border-top: 1px solid #ff9800;
  width: 113px;
  position: absolute;
  top: 65px;
  left: 0;
  right: 40px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.section-title-dark h2:after {
  content: "";
  border-bottom: 1px solid #ff9800;
  width: 113px;
  position: absolute;
  top: 72px;
  right: 0;
  left: 40px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.section-title-light {
  text-align: center;
  margin-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-light {
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-light {
    margin-bottom: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-light {
    margin-bottom: 75px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-light {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-light {
    margin-bottom: 65px;
  }
}
.section-title-light h2 {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.section-title-light h2 span {
  color: #ff9800;
}
.section-title-light h2:before {
  content: "";
  border-top: 1px solid #ffffff;
  width: 113px;
  position: absolute;
  top: 65px;
  left: 0;
  right: 40px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.section-title-light h2:after {
  content: "";
  border-bottom: 1px solid #ffffff;
  width: 113px;
  position: absolute;
  top: 72px;
  right: 0;
  left: 40px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.section-title-light-left {
  text-align: left;
  margin-bottom: 92px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-light-left {
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-light-left {
    margin-bottom: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-light-left {
    margin-bottom: 75px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-light-left {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-light-left {
    margin-bottom: 65px;
  }
}
.section-title-light-left h2 {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.section-title-light-left h2:before {
  content: "";
  border-top: 1px solid #ffffff;
  width: 113px;
  position: absolute;
  top: 65px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.section-title-light-left h2:after {
  content: "";
  border-bottom: 1px solid #ffffff;
  width: 113px;
  position: absolute;
  top: 72px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.section-title-light-default {
  text-align: center;
  margin-bottom: 65px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-light-default {
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-light-default {
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-light-default {
    margin-bottom: 55px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-light-default {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-light-default {
    margin-bottom: 45px;
  }
}
.section-title-light-default h2 {
  margin-bottom: 60px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-title-light-default h2 span {
  color: #ff9800;
}
.section-title-light-default p {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 60%;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-light-default p {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .section-title-light-default p {
    width: 100%;
  }
}
.section-title-Playfair.light h2 {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
  color: #ffffff;
  width: 60%;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-Playfair.light h2 {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .section-title-Playfair.light h2 {
    width: 100%;
  }
}
.section-title-Playfair.light p {
  color: #ffffff;
}
.section-title-Playfair {
  text-align: center;
  margin-bottom: 75px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-Playfair {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-Playfair {
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-Playfair {
    margin-bottom: 50px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-Playfair {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-Playfair {
    margin-bottom: 30px;
  }
}
.section-title-Playfair h2 {
  font-weight: 400;
  font-size: 48px;
  color: #333333;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-Playfair h2 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-Playfair h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-Playfair h2 {
    font-size: 36px;
  }
}
.section-title-Playfair h2 span {
  color: #ff9800;
}
.section-title-Playfair p {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 60%;
  color: #333333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-Playfair p {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .section-title-Playfair p {
    width: 100%;
  }
}
.section-title-bar2 {
  position: relative;
  width: 220px;
  text-align: center;
  margin: 0 auto;
}
.section-title-bar2:before {
  content: "";
  border-top: 1px solid #b2b1b1;
  border-bottom: 1px solid #b2b1b1;
  height: 5px;
  width: 80px;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
}
.section-title-bar2:after {
  content: "";
  border-top: 1px solid #b2b1b1;
  border-bottom: 1px solid #b2b1b1;
  height: 5px;
  width: 80px;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1;
}
.section-title-bar2 i {
  color: #ff9800;
  font-size: 28px;
}
.section-title-bar2 i:before {
  margin-left: 0;
}
.section-title-icon {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.section-title-icon:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ff9800;
  width: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.section-title-bar-left {
  text-align: left;
  margin-bottom: 87px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-bar-left {
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-bar-left {
    margin-bottom: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-bar-left {
    margin-bottom: 75px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-bar-left {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-bar-left {
    margin-bottom: 65px;
  }
}
.section-title-bar-left h2 {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #333333;
}
.section-title-bar-left h2 span {
  color: #ff9800;
}
.section-title-bar-left h2:before {
  content: "";
  border-top: 1px solid #ff9800;
  width: 113px;
  position: absolute;
  top: 65px;
  left: 0;
  margin: 0 auto;
  text-align: left;
  z-index: 1;
}
.section-title-bar-left h2:after {
  content: "";
  border-bottom: 1px solid #ff9800;
  width: 113px;
  position: absolute;
  top: 72px;
  left: 0px;
  margin: 0 auto;
  text-align: left;
  z-index: 1;
}
.section-title-bar-left-md {
  text-align: left;
  margin-bottom: 65px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-bar-left-md {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-bar-left-md {
    margin-bottom: 55px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-bar-left-md {
    margin-bottom: 50px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-bar-left-md {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-bar-left-md {
    margin-bottom: 40px;
  }
}
.section-title-bar-left-md h2 {
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  z-index: 2;
  color: #333333;
}
.section-title-bar-left-md h2 span {
  color: #ff9800;
}
.section-title-bar-left-md h2:after {
  content: "";
  border-bottom: 2px solid #ff9800;
  width: 100px;
  position: absolute;
  top: 55px;
  left: 0px;
  margin: 0 auto;
  text-align: left;
  z-index: 1;
}
.title-bar-footer {
  margin-bottom: 65px;
  position: relative;
}
@media (max-width: 479px) {
  .title-bar-footer {
    margin-bottom: 55px;
  }
}
.title-bar-footer:before {
  content: "";
  height: 3px;
  width: 50px;
  background: #ff9800;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
  border-radius: 4px;
}
.head-title-area h1 {
  margin: 0;
  padding: 15px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
.style-title-area h2 {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  padding: 45px 0 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .style-title-area h2 {
    padding: 40px 0 45px;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .style-title-area h2 {
    padding: 35px 0 40px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .style-title-area h2 {
    padding: 30px 0 35px;
    font-size: 18px;
  }
}
.fill-color-btn {
  border: 2px solid #ff9800;
  color: #ffffff;
  padding: 10px 35px;
  background: #ff9800;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fill-color-btn i {
  margin-left: 15px;
}
.fill-color-btn:hover {
  background: transparent;
  color: #ff9800;
}
.btn-bg-textprimary {
  color: #ffffff;
  background-color: #333333;
  padding: 13px 35px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .btn-bg-textprimary {
    padding: 13px 22px;
  }
}
.btn-bg-textprimary i {
  margin-left: 10px;
}
.btn-bg-textprimary:hover {
  background: #ff9800;
  color: #ffffff;
}
.btn-fill {
  background: #ff9800;
  text-transform: capitalize;
  color: #ffffff;
  border: 2px solid #ff9800;
  padding: 13px 34px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-fill:hover {
  background: transparent;
  color: #ff9800;
}
.btn-fill-light {
  background: #f57c00;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 34px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-fill-light:hover {
  background: #ffe0b2;
}
.btn-fill-textprimary {
  background: #ff9800;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ff9800;
  padding: 13px 34px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-fill-textprimary:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-inline li {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .btn-inline li {
    margin-bottom: 15px;
  }
}
.button-line-left {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.button-line-left a {
  color: #333333;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button-line-left a:hover {
  color: #ff9800;
}
.button-line-left:after {
  content: "";
  position: absolute;
  left: 90px;
  top: 11px;
  border: 2.5px solid #ff9800;
  border-radius: 2px;
  text-align: left;
  width: 14px;
  color: #ff9800;
}
.button-line-right {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  text-align: right;
  display: block;
  padding: 15px 25px;
}
@media only screen and (max-width: 767px) {
  .button-line-right {
    display: none;
  }
}
.button-line-right a {
  color: #333333;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button-line-right a:hover {
  color: #ff9800;
}
.button-line-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2.5px solid #ff9800;
  border-radius: 2px;
  text-align: right;
  width: 14px;
  color: #ff9800;
}
.quote-btn {
  margin-top: 18px;
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #ffffff;
  padding: 13px 25px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quote-btn:hover {
  background: #ffffff;
  color: #ff9800;
}
.slider-btn1 {
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 13px 15px;
  border-radius: 3px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-btn1:hover {
  color: #ffffff;
  border: 2px solid #ff9800;
  background-color: #ff9800;
}
@media only screen and (max-width: 991px) {
  .slider-btn1 {
    display: none;
  }
}
.slider-btn2 {
  color: #ffffff;
  border: 2px solid #ff9800;
  background-color: #ff9800;
  padding: 13px 30px;
  border-radius: 3px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-btn2:hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 991px) {
  .slider-btn2 {
    display: none;
  }
}
.slider-btn3 {
  color: #ffffff;
  border: 2px solid #ff9800;
  background-color: #ff9800;
  padding: 13px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 500;
}
.slider-btn3:hover {
  color: #ff9800;
  background: transparent;
  border: 2px solid #ff9800;
}
@media only screen and (max-width: 767px) {
  .slider-btn3 {
    display: none;
  }
}
ul.slider-btn li {
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
}
ul.slider-btn li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  ul.slider-btn {
    display: none;
  }
}
.overlay-opacity50 {
  position: relative;
}
.overlay-opacity50:before {
  content: "";
  position: absolute;
  background-color: rgba(28, 33, 44, 0.7);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.overlay-primary {
  position: relative;
}
.overlay-primary:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(255, 152, 0, 0.7);
}
.overlay-primary2 {
  position: relative;
}
.overlay-primary2:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(41, 56, 145, 0.8);
}
.overlay-primary2 .footer-area-top .footer-one-col {
  padding-top: 10px;
}
.overlay-primary2 .footer-area-top .footer-one-col h3.title-bar-footer {
  color: #fff;
  font-style: 24px;
  text-transform: capitalize;
}
.overlay-primary2 .footer-area-top .footer-one-col .footer-newslatter p {
  margin-bottom: 20px;
  color: #fff;
}
.footer-area-top .footer-one-col .footer-newslatter {
  margin-bottom: 0;
}
.overlay-primary3 {
  position: relative;
}
.overlay-primary3:before {
  content: "";
  background-color: rgba(31, 35, 59, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.banner-overlay {
  position: relative;
}
.banner-overlay:before {
  content: "";
  background-color: rgba(39, 42, 59, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overlay-default {
  position: relative;
}
.overlay-default:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overlay-default-light {
  position: relative;
}
.overlay-default-light:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overlay-default-light .section-title {
  position: relative;
  z-index: 9;
}
.overlay-default-light .section-title p {
  color: #444;
}
.overlay-default-light .banner-content-layout1 h2.uppercase-text {
  color: #333333;
  text-transform: uppercase;
  line-height: 1.3;
}
.overlay-default-light .banner-content-layout1 h2.uppercase-text span {
  color: #ff9800;
}
.overlay-default-dark {
  position: relative;
}
.overlay-default-dark:before {
  content: "";
  background-color: rgba(255, 152, 0, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overlay-default-dark .section-title {
  position: relative;
  z-index: 9;
}
.overlay-default-dark .section-title p {
  color: #444;
}
.overlay-default-dark .banner-content-layout1 h2.uppercase-text {
  color: #333333;
  text-transform: uppercase;
  line-height: 1.3;
}
.overlay-default-dark .banner-content-layout1 h2.uppercase-text span {
  color: #ff9800;
}
.overlay-default-primary {
  position: relative;
}
.overlay-default-primary:before {
  content: "";
  background-color: rgba(255, 152, 0, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overlay-default-primary .section-title {
  position: relative;
  z-index: 9;
}
.overlay-default-primary .section-title p {
  color: #fff;
}
.overlay-default-primary .section-title h2 {
  color: #fff;
}
.overlay-default-primary .section-title h2 span {
  color: #111;
}
.overlay-default-primary .banner-content-layout1 h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
}
.overlay-default-primary .banner-content-layout1 h2 span {
  color: #111;
}
.overlay-default-primary .btn-fill {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}
.overlay-default-primary .btn-fill:hover {
  background: transparent;
  color: #111;
}
.overlay-default-primary .features3-layout2 h3 a {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.overlay-default-primary .features3-layout2 h3 a:hover {
  color: #111;
}
.overlay-default-primary .features3-layout2 p {
  margin: 0;
  color: #f5f5f5;
}
.overlay-default-primary .features3-layout2 i::before {
  margin: 0;
  font-size: 45px;
  margin-right: 10px;
  line-height: 1.3;
  color: #222;
}
.overlay-default-primary .banner-content-layout1.video-button span.uppercase-text {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.overlay-default-primary .banner-content-layout1.video-button h3 span {
  color: #fff;
}
.overlay-default-primary .footer-area-top .footer-one-col .title-bar-footer::before {
  content: "";
  height: 3px;
  width: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  z-index: 1;
  border-radius: 4px;
}
.overlay-default-primary .banner-content-layout1.video-button .link-text {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.overlay-default2 {
  position: relative;
}
.overlay-default2:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.overlay-default2 > div {
  position: relative;
  z-index: 1;
}
.Testimonial-overlay {
  position: relative;
}
.Testimonial-overlay:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.btn-str-up2 {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 22px 45px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: .3s;
  vertical-align: middle;
  background: #ff9800;
  border-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  .btn-str-up2 {
    padding: 20px 40px;
  }
}
.btn-str-up2:hover {
  color: #fff;
}
.btn-str-up2:before {
  background: #1a8ff3;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 0;
}
.btn-str-up2:hover::before {
  transform: scaley(1);
}
.btn-str-up {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 22px 45px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: .3s;
  vertical-align: middle;
  background: #333333;
  border-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  .btn-str-up {
    padding: 20px 40px;
  }
}
.btn-str-up:hover {
  color: #fff;
}
.btn-str-up:before {
  background: #ff9800;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 0;
}
.btn-str-up:hover::before {
  transform: scaley(1);
}
.btn-str-up-hc {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 22px 45px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: .3s;
  vertical-align: middle;
  background: #1a8ff3;
  border-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  .btn-str-up-hc {
    padding: 20px 40px;
  }
}
.btn-str-up-hc:hover {
  color: #fff;
}
.btn-str-up-hc:before {
  background: #ff9800;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 0;
}
.btn-str-up-hc:hover::before {
  transform: scaley(1);
}
.btn-str-up3 {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 22px 45px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: .3s;
  vertical-align: middle;
  background: #1a8ff3;
  border-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  .btn-str-up3 {
    padding: 20px 40px;
  }
}
.btn-str-up3:hover {
  color: #fff;
}
.btn-str-up3:before {
  background: #333333;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 0;
}
.btn-str-up3:hover::before {
  transform: scaley(1);
}
.ghost-btn-light {
  text-transform: capitalize;
  color: #333333;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn-light:hover {
  color: #fff;
  background-color: #333333;
}
.ghost-btn-light-primary {
  text-transform: uppercase;
  color: #333333;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn-light-primary:hover {
  color: #ffffff;
  background-color: #ff9800;
}
.btn-fill-ghost {
  background: #ffffff;
  text-transform: uppercase;
  color: #ff9800;
  border: 2px solid #ffffff;
  padding: 13px 28px;
  border-radius: 45px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-fill-ghost:hover {
  background: transparent;
  color: #ffffff;
}
.btn-fill-ghost3 {
  background: #fffffd;
  text-transform: uppercase;
  color: #333333;
  padding: 13px 34px;
  border-radius: 45px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-fill-ghost3:hover {
  background-color: #ff9800;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-fill-ghost3 {
    padding: 12px 26px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-fill-ghost3 {
    padding: 11px 24px;
  }
}
@media only screen and (max-width: 320px) {
  .btn-fill-ghost3 {
    padding: 11px 24px;
  }
}
.btn-fill-ghost2 {
  background: #ff9800;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-fill-ghost2:hover {
  background-color: #fffffd;
  color: #333333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-fill-ghost2 {
    padding: 12px 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-fill-ghost2 {
    padding: 11px 24px;
  }
}
@media (max-width: 767px) {
  .btn-fill-ghost2 {
    padding: 11px 24px;
  }
}
.btn-primary-fill-ghost {
  background: #ff9800;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ff9800;
  padding: 12px 34px;
  border-radius: 45px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-primary-fill-ghost:hover {
  background: transparent;
  color: #ff9800;
}
.btn-textprimary-fill {
  background: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  color: #333333;
  border: 2px solid #ffffff;
  padding: 12px 34px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-textprimary-fill:hover {
  background: transparent;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-textprimary-fill {
    padding: 12px 26px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .btn-textprimary-fill {
    padding: 11px 24px;
    font-size: 14px;
  }
}
.btn-textprimary-fill-ghost {
  background: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  border: 2px solid #ffffff;
  padding: 12px 34px;
  border-radius: 45px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-textprimary-fill-ghost:hover {
  background: transparent;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-textprimary-fill-ghost {
    padding: 12px 26px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .btn-textprimary-fill-ghost {
    padding: 11px 24px;
    font-size: 14px;
  }
}
.nav-control-middle .owl-controls {
  visibility: hidden;
}
.nav-control-middle .owl-controls i {
  color: #ff9800;
  display: block;
  line-height: 27px;
}
.nav-control-middle .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle .owl-controls .owl-nav > div {
  opacity: 1;
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 20px;
  margin: 0 4px;
  height: 35px;
  width: 34px;
  border-radius: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.nav-control-middle .owl-controls .owl-prev {
  left: -30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle .owl-controls .owl-prev:hover {
  background: #ff9800;
  border: 1px solid #ff9800;
}
.nav-control-middle .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle .owl-controls .owl-next {
  right: -30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle .owl-controls .owl-next:hover {
  background: #ff9800;
  border: 1px solid #ff9800;
}
.nav-control-middle .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-middle:hover .owl-controls {
  visibility: visible;
}
.nav-control-middle:hover .owl-controls .owl-prev {
  left: -3px;
}
.nav-control-middle:hover .owl-controls .owl-prev:hover {
  background: #ff9800;
  border: 1px solid #ff9800;
}
.nav-control-middle:hover .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle:hover .owl-controls .owl-next {
  right: -3px;
}
.nav-control-middle:hover .owl-controls .owl-next:hover {
  background: #ff9800;
  border: 1px solid #ff9800;
}
.nav-control-middle:hover .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-middle-hover .owl-controls {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  opacity: 0;
}
.nav-control-middle-hover .owl-controls i {
  color: #ff9800;
  display: block;
  line-height: 27px;
}
.nav-control-middle-hover .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle-hover .owl-controls .owl-nav > div {
  opacity: 1;
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 20px;
  margin: 0 4px;
  height: 35px;
  width: 34px;
  border-radius: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.nav-control-middle-hover .owl-controls .owl-prev {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: -50px;
}
.nav-control-middle-hover .owl-controls .owl-prev:hover {
  background: #ff9800;
  border: 1px solid #ff9800;
}
.nav-control-middle-hover .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle-hover .owl-controls .owl-next {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  right: -50px;
}
.nav-control-middle-hover .owl-controls .owl-next:hover {
  background: #ff9800;
  border: 1px solid #ff9800;
}
.nav-control-middle-hover .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-middle-hover:hover .owl-controls {
  visibility: visible;
  opacity: 1;
}
.nav-control-middle-hover:hover .owl-controls .owl-prev {
  left: -3px;
}
.nav-control-middle-hover:hover .owl-controls .owl-prev:hover {
  background: #ff9800;
  border: 1px solid #ff9800;
}
.nav-control-middle-hover:hover .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle-hover:hover .owl-controls .owl-next {
  right: -3px;
}
.nav-control-middle-hover:hover .owl-controls .owl-next:hover {
  background: #ff9800;
  border: 1px solid #ff9800;
}
.nav-control-middle-hover:hover .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-middle2 .owl-controls i {
  color: #ff9800;
  display: block;
  line-height: 27px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle2 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle2 .owl-controls .owl-nav > div {
  opacity: 1;
  border: 1px solid #ff9800;
  background: transparent;
  font-size: 20px;
  margin: 0 4px;
  height: 35px;
  width: 34px;
  border-radius: 0;
  position: absolute;
  -webkit-transform: translateY(-36%);
  -moz-transform: translateY(-36%);
  -ms-transform: translateY(-36%);
  -o-transform: translateY(-36%);
  transform: translateY(-36%);
  top: 36%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle2 .owl-controls .owl-prev {
  left: -5px;
}
.nav-control-middle2 .owl-controls .owl-prev:hover {
  background: #ff9800;
  border: 1px solid #ff9800;
}
.nav-control-middle2 .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle2 .owl-controls .owl-next {
  right: -5px;
}
.nav-control-middle2 .owl-controls .owl-next:hover {
  background: #ff9800;
  border: 1px solid #ff9800;
}
.nav-control-middle2 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-middlehalf .owl-controls i {
  color: #ff9800;
  display: block;
  line-height: 27px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middlehalf .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middlehalf .owl-controls .owl-nav > div {
  opacity: 1;
  background-color: #ff9800;
  border: 1px solid #ff9800;
  font-size: 20px;
  margin: 0 4px;
  height: 35px;
  width: 34px;
  border-radius: 0;
  position: absolute;
  -webkit-transform: translateY(-36%);
  -moz-transform: translateY(-36%);
  -ms-transform: translateY(-36%);
  -o-transform: translateY(-36%);
  transform: translateY(-36%);
  top: 36%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middlehalf .owl-controls .owl-nav > div i {
  color: #ffffff;
}
.nav-control-middlehalf .owl-controls .owl-prev {
  left: -20px;
}
.nav-control-middlehalf .owl-controls .owl-prev:hover {
  background: #f2f4f5;
  border: 1px solid #ff9800;
}
.nav-control-middlehalf .owl-controls .owl-prev:hover i {
  color: #ff9800;
}
.nav-control-middlehalf .owl-controls .owl-next {
  right: -20px;
}
.nav-control-middlehalf .owl-controls .owl-next:hover {
  background: #f2f4f5;
  border: 1px solid #ff9800;
}
.nav-control-middlehalf .owl-controls .owl-next:hover i {
  color: #ff9800;
}
.nav-control-middle3 .owl-controls i {
  color: #ff9800;
  display: block;
  line-height: 27px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle3 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle3 .owl-controls .owl-nav > div {
  opacity: 1;
  border: 1px solid #1a8ff3;
  background: #1a8ff3;
  font-size: 20px;
  margin: 0 4px;
  height: 40px;
  width: 39px;
  border-radius: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle3 .owl-controls .owl-nav > div i {
  color: #ffffff;
}
.nav-control-middle3 .owl-controls .owl-nav > div:hover {
  border: 1px solid #ff9800;
  background-color: transparent;
}
.nav-control-middle3 .owl-controls .owl-nav > div:hover i {
  color: #ff9800;
}
.nav-control-middle3 .owl-controls .owl-prev {
  left: -50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-control-middle3 .owl-controls .owl-prev {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-middle3 .owl-controls .owl-prev {
    left: 0;
  }
}
.nav-control-middle3 .owl-controls .owl-next {
  right: -50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-control-middle3 .owl-controls .owl-next {
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-middle3 .owl-controls .owl-next {
    right: 0;
  }
}
.nav-control-middle4 .owl-controls i {
  color: #ff9800;
  display: block;
  line-height: 27px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-control-middle4 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle4 .owl-controls .owl-nav > div {
  opacity: 1;
  border: 1px solid #ffffff;
  font-size: 20px;
  background-color: transparent;
  margin: 0 4px;
  height: 35px;
  width: 34px;
  border-radius: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
  .nav-control-middle4 .owl-controls .owl-nav > div {
    top: 65%;
  }
}
.nav-control-middle4 .owl-controls .owl-nav > div i {
  color: #ffffff;
}
.nav-control-middle4 .owl-controls .owl-nav > div:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.nav-control-middle4 .owl-controls .owl-nav > div:hover i {
  color: #ff9800;
}
.nav-control-middle4 .owl-controls .owl-prev {
  left: -60px;
}
@media (max-width: 767px) {
  .nav-control-middle4 .owl-controls .owl-prev {
    left: -3px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-control-middle4 .owl-controls .owl-prev {
    left: -40px;
  }
}
.nav-control-middle4 .owl-controls .owl-next {
  right: -60px;
}
@media (max-width: 767px) {
  .nav-control-middle4 .owl-controls .owl-next {
    right: -3px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-control-middle4 .owl-controls .owl-next {
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-on-hover:hover .owl-prev {
    left: -5px;
  }
  .nav-on-hover:hover .owl-next {
    right: -5px;
  }
}
.nav-on-focus:hover .owl-prev {
  opacity: 1;
}
.nav-on-focus:hover .owl-next {
  opacity: 1;
}
.inner-page-banner-area {
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 200px 0 40px;
  margin-top: 49px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-banner-area {
    padding: 180px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-banner-area {
    padding: 170px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page-banner-area {
    padding: 50px 0 40px;
    margin-top: 46px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .inner-page-banner-area {
    margin-top: 46px;
    padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .inner-page-banner-area {
    margin-top: 46px;
    padding: 30px 0 20px;
  }
}
.inner-page-banner-area:after {
  position: absolute;
  content: "";
  background: rgba(40, 49, 66, 0.9);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inner-page-banner-area .pagination-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner-area .pagination-area ul {
  text-align: center;
}
.inner-page-banner-area .pagination-area ul li {
  display: inline-block;
  color: #ff9800;
  font-size: 14px;
}
.inner-page-banner-area .pagination-area ul li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-page-banner-area .pagination-area ul li a:hover {
  color: #ff9800;
}
.pagination-center {
  text-align: center;
}
.pagination-center ul.pagination {
  margin: 0;
  margin-top: 30px;
}
.pagination-center li {
  display: inline-block;
  margin-right: 5px;
}
.pagination-center li a {
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #929292;
  background: transparent;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-center li a:hover {
  border: 1px solid #ff9800;
  color: #ffffff;
  background-color: #ff9800;
}
@media (max-width: 767px) {
  .pagination-center li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #929292;
    line-height: 26px;
  }
}
.pagination-center li:first-child a {
  background: none;
  border: 0;
}
.pagination-center li:last-child a {
  background: none;
  border: 0;
}
.pagination-center li i {
  color: #929292;
  font-size: 30px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
  .pagination-center li i {
    line-height: 28px;
  }
}
.pagination-center li i:hover {
  color: #ff9800;
}
.pagination-center .active a {
  border: 1px solid #ff9800;
  background-color: #ff9800;
  color: #ffffff;
}
#scrollUp {
  background-color: rgba(255, 152, 0, 0.3);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 44px;
  z-index: 99999;
  border: 2px solid #ff9800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#scrollUp i {
  color: #ff9800;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: #ff9800;
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #ffffff;
}
#scrollUp {
  animation: blinker 10s linear infinite;
}
@keyframes blinker {
  90% {
    opacity: 0;
  }
}
#preloader {
  background: #ffffff url('../img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.for-box-shadow {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  color: black;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: 5px 7px 8px 1px rgba(140, 140, 140, 0.31) inset;
  box-shadow: 5px 7px 8px 1px rgba(140, 140, 140, 0.31) inset;
}
@media only screen and (max-width: 479px) {
  .col-mb-12 {
    width: 100%;
  }
}
/*=======================================================================
[03] Header Area
=========================================================================*/
.sidebar-menu .menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sidebar-menu .menu .menu-lang {
  position: absolute;
  opacity: 0;
  left: 15%;
  top: 42px;
  text-transform: uppercase;
  -webkit-transform: translateY(42px);
  -ms-transform: translateY(42px);
  -o-transform: translateY(42px);
  transform: translateY(42px);
  -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  -o-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}
.sidebar-menu .menu .menu-lang a {
  font-size: 15px;
  display: inline-block;
  margin-left: 21px;
  color: #999999;
  font-family: 'Oswald', sans-serif;
}
.sidebar-menu .menu .menu-lang a:first-child {
  margin-left: 0;
}
.sidebar-menu .menu .menu-lang .active,
.sidebar-menu .menu .menu-lang a:hover {
  color: #ff9800;
  text-decoration: none;
}
.sidebar-menu .menu {
  width: 20%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-menu .menu {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sidebar-menu .menu {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .menu {
    width: 100%;
  }
}
.sidebar-menu .close-menu {
  position: absolute;
  z-index: 2;
  top: 44px;
  right: 20%;
  font-size: 22px;
  line-height: 1;
  color: #111111;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-menu .close-menu:hover {
  color: #ff9800;
}
.sidebar-menu .menu-list {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 126px;
  bottom: 148px;
  padding-left: 15%;
  overflow-x: hidden;
  overflow-y: auto;
  letter-spacing: 0.5px;
  list-style: none;
  margin: 0;
  -webkit-transform: translateY(42px);
  -ms-transform: translateY(42px);
  -o-transform: translateY(42px);
  transform: translateY(42px);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}
.sidebar-menu .menu-list li a {
  color: #999999;
  font-family: 'Oswald', sans-serif;
}
.sidebar-menu .menu-list .active > a,
.sidebar-menu .menu-list li a:hover {
  text-decoration: none;
  color: #111111;
}
.sidebar-menu .menu-list > li {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.sidebar-menu .menu-list > li {
  margin-top: 30px;
}
.sidebar-menu .menu-list > li:first-child {
  margin-top: 0;
}
.sidebar-menu .menu-list ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu .menu-list ul li {
  font-size: 16px;
  margin-top: 16px;
}
.sidebar-menu .menu-list ul li:first-child {
  margin-top: 34px;
}
.sidebar-menu .menu-footer {
  position: absolute;
  left: 15%;
  bottom: 30px;
}
.sidebar-menu .menu-footer .copy {
  opacity: 0;
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  -webkit-transform: translateY(28px);
  -ms-transform: translateY(28px);
  -o-transform: translateY(28px);
  transform: translateY(28px);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}
@media (min-width: 500px) {
  .sidebar-menu {
    display: block;
  }
}
.sidebar-menu .menu-footer .social-list {
  opacity: 0;
  -webkit-transform: translateY(28px);
  -ms-transform: translateY(28px);
  -o-transform: translateY(28px);
  transform: translateY(28px);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}
.sidebar-menu .navbar .social-list {
  float: right;
  margin-right: 10%;
}
.sidebar-menu .footer-social-bottom {
  bottom: 34px;
  color: #111111;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  .sidebar-menu .footer-social-bottom {
    display: none;
    opacity: 0;
  }
}
.sidebar-menu .social-list {
  overflow: hidden;
}
.sidebar-menu .social-list a {
  float: left;
  font-size: 18px;
  line-height: 1;
  color: #111111;
  margin-left: 28px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-menu .social-list a:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .sidebar-menu .social-list a {
    margin-left: 10px;
  }
}
.sidebar-menu .social-list a:hover {
  color: #ff9800;
  text-decoration: none;
}
.sidebar-menu .footer-social-bottom.txt-light .social-list {
  display: block;
}
.sidebar-menu .footer-social-bottom.txt-light .social-list a {
  color: #fff;
}
.sidebar-menu .footer-social-bottom.txt-light .social-list a:hover {
  color: #ee2743;
}
.sidebar-menu .navbar-toggle {
  display: block;
  border-radius: 0;
  border: 0;
  padding: 9px 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .sidebar-menu .navbar-toggle {
    margin-top: 14px;
    padding: 9px 0;
  }
}
.menu-is-opened .click-capture {
  visibility: visible;
}
.click-capture {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
.menu-is-opened .menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  background-repeat: no-repeat;
  background-size: cover;
}
.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.menu-is-opened .menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
/*头部菜单白色*/
.col-lg-3 {
  /*margin-top: 10px;*/
  width: 23.333%;
  text-align: right;
}

.header .header-top-area1 {
  background-color: #ffffff;
  padding: 22px 0;
}
.header .header-top-area1 {
  background-color: #f5f5f5;
  padding: 10px 0;
}
.header .header-top-area {
  background-color: #fffffd;
}

.header .top-bar-contact-layout1 {
  padding: 20px 0;
}
.header .top-bar-contact-layout1 a {
  display: inline-block;
  color: #333333;
  margin-left: 30px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .top-bar-contact-layout1 a:hover {
  color: #ff9800;
}
.header .top-bar-contact-layout1 a i {
  color: #333333;
  margin-right: 10px;
}
.header .top-bar-contact-layout2 {
  padding: 14px 0;
}
.header .top-bar-contact-layout2 a {
  display: inline-block;
  color: #676767;
  margin-left: 30px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .top-bar-contact-layout2 a:hover {
  color: #ff9800;
}
.header .top-bar-contact-layout2 a i {
  margin-right: 10px;
  color: #333333;
}
.header .top-bar-contact-layout2 a span {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .top-bar-contact-layout2 a span:hover {
  color: #ff9800;
}
.header .top-bar-contact-layout3 {
  margin-top: 28px;
}
.header .top-bar-contact-layout3 a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  padding: 6px 12px;
  border: 1px solid #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 1327px) and (max-width: 1499px) {
  .header .top-bar-contact-layout3 a {
    padding: 6px 0px;
    font-size: 15px;
  }
}
.header .top-bar-contact-layout3 a:hover {
  color: #ff9800;
}
.header .top-bar-contact-layout3 a i {
  color: #333333;
  margin-right: 10px;
}
.header .top-bar-contact-layout4 {
  /*margin-top: 10px;*/
}
@media (max-width: 1199px) {
  .header .top-bar-contact-layout4 {
    margin-top: 0;
  }
}
.header .top-bar-contact-layout4 i {
  color: #ff9800;
  margin-right: 10px;
  font-size: 20px;
}
.header .top-bar-contact-layout4 p {
  font-size: 15px;
  margin-bottom: 0;
  color: #676767;
}
.header .top-bar-contact-layout4 h2 {
  font-size: 15px;
  margin-bottom: 0;
  color: #676767;
}
.header .top-bar-contact-layout3.layout1 {
  margin-top: 22px;
}
.header .top-bar-contact-layout3.layout1 a {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.header .top-bar-contact-layout3.layout1 a:hover {
  color: #ff9800;
}
.header .top-bar-contact-layout3.layout1 a i {
  color: #ffffff;
}
.header .top-bar-contact-layout3.top-margin {
  margin-top: 11px;
}
.header .top-bar-social-layout1 {
  padding: 14px 0;
}
.header .top-bar-social-layout1 li {
  display: inline-block;
  padding: 0px 10px 0px 0;
}
.header .top-bar-social-layout1 li a i {
  font-size: 18px;
  color: #8c8fa2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .top-bar-social-layout1 li a:hover i {
  color: #ff9800;
}
.header .menu-social-layout1 {
  padding: 25px 0 0;
}
.header .menu-social-layout1 li {
  display: inline-block;
  padding: 0px 10px 0px 0;
}
.header .menu-social-layout1 li a i {
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .menu-social-layout1 li a:hover i {
  color: #ff9800;
}
.header .top-bar-social-layout2 {
  text-align: right;
  padding: 14px 0;
  display: inline-block;
  border-right: 1px solid #6e9fda;
  border-left: 1px solid #6e9fda;
  float: right;
}
.header .top-bar-social-layout2 li {
  display: inline-block;
  padding: 0px 18px 0px 20px;
  border-right: 1px solid #6e9fda;
}
.header .top-bar-social-layout2 li:last-child {
  border-right: 0;
}
.header .top-bar-social-layout2 li a i {
  color: #d6e4f6;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header .top-bar-social-layout2 li a:hover i {
  color: #ffffff;
}
.header .menu-area.layout-1 .navbar-toggle {
  margin-top: 20px;
}
.header .menu-area button i {
  color: #333333;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header .menu-area button i:before {
  font-size: 24px;
  line-height: 1.0;
}
.header .menu-area button i:hover {
  color: #1a8ff3;
}
.header .header-divider {
  border-bottom: 1px solid #656565;
}
.header nav > ul > li > a {
  padding: 30px 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header nav > ul > li > a {
    padding: 30px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header nav > ul > li > a {
    padding: 30px 6px;
  }
}
.header nav > ul > li ul {
  left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header nav > ul > li ul {
    left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header nav > ul > li ul {
    left: -9px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header nav > ul > li .mega-menu-area {
    left: -267px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header nav > ul > li .mega-menu-area {
    left: -272px;
  }
}
.floatleft{
  float: left;
  /*width: 30.3333%;*/
}

.logo-area {
  /*margin-top: 15px;*/
}
.logo-area.mt-28 {
  /*margin-top: 28px;*/
}
.main-menu-area nav ul li {
  display: inline-block;
  position: relative;
}
.main-menu-area nav ul li > a {
  padding: 35px 10px 35px 0px;
  display: block;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 1330px) {
  .main-menu-area nav ul li > a {
    padding: 35px 12px 35px 0px;
  }
}
.main-menu-area nav ul li > a:hover {
  color: #1a8ff3;
}
.main-menu-area nav ul li ul {
  margin-top: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  width: 240px;
  z-index: 99999;
  background: #081c34;
  padding: 10px 8px;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li ul > li {
  padding: 0;
  display: block;
}
.main-menu-area nav ul li ul > li > a {
  padding: 8px 10px 8px 15px;
  display: block;
  color: #ffffff;
  font-size: 15px;
}
.main-menu-area nav ul li ul > li:last-child {
  border-bottom: none;
}
.main-menu-area nav ul li ul > li:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li ul > li:hover a {
  color: #333333;
}
.main-menu-area nav ul li ul > li:hover a:before {
  opacity: 0;
}
.main-menu-area nav ul li ul li.active {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li ul li.active a {
  color: #ffffff;
}
.main-menu-area nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu-area nav ul li > a.active {
  color: #1a8ff3;
}
.main-menu-area.layout1 nav ul > li > a {
  padding: 30px 40px 30px 0;
  color: #ffffff;
}
.main-menu-area.layout1 nav ul > li > a:hover {
  color: #1a8ff3;
}
.main-menu-area.layout1 nav ul > li ul {
  background: #081c34;
}
.main-menu-area.layout1 nav ul > li ul > li > a {
  padding: 8px 10px 8px 15px;
  color: #ffffff;
}
.main-menu-area.layout1 nav ul > li ul > li:hover {
  background: #202227;
}
.main-menu-area.layout1 nav ul > li ul > li:hover a {
  color: #ffffff;
}
.main-menu-area.layout1 nav ul > li ul li.active {
  background: #ffffff;
}
.main-menu-area.layout1 nav ul > li ul li.active a {
  color: #1a8ff3;
}
.main-menu-area.layout1 nav ul li > a.active {
  color: #1a8ff3;
}
.main-menu-area.layout2 nav ul > li > a {
  padding: 30px 20px 30px 0;
  color: #ffffff;
}
.main-menu-area.layout2 nav ul > li > a:hover {
  color: #1a8ff3;
}
.main-menu-area.layout2 nav ul > li ul {
  background: #3e3c3c;
}
.main-menu-area.layout2 nav ul > li ul > li > a {
  padding: 8px 10px 8px 15px;
  color: #ffffff;
}
.main-menu-area.layout2 nav ul > li ul > li:hover {
  background: #081c34;
}
.main-menu-area.layout2 nav ul > li ul > li:hover a {
  color: #ffffff;
}
.main-menu-area.layout2 nav ul > li ul li.active a {
  color: #ffffff;
}
.main-menu-area.layout2 nav ul li > a.active {
  color: #1a8ff3;
}
.header-fixed {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 100;
  position: fixed;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-layout1 .stick {
  border-bottom: 2px solid #081c34;
  background: rgba(255, 255, 255, 0.9);
}
.header-layout2 {
  border-bottom: 1px solid #ffffff;
}
.header-layout2 .logo-area {
  margin-top: 8px;
}
.header-layout2 .stick {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: rgba(51, 51, 51, 0.8);
}
.header-layout3 .stick {
  border-bottom: 2px solid rgba(8, 28, 52, 0.8);
  /*background: rgba(8, 28, 52, 0.8);*/
}
.header-search {
  position: relative;
  margin: 20px 0;
  text-align: right;
}
.header-search .search-input {
  position: absolute;
  top: 0;
  right: 46px;
  z-index: 10;
  height: 37px;
  width: 246px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ffffff;
  padding: 5px 15px 5px;
  color: #1e1e1e;
  border-radius: 7px;
  display: none;

}
.header-search input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.header-search .search-button {
  color: #333333;
  background: transparent;
  text-align: center;
  line-height: 55px;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-search .search-button:hover {
  color: #1af3b8;
}
.header-search .search-button i {
  border-left: 1px solid #d6d6d6;
  padding-left: 30px;
}
.header-search .search-button:focus {
  outline: none;
}
.header-search input::-webkit-input-placeholder {
  color: #b5b5b6;
}
.header-search input::-moz-placeholder {
  color: #b5b5b6;
}
.header-search input:-moz-placeholder {
  color: #b5b5b6;
}
.header-search input:-ms-input-placeholder {
  color: #b5b5b6;
}
.header-search.layout1 {
  margin: 17px 0 0;
  text-align: left;
}
.header-search.layout1 .search-input {
  right: 145px;
}
.header-search.layout1 .search-button {
  color: #ffffff;
  background: transparent;
  text-align: center;
  line-height: 55px;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-search.layout1 .search-button:hover {
  color: #1af3b8;
}
.header-search.layout1 .search-button i {
  border-left: 0;
  padding-left: 0;
}
.header-search.layout2 {
  margin: 23px 0 0;
  text-align: right;
}
.header-search.layout2 .search-input {
  right: 24px;
}
.header-search.layout2 .search-button {
  color: #ffffff;
  background: transparent;
  text-align: center;
  line-height: 40px;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-search.layout2 .search-button:hover {
  color: #1af3b8;
}
.header-search.layout2 .search-button i {
  border-left: 0;
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  header {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-menu-area {
    display: none;
  }
}
.mean-container .mean-bar {
  background: transparent !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 5px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
  position: relative;
  top: 0;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-nav > ul li a {
  color: #333333;
  font-weight: 700;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul li a:hover {
  color: #1a8ff3;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-bar a {
  padding: 11px 15px 20px 15px;
  display: inline-block;
}
.mean-container .mean-bar a img {
  margin-top: 5px;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
  top: 9px;
}
.mean-bar + div #wrapper {
  padding-top: 52px;
}
.mean-container .mean-nav ul li li a {
  color: #333333;
  opacity: 1;
}
.mean-container .mean-nav ul li a.mean-expand {
  background-color: transparent;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: transparent;
}
.mobile-menu-back {
  position: relative;
}
.mobile-menu-back:before {
  background-color: rgba(255, 255, 255, 0.95);
  content: "";
  height: 55px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: -1;
  border-bottom: 1px solid #1a8ff3;
}
/*=====================================
[04] Slider Area
=======================================*/
.slider-area-repoint {
  position: relative;
  z-index: 7;
  top: -20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-area-repoint {
    top: -50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-area-repoint {
    top: -40px;
  }
}
@media (max-width: 767px) {
  .slider-area-repoint {
    top: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area {
    margin-top: 60px;
  }
}
.slider-area .nivo-controlNav {
  display: none;
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: -50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  color: #333333;
  cursor: pointer;
  font-size: 50px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 14px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a.nivo-prevNav:before {
    top: 6px;
    left: 4px;
    font-size: 40px;
  }
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #1a8ff3;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: -50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  color: #333333;
  cursor: pointer;
  font-size: 50px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 14px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 22px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a.nivo-nextNav:before {
    top: 6px;
    right: 14px;
    font-size: 40px;
  }
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #1a8ff3;
}
.slider-area:hover a.nivo-prevNav {
  left: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-area:hover a.nivo-prevNav {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area:hover a.nivo-prevNav {
    left: 20px;
  }
}
.slider-area:hover a.nivo-nextNav {
  right: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-area:hover a.nivo-nextNav {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area:hover a.nivo-nextNav {
    right: 20px;
  }
}
.slider-area .nivo-caption {
  opacity: 1;
  margin-top: 220px;
}
@media (max-width: 1199px) {
  .slider-area .nivo-caption {
    margin-top: 30px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .slider-area .nivo-caption {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 599px) {
  .slider-area .nivo-caption {
    margin-top: 30px;
  }
}
.slider-area.layout1 .nivo-controlNav {
  display: none;
}
.slider-area.layout1 .nivo-directionNav a.nivo-prevNav {
  left: -50px !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider-area.layout1 .nivo-directionNav a.nivo-prevNav {
    top: 35%;
  }
}
@media only screen and (max-width: 479px) {
  .slider-area.layout1 .nivo-directionNav a.nivo-prevNav {
    top: 30%;
  }
}
.slider-area.layout1 .nivo-directionNav a.nivo-prevNav:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 50px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 14px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .slider-area.layout1 .nivo-directionNav a.nivo-prevNav:before {
    top: 6px;
    left: 4px;
    font-size: 40px;
  }
}
.slider-area.layout1 .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #1a8ff3 !important;
}
.slider-area.layout1 .nivo-directionNav a.nivo-nextNav {
  right: -50px !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider-area.layout1 .nivo-directionNav a.nivo-nextNav {
    top: 35%;
  }
}
@media only screen and (max-width: 479px) {
  .slider-area.layout1 .nivo-directionNav a.nivo-nextNav {
    top: 30%;
  }
}
.slider-area.layout1 .nivo-directionNav a.nivo-nextNav:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 50px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 14px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 22px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .slider-area.layout1 .nivo-directionNav a.nivo-nextNav:before {
    top: 6px;
    right: 14px;
    font-size: 40px;
  }
}
.slider-area.layout1 .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #1a8ff3 !important;
}
.slider-area.layout1 .nivo-caption {
  top: 35%;
  margin-top: 0;
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-area.layout1 .nivo-caption {
    top: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-area.layout1 .nivo-caption {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .slider-area.layout1 .nivo-caption {
    top: 20%;
  }
}
.slider-area.layout1:hover a.nivo-prevNav {
  left: 60px!important;
}
@media (min-width: 480px) and (max-width: 991px) {
  .slider-area.layout1:hover a.nivo-prevNav {
    left: 20px!important;
  }
}
@media (max-width: 479px) {
  .slider-area.layout1:hover a.nivo-prevNav {
    left: 10px!important;
  }
}
.slider-area.layout1:hover a.nivo-nextNav {
  right: 60px!important;
}
@media (min-width: 480px) and (max-width: 991px) {
  .slider-area.layout1:hover a.nivo-nextNav {
    right: 20px!important;
  }
}
@media (max-width: 479px) {
  .slider-area.layout1:hover a.nivo-nextNav {
    right: 10px!important;
  }
}
@media (max-width: 991px) {
  .slider-area.layout1.mid-caption {
    margin-top: 90px;
  }
}
.slider-area.layout1.mid-caption .nivo-caption {
  top: 35%;
  margin-top: 0;
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-area.layout1.mid-caption .nivo-caption {
    top: 35%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-area.layout1.mid-caption .nivo-caption {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .slider-area.layout1.mid-caption .nivo-caption {
    top: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area.layout2 {
    margin-top: 70px;
  }
}
.slider-area.layout2 .nivo-controlNav {
  display: none;
}
.slider-area.layout2 .nivo-directionNav a.nivo-prevNav {
  left: -50px !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
  .slider-area.layout2 .nivo-directionNav a.nivo-prevNav {
    top: 35%;
  }
}
.slider-area.layout2 .nivo-directionNav a.nivo-prevNav:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  color: #333333 !important;
  cursor: pointer;
  font-size: 50px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 14px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .slider-area.layout2 .nivo-directionNav a.nivo-prevNav:before {
    top: 6px;
    left: 4px;
    font-size: 40px;
  }
}
.slider-area.layout2 .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #1a8ff3 !important;
}
.slider-area.layout2 .nivo-directionNav a.nivo-nextNav {
  right: -50px !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
  .slider-area.layout2 .nivo-directionNav a.nivo-nextNav {
    top: 35%;
  }
}
.slider-area.layout2 .nivo-directionNav a.nivo-nextNav:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  color: #333333 !important;
  cursor: pointer;
  font-size: 50px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 14px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 22px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .slider-area.layout2 .nivo-directionNav a.nivo-nextNav:before {
    top: 6px;
    right: 14px;
    font-size: 40px;
  }
}
.slider-area.layout2 .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #1a8ff3 !important;
}
.slider-area.layout2 .nivo-caption {
  margin-top: 0;
  opacity: 1;
}
.slider-area.layout2:hover a.nivo-prevNav {
  left: 60px!important;
}
@media (min-width: 480px) and (max-width: 991px) {
  .slider-area.layout2:hover a.nivo-prevNav {
    left: 20px!important;
  }
}
@media (max-width: 479px) {
  .slider-area.layout2:hover a.nivo-prevNav {
    left: 10px!important;
  }
}
.slider-area.layout2:hover a.nivo-nextNav {
  right: 60px!important;
}
@media (min-width: 480px) and (max-width: 991px) {
  .slider-area.layout2:hover a.nivo-nextNav {
    right: 20px!important;
  }
}
@media (max-width: 479px) {
  .slider-area.layout2:hover a.nivo-nextNav {
    right: 10px!important;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area.layout3 {
    margin-top: 0;
  }
}
.slide-1 .small-title,
.slide-2 .small-title {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.0;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-1 .small-title,
  .slide-2 .small-title {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-1 .small-title,
  .slide-2 .small-title {
    font-size: 34px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slide-1 .small-title,
  .slide-2 .small-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .slide-1 .small-title,
  .slide-2 .small-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.slide-1 .big-title,
.slide-2 .big-title {
  margin-bottom: 50px;
  line-height: 75px;
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-1 .big-title,
  .slide-2 .big-title {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-1 .big-title,
  .slide-2 .big-title {
    font-size: 45px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slide-1 .big-title,
  .slide-2 .big-title {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .slide-1 .big-title,
  .slide-2 .big-title {
    font-size: 25px;
    line-height: 1.4;
  }
}
.slider-layout2 {
  position: relative;
}
.slider-layout2 .container {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .slider-layout2 .container {
    position: inherit;
  }
}
.slider-layout2 .item-content-mid {
  display: flex;
  justify-content: center;
  align-self: center;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .slider-layout2 .item-content-mid {
    display: inherit;
  }
}
.slider-layout2 .item-img-wrapper img {
  width: 100%;
}
.slider-layout2 .slider-caption {
  padding: 0 100px 0 200px;
}
@media (max-width: 991px) {
  .slider-layout2 .slider-caption {
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .slider-layout2 .slider-caption {
    padding: 40px 20px 40px 20px;
  }
}
.slider-layout2 .video-play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
.slider-layout2 .video-play-button i {
  color: #ffffff;
  z-index: 99;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 29px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-caption {
    padding: 40px 0 50px;
  }
}
@media (max-width: 991px) {
  .slider-caption {
    padding: 40px 0 50px;
    text-align: center;
  }
}
.slider-caption h1 {
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.7;
  margin-bottom: 5px;
  color: #1a8ff3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-caption h1 {
    font-size: 85px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .slider-caption h1 {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
.slider-caption span {
  font-size: 36px;
  text-transform: capitalize;
  color: #111;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-caption span {
    font-size: 45px;
    line-height: 1.1;
  }
}
@media (max-width: 991px) {
  .slider-caption span {
    font-size: 28px;
    line-height: 1.1;
  }
}
.slider-caption p {
  margin-bottom: 50px;
  color: #444;
}
@media (max-width: 991px) {
  .slider-caption p {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.slider-caption .dark-btn {
  background-color: #ffffff;
  color: #ff9800;
  text-transform: uppercase;
  border: 2px solid #ff9800;
  padding: 12px 34px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
}
.slider-caption .dark-btn:hover {
  background: #ff9800;
  color: #fff;
}
.slide-3 .small-title,
.slide-4 .small-title {
  color: #ffffff;
  font-size: 80px;
  line-height: 1.0;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-3 .small-title,
  .slide-4 .small-title {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-3 .small-title,
  .slide-4 .small-title {
    font-size: 40px;
    line-height: 35px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slide-3 .small-title,
  .slide-4 .small-title {
    font-size: 35px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .slide-3 .small-title,
  .slide-4 .small-title {
    font-size: 30px;
  }
}
.slide-3 .big-title,
.slide-4 .big-title {
  margin-bottom: 50px;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.0;
  scolor: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-3 .big-title,
  .slide-4 .big-title {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-3 .big-title,
  .slide-4 .big-title {
    font-size: 48px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .slide-3 .big-title,
  .slide-4 .big-title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .slide-3 .big-title,
  .slide-4 .big-title {
    font-size: 30px;
    line-height: 25px;
  }
}
.slide-3 .title-text,
.slide-4 .title-text {
  float: none;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  font-size: 18px;
  width: 50%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .slide-3 .title-text,
  .slide-4 .title-text {
    display: none;
  }
}
.slide-5 .small-title,
.slide-6 .small-title {
  color: #ffffff;
  font-size: 80px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-5 .small-title,
  .slide-6 .small-title {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-5 .small-title,
  .slide-6 .small-title {
    font-size: 40px;
    line-height: 35px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slide-5 .small-title,
  .slide-6 .small-title {
    font-size: 35px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .slide-5 .small-title,
  .slide-6 .small-title {
    font-size: 30px;
  }
}
.slide-5 .big-title,
.slide-6 .big-title {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.0;
  scolor: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-5 .big-title,
  .slide-6 .big-title {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-5 .big-title,
  .slide-6 .big-title {
    font-size: 48px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .slide-5 .big-title,
  .slide-6 .big-title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .slide-5 .big-title,
  .slide-6 .big-title {
    font-size: 30px;
    line-height: 25px;
  }
}
.slide-5 .title-text,
.slide-6 .title-text {
  float: none;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  font-size: 18px;
  width: 50%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .slide-5 .title-text,
  .slide-6 .title-text {
    display: none;
  }
}
.slider-overlay-light {
  position: relative;
}
.slider-overlay-light:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.slider-overlay-dark {
  position: relative;
}
.slider-overlay-dark:before {
  content: "";
  background-color: rgba(8, 9, 10, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.slider-contact-wrp {
  padding: 85px 0 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-contact-wrp {
    padding: 75px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-contact-wrp {
    padding: 65px 0 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider-contact-wrp {
    padding: 55px 0 60px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .slider-contact-wrp {
    padding: 45px 0 50px;
  }
}
@media only screen and (max-width: 320px) {
  .slider-contact-wrp {
    padding: 35px 0 40px;
  }
}
.slider-contact-wrp .slider-contact-area {
  padding: 40px 50px 40px;
  z-index: 2 !important;
  float: right;
  width: 465px;
  position: relative;
}
.slider-contact-wrp .slider-contact-area .contact-title {
  text-align: center;
}
.slider-contact-wrp .slider-contact-area .contact-title h2 {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .slider-contact-wrp .slider-contact-area {
    width: 100%;
    padding: 30px 25px 20px;
  }
}
.slider-contact-wrp .slider-contact-area:before {
  content: "";
  position: absolute;
  background-color: rgba(82, 103, 136, 0.7);
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 10px;
  z-index: -1 !important;
  transform: rotate(355deg) scale(0.958) skew(-7deg) translate(-3px);
  -webkit-transform: rotate(355deg) scale(0.958) skew(-7deg) translate(-3px);
  -moz-transform: rotate(355deg) scale(0.958) skew(-7deg) translate(-3px);
  -o-transform: rotate(355deg) scale(0.958) skew(-7deg) translate(-3px);
  -ms-transform: rotate(355deg) scale(0.958) skew(-7deg) translate(-3px);
}
.slider-area img.animat-img {
  -webkit-animation: zoomIn 1000ms ease-in-out;
  -moz-animation: zoomIn 1000ms ease-in-out;
  -ms-animation: zoomIn 1000ms ease-in-out;
  animation: zoomIn 1000ms ease-in-out;
}
.slider-area .slide-1 .big-title {
  -webkit-animation: zoomIn 1500ms ease-in-out;
  -moz-animation: zoomIn 1500ms ease-in-out;
  -ms-animation: zoomIn 1500ms ease-in-out;
  animation: zoomIn 1500ms ease-in-out;
  line-height: 1.3;
}
.slider-area .slide-1 .small-title {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-1 .title-text {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-1 li.slide-left {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-1 li.slide-right {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-2 .big-title {
  -webkit-animation: bounceInDown 2500ms ease-in-out;
  -moz-animation: bounceInDown 2500ms ease-in-out;
  -ms-animation: bounceInDown 2500ms ease-in-out;
  animation: bounceInDown 2500ms ease-in-out;
  line-height: 1.3;
}
.slider-area .slide-2 .small-title {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-2 .title-text {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-2 li.slide-left {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-2 li.slide-right {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-3 .small-title {
  -webkit-animation: bounceInDown 2000ms ease-in-out;
  -moz-animation: bounceInDown 2000ms ease-in-out;
  -ms-animation: bounceInDown 2000ms ease-in-out;
  animation: bounceInDown 2000ms ease-in-out;
}
.slider-area .slide-3 .big-title {
  -webkit-animation: zoomIn 1500ms ease-in-out;
  -moz-animation: zoomIn 1500ms ease-in-out;
  -ms-animation: zoomIn 1500ms ease-in-out;
  animation: zoomIn 1500ms ease-in-out;
  line-height: 1.3;
}
.slider-area .slide-3 li.slide-left {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-3 li.slide-right {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-4 .small-title {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-4 .big-title {
  -webkit-animation: zoomIn 1500ms ease-in-out;
  -moz-animation: zoomIn 1500ms ease-in-out;
  -ms-animation: zoomIn 1500ms ease-in-out;
  animation: zoomIn 1500ms ease-in-out;
  line-height: 1.3;
}
.slider-area .slide-4 li.slide-left {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-4 li.slide-right {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-5 .small-title {
  -webkit-animation: zoomIn 1500ms ease-in-out;
  -moz-animation: zoomIn 1500ms ease-in-out;
  -ms-animation: zoomIn 1500ms ease-in-out;
  animation: zoomIn 1500ms ease-in-out;
}
.slider-area .slide-5 .big-title {
  -webkit-animation: bounceInDown 2000ms ease-in-out;
  -moz-animation: bounceInDown 2000ms ease-in-out;
  -ms-animation: bounceInDown 2000ms ease-in-out;
  animation: bounceInDown 2000ms ease-in-out;
}
.slider-area .slide-5 li.slide-left {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-5 li.slide-right {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-6 .small-title {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-6 .big-title {
  -webkit-animation: zoomIn 1500ms ease-in-out;
  -moz-animation: zoomIn 1500ms ease-in-out;
  -ms-animation: zoomIn 1500ms ease-in-out;
  animation: zoomIn 1500ms ease-in-out;
  line-height: 1.3;
}
.slider-area .slide-6 li.slide-left {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-6 li.slide-right {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
/*=======================================================================
[05] About Area
=========================================================================*/
.about-title {
  margin-bottom: 30px;
  text-align: center;
}
.about-title span {
  font-size: 36px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 18px;
  color: #333333;
}
@media (max-width: 992px) {
  .about-title span {
    font-size: 28px;
  }
}
.about-title p {
  font-size: 18px;
  line-height: 1.8;
}
.about-title h2 {
  font-size: 48px;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 35px;
  color: #333333;
}
.about-title h2 span {
  color: #ff9800;
}
@media (max-width: 1199px) {
  .about-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .about-title h2 {
    font-size: 28px;
  }
}
.about-title p.sub-title {
  margin-bottom: 45px;
  padding: 0 190px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-title p.sub-title {
    padding: 0 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-title p.sub-title {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .about-title p.sub-title {
    padding: 0 15px;
  }
}
@media (max-width: 479px) {
  .about-title p.sub-title {
    display: none;
  }
}
.about-title .btn-primarytext {
  text-transform: capitalize;
  color: #333333;
  border: 2px solid #333333;
  padding: 12px 34px;
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 500;
  border-radius: 4px;
}
.about-title .btn-primarytext:hover {
  background: #333333;
  color: #ffffff;
}
.about-content-layout1 {
  margin-left: 20px;
}
.about-content-layout1 h2 {
  color: #333333;
  text-transform: capitalize;
  line-height: 45px;
  margin-bottom: 25px;
}
.about-content-layout1 h2 span {
  color: #ff9800;
}
@media only screen and (max-width: 991px) {
  .about-content-layout1 h2 {
    margin-bottom: 15px;
  }
}
.about-content-layout1 ul {
  margin-bottom: 20px;
}
.about-content-layout1 ul li {
  padding: 0 0 10px 0;
  color: #333333;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.about-content-layout1 ul li:before {
  content: "";
  font-family: bicon;
  font-size: 18px;
  color: #ff9800;
  margin-right: 20px;
}
.about-content-layout1 ul li a {
  color: #7d8f99;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-content-layout1 ul li a:hover {
  color: #ff9800;
}
.about-content-layout1 ul li i {
  font-size: 18px;
  margin-right: 20px;
  color: #333333;
}
.about-content-layout2 {
  padding-left: 20px;
}
.about-content-layout2 h1 {
  color: #8c8fa2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 10px;
}
.about-content-layout2 h1 span {
  color: #ff9800;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content-layout2 h1 {
    line-height: 36px;
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .about-content-layout2 h1 {
    font-size: 34px;
    line-height: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
.about-content-layout2 h2 {
  color: #ff9800;
}
@media (max-width: 991px) {
  .about-content-layout2 h2 {
    font-size: 30px;
  }
}
.about-content-layout2 p {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content-layout2 p {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .about-content-layout2 p {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.about-content-layout2 ul.complete-project {
  display: -webkit-box;
  margin-bottom: 40px;
}
.about-content-layout2 ul.complete-project li {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .about-content-layout2 ul.complete-project li {
    margin-right: 30px;
  }
}
.about-content-layout2 ul.complete-project li h2 {
  font-size: 48px;
  color: #b1b3c4;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content-layout2 ul.complete-project li h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .about-content-layout2 ul.complete-project li h2 {
    font-size: 36px;
    margin-bottom: 5px;
  }
}
.about-content-layout2 ul.complete-project li p {
  margin: 0;
  font-size: 20px;
  color: #333333;
}
@media (max-width: 991px) {
  .about-content-layout2 ul.complete-project li p {
    font-size: 18px;
  }
}
.about-content-layout2 .btn-fill-ghost2 {
  margin-top: 40px;
  background: #ff9800;
  border: 2px solid #ff9800;
  border-radius: 3px;
  padding: 13px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content-layout2 .btn-fill-ghost2 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about-content-layout2 .btn-fill-ghost2 {
    margin-top: 20px;
  }
}
.about-content-layout2 .btn-fill-ghost2:hover {
  background: transparent;
  color: #ff9800;
}
@media (max-width: 991px) {
  .about-content-layout3 {
    padding-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-content-layout3 {
    padding-top: 0;
  }
}
.about-content-layout3 h2 {
  color: #ff9800;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}
.about-content-layout3 h2 span {
  color: #ff9800;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content-layout3 h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .about-content-layout3 h2 {
    font-size: 32px;
  }
}
.about-content-layout3 span {
  line-height: 30px;
  font-size: 44px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content-layout3 span {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .about-content-layout3 span {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.about-content-layout3 p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.about-content-layout3 p.sub-title {
  color: #333333;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about-content-layout3 p.sub-title {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.about-content-layout3 ul.service-list {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .about-content-layout3 ul.service-list {
    margin-bottom: 20px;
  }
}
.about-content-layout3 ul.service-list li {
  padding: 0 0 5px 0;
  color: #333333;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.about-content-layout3 ul.service-list li:before {
  content: "";
  font-family: bicon;
  font-size: 15px;
  color: #676767;
  margin-right: 15px;
  color: #ff9800;
}
.about-content-layout3 ul.service-list li a {
  color: #7d8f99;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-content-layout3 ul.service-list li a:hover {
  color: #ff9800;
}
.about-content-layout3 ul.about-logo li {
  display: inline-block;
}
@media (max-width: 991px) {
  .about-content-layout3 ul.about-logo li {
    margin-bottom: 10px;
  }
}
.about-image img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-image {
    margin-bottom: 40px;
  }
}
.about-image .video-play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.about-image .video-play-button i {
  color: #ffffff;
  z-index: 99;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 29px;
}
.video-box-layout1 {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-box-layout1 {
    margin-bottom: 30px;
  }
}
.video-box-layout1 img {
  width: 100%;
}
.video-box-layout1 a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
  margin: auto;
}
.video-box-layout1 a i {
  color: #fff;
  position: relative;
  z-index: 99;
  font-size: 30px;
  line-height: 2.7;
  margin-left: 8px;
  padding: 0;
}
.video-box-layout1 a i:hover {
  color: #ffffff;
}
.video-box-layout2 {
  margin-bottom: 30px;
  position: relative;
}
.video-box-layout2 img.for-height {
  height: 420px;
  width: 570px;
}
@media only screen and (max-width: 767px) {
  .video-box-layout2 img.for-height {
    width: 100%;
    height: auto;
  }
}
.video-box-layout2 img {
  width: 100%;
}
.video-box-layout2:before {
  content: "";
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 152, 0, 0.6);
}
.video-box-layout2 a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}
.video-box-layout2 a i {
  color: #ffffff;
  font-size: 60px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.video-box-layout2 a i:hover {
  opacity: 0.5;
}
.video-box-layout3 {
  margin-bottom: 30px;
  position: relative;
}
.video-box-layout3 img {
  width: 100%;
}
.video-box-layout3:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 152, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video-box-layout3 a {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2222;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video-box-layout3 a i {
  color: #ffffff;
  font-size: 60px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.video-box-layout3 a i:hover {
  opacity: 0.5;
}
.video-box-layout3:hover:before {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.video-box-layout3:hover a {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.benefits-video-layout1 {
  position: relative;
}
.benefits-video-layout1 img {
  width: 100%;
}
.benefits-video-layout1:before {
  content: "";
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 152, 0, 0.6);
}
.benefits-video-layout1 a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}
.benefits-video-layout1 a i {
  color: #ffffff;
  font-size: 48px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.benefits-video-layout1 a i:hover {
  opacity: 0.5;
}
.benefits-content-layout1 h2 {
  color: #333333;
}
.benefits-content-layout1 p {
  margin-bottom: 35px;
}
.benefits-content-layout1 ul {
  display: inline-block;
  margin-right: 25px;
}
.benefits-content-layout1 ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.benefits-content-layout1 ul li a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.benefits-content-layout1 ul li a:hover {
  color: #ff9800;
}
.benefits-content-layout1 ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #ff9800;
  top: 5px;
  font-size: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .brochure-image-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .brochure-content-layout1 {
    text-align: center;
  }
}
.brochure-content-layout1 h2 {
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brochure-content-layout1 h2 {
    margin-bottom: 15px;
  }
}
.brochure-content-layout1 p {
  color: #ffffff;
  margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brochure-content-layout1 p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .brochure-content-layout1 ul.btn-inline {
    text-align: center;
  }
}
.brochure-content-layout1 li {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .brochure-content-layout1 li {
    margin-bottom: 15px;
  }
}
.pricing-layout1 {
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .pricing-layout1 {
    margin-bottom: 30px;
  }
}
.pricing-layout1:hover .top-content {
  background-color: #526788;
}
.pricing-layout1 .top-content {
  padding: 40px 0 10px;
  background-color: #ff9800;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pricing-layout1 .top-content h2 {
  font-size: 26px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-layout1 .top-content h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-layout1 .top-content h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .pricing-layout1 .top-content h2 {
    font-size: 20px;
  }
}
.pricing-layout1 .top-content .price h3 {
  color: #ffffff;
  font-size: 60px;
  margin: 0;
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-layout1 .top-content .price h3 {
    font-size: 58px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-layout1 .top-content .price h3 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .pricing-layout1 .top-content .price h3 {
    font-size: 50px;
  }
}
.pricing-layout1 .top-content .price h3 span {
  font-size: 24px;
  position: absolute;
  left: -23px;
  top: 15px;
  margin: 0 auto;
  z-index: 1;
}
.pricing-layout1 .top-content .price p {
  color: #ffffff;
}
.pricing-layout1 .bottom-content {
  padding: 30px 30px 50px;
}
.pricing-layout1 .bottom-content ul {
  margin-bottom: 45px;
}
.pricing-layout1 .bottom-content ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.pricing-layout1 .bottom-content ul li div {
  display: inline-block;
  color: #333333;
}
.border-bottom-process {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 70px;
  margin-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .border-bottom-process {
    padding-bottom: 55px;
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .border-bottom-process {
    padding-bottom: 40px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .border-bottom-process {
    padding-bottom: 25px;
    margin-bottom: 55px;
  }
}
.process-image-box {
  margin-bottom: 30px;
}
.process-image-box img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .process-content-layout1 {
    padding: 0 0 20px 0;
  }
}
.process-content-layout1 h3 {
  color: #333333;
  font-size: 24px;
}
.process-content-layout1 p {
  margin-bottom: 25px;
}
.process-content-layout1 ul li {
  padding: 0 0 10px 0;
  color: #333333;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.process-content-layout1 ul li:before {
  content: "";
  font-family: bicon;
  font-size: 18px;
  color: #ff9800;
  margin-right: 20px;
}
.process-content-layout1 ul li a {
  color: #7d8f99;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.process-content-layout1 ul li a:hover {
  color: #ff9800;
}
.process-content-layout1 ul li i {
  font-size: 18px;
  margin-right: 20px;
  color: #333333;
}
.process-content-layout2 {
  margin-bottom: 30px;
  padding: 30px 0 0 35px;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process-content-layout2 {
    padding-top: 0;
    padding-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .process-content-layout2 {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .process-content-layout2 {
    padding: 30px 0 0 10px;
  }
}
.process-content-layout2 .bg-text {
  padding-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: left;
  z-index: -1;
}
.process-content-layout2 .bg-text h2 {
  font-size: 220px;
  color: #f1f1f1;
  line-height: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process-content-layout2 .bg-text h2 {
    font-size: 200px;
    line-height: 135px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .process-content-layout2 .bg-text h2 {
    font-size: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .process-content-layout2 .bg-text h2 {
    font-size: 160px;
  }
}
.process-content-layout2 h3 {
  color: #333333;
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process-content-layout2 h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .process-content-layout2 h3 {
    font-size: 20px;
  }
}
.process-content-layout2 p {
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process-content-layout2 p {
    margin-bottom: 10px;
  }
}
.process-content-layout2 li {
  padding: 0 0 10px 0;
  color: #333333;
  font-family: 'Raleway', sans-serif;
}
.process-content-layout2 li:before {
  content: "";
  font-family: bicon;
  font-size: 18px;
  color: #d4ad39;
  margin-right: 20px;
}
.process-content-layout2 li a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.process-content-layout2 li a:hover {
  color: #ff9800;
}
.mission-vission-layout1 {
  margin-bottom: 30px;
}
.mission-vission-layout1 .image-box {
  margin-bottom: 30px;
}
.mission-vission-layout1 .image-box img {
  width: 100%;
}
.mission-vission-layout1 .content-box h2 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 20px;
}
.mission-vission-layout1 .content-box p {
  margin: 0;
}
.find-question {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .find-question {
    margin-bottom: 40px;
  }
}
.find-question h3 {
  color: #333333;
  margin-bottom: 20px;
  font-size: 24px;
}
.find-question p {
  margin: 0;
}
/*=======================================================================
[06] Faqs Area
=========================================================================*/
.faq-full-wrapper {
  background-color: #ffffff;
  padding: 25px 0;
}
.faq-full-wrapper .panel {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
}
.faq-full-wrapper .faq-box-item {
  border-bottom: 1px solid #e8e8e8!important;
}
.faq-full-wrapper .faq-box-item:last-child {
  border-bottom: 0 !important;
}
.faq-full-wrapper .panel-heading {
  padding: 0;
  position: relative;
  color: #333333;
  background-color: #ffffff;
}
.faq-full-wrapper .panel-heading .faq-box-title {
  margin: 0;
}
.faq-full-wrapper .panel-heading .faq-box-title a {
  padding: 20px 40px 25px 80px;
  display: block;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
.faq-full-wrapper .panel-heading .accordion-toggle {
  position: relative;
}
.faq-full-wrapper .panel-heading .accordion-toggle:after {
  content: "\eb89";
  position: absolute;
  left: 35px;
  top: 25%;
  font-size: 22px;
  z-index: 7;
  font-family: icofont;
  color: #ff9800;
}
.faq-full-wrapper .active.panel-heading .accordion-toggle {
  background-color: #ffffff;
}
.faq-full-wrapper .active.panel-heading .accordion-toggle:after {
  content: "\eb8c";
}
.faq-full-wrapper:last-child .panel {
  border: 0;
}
.faq-full-wrapper .panel-body {
  margin: 0;
  border: 0 !important;
  padding-left: 70px;
}
.faq-full-wrapper .faq-box-body {
  border-top: 0;
}
/*=======================================================================
[07] Service Area
=========================================================================*/
.service-details-area {
  padding-bottom: 30px;
}
.service-layout1 {
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-layout1 .icon-box {
  margin-bottom: 30px;
  padding: 20px 0;
  background-color: #ff9800;
}
.service-layout1 .icon-box i {
  display: block;
  text-align: center;
  color: #ffffff;
}
.service-layout1 .icon-box i:before {
  margin: 0;
  font-size: 80px;
}
.service-layout1 .content-box {
  background-color: #ffffff;
  text-align: center;
  padding: 0 30px;
}
.service-layout1 .content-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
}
.service-layout1 .content-box h3 a {
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-layout1 .content-box h3 a:hover {
  color: #ff9800;
}
.service-layout1 .content-box p {
  margin: 0;
  padding-bottom: 40px;
}
.service-layout1:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.service-layout1:hover img {
  transform: scale(1.4);
}
.service-layout2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-layout2:before {
  content: "";
  position: absolute;
  background-color: rgba(28, 33, 44, 0.7);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout2 .image-box img {
  width: 100%;
}
.service-layout2 .item-title {
  visibility: visible;
  position: absolute;
  left: 0;
  text-align: left;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  background-color: #ffffff;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout2 .item-title h2 {
  color: #333333;
  margin: 0;
  text-decoration: none;
  font-size: 24px;
}
.service-layout2 .content-box {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  z-index: 222;
  opacity: 0;
  top: 0;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.service-layout2 .content-box h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 45px;
}
.service-layout2 .content-box h3:before {
  content: "";
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ffffff;
  width: 60px;
}
.service-layout2 .content-box p {
  color: #ffffff;
  margin-bottom: 35px;
}
.service-layout2:hover:before {
  visibility: visible;
  opacity: 1;
}
.service-layout2:hover .item-title {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  transform: translateX(-200px);
  opacity: 0;
}
.service-layout2:hover .content-box {
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-layout3 {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-layout3 .image-box {
  margin-bottom: 30px;
  overflow: hidden;
}
.service-layout3 .image-box img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.service-layout3 .content-box {
  text-align: center;
  padding: 0 30px;
}
.service-layout3 .content-box h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.service-layout3 .content-box h3 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-layout3 .content-box h3 a:hover {
  color: #ff9800;
}
.service-layout3 .content-box ul {
  margin-bottom: 15px;
}
.service-layout3 .content-box ul li {
  display: inline;
  margin-right: 20px;
}
.service-layout3 .content-box ul li:last-child {
  margin-right: 0;
}
.service-layout3 .content-box ul li a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-layout3 .content-box ul li a:hover {
  color: #7d8f99;
}
.service-layout3 .content-box p {
  margin: 0;
  padding-bottom: 40px;
}
.service-layout3:hover {
  transform: scale(1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.service-layout3:hover img {
  transform: scale(1.4);
}
.features3-layout2 {
  margin-bottom: 30px;
}
.features3-layout2 i {
  color: #ff9800;
}
.features3-layout2 i:before {
  margin: 0;
  font-size: 45px;
  margin-right: 10px;
  line-height: 1.3;
}
.features3-layout2 h3 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.features3-layout2 h3 a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.features3-layout2 h3 a:hover {
  color: #ff9800;
}
.features3-layout2 p {
  margin: 0;
  color: #505050;
}
.features3-layout3 {
  margin-bottom: 30px;
  padding: 50px 30px;
  background-color: #ffffff;
}
.features3-layout3 .icon-box {
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  height: 130px;
  width: 130px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.features3-layout3 .icon-box i {
  color: #ff9800;
  font-size: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 125px;
}
.features3-layout3 .content-box {
  text-align: center;
}
.features3-layout3 .content-box h3 {
  text-transform: uppercase;
  color: #8c8fa2;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.0;
}
.features3-layout3 .content-box h3 a {
  color: #8c8fa2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.features3-layout3 .content-box h3 a:hover {
  color: #ff9800;
}
.features3-layout3 .content-box span {
  text-transform: uppercase;
  color: #111;
  font-size: 22px;
}
@media (max-width: 991px) {
  .features3-layout3 .content-box span {
    font-size: 20px;
  }
}
.features3-layout3 .content-box p {
  margin: 0;
  margin-top: 15px;
}
.features3-layout3:hover .icon-box {
  background-color: #ff9800;
}
.features3-layout3:hover .icon-box i {
  color: #ffffff;
}
.features3-layout4 {
  padding: 50px 30px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .features3-layout4 {
    padding: 50px 15px;
  }
}
@media (max-width: 767px) {
  .features3-layout4 {
    margin-bottom: 30px;
  }
}
.features3-layout4 .icon-box {
  text-align: center;
  background-color: #fbf7eb;
  border-radius: 50%;
  position: relative;
  height: 130px;
  width: 130px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.features3-layout4 .icon-box i {
  color: #ff9800;
  font-size: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 125px;
}
.features3-layout4 .content-box {
  text-align: center;
}
.features3-layout4 .content-box h2 {
  text-transform: uppercase;
  color: #333333;
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 1.0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .features3-layout4 .content-box h2 {
    margin-bottom: 15px;
  }
}
.features3-layout4 .content-box h2 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.features3-layout4 .content-box h2 a:hover {
  color: #ff9800;
}
.features3-layout4 .content-box p {
  margin: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.features3-layout4:hover {
  background-color: #ff9800;
  border-radius: 3px;
}
.features3-layout4:hover .icon-box {
  background-color: #ffffff;
}
.features3-layout4:hover .content-box h2 a {
  color: #ffffff;
}
.features3-layout4:hover .content-box p {
  color: #ffffff;
}
.features3-layout4.active {
  background-color: #ff9800;
  border-radius: 3px;
}
.features3-layout4.active .icon-box {
  background-color: #ffffff;
}
.features3-layout4.active .content-box h2 a {
  color: #ffffff;
}
.features3-layout4.active .content-box p {
  color: #ffffff;
}
.features3-wrp-layout1 {
  border-right: 1px solid #d6d6d6;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .features3-wrp-layout1 {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 30px;
  }
}
.features3-wrp-layout1 .icon-box {
  text-align: center;
  background-color: #ff9800;
  border-radius: 50%;
  position: relative;
  height: 80px;
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 28px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.features3-wrp-layout1 .icon-box i {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 75px;
}
.features3-wrp-layout1 .content-box {
  text-align: center;
}
.features3-wrp-layout1 .content-box h2 {
  color: #333333;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features3-wrp-layout1 .content-box h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features3-wrp-layout1 .content-box h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .features3-wrp-layout1 .content-box h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.features3-wrp-layout1 .content-box h2 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.features3-wrp-layout1 .content-box h2 a:hover {
  color: #ff9800;
}
.features3-wrp-layout1 .content-box p {
  margin: 0;
}
div ~ :last-child .features3-wrp-layout1 {
  padding-right: 0;
  border-right: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.features3-wrp-layout1:hover .icon-box {
  background-color: #ffffff;
}
.features3-wrp-layout1:hover .icon-box i {
  font-size: 38px;
  color: #ff9800;
}
.features3-wrp-layout1:hover .content-box h3 a {
  color: #ff9800;
}
.more-service-layout1 {
  margin-bottom: 30px;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .more-service-layout1 {
    margin-left: 0px;
  }
}
.more-service-layout1 .image-box {
  margin-bottom: 30px;
}
.more-service-layout1 .image-box img {
  width: 100%;
}
.more-service-layout1 h2 {
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.more-service-layout1 p {
  margin-bottom: 25px;
}
.more-service-layout1 p.mid-text {
  font-size: 20px;
}
.more-service-layout1 ul {
  display: inline-block;
  margin-right: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .more-service-layout1 ul:last-child {
    display: none;
  }
}
.more-service-layout1 ul li {
  position: relative;
  color: #333333;
  padding-left: 30px;
  margin-bottom: 10px;
}
.more-service-layout1 ul li a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.more-service-layout1 ul li a:hover {
  color: #ff9800;
}
.more-service-layout1 ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #ff9800;
  top: 5px;
  font-size: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shape-service-layout1 {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fffffd;
  padding: 30px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.shape-service-layout1:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #1a8ff3;
  border-left: 50px solid transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.shape-service-layout1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #1a8ff3;
  border-right: 50px solid transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.shape-service-layout1 i {
  display: block;
  text-align: center;
  color: #ff9800;
}
.shape-service-layout1 i:before {
  margin: 0;
  font-size: 50px;
}
.shape-service-layout1 h3 {
  text-align: center;
  padding-bottom: 15px;
  margin: 0;
  text-transform: uppercase;
}
.shape-service-layout1 h3 a {
  color: #333333;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.shape-service-layout1 h3 a:hover {
  color: #1a8ff3;
}
.shape-service-layout1:hover:before,
.shape-service-layout1:hover:after {
  visibility: visible;
  opacity: 1;
}
.ourservice-layout1 {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .ourservice-layout1 {
    display: inherit;
  }
}
.ourservice-layout1 .ourservice-content {
  padding: 0px 0 5px 40px;
}
@media (max-width: 991px) {
  .ourservice-layout1 .ourservice-content {
    text-align: center;
    padding: 40px 0 65px 0;
  }
}
.ourservice-layout1 .ourservice-content h2 {
  font-size: 30px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .ourservice-layout1 .ourservice-content h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ourservice-layout1 .ourservice-content h2 {
    margin-bottom: 5px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .ourservice-layout1 .ourservice-content h2 {
    margin-bottom: 12px;
    font-size: 24px;
  }
}
.ourservice-layout1 .ourservice-content p {
  width: 60%;
  margin-bottom: 50px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .ourservice-layout1 .ourservice-content p {
    width: 70%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .ourservice-layout1 .ourservice-content p {
    width: 100%;
    margin-bottom: 40px;
  }
}
.ourservice-layout1 .ourservice-content .ghost-btn-light {
  color: #ffffff;
  background-color: #333333;
  padding: 13px 30px;
  border-radius: 3px;
  display: inline-block;
}
.ourservice-layout1 .ourservice-content .ghost-btn-light:hover {
  background-color: #ff9800;
}
.ourservice-layout1 .ourservice-content p.left-align {
  width: 90%;
  margin-bottom: 50px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .ourservice-layout1 .ourservice-content p.left-align {
    width: 70%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .ourservice-layout1 .ourservice-content p.left-align {
    width: 95%;
    margin-bottom: 40px;
  }
}
.ourservice-layout1:nth-child(odd) .ourservice-content {
  width: 63%;
  float: right;
}
@media (max-width: 1440px) {
  .ourservice-layout1:nth-child(odd) .ourservice-content {
    width: 100%;
    float: left;
  }
}
@media (max-width: 1000px) {
  .ourservice-layout1:nth-child(odd) .ourservice-content {
    width: inherit;
    float: inherit;
  }
}
.ourservice-layout1:nth-child(odd) .ourservice-content p {
  width: 90%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ourservice-layout1:nth-child(odd) .ourservice-content p {
    width: 95%;
  }
}
.step-process-layout1 {
  position: relative;
  margin-bottom: 30px;
}
.step-process-layout1:after {
  content: url('../img/service/indicator.png');
  position: absolute;
  top: 80px;
  left: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .step-process-layout1:after {
    left: 230px;
  }
}
@media (max-width: 991px) {
  .step-process-layout1:after {
    display: none;
  }
}
.step-process-layout1 .image-box {
  margin-bottom: 25px;
  text-align: center;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ffffff;
}
.step-process-layout1 .image-box img {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 45px;
}
.step-process-layout1 .image-box h3 {
  background-color: #ff9800;
  color: #ffffff;
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 160px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  font-size: 30px;
}
.step-process-layout1 h3.title {
  margin-top: 25px;
  text-align: center;
  font-size: 30px;
  color: #333333;
}
.step-process-layout1.after-none:after {
  display: none;
}
.details-layout1 {
  margin-bottom: 75px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .details-layout1 {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .details-layout1 {
    margin-bottom: 65px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .details-layout1 {
    margin-bottom: 55px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .details-layout1 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 320px) {
  .details-layout1 {
    margin-bottom: 35px;
  }
}
.details-layout1 h3 {
  font-size: 26px;
  color: #333333;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .details-layout1 h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .details-layout1 h3 {
    font-size: 24px;
  }
}
.details-layout1 li {
  padding: 0 0 10px 0;
  color: #333333;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.details-layout1 li:before {
  content: "";
  font-family: bicon;
  font-size: 18px;
  color: #d4ad39;
  margin-right: 20px;
}
.details-layout1 li a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.details-layout1 li a:hover {
  color: #ff9800;
}
/*=======================================================================
[08] Project Area
=========================================================================*/
.project-layout1 {
  margin-bottom: 30px;
}
.project-layout1 .image-box {
  margin-bottom: 45px;
  text-align: center;
}
.project-layout1 .content-box h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.project-layout1 .content-box h3 a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout1 .content-box h3 a:hover {
  color: #ff9800;
}
.project-layout1 .content-box p {
  margin-bottom: 0;
}
.Project-area .image-box {
  text-align: center;
  margin-bottom: 30px;
}
.Project-area .content-box h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.Project-area .content-box h3 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.Project-area .content-box h3 a:hover {
  color: #ff9800;
}
.Project-area .content-box p {
  margin: 0;
}
.img-pagination-layout1 ul li {
  display: inline-block;
}
.img-pagination-layout1 ul li img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.img-pagination-layout1 ul li:last-child {
  margin: 0;
}
.img-pagination-layout1 ul li i {
  padding: 20px 32px 45px;
  background-color: #fffffd;
  color: #333333;
  font-size: 36px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.img-pagination-layout1 ul li i:hover {
  color: #ffffff;
  background-color: #ff9800;
}
.project-description h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #333333;
}
.project-description p {
  margin-bottom: 45px;
}
.project-info-layout1 {
  padding: 50px 40px 55px;
}
.project-info-layout1 .info-top {
  margin-bottom: 30px;
}
.project-info-layout1 .info-top h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #333333;
}
.project-info-layout1 .info-top ul {
  width: 100%;
  display: inline-block;
}
.project-info-layout1 .info-top ul li {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  color: #333333;
  text-transform: capitalize;
}
.project-info-layout1 .info-top ul li span {
  float: right;
  font-weight: 400;
}
.project-info-layout1 .info-footer {
  width: 100%;
}
.project-info-layout1 .info-footer li {
  display: inline-block;
}
.project-info-layout1 .info-footer li:last-child {
  float: right;
}
.project-info-layout1 .info-footer li h3 {
  color: #333333;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
}
.project-info-layout1 .info-footer li a {
  padding: 0 0 0 19px;
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-info-layout1 .info-footer li a:hover {
  color: #ff9800;
}
@media only screen and (max-width: 991px) {
  .project-details-area {
    margin-bottom: 30px;
  }
}
.project-details-area h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #333333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-details-area h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-details-area h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details-area h2 {
    font-size: 24px;
  }
}
.project-details-area p {
  margin: 0;
}
/*=======================================================================
[09] Form Area
=========================================================================*/
.footer-area-bottom.stick_menu {
  background: rgba(41, 56, 145, 0.8);
  position: relative;
}
.footer-area-top .footer-one-col {
  text-align: center;
  max-width: 50%;
  margin: auto;
}
.footer-area-top .footer-one-col .title-bar-footer::before {
  content: "";
  height: 3px;
  width: 50px;
  background: #ff9800;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  z-index: 1;
  border-radius: 4px;
}
.footer-area-top .footer-one-col h3.title-bar-footer {
  color: #000;
  font-style: 24px;
  text-transform: capitalize;
}
.footer-area-top .footer-one-col .footer-newslatter ul.contact-social {
  text-align: center;
}
.footer-area-top .footer-one-col .footer-logo img {
  margin-bottom: 0;
  max-width: 100%;
}
.footer-area-top .footer-one-col .title-bar-footer {
  margin-bottom: 45px;
  position: relative;
}
.footer-area-top .footer-one-col .footer-newslatter .input-group .form-control {
  background: #ffffff;
  height: 57px;
  border: 0;
  box-shadow: none;
  font-size: 16px;
}
.footer-area-top .footer-one-col .footer-newslatter .input-group .btn-default {
  background: #ff9800;
  height: 57px;
  border: 0;
  border-radius: 0 2px 2px 0;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .footer-one-col .footer-newslatter p {
  margin-bottom: 20px;
  color: #505050;
}
.contact-form-layout1 .top-input {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #d6d6d6;
}
@media (max-width: 479px) {
  .contact-form-layout1 .top-input {
    margin-bottom: 20px;
  }
}
.contact-form-layout1 .top-input:focus {
  outline: none;
}
.contact-form-layout1 .message-box {
  padding: 10px;
  height: 200px;
  width: 100%;
  border: 1px solid #d6d6d6;
  margin-bottom: 30px;
}
.contact-form-layout1 .message-box:focus {
  outline: none;
}
.contact-form-layout1 .btn-primary-fill-ghost {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.contact-form-layout1 .btn-primary-fill-ghost:focus {
  outline: none;
}
.contact-form-layout2 form {
  padding: 20px 30px;
}
.contact-form-layout2 form .top-input {
  margin-bottom: 30px;
  width: 100%;
  padding: 10px 20px;
  margin-right: 26px;
  border: 1px solid #d6d6d6;
}
@media (max-width: 479px) {
  .contact-form-layout2 form .top-input {
    margin-bottom: 20px;
  }
}
.contact-form-layout2 form .top-input:focus {
  outline: none;
}
.contact-form-layout2 form .message-box {
  margin-bottom: 20px;
  padding: 15px 20px;
  height: 135px;
  width: 100%;
  border: 1px solid #d6d6d6;
}
.contact-form-layout2 form .message-box:focus {
  outline: none;
}
.contact-form-layout2 form .btn-fill {
  text-align: left;
}
.top-input:last-child {
  margin-right: 0;
}
.contact-form-layout3 {
  padding: 100px 60px 75px;
}
@media (max-width: 1199px) {
  .contact-form-layout3 {
    padding: 60px 30px 30px;
  }
}
.contact-form-layout3 ul li {
  padding: 0 0 25px;
}
.contact-form-layout3 ul li .top-input {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  border-radius: 2px;
}
.contact-form-layout3 ul li .top-input:focus {
  outline: none;
}
.contact-form-layout3 ul li .message-box {
  height: 150px;
  width: 100%;
  padding: 10px 20px;
  border: 0;
  border-radius: 2px;
}
.contact-form-layout3 ul li .message-box:focus {
  outline: none;
}
.contact-form-layout3 ul li .submit-btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #fffffd;
  border: 2px solid #fffffd;
  border-radius: 3px;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form-layout3 ul li .submit-btn:hover {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.contact-form-layout4 {
  margin-bottom: 30px;
}
.contact-form-layout4 form .form-control {
  height: auto;
  padding: 0;
  box-shadow: none;
  background: none;
  line-height: 1.5;
}
.contact-form-layout4 form .form-control:focus {
  box-shadow: none;
}
.contact-form-layout4 form .top-input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d6d6d6;
  margin-bottom: 30px;
}
.contact-form-layout4 form .top-input:focus {
  outline: none;
}
@media (max-width: 479px) {
  .contact-form-layout4 form .top-input {
    margin-bottom: 15px;
  }
}
.contact-form-layout4 form .message-box {
  padding: 15px 20px;
  width: 100%;
  height: 170px;
  margin-bottom: 40px;
  border: 1px solid #d6d6d6;
}
.contact-form-layout4 form .message-box:focus {
  outline: none;
}
@media (max-width: 479px) {
  .contact-form-layout4 form .message-box {
    margin-bottom: 15px;
  }
}
.contact-form-layout4 form .btn-fill {
  text-align: left;
}
.contact-form-layout6 {
  padding: 30px 30px 20px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact-form-layout6 {
    padding: 30px 20px 20px;
  }
}
.contact-form-layout6 .request-title {
  text-align: center;
  margin-bottom: 20px;
}
.contact-form-layout6 .request-title h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  color: #333333;
}
.contact-form-layout6 ul li {
  padding: 0 0 25px;
}
.contact-form-layout6 ul li .top-input {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  border-radius: 2px;
}
.contact-form-layout6 ul li .top-input:focus {
  outline: none;
}
.contact-form-layout6 ul li .submit-btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 8px 40px;
  border: 2px solid #333333;
  background-color: #333333;
  border-radius: 3px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form-layout6 ul li .submit-btn:hover {
  color: #333333;
  background-color: transparent;
}
/*=======================================================================
[10] Why Choose Us Area
=========================================================================*/
.why-choose-layout1 {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.why-choose-layout1 .image-box {
  margin-bottom: 30px;
  overflow: hidden;
}
.why-choose-layout1 .image-box img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.why-choose-layout1 .content-box {
  text-align: center;
  padding: 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-layout1 .content-box {
    padding: 0 15px;
  }
}
.why-choose-layout1 .content-box h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.why-choose-layout1 .content-box h3 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.why-choose-layout1 .content-box h3 a:hover {
  color: #ff9800;
}
.why-choose-layout1 .content-box ul {
  margin-bottom: 15px;
}
.why-choose-layout1 .content-box ul li {
  display: inline;
  margin-right: 20px;
}
.why-choose-layout1 .content-box ul li:last-child {
  margin-right: 0;
}
.why-choose-layout1 .content-box ul li a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.why-choose-layout1 .content-box ul li a:hover {
  color: #7d8f99;
}
.why-choose-layout1 .content-box p {
  margin: 0;
  padding-bottom: 40px;
}
.why-choose-layout1:hover {
  transform: scale(1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.why-choose-layout1:hover img {
  transform: scale(1.2);
}
.why-choose-layout2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .why-choose-layout2 {
    margin-bottom: 30px;
  }
}
.why-choose-layout2 .media-left {
  padding-left: 10px;
}
.why-choose-layout2 .media-left i {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  text-align: center;
  font-size: 30px;
  background-color: #ff9800;
  color: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 152, 0, 0.2);
  -moz-box-shadow: 0px 10px 30px 0px rgba(255, 152, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(255, 152, 0, 0.2);
}
.why-choose-layout2 .media-body {
  padding-left: 9px;
}
.why-choose-layout2 .media-body h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 22px;
}
.why-choose-layout2 .media-body h3 a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #333333;
}
.why-choose-layout2 .media-body h3 a:hover {
  color: #ff9800;
}
.why-choose-layout2 .media-body p {
  margin: 0;
}
.why-choose-layout2:hover .media-left i {
  color: #ff9800;
  background-color: #ffffff;
}
.why-choose-layout3 {
  margin-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-layout3 {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-layout3 {
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .why-choose-layout3 {
    margin-bottom: 45px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .why-choose-layout3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .why-choose-layout3 {
    margin-bottom: 15px;
  }
}
.why-choose-layout3 .media-left {
  padding-left: 10px;
}
.why-choose-layout3 .media-left i {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ff9800;
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.why-choose-layout3 .media-body {
  padding-left: 9px;
}
.why-choose-layout3 .media-body h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
}
.why-choose-layout3 .media-body h3 a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #ffffff;
}
.why-choose-layout3 .media-body h3 a:hover {
  color: #333333;
}
.why-choose-layout3 .media-body p {
  margin: 0;
  color: #ffffff;
}
.why-choose-layout3:hover .media-left i {
  background-color: #333333;
  color: #ffffff;
}
.offer-wrp-layout1 {
  margin-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-wrp-layout1 {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer-wrp-layout1 {
    margin-bottom: 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .offer-wrp-layout1 {
    margin-bottom: 60px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .offer-wrp-layout1 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .offer-wrp-layout1 {
    margin-bottom: 40px;
  }
}
.offer-wrp-layout1 .media-left {
  padding-left: 16px;
}
.offer-wrp-layout1 .media-left i {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  display: block;
  font-size: 30px;
  background-color: #ff9800;
  color: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.offer-wrp-layout1 .media-body {
  padding-left: 10px;
}
.offer-wrp-layout1 .media-body h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 22px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-wrp-layout1 .media-body h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .offer-wrp-layout1 .media-body h3 {
    font-size: 20px;
  }
}
.offer-wrp-layout1 .media-body h3 a {
  color: #333333;
}
.offer-wrp-layout1 .media-body h3 a:hover {
  color: #ff9800;
}
.offer-wrp-layout1 .media-body p {
  margin: 0;
}
.offer-wrp-layout1:hover .media-left i {
  color: #ff9800;
  background-color: #ffffff;
}
/*=======================================================================
[11] Progress Area
=========================================================================*/
.progress-area {
  padding: 108px 0 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .progress-area {
    padding: 85px 0 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .progress-area {
    padding: 95px 0 66px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .progress-area {
    padding: 55px 0 45px;
  }
}
@media only screen and (max-width: 479px) {
  .progress-area {
    padding: 50px 0 40px;
  }
}
.progress-layout1 {
  margin-bottom: 30px;
  text-align: center;
}
.progress-layout1 h2 {
  color: #ff9800;
  font-size: 48px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .progress-layout1 h2 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .progress-layout1 h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .progress-layout1 h2 {
    font-size: 36px;
  }
}
.progress-layout1 p {
  color: #526788;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.progress-layout2 {
  margin-bottom: 30px;
  text-align: center;
}
.progress-layout2 h2 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .progress-layout2 h2 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .progress-layout2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .progress-layout2 h2 {
    font-size: 36px;
  }
}
.progress-layout2 p {
  color: #ff9800;
  font-size: 18px;
  text-transform: uppercase;
}
.progress-layout3 {
  margin-bottom: 30px;
  text-align: center;
}
.progress-layout3 i {
  color: #ff9800;
  display: block;
}
.progress-layout3 i:before {
  margin-bottom: 35px;
  margin-left: 0;
  font-size: 48px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .progress-layout3 i:before {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .progress-layout3 i:before {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .progress-layout3 i:before {
    font-size: 36px;
  }
}
.progress-layout3 h2 {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.progress-layout3 p {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .progress-layout3 p {
    font-size: 20px;
  }
}
/*=======================================================================
[12] Tab Menu Area
=========================================================================*/
.tab-menu-layout1 {
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
}
.tab-menu-layout1 ul li {
  display: inline-block;
  margin-right: 30px;
}
.tab-menu-layout1 ul li a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tab-menu-layout1 ul li a:hover {
  color: #ff9800;
}
.tab-menu-layout2 {
  padding: 40px 0;
}
.tab-menu-layout2 ul li {
  display: inline-block;
  margin-right: 15px;
  color: #ff9800;
}
.tab-menu-layout2 ul li a {
  color: #ff9800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tab-menu-layout2 ul li a:hover {
  color: #ff9800;
}
.tab-menu-layout2 ul li i {
  padding-left: 15px;
}
.tab-menu-layout2 ul li.active {
  color: #333333;
}
.tab-menu-list-default {
  margin-bottom: 30px;
}
.tab-menu-list-default a {
  color: #333333;
  display: inline;
  margin-right: 30px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .tab-menu-list-default a {
    margin-right: 20px;
  }
}
.tab-menu-list-default a:hover {
  color: #ff9800;
}
.tab-menu-list-default a.current {
  color: #ff9800;
}
.tab-images-layout1 {
  display: block;
}
.tab-images-layout1 ul {
  float: left;
  padding-right: 30px;
}
.tab-images-layout1 ul li {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .tab-images-layout1 ul li {
    display: inline-block;
    margin-right: 10px;
  }
}
.tab-images-layout1 ul li a img {
  width: 100%;
  opacity: 0.5;
}
.tab-images-layout1 ul li a img:hover {
  opacity: 1;
}
.tab-images-layout1 ul .active a img {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .tab-images-layout2 {
    margin-bottom: 30px;
  }
}
.tab-images-layout2 .tab-content {
  margin-bottom: 10px;
}
.tab-images-layout2 li img {
  width: 100%;
  opacity: 0.5;
}
.tab-images-layout2 li img:hover {
  opacity: 1;
}
.tab-images-layout2 li.active img {
  opacity: 1;
}
.sidebar-tab-menu {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sidebar-tab-menu {
    margin-bottom: 30px;
  }
}
.sidebar-tab-menu a {
  text-transform: uppercase;
  color: #929292;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-tab-menu a:hover {
  color: #ff9800;
}
.sidebar-tab-menu ul.layout-switcher {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sidebar-tab-menu ul.layout-switcher {
    text-align: left;
  }
}
.sidebar-tab-menu ul.layout-switcher li {
  display: inline-block;
}
.sidebar-tab-menu ul.layout-switcher li i {
  color: #333333;
  margin-left: 5px;
}
.sidebar-tab-menu ul.layout-switcher li.active i {
  color: #ff9800;
}
.sidebar-tab-menu ul.layout-switcher li.rmj {
  margin-right: 15px;
}
.search-form-box {
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .search-form-box {
    text-align: left;
  }
}
.search-form-box li {
  display: inline-block;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .search-form-box li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.search-form-box li a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-form-box li a:hover {
  color: #ff9800;
}
/*=======================================================================
[13] Contact Area
=========================================================================*/
.contact-info-layout1 {
  padding: 130px 0 75px 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info-layout1 {
    padding: 115px 0 70px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-layout1 {
    padding: 100px 0 65px 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-info-layout1 {
    padding: 85px 0 60px 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-info-layout1 {
    padding: 70px 0 55px 30px;
  }
}
.contact-info-layout1 h2 {
  color: #333333;
  text-transform: uppercase;
}
.contact-info-layout1 h2 span {
  color: #ff9800;
}
.contact-info-layout1 p {
  margin-bottom: 45px;
  padding-right: 60px;
}
.contact-info-layout1 li {
  margin-bottom: 17px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-info-layout1 li a {
  color: #526788;
}
.contact-info-layout1 li a:hover {
  color: #ff9800;
}
.contact-info-layout1 li i {
  font-size: 24px;
  margin-right: 20px;
}
.contact-info-layout1.content-light h2 {
  color: #ffffff;
}
.contact-info-layout1.content-light p {
  color: #ffe0b2;
}
.contact-info-layout1.content-light li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-info-layout1.content-light li a:hover {
  color: #ffe0b2;
}
.contact-info-layout1.content-light li i {
  color: #ffffff;
}
.contact-info-layout2 {
  background-color: #fffffd;
  border-bottom: 3px solid #ff9800;
  padding: 100px 0 75px 60px;
  height: 517px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info-layout2 {
    padding: 115px 0 70px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-layout2 {
    padding: 100px 0 65px 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-info-layout2 {
    padding: 85px 0 60px 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-info-layout2 {
    padding: 70px 0 55px 30px;
  }
}
.contact-info-layout2 h2 {
  color: #333333;
  text-transform: uppercase;
}
.contact-info-layout2 h2 span {
  color: #ff9800;
}
.contact-info-layout2 p {
  margin-bottom: 45px;
  padding-right: 60px;
}
.contact-info-layout2 li {
  margin-bottom: 17px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-info-layout2 li a {
  color: #526788;
}
.contact-info-layout2 li a:hover {
  color: #ff9800;
}
.contact-info-layout2 li i {
  font-size: 24px;
  margin-right: 20px;
}
.contact-info-layout3 {
  padding: 40px 28px 55px;
  background-color: #ffffff;
}
.contact-info-layout3 h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d6d6d6;
}
.contact-info-layout3 p {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  color: #ff9800;
}
.contact-info-layout3 ul.contact-address {
  margin-bottom: 30px;
}
.contact-info-layout3 ul.contact-address li {
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
}
.contact-info-layout3 ul.contact-address li i {
  left: 0;
  top: 0;
  position: absolute;
  font-size: 25px;
  color: #333333;
}
.contact-info-layout3 ul.contact-address li p {
  margin: 0;
  text-align: left;
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
}
.contact-info-layout3 ul.contact-social {
  text-align: center;
}
.contact-info-layout3 ul.contact-social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.contact-info-layout3 ul.contact-social li i {
  color: #ffffff;
  border-radius: 2px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-info-layout3 ul.contact-social li i:hover {
  opacity: 1;
}
.contact-info-layout3 ul.contact-social .fa-facebook {
  padding: 10px 14px;
  background-color: #395799;
}
.contact-info-layout3 ul.contact-social .fa-twitter {
  padding: 10px 12px;
  background-color: #19b2f5;
}
.contact-info-layout3 ul.contact-social .fa-google-plus {
  padding: 10px 10px;
  background-color: #f05b44;
}
.contact-info-layout3 ul.contact-social .fa-dribbble {
  padding: 10px 13px;
  background-color: #ea4c89;
}
.contact-info-layout3 ul.contact-social .fa-linkedin-square {
  padding: 10px 13px;
  background-color: #0da6be;
}
.contact-info-layout3 ul.contact-social .fa-pinterest-p {
  padding: 10px 14px;
  background-color: #9c0c1c;
}
.google-map-area {
  border-top: 3px solid #ff9800;
}
/*=======================================================================
[14] Expert Team Area
=========================================================================*/
.expart-team-layout1 {
  background-color: #fffffd;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .expart-team-layout1 {
    margin-bottom: 30px;
  }
}
.expart-team-layout1 .image-box {
  position: relative;
}
.expart-team-layout1 .image-box:before {
  content: "";
  position: absolute;
  background-color: rgba(41, 56, 145, 0.95);
  height: 100%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.expart-team-layout1 .image-box img {
  width: 100%;
}
.expart-team-layout1 .content-box {
  width: 100%;
  position: absolute;
  display: block;
  padding: 0 25px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 10%;
  transform: translateY(-20%);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (max-width: 1199px) {
  .expart-team-layout1 .content-box {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .expart-team-layout1 .content-box {
    top: 15%;
  }
}
.expart-team-layout1 .content-box p {
  color: #ffffff;
  margin-bottom: 30px;
}
.expart-team-layout1 .content-box ul li {
  display: inline-block;
  margin-right: 5px;
}
.expart-team-layout1 .content-box ul li a {
  padding: 7px 11px;
  border-radius: 3px;
  color: #ff9800;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expart-team-layout1 .content-box ul li a:hover {
  background: transparent;
  color: #ffffff;
}
.expart-team-layout1 .title-box {
  padding: 25px 0 30px;
  text-align: center;
}
.expart-team-layout1 .title-box h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.expart-team-layout1 .title-box h3 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expart-team-layout1 .title-box h3 a:hover {
  color: #ff9800;
}
.expart-team-layout1:hover .content-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.expart-team-layout1:hover .image-box:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.expart-team-layout2 {
  margin-bottom: 30px;
  position: relative;
}
.expart-team-layout2 .image-box {
  text-align: center;
  position: relative;
}
.expart-team-layout2 .image-box .content-box {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  bottom: 20px;
  height: 22%;
  width: 100%;
  overflow: hidden;
  display: block;
  background-color: #ffffff;
  padding: 25px 30px 30px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expart-team-layout2 .image-box .content-box {
    height: 26%;
  }
}
.expart-team-layout2 .image-box .content-box h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333333;
  font-size: 18px;
}
.expart-team-layout2 .image-box .content-box h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333333;
  font-size: 18px;
}
.expart-team-layout2 .image-box .content-box span {
  color: #929292;
  margin-bottom: 30px;
  font-size: 18px;
}
.expart-team-layout2 .image-box .content-box p {
  color: #333333;
  margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expart-team-layout2 .image-box .content-box p {
    margin-top: 3px;
  }
}
.expart-team-layout2 .image-box .content-box li {
  display: inline;
  padding-right: 20px;
  font-size: 18px;
}
.expart-team-layout2 .image-box .content-box li:last-child {
  padding: 0;
}
.expart-team-layout2 .image-box .content-box li a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expart-team-layout2 .image-box .content-box li a:hover {
  color: #d6e4f6;
}
.expart-team-layout2:hover .content-box {
  height: 56%;
  display: block;
  overflow: hidden;
  background-color: #ff9800;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expart-team-layout2:hover .content-box {
    height: 75%;
  }
}
@media only screen and (max-width: 375px) {
  .expart-team-layout2:hover .content-box {
    height: 70%;
  }
}
.expart-team-layout2:hover .content-box h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
}
.expart-team-layout2:hover .content-box span {
  color: #ffffff;
  margin-bottom: 30px;
}
.expart-team-layout2:hover .content-box p {
  color: #ffffff;
  margin-top: 15px;
}
.expart-team-layout2:hover .content-box li {
  display: inline;
  padding-right: 20px;
}
.expart-team-layout2:hover .content-box li:last-child {
  padding: 0;
}
.expart-team-layout2:hover .content-box li a {
  color: #ffffff;
}
.expart-team-repoint {
  position: relative;
  top: 90px;
}
@media (max-width: 1199px) {
  .expart-team-repoint {
    position: inherit;
    top: 0;
  }
}
.expart-team-repoint .expart-team-content {
  background-color: #ffffff;
  padding: 60px 50px;
  position: absolute;
  left: -130px;
}
@media (max-width: 1199px) {
  .expart-team-repoint .expart-team-content {
    position: inherit;
    padding: 10px 30px;
    left: 0;
  }
}
.expart-team-repoint .expart-team-content h3 {
  font-size: 42px;
  color: #333333;
  line-height: 1.1;
}
/*=======================================================================
[15] Testimonial Area
=========================================================================*/
.g-feedback .feedback-review-layout1 {
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
@media (max-width: 767px) {
  .g-feedback .feedback-review-layout1 {
    padding: 30px;
  }
}
.g-feedback .feedback-review-layout1 .media {
  margin-bottom: 0;
}
.g-feedback .feedback-review-layout1 .media p {
  margin-bottom: 10px;
}
.g-feedback .button-for-more {
  position: relative;
  z-index: 9;
  padding: 30px 0 0 0;
  text-align: center;
}
.g-feedback .feedback-review-layout1 .media-left img {
  border-radius: 4px ;
  background-color: #fff;
  padding: 2px;
  overflow: hidden;
}
.feedback-review-layout1 {
  margin: 0 15px;
  background-color: #fff;
  padding: 40px;
  border-radius: 3px;
}
.feedback-review-layout1 .media {
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .feedback-review-layout1 .media {
    margin-bottom: 10px;
  }
}
.feedback-review-layout1 .media-left {
  display: block;
  float: left;
  margin-right: 15px;
}
.feedback-review-layout1 .media-left img {
  border-radius: 3px;
  background-color: #081c34;
  padding: 2px;
  overflow: hidden;
}
.feedback-review-layout1 .media-body h3 {
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}
.feedback-review-layout1 .media-body span {
  line-height: 1;
  font-size: 15px;
}
.feedback-review-layout1 .description p {
  color: #333333;
  margin-bottom: 0;
}
.feedback-review-layout2 {
  text-align: center;
  background-color: #fffffd;
  padding: 40px;
}
@media only screen and (max-width: 479px) {
  .feedback-review-layout2 {
    padding: 30px 15px 15px;
  }
}
.feedback-review-layout2 .description p {
  margin-bottom: 30px;
}
.feedback-review-layout2 .title-box h3 {
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.feedback-review-layout2 .title-box p {
  font-size: 16px;
  text-transform: capitalize;
}
.testmonial-offer-layout1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testmonial-offer-layout1 .item-title-primary {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  background-color: #ff9800;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testmonial-offer-layout1 .item-title-primary h3 {
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.testmonial-offer-layout1 .item-title-gray {
  visibility: visible;
  position: absolute;
  left: 0;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  background-color: #526788;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testmonial-offer-layout1 .item-title-gray h3 {
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.testmonial-offer-layout1 .item-title-light {
  visibility: visible;
  position: absolute;
  left: 0;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  background-color: #ffffff;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testmonial-offer-layout1 .item-title-light h3 {
  color: #333333;
  margin: 0;
  text-decoration: none;
}
.testmonial-offer-layout1 .content-box-primary {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 15%;
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  padding: 30px;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.testmonial-offer-layout1 .content-box-primary .box-content {
  background-color: #ff9800;
  padding: 40px 15px;
}
.testmonial-offer-layout1 .content-box-primary .box-content h3 {
  color: #ffffff;
  font-size: 30px;
}
.testmonial-offer-layout1 .content-box-primary .box-content p {
  color: #ffffff;
  margin-bottom: 35px;
}
.testmonial-offer-layout1 .content-box-primary .box-content .btn-fill {
  background: #ffffff;
  text-transform: uppercase;
  color: #ff9800;
  border: 2px solid #ffffff;
  padding: 12px 30px;
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testmonial-offer-layout1 .content-box-primary .box-content .btn-fill:hover {
  background: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .testmonial-offer-layout1 .content-box-primary .box-content p {
    display: none;
  }
}
.testmonial-offer-layout1 .content-box-gray {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 15%;
  margin: 0 auto;
  padding: 30;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.testmonial-offer-layout1 .content-box-gray .box-content {
  background-color: #ff9800;
  padding: 40px 15px;
}
.testmonial-offer-layout1 .content-box-gray .box-content h3 {
  color: #ffffff;
  font-size: 30px;
}
.testmonial-offer-layout1 .content-box-gray .box-content p {
  color: #ffffff;
  margin-bottom: 35px;
}
.testmonial-offer-layout1 .content-box-gray .box-content .btn-fill {
  background: #ffffff;
  text-transform: uppercase;
  color: #ff9800;
  border: 2px solid #ffffff;
  padding: 13px 34px;
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testmonial-offer-layout1 .content-box-gray .box-content .btn-fill:hover {
  background: transparent;
  color: #ffffff;
}
.testmonial-offer-layout1 .content-box-light {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 15%;
  margin: 0 auto;
  padding: 30px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.testmonial-offer-layout1 .content-box-light .box-content {
  background-color: #ffffff;
  padding: 40px 15px;
}
.testmonial-offer-layout1 .content-box-light .box-content h3 {
  color: #333333;
  font-size: 30px;
}
.testmonial-offer-layout1 .content-box-light .box-content p {
  color: #333333;
  margin-bottom: 35px;
}
.testmonial-offer-layout1 .content-box-light .box-content .btn-fill {
  background: transparent;
  text-transform: uppercase;
  color: #ff9800;
  border: 2px solid #ff9800;
  padding: 13px 34px;
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testmonial-offer-layout1 .content-box-light .box-content .btn-fill:hover {
  background-color: #ff9800;
  color: #ffffff;
}
.testmonial-offer-layout1:hover .item-title-primary,
.testmonial-offer-layout1:hover .item-title-gray,
.testmonial-offer-layout1:hover .item-title-light {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX-(-200px);
  transform: translateX(-200px);
  opacity: 1;
}
.testmonial-offer-layout1:hover .content-box-primary,
.testmonial-offer-layout1:hover .content-box-gray,
.testmonial-offer-layout1:hover .content-box-light {
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feedback-review-layout3 {
  margin: 15px;
  text-align: center;
  background-color: #fffffd;
  padding: 40px;
}
.feedback-review-layout3 .image-box {
  width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.feedback-review-layout3 .image-box img {
  border-radius: 50%;
}
.feedback-review-layout3 .title-box {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .feedback-review-layout3 .title-box {
    margin-bottom: 20px;
  }
}
.feedback-review-layout3 .title-box h3 {
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}
.feedback-review-layout3 .title-box p {
  font-size: 16px;
  text-transform: capitalize;
}
.feedback-review-layout3 .description p {
  margin: 0;
}
.feedback-review-layout4 {
  text-align: center;
  background-color: transparent;
  padding: 0 40px;
}
.feedback-review-layout4 .description p {
  margin-bottom: 50px;
  color: #ffffff;
}
.feedback-review-layout4 .image-box {
  width: 80px;
  height: 80px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}
.feedback-review-layout4 .image-box img {
  border-radius: 50%;
}
.feedback-review-layout4 .title-box h3 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}
.feedback-review-layout4 .title-box p {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
}
.clients-reviews-area {
  height: 500px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .clients-reviews-area {
    height: 465px;
  }
}
@media only screen and (max-width: 767px) {
  .clients-reviews-area {
    height: 390px;
  }
}
@media (min-width: 321px) and (max-width: 400px) {
  .clients-reviews-area {
    height: 400px;
  }
}
@media only screen and (max-width: 320px) {
  .clients-reviews-area {
    height: 375px;
  }
}
.client-arrow-repoint {
  position: relative;
}
.client-arrow-repoint .client-arrow {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 6;
  transform: translateY(-59%);
}
.client-arrow-repoint .client-arrow .testmonial-layout1 {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.client-arrow-repoint .client-arrow .testmonial-layout1 .top-content {
  background-color: #fffffd;
  padding: 50px 60px 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-arrow-repoint .client-arrow .testmonial-layout1 .top-content {
    padding: 30px 40px 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .client-arrow-repoint .client-arrow .testmonial-layout1 .top-content {
    padding: 30px 30px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .client-arrow-repoint .client-arrow .testmonial-layout1 .top-content {
    padding: 20px 10px 30px;
  }
}
.client-arrow-repoint .client-arrow .testmonial-layout1 .bottom-content {
  padding: 65px 0 35px;
  position: relative;
  background-color: #ff9800;
  border-radius: 0 0 4px 4px;
}
.client-arrow-repoint .client-arrow .testmonial-layout1 .bottom-content .image-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.client-arrow-repoint .client-arrow .testmonial-layout1 .bottom-content .image-box img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.client-arrow-repoint .client-arrow .testmonial-layout1 .bottom-content .image-box i {
  background-color: #ff9800;
  color: #ffffff;
  position: absolute;
  top: 15%;
  transform: translateY(-50%);
  left: 85px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 38px;
  font-size: 15px;
}
.client-arrow-repoint .client-arrow .testmonial-layout1 .bottom-content .title-box {
  z-index: 1;
}
.client-arrow-repoint .client-arrow .testmonial-layout1 .bottom-content .title-box h3 {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.client-arrow-repoint .client-arrow .testmonial-layout1 .bottom-content .title-box span {
  font-size: 16px;
  color: #ffffff;
}
/*=======================================================================
[16] Blog Area
=========================================================================*/
.blog-area.top-mrg.section-space-less30 {
  margin-top: 162px;
}
.blog-wrp-layout1 {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.blog-wrp-layout1 .image-box {
  text-align: center;
  overflow: hidden;
}
.blog-wrp-layout1 .image-box img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.blog-wrp-layout1 .content-box {
  padding: 30px 30px 40px;
}
.blog-wrp-layout1 .content-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.4;
}
.blog-wrp-layout1 .content-box h3 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-wrp-layout1 .content-box h3 a:hover {
  color: #ff9800;
}
.blog-wrp-layout1 .content-box h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.4;
}
.blog-wrp-layout1 .content-box h2 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-wrp-layout1 .content-box h2 a:hover {
  color: #ff9800;
}
.blog-wrp-layout1 .content-box ul {
  margin-bottom: 15px;
}
.blog-wrp-layout1 .content-box ul li {
  display: inline;
  margin-right: 20px;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-wrp-layout1 .content-box ul li {
    display: block;
  }
}
.blog-wrp-layout1 .content-box ul li i {
  color: #ff9800;
}
.blog-wrp-layout1 .content-box ul li:last-child {
  margin-right: 0;
}
.blog-wrp-layout1 .content-box ul li a {
  color: #7d8f99;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-wrp-layout1 .content-box ul li a:hover {
  color: #ff9800;
}
.blog-wrp-layout1 .content-box p {
  margin: 0;
}
.blog-wrp-layout1:hover {
  transform: scale(1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-wrp-layout1:hover .image-box img {
  transform: scale(1.4);
}
.blog-wrp-layout2 {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.blog-wrp-layout2 .image-box {
  text-align: center;
  overflow: hidden;
}
.blog-wrp-layout2 .image-box img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.blog-wrp-layout2 .content-box {
  padding: 30px 30px;
}
.blog-wrp-layout2 .content-box h3 {
  margin-bottom: 10px;
}
.blog-wrp-layout2 .content-box h3 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-wrp-layout2 .content-box h3 a:hover {
  color: #ff9800;
}
.blog-wrp-layout2 .content-box ul {
  margin-bottom: 15px;
}
.blog-wrp-layout2 .content-box ul li {
  display: inline;
  margin-right: 20px;
  font-size: 14px;
}
.blog-wrp-layout2 .content-box ul li:last-child {
  margin-right: 0;
}
.blog-wrp-layout2 .content-box ul li a {
  color: #7d8f99;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-wrp-layout2 .content-box ul li a:hover {
  color: #ff9800;
}
.blog-wrp-layout2 .content-box .more-button {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #929292;
}
.blog-wrp-layout2 .content-box .more-button:hover {
  color: #ff9800;
}
.blog-wrp-layout2 .content-box .more-button2 {
  text-transform: uppercase;
  color: #333333;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-wrp-layout2 .content-box .more-button2:hover {
  color: #ffffff;
  background-color: #ff9800;
}
.blog-wrp-layout2 .content-box p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .blog-wrp-layout2 .content-box p {
    margin-bottom: 20px;
  }
}
.blog-wrp-layout2:hover {
  transform: scale(1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-wrp-layout2:hover .image-box img {
  transform: scale(1.4);
}
.blog-wrp-layout3 {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.blog-wrp-layout3 .image-box {
  text-align: center;
  overflow: hidden;
}
.blog-wrp-layout3 .image-box img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.blog-wrp-layout3 .content-box {
  padding: 35px 35px 35px;
}
.blog-wrp-layout3 .content-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.blog-wrp-layout3 .content-box h3 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-wrp-layout3 .content-box h3 a:hover {
  color: #ff9800;
}
.blog-wrp-layout3 .content-box ul {
  margin-bottom: 20px;
}
.blog-wrp-layout3 .content-box ul li {
  display: inline;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #d6d6d6;
  font-size: 14px;
  color: #7d8f99;
}
.blog-wrp-layout3 .content-box ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.blog-wrp-layout3 .content-box ul li i {
  color: #ff9800;
  margin-right: 5px;
}
.blog-wrp-layout3 .content-box ul li a {
  color: #7d8f99;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-wrp-layout3 .content-box ul li a:hover {
  color: #ff9800;
}
.blog-wrp-layout3:hover {
  transform: scale(1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-wrp-layout3:hover .image-box img {
  transform: scale(1.4);
}
.blog-wrp-layout4 {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.blog-wrp-layout4 .image-box {
  overflow: hidden;
}
.blog-wrp-layout4 .image-box img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.blog-wrp-layout4 .content-box {
  padding: 30px 5px 50px;
}
.blog-wrp-layout4 .content-box h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.blog-wrp-layout4 .content-box h3 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-wrp-layout4 .content-box h3 a:hover {
  color: #ff9800;
}
.blog-wrp-layout4 .content-box ul {
  margin-bottom: 15px;
}
.blog-wrp-layout4 .content-box ul li {
  display: inline;
  margin-right: 20px;
  font-weight: 400;
  color: #ff9800;
}
.blog-wrp-layout4 .content-box ul li:last-child {
  margin-right: 0;
}
.blog-wrp-layout4 .content-box ul li a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-wrp-layout4 .content-box ul li a:hover {
  color: #ff9800;
}
.blog-wrp-layout4 .content-box .more-button2 {
  text-transform: uppercase;
  color: #333333;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-wrp-layout4 .content-box .more-button2:hover {
  color: #ffffff;
  background-color: #ff9800;
}
.blog-wrp-layout4 .content-box p {
  margin-bottom: 30px;
}
.blog-wrp-layout4:hover {
  transform: scale(1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-wrp-layout4:hover .image-box img {
  transform: scale(1.4);
}
.sidebar-box-layout3 {
  background-color: #ffffff;
  padding: 25px 0 40px;
  margin-bottom: 30px;
}
.sidebar-box-layout3 .title-box {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
}
.sidebar-box-layout3 .title-box h3 {
  font-size: 18px;
  color: #333333;
  margin-left: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sidebar-box-layout3 .search-form {
  padding: 0 30px;
}
.sidebar-box-layout3 .search-form .input-group {
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 50px;
}
.sidebar-box-layout3 .search-form .input-group .form-control {
  height: 0;
  border: 0;
  padding: 25px 13px;
  box-shadow: none;
}
.sidebar-box-layout3 .search-form .input-group .form-control:focus {
  border: 0;
  box-shadow: none;
}
.sidebar-box-layout3 .search-form .input-group .btn-default {
  border: 0;
}
.sidebar-box-layout3 .search-form .input-group .btn-default i {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-box-layout3 .search-form .input-group .btn-default:hover {
  background: none;
}
.sidebar-box-layout3 .search-form .input-group .btn-default:hover i {
  color: #ff9800;
}
.sidebar-box-layout3 .search-form .input-group .btn-default:focus {
  outline: none;
  border: 0;
  box-shadow: none;
  background: none;
}
.sidebar-box-layout3 .category-list ul {
  padding: 0 30px;
}
.sidebar-box-layout3 .category-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  display: inherit;
}
.sidebar-box-layout3 .category-list ul li a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-box-layout3 .category-list ul li a:hover {
  color: #ff9800;
}
.sidebar-box-layout3 .category-list ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #ff9800;
  top: 5px;
  font-size: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-box-layout3 .latest-research {
  padding: 0 30px;
}
.sidebar-box-layout3 .latest-research .media {
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.sidebar-box-layout3 .latest-research .media .media-left {
  float: left;
  margin-right: 15px;
}
.sidebar-box-layout3 .latest-research .media .media-left img:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.5;
}
.sidebar-box-layout3 .latest-research .media .media-body h4 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.3;
}
.sidebar-box-layout3 .latest-research .media .media-body h4 a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-box-layout3 .latest-research .media .media-body h4 a:hover {
  color: #ff9800;
}
.sidebar-box-layout3 .latest-research .media:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar-box-layout3 .product-tags {
  padding: 0 30px;
}
.sidebar-box-layout3 .product-tags li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 11px 2px;
}
.sidebar-box-layout3 .product-tags li a {
  text-decoration: none;
  background-color: #f4f4f4;
  color: #333333;
  padding: 10px 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-box-layout3 .product-tags li a:hover {
  color: #ffffff;
  background-color: #ff9800;
}
.sidebar-box-layout3 .newslatter-form li {
  padding: 10px 30px;
}
.sidebar-box-layout3 .newslatter-form .top-input {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border: 0;
  background-color: #f4f4f4;
}
.sidebar-box-layout3 .newslatter-form .top-input:focus {
  outline: none;
}
.blog-news-layout1 {
  margin-bottom: 50px;
}
.blog-news-layout1 .image-box img {
  width: 100%;
}
.blog-news-layout1 .content-box {
  background-color: #ffffff;
  padding: 30px 40px 40px;
}
@media (max-width: 767px) {
  .blog-news-layout1 .content-box {
    padding: 30px 25px 40px;
  }
}
.blog-news-layout1 .content-box h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 26px;
}
.blog-news-layout1 .content-box h2 a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout1 .content-box h2 a:hover {
  color: #ff9800;
}
.blog-news-layout1 .content-box p {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
}
.blog-news-layout1 .content-box ul {
  display: inline;
}
.blog-news-layout1 .content-box ul li {
  display: inline;
  margin-right: 15px;
}
.blog-news-layout1 .content-box ul li span {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout1 .content-box ul li span a {
  color: #333333;
}
.blog-news-layout1 .content-box ul li img {
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout1 .content-box ul li img:hover {
  opacity: 0.5;
}
.blog-news-layout1 .content-box ul li i {
  margin-right: 5px;
}
.blog-news-layout1 .content-box ul li a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout1 .content-box ul li a:hover {
  color: #7d8f99;
}
.blog-news-layout1 .content-box ul.social-icon {
  display: inline;
  position: absolute;
  right: 50px;
}
@media only screen and (max-width: 1199px) {
  .blog-news-layout1 .content-box ul.social-icon {
    position: inherit;
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
.blog-news-layout1 .content-box ul.social-icon li {
  display: inline;
  margin: 0;
}
.blog-news-layout1 .content-box ul.social-icon li i {
  margin-right: 2px;
}
.blog-news-layout1 .content-box ul.social-icon li i:last-child {
  margin: 0;
}
.blog-news-layout1 .content-box ul.social-icon li .fa-facebook {
  color: #ffffff;
  background-color: #3b579d;
  padding: 11px 14px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout1 .content-box ul.social-icon li .fa-facebook:hover {
  opacity: 0.7;
}
.blog-news-layout1 .content-box ul.social-icon li .fa-twitter {
  color: #ffffff;
  background-color: #1da1f2;
  padding: 11px 12px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout1 .content-box ul.social-icon li .fa-twitter:hover {
  opacity: 0.7;
}
.blog-news-layout1 .content-box ul.social-icon li .fa-google {
  color: #ffffff;
  background-color: #ea4335;
  padding: 11px 13px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout1 .content-box ul.social-icon li .fa-google:hover {
  opacity: 0.7;
}
.blog-news-layout2 .image-box {
  width: 100%;
}
.blog-news-layout2 .blog-content {
  margin-bottom: 40px;
  background-color: #ffffff;
  padding: 30px 30px 40px;
}
.blog-news-layout2 .title-box h2 {
  color: #333333;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
}
.blog-news-layout2 .title-box p {
  margin-bottom: 35px;
}
.blog-news-layout2 .title-box ul {
  margin-bottom: 30px;
}
.blog-news-layout2 .title-box ul li {
  display: inline;
  margin-right: 15px;
}
.blog-news-layout2 .title-box ul li span a {
  color: #333333;
}
.blog-news-layout2 .title-box ul li img {
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .title-box ul li img:hover {
  opacity: 0.5;
}
.blog-news-layout2 .title-box ul li i {
  margin-right: 5px;
}
.blog-news-layout2 .title-box ul li a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .title-box ul li a:hover {
  color: #7d8f99;
}
.blog-news-layout2 .block-quote {
  padding: 40px 50px;
  margin-bottom: 40px;
  background-color: #fffffd;
  border-left: 3px solid #ff9800;
}
@media (max-width: 767px) {
  .blog-news-layout2 .block-quote {
    padding: 10px 15px;
  }
}
.blog-news-layout2 .block-quote i {
  font-size: 30px;
  color: #d9d9d9;
}
.blog-news-layout2 .block-quote p {
  font-size: 16px;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
}
.blog-news-layout2 .category-list {
  margin-bottom: 45px;
}
.blog-news-layout2 .category-list h3 {
  font-size: 22px;
  color: #333333;
}
.blog-news-layout2 .category-list ul {
  padding: 0 0 0 40px;
  margin-bottom: 20px;
}
.blog-news-layout2 .category-list ul li {
  display: inherit;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.blog-news-layout2 .category-list ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #ff9800;
  top: 5px;
  font-size: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .share-area {
  padding: 25px 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .blog-news-layout2 .share-area {
    margin-bottom: 30px;
  }
}
.blog-news-layout2 .share-area .project-name {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .blog-news-layout2 .share-area .project-name {
    text-align: left;
    margin-top: 15px;
  }
}
.blog-news-layout2 .share-area .project-name li {
  display: inline-block;
  margin-right: 20px;
}
.blog-news-layout2 .share-area .project-name li:last-child {
  margin: 0;
}
.blog-news-layout2 .share-area .project-name li a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .share-area .project-name li a:hover {
  color: #526788;
}
.blog-news-layout2 .share-area .social-icon {
  display: inline;
  margin-right: 30%;
}
.blog-news-layout2 .share-area .social-icon:last-child {
  margin: 0;
}
.blog-news-layout2 .share-area .social-icon li {
  display: inline-block;
  margin: 0;
}
.blog-news-layout2 .share-area .social-icon li h3 {
  margin: 0;
  font-size: 18px;
  color: #333333;
  margin-right: 10px;
  font-weight: 500;
}
.blog-news-layout2 .share-area .social-icon li i {
  margin-right: 2px;
}
.blog-news-layout2 .share-area .social-icon li i:last-child {
  margin: 0;
}
.blog-news-layout2 .share-area .social-icon li .fa-facebook {
  color: #ffffff;
  background-color: #3b579d;
  padding: 11px 14px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .share-area .social-icon li .fa-facebook:hover {
  opacity: 0.7;
}
.blog-news-layout2 .share-area .social-icon li .fa-twitter {
  color: #ffffff;
  background-color: #1da1f2;
  padding: 11px 12px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .share-area .social-icon li .fa-twitter:hover {
  opacity: 0.7;
}
.blog-news-layout2 .share-area .social-icon li .fa-google {
  color: #ffffff;
  background-color: #ea4335;
  padding: 11px 13px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .share-area .social-icon li .fa-google:hover {
  opacity: 0.7;
}
.blog-news-layout2 .share-area .social-icon li .fa-linkedin {
  color: #ffffff;
  background-color: #0177b5;
  padding: 11px 13px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .share-area .social-icon li .fa-linkedin:hover {
  opacity: 0.7;
}
.blog-news-layout2 .prev-next .btn-prev-primary {
  background-color: #333333;
  color: #ffffff;
  width: 100%;
  padding: 12px 0;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
  .blog-news-layout2 .prev-next .btn-prev-primary {
    margin-bottom: 10px;
  }
}
.blog-news-layout2 .prev-next .btn-prev-primary:hover {
  background-color: #ff9800;
  color: #ffffff;
}
.blog-news-layout2 .prev-next .btn-next-textprimary {
  background-color: #ff9800;
  color: #ffffff;
  width: 100%;
  padding: 12px 0;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .prev-next .btn-next-textprimary:hover {
  background-color: #333333;
  color: #ffffff;
}
.blog-news-layout2 .admin-profile .media .media-left {
  float: left;
  margin-right: 20px;
}
.blog-news-layout2 .admin-profile .media .media-left img {
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .admin-profile .media .media-left img:hover {
  opacity: 0.5;
}
.blog-news-layout2 .admin-profile .media .media-body h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog-news-layout2 .admin-profile .media .media-body h3 a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .admin-profile .media .media-body h3 a:hover {
  color: #ff9800;
}
.blog-news-layout2 .admin-profile .media .media-body p {
  margin-bottom: 15px;
}
.blog-news-layout2 .admin-profile .media .media-body ul li {
  display: inline-block;
  margin-right: 20px;
}
.blog-news-layout2 .admin-profile .media .media-body ul li:last-child {
  margin-right: 0;
}
.blog-news-layout2 .admin-profile .media .media-body ul li a {
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-news-layout2 .admin-profile .media .media-body ul li a:hover {
  color: #ff9800;
}
.blog-news-layout3 {
  padding: 50px 0 30px;
  background-color: #ffffff;
}
.blog-news-layout3 .comment-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.blog-news-layout3 .comment-title h3 {
  margin-bottom: 13px;
  padding-left: 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
}
.blog-news-layout3 .comments-box {
  padding: 10px 30px 0;
}
@media (max-width: 479px) {
  .blog-news-layout3 .comments-box {
    padding: 10px 10px 0;
  }
}
.blog-news-layout3 .comments-box .media {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d6d6d6;
}
.blog-news-layout3 .comments-box .media .media-left {
  float: left;
  margin-right: 20px;
}
.blog-news-layout3 .comments-box .media .media-left img {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-news-layout3 .comments-box .media .media-left img:hover {
  opacity: 0.5;
}
.blog-news-layout3 .comments-box .media .media-body {
  position: relative;
}
.blog-news-layout3 .comments-box .media .media-body h4 {
  margin-bottom: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #333333;
}
.blog-news-layout3 .comments-box .media .media-body h4 a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-news-layout3 .comments-box .media .media-body h4 a:hover {
  color: #ff9800;
}
.blog-news-layout3 .comments-box .media .media-body p.reply {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  margin: 0;
  text-transform: capitalize;
}
.blog-news-layout3 .comments-box .media .media-body p.reply a {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-news-layout3 .comments-box .media .media-body p.reply a:hover {
  color: #ff9800;
}
.blog-news-layout3 .comments-box .media .media-body p {
  margin: 20px 0 0;
}
.blog-news-layout3 .comments-box .media:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
/*=======================================================================
[17] Banner Area
=========================================================================*/
.banner-content-layout1 {
  z-index: 2222;
}
.banner-content-layout1 h2 {
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 70%;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: capitalize;
  line-height: 1.4;
}
.banner-content-layout1 h2 span {
  color: #333333;
}
@media (max-width: 991px) {
  .banner-content-layout1 h2 {
    width: 100%;
  }
}
.banner-content-layout1 .ghost-btn-light {
  color: #ffffff;
  background-color: #333333;
  padding: 12px 35px;
  border-radius: 3px;
}
.banner-content-layout1 .ghost-btn-light:hover {
  color: #333333;
  background-color: #ffffff;
}
.banner-content-layout1 h2.uppercase-text {
  color: #ffffff;
  text-transform: uppercase;
}
.banner-content-layout1 h2.uppercase-text span {
  color: #333333;
}
.banner-content-layout1 h2.light-primary {
  color: #ffffff;
  text-transform: uppercase;
  width: 80%;
  margin-bottom: 40px;
}
.banner-content-layout1 h2.light-primary span {
  color: #ff9800;
}
.banner-content-layout1 li.call {
  display: inline;
  margin-right: 5px;
  font-weight: 500;
}
.banner-content-layout1 li.call i {
  background-color: #081c34;
  color: #ffffff;
  font-size: 30px;
  padding: 20px 21px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner-content-layout1 li.call i:hover {
  color: #ff9800;
  background-color: #ffffff;
}
.banner-content-layout1 li.call span {
  font-size: 30px;
  color: #ffffff;
}
.video-button-ul li {
  display: inline-block;
  margin: 10px 50px 0 30px;
}
@media (max-width: 767px) {
  .video-button-ul li {
    margin: 10px 0 0 42px;
  }
}
.banner-content-layout1.video-button.light-bg {
  /*background-color: #fff;*/
  border-radius: 4px;
  padding: 45px 45px 65px 45px;
}
.banner-content-layout1.video-button {
  z-index: 2222;
}
.banner-content-layout1.video-button .ghost-btn-light {
  color: #ffffff;
  background-color: #333333;
  padding: 12px 35px;
  border-radius: 3px;
}
.banner-content-layout1.video-button .ghost-btn-light:hover {
  color: #333333;
  background-color: #ffffff;
}
.banner-content-layout1.video-button .video-play-button2 {
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 99;
  font-size: 30px;
}
.banner-content-layout1.video-button .video-play-button2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f57c00;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
.banner-content-layout1.video-button .video-play-button2:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff9800;
  border-radius: 50%;
  transition: all 200ms;
  z-index: -2;
}
.banner-content-layout1.video-button .link-text {
  font-size: 18px;
  color: #333;
}
.banner-content-layout1.video-button .link-text:hover {
  color: #ff9800;
}
.banner-content-layout1.video-button h3 {
  margin-left: auto;
  margin-right: auto;
  float: none;
  color: #333;
  margin-bottom: 50px;
  text-transform: capitalize;
  line-height: 1.4;
  font-size: 32px;
}
@media (max-width: 767px) {
  .banner-content-layout1.video-button h3 {
    font-size: 24px;
  }
}
.banner-content-layout1.video-button h3 span {
  color: #ff9800;
}
.banner-content-layout1.video-button span.uppercase-text {
  text-transform: uppercase;
  color: #ff9800;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.banner-content-layout2 h1 {
  text-transform: uppercase;
  color: #ffffff;
}
.banner-content-layout2 p {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.banner-content-layout3 h2 {
  text-transform: capitalize;
  font-size: 30px;
  color: #333333;
}
.banner-content-layout3 p {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.banner-content-layout4 p {
  font-size: 24px;
  color: #ff9800;
  line-height: 1.3;
  margin: 35px;
}
.banner-content-layout4 h2 {
  text-transform: uppercase;
  font-size: 60px;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-content-layout4 h2 {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-content-layout4 h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .banner-content-layout4 h2 {
    font-size: 30px;
  }
}
.banner-content-layout4 h1 {
  text-transform: uppercase;
  font-size: 60px;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-content-layout4 h1 {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-content-layout4 h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .banner-content-layout4 h1 {
    font-size: 36px;
  }
}
/*=======================================================================
[18] Portfolio Area
=========================================================================*/
.project-list {
  text-align: center;
  margin-bottom: 60px;
  border: 1px solid #d6d6d6;
  display: inline-block;
}
.project-list a {
  text-transform: uppercase;
  display: inline-block;
  color: #929292;
  padding: 10px 20px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-list a:hover {
  color: #ff9800;
  border-bottom: 1px solid #ff9800;
  border-top: 1px solid #ff9800;
}
.project-list .current {
  color: #ff9800;
  border-bottom: 1px solid #ff9800;
  border-top: 1px solid #ff9800;
}
.project-list2 {
  text-align: center;
  margin-bottom: 60px;
  display: inline-block;
  padding: 15px 0;
}
.project-list2 a {
  text-transform: uppercase;
  display: inline-block;
  color: #929292;
  margin-right: 35px;
  padding: 10px 0;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-list2 a:first-child {
  margin-left: 35px;
}
.project-list2 a:hover {
  color: #ff9800;
}
.project-list2 .current {
  color: #ff9800;
}
.portfolio-layout1 {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.portfolio-layout1:before {
  content: "";
  position: absolute;
  background-color: rgba(41, 56, 145, 0.95);
  height: 100%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.portfolio-layout1 .image-box img {
  width: 100%;
}
.portfolio-layout1 .content-box {
  width: 100%;
  position: absolute;
  display: block;
  padding: 0 25px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.portfolio-layout1 .content-box .btn-fill {
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
  padding: 10px 20px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout1 .content-box .btn-fill:hover {
  background: #ffffff;
  color: #ff9800;
}
.portfolio-layout1 .content-box .btn-textprimary-fill-ghost {
  margin-top: 20px;
}
.portfolio-layout1 .content-box ul {
  margin-bottom: 25px;
}
.portfolio-layout1 .content-box ul li {
  display: inline-block;
  margin-right: 5px;
}
.portfolio-layout1 .content-box ul li a {
  display: block;
}
.portfolio-layout1 .content-box ul li i {
  display: inline-block;
  font-size: 20px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 10px 13px;
  color: #ff9800;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout1 .content-box ul li i:hover {
  background: transparent;
  color: #ffffff;
}
.portfolio-layout1 .content-box h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.portfolio-layout1 .content-box h3 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout1 .content-box h3 a:hover {
  color: #d6e4f6;
}
.portfolio-layout1 .content-box h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
}
.portfolio-layout1 .content-box h2 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout1 .content-box h2 a:hover {
  color: #d6e4f6;
}
.portfolio-layout1 .content-box p {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
.portfolio-layout1:hover .content-box {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout1:hover:before {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout2 {
  margin-bottom: 30px;
  position: relative;
}
.portfolio-layout2:before {
  content: "";
  position: absolute;
  background-color: rgba(41, 56, 145, 0.9);
  height: 100%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout2 .content-box {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.portfolio-layout2 .content-box .btn-fill {
  background: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  border: 2px solid #ffffff;
  padding: 10px 34px;
  border-radius: 45px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout2 .content-box .btn-fill:hover {
  background: transparent;
  color: #ffffff;
}
.portfolio-layout2 .content-box ul {
  margin-bottom: 40px;
}
.portfolio-layout2 .content-box ul li {
  display: inline;
  margin-right: 5px;
}
.portfolio-layout2 .content-box ul li a {
  padding: 10px 15px;
  color: #ff9800;
  background-color: #fffffd;
}
.portfolio-layout2 .content-box h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-layout2 .content-box h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-layout2 .content-box h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio-layout2 .content-box h2 {
    font-size: 18px;
  }
}
.portfolio-layout2 .content-box h2 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout2 .content-box h2 a:hover {
  color: #d6e4f6;
}
.portfolio-layout2 .content-box p {
  color: #ffffff;
}
.portfolio-layout2:hover .content-box {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout2:hover:before {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout3 {
  position: relative;
}
.portfolio-layout3 img {
  width: 100%;
}
.portfolio-layout3:before {
  content: "";
  position: absolute;
  background-color: rgba(41, 56, 145, 0.95);
  height: 100%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout3 .content-box {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.portfolio-layout3 .content-box .btn-fill {
  margin-top: 20px;
  background: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  border: 2px solid #ffffff;
  padding: 11px 34px;
  border-radius: 45px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout3 .content-box .btn-fill:hover {
  background: transparent;
  color: #ffffff;
}
.portfolio-layout3 .content-box ul {
  margin-bottom: 40px;
}
.portfolio-layout3 .content-box ul li {
  display: inline;
  margin-right: 5px;
}
.portfolio-layout3 .content-box ul li i {
  padding: 10px 15px;
  color: #333333;
  background-color: #ffffff;
  font-size: 24px;
  border-radius: 3px;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout3 .content-box ul li i:hover {
  background: transparent;
  color: #ffffff;
}
.portfolio-layout3 .content-box h3 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 24px;
}
@media (max-width: 767px) {
  .portfolio-layout3 .content-box h3 {
    font-size: 22px;
  }
}
.portfolio-layout3 .content-box h3 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout3 .content-box h3 a:hover {
  color: #d6e4f6;
}
.portfolio-layout3 .content-box h2 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 24px;
}
@media (max-width: 767px) {
  .portfolio-layout3 .content-box h2 {
    font-size: 22px;
  }
}
.portfolio-layout3 .content-box h2 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout3 .content-box h2 a:hover {
  color: #d6e4f6;
}
.portfolio-layout3 .content-box p {
  color: #ffffff;
}
.portfolio-layout3:hover .content-box {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout3:hover:before {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout4 {
  position: relative;
}
.portfolio-layout4:before {
  content: "";
  position: absolute;
  background-color: rgba(51, 51, 51, 0.7);
  height: 100%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.portfolio-layout4 .image-box img {
  width: 100%;
}
.portfolio-layout4 .content-warp {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 50%;
  height: 85%;
  width: 85%;
  margin: 0 auto;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  border: 3px solid #ffffff;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.portfolio-layout4 .content-warp .content-box {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.portfolio-layout4 .content-warp .content-box a.btn-textprimary-fill-ghost {
  margin-top: 20px;
}
.portfolio-layout4 .content-warp .content-box ul {
  margin: 15px 0 40px 0;
}
.portfolio-layout4 .content-warp .content-box ul li {
  display: inline;
  margin-right: 10px;
}
.portfolio-layout4 .content-warp .content-box ul li i {
  font-size: 22px;
  padding: 19px 20px;
  color: #ff9800;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout4 .content-warp .content-box ul li i:hover {
  background-color: #ff9800;
  color: #ffffff;
}
.portfolio-layout4 .content-warp .content-box h2 {
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-layout4 .content-warp .content-box h2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-layout4 .content-warp .content-box h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .portfolio-layout4 .content-warp .content-box h2 {
    font-size: 18px;
  }
}
.portfolio-layout4 .content-warp .content-box h2 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout4 .content-warp .content-box h2 a:hover {
  color: #ff9800;
}
.portfolio-layout4 .content-warp .content-box span {
  text-transform: uppercase;
  font-weight: 400;
}
.portfolio-layout4 .content-warp .content-box span a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout4 .content-warp .content-box span a:hover {
  color: #ff9800;
}
.portfolio-layout4 .content-warp .content-box p {
  color: #ffffff;
}
.portfolio-layout4:hover .content-warp {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout4:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-layout5 {
  position: relative;
}
.portfolio-layout5 img {
  width: 100%;
}
.portfolio-layout5:before {
  content: "";
  position: absolute;
  background-color: rgba(51, 51, 51, 0.7);
  height: 100%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.portfolio-layout5 .content-box {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.portfolio-layout5 .content-box a.btn-textprimary-fill-ghost {
  margin-top: 20px;
}
.portfolio-layout5 .content-box ul {
  margin: 0 0 40px 0;
}
.portfolio-layout5 .content-box ul li {
  display: inline;
  margin-right: 5px;
}
.portfolio-layout5 .content-box ul li i {
  padding: 19px 20px;
  color: #ff9800;
  background-color: #fffffd;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout5 .content-box ul li i:hover {
  background-color: #ff9800;
  color: #ffffff;
}
.portfolio-layout5 .content-box h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
.portfolio-layout5 .content-box h2 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout5 .content-box h2 a:hover {
  color: #ff9800;
}
.portfolio-layout5 .content-box span {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
.portfolio-layout5 .content-box span a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout5 .content-box span a:hover {
  color: #ff9800;
}
.portfolio-layout5 .content-box p {
  color: #ffffff;
}
.portfolio-layout5:hover .content-box {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout5:hover:before {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout6 {
  margin-bottom: 10px;
  position: relative;
}
.portfolio-layout6:before {
  content: "";
  position: absolute;
  background-color: rgba(41, 56, 145, 0.7);
  height: 100%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout6 .image-box img {
  width: 100%;
}
.portfolio-layout6 .content-warp {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 50%;
  height: 90%;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  border: 2px solid #ffffff;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout6 .content-warp .content-box {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 45%;
  margin: 0 auto;
  transform: translateY(-50%);
  padding: 0 15px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.portfolio-layout6 .content-warp .content-box h2 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.portfolio-layout6 .content-warp .content-box h2 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout6 .content-warp .content-box h2 a:hover {
  color: #d6e4f6;
}
@media (max-width: 991px) {
  .portfolio-layout6 .content-warp .content-box h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.portfolio-layout6 .content-warp .content-box span {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .portfolio-layout6 .content-warp .content-box span {
    font-size: 16px;
  }
}
.portfolio-layout6 .content-warp .content-box span a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout6 .content-warp .content-box span a:hover {
  color: #d6e4f6;
}
.portfolio-layout6:hover .content-warp {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout6:hover:before {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout7 {
  position: relative;
}
.portfolio-layout7:before {
  content: "";
  position: absolute;
  background-color: rgba(51, 51, 51, 0.3);
  height: 100%;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout7 .image-box img {
  width: 100%;
}
.portfolio-layout7 .content-warp {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 50%;
  height: 85%;
  width: 85%;
  margin: 0 auto;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  border: 2px solid #ff9800;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 4px;
}
.portfolio-layout7 .content-box {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 65%;
  padding: 50px 80px;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-layout7 .content-box {
    padding: 50px 35px;
  }
}
@media (max-width: 991px) {
  .portfolio-layout7 .content-box {
    padding: 50px 35px;
  }
}
.portfolio-layout7 .content-box h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: capitalize;
}
.portfolio-layout7 .content-box h3 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout7 .content-box h3 a:hover {
  color: #d6e4f6;
}
@media (min-width: 1510px) and (max-width: 1570px) {
  .portfolio-layout7 .content-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1509px) {
  .portfolio-layout7 .content-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.portfolio-layout7 .content-box p {
  margin-bottom: 40px;
  visibility: hidden;
  opacity: 0;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1509px) {
  .portfolio-layout7 .content-box p {
    display: none;
  }
}
@media (max-width: 525px) {
  .portfolio-layout7 .content-box p {
    display: none;
  }
}
.portfolio-layout7 .content-box .btn-textprimary-fill {
  visibility: hidden;
  opacity: 0;
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 4px;
}
.portfolio-layout7 .content-box .btn-textprimary-fill:hover {
  background: #ffffff;
  color: #333333;
}
.portfolio-layout7:hover .content-warp {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout7:hover .content-box {
  top: 48%;
}
.portfolio-layout7:hover:before {
  background-color: rgba(51, 51, 51, 0.6);
  height: 100%;
  z-index: 1;
  width: 100%;
}
.portfolio-layout7:hover p {
  visibility: visible;
  opacity: 1;
}
.portfolio-layout7:hover .btn-textprimary-fill {
  visibility: visible;
  opacity: 1;
}
/*=======================================================================
[19] Error-404 Area
=========================================================================*/
.error-404 {
  height: 1080px;
  width: 100%;
}
.error-404 .error-message {
  padding-top: 220px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-404 .error-message {
    padding-top: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-404 .error-message {
    padding-top: 160px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-404 .error-message {
    padding-top: 130px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-404 .error-message {
    padding-top: 100px;
  }
}
.error-404 .error-message h1 {
  font-size: 150px;
  line-height: 1.2;
  color: #ff9800;
  margin-bottom: 0;
}
.error-404 .error-message h2 {
  font-size: 48px;
  color: #333333;
  margin-bottom: 80px;
}
/*=======================================================================
[20] Footer Area
=========================================================================*/
.fab-copy-right {
  color: #11;
}
.footer-area-top {
  padding: 110px 0 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top {
    padding: 82px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-top {
    padding: 72px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area-top {
    padding: 62px 0 35px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .footer-area-top {
    padding: 52px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-area-top {
    padding: 42px 0 10px;
  }
}
.footer-area-top .footer-box {
  margin-bottom: 30px;
}
.footer-area-top .footer-box h3 {
  font-size: 24px;
}
.footer-area-top h3 {
  color: #ffffff;
  font-style: 24px;
  text-transform: capitalize;
}
.footer-area-top p {
  margin: 0;
  color: #a9aeba;
}
.footer-area-top .footer-logo {
  margin-bottom: 30px;
}
.footer-area-top .footer-logo img {
  margin-bottom: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 479px) {
  .footer-area-top .footer-logo img {
    margin-bottom: 30px;
  }
}
.footer-area-top .useful-links > li {
  display: inline-block;
}
.footer-area-top .useful-links > li ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.footer-area-top .useful-links > li ul li:before {
  content: "\f1db";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #a9aeba;
  top: 5px;
  font-size: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .useful-links > li ul li a {
  color: #a9aeba;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .useful-links > li ul li a:hover {
  color: #ff9800;
}
.footer-area-top .useful-links > li ul li:hover:before {
  color: #ffffff;
}
.footer-area-top .footer-newslatter {
  margin-bottom: 30px;
}
.footer-area-top .footer-newslatter p {
  margin-bottom: 20px;
}
.footer-area-top .footer-newslatter .input-group {
  margin-bottom: 30px;
}
.footer-area-top .footer-newslatter .input-group .form-control {
  background: #ffffff;
  height: 45px;
  border: 0;
  box-shadow: none;
}
.footer-area-top .footer-newslatter .input-group .form-control:focus {
  outline: none;
}
.footer-area-top .footer-newslatter .input-group .btn-default {
  background: #ff9800;
  height: 45px;
  border: 0;
  border-radius: 0 2px 2px 0;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .footer-newslatter .input-group .btn-default i {
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-newslatter .input-group .btn-default:focus {
  outline: none;
}
.footer-area-top .footer-newslatter .input-group .btn-default:hover {
  background: #081c34;
}
.footer-area-top .footer-newslatter .input-group .btn-default:hover i {
  color: #fff;
}
.footer-area-top .footer-newslatter ul.contact-social {
  text-align: left;
}
.footer-area-top .footer-newslatter ul.contact-social li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 13px;
}
.footer-area-top .footer-newslatter ul.contact-social li i {
  color: #ffffff;
  border-radius: 2px;
  opacity: 1;
  padding: 7px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-newslatter ul.contact-social li i:hover {
  opacity: 0.7;
}
.footer-area-top .footer-newslatter ul.contact-social .icofont-social-facebook {
  background-color: #395799;
}
.footer-area-top .footer-newslatter ul.contact-social .icofont-social-twitter {
  background-color: #19b2f5;
}
.footer-area-top .footer-newslatter ul.contact-social .icofont-social-google-plus {
  background-color: #f05b44;
}
.footer-area-top .footer-newslatter ul.contact-social .icofont-social-dribbble {
  background-color: #ea4c89;
}
.footer-area-top .footer-newslatter ul.contact-social .icofont-social-linkedin {
  background-color: #0da6be;
}
.footer-area-top .footer-newslatter ul.contact-social .icofont-social-pinterest {
  background-color: #9c0c1c;
}
.footer-area-top .footer-popular-post .media {
  border-bottom: 1px solid #535353;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer-area-top .footer-popular-post .media:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.footer-area-top .footer-popular-post .media a {
  padding-right: 0;
  margin-right: 15px;
}
.footer-area-top .footer-popular-post .media a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-popular-post .media a img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-popular-post .media-body a {
  margin: -3px 0 5px;
  display: block;
  color: #a9aeba;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-popular-post .media-body a:hover {
  color: #ff9800;
}
.footer-area-top .footer-popular-post .media-body p {
  color: #ff9800;
  margin-bottom: 0;
}
.footer-area-top .corporate-address {
  margin-bottom: 20px;
}
.footer-area-top .corporate-address li {
  margin-bottom: 20px;
  color: #f5f5f5;
  position: relative;
  padding-left: 45px;
}
.footer-area-top .corporate-address li i {
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  font-size: 14px;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  background: #ff9800;
  line-height: 28px;
}
.footer-area-top .corporate-address li p {
  color: #a9aeba;
  margin-bottom: 5px;
  line-height: 1.5;
}
.footer-area-top .corporate-address li:last-child {
  margin-bottom: 0;
}
.footer-area-top .flickr-photos li {
  display: inline-block;
  width: 30%;
  margin-right: 5px;
  margin-bottom: 5px;
}
.footer-area-top .flickr-photos li img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom {
  text-align: center;
  padding: 25px 0 5px;
  text-transform: capitalize;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom {
    text-align: center;
    padding: 17px 0;
  }
}
.footer-area-bottom p {
  color: #a9aeba;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom p {
    margin-bottom: 10px;
  }
}
.footer-area-bottom p span {
  color: #ffffff;
}
.footer-area-bottom p a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom p a:hover {
  color: #ff9800;
}
/*=======================================================================
[27] Responsive Style
=========================================================================*/
.max-lg-active {
  display: none;
}
@media only screen and (max-width: 1345px) {
  .min-lg-active {
    display: none;
  }
}
@media only screen and (max-width: 1345px) {
  .max-lg-active {
    display: block;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .align-items-lg-center {
    display: block;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  .d-xs-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .mb-xs-list {
    margin-bottom: 30px;
  }
  .mb-xs-list:last-child {
    margin-bottom: 0;
  }
  .mb-big-xs-list {
    margin-bottom: 80px;
  }
  .mb-big-xs-list:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .mb-xs-list {
    margin-bottom: 15px;
  }
  .mb-xs-list:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 1199px) {
  .mb-md {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .mb-sm {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb-xs {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .flex-c500-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 480px) {
  .col-mo-12 {
    width: 100%;
  }
}

/*公告轮播*/

 /** {*/
   /*margin: 0;*/
   /*padding: 0;*/
 /*}*/
#container{
  /*width: 60%;*/
  /*margin: 100px auto;*/
  position: relative;
  height: 200px;
  overflow: hidden;
}
#list-wrapper{
  position: relative;
}
#notice-list.ul {
  list-style: none;
  background: #f8f8f8;
  text-align: center;
  padding: 0 20px;
}
#notice-list.li{
  height: 35px;
  line-height: 35px;
  color: #fff;
}
#notice-list. li:nth-child(odd){
  background: #5077aa;
}
#notice-list.li:nth-child(even){
  background: #fb6b06;
}
