*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h3 {
    font-size: 2.7rem;
    letter-spacing: 1px
}

h4 {
    font-size: 2rem;
    letter-spacing: 1px
}

.partner-logo {
    display: inline-block;
}
.partner-logo:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
}
.partner-logo:first-child {
    margin-right: 22px;
}
.partner-logo img {
    max-height: 80px;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.container-full .row {
    margin: 0
}

.container-full .row>div {
    padding: 0
}

@media only screen and (min-width: 598px) {
    .partner-logo:not(:last-child) {
        margin-right: 10px;
    }
}

@media only screen and (max-width:992px) {
    .container-full .container .row {
        margin-left: 25px;
        margin-right: 25px
    }
}

.container {
    max-width: 1280px;
}

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

li.no-bullet {
    list-style-type: none
}

.slider .slick-slide {
    outline: none !important
}

.slider .slick-arrow {
    cursor: pointer;
}

.slider .slick-arrow.slick-prev {
    left: 25px
}

.slider .slick-arrow.slick-next {
    right: 25px
}

.slider.slick-dotted {
    margin-bottom: 0;
}

.slider.slick-dotted .slick-dots {
    padding-right: 30px;
    bottom: 30px;
}

.slider.slick-dotted .slick-dots li {
    width: 8px;
}

.slider.slick-dotted .slick-dots li button:before {
    font-size: 14px;
    color: #fff
}

.slider-arr {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 55%;
}

.slider-arr img {
    width: 40px
}

.slider-arr.left-arr {
    left: 0
}

.slider-arr.right-arr {
    right: 0
}

p {
    font-size: 14px
}

#nav {
    height: 120px;
    background: #383838;
}

#nav .logo {
    margin-top: 30px
}

#nav ul {
    margin-top: 50px;
}

#nav ul li {
    display: inline-block;
}

#nav ul li:not(:last-child) {
    margin-right: 15px
}

#nav ul li a {
    color: #fff;
    text-decoration: none
}

@media only screen and (max-width:992px) {
    #nav {
        height: 80px
    }

    #nav .logo {
        margin-top: 20px;
    }

    #nav .logo img {
        width: 75%
    }
}

#nav-overlay {
    display: none;
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#nav-overlay .bg {
    background: linear-gradient(#a42227, #383838);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

#nav-overlay .content {
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    margin-top: 150px;
}

#nav-overlay .content ul {
    padding-left: 0
}

#nav-overlay .content ul li {
    margin-top: 1rem;
    text-align: center;
    display: block;
}

#nav-overlay .content ul li a {
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 3.2rem;
    -webkit-transition: all .4s;
    text-decoration: none;
}

#nav-overlay .content ul li a:after {
    -webkit-transition: all .2s;
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 0%;
    bottom: -5px;
    left: 0;
    background: #fff;
    opacity: .6
}

#nav-overlay .content ul li a:hover {
    -webkit-transition: all .2s;
    font-size: 5rem;
    padding-top: 20px;
}

#nav-overlay .content ul li a:hover:after {
    -webkit-transition: all .2s;
    width: 100%;
    opacity: .9
}

#landing {
    min-height: 600px;
}

#landing h1,
#landing p {
    color: #fff
}

#landing h1 {
    padding-top: 90px;
    padding-bottom: 20px;
    font-size: 5rem
}

@media only screen and (max-width:992px) {
    #landing {
        min-height: 480px;
        padding-bottom: 30px
    }

    #landing h1 {
        padding-top: 60px;
        font-size: 7vw
    }

    #landing p {
        font-size: 2rem;
        font-size: 1.5rem;
    }

    #landing p br {
        display: none
    }
}

@media only screen and (max-width:768px) {
    #landing h1 {
        padding-top: 15px;
        font-size: 5rem
    }
}

#about-us {
    padding: 50px 0;
}

#about-us h3 {
    padding: 20px 0
}

#about-us p {
    width: 65%
}

#about-us .match2 {
    margin-top: 20px
}

#about-us .why-sash {
    margin-top: 25px;
}

#about-us .why-sash ol {
    margin-left: 15px;
    padding-left: 0
}

@media only screen and (max-width:992px) {
    #about-us {
        padding: 20px 0;
        padding-top: 0
    }

    #about-us h3 {
        padding-bottom: 10px
    }

    #about-us p {
        width: 95%
    }

    #about-us .match1,
    #about-us .match2 {
        margin-top: 25px
    }
}

#about-img .slider .bg-img {
    width: 100%;
    height: 600px;
}

@media only screen and (max-width:992px) {
    #about-img .slider .bg-img {
        height: 90vw;
        max-height: 1000px
    }
}

#about-img .slider .slick-dots {
    text-align: right
}

#our-services {
    padding: 50px 0;
}

#our-services h3,
#our-services li {
    color: #fff
}

#our-services li p {
    opacity: .9
}

#our-services h3 {
    padding: 20px 0
}

@media only screen and (max-width:992px) {
    #our-services ul {
        margin-left: -20px
    }

    #our-services li.no-bullet {
        margin-left: -20px
    }
}

#awards,
#our-work {
    padding-top: 50px;
}

#awards h3,
#our-work h3,
#awards p,
#our-work p {
    color: #828282
}

#awards h6,
#our-work h6 {
    color: #6e6e6e
}

#awards h6,
#our-work h6 {
    font-size: 1.7rem;
    font-weight: 400
}

#our-work .slider,
#awards .slider {
    margin-top: 5px;
}

#our-work .slider .slick-dots,
#awards .slider .slick-dots {
    text-align: right;
}

#our-work .slider .slick-dots li button:before,
#awards .slider .slick-dots li button:before {
    color: #000
}

#our-work .work-wrapper {
    padding-bottom: 120px;
}
#awards .work-wrapper {
    padding-bottom: 60px;
}

#our-work .work-wrapper .work-img,
#awards .work-wrapper .work-img {
    width: 80%;
    margin: 0 auto;
}

#our-work .work-wrapper .work-img img,
#awards .work-wrapper .work-img img {
    width: 100%
}

@media only screen and (max-width:992px) {
    #our-work,
    #awards {
        padding-top: 5px
    }

    #awards h6,
    #our-work h6 {
        font-size: 2rem
    }

    #our-work p,
    #awards p {
        font-size: 1.8rem;
        width: 80%
    }
}

#our-clients {
    padding-top: 40px;
    padding-bottom: 160px;
    /* max-height: 748px; */
    background-position: center bottom;
    background: cover;
}

#our-clients h3,
#our-clients p {
    color: #fff
}

#our-clients p {
    margin-top: 30px
}

#our-clients ul {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    margin-top: 60px;
    /* max-width: 960px; */
    text-align: center;
}

#our-clients ul li {
    display: inline-block;
    width: 20%;
}

@media only screen and (max-width:992px) {
    #our-clients ul li {
        width: 32%
    }
}

@media only screen and (max-width:768px) {
    #our-clients ul li {
        width: 49%
    }
}

#our-clients ul li img {
    width: 100%;
}

@media only screen and (max-width:992px) {
    #our-clients ul li img {
        width: 20vw
    }
}

@media only screen and (max-width:768px) {
    #our-clients ul li img {
        width: 23vw
    }
}

@media only screen and (max-width:480px) {
    #our-clients ul li img {
        width: 30vw
    }
}

@media only screen and (max-width:992px) {
    #our-clients ul {
        margin-top: 15px;
        text-align: left
    }
}

#contact-us {
    background-position: center top;
    margin-top: -6.5vw;
    padding-top: 100px;
    padding-bottom: 80px;
}

@media only screen and (max-width:992px) {
    #contact-us {
        margin-top: -13.5vw
    }
}

@media only screen and (max-width:768px) {
    #contact-us {
        margin-top: -19vw
    }
}

@media only screen and (max-width:650px) {
    #contact-us {
        margin-top: -21vw
    }
}

@media only screen and (max-width:600px) {
    #contact-us {
        margin-top: -23vw
    }
}

@media only screen and (max-width:550px) {
    #contact-us {
        margin-top: -25vw
    }
}

@media only screen and (max-width:500px) {
    #contact-us {
        margin-top: -28vw
    }
}

@media only screen and (max-width:480px) {
    #contact-us {
        margin-top: -35vw
    }
}

@media only screen and (max-width:992px) {
    #contact-us {
        padding-top: 150px
    }
}

@media only screen and (max-width:600px) {
    #contact-us {
        padding-top: 170px
    }
}

@media only screen and (max-width:992px) {
    #contact-us {
        padding-bottom: 30px
    }
}

#contact-us .container:first-child {
    padding-top: 3vw;
}
#contact-us h3,
#contact-us p {
    color: #fff
}

#contact-us .form-wrapper ::-webkit-input-placeholder {
    color: #404040
}

#contact-us .form-wrapper :-moz-placeholder {
    color: #404040;
    opacity: 1
}

#contact-us .form-wrapper ::-moz-placeholder {
    color: #404040;
    opacity: 1
}

#contact-us .form-wrapper :-ms-input-placeholder {
    color: #404040
}

#contact-us .form-wrapper .form-control {
    border: none;
    border-radius: 0;
    margin-top: 15px;
    background-color: #a1a1a1;
}

#contact-us .form-wrapper .form-control.error {
    background: rgba(178, 32, 27, 0.6);
    border: 1px solid #8e1a16;
}

#contact-us .form-wrapper .form-control.error:focus {
    background: #a1a1a1;
    border: none
}

#contact-us .form-wrapper textarea {
    height: 120px
}

#contact-us .form-wrapper .btn {
    color: #fff;
    border: 1px solid #fff;
    margin-top: 25px;
    padding: 2px 30px;
    border-radius: 35px
}

#contact-us #map {
    width: 80%;
    height: 100%;
    background: none;
    margin: 0 auto;
    min-height: 300px;
}

@media only screen and (max-width:992px) {
    #contact-us #map {
        margin-top: 80px;
        width: 100%
    }
}

#footer {
    height: 100px;
    background: #383838
}

#footer .logo {
    width: 130px;
    padding-right: 20px;
}

#footer .logo img {
    margin-top: 40px;
    width: 100%
}

#footer p {
    color: #828282;
    margin-top: 55px;
    font-size: 10px
}

.hamburger-nav {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 30px;
    width: 42px;
    height: 41px;
    z-index: 999;
    position: fixed;
}

@media only screen and (max-width:768px) {
    .hamburger-nav {
        top: 20px
    }
}

.mbl-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 65%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 17.5%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.mbl-menu span:nth-child(1) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.mbl-menu span:nth-child(2) {
    opacity: 0;
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.mbl-menu span:nth-child(3) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.mbl-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    left: 12px
}

.mbl-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

.mbl-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 12px
}

#mapAddress {
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin-left: 10px;
    padding: 2px 10px;
    position: relative;
    width: 200px
}

#mapAddress p {
    margin: 8px 0
}

#mapAddress p.map-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px
}

#mapAddress:after {
    right: 100%;
    top: 40%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 10px;
    margin-top: -10px
}