/*Google Fonts: Barlow Semi Condensed*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600&display=swap');
/*Google Fonts: Barlow*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700;800&display=swap');
/*Google Fonts: Major Mono Display*/
@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');

html body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100vh;
    width: auto; 
    overflow-x:hidden;
    overflow-y:scroll;
}


html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
  }

:root {
    --font-bahnschrift: 'Bahnschrift', sans-serif;
}

.bahnschrift {
    font-family: var(--font-bahnschrift);
}

.observer-container {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.wrapper {
    position: relative;
}
/*Animation*/

@media only screen and (min-width: 1199px) {
    .d-xl-none {
        display:none !important;
    }
}

/*Issue: 992px no map*/

@media only screen and (max-width: 992px) {
    .map-column-no-display {
        display:none !important;
    }
}




.btn-outline-light:hover{color:#000!important;background-color:#fbfbfb!important;border-color:#fbfbfb!important}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem hsla(0,0%,98.4%,.5)!important}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000!important;background-color:#fbfbfb!important;border-color:#fbfbfb!important}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,98.4%,.5)!important}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent!important}
.btn-outline-light{color:#fbfbfb!important;border-color:#fbfbfb!important}.btn-outline-light:hover{color:#fbfbfb!important;background-color:rgba(0,0,0,.02)!important}.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light.focus,.btn-outline-light:active,.btn-outline-light:focus{color:#fbfbfb;background-color:transparent!important}.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:none!important}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fbfbfb!important}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light{color:#4f4f4f!important;background-color:#fbfbfb!important}

.btn-lg{padding:.5rem 1rem!important;border-radius:.3rem!important}

.rounded-0{border-radius:0!important}



/*FadeOutDown*/
    @keyframes fadeOutDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(0);
        }
        
        10% {
            opacity: 0;
            -webkit-transform: translateY(0);
        }

        13% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        }
    }

    @-webkit-keyframes fadeOutDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(0);
        }
        
        10% {
            opacity: 0;
            -webkit-transform: translateY(0);
        }

        13% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        }
    }

    .animated-3 {
        animation-iteration-count: infinite;
        animation-duration: 10s;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 10s;
        -webkit-animation-fill-mode: both;
    }

    .animatedFadeOutDown {
        opacity: 0
    }

    .fadeOutDown {
        -webkit-animation-name: fadeOutDown;
        animation-name: fadeOutDown;
    }
/*/FadeOutDown*/

/*/Animation*/

/*Navigation Bar*/
.header-area {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100vw;
    height: auto;
}

.header-area .main-menu {
    margin: 0 0;
    padding: 0 0;
}

.header-area .navbar {
    margin: 0 0;
    padding: 2.5rem 5rem 1rem 5rem;
    background: rgb(51, 51, 51);
    box-shadow: none;
}

.header-area .navbar .container{
    margin: 0 0;
    padding: 0 0;
    width: 100%;
}

.header-area .navbar .nav-item {
    padding-left: 1rem;
}

.header-area .navbar .nav-item > a {
    font-size: 12pt;
    font-weight: 600;
    color: white;
}

.header-area .navbar .nav-item .active {
    color: rgb(30, 116, 184);
}

.header-area .main-menu .navbar .navbar-toggler {
    color: white;
}

/*
    color: rgb(30, 116, 184); /*blue*/
    /*color: rgb(166, 168, 171); /*light grey*/
    /*color: rgb(102, 102, 102); /*dark grey*/
    
    /*width 70mm from left*/

/*/Navigation Bar*/

/*Main*/

/*Site statement*/
.site-main .site-statement {
    position: relative;
    margin: 0 0;
    padding: 8rem 13rem;
    background: rgb(51, 51, 51);
}

.site-main .site-statement .space-padding h2 {
    text-align: left; 
 }

.statement-first-text{
    position: relative;
    opacity: 0;
    transition: all 1.5s ease ;
}

.statement-second-text{
    position: relative;
    opacity: 0;
    transition: all 1.5s ease .2s;
}

.site-main .site-statement .statement-first-text span{ 
    font-weight: 700;
    color: white;
    font-size: 35pt;
    line-height: 100%;
}

.site-main .site-statement .statement-second-text span{ 
    font-weight: 700;
    color: white;
    font-size: 35pt;
    line-height: 50%;
}

.site-main .site-statement-content-special .space-padding h2 .blue-txt { 
    color: rgb(30, 116, 184);
}

.site-main .site-statement .site-statement-content-special .statement-second-text-line {
    line-height: 65%;
    padding:0 15px 0 0;
    background: rgb(51, 51, 51);
}

.site-main .site-statement .space-padding .statement-second-text .position-right{
    position: relative;
    float: right;
    line-height: 75%;
    padding:0 0 0 15px;
    background: rgb(51, 51, 51);
}

.site-main .site-statement .space-padding .statement-second-text .position-right span {
    font-size: 14pt;
    font-weight: 300;
}

.site-main .site-statement .space-padding .statement-second-text {
    width: 100%; 
    text-align: left; 
    border-bottom: 1px solid; 
    border-color: white;
    line-height: 0.1em;
    position: relative;
}
/*/Site statement*/

/*Site form*/
.site-main .site-form {
    position: relative;
    margin: 0 0;
    padding: 0 13rem 8rem 13rem;
    background: rgb(51, 51, 51);
}

.site-contact-title-text {
    position: relative;
    opacity: 0;
    transition: all .5s ease .5s;
    color: rgb(30, 116, 184);
    font-size: 24pt;
    font-weight: 600;
}

.site-main .site-form input, .site-main .site-form textarea, .site-main .site-form label {
    font-weight: 400;
    font-size: 12pt;
    color: white;
}

.site-main .site-form label {
    margin-bottom: 2rem;
}

.help-block.with-errors {
    font-family: var(--font-bahnschrift);
    color: #ff5050;
    font-size: 12px;
}

.site-main .site-form .map-container-box {
    margin: 0 0 0 1rem;
    padding: 0;
}

.site-main .site-form .map-container-box iframe{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 19rem;
}

.site-main .site-form .btn {
    background: transparent;
    width: 10.5rem;
    margin-bottom: 2rem;
}

.site-main .site-form .site-form-btn > span {
    font-size: 12pt;
    font-weight: 400;
    color: rgb(166, 168, 171);
}

.site-main .site-form .site-form-btn > img {
    height: 27px;
    width: auto;
    transform: rotate(270deg);
    margin-left: 1.3rem;
}
/*/Site form*/

/*Site statement btm*/
.site-main .site-statement-btm {
    position: relative;
    margin: 0 0;
    padding: 0 13rem 8rem 13rem;
    background: rgb(51, 51, 51);
}

.site-main .site-statement-btm .space-padding h2 {
    text-align: left; 
 }

.statement-first-text-btm {
    position: relative;
    opacity: 0;
    transition: all 1.5s ease .2s;
}

.statement-second-text-btm {
    position: relative;
    opacity: 0;
    transition: all 1.5s ease .4s;
}

.statement-third-text-btm {
    position: relative;
    opacity: 0;
    transition: all 1.5s ease .6s;
}

.statement-fourth-text-btm {
    position: relative;
    opacity: 0;
    transition: all 1.5s ease .8s;
}

.site-main .site-statement-btm .statement-first-text-btm span, .site-main .site-statement-btm .statement-second-text-btm span, .site-main .site-statement-btm .statement-third-text-btm span, .site-main .site-statement-btm .statement-fourth-text-btm span {
    font-weight: 500;
    color: white;
    font-size: 35pt;
    line-height: 90%;
}

.site-main .site-statement-content-special-btm .space-padding h2 .blue-txt { 
    color: rgb(30, 116, 184);
}

.site-main .site-statement-btm .site-statement-content-special-btm .statement-fourth-text-line {
    line-height: 65%;
    padding:0 15px 0 0;
    background: rgb(51, 51, 51);
}

.site-main .site-statement-btm .space-padding .statement-fourth-text-btm {
    width: 100%; 
    text-align: left; 
    border-bottom: 1px solid; 
    border-color: white;
    line-height: 0.1em;
    position: relative;
}
/*/Site statement btm*/

/*Footer*/
.site-footer {
    margin: 0 0;
    padding: 0rem 13rem 5rem 13rem;
    background: rgb(51, 51, 51);
}

.site-footer-logo {
    position: relative;
    opacity: 0;
    transition: all 1s ease .5s;
}   

.site-footer-address {
    position: relative;
    opacity: 0;
    transition: all 1s ease .5s;
}   

.site-footer .site-footer-address > span {
    font-size: 14pt;
    font-weight: 500!important;
    color: rgb(166, 168, 171);
    line-height: 90%;
}

.footer-info-container {
    width: fit-content;
    float: right;
}

.footer-info-container .btn {
    width: 40px;
    height: 40px;
    padding: 6px 6px;
    border-radius: 30px;
    justify-content: center;
    border: 0;
    margin: 0;
    margin-right: .5rem;
    font-size: 1rem;
}

.facebook-btn, .linkedin-btn, .instagram-btn {
    position: relative;
    opacity: 0;
    transition: all 1s ease .5s;
}
        

.site-footer-info-tel, .site-footer-info-fax, .site-footer-info-email {
    position: relative;
    opacity: 0;
    transition: all 1s ease .5s;
    margin: .5rem 0 0 0;
    font-size: 14pt;
    font-weight: 500 !important;
    color: rgb(166, 168, 171);
}   

.site-footer-info-tel > span, .site-footer-info-fax > span, .site-footer-info-email > span {
    line-height: 90%;
}

.site-footer-info-email a {
    color: rgb(166, 168, 171);
    text-decoration: none;
}
/*/Footer*/

@media only screen and (max-width: 1290px){
    .site-main .site-statement .statement-first-text span{ 
        font-size: 30pt; /*35pt to 30pt*/
        line-height: 100%;
    }

    .site-main .site-statement .statement-second-text span{ 
        font-size: 30pt; /*35pt to 30pt*/
        line-height: 50%;
    }

    .site-main .site-statement .site-statement-content-special .statement-second-text-line {
        line-height: 65%;
        padding:0 15px 0 0;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 75%;
        padding:0 0 0 15px;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right span {
        font-size: 12pt; /*14pt to 12pt*/
        font-weight: 300;
    }

    /*Site statement btm*/

    .site-main .site-statement-btm .statement-first-text-btm span, .site-main .site-statement-btm .statement-second-text-btm span, .site-main .site-statement-btm .statement-third-text-btm span, .site-main .site-statement-btm .statement-fourth-text-btm span {
        font-size: 30pt; /*35pt to 30pt*/
        line-height: 50%;
    }

    .site-main .site-statement-btm .site-statement-content-special-btm .statement-fourth-text-line {
        line-height: 65%;
        padding:0 15px 0 0;
    }
    /*/Site statement btm*/
}

@media only screen and (max-width: 1201px){
    
    /*Navigation Bar*/
    .header-area .navbar {
        padding: 2.5rem 3rem 1rem 3rem;
    }

    .header-area .navbar .container{
        margin: 0 0;
        padding: 0 0;
    }

    .header-area .navbar .nav-item {
        padding-left: 1rem;
    }
    /*/Navigation Bar*/


    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 6rem;
    }

    .site-main .site-statement .space-padding h2 {
        text-align: left; 
    }

    .site-main .site-statement .statement-first-text span{ 
        font-size: 30pt; /*35pt to 30pt*/
        line-height: 100%;
    }

    .site-main .site-statement .statement-second-text span{ 
        font-size: 30pt; /*35pt to 30pt*/
        line-height: 50%;
    }

    .site-main .site-statement .site-statement-content-special .statement-second-text-line {
        line-height: 65%;
        padding:0 15px 0 0;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 75%;
        padding:0 0 0 15px;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right span {
        font-size: 12pt; /*14pt to 12pt*/
        font-weight: 300;
    }
    /*/Site statement*/

    /*Site form*/
    .site-main .site-form {
        padding: 0 6rem 5rem 6rem;
    }

    .site-contact-title-text {
        font-size: 20pt; /*24pt to 20pt*/
    }

    .site-main .site-form input, .site-main .site-form textarea, .site-main .site-form label {
        font-size: 10pt;
    }

    .site-main .site-form .map-container-box iframe{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 18rem;
    }

    .site-main .site-form .btn {
        background: transparent;
        width: 10rem;
        margin-bottom: 2rem;
    }

    .site-main .site-form .site-form-btn > span {
        font-size: 10pt;
        font-weight: 400;
        color: rgb(166, 168, 171);
    }
    
    .site-main .site-form .site-form-btn > img {
        height: 25px;
        width: auto;
        transform: rotate(270deg);
        margin-left: 1.3rem;
    }
    /*/Site form*/

    /*Site statement btm*/
    .site-main .site-statement-btm {
        padding: 0 6rem 5rem 6rem;
    }
    
    .site-main .site-statement-btm .statement-first-text-btm span, .site-main .site-statement-btm .statement-second-text-btm span, .site-main .site-statement-btm .statement-third-text-btm span, .site-main .site-statement-btm .statement-fourth-text-btm span {
        font-size: 30pt; /*35pt to 30pt*/
    }

    .site-main .site-statement-btm .site-statement-content-special-btm .statement-fourth-text-line {
        line-height: 65%;
        padding:0 15px 0 0;
    }
    /*/Site statement btm*/

    /*Footer*/
    .site-footer {
        padding: 0rem 6rem 3rem 6rem;
    }

    .site-footer .site-footer-address > span {
        font-size: 12pt;
        line-height: 90%;
    }

    .footer-info-container .btn {
        width: 35px;
        height: 35px;
        padding: 4px 4px;
        border-radius: 30px;
        justify-content: center;
        border: 0;
        margin-right: .5rem;
    }

    .site-footer-info-tel, .site-footer-info-fax, .site-footer-info-email {
        font-size: 12pt;
    }   

    .site-footer-info-tel > span, .site-footer-info-fax > span, .site-footer-info-email > span {
        line-height: 90%;
    }
    /*/Footer*/

}

/* viewport width: 1024 - pass */

@media only screen and (max-width: 992px){
    
    
    /*Navigation Bar*/
    .collapse.navbar-collapse {
        text-align: center;
        background-color: rgb(51, 51, 51);
        width: fit-content;
    }
    /*/Navigation Bar*/

    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 6rem;
    }

    .site-main .site-statement .space-padding h2 {
        text-align: left; 
    }

    .site-main .site-statement .statement-first-text span{ 
        font-size: 25pt; /*35pt to 30pt*/ /*30pt to 25pt*/
        line-height: 100%;
    }

    .site-main .site-statement .statement-second-text span{ 
        font-size: 25pt; /*35pt to 30pt*/ /*30pt to 25pt*/
        line-height: 50%;
    }

    .site-main .site-statement .site-statement-content-special .statement-second-text-line {
        line-height: 65%;
        padding:0 15px 0 0;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 75%;
        padding:0 0 0 15px;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right span {
        font-size: 12pt; /*14pt to 12pt*/
    }
    /*/Site statement*/

    /*Site form*/
    .site-main .site-form {
        padding: 0 6rem 5rem 6rem;
    }
    /*/Site form*/

    /*Site statement btm*/
    .site-main .site-statement-btm {
        padding: 0 6rem 5rem 6rem;
    }
    
    .site-main .site-statement-btm .statement-first-text-btm span, .site-main .site-statement-btm .statement-second-text-btm span, .site-main .site-statement-btm .statement-third-text-btm span, .site-main .site-statement-btm .statement-fourth-text-btm span {
        font-size: 25pt; /*35pt to 30pt*/ /*30pt to 25pt*/
    }

    .site-main .site-statement-btm .statement-first-text-btm, .site-main .site-statement-btm .statement-second-text-btm, .site-main .site-statement-btm .statement-third-text-btm, .site-main .site-statement-btm .statement-fourth-text-btm {
        line-height: 90%;
    }

    .site-main .site-statement-btm .site-statement-content-special-btm .statement-fourth-text-line {
        line-height: 65%;
        padding:0 15px 0 0;
    }
    /*/Site statement btm*/

    /*Footer*/
    .site-footer {
        padding: 0rem 6rem 3rem 6rem;
    }

    .site-footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
    }

    .site-footer .site-footer-address {
        text-align: center;
        margin-bottom: 2rem;
    }

    .site-footer .site-footer-address > span {
        font-size: 12pt;
        line-height: 90%;
    }

    .footer-info-container {
        text-align: center;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-info-container .d-flex {
        justify-content: center;
    }

    .footer-info-container .btn {
        width: 35px;
        height: 35px;
        padding: 4px 4px;
        border-radius: 30px;
        justify-content: center;
        border: 0;
        margin-right: .5rem;
    }

    .site-footer-info-tel, .site-footer-info-fax, .site-footer-info-email {
        font-size: 12pt;
    }   

    .site-footer-info-tel > span, .site-footer-info-fax > span, .site-footer-info-email > span {
        line-height: 90%;
    }
    /*/Footer*/

}
@media only screen and (max-width: 871px) {

    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 6rem;
    }

    .site-main .site-statement .space-padding h2 {
        text-align: left; 
    }

    .site-main .site-statement .statement-first-text span{ 
        font-size: 20pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/
        line-height: 100%;
    }

    .site-main .site-statement .statement-second-text span{ 
        font-size: 20pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/
        line-height: 50%;
    }

    .site-main .site-statement .site-statement-content-special .statement-second-text-line {
        line-height: 65%;
        padding:0 15px 0 0;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 75%;
        padding:0 0 0 15px;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right span {
        font-size: 12pt; /*14pt to 12pt*/
    }
    /*/Site statement*/

    /*Site form*/
    .site-main .site-form {
        padding: 0 6rem 5rem 6rem;
    }
    /*/Site form*/


    /*Site statement btm*/
    .site-main .site-statement-btm {
        padding: 0 6rem 5rem 6rem;
    }
    
    .statement-first-text-btm, .statement-second-text-btm {
        margin: 0;
    }

    .site-main .site-statement-btm .statement-first-text-btm span, .site-main .site-statement-btm .statement-second-text-btm span, .site-main .site-statement-btm .statement-third-text-btm span, .site-main .site-statement-btm .statement-fourth-text-btm span {
        font-size: 20pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/
        line-height: 50%;
    }

    .site-main .site-statement-btm .site-statement-content-special-btm .statement-fourth-text-line {
        line-height: 65%;
        padding:0 15px 0 0;
    }
    /*/Site statement btm*/
    
}


@media only screen and (max-width: 819px){

    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 3.5rem;
    }
    /*/Site statement*/

    /*Site form*/
    .site-main .site-form {
        padding: 0 3.5rem 5rem 3.5rem;
    }
    /*/Site form*/

    /*Site statement btm*/
    .site-main .site-statement-btm {
        padding: 0 3.5rem 5rem 3.5rem;
    }
    /*/Site statement btm*/

    /*Footer*/
    .site-footer {
        padding: 0rem 3.5rem 3rem 3.5rem;
    }
    
}

@media only screen and (max-width: 768px) {
    
}

@media only screen and (max-width: 721px) {

    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 3.5rem;
    }

    .site-main .site-statement .space-padding h2 {
        text-align: left; 
    }

    .site-main .site-statement .statement-first-text span{ 
        font-size: 17pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/
        line-height: 100%;
    }

    .site-main .site-statement .statement-second-text span{ 
        font-size: 17pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/
        line-height: 50%;
    }

    .site-main .site-statement .site-statement-content-special .statement-second-text-line {
        line-height: 65%;
        padding:0 8px 0 0;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 75%;
        padding:0 0 0 8px;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right span {
        font-size: 10pt; /*14pt to 12pt*/ /*12pt to 11pt*/ /*11pt to 10pt*/
    }
    /*/Site statement*/

    /*Site statement btm*/
    .site-main .site-statement-btm {
        padding: 0 3.5rem 5rem 3.5rem;
    }
    
    .statement-first-text-btm, .statement-second-text-btm {
        line-height: 80%;
    }

    .site-main .site-statement-btm .statement-first-text-btm span, .site-main .site-statement-btm .statement-second-text-btm span, .site-main .site-statement-btm .statement-third-text-btm span, .site-main .site-statement-btm .statement-fourth-text-btm span {
        font-size: 17pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/
    }

    .site-main .site-statement-btm .site-statement-content-special-btm .statement-fourth-text-line {
        line-height: 65%;
        padding:0 8px 0 0;
    }
    /*/Site statement btm*/

    
}

@media only screen and (max-width: 641px) {
    /*Navigation Bar*/
    .header-area .navbar .navbar-brand img {
        height: 60px;
    }
    /*/Navigation Bar*/

    /*Site statement*/
    .site-main .site-statement .site-statement-content-special .statement-second-text-line {
        line-height: 65%;
        padding:0 5px 0 0;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 75%;
        padding:0 0 0 5px;
    }
    /*/Site statement*/

    /*Site form*/
    .site-contact-title-text {
        font-size: 17pt; /*24pt to 20pt*/ /*20pt to 17pt*/
    }
    /*/Site form*/

    /*Site statement btm*/
    .site-main .site-statement-btm .site-statement-content-special-btm .statement-fourth-text-line {
        line-height: 65%;
        padding:0 5px 0 0;
    }
    /*/Site statement btm*/

    /*Footer*/
    .site-footer .site-footer-address > span {
        font-size: 10pt;
        line-height: 90%;
    }

    .footer-info-container {
        text-align: center;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-info-container .d-flex {
        justify-content: center;
    }

    .footer-info-container .btn {
        width: 33px;
        height: 33px;
        padding: 3px 3px;
        border-radius: 30px;
        justify-content: center;
        border: 0;
        margin-right: .5rem;
    }

    .site-footer-info-tel, .site-footer-info-fax, .site-footer-info-email {
        font-size: 10pt;
    }   

    .site-footer-info-tel > span, .site-footer-info-fax > span, .site-footer-info-email > span {
        line-height: 90%;
    }
}

@media only screen and (max-width: 620px) {
    
}

@media only screen and (max-width: 600px) {
    /*Site statement*/
    .site-main .site-statement .statement-first-text span{ 
        font-size: 15pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/
        line-height: 100%;
    }

    .site-main .site-statement .statement-second-text span{ 
        font-size: 15pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/
        line-height: 50%;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 80%;
        padding:0 0 0 5px;
    }
    /*/Site statement*/

    /*Site statement btm*/
    .site-main .site-statement-btm .statement-first-text-btm span, .site-main .site-statement-btm .statement-second-text-btm span, .site-main .site-statement-btm .statement-third-text-btm span, .site-main .site-statement-btm .statement-fourth-text-btm span {
        font-size: 15pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/
    }
    /*/Site statement btm*/
}

@media only screen and (max-width: 576px) {
    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 3rem;
    }
    /*/Site statement*/

    .site-main .site-form {
        padding: 5rem 3rem;
    }

    /*Site statement btm*/
    .site-main .site-statement-btm {
        padding: 0 3rem 5rem 3rem;
    }
    /*/Site statement btm*/
}

@media only screen and (max-width: 559px) {

    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 2rem;
    }

    .site-main .site-statement .space-padding h2 {
        text-align: left; 
    }

    .site-main .site-statement .statement-first-text {
        line-height: 80%;
    }

    .site-main .site-statement .statement-first-text span{ 
        font-size: 15pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/
        line-height: 100%;
    }

    .site-main .site-statement .statement-second-text span{ 
        font-size: 15pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/
        line-height: 50%;
    }

    .site-main .site-statement .site-statement-content-special .statement-second-text-line {
        line-height: 65%;
        padding:0 5px 0 0;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 80%;
        padding:0 0 0 5px;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right span {
        font-size: 10pt; /*14pt to 12pt*/ /*12pt to 11pt*/ /*11pt to 10pt*/
    }
    /*/Site statement*/

    /*Site form*/
    .site-main .site-form {
        padding: 0 2rem 5rem 2rem;
    }
    /*/Site form*/

    /*Site statement btm*/
    .site-main .site-statement-btm {
        padding: 0 2rem 5rem 2rem;
    }
    
    .site-main .site-statement-btm .statement-first-text-btm, .site-main .site-statement-btm .statement-second-text-btm, .site-main .site-statement-btm .statement-third-text-btm {
        line-height: 80%;
    }

    .site-main .site-statement-btm .statement-first-text-btm span, .site-main .site-statement-btm .statement-second-text-btm span, .site-main .site-statement-btm .statement-third-text-btm span, .site-main .site-statement-btm .statement-fourth-text-btm span {
        font-size: 15pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/
    }

    .site-main .site-statement-btm .site-statement-content-special-btm .statement-fourth-text-line {
        line-height: 65%;
        padding:0 5px 0 0;
    }
    /*/Site statement btm*/

    /*Footer*/
    .site-footer {
        padding: 0rem 2rem 3rem 2rem;
    }
}
@media only screen and (max-width: 520px) {
    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 1.5rem;
    }

    .site-main .site-statement .statement-first-text{ 
        margin-bottom: 0;
    }
    /*/Site statement*/

    /*Site form*/
    .site-main .site-form {
        padding: 0 1.5rem 5rem 1.5rem;
    }
    /*/Site form*/

    /*Site statement btm*/
    .site-main .site-statement-btm {
        padding: 0 1.5rem 5rem 1.5rem;
    }
    /*/Site statement btm*/
}

@media only screen and (max-width: 501px) {
    
    /*Site statement*/
    .site-main .site-statement .statement-first-text {
        line-height: 100%;
        margin-bottom: .3rem;
    }
    
    .site-main .site-statement .statement-first-text span{ 
        font-size: 13pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/ /*15pt to 13pt*/
        line-height: 100%;
    }

    .site-main .site-statement .statement-second-text span{ 
        font-size: 13pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/ /*15pt to 13pt*/
        line-height: 50%;
    }

    .site-main .site-statement .site-statement-content-special .statement-second-text-line {
        line-height: 65%;
        padding:0 3px 0 0;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 90%;
        padding:0 0 0 5px;
    }
    /*/Site statement*/

    /*Site form*/
    .site-contact-title-text {
        font-size: 16pt; /*24pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 16pt*/
    }
    /*/Site form*/

    /*Site statement btm*/
    .site-main .site-statement-btm .statement-first-text-btm, .site-main .site-statement-btm .statement-second-text-btm, .site-main .site-statement-btm .statement-third-text-btm {
        line-height: 75%;
    }

    .site-main .site-statement-btm .statement-first-text-btm span, .site-main .site-statement-btm .statement-second-text-btm span, .site-main .site-statement-btm .statement-third-text-btm span, .site-main .site-statement-btm .statement-fourth-text-btm span {
        font-size: 13pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/ /*15pt to 13pt*/
    }

    .site-main .site-statement-btm .site-statement-content-special-btm .statement-fourth-text-line {
        line-height: 65%;
        padding:0 3px 0 0;
    }
    /*/Site statement btm*/
}

/* Viewport Width - Mobile - 479px */
@media only screen and (max-width: 480px) {
    
    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 1.5rem;
    }

    .site-main .site-statement .space-padding h2 {
        text-align: left; 
    }

    .site-main .site-statement .statement-first-text span{ 
        font-size: 12pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/ /*15pt to 13pt*/ /*13pt to 12pt*/ 
        line-height: 100%;
    }

    .site-main .site-statement .statement-second-text span{ 
        font-size: 12pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/ /*15pt to 13pt*/ /*13pt to 12pt*/ 
        line-height: 50%;
    }

    .site-main .site-statement .site-statement-content-special .statement-second-text-line {
        line-height: 65%;
        padding:0 3px 0 0;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 100%;
        padding:0 0 0 5px;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right span {
        font-size: 10pt; /*14pt to 12pt*/ /*12pt to 11pt*/ /*11pt to 10pt*/
    }
    /*/Site statement*/

    /*Site form*/
    .site-main .site-form {
        padding: 0 1.5rem 5rem 1.5rem;
    }
    
    .site-contact-title-text {
        font-size: 15pt; /*24pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 16pt*/ /*16pt to 15pt*/
    }
    /*/Site form*/

    /*Site statement btm*/
    .site-main .site-statement-btm {
        padding: 0 1.5rem 5rem 1.5rem;
    }

    .site-main .site-statement-btm .statement-first-text-btm span, .site-main .site-statement-btm .statement-second-text-btm span, .site-main .site-statement-btm .statement-third-text-btm span, .site-main .site-statement-btm .statement-fourth-text-btm span {
        font-size: 12pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/ /*15pt to 13pt*/ /*13pt to 12pt*/ 
    }

    .site-main .site-statement-btm .site-statement-content-special-btm .statement-fourth-text-line {
        line-height: 65%;
        padding:0 3px 0 0;
    }
    /*/Site statement btm*/

    /*Footer*/
    .site-footer {
        padding: 0rem 3.5rem 3rem 3.5rem;
    }

}

@media only screen and (max-width: 447px) {
    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 1.5rem;
    }

    .site-main .site-statement .space-padding h2 {
        text-align: left; 
    }

    .site-main .site-statement .statement-first-text span{ 
        font-size: 12pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/ /*15pt to 13pt*/ /*13pt to 12pt*/ 
        line-height: 100%;
    }

    .site-main .site-statement .statement-second-text span{ 
        font-size: 12pt; /*35pt to 30pt*/ /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/ /*15pt to 13pt*/ /*13pt to 12pt*/ 
        line-height: 50%;
    }

    .site-main .site-statement .site-statement-content-special .statement-second-text-line {
        line-height: 65%;
        padding:0 3px 0 0;
        text-align: left;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right{
        position: relative;
        float: right;
        line-height: 95%;
        padding:0 0 0 3px;
    }

    .site-main .site-statement .space-padding .statement-second-text .position-right span {
        font-size: 8pt; /*14pt to 12pt*/ /*12pt to 11pt*/ /*11pt to 10pt*/ /*10pt to 8pt*/ 
    }
    /*/Site statement*/
}

@media only screen and (max-width: 410px) {
    .site-main .site-statement .space-padding .statement-second-text .position-right span {
        font-size: 7pt; /*14pt to 12pt*/ /*12pt to 11pt*/ /*11pt to 10pt*/ /*10pt to 8pt*/ /*8pt to 7pt*/
    }
}

@media only screen and (max-width: 400px) {

}
    

@media only screen and (max-width: 390px) {
    .site-main .site-statement .space-padding .statement-second-text .position-right{
        display: none;
    }
}

@media only screen and (max-width: 381px){

    
}

@media only screen and (max-width: 341px){
    .header-area .navbar {
        padding: 2.5rem 2rem 1rem 2rem;
    }

    /*Site statement*/
    .site-main .site-statement {
        padding: 5rem 1rem;
    }
    /*/Site statement*/

    /*Site form*/
    .site-main .site-form {
        padding: 0 1rem 5rem 1rem;
    }
    /*/Site form*/

    /*Site statement btm*/
    .site-main .site-statement-btm {
        padding: 0 1rem 5rem 1rem;
    }
    /*/Site statement btm*/

    .site-footer {
        padding: 0rem 2rem 3rem 2rem;
    }

}


/*Important - Must Be At Bottom*/
.const-animatedFadeInLeft {
    -webkit-transform: translateX(-40px);
    -webkit-opacity: 0;
    -moz-transform: translateX(-40px);
    -moz-opacity: 0;
    -o-transform: translateX(-40px);
    -o-opacity: 0;
    transform: translateX(-40px);
    opacity: 0;
  }
  
  .const-animatedFadeInRight {
    -webkit-transform: translateX(40px);
    -webkit-opacity: 0;
    -moz-transform: translateX(40px);
    -moz-opacity: 0;
    -o-transform: translateX(40px);
    -o-opacity: 0;
    transform: translateX(40px);
    opacity: 0;
  }
  
  .const-animatedFadeInBtm {
    -webkit-transform: translateY(40px);
    -webkit-opacity: 0;
    -moz-transform: translateY(40px);
    -moz-opacity: 0;
    -o-transform: translateY(40px);
    -o-opacity: 0;
    transform: translateY(40px);
    opacity: 0;
  }
  
  .const-animatedZoomIn {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  
  .const-fadeInLeft {
    -webkit-transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-transform: translateX(0px);
    -moz-opacity: 1;
    -o-transform: translateX(0px);
    -o-opacity: 1;
    transform: translateX(0px);
    opacity: 1;
  }
  
  .const-fadeInRight {
    -webkit-transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-transform: translateX(0px);
    -moz-opacity: 1;
    -o-transform: translateX(0px);
    -o-opacity: 1;
    transform: translateX(0px);
    opacity: 1;
  }
  
  .const-fadeInBtm {
    -webkit-transform: translateY(0px);
    -webkit-opacity: 1;
    -moz-transform: translateY(0px);
    -moz-opacity: 1;
    -o-transform: translateY(0px);
    -o-opacity: 1;
    transform: translateY(0px);
    opacity: 1;
    transform: translateY(0px);
    opacity: 1;
  }

  .const-zoomIn {
    -webkit-transform: scale(1);
    -webkit-opacity: 1;
    -moz-transform: scale(1);
    -moz-opacity: 1;
    -o-transform: scale(1);
    -o-opacity: 1;
    transform: scale(1);
    opacity: 1;
  }


/*/Important - Must Be At Bottom*/
