@media (max-width: 575.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 2.8rem;
    }
    
    h4 {
        font-size: 2.8rem;
    }
    
    h5 {
        font-size: 2.8rem;
    }
    
    h6 {
        font-size: 4rem;
    }
    
    .navbar-brand__image {
        margin-top: 1px;
        margin-bottom: 7px;
        height: 26px;
        width: auto;
    }
    
    .hi {
        padding: 0 0 80px 0;
    }
    
    .header .btn {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .text-xs-justify {
        text-align: justify;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }

    .xs--hidden {
        display: none;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 5rem;
    }
    
    h2 {
        font-size: 5rem;
    }
    
    h3 {
        font-size: 2.8rem;
    }
    
    h4 {
        font-size: 2.8rem;
    }
    
    h5 {
        font-size: 2.8rem;
    }
    
    h6 {
        font-size: 5rem;
    }
    
    .navbar-brand__image {
        margin-bottom: 9px;
        height: 29px;
        width: auto;
    }   
    
    .hi {
        padding: 0 0 80px 0;
    }
    
    .header .btn {
        margin-left: 10px;
        margin-right: 10px;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .sm--hidden {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 5rem;
    }
    
    h2 {
        font-size: 5rem;
    }
    
    h3 {
        font-size: 2.8rem;
    }
    
    h4 {
        font-size: 2.8rem;
    }
    
    h5 {
        font-size: 2.8rem;
    }
    
    h6 {
        font-size: 5rem;
    }
    
    .navbar-brand__image {
        margin-bottom: 7px;
        height: 31px;
        width: auto;
    }
    
    .hi {
        padding: 0 0 80px 0;
    }
    
    .header .btn {
        margin-right: 20px;
    }

    .col-md--margin-top {
        margin-top: 30px;
    }

    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {
    
    .header {
        margin-top: 40px !important;
        padding-top: 250px;
        background: url(../images/header2.jpg) no-repeat top center;
        height: auto;
        min-height: 634px;
    }
    
    .header--small {
        padding-top: 50px !important;
        padding-bottom: 34px !important;
        min-height: 0px !important;
    }
    
    .header--small .header__inner {
        width: 100%;
    }
    
    .header__sm {
        bottom: 40px;
    }
    
    .hi {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .arrow {
        left: 15px;
        bottom: 15px;
    }
    
    .bottom--padding {
        padding: 100px 0 50px 0;
    }

}

@media (min-width: 992px) {
    
    h1 {
        font-size: 6rem;
    }
    
    h2 {
        font-size: 5rem;
    }
    
    h3 {
        font-size: 2.8rem;
    }
    
    h4 {
        font-size: 2.8rem;
    }
    
    h5 {
        font-size: 2.8rem;
    }
    
    h6 {
        font-size: 5rem;
    }
    
    .header {
        padding-top: 70px;
        background: url(../images/header.jpg) no-repeat top center;
        height: auto;
    }
    
    .header__inner {
        position: relative;
    }
    
    .header--small .header__inner {
        width: 100%;
        position: absolute;
        top: 55%;
        left: 0;
        z-index: 2;
        transform: translateY(-45%);
    }
    
    .header__sm {
        bottom: 60px;
    }
    
    .arrow {
        left: 30px;
        bottom: 30px;
    }
    
    .text-lg-justify {
        text-align: justify !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .navbar-brand__image {
        margin-bottom: 7px;
        height: 31px;
        width: auto;
    }
    
    .hi {
        margin-top: 110px;
        width: 100%;
    }
    
    .header {
        margin-top: 50px !important;
        height: 700px;
    }
    
    .header--small {
        max-height: 300px;
    }
    
    .header .btn {
        margin-right: 20px;
    }
    
    .text-lg-justify {
        text-align: justify !important;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }

    .lg--hidden {
        display: none;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #ffffff;
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        top: 3px;
        left: 7px;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #292d3e;
        list-style-type: none;
        text-align: center;
    }
    
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .navbar-nav .nav-item a, .navbar-nav li a:focus {
        margin: 0;
        padding: 0 0 2px 0;
        color: #292d3e;
    }
    
    .navbar-nav li a:hover {
        background-color: #6d0039;
        color: #ffffff;
    }
    
    .navbar-contact {
        position: absolute;
        top: 11px;
        right: 50px;
    }
    
    .nc-nav li {
        margin-left: 15px !important;
    }
    
    .nc__fa {
        font-size: 2rem;
    }
    
    .header {
        margin-top: 60px;
    }
    
}

@media (min-width: 1200px) {
    
    .navbar-contact {
        position: absolute;
        top: 39px;
        right: 15px;
    }
    
    .navbar-nav li a {
        padding: 0 12px !important;
        color: #292d3e;
        position: relative;
    }
    
    .navbar--custom .navbar-nav li a:hover, .navbar--custom .navbar-nav li a:focus {
        color: #6d0039;
    }
    
    .navbar--custom {
        background-color: transparent;
        height: 100px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -10px;
        height: 38px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand {
        height: 100px;
        line-height: 100px;
    }
    
    .navbar-nav .nav-item {
        font-size: 1.4rem;
    }
    
    .navbar--custom .navbar-nav {
        position: absolute;
        right: 180px;
        top: 38px;
    }
    
    .navbar--custom .navbar-nav a {
        padding-bottom: 20px;
    }
    
    .navbar--custom .navbar-nav li a:after {
        background: #6d0039;
        height: 1px;
        width: 0;
        display: block;
        content: '';
        transition: width .3s;
        position: relative;
        bottom: -5px;
    }

    .navbar--custom .navbar-nav li a:hover:after {
        width: 100%;
        //transition: width .3s;
    }

    .navbar--shrink .navbar-nav li a:after {
        display: none;
    }
    
    .navbar--shrink {
        background-color: #ffffff;
        height: 50px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink .navbar-nav {
        position: absolute;
        right: 200px;
        top: 0;
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 30px;
        width: auto;
    }
    
    .navbar--shrink .navbar-nav li a, .navbar--shrink .navbar-nav li a:focus {
        color: #292d3e;
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li a:hover {
        background-color: #6d0039;
        color: #ffffff;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }
    
    .navbar--shrink .navbar-contact {
        top: 14px;
    }
    
    .navbar--shrink .navbar-nav {
        padding-top: 0;
        bottom: 0;
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li:last-child {
        display: inline-block;
    }
    
    .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    
    .nc-nav li:first-child {
        margin-right: 10px;
    }
    
    .nc-nav .btn--text {
        font-size: 1.4rem !important;
    }
    
    .hi {
        margin-top: 180px;
        width: 100%;
    }
    
    .header {
        height: 790px;
    }
    
    .header .btn {
        margin-right: 20px;
    }
    
    .header--small {
        max-height: 300px;
    }
    
    .header:after {
        background: url(../images/shadow.png) repeat-x left top;
        height: 168px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 10;
        opacity: 1;
    }
    
    .text-xl-justify {
        text-align: justify;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }

}

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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #ffffff;
}

h1, h2, h6 {
    margin: 0;
    font-family: 'Cardo', serif;
    font-weight: 400;
    line-height: 1em;
    position: relative;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus {
    color: inherit;
    text-decoration: none;
}

h2 {
    margin-top: 15px;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 2.4rem;
}

p:first-child {
    margin-top: 0;
}

section {
    position: relative;
}

section li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

section .container {
    position: relative;
    z-index: 2;
}

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 {
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #292d3e;
    position: relative;
}

.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: #292d3e;
    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: #6d0039;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #6d0039;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #6d0039;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.nc-nav {
    margin: 0;
    padding: 0;
}

.nc-nav li {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #6d0039;
    list-style-type: none;
    display: inline-block;
}

.nc-nav li a, .nc-nav li a:focus {
    color: #6d0039;
    text-decoration: none;
}

.nc-nav li a:hover {
    color: #6d0039;
}

.nc__fa {
    margin-right: 5px;
    color: #6d0039;
}

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

.header__inner {
    z-index: 2;
}

.header__heading-1 {
    margin-bottom: 20px;
    color: #0b1742;
}

.header--small {
    background-image: none;
}

.header--small .header__heading-1 {
    color: #0b1742;
}

.header__heading-1 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #6d0039;
    letter-spacing: 0.5rem;
    line-height: 3rem;
    text-transform: uppercase;
    display: block;
}

.header p {
    font-size: 1.6rem;
    color: #292d3e;
    line-height: 3rem;
    display: block;
}

.header__sm {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
}

.header__blog h1 {
    font-size: 3rem !important;
}

.content {
    background: #ffffff url(../images/ac.jpg) no-repeat bottom center;
}

.content--padding {
    padding: 70px 0;
}

.content h2 {
    margin-bottom: 30px;
    color: #0b1742;
}

.content p {
    font-size: 1.6rem;
    color: #292d3e;
}

.content ol, .content ul {
    margin: 16px 0;
    padding: 0;
    line-height: 2.4rem;
}

.content ol li {
    margin: 0 0 10px 17px;
    padding: 0 0 0 4px;
    font-size: 1.6rem;
    color: #292d3e;
    position: relative;
}

.content ul li {
    margin: 0 0 1px 12px;
    padding: 0 0 0 8px;
    color: #292d3e;
    list-style-type: none;
    position: relative;
}

.content ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    color: #6d0039;
    font-weight: bold;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -11px;
}

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

.specializations {
    background-color: #ffffff;
}

.specializations--padding, .blog--padding {
    padding: 90px 0;
}

.specializations__heading-2 {
    margin-bottom: 30px;
    color: #0b1742;
}

.specializations__heading-3 {
    color: #292d3e;
}

.specializations p, .blog p {
    font-size: 1.6rem;
    color: #292d3e;
}

.specializations__image {
    margin-bottom: 20px;
    height: 80px;
    width: auto;
}

.sc__inner, .bc__inner {
    padding: 30px 20px;
    background-color: #d4cfc9;
    min-height: 200px;
    position: relative;
    position: relative;
}

.blog__heading-2 {
    color: #0b1742;
}

.blog__heading-3 {
    font-size: 2rem;
    font-weight: 500;
    color: #6d0039;
}

.blog__p {
    color: #6d0039 !important;
}

.about--padding {
    padding: 90px 0;
}

.about__heading-2 {
    margin-bottom: 30px;
    color: #d4cfc9;
}

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

.trigger__col {
    margin: 20px 0 0 0;
    display: none;
}

.trigger__col p {
    font-size: 1.6rem;
    color: #292d3e;
}

.trigger__span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #292d3e;
    line-height: 2.4rem;
}

.trigger__box {
    margin-bottom: 1px;
    padding: 20px;
    background-color: #d4cfc9;
    cursor: pointer;
}

.trigger__box:hover .trigger__span, .trigger__current .trigger__span {
    color: #6d0039;
}

.bottom {
    background-color: #0b1742;
}

.bottom--padding {
    padding: 90px 0 0 0;
}

.bottom__heading-6 {
    color: #d4cfc9;
}

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

.footer--padding {
    padding: 45px 0;
}

.footer .container {
    padding-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

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

.footer p a, .footer p a:focus {
    color: #ffffff;
    text-decoration: none;
}

.footer p a:hover {
    color: #d4cfc9 !important;
}

.form-control--custom {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: transparent;
    color: #d4cfc9 !important;
    border: none;
    border-bottom: 1px solid #d4cfc9;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom, select.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;
}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent div.wpcf7-response-output:before, .wpcf7-form.invalid div.wpcf7-response-output:before {
    margin: 0 12px 0 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px/30px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.wpcf7-form.sent div.wpcf7-response-output:before {
    content: '\f00c';
}

.wpcf7-form.invalid div.wpcf7-response-output:before {
    content: '\f00d';
}

span .wpcf7-not-valid {
    border: 2px solid #8b0000 !important;
}

span.wpcf7-not-valid-tip {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.6rem !important;
    color: #8b0000 !important;
}

.btn--custom {
    padding: 15px 20px;
    width: auto;
    min-width: 240px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--custom:hover, .btn--custom:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--ecru, .btn--ecru:focus {
    background-color: #d4cfc9;
    color: #6d0039;
}

.btn--ecru:hover {
    background-color: #ffffff;
    color: #6d0039;
}

.btn--ecru-2, .btn--ecru-2:focus {
    background-color: #d4cfc9;
    color: #0b1742;
}

.btn--ecru-2:hover {
    background-color: #ffffff;
    color: #0b1742;
}

.btn--burgundy, .btn--burgundy:focus {
    background-color: #6d0039;
    color: #ffffff;
}

.btn--burgundy:hover {
    background-color: #ffffff;
    color: #6d0039;
}

.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.row--margin-top {
    margin-top: 30px;
}

.row--margin-top-2x {
    margin-top: 60px;
}

.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 #f1f1f1;
    border-top: 10px solid #6d0039;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear 1;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow {
    background-color: #6d0039;
    height: 56px;
    width: 56px;
    border: none;
    position: fixed;
    z-index: 99999999;
    display: none;
}

.arrow__fa {
    font-size: 3rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    height: 60px;
    width: 60px;
    display: block;
}

.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;
}

.social-list {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.bottom .social-list {
    margin-top: 30px;
}

.bottom .social-list__item {
    margin-left: 10px;
    height: 44px;
    width: 44px;
    list-style: none;
    float: left;
}

.social-list__item {
    margin-left: 15px;
    padding: 0;
    height: 20px;
    width: auto;
    list-style: none;
    display: inline-block;
}

.social-list__item:first-child {
    margin: 0;
    padding: 0;
}

.sli__image {
    height: 16px;
    width: auto;
}

.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--rb {
    background-position: right bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--rc {
    background-position: right center;
}

.background-cover--rt {
    background-position: right top;
}

p a, p a:hover, p a:focus, .fancy-popup * a, .fancy-popup * a:hover, .fancy-popup * a:focus {
    color: inherit !important;
    text-decoration: none !important
}

.content p a, .content p a:focus, .content li a, .content li a:focus {
    color: #6d0039 !important;
    text-decoration: none;
}

.content p a:hover, .content li a:hover {
    color: #6d0039 !important;
    border-bottom: 1px dotted #6d0039;
}

.vertical-center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.gmap {
    height: 450px;
    width: 100%;
    border: 0;
    display: block;
}

.grecaptcha-badge {
    visibility: hidden;
}