*{
    margin: 0;
    padding: 0;
}
html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
}
.navbar-nav img{
    width: 250px;
}
.nav-link{
    color: #000 !important;
    font-weight: 600;
    font-size: 11pt;
    padding: .5rem .5rem 0;
    /*border-bottom: 5px solid #ffe7c9;*/
}
.nav-item{
    margin: 0 10px;
    border-bottom: 5px solid #ffe7c9;
}

/*.nav-link.active{*/
/*    border-bottom: 5px solid #ff8431;*/
/*}*/
.logo{
    max-width: 300px;
}
.navbar-logo{
    margin: 0 auto;
}
.nav-item.active .nav-link{
    color: #ff7e05 !important;
    font-weight: bold;
    font-size: 18pt;
}
.video-wrapper{
    width: 100vw;
    height: 85vh;
    overflow: hidden;
}
.video-small-wrapper{
    width: 100vw;
    height: 50vh;
    overflow: hidden;
}
.video{
    object-fit: cover;
    width: 100vw;
}
.video-txt{
    position: absolute;
    /*top: 80vh;*/
    left: 50%;
    transform: translateX(-50%);
    font-size: 22pt;
    margin-top: 30rem;
}
.nav-item.dropdown {
    min-width: 110px;
}
/*.dropdown-toggle{*/
/*    margin-top: .75rem;*/
/*    cursor: pointer;*/
/*}*/
.dropdown-toggle::after{
    width: 11px;
    font-size: 15pt;
}
.video-small-txt{
    position: absolute;
    /*top: 47vh;*/
    margin-top: 20rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22pt;
    width: 100%;
    text-align: center;
}

.ctn-icon {
    animation: jump-arrow 2.5s infinite;
    color: #ffffff;
    display: block;
    font-size: 2.5em;
    height: 1.5em;
    left: 50%;
    line-height: 1.5em;
    position: absolute;
    text-align: center;
    transform: translatex(-50%);
    width: 1.5em;
}

.ctn-icon:hover,
.ctn-icon:focus,
.ctn-icon:active {
    color: rgba(255, 255, 255, 0.7);
}

@keyframes jump-arrow {
    0%,
    20%,
    55%,
    80%,
    100% {
        transform: translate3d(-50%, 0, 0);
    }

    40% {
        transform: translate3d(-50%, -15px, 0);
    }

    70% {
        transform: translate3d(-50%, -10px, 0);
    }

    90% {
        transform: translate3d(-50%, -5px, 0);
    }
}

.section-background-img{
    background-size: cover;
    background-repeat: no-repeat;
}
.layer{
    width: 100%;
    height: 100%;
}
.cards-row{
    min-height: 400px;
}
.card-image{
    float: left;
    border: none;
    width: 20%;
    margin: 0 2rem;
}
.card-img-top{
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 75% / 20%;
    height: 260px;
    position: relative;
    z-index: 10;
}
.card-img-top:before {
    border-radius: 5% / 50%;
}
.card-image .card-body{
    z-index: 9;
    background-color: #fff;
    padding: 70px 30px 30px 30px;
    transform: translateY(-10%);
    border: 10px solid #ff8431;
    border-top: none;
    min-height: 50vh;
    border-bottom-left-radius: 100% 100px;
    border-bottom-right-radius: 100% 100px
}
.card-image card-body:before {
    border-radius: 44px 44px 0 0;
}

.orange-bg .card-body{
    background-color: #ff8431;
}
.content-row p, .content-row ul li{
    font-size: 16pt;
}
.content-row ul li, .content-row ol li{
    margin-bottom: 10px;
    margin-left: 20px;
    line-height: 25px;
}

.content-row img{
    max-width: 103%;
}

.p-content{
    padding: 80px 100px;
}
.p-content-contact{
    padding: 80px 100px 80px 80px;
}
.quote-row p{
    font-size: 16pt;
}
ul{
    list-style: none;
}
.content-row ul li::before {
    content: "\2022";
    color: #1898d7;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 50px;
    transform: translate(20px, 10px);
}
.read-more-btn{
    font-weight: bold;
}
.btn-blue{
    background-color: #0c9fd5;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
}
a{
    text-decoration: none !important;
}
.circular-landscape {
    border-radius: 50%;
    height: 230px;
    width: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10%;
    top: 40%;
    transform: translateY(-40%);
}

.circular-landscape.right{
    right: 50%;
}

.circular-landscape-small {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 20px;
}
.contact-image{
    width: 100%;
    height: auto;
    padding: 0 !important;
}
.mx-size-auto{
    margin: 0 auto;
}
.mlr{
    margin: 0 0 0 auto !important;
}
.mrl{
    margin: 0 auto 0 0 !important;
}
.shadow {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.pr-10{
    padding: 50px 100px 50px 50px;
}
.pl-10{
    padding: 50px 50px 50px 100px;
}
.pt-10{
    padding: 5px 0 0 0;
}
.pbt-10{
    padding: 10px 0px 160px;
}
h1{
    font-size: 50pt;
    font-weight: 300;
}
h1 strong{
    font-family: 'Dosis', sans-serif;
}
h2{
    font-size: 35pt;
    margin-bottom: 20px;
}
h2 strong{
    font-family: 'Dosis', sans-serif;
}
h3{
    font-size: 25pt;
    font-family: 'Dosis', sans-serif;
}
h3 strong{
    font-size: 25pt;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h5{
    font-family: 'Dosis', sans-serif;
}
#orange-txt{
    color: #ff8431;
}
#blue-txt{
    color: #78c4fa;
}
.quote-row h1{
    font-weight: 500;
}
input,.custom-file-input{
    border-radius: 0 !important;
}
.btn-orange{
    background-color: #ff8431;
    color: #fff;
    border-radius: 0 !important;
}

.btn-orange.round{
    border-radius: 0.2rem !important;
    font-weight: 700;
    font-size: 11pt;
}
.text-black{
    color: #000;
}

.hidden{
    display: none;
}
.dropdown-toggle{
    cursor: pointer;
    /*transform: translateX(60%);*/
}
.navbar-nav{
    position: absolute;
    right: 20px;
}