html {
  scroll-behavior: smooth;
}


body {
  font-family: "Ottawa";
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  
  font-weight: 300; }

  

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Ottawa"; }

a {
  color: #fff;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 0px;
  outline: 0 !important;
}

.hero {
  
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  
}
.carousel-inner {
  width: 100%;
  
}

.carousel-inner .next.left,
.carousel-inner .prev.right {
  opacity: 1;
  color: #000;
}
.carousel-inner3 {
  width: 100%;
  height: 300px;
}
.carousel-inner4 {
  width: 100%;
  height: 300px;
}
.carousel-inner5 {
  width: 100%;
  height: 300px;
}
.carousel-inner img {
  width: 100%;
height:650px;
}
.section-padding{
  padding: 60px 0!important;
}
.section-title {
  color: #585b60;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 48px;
  padding: 0 10px;
  position: relative;
}
#about{
  background: #343a40;
   
}

#portfolio {
  background: #F6F6F6;
  width: 100%;
}

#portfolio img{
 
  width: 50%;
}

#feature img{
 
  width: 100%;
}

#counter img{
 
  width: 100%;
}

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
    color: #fff; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }



.site-navbar {
  margin-bottom: 0px;
  width: 100%; }

  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;  border-top: 2px solid rgba(255, 255, 255, 0.8); }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 10px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'Ottawa'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #fff; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #fff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #ebeef0;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }



.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar ul li.active a {
      color: #000; }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #fff; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        color: rgba(6, 6, 6, 0.6);
        font-size: 15px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000 !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #000; }
        footer .social a {
  font-size: 14px;
  margin-left: 10px;
}

footer {
  background: #282828;
  color: #7C7C7C;
}

footer .small-title {
  margin-bottom: 20px;
  font-size: 22px;
  color: #fff;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul li {
  line-height: 25px;
}

footer ul li a {
  color: #999;
  font-size: 14px;
}

footer .menu {
  color: #fff;
}

footer .plain-flicker-gallery {
  margin-right: -5px;
  margin-left: -5px;
}

footer .plain-flicker-gallery a {
  display: inline-block;
  width: 32%;
  font-size: 0px;
  padding: 5px;
}

footer .plain-flicker-gallery a img {
  width: 100%;
}

footer .contact-us .form-control {
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
  background: #1D1D1D;
  border-radius: 0px;
}

footer #copyright {
  background: #343a40;
}

footer #copyright .row {
  padding: 10px 0;
}

footer #copyright .copyright-text,
footer #copyright .nav-inline {
  line-height: 38px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .sticky-wrapper {
  display: none; 
  
}


  #portfolio img{

  width: 100%;
}
  .navbar-brand img {
    max-width: 120px;
  }
  .sub-title {
    font-size: 20px;
  }
  .top-menu {
    height: 70px;
  }
  .top-menu .right {
    float: left;
  }
  .page-header-title .heading-title {
    font-size: 16px;
  }
  .title-head {
    font-size: 20px;
  }
  .about {
    margin-bottom: 30px;
  }
  #single-testimonial-item .owl-controls .owl-buttons {
    display: none;
  }
  .blog-item-wrapper {
    margin-bottom: 30px;
  }
   .carousel-inner {
    height: 450px;
  }

  .carousel-inner2 {
    position: relative;
  width: 100%;
  overflow: hidden;
   
  }
  .carousel-inner img {
  
  height:450px;
  width: 100%;
}
  .contact-form {
    margin-bottom: 30px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .contact-info-title {
    font-size: 18px;
  }
  footer ul li a {
    font-size: 12px;
  }
  header h3 {
    font-size: 18px;
  }
  .hero-content-v2 {
    margin-top: 0;
  }
  .hero-content-v2 h3 {
    font-size: 22px;
  }
  .hero-content-v2 h3 strong {
    font-size: 32px;
    line-height: 38px;
  }
  .store-btn-wrap li {
    margin-bottom: 20px;
  }
  .team-members-tow figure {
    margin-bottom: 30px;
  }
  .bs-example {
    margin-bottom: 30px;
  }
  .tab-content .tabbing-content {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .pricing-table {
    margin-bottom: 30px;
  }
  .pricing-table-block {
    margin-bottom: 30px;
  }
  .service-box .service-content h4 {
    font-size: 14px;
  }
  .count-one {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  #carousel-area .carousel-item .carousel-caption {
    top: 2%;
  }
  #carousel-area .carousel-item .carousel-caption h3 {
    font-size: 14px;
  }
  #carousel-area .carousel-item .carousel-caption h5 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 15px;
  }
  #carousel-area .carousel-item .btn-lg {
    padding: 4px 5px;
    min-width: 150px;
    font-size: 12px;
  }
  .carousel-indicators {
    display: none;
  }
  .controls .btn {
    font-size: 13px;
    padding: 7px 8px;
    margin: 5px 0;
  }
  .list-group {
    margin-bottom: 30px;
  }

}