/* Orland Stylesheet  */

*,
*:after,
*:before {
    box-sizing: border-box;
}


body {
    padding: 0;
    margin: 0;
    font-family: "europa", sans-serif;
}



.container-fluid,
.container-lg {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
}

.container-xl {
    max-width: 1600px !important;
}

@media (min-width: 1366px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    .container-lg {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1701px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }

    .container-lg {
        padding-left: 120px;
        padding-right: 120px;
    }
}

.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px !important;
}

body p {
    line-height: 1.65;
}

.font-utp {
    font-family: "utopia-std", serif;
}

.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.row.no-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


a,
a:hover {
    text-decoration: none;
    transition: color .15s ease-in-out,
        background-color .15s ease-in-out,
        border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
}

img {
    width: 100%;
    max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
}

p {
    margin-bottom: 0;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


/*--- Global Style End ---*/

.feature-hero {
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

.portfolio-info-section {
    padding: 140px 0;
}

.portfolio-info-section h2 {
    font-size: 45px;
    line-height: 1.3;
    font-family: "utopia-std", serif;
    color: #000000;
    margin-bottom: 70px;
    font-weight: 400;
    text-align: center;
}

.portfolio-info-section h1 {
    font-size: 2.750em;
    font-family: "utopia-std", serif;
}

.portfolio-info-section h4,
.portfolio-details-section h4 {
    text-align: left;
    font-family: "utopia-std", serif;
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
    opacity: 1;
    margin-bottom: 29px;
}

.portfolio-info-section p {
    max-width: 660px;
}

.portfolio-info-section p,
.portfolio-info-section li,
.portfolio-details-section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.9;
    color: #000000;
    margin-bottom: 30px;
}

.portfolio-info-section ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.portfolio-info-section li {
    width: calc(50% - 7px);
    margin-bottom: 10px;
}

.block-wrapper ul li {
    margin-bottom: 10px;
}

.portfolio-info-section p:last-child,
.portfolio-info-section li:last-child,
.portfolio-details-section p {
    margin-bottom: 0;
}

.portfolio-grid {
    padding: 130px 0;
}

.portfolio-details-section img {
    width: 100%;
    object-fit: cover;
}

.block-wrapper .img-sm {
    max-width: 540px;
}

.grid-info {
    max-width: 604px;
}
.mx-full {
    max-width: 100%;
    padding-left: 40px;
}

.block-wrapper .nut-img {
    max-width: 500px;
    margin-bottom: 40px;
}


.portfolio-bg-section {
    min-height: 700px;
    padding: 100px 0;
    box-sizing: border-box;
    background-color: #0098ED;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.portfolio-bg-section p {
    font-size: 30px;
    line-height: 2;
    font-weight: 400;
    color: #fff;
}

.portfolio-bg-section .size-md {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 1px;
}

.portfolio-inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-inner-large {
    max-width: 1090px;
}

.portfolio-inner-sm {
    max-width: 640px;
}

.portfolio-inner-sm p {
    letter-spacing: 0.6px;
}

.col-12 .grid-info {
    max-width: 100%;
}

.portfolio-video {
    position: relative;
    font-size: 0;
}

.portfolio-video button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    cursor: pointer;
    font-size: 150px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    line-height: 1;
}


.logos-section {
    background-color: #000000;
    padding: 96px 0 20px 0;
    text-align: center;
}

.logos-section h3 {
    font-size: 40px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 70px;
}

.hex-section .hex-col {
    min-height: 136px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 15px 30px !important;
}

.hex-section .hex-col span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.9;
}

.portfolio-sm-banner {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-sm-banner p {
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    font-family: "utopia-std", serif;
}

@media (max-width: 1199px) {
    .portfolio-bg-section {
        min-height: 500px;
    }
    .portfolio-sm-banner {
        min-height: 240px;
    }

    .portfolio-sm-banner p {
        font-size: 40px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .mx-full {
        padding-left: 0;
    }
    .grid-info {
        max-width: 100%;
    }
    .portfolio-bg-section .size-md {
        font-size: 40px;
        line-height: 55px;
    }

    .portfolio-info-section {
        padding: 100px 0;
    }

    .portfolio-grid {
        padding: 80px 0;
    }

    .portfolio-bg-section {
        min-height: 400px;
    }

    .portfolio-bg-section p {
        font-size: 26px;
    }
    .img-grid {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .block-wrapper .img-sm {
        max-width: 100%;
    }

    .portfolio-sm-banner {
        min-height: 140px;
    }

    .portfolio-sm-banner p {
        font-size: 24px;
        line-height: 40px;
    }

    .feature-hero {
        height: 280px;
        background-attachment: inherit;
        background-position: center 70px;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 70px;
    }

    .portfolio-bg-section .size-md {
        font-size: 28px;
        line-height: 42px;
    }

    .portfolio-info-section {
        padding: 70px 0;
    }

    .portfolio-grid {
        padding: 60px 0;
    }

    .portfolio-bg-section {
        min-height: 300px;
    }

    .portfolio-bg-section p {
        font-size: 22px;
    }

    .portfolio-info-section h2 {
        font-size: 30px;
        margin-bottom: 45px;
    }

 

    .portfolio-video button {
        font-size: 75px;
    }

    .logos-section h3 {
        font-size: 32px;
        margin-bottom: 45px;
    }

    .logos-section {
        padding: 60px 0 30px 0;
    }
}