/*-----------------------------------------------------------------------------------

 Theme Name: Zeon
 Theme URI: http://
 Description: The Creative Onepage Template
 Author: design_story
 Author URI: http://themeforest.net/user/design_story
 Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 01 Basics
 02 Buttons
 03 Navbar
 04 Header
 05 About
 06 Services
 07 Works
 08 Numbers
 09 Testimonials
 10 Blog
 11 Contact
 12 Footer
 13 Responsive
 
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  word-wrap: break-word; }

body {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  overflow-x: hidden !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: "Helvetica", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.3;
  word-wrap: break-word; }

img {
  width: 100%;
  height: auto; }

span, a, a:hover {
  color: inherit;
  display: inline-block;
  text-decoration: none; }

.section-padding {
  padding: 100px 0; }

.section-head {
  margin-bottom: 20px; }
  .section-head h6 {
    color: #b5be35;
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 10px; }
  .section-head h4 {
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
    line-height: 1.3;
    word-wrap: break-word;
    position: relative; }
  .section-head p {
    margin: 15px auto 0 auto;
    width: 50%; }

.bg-gray {
  background: #f7f7f7; }

.bg-dark {
  background: #262920; }

.fg-light {
  color: #fff; }

.fg-gray {
  color: #eee; }

.o-hidden {
  overflow: hidden; }

.position-re {
  position: relative; }

.full-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important; }

.lg-line-height {
  line-height: 1.5; }

.half-content {
  position: relative;
  z-index: 3; }
  .half-content h5, .half-content h6 {
    color: inherit !important; }

.bg-img {
  background-repeat: no-repeat;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed; }

.pattern {
  background-repeat: repeat;
  background-size: auto; }

.sub-title {
  color: #b5be35;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px; }

.bold {
  font-weight: 800; }

.count {
  font-family: 'Dosis', sans-serif; }

#particles-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.valign {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.v-middle {
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%; }

.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: .7;
  margin-top: 30px; }

.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
  border-radius: 0;
  height: 5px;
  margin: 0 7px;
  width: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #b5be35; }

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  background: #fff;
  border: 1px solid transparent;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  outline: none !important;
  overflow: hidden;
  padding: 10px 25px;
  position: relative;
  transition: all .4s;
  z-index: 3; }
  .butn span {
    position: relative;
    transition-delay: 0s;
    z-index: 2;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .butn:before, .butn:after {
    background: #fff;
    content: '';
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    transition: width 0.4s;
    width: 0;
    z-index: 1; }
  .butn:after {
    background: #fff;
    opacity: 1;
    transition-delay: 0s; }
  .butn:hover:before, .butn:hover:after {
    width: 100%; }
  .butn:hover:after {
    transition-delay: .2s; }
  .butn:hover span {
    transition-delay: .2s; }

.butn-bord {
  border-color: #b5be35; }
  .butn-bord:before, .butn-bord:after {
    background: #45985a; }
  .butn-bord:hover span {
    color: #fff; }

.butn-bg {
  background: #45985a; /* Old browsers */
background: -moz-linear-gradient(top, #45985a 0%, #62d6ad 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #45985a 0%,#62d6ad 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #45985a 0%,#62d6ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45985a', endColorstr='#62d6ad',GradientType=0 ); /* IE6-9 */
  border-color: #45985a;
  color: #fff; }
  .butn-bg:hover span {
    color: #45985a; }

.butn-light {
  background: #fff; }
  .butn-light:before, .butn-light:after {
    background: #b5be35; }
  .butn-light:hover span {
    color: #fff; }
  .butn-light span {
    color: #45985a; }

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  background: transparent;
  left: 0;
  min-height: 70px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9; }
  .navbar .icon-bar {
    color: #fff; }
  .navbar .navbar-nav .nav-link {
    opacity: 0.8;
    color: #eee;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 15px 5px;
    transition: all .4s;
    text-transform: uppercase; }
    .navbar .navbar-nav .nav-link:hover {
      position: relative;
      display: inline-block;
      opacity: 1; }
  .navbar .navbar-nav .active {
    color: #b5be35 !important; }

.nav-scroll {
  background: #262920;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  left: 0;
  padding: 0;
  position: fixed;
  top: -100px;
  transform: translateY(100px);
  transition: transform .5s;
  width: 100%;
  z-index: 20; }
  .nav-scroll .icon-bar {
    color: #fff; }
  .nav-scroll .navbar-nav .nav-link {
    color: #fff; }
  .nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #b5be35; }

.logo {
  padding: 15px 5px;
  width: 200px; }

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden; }
  .header .caption .o-hidden {
    display: inline-block; }
  .header .caption h2 {
    font-size: 30px;
    font-weight: 300; }
  .header .caption h4 {
    font-size: 35px;
    animation-delay: .2s;
    font-weight: 300;
    letter-spacing: 4px; }
  .header .caption h3 {
    animation-delay: .6s;
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 10px 0;
    word-spacing: 2px; }
  .header .caption p {
    animation-delay: 1s;
    color: #eee;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 2px; }
    .header .caption p span {
      letter-spacing: 5px;
      margin: 0 5px;
      padding-right: 14px;
      position: relative;
      text-transform: uppercase; }
      .header .caption p span:last-child {
        padding: 0; }
        .header .caption p span:last-child:after {
          display: none; }
      .header .caption p span:after {
        background: #b5be35;
        border-radius: 50%;
        content: '';
        height: 7px;
        opacity: .5;
        position: absolute;
        right: 0;
        top: 10px;
        width: 7px; }
  .header .caption .butn {
    animation-delay: 1.2s; }

.agency h4 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #fff;
  font-size: 20px !important;
  margin: 0;
  letter-spacing: 8px !important; }
.agency h1 {
  font-size: 80px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 0 0 20px;
  letter-spacing: -0.05em;
  line-height: 1.3;
  word-wrap: break-word; }
.agency .slider-line {
  content: "";
  height: 28px;
  width: 500px;
  background: #b5be35;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  z-index: -1;
  position: relative;
  top: -50px; }
.agency .o-hidden {
  max-width: 800px;
  width: 100%; }

.cd-headline {
  font-size: 3rem;
  line-height: 1.2; }

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300; } }
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem; } }
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: 600 !important; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9; }

.cd-headline.clip b {
  opacity: 0; }

.cd-headline b.is-visible {
  opacity: 1; }

.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative; }
.slider .item, .slider-fade .item {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .slider .item .caption, .slider-fade .item .caption {
    z-index: 9; }
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  bottom: 5vh;
  position: absolute;
  width: 100%; }

.page-header {
  height: 70vh; }
  .page-header h6 {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px; }
    .page-header h6 a:hover {
      color: #b5be35; }
    .page-header h6 i {
      font-size: 10px;
      margin: 0 15px; }
  .page-header h1 {
    font-weight: 600;
    margin-bottom: 10px; }

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start About ]
-----------------------------------------------------------------*/
.about {
  display: block; }
  .about img {
    height: 100%; }
  .about .butn {
    margin-bottom: -6px; }
  .about .hero-bg {
    background-position: initial !important; }
  .about .skills {
    margin-top: 60px; }
    .about .skills .item {
      margin-bottom: 30px; }
    .about .skills h6 {
      font-size: 14.5px;
      font-weight: 300;
      position: relative;
      top: -6px;
      z-index: 2;
      color: #fff;
      letter-spacing: 1px; }
    .about .skills .skills-progress {
      width: 100%;
      padding: 2px 10px;
      background: #f7f7f7;
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
      position: relative; }
      .about .skills .skills-progress span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 10%;
        background-color: #b5be35;
        transition: all 1s; }
        .about .skills .skills-progress span:after {
          content: attr(data-value);
          position: absolute;
          top: -20px;
          right: 10px;
          font-size: 11px;
          font-weight: 400;
          color: #fff;
          font-size: 13px;
          letter-spacing: 1px; }

/* ----------------------------------------------------------------
     [ End About ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Services ]
-----------------------------------------------------------------*/
.services .serv-item {
  border: 1px solid #eee;
  padding: 50px;
  text-align: center;
  transition: all 0.3s ease-in-out; }
  .services .serv-item:hover {
    background-color: #fff; }
    .services .serv-item:hover .icon {
      background: #b5be35;
      color: #fff; }
  .services .serv-item .icon {
    border-radius: 50%;
    color: #b5be35;
    font-size: 40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out; }
  .services .serv-item h6 {
    font-size: 30px;
    margin-bottom: 20px; }
  .services .serv-item p {
    margin-bottom: 10px; }

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Works ]
-----------------------------------------------------------------*/
.works .filtering .filter {
  display: inline-block;
  padding: 2px 10px; }
.works .filtering span {
  background: #ebeaef;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin: 0 5px;
  padding: 15px 20px;
  transition: all 0.3s ease 0s; }
  .works .filtering span:hover {
    background: #b5be35;
    color: #fff; }
.works .filtering .active {
  background: #b5be35;
  box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
  color: #fff; }
.works .gallery {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -.05em; }
.works .larg-padding {
  padding: 0 15px; }
  .works .larg-padding .item-img {
    border: 10px solid #fff;
    margin-top: 30px; }
.works .no-padding {
  padding: 0; }
  .works .no-padding .item-img {
    margin-top: 0; }
.works .gutter {
  padding: 0 10px; }
  .works .gutter .item-img {
    margin-top: 20px; }
.works .item-img {
  margin-top: 30px;
  position: relative; }
  .works .item-img:hover .item-img-overlay {
    opacity: 1;
    transform: scale(1, 1); }
.works .item-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0, 0);
  transition: all .5s; }
  .works .item-img-overlay .icon {
    bottom: 30px;
    color: #eee;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    text-align: center;
    width: 30px; }
  .works .item-img-overlay p {
    color: #f2f2f2;
    font-weight: 400;
    margin-bottom: 0; }
  .works .item-img-overlay h3 {
    color: #fff;
    margin: 0;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.05em;
    display: inline-block;
    border-bottom: 3px solid #b5be35;
    padding-bottom: 5px;
    margin-bottom: 20px; }

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .icon {
  color: #b5be35;
  font-size: 45px;
  margin-bottom: 20px; }
.numbers h3 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px; }
.numbers h6 {
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.states .icon {
  color: #eee;
  font-size: 60px;
  margin-bottom: 10px; }
.states .sub-title {
  color: #b5be35; }
.states h5 {
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative; }
  .states h5:after {
    background: #b5be35;
    bottom: 0;
    content: '';
    height: 1px;
    left: calc(50% - 50px);
    position: absolute;
    width: 100px; }
  .states h5 b {
    font-weight: 700; }
.states .item h3 {
  margin-bottom: 10px; }
.states .item h6 {
  font-size: 16px;
  font-weight: 400; }

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials-grid .item {
  padding: 50px 30px;
  position: relative;
  z-index: 3;
width: 70%;

}

.testimonials-grid .item:after {
    
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .testimonials-grid .item .icon {
    border-radius: 50%;
    color: #b5be35;
    font-size: 40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: inline-block;
    text-align: center; }
  .testimonials-grid .item p {
    position: relative;
    font-family: "Playfair Display",Sans-serif;
    font-size: 17px;
    font-style: italic;
    letter-spacing: 0; }
  .testimonials-grid .item .rating {
    display: inline-block;
    font-size: 0;
    letter-spacing: 10px;
    line-height: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 116px; }
    .testimonials-grid .item .rating:before {
      color: #b5be35;
      content: "\f005\f005\f005\f005\f005";
      font-family: 'FontAwesome',sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px; }
    .testimonials-grid .item .rating.rating-4:before {
      content: "\f005\f005\f005\f005\f123"; }
  .testimonials-grid .item .info {
    display: inline-block; }
    .testimonials-grid .item .info h6 {
      font-size: 25px;
      padding-top: 10px; }
      .testimonials-grid .item .info h6 span {
        color: #b5be35;
        display: block;
        font-size: 13px;
        margin-top: 5px;
        letter-spacing: 3px;
        text-transform: uppercase; }

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
  background: #fff;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  padding-bottom: 20px; }
  .blog .item .post-img {
    position: relative; }
    .blog .item .post-img .img {
      box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
      overflow: hidden; }
    .blog .item .post-img:hover img {
      transform: scale(1.1, 1.1); }
    .blog .item .post-img img {
      transition: all .5s; }
    .blog .item .post-img .tag {
      bottom: 15px;
      color: #fff;
      font-size: 10px;
      font-weight: 500;
      position: absolute;
      letter-spacing: 1px; }
      .blog .item .post-img .tag a {
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        font-size: 15px;
        line-height: 1;
        padding: 8px 12px;
        font-family: playfair display;
        font-style: italic; }
      .blog .item .post-img .tag .icon {
        font-size: 15px; }
  .blog .item .cont {
    padding: 30px 15px 20px; }
    .blog .item .cont p {
      color: #939393;
      margin-bottom: 10px; }
    .blog .item .cont a.rmore {
      font-size: 13px;
      color: #b5be35;
      font-weight: 800;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      border-bottom: 1px solid #b5be35; }
  .blog .item h3 {
    font-size: 33px;
    margin-bottom: 15px; }

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Contact ]
-----------------------------------------------------------------*/
.page-contact {
  position: relative; }

.form input, .form textarea {
  background-color: #262920;
  border: 1px solid #e0e0e0;
  color: #eee;
  padding: 15px;
  width: 100%; }
  .form input:focus, .form textarea:focus {
    border-color: #ddd; }
.form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%; }
.form .form-group {
  position: relative; }
.form .help-block li {
  color: #ce7373;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  right: 15px;
  top: 15px; }

.page-social {
  text-align: center; }
  .page-social a {
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    margin: 5px;
    padding: 12px 60px;
    transition: all .2s; }
    .page-social a:hover {
      background-color: transparent;
      color: #555; }

.page-map {
  background-color: #f7f7f7; }
  .page-map #ieatmaps {
    height: 400px; }

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Footer ]
-----------------------------------------------------------------*/
.one-footer {
  background: #0e1311;
  padding: 80px 0; }
  .one-footer .logo {
    width: 150px; }
  .one-footer .social a {
    color: #b5be35;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    margin: 15px 5px;
    transition: all 0.5s ease 0s; }
    .one-footer .social a:hover {
      transform: scale(0.9); }
  .one-footer p {
    color: #eee;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px; }

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 13 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md80 {
    margin-bottom: 80px; }

  .mb-md50 {
    margin-bottom: 50px; }

  .mb-md30 {
    margin-bottom: 30px; }

  .mb-md15 {
    margin-bottom: 15px; }

  .mb-md0 {
    margin-bottom: 0; }

  .md-text-center {
    text-align: center !important; }

  .bgimg-height {
    height: 400px; }

  .bg-fixed {
    background-attachment: scroll !important; }

  .navbar .logo {
    margin-left: 15px; }
  .navbar button {
    margin-right: 15px;
    outline: none !important; }
  .navbar .container {
    max-width: 100%; }
  .navbar .navbar-collapse {
    background: #111;
    max-height: 340px;
    overflow: auto;
    padding: 10px 30px;
    text-align: left; }
  .navbar .nav-link {
    margin: 10px auto !important; }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important; }
  .nav-scroll .navbar-collapse .active {
    color: #b5be35 !important; }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important; }
    .header .caption h4 {
      font-size: 30px; }
    .header .caption h1 {
      font-size: 45px;
      line-height: 1.4; } }
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px; }

  .mb-sm30 {
    margin-bottom: 30px; }

  .pl-sm10 {
    padding-left: 10px !important; }

  .pr-sm10 {
    padding-right: 10px !important; }

  .xs-height-350px {
    height: 350px !important; }

  .header .caption h4 {
    font-size: 16px; }
  .header .caption h1 {
    font-size: 35px; }
  .header .caption p {
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px; }
  .header .caption .butn {
    margin-top: 15px !important; }

  .hero-bg {
    display: none; }

  .section-head h4 {
    font-size: 30px; }
  .section-head p {
    width: 100%; }

  .portfolio .filtering span {
    margin-bottom: 10px;
    padding: 10px 15px; }

  .works .item-img-overlay h3 {
    font-size: 22px; }

  .services .serv-item {
    padding: 40px;
    padding-left: 20px;
    padding-right: 20px; }
    .services .serv-item .icon {
      margin-bottom: 20px; }
    .services .serv-item h6 {
      font-size: 20px;
      margin-bottom: 15px; }

  .blog .item h3 {
    font-size: 25px;
    margin-bottom: 10px; }

  .butn {
    padding: 8px 18px;
    font-size: 13px; } }
@media screen and (max-width: 480px) {
  .works .filtering {
    padding: 0; }

  .works .filtering .filter {
    border: 0;
    padding: 0; }

  .works .filtering span {
    margin: 0 0 5px;
    padding: 8px 10px; } }
/* ----------------------------------------------------------------
     [ The End ]
-----------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
