@media (max-width: 575.98px) {

    .hi {
        padding: 50px 0;
        width: 100%;
    }

    .header, .header__owl-carousel, .hoc__image {
        height: 520px;
    }
    
    .hoc__image:before {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }
    
    .header__arrow {
        bottom: 50px;
    }
    
    .why--padding {
        padding: 300px 0 30px 0;
    }

    .owl-carousel .owl-dots {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: -40px;
        -webkit-tap-highlight-color: transparent;
    }

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline-block;
    }

    .owl-carousel .owl-dots .owl-dot span {
        margin: 5px;
        background-color: #d7d8d8;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
    }

    .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
        background: #fcc300;
    }

    .owl-dot, .owl-dot:active, .owl-dot:focus, button:focus {
        outline: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    .about__inner h2 {
        color: #321d00;
    }
        
    .about__inner p {
        padding: 10px;
        background: rgba(50, 29, 0, 0.7);
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    .hi {
        padding: 50px 0;
        width: 100%;
    }

    .header, .header__owl-carousel, .hoc__image {
        height: 440px;
    }
    
    .hoc__image:before {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }

    .ri__box {
        padding-right: 70px !important;
    }
    
    .owl-carousel .owl-dots {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: -40px;
        -webkit-tap-highlight-color: transparent;
    }

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline-block;
    }

    .owl-carousel .owl-dots .owl-dot span {
        margin: 5px;
        background-color: #d7d8d8;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
    }

    .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
        background: #fcc300;
    }

    .owl-dot, .owl-dot:active, .owl-dot:focus, button:focus {
        outline: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    .about__inner h2 {
        color: #321d00;
    }
        
    .about__inner p {
        padding: 10px;
        background: rgba(50, 29, 0, 0.7);
    }

}

@media (max-width: 767.98px) {
    
    .about--padding {
        padding: 80px 0;
    }
    
    .blog__inner {
        padding: 60px 15px;
    }
    
    .blog__image {
        height: auto;
        max-width: 100%;
    }
    
    .owl-nav {
        margin-top: 50px;
        height: auto;
        width: 100%;
        text-align: center;
    }
    
}

@media (min-width: 768px) {
    
    .blog__fa {
        position: absolute;
        bottom: -50px;
    }
    
}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .hi {
        padding: 50px 0;
        width: 100%;
    }

    .header, .header__owl-carousel, .hoc__image {
        height: 470px;
    }
    
    .hoc__image:before {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }
    
    .about--padding {
        padding: 240px 0 80px 0;
    }

    .why--padding {
        padding: 350px 0 30px 0;
    }
    
    .realizations span {
        top: 22px;
    }
    
    .blog__inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .blog__inner-left {
        padding-left: 15px;
        padding-right: 40px;
    }
    
    .blog__inner-right {
        padding-left: 40px;
        padding-right: 15px;
    }
    
    .blog__image {
        left: 0;
    }
    
    .owl-carousel .owl-dots {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: -40px;
        -webkit-tap-highlight-color: transparent;
    }

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline-block;
    }

    .owl-carousel .owl-dots .owl-dot span {
        margin: 5px;
        background-color: #d7d8d8;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
    }

    .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
        background: #fcc300;
    }

    .owl-dot, .owl-dot:active, .owl-dot:focus, button:focus {
        outline: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

}

@media (min-width: 992px) {
    
    .about--padding {
        padding: 240px 0 80px 0;
    }
    
    .realizations span {
        top: 40px;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .hi {
        padding: 100px 0;
        width: 100%;
    }

    .header, .header__owl-carousel, .hoc__image {
        height: 700px;
    }

    .header__arrow {
        bottom: 70px;
    }
    
    .why--padding {
        padding: 500px 0 30px 0;
    }
    
    .blog__inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .blog__inner-left {
        padding-left: 15px;
        padding-right: 40px;
    }
    
    .blog__inner-right {
        padding-left: 40px;
        padding-right: 15px;
    }
    
    .blog__image {
        left: 0;
    }
    
}

@media (max-width: 1199.98px) {
    
    .header {
        margin-top: 50px;
    }
    
    .header__owl-carousel {
        background-color: #321d00;
    }
    
    .hoc__image {
        opacity: 0.7;
    }
    
    .hi {
        width: 100%;
        position: relative;
        z-index: 100;
    }

}

@media (min-width: 1200px) {

    .hi {
        width: 100%;
        top: 280px;
        z-index: 99;
    }
    
    .header, .header__owl-carousel, .hoc__image {
        height: 860px;
    }
    
    .header:after {
        background: url(../images/shadow.png) repeat-x left top;
        height: 195px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 10;
        opacity: 0.7;
    }
    
    .hoc__image {
        opacity: 0.7;
    }
    
    .header__arrow {
        bottom: 150px;
    }
    
    .blog__inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .blog__inner-left {
        padding-left: 15px;
        padding-right: 40px;
    }
    
    .blog__inner-right {
        padding-left: 40px;
        padding-right: 15px;
    }
    
    .blog__image {
        left: 0;
    }

}

.header {
    background-color: #321d00;
    width: 100%;
}

.header__heading-1 {
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.header__heading-1 span {
    margin-left: 8px;
    padding: 5px 10px;
    color: #321d00;
    font-style: italic;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.span__svg {
    height: 120%;
    width: 103%;
    position: absolute;
    top: 50%;
    left: 50.8%;
    z-index: -1;
    transform: translate(-50%,-50%);
}

.header p {
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 2.4rem;
}

.header__image {
    height: auto;
    max-width: 100%;
}

.header__shadow {
    background-repeat: repeat-y;
    background-image: url(../images/shadow2.png);
    height: 100%;
    width: 875px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    z-index: 11;
}

.hi {
    position: absolute;
    z-index: 100;
}

.hoc__image:before {
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
}

.header__arrow {
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    z-index: 101;
}

.header__image {
    height: 30px;
    max-width: 100%;
}

.ra {
    margin-top: 0;
    background-color: #1f1200;
    position: relative;
    z-index: 100;
}

.about__heading-2 {
    color: #ffffff;
}

.about__heading-3 {
    color: #ffffff;
}

.about p {
    font-size: 1.6rem;
    color: #ffffff;
}

.about__image {
    height: 80px;
    width: auto;
}

.about__col a .about__box, .about__col a:focus .about__box, .about__col a:hover .about__box {
    text-decoration: none !important;
    display: block;
}

.about__col a:hover .about__box h3, .about__col a:hover .about__box p {
    color: #fcc300;
    text-decoration: none !important;
    display: inline-block;
}

.realizations--padding {
    padding: 80px 0;
}

.realizations__heading-2 {
    color: #321d00;
}

.realizations__heading-3 {
    margin-bottom: 15px;
    font-size: 3rem;
    color: #321d00;
}

.realizations p {
    font-size: 1.6rem;
    color: #1f1200;
}

.realizations__span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #1f1200;
    line-height: 2.4rem;
    position: relative;
    display: block;
}

.realizations span img {
    margin-left: 10px;
    height: 10px;
    width: auto;
}

.realizations span a, .realizations span a:focus {
    color: inherit;
    text-decoration: none;
}

.realizations span a:hover {
    color: #fcc300;
}

.realizations__image {
    height: auto;
    max-width: 100%;
}

.realizations__inner {
    margin-top: 50px;
}

.ri__box {
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.blog {
    background-color: #ffffff;
}

.blog__heading-2 {
    margin-bottom: 30px;
    color: #321d00;
}

.blog p {
    font-size: 1.6rem;
    color: #1f1200;
}

.blog__col {
    padding: 0 !important;
}

.blog__image {
    position: relative;
    top: 0;
}

.blog__fa {
    color: #321d00;
    font-size: 3rem;
}

.blog__fa--left {
    margin-right: 10px;
}

.blog__fa--right {
    margin-left: 10px;
}

.blog__fa--left {
    left: 0;
}

.blog__fa--right {
    left: 20px;
}

.blog__fa:hover {
    color: #fcc300;
}

.owl-next:focus, .owl-prev:focus { outline: none; }