@charset "UTF-8";

@font-face {
    font-weight: 400;
    font-family: Campton;
    src: url(../fonts/campton-book.otf)
}

@font-face {
    font-weight: 700;
    font-family: Campton;
    src: url(../fonts/campton-bold.otf)
}

h1,
h2,
h3 {
    margin: 0
}

h3 {
    font-size: 20px
}

p {
    line-height: 20px
}

ul li {
    line-height: 20px;
    margin-bottom: 5px
}

strong {
    font-weight: 300
}

:focus {
    outline: 0 !important;
    text-decoration: none !important
}

body,
html {
    color: #000;
    background-color: #fff;
    font-size: 12px;
    font-family: Campton;
    font-weight: 400;
    height: 100%
}

footer,
section {
    width: 100%;
    float: left
}

.slick-list,
.slick-slider,
.slick-track {
    height: 100%;
    min-height: 100%
}

header {
    color: #000;
    z-index: 1;
    width: 100%;
    padding: 50px 0;
    height: 120px;
    line-height: 120px
}

.logo-div {
    text-align: center;
    width: 228px;
    float: left
}

.logo-div img {
    float: left
}

.logo-div img:hover {
    opacity: .6
}

a {
    color: #000
}

a:hover {
    color: #000;
    text-decoration: none
}

.header-schedule,
.menu,
.pace,
.project-overlay,
a,
a:after,
a:before,
body,
button,
div,
img,
input,
li,
li:before {
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

.hamburger {
    padding: 0 !important;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    z-index: 1;
    overflow: visible
}

.hamburger-box {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 75ms .12s ease, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

.menu {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #fff;
    width: 100%;
    height: 100%
}

.menu.open {
    opacity: 1;
    visibility: visible
}

#home-banner .container {
    position: relative;
    height: 600px
}

.banner-overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .25;
    background-color: #000
}

.banner-page .banner-overlay {
    opacity: .5
}

.banner-page .banner-page-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-default {
    padding: 60px 0 50px
}

.banner-page-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px
}

#contact form label {
    font-weight: 400
}

#contact {
    padding-bottom: 45px
}

#contact .container-fluid {
    margin: 0;
    padding: 0;
    margin: 30px 0;
    width: 100%
}

#contact .container-fluid .row {
    margin: 0
}

#contact .container-fluid .row .col-xs-12 {
    padding: 0
}

#contact .container-fluid iframe {
    width: 100%;
    margin-bottom: 20px;
    height: 300px
}

.banner-page-content p {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 28px
}

.banner-page-content a {
    color: #fff
}

#home-banner .slick-dots {
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: inherit;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    z-index: 1
}

.banner-content {
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 75px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: right;
    width: 300px
}

.banner-content h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2px;
    font-weight: 700
}

.banner-subheading {
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 75px;
    width: auto;
    font-size: 12px
}

#home-banner .slick-dots li {
    width: 100%;
    clear: both;
    float: left;
    margin: 0;
    padding: 0
}

.slick-dots li button:before {
    font-size: 30px;
    opacity: 1;
    color: #fff
}

.slick-dots li.slick-active button:before {
    color: #000
}

.banner-item {
    background-size: cover;
    background-position: center center
}

.logo {
    width: 100%;
    height: auto;
    max-width: 228px
}

.logo-link {
    display: block;
    height: 20px
}

.logo:hover {
    opacity: .8
}

.menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: inherit;
    left: inherit;
    display: inline-block;
    width: 100%;
    background-color: transparent
}

.menu ul {
    display: inline-block
}

.menu ul,
.menu ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu ul li {
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px
}

.menu nav {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 20px
}

.menu ul li a {
    font-size: 12px;
    padding-top: 1px;
    color: #000;
    margin: 0 10px 0 0;
    height: 20px;
    display: block;
    float: left;
    line-height: 20px;
    text-transform: uppercase
}

.menu ul li a:hover {
    opacity: .6
}

.menu ul li:last-child a {
    margin-right: 0
}

.banner-arrow {
    text-align: center;
    width: 100%
}

.banner-arrow {
    padding: 25px 0
}

.banner-arrow a {
    display: inline-block;
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: solid 1px #f2f2ef;
    border-radius: 50%
}

.banner-arrow a:hover {
    border: solid 1px #000
}

.banner-arrow a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box
}

.banner-arrow span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

footer {
    padding: 50px 0 45px
}

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

footer ul li {
    line-height: 22px
}

footer ul li a {
    color: #000
}

.footer-logo {
    width: 100%;
    max-width: 175px;
    margin-bottom: 8px;
    height: auto
}

.footer-about {
    padding-right: 100px
}

footer a {
    color: #000
}

.footer-social li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: Campton
}

.footer-social li:before {
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 12px
}

.projects,
.projects li {
    margin: 0;
    padding: 0;
    list-style: none
}

.projects li {
    position: relative
}

.projects .project-item {
    background-size: cover;
    background-position: center center;
    padding-bottom: 60%;
    position: relative;
    margin: 5px
}

.project-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.fancybox-button--fullscreen,
.fancybox-button--play,
.fancybox-button--share,
.fancybox-button--thumbs {
    display: none !important
}

.projects .project-item h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    width: 95%;
    text-align: center
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    display: block;
    z-index: 1
}

.projects li:hover .project-overlay {
    background-color: rgba(0, 0, 0, 0)
}

#contact form input,
#contact form textarea {
    width: 100%;
    padding: 5px 10px;
    box-shadow: inherit;
    border-radius: 0;
    font-size: 12px;
    background-color: transparent;
    color: #000;
    margin-bottom: 10px;
    border: solid 1px #ccc
}

#contact form textarea {
    height: 69px;
    margin-bottom: 0
}

#contact form .cat_button {
    width: auto;
    display: block;
    margin-top: 10px;
    padding: 10px 15px;
    border: 0;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0
}

#contact .form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px !important
}

#contact form .cat_button:hover {
    color: #000;
    background-color: #ccc
}

.hamburger-menu {
    display: none
}

.menu-div {
    padding-left: 15px;
    float: left;
    height: 20px;
    line-height: 20px;
    width: calc(50% - 114px)
}

.search-div {
    float: left;
    width: calc(50% - 114px);
    padding-right: 15px
}

.search-div .search-input {
    border-left: 0 !important
}

.search-div ul li {
    float: left;
    height: 20px;
    line-height: 20px
}

.search-div ul li a {
    color: #000;
    font-size: 22px;
    line-height: inherit;
    margin-left: 5px
}

.search-div ul li a:hover {
    opacity: .6
}

.search-div ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 10px
}

.search-div ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.search-div form {
    float: right
}

.search-div form input {
    border: solid 1px #f2f2f2;
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 0;
    float: right
}

.search-div form input:before {
    float: left
}

.search-div .cat_button {
    font-family: FontAwesome;
    content: "\f104";
    background-color: transparent;
    border-right: 0;
    font-size: 10px;
    line-height: 18px;
    padding: 0 5px
}

.home-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 15px;
    width: 25%;
    z-index: 1
}

.about-content {
    float: left;
    margin-bottom: 20px;
    padding-right: 30px
}

.aboutpage-banner .container {
    height: auto !important
}

.about-content h1 {
    margin-bottom: 20px;
    width: 250px
}

.about-banner {
    height: auto !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 66.66%
}

.about-banner .banner-item {
    padding-bottom: 61%
}

.home-banner-content h1 {
    margin-bottom: 20px
}

.home-banner-content p {
    margin-bottom: 25px
}

.banner {
    height: 600px;
    z-index: 0
}

.arrow-link {
    height: 27px;
    line-height: 27px;
    font-size: 13px
}

.arrow-link:hover:before {
    background-color: #ccc;
    color: #000
}

.arrow-link:before {
    font-family: FontAwesome;
    content: "\f105";
    float: left;
    width: 27px;
    margin-right: 10px;
    text-align: center;
    display: block;
    background-color: #000;
    color: #fff
}

.slick-prev {
    right: 120px;
    bottom: -20px;
    top: inherit;
    height: 40px;
    width: 50px;
    left: inherit;
    background-color: #f2f2ef;
    line-height: 54px;
    text-align: center;
    z-index: 5
}

.slick-next {
    right: 70px;
    bottom: -20px;
    top: inherit;
    height: 40px;
    width: 50px;
    background-color: #f2f2ef !important;
    line-height: 54px;
    text-align: center;
    z-index: 5
}

.slick-next:hover,
.slick-prev:hover {
    background-color: #fff !important
}

.slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #000
}

.slick-prev:before {
    font-family: FontAwesome;
    color: #000;
    content: "\f104"
}

.banner-circle {
    width: 145px;
    height: 250px;
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
    background-image: url(../img/home-banner-circle.png);
    background-size: cover;
    background-position: top left
}

.home-grid {
    width: 100%;
    display: block;
    height: 770px
}

.home-grid>div {
    position: absolute;
    width: 330px;
    height: 230px
}

.home-grid .home-grid-1 {
    top: 0;
    left: 15px
}

.home-grid .home-grid-2 {
    top: 0;
    left: 355px;
    height: 410px
}

.home-grid .home-grid-3 {
    top: 240px;
    left: 15px;
    height: 520px
}

.home-grid .home-grid-4 {
    top: 420px;
    left: 355px;
    width: 440px;
    height: 340px;
}

.home-grid .home-grid-5 {
    top: 420px;
    left: 805px;
    width: 350px;
    height: 340px
}

.grid>li span,
.home-grid>div span {
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(270deg);
    -o-transform-origin: left top;
    transform: rotate(270deg);
    transform-origin: right top;
    position: absolute;
    top: 20px;
    right: 26px;
    white-space: nowrap;
    background-color: #fff;
    padding: 5px 10px;
    z-index: 2
}

.grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    z-index: 2
}

.grid>li:hover .grid-overlay,
.home-grid>div:hover .grid-overlay {
    background-color: rgba(0, 0, 0, 0)
}

.home-grid a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.home-projects-content {
    position: absolute;
    top: 42px;
    right: 15px;
    width: 400px
}

#home-projects .h1 {
    margin-top: 0;
    margin-bottom: 25px
}

#bottom-banner {
    position: relative;
    height: 75%
}

.bottom-banner-circle {
    position: absolute;
    top: 50%;
    left: -155px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 375px;
    height: 375px;
    background-image: url(../img/footer-banner-circle.png);
    background-size: cover;
    background-position: center center
}

.bottom-bg {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center
}

footer .social {
    margin-top: 4px;
    display: inline-block
}

footer .social li {
    float: left;
    width: auto;
    margin-right: 5px;
    font-size: 18px
}

footer p {
    margin-bottom: 0;
    line-height: 22px
}

.footer-builder img {
    height: 100%;
    width: auto;
    max-height: 25px;
    margin-top: 5px
}

.footer-builder2 img {
    height: 100%;
    width: auto;
    max-height: 25px;
    margin-left: 5px;
    margin-top: 5px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: #000
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 25px;
    height: 2px
}

.hamburger-inner::before {
    top: -6px
}

.hamburger-inner::after {
    bottom: -6px
}

.hamburger-inner {
    margin-top: -11px
}

.about-inner-image {
    width: 100%;
    height: auto;
    margin-bottom: 50px
}

.aboutinnerimage {
    padding: 0
}

.our-services {
    padding: 20px;
    background-color: #f2f2ef;
    width: 85%;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    margin-top: -150px;
    margin-bottom: 50px
}

h2 {
    margin-bottom: 15px
}

#accordion .btn {
    padding: 5px 40px 15px 0;
    margin: 0;
    border: 0;
    border-bottom: solid 1px #e5e5e5;
    width: 100%;
    color: #000;
    text-align: left;
    position: relative;
    margin-top: 10px;
    white-space: normal
}

.card-body {
    padding-top: 12px
}

#accordion .btn:hover {
    text-decoration: none;
    opacity: .6
}

#accordion .btn:after {
    font-family: FontAwesome;
    content: "\f107";
    background-color: #fff;
    padding: 5px;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0
}

#accordion .btn.collapsed:after {
    content: "\f105"
}

#accordion h5 {
    margin: 0;
    padding: 0
}

.testimonials {
    display: block;
    width: 100%;
    padding: 30px 0 0;
    margin: 0;
    list-style: none;
    margin: 25px 0 0
}

.testimonials li {
    position: relative;
    text-align: center;
    padding-right: 20px;
    padding-bottom: 30px;
    margin: 0;
    list-style: none;
    margin-bottom: 25px
}

.testimonials li:nth-child(3n+1) {
    clear: left
}

.testimonial-item ul,
.testimonial-item ul li {
    padding: 0;
    margin: 0
}

.testimonial-item ul li {
    list-style: outside;
    margin-left: 15px;
    text-align: left
}

.testimonials .testimonial-item p {
    line-height: 22px
}

.testimonials .testimonial-item h2 {
    border-top: solid 2px #f2f2ef;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px
}

.testimonials .slick-prev {
    left: 15px;
    right: inherit
}

.testimonials .slick-next {
    right: 15px
}

#default {
    padding: 0 0 60px
}

.project-gallery {
    margin-top: 5px;
    width: 100%;
    display: inline-block
}

.project-h1 {
    margin-bottom: 10px
}

.project-gallery a {
    width: calc(25% - 8px);
    float: left;
    display: block;
    padding-bottom: 15%;
    background-position: center center;
    background-size: cover;
    margin: 5px
}

.project-gallery a:nth-child(4n+1) {
    margin-left: 0;
    clear: left
}

.project-gallery a:nth-child(4n) {
    margin-right: 0
}

.project-detailed-h2 {
    font-size: 18px
}

#faqs {
    padding: 0 0 60px
}

#faqs #accordion .btn:after {
    background-color: #f2f2ef;
    color: #000
}

.fancybox-caption {
    border: 0 !important;
    font-weight: 700;
    font-size: 22px;
    padding: 60px
}

.fancybox-caption-wrap {
    text-align: center
}

#home-projects .h1,
.home-banner-content h1 {
    font-size: 32px
}

@media screen and (max-height:650px) {
    .bottom-banner-circle {
        position: absolute;
        top: 50%;
        left: -130px;
        width: 300px;
        height: 300px
    }
}

@media screen and (max-width:1199px) {
    #contact form {
        margin-top: 20px;
        display: inline-block;
        width: 100%
    }

    .project-gallery a {
        width: calc(33.33% - 8px);
        padding-bottom: 20%
    }

    .project-gallery a:nth-child(4n+1) {
        margin-left: 5px;
        clear: inherit
    }

    .project-gallery a:nth-child(4n) {
        margin-right: 5px
    }

    .project-gallery a:nth-child(3n+1) {
        margin-left: 0;
        clear: left
    }

    .project-gallery a:nth-child(3n) {
        margin-right: 0
    }

    .our-services {
        width: 90%;
        margin-top: -300px
    }

    .bottom-banner-circle {
        left: -125px;
        width: 300px;
        height: 300px
    }

    .home-grid {
        height: 660px
    }

    .banner-circle {
        width: 125px;
        height: 210px;
        right: 16px
    }

    .home-projects-content {
        width: 350px
    }

    .home-grid>div {
        width: 270px;
        height: 180px
    }

    .home-grid .home-grid-2 {
        height: 360px
    }

    .home-grid .home-grid-3 {
        height: 470px;
        top: 190px
    }

    .home-grid .home-grid-4 {
        height: 220px;
        top: 370px;
        width: 380px
    }

    .home-grid .home-grid-5 {
        height: 290px;
        top: 370px;
        width: 270px;
        left: 685px
    }

    .home-grid .home-grid-2 {
        left: 295px
    }

    .home-grid .home-grid-4 {
        left: 295px
    }

    .banner-content {
        right: 40px
    }

    .banner-content h3 {
        font-size: 32px;
        line-height: 42px
    }

    .banner-subheading {
        bottom: 15px;
        right: 40px
    }

    .header-schedule,
    .menu ul li a {
        font-size: 12px
    }

    .header-schedule {
        padding: 11px 15px
    }

    .hamburger-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        display: block;
        padding-left: 15px;
        float: left;
        height: 20px;
        line-height: 20px;
        width: calc(50% - 114px)
    }

    .menu-div {
        opacity: 0;
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -10;
        background-color: #000;
        visibility: hidden;
        padding: 0 15px
    }

    .menu ul li a {
        margin: 0 10px
    }

    body.open .menu-div {
        opacity: 1;
        visibility: visible;
        z-index: 10
    }

    body.open .hamburger-menu {
        z-index: 11;
        display: block
    }

    body.open .hamburger-box {
        z-index: 11
    }

    .menu {
        height: 100vh;
        z-index: -1;
        opacity: 0;
        visibility: hidden
    }

    .menu.open {
        z-index: 1;
        opacity: 1;
        visibility: visible
    }

    body.open #home-banner .slick-dots {
        z-index: -1
    }

    .menu nav {
        position: absolute;
        top: 45%;
        left: 50%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    body.open .hamburger-inner,
    body.open .hamburger-inner::after,
    body.open .hamburger-inner::before {
        background-color: #fff
    }

    .menu ul li {
        height: inherit;
        line-height: inherit;
        width: 100%;
        float: left;
        clear: width
    }

    .menu ul li a {
        color: #fff;
        padding: 15px 0;
        font-size: 28px;
        height: inherit;
        display: block;
        width: 100%
    }

    body.open header {
        position: fixed;
        top: 0;
        z-index: 10
    }
}

@media screen and (max-width:991px) {
    .testimonials li:nth-child(3n+1) {
        clear: inherit
    }

    .project-gallery a {
        width: calc(50% - 8px);
        padding-bottom: 30%
    }

    .project-gallery a:nth-child(3n+1) {
        margin-left: 5px;
        clear: inherit
    }

    .project-gallery a:nth-child(3n) {
        margin-right: 5px
    }

    .project-gallery a:nth-child(odd) {
        margin-left: 0;
        clear: left
    }

    .project-gallery a:nth-child(even) {
        margin-right: 0
    }

    .testimonials li:nth-child(odd) {
        clear: left
    }

    .aboutinnerimage {
        display: none
    }

    .our-services {
        width: 88%;
        margin-top: -100px
    }

    .about-content {
        padding-right: 15px
    }

    .about-banner {
        position: relative;
        width: 100%;
        top: inherit;
        right: inherit;
        float: left;
        margin: 0;
        display: block;
        padding: 0 15px
    }

    .about-banner .banner-item {
        left: inherit !important;
        top: inherit !important;
        width: 100% !important;
        height: auto !important;
        padding-bottom: 60% !important;
        display: block !important
    }

    #home-banner .container,
    .banner {
        height: 400px
    }

    header {
        padding: 25px 0;
        height: 70px;
        line-height: 70px
    }

    .banner-arrow a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px
    }

    .banner-arrow {
        padding: 25px 0
    }

    .banner-arrow i {
        margin-lefT: 2px
    }

    .home-grid>div {
        width: 200px;
        height: 140px
    }

    .home-grid .home-grid-2 {
        left: 225px;
        height: 300px
    }

    .home-grid .home-grid-3 {
        height: 350px;
        top: 150px
    }

    .home-grid .home-grid-4 {
        height: 160px;
        top: 310px;
        left: 225px;
        width: 270px
    }

    .home-grid .home-grid-5 {
        height: 190px;
        top: 310px;
        width: 230px;
        left: 505px
    }

    .home-grid {
        height: 500px
    }

    .home-projects-content {
        width: 280px
    }

    .h1,
    h1 {
        font-size: 26px
    }

    .home-banner-content {
        width: 36%
    }

    #home-projects .h1,
    .home-banner-content h1 {
        font-size: 26px
    }

    #contact .col-md-10 {
        padding: 0;
        margin-top: 15px
    }

    .whoarewe-services .home-test-name2 {
        margin-bottom: 30px
    }

    .copyright {
        margin-top: 0
    }

    .banner-page-heading h1 {
        font-size: 32px;
        line-height: 40px
    }

    .banner-page .banner-page-wrapper {
        width: 70%
    }

    .banner-page-content p {
        font-size: 18px;
        line-height: 26px
    }

    footer .col-sm-6 {
        margin-bottom: 10px;
        text-align: left
    }

    footer {
        padding: 25px 0 10px
    }
}

@media screen and (max-width:767px) {
    #default {
        padding: 0 0 20px
    }

    .about-banner {
        padding: 0;
        width: calc(100% + 15px)
    }

    #contact .container-fluid {
        margin-bottom: 20px
    }

    .testimonials li {
        margin-bottom: 10px
    }

    .our-services {
        margin-top: 0;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 25px 15px;
        margin-bottom: 0
    }

    .home-banner-content h1 {
        margin-bottom: 10px
    }

    .home-banner-content p {
        margin-bottom: 15px
    }

    .search-div .search-input {
        border: 0 !important;
        padding: 0 5px !important
    }

    .banner-circle {
        width: 80px;
        height: 140px;
        right: 0
    }

    .banner {
        height: 53vh;
        margin-left: -15px;
        margin-right: -15px
    }

    #home-banner .container {
        height: auto
    }

    footer .col-sm-6 {
        width: 100%;
        clear: both
    }

    .projects .project-item {
        margin: 0 15px 15px 15px
    }

    #contact form {
        margin-top: 15px;
        display: block
    }

    #contact,
    .page-default {
        padding: 30px 0
    }

    .social {
        display: none
    }

    h3 {
        font-size: 18px
    }

    .home-banner-content {
        position: relative;
        top: inherit;
        left: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        padding: 0 15px;
        width: 100%;
        z-index: 1;
        padding: 25px 15px 0
    }

    .sb-search {
        position: relative;
        width: 0%;
        min-width: 20px;
        height: 20px;
        float: right;
        overflow: hidden;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        transition: width .3s;
        -webkit-backface-visibility: hidden
    }

    .sb-search-input {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        outline: 0;
        background: 0 0;
        width: 80%;
        height: 20px;
        margin: 0;
        z-index: 1;
        font-family: inherit;
        font-size: 12px;
        color: #2c3e50
    }

    .sb-search.sb-search-open .sb-search-input {
        background-color: #f2f2f2
    }

    input[type=search].sb-search-input {
        -webkit-appearance: none;
        -webkit-border-radius: 0
    }

    .sb-search-input::-webkit-input-placeholder {
        color: #efb480
    }

    .sb-search-input:-moz-placeholder {
        color: #efb480
    }

    .sb-search-input::-moz-placeholder {
        color: #efb480
    }

    .sb-search-input:-ms-input-placeholder {
        color: #efb480
    }

    .sb-icon-search,
    .sb-search-submit {
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        margin: 0;
        line-height: 20px;
        text-align: center;
        cursor: pointer
    }

    .sb-search-submit {
        background: #fff;
        opacity: 0;
        color: transparent;
        border: none;
        outline: 0;
        z-index: -1
    }

    .sb-icon-search {
        color: #000;
        z-index: 90;
        font-size: 10px;
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased
    }

    .sb-icon-search:before {
        content: "\e000"
    }

    .no-js .sb-search,
    .sb-search.sb-search-open {
        width: 100%
    }

    .no-js .sb-search .sb-icon-search,
    .sb-search.sb-search-open .sb-icon-search {
        background: #f2f2f2;
        z-index: 11
    }

    .no-js .sb-search .sb-search-submit,
    .sb-search.sb-search-open .sb-search-submit {
        z-index: 90
    }

    .home-grid {
        width: calc(100% + 30px);
        height: auto;
        display: block;
        margin-left: -15px
    }

    .grid span,
    .home-grid>div span {
        right: 27px
    }

    .home-grid>div {
        position: relative !important;
        width: 100% !important;
        padding-bottom: 62%;
        height: auto !important;
        top: inherit !important;
        left: inherit !important
    }

    .home-grid>div:nth-child(even) {
        padding-bottom: 124% !important
    }

    .home-arrow2 {
        display: none
    }

    .home-projects-content {
        position: inherit;
        top: inherit;
        right: inherit;
        width: 100%;
        padding: 25px 0 27px
    }

    .h1,
    h1 {
        font-size: 22px
    }

    #home-projects .h1 {
        margin-bottom: 20px
    }
}

@media screen and (max-width:575px) {
    .menu ul li a {
        font-size: 24px;
        padding: 10px 0
    }
}