@media (max-width: 575.98px) {
    
    h1 {
        font-size: 3.2rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    
    h5 {
        font-size: 1.8rem;
    }
    
    h6 {
        font-size: 1.8rem;
    }
    
    .header, .header__owl-carousel, .hoc__image {
        height: 350px;
    }
    
    .hoc__image:before {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }
    
    .text-xs-justify {
        text-align: justify;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }
    
    .col-xs--margin-top-2x {
        margin-top: 70px;
    }

    .xs--hidden {
        display: none;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 3.2rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    
    h5 {
        font-size: 1.8rem;
    }
    
    h6 {
        font-size: 1.8rem;
    }
    
    .header, .header__owl-carousel, .hoc__image {
        height: 350px;
    }

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

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

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 4.4rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    
    h5 {
        font-size: 1.8rem;
    }
    
    h6 {
        font-size: 1.8rem;
    }
    
    .header, .header__owl-carousel, .hoc__image {
        height: 350px;
    }

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

    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {
    
    .navbar-nav .nav-item {
        font-size: 1.8rem;
    }
    
    .owl-carousel .owl-dots {
        bottom: -40px;
    }

    .arrow {
        left: 15px;
        bottom: 15px;
    }
    
    .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;
    }

}

@media (min-width: 992px) {
    
    h1 {
        font-size: 5.3rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    
    h5 {
        font-size: 1.8rem;
    }
    
    h6 {
        font-size: 1.8rem;
    }
    
    .navbar-nav .nav-item {
        font-size: 1.6rem;
    }
    
    .owl-carousel .owl-dots {
        bottom: -44px;
    }
    
    .form__col {
        padding: 0 5px !important;
    }
    
    .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;
    }
    
    .header, .header__owl-carousel, .hoc__image {
        height: 600px;
    }
    
    .text-lg-justify {
        text-align: justify !important;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }

    .lg--hidden {
        display: none;
    }
    
    .lg--no-padding {
        padding: 0;
    }

}

@media (min-width: 1200px) {
    
    .header, .header__owl-carousel, .hoc__image {
        height: 700px;
    }
    
    .text-xl-justify {
        text-align: justify;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }
    
    .xl--no-padding {
        padding: 0;
    }

}

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, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1em;
    position: relative;
}

h1 {
    font-weight: 800;
}

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, h3, h4, h5, h6 {
    font-weight: 500;
}

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

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

section {
    position: relative;
}

section li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    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 {
    margin: 0 0 5px 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #2e2e2e;
    list-style-type: none;
    text-align: center;
}

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

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

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

.navbar--custom {
    background-color: #ffffff;
}
    
.navbar-brand {
    margin: 0;
    position: relative;
    top: 3px;
    left: 7px;
}

 .navbar-brand__image {
    margin-top: 1px;
    margin-bottom: 7px;
    height: 36px;
    width: auto;
}
    
.navbar-nav {
    margin: 20px 0 10px 0;
}

.navbar-nav .nav-item:last-child {
    margin-bottom: 0;
}
    
.navbar-nav .nav-item a {
    margin: 0;
    padding: 5px 10px;
    color: #2e2e2e;
    text-decoration: none;
}
    
.navbar-nav li a:hover, .navbar-nav li a:focus {
    background-color: #114832;
    color: #ffffff;
}

.header {
    margin-top: 50px;
    width: 100%;
}

.header__inner {
    z-index: 2;
}

.header__heading-1 {
    color: #2e2e2e;
}

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

.hi {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-55%);
    z-index: 99;
}

.about__inner {
    padding: 70px;
    background-color: #114832;
}

.about__heading-2 {
    margin-bottom: 25px;
    color: #ffffff;
}

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

.specializations--padding {
    padding: 100px 0;
}

.specializations__heading-2 {
    padding-bottom: 25px;
    color: #2e2e2e;
    position: relative;
}

.specializations__heading-2:after {
    background-color: #e0e0e0;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.specializations p {
    font-size: 1.5rem;
    color: #818181;
}

.publications__heading-2 {
    padding-bottom: 25px;
    color: #2e2e2e;
    position: relative;
}

.publications p {
    font-size: 1.5rem;
    color: #818181;
}

.publications__inner {
    padding: 30px;
}

.publications__col {
    padding: 0 !important;
}

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

.form--padding {
    padding: 100px 0;
}

.form__heading-2 {
    color: #2e2e2e;
}

.form p {
    font-size: 1.5rem;
    color: #818181;
}

.bottom {
    background-color: #131313;
}

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

.bottom p {
    font-size: 1.5rem;
    color: #818181;
}

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

.bottom .social-list {
    margin: 0;
    padding: 0;
}

.bottom .social-list__item {
    margin: 3px !important;
    width: auto;
    display: inline-block;
    list-style-type: none;
}

.bottom .social__fa {
    font-size: 2rem;
    color: #818181;
}

.footer {
    background-color: #131313;
}

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

.footer p {
    font-size: 1.5rem;
    color: #505050;
}

.form-control--custom {
    background-color: #f2f2f2;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    line-height: normal;
    color: #818181;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: #f8f8f8;
    color: #818181;
    border: none;
    -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: #818181 !important;
}
					
input:-moz-placeholder {
    color: #818181 !important;
}
					
input::-moz-placeholder {
    color: #818181 !important;
}
					
input:-ms-input-placeholder {  
    color: #818181 !important;
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #818181 !important;
}
					
textarea:-moz-placeholder {
    color: #818181 !important;
}
					
textarea::-moz-placeholder {
    color: #818181 !important;
}
					
textarea:-ms-input-placeholder {  
    color: #818181 !important;
}

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

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    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.5rem !important;
    color: #8b0000 !important;
}

.btn--custom {
    padding: 15px 20px;
    width: auto;
    min-width: 200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    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--green, .btn--green:focus {
    background: #114832;
    color: #ffffff;
}

.btn--green:hover {
    background: #2e2e2e;
    color: #ffffff;
}

.btn--text, .btn--text:focus, .btn--text:focus {
    padding: 0;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    position: relative;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--text-gold, .btn--text-gold:focus {
    color: #f3e9ce;
    text-decoration: none;
}

.btn--text-gold:hover {
    color: #ffffff;
}

.btn--text-green, .btn--text-green:focus {
    color: #114832;
    text-decoration: none;
}

.btn--text-green:hover {
    color: #2e2e2e;
}

.btn__fa {
    margin-left: 5px;
}

.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 #383e42;
    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: #114832;
    height: 56px;
    width: 56px;
    border: none;
    border-radius: 0;
    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;
}

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
}

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

.owl-carousel .owl-dots {
    width: 100%;
    text-align: right;
    position: absolute;
    -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: #e0e0e0;
    height: 8px;
    width: 8px;
    border-radius: 0;
    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: #114832;
}

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

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