body {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Montserrat', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility; }

h2 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px; } }

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6; }

a {
  text-decoration: none !important;
  color: unset !important;
  outline: 0; }

#main-header {
  position: static;
  width: 100%;
  z-index: 10000;
  transition: .8s all;
  background: #fff;
  padding: 10px 0; }
  @media screen and (max-width: 767px) {
    #main-header {
      position: static;
      /*background: #fff;*/
      padding: 10px 0;
      flex-direction: column; } }
  #main-header .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    #main-header .wrapper .top {
      padding: 0 0 10px;
      margin-bottom: 10px;
      width: 100%;
      border-bottom: 1px solid #f1f1f1;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      #main-header .wrapper .top .left {
        width: 50%; }
        @media (max-width: 800px) {
          #main-header .wrapper .top .left {
            width: 100%;
            text-align: center; } }
        #main-header .wrapper .top .left ul {
          padding: 0;
          margin: 0; }
          #main-header .wrapper .top .left ul li {
            list-style: none;
            display: inline-block;
            padding: 0 5px 0 0;
            font-weight: 400;
            color: #9c9c9c; }
            #main-header .wrapper .top .left ul li span {
              font-size: 13px; }
      #main-header .wrapper .top .right {
        width: 50%;
        text-align: right; }
        @media (max-width: 767px) {
          #main-header .wrapper .top .right {
            display: none; } }
        #main-header .wrapper .top .right ul {
          padding: 0;
          margin: 0; }
          #main-header .wrapper .top .right ul li {
            list-style: none;
            display: inline-block;
            padding: 0 5px 0 0;
            font-weight: 600;
            color: #7b7b7b;
            font-size: 11px;
            letter-spacing: 0.2; }
    #main-header .wrapper .logo-wrapper {
      width: 30%;
      display: inline-block;
      text-align: left;
      transition: .5s all; }
      @media (max-width: 767px) {
        #main-header .wrapper .logo-wrapper {
          width: 60%; } }
      #main-header .wrapper .logo-wrapper img {
        display: inline-block; }
    #main-header .wrapper .main-nav {
      text-align: right;
      width: 70%; }
      @media (max-width: 767px) {
        #main-header .wrapper .main-nav {
          width: 40%; } }
      #main-header .wrapper .main-nav .navbar-toggle {
        border: unset; }
        @media screen and (max-width: 767px) {
          #main-header .wrapper .main-nav .navbar-toggle {
            /*background: #fff;    */
            /*margin-top: 21px;*/
            /*float: left;*/ } }
        #main-header .wrapper .main-nav .navbar-toggle .icon-bar {
          background: #a29f9f; }
      #main-header .wrapper .main-nav .navbar-default .navbar-toggle:hover, #main-header .wrapper .main-nav .navbar-default .navbar-toggle:focus {
        background: unset; }
      #main-header .wrapper .main-nav .navbar-header {
        float: unset; }
      #main-header .wrapper .main-nav .navbar-toggle {
        margin-right: unset !important; }
      #main-header .wrapper .main-nav .navbar {
        margin-bottom: unset;
        display: inline-block; }
      #main-header .wrapper .main-nav .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px; }
      #main-header .wrapper .main-nav .nav {
        display: inline-block; }
        @media (max-width: 767px) {
          #main-header .wrapper .main-nav .nav {
            display: block; } }
      #main-header .wrapper .main-nav .navbar-nav {
        float: unset; }
      #main-header .wrapper .main-nav .navbar-default {
        background: unset;
        border: unset; }
        @media (max-width: 767px) {
          #main-header .wrapper .main-nav .navbar-default {
            width: 100%; } }
      #main-header .wrapper .main-nav ul {
        padding: 0;
        margin: 0;
        text-align: left; }
        #main-header .wrapper .main-nav ul li {
          list-style: none;
          display: inline-block;
          margin: 15px 0;
          color: #8c8c8c;
          position: relative;
          text-transform: capitalize; }
          @media screen and (max-width: 767px) {
            #main-header .wrapper .main-nav ul li {
              display: block;
              padding: 0px;
              border-bottom: 1px solid #efefef;
              text-align: right;
              border-right: none;
              border-radius: 0 0 0 50px;
              color: #7b7b7b; } }
          #main-header .wrapper .main-nav ul li a {
            text-transform: uppercase;
            font-size: 12px;
            padding: 10px;
            text-decoration: none;
            font-weight: 600;
            transition: all .6s ease; }
            @media (max-width: 1366px) {
              #main-header .wrapper .main-nav ul li a {
                font-size: 11px;
                padding: 10px; } }
            @media (max-width: 1024px) {
              #main-header .wrapper .main-nav ul li a {
                font-size: 9px;
                /*font-weight: 600;*/
                padding: 5px; } }
            @media (max-width: 767px) {
              #main-header .wrapper .main-nav ul li a {
                display: block;
                padding: 12px 32px;
                font-size: 15px;
                font-weight: 400; } }
          #main-header .wrapper .main-nav ul li:hover {
            color: #ccc; }

#services-slide {
  background: #101010;
  padding: 7px 0; }
  #services-slide ul {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    text-align: center; }
    #services-slide ul li {
      outline: 0;
      width: 23%;
      padding: 15px;
      margin: 10px;
      list-style: none;
      color: #ffffff;
      text-transform: uppercase; }

@keyframes slidein {
  from {
    width: 50%; }
  to {
    margin-left: 0%;
    width: 100%; } }
#home-banner {
  overflow: hidden; }
  #home-banner ul {
    padding: 0;
    margin: 0; }
    #home-banner ul li {
      list-style: none;
      width: 100%;
      height: 80%;
      position: relative;
      outline: 0;
      text-align: center; }
      @media (max-width: 767px) {
        #home-banner ul li {
          height: 50%; } }
      #home-banner ul li video {
        width: 100%;
        height: 100%;
        z-index: 400;
        object-fit: fill; }
      #home-banner ul li .mask {
        background: rgba(0, 0, 0, 0.61);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 500; }
      #home-banner ul li img {
        display: inline-block;
        object-fit: fill;
        height: 100%;
        width: 100%; }
        @media (max-width: 767px) {
          #home-banner ul li img {
            animation-duration: 5s;
            animation-name: slidein; } }
      #home-banner ul li .caption {
        z-index: 600;
        position: absolute;
        top: 50%;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 767px) {
          #home-banner ul li .caption {
            width: 90%; } }
        #home-banner ul li .caption h1 {
          font-weight: 800;
          text-transform: uppercase;
          color: #ffffff;
          font-size: 45px; }
          @media (max-width: 1366px) {
            #home-banner ul li .caption h1 {
              font-size: 40px; } }
          @media (max-width: 767px) {
            #home-banner ul li .caption h1 {
              font-size: 25px; } }
        #home-banner ul li .caption h2 {
          color: #fff; }
        #home-banner ul li .caption p {
          color: #ffff; }
          @media (max-width: 767px) {
            #home-banner ul li .caption p {
              font-size: 14px; } }

#inner-banner {
  width: 100%; }
  #inner-banner img {
    width: 100%; }

.read-more {
  border: 1px solid #dcdcdc;
  padding: 10px 26px;
  color: #8b8b8b !important; }

#about {
  padding: 7% 0;
  background: #f3f1f1; }
  #about h2 {
    padding: 0;
    margin: 0;
    color: #272727;
    text-align: left; }
  #about p {
    color: #8b8b8b;
    text-align: justify; }

#services {
  padding: 5% 0 5%;
  background: #f3f1f1; }
  #services h2 {
    color: #272727; }
  #services h3 {
    color: #272727;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px; }
  #services p {
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 300; }
  #services .paddingg {
    padding-top: 35px; }
  #services .row-paddg {
    padding: 25px 0; }

#our-projects {
  padding: 5% 0;
  background: #f3f1f1; }
  #our-projects h2 {
    text-align: center;
    color: #272727; }
  #our-projects .height-01 {
    height: 550px;
    width: 100%;
    object-fit: cover; }
  #our-projects .height-02 {
    height: 500px;
    width: 100%;
    object-fit: cover; }
  #our-projects .height-03 {
    height: 650px;
    width: 100%;
    object-fit: cover; }
  #our-projects .height-04 {
    height: 450px;
    width: 100%;
    object-fit: cover; }

#our-projects-inner {
  padding: 10% 0;
  background: #f3f1f1; }
  #our-projects-inner h2 {
    text-align: center;
    color: #272727; }
  #our-projects-inner .height-01 {
    height: 550px;
    width: 100%;
    object-fit: cover; }
  #our-projects-inner .height-02 {
    height: 500px;
    width: 100%;
    object-fit: cover; }
  #our-projects-inner .height-03 {
    height: 650px;
    width: 100%;
    object-fit: cover; }
  #our-projects-inner .height-04 {
    height: 450px;
    width: 100%;
    object-fit: cover; }

#news {
  padding: 5% 0 10%;
  background: #f3f1f1; }
  #news h2 {
    text-align: center;
    padding-bottom: 15px; }
  #news ul {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    #news ul li {
      margin: 5px;
      padding: 15px;
      background: #f5f5f5;
      list-style: none;
      width: 30%; }
      @media (max-width: 767px) {
        #news ul li {
          width: 100%; } }
      #news ul li h3 {
        font-size: 16px;
        text-transform: uppercase; }
      #news ul li p {
        font-size: 14px; }

button {
  outline: 0; }

.btn-view {
  background: unset;
  outline: 0 !important;
  border: 1px solid #ccc;
  box-shadow: unset; }

#team {
  padding: 5% 0 15%; }
  #team h2 {
    text-align: center;
    padding-bottom: 15px; }
  #team ul {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 767px) {
      #team ul {
        flex-direction: column; } }
    #team ul li {
      margin: 5px;
      padding: 15px;
      border: 1px dotted #e8e8e8;
      list-style: none;
      text-align: center;
      width: 30%; }
      @media (max-width: 767px) {
        #team ul li {
          width: 100%; } }
      #team ul li img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        display: inline-block;
        object-fit: cover; }
      #team ul li h3 {
        font-size: 16px;
        text-transform: uppercase; }
      #team ul li p {
        font-size: 14px; }

#gallery {
  padding-bottom: 10px;
  background: #f3f1f1; }
  #gallery ul {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
    #gallery ul li {
      width: 16.66%;
      height: 150px;
      list-style: none;
      outline: 0; }
      #gallery ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

#contcat-home {
  padding: 5% 0;
  background: #272727; }
  #contcat-home h3 {
    color: #bbbaba;
    text-align: center;
    font-weight: 200;
    line-height: 1.4; }

#contact {
  padding: 5% 0 0 0; }
  #contact h2 {
    color: #272727; }
  #contact .form-control {
    height: 45px;
    margin: 5px 0;
    border-radius: 0; }
  #contact .btn-submit {
    width: 100%;
    padding: 15px 0;
    background: #11171d;
    color: #ffffff;
    outline: 0;
    border: unset; }

#footer {
  padding: 55px 0 0;
  background: #11171d; }
  @media (max-width: 767px) {
    #footer {
      text-align: center; } }
  #footer h3 {
    color: #ffffffff;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 25px;
    text-transform: uppercase; }
  #footer p {
    font-style: italic;
    color: #ffffff;
    font-weight: 300; }
  #footer .social {
    text-align: right; }
    @media (max-width: 767px) {
      #footer .social {
        text-align: center; } }
    #footer .social ul {
      padding: 0;
      margin: 0; }
      #footer .social ul li {
        list-style: none;
        display: inline-block;
        padding: 0px 8px;
        color: #ccc; }
  #footer .q-links {
    text-align: left; }
    @media (max-width: 767px) {
      #footer .q-links {
        text-align: center; } }
    #footer .q-links ul {
      padding: 0;
      margin: 0; }
      #footer .q-links ul li {
        list-style: none;
        display: inline-block;
        font-weight: 300;
        font-size: 17px;
        padding: 0 15px 0 0;
        color: #ffffffff; }
        #footer .q-links ul li img {
          display: inline-block; }
  #footer .copy-right {
    padding-top: 35px; }
    #footer .copy-right p {
      font-size: 10px; }
    @media (max-width: 767px) {
      #footer .copy-right {
        text-align: center; } }
    #footer .copy-right a {
      color: #b5b5b5 !important; }

/*# sourceMappingURL=main.css.map */
