@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

/*=======================================================================

Template Name: Fabarc | Construction & Interior Responsive HTML5 Template.
Template URI: https://abctechweb.com
Description: Fabarc | Construction Responsive HTML5 Template.
Author: Abctechweb
Author URI: https://abctechweb.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;
  }


  .dskw {
    display: none !important;
  }

  .phw {
    display: block !important;
  }

}

/*=======================================================================
[01] Typography
=========================================================================*/
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;
}

/*=======================================================================
[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;
  }
}

.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: #131212;
  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: #191818;
  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: #191818;
}

@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: #191818;
}

.darkprimary-bg {
  background: #131212;
}

.blue-bg {
  background: #131212;
}

.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: #191818;
  border: 2px solid #191818;
  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: #000;
}

.bg-light {
  background: #ffffff;
}

.accent-light {
  background: #283242;
}

.accent-bg-light {
  background: #131212;
}

.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: #000000;
}

.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: 0px;
}

.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: 40px 0 40px;
}

@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: 30px 0 20px;
}

@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: 78px 0 90px;
}

@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: 58px 0 60px;
}


.section-space-default.testimonial-sec {
  padding: 30px 0 30px;
}

@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: 30px 0 25px;
  text-align: center;
}

.section-space-all p {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .3px;
  word-spacing: .5px;
}

.section-space-all a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

@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: 60px 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: 40px 0 0px;
  background-color: #fff !important;
}

@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: #191818;
}

.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: #191818;
}

.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: left;
  margin-bottom: 20px;
  color: #333333;
}

.section-title-primary h2 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.2;
}

.section-title-primary h1 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0px !important;
  font-size: 28px !important;
  line-height: 1.2;
}

.section-title-primary h1 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.2;
}

.section-title-primary h2 span {
  color: #191818;
}

.section-title-primary p {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 80%;
}

@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: 20px;
  color: #333333;
}

.section-title-primary-less h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.section-title-primary-less h2 span {
  color: #191818;
}

.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: 25px;
}

.section-title-primary2 h2 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.2;
}

.section-title-primary2 h2 span {
  color: #191818;
}

.section-title-primary2 p {
  margin: 0;
}


.section-title-primary2 span a {
  color: #8c8fa2;
}

.section-title-primary2 span a:hover {
  color: #191818;
}

@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: #191818;
}

@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: #191818;
}

.section-title-dark h2:before {
  content: "";
  border-top: 1px solid #191818;
  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 #191818;
  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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
  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 #191818;
  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: #191818;
}

.section-title-bar-left h2:before {
  content: "";
  border-top: 1px solid #191818;
  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 #191818;
  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: #191818;
}

.section-title-bar-left-md h2:after {
  content: "";
  border-bottom: 2px solid #191818;
  width: 100px;
  position: absolute;
  top: 55px;
  left: 0px;
  margin: 0 auto;
  text-align: left;
  z-index: 1;
}

.title-bar-footer {
  margin-bottom: 30px;
  position: relative;
  text-transform: capitalize !important;
  letter-spacing: .3px;
}

@media (max-width: 479px) {
  .title-bar-footer {
    margin-bottom: 55px;
  }
}

.title-bar-footer:before {
  content: "";
  height: 2px;
  width: 59px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
  border-radius: 0px;
}

.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 #191818;
  color: #ffffff;
  padding: 10px 35px;
  background: #191818;
  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: #191818;
}

.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: #191818;
  color: #ffffff;
}

.btn-fill {
  background: #191818;
  text-transform: capitalize;
  color: #ffffff;
  border: 2px solid #191818;
  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: #191818;
}

.btn-fill-light {
  background: #131212;
  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: #191818;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #191818;
  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: #191818;
}

.button-line-left:after {
  content: "";
  position: absolute;
  left: 90px;
  top: 11px;
  border: 2.5px solid #191818;
  border-radius: 2px;
  text-align: left;
  width: 14px;
  color: #191818;
}

.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: #191818;
}

.button-line-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2.5px solid #191818;
  border-radius: 2px;
  text-align: right;
  width: 14px;
  color: #191818;
}

.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: #191818;
}

.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 #191818;
  background-color: #191818;
}

@media only screen and (max-width: 991px) {
  .slider-btn1 {
    display: none;
  }
}

.slider-btn2 {
  color: #ffffff;
  border: 2px solid #191818;
  background-color: #191818;
  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 #191818;
  background-color: #191818;
  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: #191818;
  background: transparent;
  border: 2px solid #191818;
}

@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(0, 0, 0, 0.6) !important;
}

.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(245, 124, 0, 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(0, 0, 0, 0.6);
  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: #191818;
}

.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: #191818;
}

.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 !important;
  font-weight: 500 !important;
  line-height: 1;
  padding: 14px 31px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: .3s;
  vertical-align: middle;
  background: #191818;
  border-radius: 0;
  border: none;
  border-radius: 25px;
  float: left !important;
}

@media (max-width: 767px) {
  .btn-str-up2 {
    padding: 20px 40px;
  }
}

.btn-str-up2:hover {
  color: #fff;
}

.btn-str-up2:before {
  background: #131212;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  border-radius: 25px;
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;

}

.btn-str-up2:hover::before {
  transform: scaley(1);
}

.btn-str-up {
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 25px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: .3s;
  vertical-align: middle;
  background: #fff;
  border-radius: 25px;
  border: none;
}

@media (max-width: 767px) {
  .btn-str-up {
    padding: 20px 40px;
  }
}

.btn-str-up:hover {
  color: #fff;
}

.btn-str-up:before {
  background: #191818;
  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: 25px;
}

.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: #131212;
  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: #191818;
  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: #131212;
  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: #191818;
}

.btn-fill-ghost {
  background: #ffffff;
  text-transform: uppercase;
  color: #191818;
  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: #191818;
  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: #191818;
  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: #333;
  text-transform: capitalize;
  color: #ffffff;
  border: 2px solid #333;
  padding: 10px 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: #191818;
}

.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: capitalize;
  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: #191818;
  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: #191818;
  border: 1px solid #191818;
}

.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: #191818;
  border: 1px solid #191818;
}

.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: #191818;
  border: 1px solid #191818;
}

.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: #191818;
  border: 1px solid #191818;
}

.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: #191818;
  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: #191818;
  border: 1px solid #191818;
}

.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: #191818;
  border: 1px solid #191818;
}

.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: #191818;
  border: 1px solid #191818;
}

.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: #191818;
  border: 1px solid #191818;
}

.nav-control-middle-hover:hover .owl-controls .owl-next:hover i {
  color: #ffffff;
}

.nav-control-middle2 .owl-controls i {
  color: #191818;
  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 #191818;
  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: #191818;
  border: 1px solid #191818;
}

.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: #191818;
  border: 1px solid #191818;
}

.nav-control-middle2 .owl-controls .owl-next:hover i {
  color: #ffffff;
}

.nav-control-middlehalf .owl-controls i {
  color: #191818;
  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: #191818;
  border: 1px solid #191818;
  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 #191818;
}

.nav-control-middlehalf .owl-controls .owl-prev:hover i {
  color: #191818;
}

.nav-control-middlehalf .owl-controls .owl-next {
  right: -20px;
}

.nav-control-middlehalf .owl-controls .owl-next:hover {
  background: #f2f4f5;
  border: 1px solid #191818;
}

.nav-control-middlehalf .owl-controls .owl-next:hover i {
  color: #191818;
}

.nav-control-middle3 .owl-controls i {
  color: #191818;
  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 #131212;
  background: #131212;
  font-size: 20px;
  margin: 0 4px;
  height: 40px;
  line-height: 45px;
  width: 40px;
  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%;
  padding: 7px 7px;
  -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: 50%;
  vertical-align: middle;
}

.nav-control-middle3 .owl-controls .owl-nav>div i {
  color: #ffffff;
}

.nav-control-middle3 .owl-controls .owl-nav>div:hover {
  border: 1px solid #191818;
  background-color: transparent;
}

.nav-control-middle3 .owl-controls .owl-nav>div:hover i {
  color: #191818;
}

.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: #191818;
  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: #191818;
}

.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: #191818;
  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: #191818;
}

.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 #191818;
  color: #ffffff;
  background-color: #191818;
}

@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: #191818;
}

.pagination-center .active a {
  border: 1px solid #191818;
  background-color: #191818;
  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 #191818;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#scrollUp i {
  color: #191818;
}

#scrollUp:hover,
#scrollUp:focus {
  background-color: #191818;
}

#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: #191818;
  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: #191818;
}

.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: #191818;
  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;
}

.header .header-top-area1 {
  background-color: #ffffff;
  padding: 22px 0;
}

.header .header-top-area1 {
  background-color: #f5f5f5;
  padding: 22px 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: #191818;
}

.header .top-bar-contact-layout1 a i {
  color: #333333;
  margin-right: 10px;
}

.header .top-bar-contact-layout2 {
  padding: 6px 0;
}

.header .top-bar-contact-layout2 a {
  display: inline-block;
  color: #fff;
  margin-left: 30px;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  line-height: 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;
}

.header .top-bar-contact-layout2 a:hover {
  color: #fff;
}

.header .top-bar-contact-layout2 a i {
  margin-right: 8px;
  font-size: 13px;
  color: #fff;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
  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: #191818;
}

.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: 0px 0;
  text-align: right;
  margin-right: 18px;
  margin-bottom: 0px;
}

.text-right.menu-right {
  text-align: right;
}

.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: #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;
}

.header .top-bar-social-layout1 li a:hover i {
  color: #fff;
}

.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: #191818;
}

.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: #191818;
}

.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;
  }
}

.logo-area {
  margin-top: 0px;
  margin-left: 15px;
}

.logo-area img {
  width: 140px;
}

.second-logo-area img {
  width: 120px;
}

.logo-area.mt-28 {
  margin-top: 28px;
}

.main-menu-area nav ul li {
  display: inline-block;
  position: relative;
}

.main-menu-area nav ul {
  margin-bottom: 0px;
}


.main-menu-area nav ul li>a {
  padding: 27px 23px 27px 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: 16px;
  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: #191818 !important;
}

.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: #fff;
  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;
  font-weight: 500;
  display: block;
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
}

.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;
  color: ;
}

.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: #191818;
}

.main-menu-area.layout1 nav ul>li>a {
  padding: 30px 20px 30px 0;
  color: #ffffff;
}

.main-menu-area.layout1 nav ul>li>a:hover {
  color: lightgray;
}

.main-menu-area.layout1 nav ul>li ul {
  background: #191818;
}

.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: #ccc;
}

.main-menu-area.layout1 nav ul>li ul li.active {
  background: #ffffff;
}

.main-menu-area.layout1 nav ul>li ul li.active a {
  color: #ccc;
}

.main-menu-area.layout1 nav ul li>a.active {
  color: #ccc;
}

.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: #191818;
}

.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: #202227;
}

.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: #191818;
}

.header-fixed {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 999;
  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 {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.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 #191818;
  background: rgba(245, 124, 0, 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: 48px;
  width: 350px;
  background: rgba(255, 152, 0, 0.9);
  border: 1px solid #191818;
  padding: 5px 30px 8px;
  color: #ffffff;
  border-radius: 2px;
  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: #191818;
}

.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: #ffffff;
}

.header-search input::-moz-placeholder {
  color: #ffffff;
}

.header-search input:-moz-placeholder {
  color: #ffffff;
}

.header-search input:-ms-input-placeholder {
  color: #ffffff;
}

.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: #191818;
}

.header-search.layout1 .search-button i {
  border-left: 0;
  padding-left: 0;
}

.header-search.layout2 {
  margin: 17px 0 0;
  text-align: right;
}

.header-search.layout2 .search-input {
  right: 40px;
}

.header-search.layout2 .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.layout2 .search-button:hover {
  color: #191818;
}

.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: ;
  }
}

.mean-container .mean-bar {
  background: transparent !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
  z-index: 99;
}

@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: 22px;
  }
}

.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: #191818;
  -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: -6px;
  width: 175px;
}

.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 #191818;
}

/*=====================================
[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: #191818;
}

.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: #191818;
}

.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: #191818 !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: #191818 !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: #191818 !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: #191818 !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: #191818;
}

@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: #191818;
  text-transform: uppercase;
  border: 2px solid #191818;
  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: #191818;
  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: #191818;
}

@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: #191818;
}

@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: #191818;
  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: #191818;
}

.about-content-layout1 ul li i {
  font-size: 18px;
  margin-right: 20px;
  color: #333333;
}

.about-content-layout2 {
  padding-left: 60px;
}

.about-content-layout2 h1 {
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: left;
}

.about-content-layout2 h1 span {
  color: #191818;
}

@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: #191818;
}

@media (max-width: 991px) {
  .about-content-layout2 h2 {
    font-size: 30px;
  }
}

.about-content-layout2 p {
  margin-top: 10px;
  margin-bottom: 20px;
}

@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: 20px;
    margin-bottom: 15px;
    text-align: justify;
  }
}

.about-content-layout2 ul.complete-project {
  display: -webkit-box;
  margin-bottom: 5px;
}

.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: 40px;
  color: #000;
  margin-bottom: 8px;
}

.about-content-layout2 ul.complete-project li h2 small {
  font-size: 51%;
}

@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: #191818;
  border: 2px solid #191818;
  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: #191818;
}

@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: #191818;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}

.about-content-layout3 h2 span {
  color: #191818;
}

@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: #191818;
}

.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: #191818;
}

.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%;
  border-radius: 8px;
}

@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: 0;
  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: #191818;
}

.benefits-content-layout1 ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #191818;
  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: #191818;
  -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: 0px;
}

.process-image-box img {
  width: 100%;
  border-radius: 8px;
}

.process-content-layout1 {
  padding-left: 20px;
}

@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: 10px;
  color: #000;
  text-align: justify;
}

.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: green;
  margin-right: 10px;
}

.process-content-layout1 ul li a {
  color: #000;
  -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: #191818;
}

.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: #191818;
}

.mission-vission-layout1 {
  margin-bottom: 0px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  min-height: 533px;
}

.content-box.text-center {
  position: relative;
  padding: 20px 20px;
}

.mission-vission-layout1 .image-box {
  margin-bottom: 0px;
}

.mission-vission-layout1 .image-box img {
  width: 100%;
}

.mission-vission-layout1 .content-box h2 {
  font-size: 25px !important;
  color: #333333;
  margin-bottom: 10px;
}

.mission-vission-layout1 .content-box p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.features3-layout2 p {
  margin: 0;
  color: #505050;
}

.features3-layout3 {
  margin-bottom: 0px;
  padding: 35px 20px;
  background-color: #fff;
  border-radius: 10px;
}

.features3-layout3.shadow-equal.active {
  background-color: #333 !important;
  border-radius: 3px;
  margin-top: 30px;
}

.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: 30px;
  -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: #191818;
  font-size: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 125px;
}

.features3-layout3 .content-box {
  text-align: center;
  padding: 0px 26px;
}

.features3-layout3 .content-box h3 {
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 1.0;
}

.features3-layout3.shadow-equal.active .content-box h3 a {
  color: #fff;
}

.features3-layout3.shadow-equal.active .content-box p {
  color: #fff;
}

.features3-layout3 .content-box h3 a {
  color: #000;
  -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: #191818;
}

.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;
  font-weight: normal;
  font-size: 15px;
}

.features3-layout3:hover .icon-box {
  background-color: #444447;
}

.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: #191818;
  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: #191818;
}

.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: #191818;
  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: #191818;
  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: #191818;
  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: #191818;
}

.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: #191818;
}

.features3-wrp-layout1:hover .content-box h3 a {
  color: #191818;
}

.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: #191818;
}

.more-service-layout1 ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #191818;
  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 #131212;
  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 #131212;
  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: #191818;
}

.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: #131212;
}

.shape-service-layout1:hover:before,
.shape-service-layout1:hover:after {
  visibility: visible;
  opacity: 1;
}

.ourservice-layout1 {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #444447;
}

@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: #fff;
  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: 90%;
    color: #fff;
    text-align: justify;
    margin-bottom: 20px;
  }
}

@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: #191818;
}

.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: 25px;
  }
}

@media (max-width: 1199px) {
  .ourservice-layout1 .ourservice-content p.left-align {
    width: 95%;
    margin-bottom: 25px;
  }
}

.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: #191818;
  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: #191818;
}

/*=======================================================================
[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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

@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: #191818;
  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: 15px;
  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: #191818;
  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: 11px 15px;
  border: 1px solid #333;
  margin-bottom: 20px;
}

.contact-form-layout4 form .top-input::placeholder {
  font-size: 15px !important;
}

.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 #333;
}

.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: #191818;
}

.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: #191818;
  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: #191818;
}

.why-choose-layout2 .media-body p {
  margin: 0;
}

.why-choose-layout2:hover .media-left i {
  color: #191818;
  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: #191818;
  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: #191818;
  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: #191818;
}

.offer-wrp-layout1 .media-body p {
  margin: 0;
}

.offer-wrp-layout1:hover .media-left i {
  color: #191818;
  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: #191818;
  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: #191818;
  font-size: 18px;
  text-transform: uppercase;
}

.progress-layout3 {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.progress-layout3 i {
  color: lightgray !important;
  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: capitalize;
  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: #191818;
}

.tab-menu-layout2 {
  padding: 40px 0;
}

.tab-menu-layout2 ul li {
  display: inline-block;
  margin-right: 15px;
  color: #191818;
}

.tab-menu-layout2 ul li a {
  color: #191818;
  -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: #191818;
}

.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: #191818;
}

.tab-menu-list-default a.current {
  color: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

/*=======================================================================
[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: #191818;
}

.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: #191818;
}

.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 #191818;
  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: #191818;
}

.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: #191818;
}

.contact-info-layout2 li i {
  font-size: 24px;
  margin-right: 20px;
}

.contact-info-layout3 {
  padding: 40px 28px 55px;
  box-shadow: 0 9px 7px 0 rgba(13, 3, 44, .1);
  !important;
  background-color: #ffffff;
}

.contact-info-layout3 h2 {
  font-size: 25px;
  text-transform: capitalize;
  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: #191818;
}

.contact-info-layout3 ul.contact-address {
  margin-bottom: 30px;
}

.contact-info-layout3 ul.contact-address li {
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.contact-info-layout3 ul.contact-address li i {
  left: 0;
  top: 0;
  position: absolute;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.contact-info-layout3 ul.contact-address li:last-child {
  border-bottom: none;
}

.contact-info-layout3 ul.contact-address li p {
  margin: 0;
  text-align: left;
  font-size: 16px;
  color: #000;
  /*text-transform: capitalize;*/
}

.contact-info-layout3 ul.contact-social {
  text-align: left;
  position: relative;
}

.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: 50%;
  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;
}

.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-instagram {
  padding: 10px 12px;
  background-color: #19b2f5;
}

.contact-info-layout3 ul.contact-social .fa-youtube {
  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 #191818;
}

/*=======================================================================
[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(245, 124, 0, 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: #191818;
  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: #191818;
}

.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: #191818;
}

@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 {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.contact-text-img::before {
  content: '';
}

.feedback-review-layout1 .media.bottom-content {
  padding: 48px 0 25px;
  position: relative;
  background-color: #333;
  border-radius: 0 0 4px 4px;
}

@media only screen and (max-width: 479px) {
  .feedback-review-layout1 .media {
    margin-bottom: 10px;
  }
}

.feedback-review-layout1 .media-left.img-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 0;
  z-index: 2;
  transform: translateY(-50%);
}


.feedback-review-layout1 .media-left img {
  border-radius: 50%;
  background-color: transparent;
  padding: 2px;
  overflow: hidden;
  margin-bottom: 10px;
  height: 80px;
  width: 83px !important;
  display: inline-block;
}

.feedback-review-layout1 .media-left.img-box i {
  background-color: #000;
  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;
}

.feedback-review-layout1 .media-body h3 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 10px 0;
}

.feedback-review-layout1 .media-body span {
  line-height: 1;
  font-size: 15px;
}

.feedback-review-layout1 .description p {
  color: #000;
  margin-bottom: 0;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

.description {
  background-color: #fffffd;
  padding: 35px 38px 60px;
  box-shadow: 0 0 10px #eae4e4;
}

.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: #191818;
  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: #191818;
  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: #191818;
  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: #191818;
  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: #191818;
  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: #191818;
  border: 2px solid #191818;
  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: #191818;
  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: #191818;
  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: #191818;
  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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
  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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.sidebar-box-layout3 .category-list ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #191818;
  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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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 #191818;
}

@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: #191818;
  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: #191818;
  color: #ffffff;
}

.blog-news-layout2 .prev-next .btn-next-textprimary {
  background-color: #191818;
  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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: #191818;
}

.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: 22;
  position: relative;
}

.banner-content-layout1 h2 {
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 70%;
  color: #ffffff;
  margin-bottom: 22px;
  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: #191818;
}

.banner-content-layout1 li.call {
  display: inline;
  margin-right: 5px;
  font-weight: 500;
}

.banner-content-layout1 li.call i {
  background-color: #fff;
  color: black;
  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: #191818;
  background-color: #ffffff;
}

.banner-content-layout1 li.call span {
  font-size: 30px;
  color: #ffffff;
}

.banner-content-layout1 li.call span a {
  color: #fff;
}

.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: #131212;
  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: #191818;
  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: #191818;
}

.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: #191818;
}

.banner-content-layout1.video-button span.uppercase-text {
  text-transform: uppercase;
  color: #191818;
  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: #191818;
  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: #191818;
  border-bottom: 1px solid #191818;
  border-top: 1px solid #191818;
}

.project-list .current {
  color: #191818;
  border-bottom: 1px solid #191818;
  border-top: 1px solid #191818;
}

.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: #191818;
}

.project-list2 .current {
  color: #191818;
}

.portfolio-layout1 {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.portfolio-layout1:before {
  content: "";
  position: absolute;
  background-color: rgba(245, 124, 0, 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: #191818;
}

.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: #191818;
  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(245, 124, 0, 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: #191818;
  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(0, 0, 0, .8);
  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: 15px;
  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: #191818;
  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: #191818;
  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: #191818;
}

.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: #191818;
}

.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;
  margin-bottom: 0px;
}

.protfolio-boxcard {
  margin-bottom: 5px;
}

.portfolio-layout5 .image-box {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.portfolio-layout5 .image-box img {
  transition: transform 0.4s ease;
  height: 310px;
  width: 100%;
}

.portfolio-layout5 .image-box img {
  filter: brightness(90%);
}

.portfolio-layout5:hover .image-box img {
  transform: scale(1.1);

}

.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;
  left: 0;
  opacity: 0;
  border-radius: 10px;
  -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 0px 0;
}

.portfolio-layout5 .content-box ul li {
  display: inline;
  margin-right: 5px;
}

.portfolio-layout5 .content-box ul li i {
  padding: 14px 15px;
  color: #191818;
  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: #333;
  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: #191818;
}

.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: #191818;
}

.portfolio-layout5 .content-box p {
  color: #ffffff;
}

.portfolio-layout5:hover .content-box {
  visibility: visible;
  opacity: 1;
  border-radius: 10px;
}

.portfolio-layout5:hover:before {
  visibility: visible;
  opacity: 1;
  border-radius: 10px;
}

.portfolio-layout6 {
  margin-bottom: 10px;
  position: relative;
}

.portfolio-layout6:before {
  content: "";
  position: absolute;
  background-color: rgba(245, 124, 0, 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 #191818;
  -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: #191818;
  margin-bottom: 0;
}

.error-404 .error-message h2 {
  font-size: 48px;
  color: #333333;
  margin-bottom: 80px;
}

/*=======================================================================
[20] Footer Area
=========================================================================*/
.fab-copy-right {
  color: #111;
}

.footer-area-top {
  padding: 80px 0 10px;
  margin-top: -65px;
}

@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: 20px;
}

.footer-area-top .footer-box h3 {
  font-size: 20px;
  font-weight: 600;
}

.footer-area-top h3 {
  color: #ffffff;
  font-style: 24px;
  text-transform: capitalize;
}

.footer-area-top p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.footer-area-top .footer-logo {
  margin-bottom: 30px;
}

.footer-area-top .footer-logo img {
  margin-bottom: 20px;
  width: 175px;
}

@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: 0px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 11px;
}

.footer-area-top .useful-links>li ul li:last-child {
  border-bottom: none;
}



.footer-area-top .useful-links>li ul li 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;
  font-size: 15px;
  text-transform: capitalize;
}

.footer-area-top .useful-links>li ul li a i {
  padding-right: 3px;
}

.footer-area-top .useful-links>li ul li a:hover {
  color: #fff;
}

.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: #191818;
  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: #131212;
}

.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-instagram {
  background-color: #f05b44;
}

.footer-area-top .footer-newslatter ul.contact-social .icofont-social-youtube {
  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: #191818;
}

.footer-area-top .footer-popular-post .media-body p {
  color: #191818;
  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: #000;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  font-size: 17px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background: #fff;
  line-height: 35px;
}

.footer-area-top .corporate-address li p {
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.5;
}

.footer-area-top .corporate-address li p a {
  color: #fff;
  font-size: 15px;
}

.footer_media_main_div {
  margin-bottom: 14px;
}

.footer_media_main_div>.d-flex>.flex-shrink-0>i {
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 100px;
  color: #000;
  font-size: 20px;
}

.footer_contactus_content_div>a {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 27px;
}

.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: 10px 0 10px;
  text-transform: capitalize;
  font-size: 14px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .footer-area-bottom {
    text-align: center;
    padding: 17px 0;
  }
}

.footer-area-bottom p {
  color: #fff;
  margin-bottom: 0px;
}

@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: #fff;
}

/*=======================================================================
[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%;
  }
}










/*my css*/

.about-content-layout2 p {
  text-align: justify;
  line-height: 30px;
  font-size: 15px;
  color: #808080;
  font-weight: normal;
}

.discount_section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F0F0F0;
  transition: .6s ease-in-out;

}

.discount_img_box_right img {
  border-radius: 8px;
}

.discount_img_main_box {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: .6s ease-in-out;
  margin-bottom: 30px;
  margin-top: 70px;
}

.discount_img_main_box img {
  width: 100%;
  transition: .6s ease-in-out;
  cursor: pointer;
}

.discount_img_overlay_btn {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transition: .8s ease-in-out;
  opacity: 0;
}


.discount_img_main_box:hover .discount_img_overlay_btn {
  position: absolute;
  bottom: 23%;
  left: 0;
  right: 0;
  text-align: center;
  transition: .8s ease-in-out;
  opacity: 1;
}


.discount_img_overlay_btn a {
  background-color: #fff;
  padding: 15px 17px 15px 17px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: rgba(0, 0, 0);
  margin-right: 35px;
  transition: .5s ease-in-out;
  border-radius: 4px;
}



.discount_img_overlay_btn a:hover {
  background-color: #444447;
  padding: 15px 17px 15px 17px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: white;
  margin-right: 35px;
  transition: .5s ease-in-out;
}

.discount_img_box_right {
  text-align: center;
  margin-bottom: 0px;
}

.ourservice-image {
  margin-bottom: 0px;
}

.ourservice-image img {
  width: 100%;
}


.count_section {
  margin-top: 50px;
  margin-bottom: 0px;
}


/*1 img css count start*/

.count_img_main_box {
  text-align: center;
  width: 280px;
  height: 280px;
  transition: .4s ease-in-out;
  background-image: url(images/a22.jpg);
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  transition: .5s ease-in-out;
  margin-bottom: 30px;

}

.count_img_overlay_box {
  background-color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5%;
  transition: .5s ease-in-out;
  right: 125px;
  border-radius: 100%;
  z-index: 99;
}


.count_img_main_box:hover .count_img_overlay_box {
  background-color: rgba(0, 0, 0, .8);
  width: 280px;
  height: 280px;
  position: absolute;
  top: 0;
  transition: .5s ease-in-out;
  right: 0;
  z-index: 1;

}


.count_img_overlay_box2 {
  background-color: rgba(0, 0, 0, .7);
  width: 280px;
  height: 280px;
  position: absolute;
  bottom: 0;
  transition: .5s ease-in-out;
  right: 0px;
  border-radius: 100%;

}

.count_img_main_box:hover .count_img_overlay_box2 {
  background-color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5%;
  transition: .5s ease-in-out;
  right: 125px;
  border-radius: 100%;
  z-index: 99;

}

.count_txt_box {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  z-index: 99;
}

.count_txt_box .fa {
  font-size: 30px;
  color: rgba(0, 0, 0.6);
  background-color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom-left-radius: 10px;

  margin-bottom: 8px;
}

.count_txt_box b {
  color: white !important;
  font-size: 23px;
  text-transform: capitalize;
}

.count_txt_box p {
  color: white !important;
  font-size: 23px;
  text-transform: uppercase;

}

/*1 img css count end*/



/*2 img css count start*/


.count_img_main_box2 {
  text-align: center;
  width: 280px;
  height: 280px;
  transition: .4s ease-in-out;
  background-image: url(images/a26.jpg);
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  transition: .5s ease-in-out;
  margin-bottom: 30px;

}

.count_img_overlay_box3 {
  background-color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5%;
  transition: .5s ease-in-out;
  right: 125px;
  border-radius: 100%;
  z-index: 99;
}


.count_img_main_box2:hover .count_img_overlay_box3 {
  background-color: rgba(0, 0, 0, .8);
  width: 280px;
  height: 280px;
  position: absolute;
  top: 0;
  transition: .5s ease-in-out;
  right: 0;
  z-index: 1;

}


.count_img_overlay_box4 {
  background-color: rgba(0, 0, 0, .6);
  width: 280px;
  height: 280px;
  position: absolute;
  bottom: 0;
  transition: .5s ease-in-out;
  right: 0px;
  border-radius: 100%;

}

.count_img_main_box2:hover .count_img_overlay_box4 {
  background-color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5%;
  transition: .5s ease-in-out;
  right: 125px;
  border-radius: 100%;
  z-index: 99;

}

.count_txt_box2 {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  z-index: 99;
}

.count_txt_box2 .fa {
  font-size: 30px;
  color: rgba(0, 0, 0.6);
  background-color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 8px;
  border-bottom-right-radius: 10px;

}

.count_txt_box2 b {
  color: white !important;
  font-size: 23px;
  text-transform: capitalize;
}

.count_txt_box2 p {
  color: white !important;
  font-size: 23px;
  text-transform: capitalize;

}

/*2 img css count end*/


/*3 img css count start*/


.count_img_main_box3 {
  text-align: center;
  width: 280px;
  height: 280px;
  transition: .4s ease-in-out;
  background-image: url(images/a25.jpg);
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  transition: .5s ease-in-out;
  margin-bottom: 30px;

}

.count_img_overlay_box5 {
  background-color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5%;
  transition: .5s ease-in-out;
  right: 125px;
  border-radius: 100%;
  z-index: 99;
}


.count_img_main_box3:hover .count_img_overlay_box5 {
  background-color: rgba(0, 0, 0, .8);
  width: 280px;
  height: 280px;
  position: absolute;
  top: 0;
  transition: .5s ease-in-out;
  right: 0;
  z-index: 1;

}


.count_img_overlay_box6 {
  background-color: rgba(0, 0, 0, .7);
  width: 280px;
  height: 280px;
  position: absolute;
  bottom: 0;
  transition: .5s ease-in-out;
  right: 0px;
  border-radius: 100%;

}

.count_img_main_box3:hover .count_img_overlay_box6 {
  background-color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5%;
  transition: .5s ease-in-out;
  right: 125px;
  border-radius: 100%;
  z-index: 99;

}

.count_txt_box3 {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  z-index: 99;
}

.count_txt_box3 .fa {
  font-size: 30px;
  color: rgba(0, 0, 0.6);
  background-color: white;
  border-top-right-radius: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 8px;
}

.count_txt_box3 b {
  color: white !important;
  font-size: 23px;
  text-transform: capitalize;
}

.count_txt_box3 p {
  color: white !important;
  font-size: 23px;
  text-transform: capitalize;

}

/*3 img css count end*/





/**/


/**/
.fixed_icons_main_div {
  position: fixed;
  right: 0;
  top: 70%;
  transition: .4s ease-in-out;
  z-index: 99;
  position: ;
  overflow: ;
}

.main_icon_box {
  margin: 20px;
  transition: .4s ease-in-out;

}

.main_icon_box a {
  background-color: #2d2b2b;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  color: white;
  font-size: 30px;
  transition: .4s ease-in-out;

}

/**/

/**/
.overlay_icons_main_div_first {
  position: absolute;
  left: 30px;
  top: 27px;
  transition: .4s ease-in-out;
  opacity: 0;
  z-index: -99;

}

.fixed_icons_main_div:hover .overlay_icons_main_div_first {
  position: absolute;
  left: -10px;
  top: -30px;
  opacity: 1;

}


.overlay_icons_main_div_first a {
  background-color: #2d2b2b;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  transition: .4s ease-in-out;

}




.overlay_icons_main_div_second {
  position: absolute;
  top: 10px;
  left: 35px;
  transition: .4s ease-in-out;
  opacity: 0;
  z-index: -99;

}



.fixed_icons_main_div:hover .overlay_icons_main_div_second {
  position: absolute;
  top: 18px;
  left: -35px;
  opacity: 1;
}

.overlay_icons_main_div_second a {
  background-color: #2d2b2b;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  transition: .4s ease-in-out;

}





.overlay_icons_main_div_third {
  position: absolute;
  bottom: 35px;
  left: 35px;
  transition: .4s ease-in-out;
  opacity: 0;
  z-index: -99;


}


.fixed_icons_main_div:hover .overlay_icons_main_div_third {
  position: absolute;
  bottom: -5px;
  left: -25px;
  opacity: 1;
}




.overlay_icons_main_div_third a {
  background-color: #2d2b2b;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  transition: .4s ease-in-out;

}

/**/



/**/

.modal-content {
  background-image: url(images/a20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.overlay_modal_bg {
  background-color: #fff;
}



.modal-title {
  text-transform: capitalize;
  font-weight: normal;
  color: #000;
  letter-spacing: .4px;
}

.main_div_modal_form input {
  margin-bottom: 15px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border: 1px solid #000 !important;
  border-radius: none !important;
}


.main_div_modal_form textarea {
  margin-bottom: 20px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border: 1px solid #000!important;
  border-radius: none !important;

}

.main_div_modal_form input[type="text"] {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 15px !important;
}


.main_div_modal_form input:focus[type="text"] {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 15px !important;
  border: 1px solid #000!important;
}


.main_div_modal_form input[type="email"] {
  color: white !important;
  font-weight: normal !important;
  font-size: 15px !important;
}


.main_div_modal_form input:focus[type="email"] {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 15px !important;
  border: 1px solid #000 !important;

}


.main_div_modal_form input[type="tel"] {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 15px !important;
}


.main_div_modal_form input:focus[type="tel"] {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 15px !important;
  border: 1px solid #000 !important;

}


.main_div_modal_form textarea[type="msg"] {
  color: #fff !important;
  font-weight: normal !important;
  font-size: 15px !important;
  border: 1px solid #000;
}



.main_div_modal_form textarea:focus[type="msg"] {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 15px !important;
  border: 1px solid #000 !important;

}


.main_div_modal_form ::placeholder {
  color: white !important;
  font-weight: normal !important;
  font-size: 14px !important;
  letter-spacing: .5px !important;
}

.main_div_modal_form .btn-dark {
  background-color: #000!important;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-size: 14px;
  border: 1px solid lightgray !important;
  transition: .4s ease-in-out;
}

.main_div_modal_form .btn-dark:hover {
  background-color: transparent !important;
  color: black;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-size: 14px;
  border: 1px solid #DAA520 !important;
  background-color: #DAA520 !important;
  transition: .4s ease-in-out;

}

/**/





@media (max-width: 767px) {



  .discount_img_overlay_btn {
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    text-align: center;
    transition: .8s ease-in-out;
    opacity: 1;
  }


  .discount_img_main_box:hover .discount_img_overlay_btn {
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    text-align: center;
    transition: .8s ease-in-out;
    opacity: 1;
  }


  .discount_img_overlay_btn a {
    background-color: #fff;
    padding: 12px 10px 12px 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: rgba(0, 0, 0);
    margin-right: 35px;
    transition: .5s ease-in-out;
    border-radius: 4px;
  }



  .discount_img_overlay_btn a:hover {
    background-color: #444447;
    padding: 15px 17px 15px 17px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    margin-right: 35px;
    transition: .5s ease-in-out;
  }

}


/*-- Page Title --*/

.page-title-area-section {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center center;
}

.page-title-area {
  background-color: rgba(0, 0, 0, .4);
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  position: relative;
}

.page-title-area img {
  position: absolute;
  left: 0;
  right: 0;
  top: 87px;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  opacity: .20;
}

.page-title-area .page-title-content {
  position: relative;
}

.page-title-area .page-title-content h2 {
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.page-title-area .page-title-content ul {
  margin: 0;
  padding: 0;
}

.page-title-area .page-title-content ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
}

.page-title-area .page-title-content ul li a {
  color: #000;
  font-size: 17px;
  text-decoration: none;
  text-transform: capitalize;
}

.page-title-area .page-title-content ul li a:hover {
  color: #000;
}

.page-title-area .page-title-content ul li i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
}

/*-- End Page Title --*/


/**/
.gallery_section {
  position: relative;
  width: 100%;
  padding: 40px 0px 40px;
}


.gallery_img_page_box {
  text-align: center;
  margin-bottom: 27px;
}

/**/


/**/
.products_page_section {
  position: relative;
  width: 100%;
  padding: 40px 0px 40px;
}

.product_img_page_box {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  position: relative;
  padding: 5px;
  overflow: hidden;
}

.product_img_page_box img {
  width: 100%;
  margin-bottom: 5px;
}

.products_overlay_div {
  text-align: center;
  padding: 5px;
}

.products_overlay_div p {
  font-weight: 700;
  color: #000;
  font-size: 17px;
  margin: 0px 0px 0px 0px;
}


.shaped img {
  filter: brightness(90%);
}

/**/

.dskw {
  display: ;
}

.phw {
  display: none;
}



/** Social Link One **/
.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.social-style-one a {
  color: rgba(256, 256, 256, 0.8);
  margin-right: 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
  height: 30px;
  background: transparent;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.social-style-one a:last-child {
  margin-right: 0;
}

.social-style-one a:hover {
  opacity: 1;
  background: white;
  color: #044d79;
}

.social-style-one a:hover i {
  color: #044d79 !important;
}

/* Social Link Two */
.social-style-two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.social-style-two a {
  margin: 0 35px 5px 0;
}

/* Social Link Three */
.social-style-three {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.social-style-three a {
  font-size: 15px;
  margin: 5px 10px 0 0;
  width: 35px;
  height: 35px;
  background: transparent;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid rgba(36, 36, 36, 0.15);
}

.social-style-three a:hover {
  color: white;
  background: #d6b981;
  border-color: #d6b981;
}

.social-style-three a:last-child {
  margin-right: 0;
}



.cw-div {
  position: fixed;
  top: 48%;
  right: 0px;
  z-index: 9;
}

.cw-div a {
  display: block;
  text-align: center;
  padding-right: 15px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(115px);
}

.cw-div a:hover {
  transform: translateX(0);
  border-radius: 15px 0 0 15px;
}



.cw-div a span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 40px;
  margin-left: 11px;
}



.cw-div a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-right: 1px solid rgba(256, 256, 256, 0.2);
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}

.cw-div a.fb {
  background-color: #0863F7;
}

.cw-div a.inst {
  background-color: #C236A5;
}

.cw-div a.ytb {
  background-color: #F70101;
}


.cw-div a.fb:hover {
  background-color: #1f54a8;
  color: #fff;
}

.cw-div a.inst:hover {
  background-color: #aa3993;
  color: #fff;
}

.cw-div a.ytb:hover {
  background-color: #c52d2d;
  color: #fff;
}

.social-media-icon li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-decoration: none;
  background: #21a7d0;
  color: #ffffff;
  text-align: center;
}

.social-media-icon li a.facebook {
  background-color: #1877f2;
}

.social-media-icon li a.instagram {
  background-color: #e1306c;
}

.social-media-icon li a.youtube {
  background-color: #ff0000;
}

.logo-area.second-logo-area {
  margin-left: 0px !important;
  text-align: center;
}

.main-menu-area.second-menu-area .col-lg-2.col-md-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 14% !Important;
}

.main-menu-area.second-menu-area .col-lg-6.col-md-6 {
  width: 58% !important;
}

.animate-border {
  text-align: center;
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #000;
  overflow: hidden;
  margin: auto;
}

.animate-border.border-animated {
  margin: unset !important;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.rs-footer .footer-top .widget-title::after {
  position: absolute;
  content: '';
  bottom: -16px;
  height: 2px;
  width: 50px;
  left: 0;
  background-color: #000;
}

.footer-discription {
  padding-right: 50px;

}

.footer-area-top p a {
  font-size: 14px;
  color: #fff;

}
.section-space-all.about-sec-index{
  padding: 50px 0px 35px;
}

.footer-left {
  padding-left: 20px;
}

.section-space-top.latest-rpoduct-sec {
  padding: 25px 0 0px;
}

.gallery_img_page_box img {
  border-radius: 8px;
}

.acoustic-sec-page {
  position: relative;
  width: 100%;
  padding: 20px 0px 20px;
}

.products_overlay_div {
  text-align: center;
  padding: 5px;
}

.products_overlay_div p {
  font-weight: 700;
  color: #000;
  font-size: 17px;
  margin: 0px 0px 0px 0px;
}

.footer-area-top .footer-box:last-child {
  margin-bottom: 0px;
}

.about-image {
  position: relative;

}

.about-image::before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  border-left: 10px solid #ccc;
  border-top: 10px solid #ccc;
  position: absolute;
  top: -27px;
  left: -27px;
}

.circle {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -50px;
    bottom: -30px;
    line-height: 128px;
}

.circle p {
  text-align: justify;
  line-height: 30px;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0;
}

.logo {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-image: url(/sport-image11.jpg);
  background-size: cover;
  filter: brightness(1.5) contrast(1.5);
}

.text {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: anim 10s linear infinite;
}

@keyframes anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.text span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 100px;

}

.testimonial-content-inner .testimonial-text {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 25px 22px;
  min-height: 210px;
  text-align: left;
  -webkit-box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
  box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
}

.testimonial-content-inner .testimonial-text:before {
  content: '';
  bottom: -20px;
  top: auto;
  border-color: #fff transparent transparent #fff;
  display: block;
  position: absolute;
  left: 0;
  margin-left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
}

.testimonial-content-inner .testimonial-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
  font-weight: 400;
}

.testimonial-content-inner .author-info-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: row;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  padding: 30px 0 0px;
}

.testimonial-content-inner .author-info-box .author-img img {
  border-radius: 50%;
  border: 5px solid #fff;
  width: 75px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
  box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
}

.testimonial-content-inner .author-info-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.testimonial-content-inner .author-info-box .author-img {
  margin-right: 18px;
}

.privacy_section {
  padding: 20px 0px 20px 0px;
  position: relative;
  width: 100%;
}

.privacy_content_main_div>h1 {
  color: #212121;
  text-transform: capitalize;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 4px !important;
}

.privacy_content_main_div>p {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 27px;
  text-align: justify;
  transition: 0.2s ease-in-out;
  margin-bottom: 3px !important;
}

.privacy_content_main_div>ul {
  list-style: square;
  padding: 0px 20px !important;
  margin-bottom: 0px !important;
}

.privacy_content_main_div>ul>li {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  line-height: 27px;
  transition: 0.2s ease-in-out;
  margin-bottom: 3px !important;
}

.privacy_content_main_div>h2 {
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}

.privacy_content_main_div>h3 {
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}

.privacy_content_main_div>h4 {
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}

.contact-form-layout4.contact-form-box {
  padding: 20px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
  margin-bottom: 30px;
  border: 5px solid #333;
  border-radius: 10px;
}

.section-space-all.contact-page-sec {
  position: relative;
  width: 100%;
  padding: 40px 0px 20px;
}
.contact-form-layout4.contact-form-box{
  margin-bottom: 0px;
}
.section-space-top.map-sec {
  position: relative;
  width: 100%;
  padding: 20px 0px 0px;
}

.section-space-all.gallery-page-sec .protfolio-boxcard {
  margin-bottom: 20px;
}

.section-space-all.gallery-page-sec {
  position: relative;
  width: 100%;
  padding: 30px 0px 20px;
}
.sitemap-sec-page{
  position: relative;
  width: 100%;
  padding: 30px 0px 30px;
}
.sitemap_main_div_list {
    margin-bottom: 20px;
}
.global_collapse_div{

}
.global_collapse_div > li {
    background-color: #e7e6e6;
    margin-bottom: 0px;
    border: 1px solid #f5f5f5;
    padding: 12px 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}
.global_collapse_div > li > a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.global_collapse_div > li > span {
    cursor: pointer;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: var(--black-color);
    text-transform: capitalize;
}
.global_collapse_div > li:hover > a {
    color: #fff;
    text-transform: capitalize;
}
.global_collapse_div > li:hover {
    background-color: #000;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}
.collpase_list_ul_div > ul {
    padding: 0px 10px !important;
    list-style: none !important;
}
.collpase_list_ul_div > ul > li {
    border-bottom: 1px dashed #ccc;
    padding: 7px 0px 7px 0px;
    text-transform: capitalize;
}
.collpase_list_ul_div > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.section-title-primary .about-tile{
  margin-bottom: 10px!important;
}
.section-space-all.baffle-celling-sec .portfolio-layout5 .image-box img{
  height: auto!important;
}
.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 99;
}
.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
  background-color: #dc3545;
  height: 60px;
  line-height: 57px;
  width: 60px;
  text-align: center;
  border-radius: 100px;
  animation: moveUpDown 2s ease-in-out infinite;
  display: inline-block;
  margin-bottom: 8px;
}

@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.call_icon_div>a>img {
  width: 32px !important;
  filter: brightness(0%) invert(1);
  height: 60px;
  line-height: 60px;
  width: 60px;
  object-fit: contain;
}

.whatsapp_icon_div {
  text-align: center;
}

.whatsapp_icon_div>a {
  background-color: #008000;
  height: 60px;
  line-height: 57px;
  width: 60px;
  text-align: center;
  border-radius: 100px;
  animation: zigzag 0.5s ease-in-out infinite;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: steps(1, end);
  position: relative;
  animation: zigzag 8s infinite;
  display: inline-block;
}

@keyframes zigzag {
  0% {
    left: 0px;
  }

  1% {
    left: -5px;
  }

  2% {
    left: 5px;
  }

  3% {
    left: -5px;
  }

  4% {
    left: 5px;
  }

  5% {
    left: 0px;
  }

  100% {
    left: 0px;
  }
}

.whatsapp_icon_div>a>img {
  width: 32px !important;
  filter: brightness(0%) invert(1);
  height: 60px;
  line-height: 60px;
  width: 60px;
  object-fit: contain;
}


.mobile_whatsapp {
  display: none;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content {
    border: 4px solid #000;
    border-radius: 10px;
    box-shadow: none;
    background-color: #ffff;
    outline: none;
}
.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-body {
    padding: 5px 15px;
}
.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-body .enquiry_popup_input_div>label {
    font-size: 14px;
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 4px !important;
}
.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-header .btn-close.close {
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    box-shadow: none;
    outline: none;
    background: #000;
    border-radius: 50%;
    line-height: 30px;
    right: -12px;
    color: #fff;
    top: -16px;
    opacity: 1;
    z-index: 99;
}
.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-header .btn-close:focus{
  opacity: 1!important;
}
.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-header span {
  color: #fff!important;
}

.phone-trainer-sec{
  position: relative;
  padding: 20px 0px 20px;
}
.global-trainer-offer {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    display: flex
;
    background-color: #444447;
    position: relative;
    border-radius: 100px;
    align-items: center;
    padding: 2rem 2rem 2rem 2rem;
}
.global-trainer-offer .text-offer h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 5px;
}
.global-trainer-offer .text-offer {
    width: 65%;
    display: flex
;
    flex-direction: column;
}
.phone-btn {
    font-size: 16px;
    color: #fff;
    padding: 10px 24px;
    transition: all 0.5s;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: #000;
    z-index: 1;
}
.pmp-exam-buttons {
    margin-top: 0;
    width: calc(100% - 75%);
    justify-content: flex-end;
}
.animated-name-text span{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-right: 10px;
}

.animated-name-text .phone-btn {
    animation: wiggle 3s infinite;
}
@keyframes wiggle {
	0% {
		transform: rotate(0deg);
	}

	80% {
		transform: rotate(0deg);
	}

	85% {
		transform: rotate(5deg);
	}

	95% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}
.mobile_view_header_div_main {
    padding: 4px 0px;
    display: none;
}
.mobile_view_flex_main_div {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.mobile-navbar-brand>img {
    width: 140px;
}
.phone_view_icons_div>a {
    border-radius: 100%;
    text-align: center;
}
.phone_view_icons_div>a>img {
    width: 35px;
}
.sidebar_section>.offcanvas>.offcanvas-header>.offcanvas-title>a>img {
    width: 140px !important;
}
.sidebar_section>.offcanvas>.offcanvas-header>button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 100px !important;
    color: #fff !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #000 !important;
}
.sidebar_ul_main_div>ul {
    padding-left: 0px;
}
.sidebar_ul_main_div>ul>li {
    border-bottom: 1px dashed #ccc;
    transition: .3s ease-in-out;
    text-transform: capitalize;
    list-style-type: none;
    padding: 9px 3px 9px 3px !important;
}
.sidebar_ul_main_div>ul>li>a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    transition: .3s ease-in-out;
    padding: 9px 0px !important;
    text-transform: capitalize;
}
.sidebar_ul_main_div>ul>li>span {
    float: right;
    background-color: #000;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    border-radius: 2px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.sidebar_contactus_information_div_main {
    padding: 0px 10px;
}
.sidebar_contactus_information_div_main>h4 {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
}
.sidebar_contactus_information_div_main>h4:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 30%;
    margin-left: -14px;
    background-color: #444447;
    border-radius: 100px;
    animation: leftRightMove 2s ease-in-out infinite;
}
.sidebar_contactus_information_div_main>h4:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 30%;
    margin-left: -50px;
    background-color: #333;
}
.sidebar_media_main_div {
    margin-bottom: 20px;
}
.sidebar_media_main_div>.d-flex>.flex-shrink-0>i {
    background-color: #000;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
}
.sidebar_contactus_content_div>a {
    display: block;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 27px;
}
.sidebar_contactus_content_div>p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px !important;
}
.side_bar_main_div_flex {
    display: flex
;
    align-items: center;
    gap: 10px;
}
.social_icon_div {
    margin-bottom: 20px !important;
}
.social_icon_div>p {
    margin-bottom: 7px !important;
    color: #333;
    font-size: 15px;
    text-transform: capitalize;
}
.social_icon_div > a {
    background-color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 1px;
    font-size: 14px;
    border-radius: 2px;
    color: #fff;
}
.drop_down_submneu_list > ul > li {
    border-bottom: 1px dashed #ccc;
    transition: .3s ease-in-out;
    text-transform: capitalize;
    padding: 3px 3px 3px 0px !important;
}
.drop_down_submneu_list > ul > li > a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    transition: .3s ease-in-out;
    display: block;
    padding: 9px 0px !important;
    text-transform: capitalize;
}
.complete-project{
  display: none!important;
}