@font-face {
    font-family: 'MontSerratBlack';
    src: url('../webfonts/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'MontSerratMedium';
    src: url('../webfonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'MontSerratBold';
    src: url('../webfonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'MontSerratRegular';
    src: url('../webfonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('../webfonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../webfonts/Poppins-SemiBold.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: SourceSansProRegular;
    background-color: #fff;
    overflow-x: hidden;
}

.mont-black {
    font-family: MontSerratBlack;
}

.mont-medium {
    font-family: MontSerratMedium;
}

.mont-semi {
    font-family: MontSerratBold;
}

.mont-regular {
    font-family: MontSerratRegular;
}

.navbar-nav .nav-link {
    font-family: PoppinsRegular;
    font-size: 18px;
    transition: .5s ease-in-out;
}

.navbar-nav .nav-link.active {
    color: #FFB501 !important;
}

.navbar-nav .nav-link:hover {
    color: #FFB501 !important;
}

.header-plane {
    background: url("../images/detur/header-layer.png") no-repeat center;
}

.dems-header {
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: #131F25;
}

.dems-welcome-bgi {
    background: url('../images/dems/dems_main.jpg') no-repeat center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.flying-text p {
    font-family: PoppinsSemiBold;
    font-size: 50px;
    line-height: 80px;
    color: #fff;
}

section#about {
    background: url("../images/detur/plane-layer.png") no-repeat center;
    background-size: contain;
}

.detur-about h2, .detur-about p {
    color: #337381;
    text-align: center;
}

.detur-about h2 {
    margin: 30px 0;
    font-family: PoppinsSemiBold;
    font-size: 30px;
}

.detur-about p {
    font-family: PoppinsRegular;
    font-size: 20px;
}

.detur-achievements {
    background: url("../images/detur/world-layer.png") no-repeat center;
    background-size: contain;
    height: 650px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.detur-achievement-wrapper {
    margin-top: 60px;
    height: 270px;
    width: 270px;
    box-shadow: 0 0 10px 0 #707070;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.detur-achievement-wrapper h3 {
    font-family: PoppinsSemiBold;
    font-size: 70px;
    color: #337381
}

.detur-achievement-wrapper p {
    font-family: PoppinsSemiBold;
    font-size: 30px;
    margin: 0;
}

.detur-achievement-wrapper span {
    font-family: PoppinsSemiBold;
    font-size: 45px;
    color: #337381;
}

section#who {
    margin-top: -50px;
    background: linear-gradient(90deg, #fff, #fcfcfc 100%);
    background: -moz-linear-gradient(90deg, #fff, #fcfcfc 100%);
    background: -webkit-linear-gradient(90deg, #fff, #fcfcfc 100%);
}

.who-container h2 {
    font-family: PoppinsSemiBold;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #337381;
}

.who-container .references {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.who-container .references div {
    display: flex;
    justify-content: center;
}

.who-container .references img {
    margin-top: 20px;
}

.who-container p {
    text-align: center;
    margin: 60px 0 70px 0;
}

.who-detail p, .who-container p {
    font-family: PoppinsRegular;
    font-size: 20px;
    line-height: 30px;
    color: #337381;
}

.who-detail .image-wrapper {
    padding: 0;
}

.who-detail .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.who-detail .bottom-text {
    margin-top: 65px;
}

#gallery .container-fluid {
    padding: 0;
}

.upper-gallery {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 2fr 2fr;
    grid-template-rows: 315px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.bottom-gallery {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 2fr 1fr;
    grid-template-rows: 315px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 10px 0;
}

@media screen and (max-width: 1000px) {
    .upper-gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bottom-gallery {
        display: none;
    }
}

.upper-gallery img, .bottom-gallery img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.who-detail .bottom-text p {
    text-align: center;
}

.dems-welcome-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin: auto;
    position: relative;
}

.dems-welcome-text svg {
    position: absolute;
}

.owl-carousel .owl-item img {
    max-height: 490px;
}

.what-we-do p {
    font-family: MontSerratRegular;
    font-size: 1rem;
    color: #255946;
}

.banner {
    background: url("../images/dems/yellow-banner.png") no-repeat;
    background-size: cover;
}

.about {
    position: relative;
    background-color: #131F25;
    min-height: 550px;
}

.about .separator {
    max-width: 400px;
    height: 1px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #FFB501 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.about-content h2 {
    font-family: PoppinsSemiBold;
    font-size: 50px;
    color: #FFB501;
    line-height: 80px;
}

.about-content p {
    font-family: PoppinsRegular;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}

.about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dems-welcome-text .flying-text a {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dems-welcome-text .flying-text a, .contact-section button {
    width: 210px;
    height: 60px;
    background-color: #FFC961;
    outline: none;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-family: PoppinsSemiBold;
    transition: .5s ease-in-out;
    text-decoration: none;

}

.dems-welcome-text .flying-text button:hover, .contact-section button:hover {
    background-color: #365035;
    color: #FFC961;
}

.seramed-who-bgi {
    min-height: 85vh;
    margin-top: 5rem;
}

.seramed-who-bgi img {
    max-width: 500px;
}

.seramed-who-bgi .seramed-about img {
    margin-top: 2rem;
}

.seramed-who-top {
    margin-top: 3rem;
}

.seramed-who-bgi span {
    letter-spacing: 2px;
    color: #6E7673;
}

.seramed-who-bgi p {
    color: #6E7673;
    font-size: 1rem;
    line-height: 30px;
    font-family: MontSerratMedium;
}

.seramed-who-bgi h2 {
    margin: 1rem 0;
    color: #255946;
    font-size: 2.6rem;
    line-height: 55px;
    font-family: MontSerratMedium;
}

.seramed-who-bgi h2, .seramed-who-bgi p {
    letter-spacing: 1px;
}

.seramed-who-bgi .list-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.seramed-who-bgi .list-items li {
    font-size: 1.2rem;
    font-family: MontSerratBold;
    color: #255946;
    line-height: 40px;
    margin: 1.2rem 0;
}

.seramed-who-bgi .list-items li svg {
    margin-right: 2rem;
}

.section h1 {
    font-size: 40px;
    text-transform: uppercase;
}

.section p {
    font-size: 20px;
}

.seramed-who-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    margin-left: auto;
    margin-right: 5rem;
    text-align: end;
}

.contact-cta {
    background-color: #C4FF00;
    text-transform: uppercase;
    color: #000;
    outline: none;
    border: none;
    padding: 1rem 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    max-width: 160px;
}

.sector-card {
    background: url("../images/detur/vision-background.png") no-repeat center;
    background-size: cover;
    margin-top: 30px;
}

.sector-card .image-block img {
    max-width: 100%;
    margin-top: -80px;
}

.sector-card .text-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.white-rift {
    background: url("../images/detur/white-rift.png") no-repeat center;
    background-size: cover;
    height: 257px;
    width: 100%;
    margin-top: -60px;
}

.sector-card h2 {
    font-family: PoppinsSemiBold;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.sector-card p {
    font-family: PoppinsRegular;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.what-we-do {
    padding: 70px 0;
}

.wwd-header {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.wwd-header h2 {
    font-family: PoppinsSemiBold;
    font-size: 50px;
    line-height: 80px;
}

.wwd-header .separator {
    max-width: 400px;
    height: 1px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #384247 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.wwd-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 115px;
    justify-content: center;
    padding: 0 50px;
    margin: auto;
}

.grid-element {
    margin: auto;
    height: 220px;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #9d9595;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.grid-element p {
    font-family: PoppinsSemiBold;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
}

.grid-element img {
    max-width: 180px;
    max-height: 75px;
}

.certificates {
    background-color: #131F25;
    margin: 0 -10px;
    padding: 0 20px;
}

.certificates h2 {
    font-family: PoppinsSemiBold;
    font-size: 50px;
    line-height: 80px;
    color: #FFB501;
}

.certificates .separator {
    max-width: 400px;
    height: 1px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #FFB501 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.certificates .row {
    margin-top: 70px;
}

.certificates .row div {
    text-align: center;
}

.certificates img {
    max-width: 100%;
    margin-bottom: 30px;
}

.product-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: -200px;
}

.product-card {
    border-radius: 5px;
    transition: 0.5s all ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-card .product-images {
    width: 100%;
    height: auto;
}

.product-card .product-explanation {
    box-shadow: 0 0 5px 4px rgba(177, 177, 177, 0.22);
    padding: 3rem;
    background-color: #fff;
}

.product-card .product-explanation h3 {
    font-family: MontSerratBold;
    font-size: 20px;
    line-height: 30px;
    color: #255946;
}

.product-card .product-explanation p {
    font-family: MontSerratBold;
    font-size: 16px;
    line-height: 30px;
    color: #6E7673;
}

#about {
    margin-top: 30px;
}

.about-container {
    background: url("../images/about-background.png");
}

.side-div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #49A760;
    transform: rotate(270deg);
    position: absolute;
    left: -254px;
    top: 146px;
    height: 70px;
    width: 70%;
}

.side-div p {
    color: #fff;
    font-size: 14px;
    font-family: MontSerratRegular;
    letter-spacing: 2px;
    line-height: 26px;
}

.seramed-accomplishes {
    margin-top: 50px;
}

.about-container .seramed-accomplishes span {
    letter-spacing: 2px;
    font-size: 14px;
    font-family: MontSerratBold;
    line-height: 55px;
    color: #B5C3BE;
}

.about-container .seramed-accomplishes h2 {
    font-size: 40px;
    font-family: MontSerratBold;
    line-height: 55px;
    text-transform: capitalize;
    color: #fff;
}

.about-container .seramed-accomplishes p {
    font-size: 18px;
    font-family: MontSerratRegular;
    line-height: 34px;
    color: #B5C3BE;
}

.about-container .seramed-accomplishes ul {
    list-style: none;
}

.about-container .seramed-accomplishes li {
    font-size: 1.2rem;
    font-family: MontSerratBold;
    color: #fff;
    line-height: 40px;
    margin: 1.2rem 0;
}

.about-container .seramed-accomplishes li svg {
    margin-right: 2rem;
}

.about-container .seramed-accomplishes .counts {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.references-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.references-header span {
    font-size: 14px;
    font-family: MontSerratBold;
    letter-spacing: 2px;
    line-height: 55px;
    color: #6E7673;
}

.references-header h2 {
    font-size: 46px;
    font-family: MontSerratBold;
    line-height: 55px;
    color: #255946;
}

.sector-text {
    color: #001C71;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    top: 6rem;
    text-align: center;
}

#contact2 {
    min-height: 700px;
    background: url("../images/natural-bg.png");
    background-position: inherit;
    background-size: cover;
    position: relative;
    margin-bottom: 200px;
}

.contact-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 500px;
}

.contact-section h1 {
    color: #fff;
    font-size: 36px;
    font-family: MontSerratBold;
    line-height: 50px;
    margin-bottom: 20px;
}


.contact-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.achievement-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 3rem;
    background-color: #F6F5F2;
    position: absolute;
    bottom: -100px;
}

.achievements {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.achievements:not(:last-child) {
    border-right: 1px solid #E9E7E2;
}

.achievements h3 {
    font-size: 46px;
    font-family: MontSerratRegular;
    color: #255946;
    line-height: 40px;
    margin-top: 2.4rem;
}

.achievements p {
    font-size: 18px;
    font-family: MontSerratRegular;
    line-height: 40px;
    color: #6E7673;
}

.achievements .icon-box {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #49A760;
}

.contact-wrapper label {
    color: #fff;
}

.contact-wrapper input {
    max-width: 360px;
    height: 40px;
    border-radius: 6px;
    border: none;
    outline: none;
    text-indent: 0.7rem;
}

#footer {
    background: #337381;
    background-position: inherit;
    position: relative;
}

.footer-container {
    margin: 25px auto;
    width: 100%;
    max-width: 1500px;
}

.footer-container .row {
    margin: 0;
}

.footer-container .logo {
    display: flex;
}

.footer-details {
    height: 500px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container svg {
    height: 18px;
    width: 18px;
}

.information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.information span {
    color: #000;
    font-size: 20px;
    font-family: MontSerratBold;
    line-height: 24px;
}

.information .phone svg, .information .email svg {
    margin-right: 10px;
}

.information .phone, .information .email {
    width: 100%;
}

.information .dems-status, .information .dems-status {
    margin: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.location svg {
    margin-right: 10px;
}

.location p {
    margin: 0;
}

.email a, .phone a, .location p {
    font-size: 15px;
    font-family: PoppinsRegular;
    color: #000;
    line-height: 20px;
    text-decoration: none;
}

.footer-banner {
    background-color: #FFB603;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer-banner p {
    font-size: 15px;
    font-family: MontSerratRegular;
    color: #000000;
    margin: 0 20px 0 auto;
}


/* Container */

.seramed-progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
}

/* Item */

.seramed-progress > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #93A2AC;
    font-family: Lato;
    font-weight: 100;
}

.seramed-progress > li:before {
    content: attr(data-name);
    position: absolute;
    width: 100%;
    right: -150px;
    top: 40px;
    font-weight: 400;
    color: #255946;
    font-size: 18px;
    font-family: MontSerratBold;
}

.seramed-progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
    color: #49A760;
}

.seramed-progress svg {
    width: 10rem;
    height: 10rem;
}

.seramed-progress svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.seramed-progress svg:nth-child(2) path {
    fill: none;
    stroke-width: 25;
    stroke-dasharray: 629;
    stroke: #fff;
    -webkit-animation: load 5s;
    -moz-animation: load 5s;
    -o-animation: load 5s;
    animation: load 5s;
}

.about-image {
    max-width: 700px;
    position: absolute;
    top: 150px;
    left: 0;
}

.location {
    width: 100%;
}

@media screen and (max-width: 1500px) {
    .flying-text p {
        font-size: 40px;
        line-height: 50px;
    }

    .about {
        min-height: 400px;
    }

    .about img {
        max-width: 550px;
    }

    .about-image {
        top: 80px;
    }

    .about-content h2 {
        font-size: 40px;
    }

    .about-content p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1400px) {
    .wwd-body {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1200px) {
    .wwd-body {
        grid-template-columns: repeat(2, 1fr);
    }

    .information span {
        margin-left: 10px;
    }

    .flying-text p {
        font-size: 30px;
        line-height: 40px;
    }

    .about-image {
        top: 120px;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .about-content p {
        z-index: 10;
        font-size: 16px;
        line-height: 24px;
    }

    .footer-container {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1000px) {
    .flying-text p {
        font-size: 22px;
        line-height: 30px;
    }

    .about {
        background: #131F25;
        background-size: cover;
    }

    .about-content {
        padding: 0 40px;
    }

    .about img {
        display: none;
    }
    .footer-container {
        max-width: 800px;
    }
}

@media screen and (max-width: 770px) {
    .footer-container .logo img {
        margin: auto;
    }
    .grid-element {
        width: 270px;
    }
    .grid-element p {
        font-size: 16px;
        line-height: 20px;
    }
    .certificates h2 {
        text-align: center;
    }
    .certificates .separator {
        display: none;
    }
}

@media screen and (max-width: 700px) {

    .footer-details {
        flex-direction: column;
        margin-top: 100px;
        height: 500px;
    }

    .wwd-body {
        grid-template-columns: repeat(1, 1fr);
    }

    p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    h1 {
        margin-bottom: 2rem;
    }

    .seramed-who-text {
        margin-right: 2rem;
    }

    .logo-section {
        right: 30px;
    }

    .detur-achievements {
        height: auto;
    }

    .sector-card {
        margin-top: 130px;
    }

    .sector-card .image-block img {
        margin-top: -120px;
    }

    .sector-card p {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 575px) {
    .about-image {
        display: none;
    }

    .owl-carousel {
        margin-top: 3rem;
    }

    .achievement-wrapper {
        margin-top: 1.5rem;
    }

    .seramed-who-bgi img {
        max-width: 350px;
    }

    .seramed-who-top {
        text-align: center;
    }

    .seramed-progress {
        align-items: start;
        margin-left: 5rem;
    }

    .seramed-progress svg {
        width: 6rem;
        height: 6rem;
        margin-top: 2rem;
    }

    .seramed-progress > li:before {
        top: 20px;
        right: -95px;
    }

    .seramed-progress > li:after {
        top: 3.7rem;
        font-size: 1.5rem;
    }

    .dems-welcome-text {
        margin-left: 0;
    }

    .dems-welcome-text img {
        max-width: 350px;
    }

    .detur-achievement-wrapper {
        height: 120px;
        width: 120px;
    }

    .detur-achievement-wrapper h3 {
        font-size: 26px;
    }

    .detur-achievement-wrapper p {
        font-size: 15px;
    }

    .detur-achievement-wrapper span {
        font-size: 18px;
    }

    .who-container .references div {
        width: 100%;
    }
}

/* Load animation */
@-webkit-keyframes load {
    0% {
        stroke-dashoffset: 0
    }
}

@-moz-keyframes load {
    0% {
        stroke-dashoffset: 0
    }
}

@keyframes load {
    0% {
        stroke-dashoffset: 0
    }
}