@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Raleway:300,700&subset=latin-ext');

@media (max-width: 575.98px) {
    
    h1 {
        font-size: 3.2rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }
    
    h3 {
        font-size: 2rem;
    }
    
    h4 {
        font-size: 2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }
    
    .header__mask, .header__carousel, .owl-carousel__image {
        height: 230px;
        width: 100%;
    }

    .col-xs--margin-top {
        margin-top: 20px;
    }
    
    .row-xs {
        margin-top: 40px;
    }
    
    .xs--hidden {
        display: none;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 3.6rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }
    
    .header__mask, .header__carousel, .owl-carousel__image {
        height: 230px;
        width: 100%;
    }
    
    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .row-sm {
        margin-top: 40px;
    }
    
    .sm--hidden {
        display: none;
    }

}

@media (min-width: 768px) {
    
    .contact {
        height: 500px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 3.6rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 2.4rem;
    }
    
    .header__mask, .header__carousel, .owl-carousel__image {
        height: 230px;
        width: 100%;
    }
    
    .why__ib {
        min-height: 620px;    
    }
    
    .col-md--margin-top {
        margin-top: 30px;
    }
    
    .row-md {
        margin-top: 40px;
    }
    
    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {
    
    .header__inner {
        margin-top: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .gallery__outer {
        padding: 20px;
    }
    
    .gallery__inner {
        border: 4px solid #464644;
    }
    
}

@media (min-width: 992px) {
    
    h1 {
        font-size: 3.6rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 2.4rem;
    }
    
    .header__mask, .header__carousel, .owl-carousel__image {
        height: 230px;
        width: 100%;
    }
    
    .gallery__outer {
        padding: 20px 0 20px 20px;
    }
    
    .gallery__inner {
        border-top: 4px solid #464644;
        border-left: 4px solid #464644;
        border-bottom: 4px solid #464644;
    }

    .text-lg-justify {
        text-align: justify !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .header__inner {
        margin-top: 50px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .gallery__outer {
        margin-top: 18px;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }
    
    .lg--hidden {
        display: none;
    }
    
    .lg--no-padding {
        padding: 0 !important
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #ffffff;
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        left: 7px;
    }
    
    .navbar-brand__image {
        height: 40px;
        width: auto;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        text-align: center;
    }
    
    .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .nav-item a {
        margin: 0;
        padding: 0 0 2px 0;
    }
        
    .header__carousel {
        margin-top: 50px;
    }
    
}

@media (min-width: 1200px) {
    
    .navbar-nav li a {
        padding-top: 0;
        padding-left: 20px !important;
        padding-right: 20px !important;
        position: relative;
    }
    
    .navbar-nav li:nth-child(6) a, .navbar-nav li:nth-child(7) a, .navbar-nav li:nth-child(8) a {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: transparent;
    }
    
    .navbar-nav li a:hover:after, .navbar-nav li a:focus:after {
        background-color: #5378a1;
        height: 4px;
        width: 24px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
    }
    
    .navbar--custom .navbar-nav li a:hover:after, .navbar--custom .navbar-nav li a:focus:after {
        bottom: 26px;
    }
    
    .navbar--shrink .navbar-nav li a:hover:after, .navbar--shrink .navbar-nav li a:focus:after {
        bottom: 0;
    }
    
    .navbar--custom {
        background-color: #ffffff;
        height: 120px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -10px;
        height: 90px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand, .navbar--custom .navbar-nav li a {
        height: 90px;
        line-height: 90px;
    }
    
    .navbar--shrink {
        background-color: #ffffff;
        height: 50px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink .navbar-brand__image {
        margin-top: -10px;
        height: 30px;
        width: auto;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }
    
    .nav-item {
        font-size: 1.5rem;
    }
    
    .nav-item:last-child {
        padding-right: 0;
    }
    
    .header__carousel {
        margin-top: 50px;
    }
    
    .header__inner {
        margin-top: 50px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .gallery__outer {
        margin-top: 30px;
    }
    
    .text-xl-justify {
        text-align: justify !important;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }
    
    .xl--no-padding {
        padding: 0 !important
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body * {
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.body {
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

h1, h2 {
    font-weight: 300;
}

h1 a, h1 a:hover, h1 a:focus {
    color: inherit;
    text-decoration: none;
}

h1 strong, h2 strong {
    font-weight: 700;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    line-height: 2.4rem;
}

p:first-child {
    margin-top: 0;
}

p strong {
    font-weight: 700;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 1920px;
    overflow-x: hidden;
}

.navbar--custom .nav-item {
    font-family: 'Raleway', sans-serif;
    color: #423118;
    text-transform: uppercase;
    position: relative;
}

.navbar-nav .nav-link {
    color: #423118;
}

.navbar-toggler--custom {
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.navbar-toggler--custom:focus {
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler .icon-bar {
    background-color: #423118;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #423118;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #423118;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #423118;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.header {
    background-color: #ffffff;
    height: auto;
    width: 100%;
    position: relative;
    overflow-y: hidden;
}

.header .container {
    position: relative;
    z-index: 2;
}

.header__inner {
    width: 100%;
    position: absolute;
    z-index: 3;
}

.header__heading-1 {
    color: #464644;
    line-height: 1em;
}

.header__mask {
    background: url(../images/mask.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.header__carousel {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.outer-box {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.74);
}

.inner-box {
    border: 4px solid #464644;
}

.header__inner-box {
    padding: 30px;
}

.why__inner-box {
    padding: 50px 30px;
}

.contact__inner-box {
    padding: 30px;
}

.main {
    background-color: #ffffff;
}

.main--padding {
    padding: 80px 0;
}

.main h2 {
    margin-top: 30px;
    color: #423118;
    line-height: 1em;
    position: relative;
}

.main h2:first-child {
    margin-top: 0;
}

.main p {
    font-size: 1.6rem;
    color: #464644;
}

.main ul, .main ol {
    margin: 16px 0;
    padding: 0;
}

.main ul li {
    margin: 0 0 0 1px;
    padding: 0 0 0 20px;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    color: #464644;
    line-height: 2.4rem;
    list-style: none;
    position: relative;
}

.main ol li {
    margin: 0 0 0 25px;
    padding: 0 0 0 4px;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    color: #464644;
    line-height: 2.4rem;
    position: relative;
}

.main ul li:before {
    background-color: #3a5c83;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
}

.main__image {
    height: auto;
    max-width: 100%;
}

.main__tl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main__br {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.why--padding {
    padding: 80px 0;
}

.why__heading-2 {
    color: #423118;
    line-height: 1em;
    position: relative;
}

.why__heading-3 {
    margin: 30px 0;
    color: #423118;
}

.why p {
    font-size: 1.6rem;
    color: #464644;
}

.why__image {
    height: 70px;
    width: auto;
}
    
.gallery {
    background: url(../images/gallery.jpg) no-repeat center top;
}

.gallery--padding {
    padding: 80px 0;
}

.gallery__box {
    padding: 80px 50px;
    background: #5378a1 url(../images/gallery-box.jpg) no-repeat bottom left;
}

.gallery__heading-3 {
    margin-bottom: 20px;
    color: #ffffff;
}

.gallery__box p {
    font-size: 1.6rem;
    color: #ffffff;
}

.gallery__outer {
    background: url(../images/gallery_2.jpg) no-repeat right center;
}

.gallery__inner {
    padding: 80px;
    height: 305px;
}

.contact {
    background: #f2f1f1 url(../images/contact.jpg) no-repeat center center;
}

.contact--padding {
    padding: 80px 0;
}

.contact__heading-4 {
    margin-bottom: 20px;
    color: #423118;
}

.contact p {
    font-size: 1.6rem;
    color: #464644;
}

.footer--padding {
    padding: 30px 0;
}

.footer p {
    font-size: 1.6rem;
    color: #464644;
}

.form-control--custom {
    background-color: rgba(255, 255, 255, 0.05);
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px !important;
}

input::-webkit-input-placeholder {
    color: #ffffff !important;
}
					
input:-moz-placeholder {
    color: #ffffff !important;  
}
					
input::-moz-placeholder {
    color: #ffffff !important;  
}
					
input:-ms-input-placeholder {  
    color: #ffffff !important;  
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #ffffff !important;
}
					
textarea:-moz-placeholder {
    color: #ffffff !important;  
}
					
textarea::-moz-placeholder {
    color: #ffffff !important;  
}
					
textarea:-ms-input-placeholder {  
    color: #ffffff !important;  
}

.submit {
    padding: 10px 20px;
    background-color: #000000;
    line-height: normal;
    border: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
}

.submit__image {
    height: 24px;
    width: auto;
}

.btn--custom {
    padding: 14px 20px;
    background-color: transparent;
    min-width: 150px;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--white {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn--white:hover, .btn--white:focus {
    color: #ffffff;
}

.btn--margin-top {
    margin-top: 20px;
}

.row--margin-top {
    margin-top: 40px;
}

.owl-carousel__image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.preloader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.preloader__inner {
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 10px solid #5378a1;
    border-top: 10px solid #e2f3fd;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background-cover--ct {
    background-position: center top;
}

.background-cover--cc {
    background-position: center center;
}

.background-cover--cb {
    background-position: center bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--rc {
    background-position: right center;
}

section {
    overflow: hidden;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.arrow {
    background-color: rgba(58, 92, 131, 0.75);
    height: 60px;
    width: 60px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999999;
    display: none;
}

.arrow__fa {
    font-family: 'Font Awesome 5 Free';
    font-size: 2rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    height: 60px;
    width: 60px;
    display: block;
}

.layer {
    position: relative;
    z-index: 3;
}

p a {
    padding-bottom: 2px;
    color: inherit;
    text-decoration: none;
}

p a:hover, p a:focus {
    padding-bottom: 2px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #464644;
}

.fancybox-is-open .fancybox-bg {
    opacity: .5;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.social {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 999;
}

.social a {
    margin-top: 5px;
    height: 50px;
    width: 50px;
    display: block;
}

.social a:first-child {
    margin-top: 0;
}

.social a img {
    height: 50px;
    width: 50px;
}