﻿body {
    margin: 0;
}

.cHeaderTitle {
    font-family: Montserrat_Light;
    font-size: 32px;
    line-height: 35px;
}

.cHeaderSubTitle {
    font-family: Montserrat_Light;
    font-size: 22px;
}

.cHeaderReportNo {
    font-family: Montserrat_ExtraBold;
    text-decoration: underline;
}


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #737373;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}


.scrlBtn .arrow {
    position: fixed;
    top: 50%;
    width: 30px;
    height: 30px;
    background: transparent;
    border-top: 5px solid #6d5f4c;
    border-right: 5px solid #6d5f4c;
    box-shadow: 0 0 0 lightgrey;
    transition: all 200ms ease;
    z-index: 11;
}

    .scrlBtn .arrow.Up {
        left: 28px;
        -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
        transform: translate3d(0, -50%, 0) rotate(-45deg);
    }

    .scrlBtn .arrow.Down {
        left: 28px;
        -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
        transform: translate3d(0px, 15px, 0) rotate(130deg);
    }

.scrlTop {
    background: #CCC;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 21px;
    z-index: 2;
    display: none;
    border-radius: 50%;
    cursor: pointer;
}

    .scrlTop .arrow.Top {
        position: absolute;
        width: 25px;
        height: 25px;
        background: transparent;
        border-top: 5px solid #6d5f4c;
        border-right: 5px solid #6d5f4c;
        box-shadow: 0 0 0 lightgrey;
        animation: MoveUpDown 1s linear infinite;
        -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        top: 61%;
        left: 50%;
    }

.home-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    width: 1360px;
    height: 364px;
    overflow: hidden;
    background: #000;
    background: url('../images/slider.jpg') no-repeat;
    background-position: center; /* Center the image */
    background-size: cover;
}

.welcome-msg {
    font-family: Montserrat_Light;
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    color: #FFF;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
}

    .welcome-msg img {
        width: 80%;
    }

    .welcome-msg .welcome {
        font-size: 35px;
        display: block;
    }

    .welcome-msg .to {
        font-size: 30px;
        display: block;
    }

    .welcome-msg .european {
        font-size: 40px;
        display: block;
    }

.ss-Logo {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.menu-container {
    z-index: 10000;
    position: absolute;
    top: 145px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.offcenter-position {
    position: absolute;
    z-index: 1000;
    height: 90px;
}

.logo {
    left: 0;
    text-align: center;
}

.action-button {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 90px;
    height: 90px;
    z-index: 10010;
}

.is-menu img.menu-icon {
    display: block;
    background: #000;
}

.is-close img.menu-icon {
    display: none;
}

.action-button .menu-icon, .action-button .search-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.is-close img.close-icon {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-close img.close-icon {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-wrapper {
    height: 90px;
    /* background: #fff; */
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hp-menu {
    position: absolute;
    right: -100%;
    overflow: hidden;
    /* z-index: 20000; */
}

.mobile-wrapper {
    display: none;
}

nav.stroke {
    margin: 0 auto;
    box-shadow: 0px 5px 0px #dedede;
}

    nav.stroke ul {
        list-style: none;
        text-align: center;
    }

.menu-wrapper ul {
    float: right;
    margin-bottom: 0;
}

nav.stroke ul li {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    vertical-align: middle;
    padding-right: 15px;
}

    nav.stroke ul li a {
        position: relative;
    }

        nav.stroke ul li a, nav.stroke ul li a:after, nav.stroke ul li a:before {
            transition: all .5s;
        }

    nav.stroke ul li a {
        display: block;
        font-size: 14px;
        text-decoration: none;
        color: #929292;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0 10px;
        line-height: 1;
        padding: 7px 0;
        letter-spacing: 1.2px;
    }



.container {
    width: 1500px;
    margin: 200px auto;
}

.whyNEC {
    /*padding: 50px 15% 100px;*/
    padding-top: 50px;
    color: #FFF;
    position: relative;
    width: 100%;
    background: #193163;
}

    .whyNEC:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: inherit;
        width: 100%;
        height: 100%;
        transform-origin: top right;
        transform: skewY(-4deg);
        z-index: -1;
    }

    .whyNEC .title, .evolution-wrap .title, .FourC-wrap .title {
        text-align: center;
        padding-bottom: 30px;
        font-size: 32px;
        font-family: Montserrat_Bold;
        text-transform: uppercase;
    }

.FourC-wrap .content {
}

.whyNEC ul li, .evolution-wrap .content, .FourC-wrap .content {
    padding-bottom: 30px;
    font-size: 25px;
    font-family: Montserrat_Light;
    line-height: 40px;
}


.botha-wrap .title, .exp-share-wrap .title, .bigger-vision .title, .bolder-advent-wrap .title, .dazzing-bright-wrap .title {
    font-family: Montserrat_Bold;
    font-size: 26px;
    color: #324359;
    margin-bottom: 20px;
    line-height: 50px;
    text-transform: uppercase;
}

.botha-wrap .content, .exp-share-wrap .content, .bolder-advent-wrap .content, .dazzing-bright-wrap .content {
    font-size: 25px;
    font-family: Montserrat_Light;
    color: #324359;
    line-height: 50px;
}


.evolution-wrap, .FourC-wrap, .bolder-advent, .bolder-advent-wrap {
    position: relative;
    width: 100%;
    z-index: 1;
    background: #eef5ff;
    color: #324359;
}

    .evolution-wrap .content ul li, .FourC-wrap .content ul li {
        margin-bottom: 20px;
    }


    .evolution-wrap:before, .evolution-wrap:after, .FourC-wrap:before, .FourC-wrap:after, .bolder-advent-wrap:before, .bolder-advent-wrap:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: inherit;
        width: 100%;
        height: 100%;
        transform-origin: top right;
        transform: skewY(-4deg);
        z-index: -1;
    }

    .evolution-wrap:before, .FourC-wrap:before {
        top: -200px;
    }

    .evolution-wrap:after, .FourC-wrap:after {
        top: 0;
    }

.diamond-wrap .cutLabel {
    background: #243a69;
    font-size: 15px;
    color: #FFF;
    padding: 10px 15px;
}

.diamondVs {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.FourC-wrap .title .title-Box {
    font-family: Conv_TrajanPro-Regular_0;
    font-size: 43px;
    border: 1px solid #CCC;
    margin: 0 auto;
    padding: 20px 30px 10px;
    display: inline-block;
}

.scrollme {
    cursor: pointer;
}

.FourC-wrap .content ul li, .exp-share-wrap .content ul li, .dazzing-bright-wrap .content ul li, .bolder-advent-wrap .content ul li {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 10px;
}

.imgeiffel {
    position: absolute;
    right: 15px;
    top: 0;
}

.imgberlin {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.imgengland {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.imgcolosseum {
    position: absolute;
    right: 15px;
    bottom: -26px;
    width:200px;
}

.FourC-wrap .fourCs {
    margin-top: 40px;
    font-weight: bold;
    font-family: Montserrat_SemiBold;
    color: #245391;
}

.fourCByond .content:after {
    content: '';
    border-bottom: 1px solid #315d97;
    width: 85%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.fourCs .fourC:after {
    content: '';
    border: 0.5px solid #243a69;
    right: 0;
    position: absolute;
    height: 100%;
}

.bigger-vision {
    margin-top: 75px;
}



.provenance-journey-wrap .container {
    margin-bottom: 100px;
}

.provnCs {
    margin: 0 auto;
    font-size: 23px;
    text-align: left;
    line-height: 50px;
}

    .provnCs .provnC:before {
        content: '';
        border: 5px solid #FFF;
        left: -10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }

.imglight {
    width: 300px;
    padding: 0 10px;
}

.light-header {
    font-size: 18px;
    font-family: Montserrat_Bold;
}

.FourC-wrap .light-leak {
    position: absolute;
    right: 80px;
    bottom: 40px;
    font-size: 12px;
    font-family: Montserrat_Bold;
}

.cutLabel {
    font-size: 15px;
    font-family: Montserrat_Bold;
}

.exp-share-wrap {
    position: relative;
    width: 100%;
    z-index: 1;
    background: #f6f9fe;
    color: #324359;
}


    .exp-share-wrap:before, .exp-share-wrap:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: #f6f9fe;
        width: 100%;
        height: 100%;
        transform-origin: top right;
        transform: skewY(-4deg);
        z-index: -1;
    }

    .exp-share-wrap:before, .bolder-advent-wrap:before {
        top: -150px;
    }

    .exp-share-wrap:after, .bolder-advent-wrap:after {
        top: 0;
    }

    .exp-share-wrap .container {
        margin: 150px auto;
        padding-top: 50px;
    }

.imgbetterexpshare {
    position: absolute;
    top: 68%;
    right: 00%;
    transform: translate(-50%,-50%);
}

.imgstpeterbasilica {
    position: absolute;
    left: 15px;
    bottom: -145px;
}

.bolder-advent-wrap .title {
    padding-top: 50px;
}

.bolder-advent-wrap .container {
    margin: 100px auto 147px;
}

.dazzing-bright-wrap {
    background: url('../images/DazzlingBrightforExcellence_bg.jpg') no-repeat;
    background-position: center top;
    BACKGROUND-POSITION-Y: -93PX;
    PADDING: 14px 0 0;
    margin-top: -150px;
}

.btnViewMore {
        display: inline-block;
    background: #62aaf2;
    margin-top: 20px;
    line-height: 21px;
    padding: 5px 20px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
}

    .btnViewMore:hover {
        background: #2679cc;
    }

.provenance-journey-wrap {
    background: url('../images/DTL.png') no-repeat;
    background-position: center top;
    margin-top: -425px;
    text-align: center;
    Color: #FFF;
}

    .provenance-journey-wrap .title {
        font-size: 26px;
        font-family: Montserrat_Bold;
        text-transform: uppercase;
    }

    .provenance-journey-wrap .subTitle {
        margin: 10px 0 50px;
        position: relative;
    }

/*.provenance-journey-wrap .subTitle:after {
            content: " ";
            display: block;
            background: url(../images/line_dot.png) no-repeat;
            height: 29px;
            position: absolute;
            bottom: -40px;
            left: 50%;
            transform: translateX(-50%);
            width: 335px;
        }*/

.logomsg {
    margin-top: 12px;
    font-size: 14px;
    line-height: 35px;
    font-family: Montserrat_Light;
    text-transform: initial;
    position: relative;
}

    .logomsg:after {
        content: " ";
        display: block;
        background: url(../images/line_dot.png) no-repeat;
        height: 29px;
        position: absolute;
        bottom: -31px;
        left: 50%;
        transform: translateX(-50%);
        width: 243px;
        background-position: center top;
    }

.provenance-journey-wrap .subTitle, .provenance-journey-wrap .content {
    font-size: 20px;
    font-family: Montserrat_Light;
    text-transform: initial;
    line-height: 32px;
}

.aboutlink {
    font-size: 16px;
    background: rgba(17, 33, 58, 0.8);
    padding: 5px 30px;
    border-radius: 31px;
    display: inline-block;
}

.mike-bothaImg {
    position: absolute;
    bottom: -100px;
    right: -430px;
    width: 540px;
}

.DmModal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.DmModal-content {
    background-color: #f9f9f9;
    margin: 10% auto;
    padding: 40px;
    width: 50%;
    transition: all 1s ease-in-out;
    opacity: 1;
    min-height: 600px;
}

.DmModal-header {
    border-bottom: 1px solid;
}

.DmClose {
    float: right;
    cursor: pointer;
    /* display: inline-block; */
}

.DmModal-title {
    margin-bottom: 0px;
    font-family: trajan;
    letter-spacing: 2px;
    font-size: 27px;
    text-transform: uppercase;
    /* display: inline-block; */
}

    .DmModal-title span {
        font-size: 30px;
    }

.title4 {
    margin-bottom: 10px;
    font-family: trajan;
    letter-spacing: 9px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}

.DDetail {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 20px;
}

.DmLabel {
    font-size: 12px;
    letter-spacing: 1.4px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}


.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    background-color: transparent;
    border: 0;
}

.DmRange {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 25px;
}

.popupActive {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}


.CmprBtn {
    padding: 8px;
    background-image: url(../images/extra/comparision.gif);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    height: 90px;
    position: relative;
    display: block;
    user-select: none;
}

.DBtn {
    padding: 15px 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff !important;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    width: 190px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    border: 0;
    cursor:pointer;
}


.DBtn.sky {
    background-color: #53bfff;

}
.DBtn.sky:hover {
    text-decoration:none;
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #53bfff;
}

    .DBtn.black {
        background-color: #000000;
        padding: 8px;
    }
    .DBtn.black:hover {
         text-decoration:none;
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #000000;
}

.reportBtn {
    padding-bottom: 5px;
    padding-top: 5px;
     align-self: center!important;
     
}

.align-items-center{
    height: 100%;
    display: flex;
    justify-content: center;
    

}


.title3 {
    text-align: center;
    margin-bottom: 25px;
    font-family: trajanBold;
    letter-spacing: 7px;
    font-size: 17px;
    text-transform: uppercase;
}

.title5 {
    margin-bottom: 0px;
    font-family: trajan;
    letter-spacing: 1px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
}

.title6 {
    margin-bottom: 2px;
    font-family: trajan;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
}

.iPad-container {
    background: url(https://ddpl.com/specialCut/images/extra/iPad_popup.png) no-repeat center;
    background-size: contain;
    background-position: center;
}

.DmContainer {
    width: 50%;
    margin-top: 100px;
}

.CompareModalActive {
    background-color: rgba(0,0,0,0.9);
}

.CmprContainer {
    width: 82%;
}

.CompareiFrame {
    width: 100%;
    height: 600px;
    border: 0;
}

.iPad-Mobile-view {
    display: none;
}

.DTLiFrame {
    width: 100%;
    /* min-height: 485px; */
    min-height: 700px;
    border: 0;
    height: 100%;
}

.PerformanceiFrame {
    width: 100%;
    height: 700px;
    border: 0;
}

.DmModal .container {
    max-width: 1140px;
    top: -21%;
    margin: 0 auto;
}

    .DmModal .container.compareBody {
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
        height: auto;
    }

.footer-top-wrap {
    background: url('../images/footer_bg.png') no-repeat;
    background-position: center top;
    text-align: center;
    Color: #FFF;
    padding: 60px 0 40px;
    BACKGROUND-POSITION-Y: -50PX;
}

    .footer-top-wrap .title {
        font-family: Montserrat_Bold;
        font-size: 22px;
        color: #FFF;
        margin-bottom: 40px;
        line-height: 50px;
        text-transform: uppercase;
    }

    .footer-top-wrap .content, .footer-top-wrap .footerLabel, .footer-top-wrap .subTitle {
        font-family: Montserrat_Light;
        color: #FFF;
        margin-bottom: 10px;
    }

    .footer-top-wrap .content {
        font-size: 14px;
    }

    .footer-top-wrap .subTitle {
        font-size: 18px;
    }

        .footer-top-wrap .subTitle a, .footer-top-wrap .footerLabel a {
            color: #FFF;
        }

.footerLabel {
    font-size: 14px;
}

.cert-logo {
    margin: 30px 0;
}

.footer-bottom-wrap {
    background: #203665;
    padding: 30px;
    color: #FFF;
}

    .footer-bottom-wrap a {
        margin-right: 10px;
    }

.alrosamsg {
    font-size: 11px;
    text-align: left;
    margin-top: 10px;
}

.footer-wrap .container {
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (min-width: 2400px) {

    .dazzing-bright-wrap {
        background-color: #eef5ff;
    }

    .footer-wrap {
        background: #233967;
    }

        .footer-wrap .container {
            max-width: 2000px;
            margin: 0 auto;
        }
}

@media only screen and (max-width: 1440px) {
    .botha-wrap .container {
        padding: 50px;
    }

    .botha-wrap .title, .exp-share-wrap .title, .bolder-advent-wrap .title, .dazzing-bright-wrap .title {
        font-size: 18px;
        line-height: 30px;
    }

    .botha-wrap .content, .exp-share-wrap .content, .bolder-advent-wrap .content, .dazzing-bright-wrap .content {
        font-size: 18px;
        line-height: 30px;
    }


    .mike-bothaImg {
        right: -300PX;
        width: 450px;
        bottom: -130px;
    }

    .container {
        width: 1000px;
        margin: 150px auto;
    }

    .imglight {
        width: 175px;
    }

    .whyNEC ul li, .evolution-wrap .content, .FourC-wrap .content {
        font-size: 18px;
        line-height: 30px;
    }

    .evolution-wrap:before, .FourC-wrap:before {
        top: -150px;
    }

    .exp-share-wrap .container {
        padding-top: initial;
    }

    .imgbetterexpshare {
        top: 65%;
        right: -5%;
        width: 470px;
    }

    .provnCs {
        font-size: 18px;
    }

    .imgstpeterbasilica {
        bottom: -110px;
    }

    .dazzing-bright-wrap {
        BACKGROUND-POSITION-Y: -250px;
    }

    .DmContainer {
        margin-top: 70px;
    }

    .DmModal-content {
        width: 70%;
        margin:6% auto;
    }
    /*.CmprContainer {
    width: 85%;
}*/
    .title5 {
        font-size: 20px;
    }

    .title6 {
        margin-top: 10px;
    }
    .CompareiFrame {
        height:700px;
    }
    .FourC-wrap .content ul li, .exp-share-wrap .content ul li, .dazzing-bright-wrap .content ul li, .bolder-advent-wrap .content ul li {
        font-size: 16px;
        line-height: 32px;
    }


    .footer-top-wrap .container {
        margin: 0 auto;
    }

    .footer-bottom-wrap .col-sm-6 {
        text-align: left;
    }
}

@media only screen and (max-width: 990px) {

    .home-container .menu-container {
        position: fixed;
        top: 0px;
        height: 51px;
        text-align: initial;
        background: rgba(34, 56, 103, 0.5);
    }

    .offcenter-position {
        display: none;
    }

    .welcome-msg {
        top: 7%;
        width: 80%;
    }

        .welcome-msg .welcome {
            font-size: 27px;
        }

        .welcome-msg .to {
            font-size: 20px;
        }

        .welcome-msg .european {
            font-size: 30px;
        }

    .mobile-wrapper {
        display: block;
    }

    .mobilemenu .dl-menu {
        background: #FFF;
        /* background: rgba(91, 232, 205, 0.9); */
        width: 100%;
        height: 100vh;
        position: fixed;
        right: -100%;
        top: 0%;
        margin: 51px -40px 0;
        transition: all 0.5s ease 0s;
        z-index: 8;
        color: #000;
    }

    ul.dl-menu {
        list-style-type: none;
    }

    .logo {
        display: block;
        position: fixed;
        z-index: 1000;
        height: 50px;
        top: 0;
    }

        .logo img {
            left: 7px;
            height: 46px;
            width: 67px;
            position: fixed;
            top: 4px;
        }

    .mobileButton, .mobileButton img {
        height: 50px;
        width: 50px;
        position: fixed;
        top: 0;
    }

        .mobileButton .mobile-menu-icon {
            right: 0;
        }

    .mobilemenu.isopen .dl-menu {
        right: 0;
        opacity: 1;
        margin: 51px 0 0;
    }

    ul.dl-menu li {
        padding: 10px;
        border-bottom: 1px solid #CCC;
    }

    .container {
        width: 100%;
        margin: 100px auto;
    }

    .ss-Logo img {
        width: 250px;
    }

    .whyNEC .title, .evolution-wrap .title, .FourC-wrap .title {
        font-size: 23px;
    }

    .whyNEC ul li, .evolution-wrap .content, .FourC-wrap .content {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .whyNEC {
        padding: 50px 15px;
    }

    .evolution-wrap:before, .FourC-wrap:before {
        top: -100px;
    }

    .FourC-wrap .title .title-Box {
        font-size: 25px;
    }

    .mike-bothaImg {
        right: -150px;
        width: 297px;
    }

    .diamond {
        width: 200px;
    }

    .diamondVs {
        width: 25px;
    }

    .fourCs .fourC:after {
        display: none;
    }

    .fourCs .mob-sep:before {
        content: '';
        border: 0.5px solid #243a69;
        left: 0;
        top: 5%;
        position: absolute;
        height: 90%;
    }

    .imgeiffel {
        top: -50px;
        width: 70px;
    }

    .imgberlin {
        left: 10px;
        width: 30px;
    }

    .imgengland {
        width: 35px;
    }

    .imglight {
        width: 200px;
    }

    .exp-share-wrap:before, .bolder-advent-wrap:before {
        top: -100px;
    }

    .exp-share-wrap .container, .bolder-advent-wrap .container {
        margin: 50px auto 0px;
        padding-top: 0;
    }

    .exp-share-wrap .container {
        padding-bottom: 130px;
    }

    .imgbetterexpshare {
        top: -14px;
        right: -75px;
        width: 175px;
    }

    .imgstpeterbasilica {
        left: 15px;
        bottom: 0;
        width: 147px;
    }


    .bolder-advent-wrap .container {
        padding-bottom: 50px;
    }

    .dazzing-bright-wrap {
        margin-top: -20px;
    }


    .provenance-journey-wrap .title {
        font-size: 25px;
    }

    .provenance-journey-wrap .subTitle {
        margin: 10px 0 20px;
    }

    .provenance-journey-wrap .subTitle, .provenance-journey-wrap .content {
        font-size: 14px;
    }

    .provenance-journey-wrap {
        margin-top: -390px;
    }

    .provnCs {
        font-size: 13px;
        line-height: 30px;
    }

    .provnC.mob-sep:after {
        display: none;
    }

    .footer-top-wrap {
        padding: 40px 0 5px;
    }

        .footer-top-wrap .title {
            margin-bottom: 0;
            line-height: 30px;
            font-size: 19px;
        }

        .footer-top-wrap .subTitle {
            font-size: 16px;
            margin-bottom: 6px;
            margin-top: 12px;
        }

        .footer-top-wrap .footerLabel {
            font-size: 13px;
            margin-bottom: 6px;
        }

    .cert-logo {
        margin: 15px 0;
    }

    .alrosamsg {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .botha-wrap .container {
        padding: 15px;
    }

    .mike-bothaImg {
        right: 0;
       bottom: 200px;
           width: 200px;
    right: 30%;
    }

    .footer-bottom-wrap {
        background: #203665;
        padding: 30px 10px;
    }

    .FourC-wrap .content ul li, .exp-share-wrap .content ul li, .dazzing-bright-wrap .content ul li, .bolder-advent-wrap .content ul li {
        font-size: 16px;
        line-height: 20px;
    }

    .aboutlink {
        font-size: 12px;
        padding: 5px 15px;
    }
    .imgcolosseum {
    bottom: -17px;
    width: 135px;
    }
}
