/* 
    Created on : Nov 7, 2017, 9:41:00 AM
    Author     : George Ogalo, Robert Kreuzinger
*/
body {
    font-family: "Roboto", Helvetica, Arial, serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    color: #666666;
    background-color: #fff;
}
.about-us-content  li{
    text-align: left !important;
}
a:focus, a:hover {
    text-decoration: none;
}
.header{
    position: relative;
}
.world-map{
    width: 100%;
}
.overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.94;
}
.overlaid {
    position: relative;
}
.overlaid:after {
    position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0.94;
    background-image: linear-gradient(234deg, #f98b48, #f05323);
}
.plaform-overlaid:after{
    background: linear-gradient(234deg, #f98b48, #f05323);
    opacity: 1;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-right{
    margin-top: 12px;
}
.block{
    display: block;
}
.pegb-navbar {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    background: 0 0;
    -webkit-transition: .3s all;
    transition: .3s all
}
.pegb-navbar .navbar-toggle:focus,
.pegb-navbar .navbar-toggle:hover {
    background-color: transparent
}
.pegb-navbar .navbar-toggle {
    border: none
}
.pegb-navbar .navbar-toggle span.icon-bar {
    -webkit-transition: all .15s;
    transition: all .15s
}
.pegb-navbar .navbar-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%
}
.pegb-navbar .navbar-toggle span:nth-child(3) {
    opacity: 0
}
.pegb-navbar .navbar-toggle span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%
}
.pegb-navbar .navbar-toggle.collapsed span:nth-child(2),
.pegb-navbar .navbar-toggle.collapsed span:nth-child(4) {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.pegb-navbar .navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1
}
.pegb-navbar .navbar-logo .container {
    max-width: 150px;
}
.pegb-navbar .navbar-logo,
.pegb-navbar .navbar-nav>li {
    margin-left: 15px;
    margin-right: 15px;
    padding: 54px 0
}
.pegb-navbar .navbar-nav>li>a:before,
.pegb-navbar .navbar-nav>li>a:focus:before{
    content: "";
    position: absolute;
    width: 8%;
    height: 8px;
    border-radius: 5px;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}
.pegb-navbar .job-spec-nav>li>a:before,
.pegb-navbar .job-spec-nav>li>a:focus:before,
.pegb-navbar .job-spec-nav>li>a:hover:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -3px;
    left: 0;
    background-color: #f05323;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}
.pegb-navbar .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase
}
.pegb-navbar .job-spec-nav>li>a {
    color: #f05323;
}
.pegb-navbar .navbar-nav>li.active>a,
.pegb-navbar .navbar-nav>li.active>a:hover,
.pegb-navbar .navbar-nav>li>a:focus,
.pegb-navbar .navbar-nav>li>a:hover{
    background: 0 0;
    color: #fff
}
.pegb-navbar .job-spec-nav>li.active>a,
.pegb-navbar .job-spec-nav>li.active>a:hover,
.pegb-navbar .job-spec-nav>li>a:focus,
.pegb-navbar .job-spec-nav>li>a:hover{
    color: #f05323
}
.pegb-navbar .navbar-nav>li.active>a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*TODO: Check on possibility to replace with actual jumbotron*/
.pegb-jumbotron-no-margin{
    margin-right: 0px;
    margin-left: 0px;
}
.pegb-jumbotron-no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.about-us-wrapper{
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3); //shadow-below-content
}
.core-values-wrapper{
    margin-bottom: 50px
}
.contact-us-wrapper, .careers-wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 -4px 2px -2px rgba(0, 0, 0, 0.3);
}
.sidenav.display {
    display: block;
}
.sidenav.display.animate {
    -webkit-transform: translate(0, 100%); 
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.sidenav {
    display: none;
    z-index: 2000;
    height: 100% !important;
    width: 100%;
    position: fixed;
    top: -100%;
    /*background-color: rgba(255,255,255,0.95);*/
    background-color: #fff;
    border-left: 1px solid #E6E6E6;
    text-transform: uppercase;
    text-align: center;
    padding-right: 20px !important;
    padding-left: 20px !important;
    overflow-y: auto;
    padding-bottom: 150px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.sidenav li {
    list-style-type: none;
}
.sidenav .sidenav-header {
    height: 70px;
}
.sidenav .sidenav-header #nav-logo {
    height: 55px;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 15px;
    background: url(../img/logo_orange.svg) 0px 0px no-repeat;
    background-position: center;
}
.sidenav .sidenav-header .navbar-toggle span.icon-bar, .sidenav .navbar-header span.icon-bar {
    background-color: #f05323;
}
.svg #nav-logo {
    background: url(../img/logo_orange.svg) 0px 0px no-repeat;
    background-position: center;
    width: 150px;
}
#nav-logo {
    height: 45px;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 15px;
    color: white;
}
.sidenav .sidenav-header .navbar-toggle {
    margin-top: 7px;
    margin-right: 2%;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 20px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.sidenav .main-links {
    text-align: center;
    display: block;
}
.sidenav a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400
}
.sidenav .main-links a {
    display: block;
    padding-top: 45px;
}
.sidenav .link-separator {
    position: relative;
}
.sidenav .link-separator hr.first {
    border-top: 3px solid #999999;
    width: 20%;
    margin-left: 40%;
    position: absolute;
}
.sidenav .link-separator hr.second {
    border-top: 1px solid #999999;
    width: 100%;
    position: absolute;
    top: 1px;
}
.pegb-tagline{
    color: rgba(255, 255, 255, 1.0);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0px;
    margin-left: 0px;
}
.pegb-tagline h1{
    font-weight: 400;
}
.pegb-tagline h2,.about-us-content h2,.core-values-content h2 {
    font-weight: 300;
}
.pegb-tagline .contact-us{
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    transition: all 200ms linear;
    font-weight: 700;
}
.about-us, .core-values, .careers{
    margin-top: 4vw;
}
.about-us-header-icon, .careers-header-icon{
    padding: 0;
    margin-bottom: 1vw;
}
.about-us-label h1, .core-values-label h1, .careers-label h1, .contact-us-form-label h1 {
    font-weight: 300;
    font-style: normal;
    font-size: 50.0px;
    color: #666666;
    letter-spacing: -1px;
    line-height: 1.13;
    margin-bottom: 50px;
}
.about-us-label h1:before, .core-values-label h1:before, .careers-label h1:before {
    content: "";
    background-color: #f05323;
    position: absolute;
    visibility: visible;
    left: 0;
    right: 0;
    margin: auto;
}
.about-us .contact-us, .contact-us-form .contact-us{
    text-transform: uppercase;
    border-color: #f05323;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    font-weight: 700;
    font-style: normal;
    font-size: 18.0px;
    color: #f05323;
    line-height: 25.0px;
    padding: 8px 15px;
    margin-top: 5px;
}
.about-us .job-specs-button{
    text-transform: uppercase;
    border-color: #f05323;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #f05323;
    line-height: 25.0px;
    padding: 8px;
    margin-top: 5px;
}
.about-us-content .dubai-block-graphic-wrapper{
    /*margin-bottom: -35vw;*/
}
.dubai-block-graphic{
    padding: 0;
    max-width: 575px;
}
.contact-us-graphic, .physical-address-graphic {
    position: absolute;
    margin: auto;
}
.contact-us-form{
    background: #F2F2F2;
}
.footer{
    background: rgba(74, 74, 74, 1.0);
    padding-bottom: 50px;
}
.footer .footer-links {
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
    margin-bottom: 20px;
}
.footer .footer-links a {
    color: rgba(255, 255, 255, 1.0);
}
.peg-b-copyright{
    text-align: center;
    font-family: "Roboto", Helvetica, Arial, serif;
    font-size: 10.0px;
    color: rgba(255, 255, 255, 1.0);
    margin-top: 20px;
}
.core-values-content h2 {
    letter-spacing: -1.1px;
    line-height: 0.63;
    margin-bottom: 20px;
}
.core-values-content img{
    margin: 0 auto;
    width: 80%
}
.about-us img{
    width: 100%
}
.platform img{
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100% !important;
}
.core-values .core-values-content img {
    width: 25%;
}
.contact-us-form input
{
    width: 70%;
    border-radius: 4px;
    height: 50px;
    outline: none;
}
.contact-us-form .centered-row, .center-items-vertical{
    display: flex;
    align-items: center;
}
.contact-us-form label{
    margin-top: 5px;
}
.contact-us-form textarea{
    width: 70%;
    border-radius: 4px;
    outline: none;
}
.career-dept ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.career-dept li {
    float: left;
    width: 30%;
}
.career-dept li a p{
    margin-bottom: 0
}
.career-dept li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: #666666;
}
.select-depts label{
    font-weight: 300;
}
.career-dept li a img, .career-dept img{
    width: 70%;
}
.postings-openings{
    margin-bottom: 0;
    box-shadow: 10px 10px 5px rgba(23, 22, 22, 0.03);
    padding: 20px;
}
.postings-openings a{
    color: #f05323;
}
.form-control{
    height: 45px;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.mobile-contact-us-field{
    box-shadow: none;
    -webkit-box-shadow: none;
}
.Think-Out-Of-The-Box-wrapper{
    position: relative;
}
.Think-Out-Of-The-Box-container{
    position: absolute;
    top: 35vw;
    left: 0;
    right: 0;
    margin: 0;
}
.Think-Out-Of-The-Box {
    opacity: 0.08;
    font-size: 105px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.3px;
    color: #f05323;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.38);
}

.job-spec p {
    text-align: left !important;
}
@media (max-width: 767px){
    .pegb-tagline-img{
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        top: 15px;
    }
    /*    .pegb-navbar{
            padding-bottom: 20px;
        }*/
    .pegb-navbar .navbar-logo {
        top: 6px!important;
        padding: 10px 0
    }
    .pegb-navbar .navbar-logo .container {
        max-width: 100px;
        padding-left: 0;
        padding-right: 0;
    }
    .core-values .core-values-content img {
        width: 40%;
    }
    .header{
        min-height: 420px;
        padding-top: 40px;
        background-image: linear-gradient(234deg, #f98b48, #f05323);
    }
    .about-us .job-specs-content img{
        width: 50%;
    }
    .content-container img{
        width: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .job-spec-header{
        background: none;
        min-height: inherit;
    }
    .job-uploader{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .job-uploader label{
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        color: #666666;
    }
    .job-uploader a{
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        color: #f05323;
    }
    .world-map, .overlay{
        display: none;
    }
    .about-us-label, .core-values-label {
        margin-bottom: 50px;
    }
    .about-us-label h1, .core-values-label h1, .careers-label h1 {
        font-size: 30.0px;
        margin-top: 0px;
    }
    .about-us-label h1:before, .core-values-label h1:before, .careers-label h1:before {
        width: 60px;
        height: 8px;
        bottom: 20px;
    }
    .pegb-tagline{
        position: relative;
        margin-top: 50px;
    }
    .slideimage img{
        display: none;
    }
    .pegb-tagline h1{
        font-size: 35.0px;
        text-align: center;
        letter-spacing: 0.12px;
        line-height: 41.0px;
    }
    .pegb-tagline h2{
        font-size: 20.0px;
        text-align: center;
        line-height: 25.0px;
        margin-top: 18px;
        margin-bottom: 50px;
    }
    .pegb-tagline .contact-us{
        border: 1px solid #FFFFFF;
        border-radius: 2px;
        font-size: 16px;
        padding: 8px 35px;
        display: table;
        margin: 0 auto;
    }
    .about-us-header-icon, .careers-header-icon{
        max-width: 40%;
    }
    .about-us-icon, .core-values-icon{
        padding: 0;
        max-width: 55%;
    }
    .about-us-content h2 {
        font-size: 30px;
        letter-spacing: -0.8px;
        line-height: 1.2;
        text-align: center;
    }
    .about-us-content p, .about-us-content li, span, .postings-openings a {
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }
    .mobile-padding{
        margin-bottom: 70px;
    }
    .about-us-content .last-paragraph {
        margin-bottom: -45vw !important;
    }
    /*    .about-us-content .dubai-block-graphic-wrapper>p {
            margin-bottom: -35vw !important;
        }*/
    .core-values-content h2 {
        font-size: 32.0px;
        text-align: center;
    }
    .core-values-content p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 70px;
    }
    .dubai-block-graphic-content{
        padding-right: 0px;
        padding-left: 0px;
        display: block;
    }
    .contact-us-graphic {
        top: 67vw;
        left: 0;
        right: 0;
        display: block;
    }
    .physical-address-graphic{
        top: 15px;
        left: 20%;
    }
    .about-us .contact-us {
        border-radius: 3px;
        border-width: 1px;
        font-size: 16px;
        line-height: 13px;
        padding: 12px 35px;
        letter-spacing: 1px;
    }
    .apply-button{
        padding: 8px 15px !important;
    }
    .about-us-label h1, .core-values-label h1, .careers-label h1, .contact-us-form-label h1 {
        font-size: 36px;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .contact-us-form input{
        border-left: none;
        height: 35px;
    }
    .contact-us-form textarea{
        border-left: none;
    }
    .contact-us-form .contact-us {
        border-radius: 2px;
        border-width: 1px;
        font-weight: 700;
        font-size: 16px;
        /*padding: 12px 30%;*/
        padding: 12px 25%;
    }
    .contact-us-form .input-group-addon {
        background-color: #fff;
        vertical-align: top;
    }
    .contact-us-form .envelope-icon{
        width: 15px;
    }
    .plaform-bg-sms{
        width: 100%;
        height: 100%;
        background: url(../img/world_map_platform.png?device=e95c3a1f2be9413436e73ab9061dc46e) center center no-repeat;
        background-size: contain;
    }
    .blocked-span{
        display: block;
    }

}

@media (min-width: 768px){
    .pegb-navbar .navbar-nav>li {
        padding: 0
    }
    .pegb-navbar .navbar-logo,
    .pegb-navbar .navbar-nav>li>a {
        padding-top: 15px!important;
        padding-bottom: 15px!important
    }
    .pegb-navbar .navbar-logo {
        top: 5px!important;
        background-position: left 100%
    }

    .navbar-toggle {
        display: none;
    }
    .pegb-tagline{
        top: 28%;
    }
    .slideimage img{
        width: 80%;
    }
    .slideimage.career-tag-img img {
        width: 130%;
    }
    .pegb-tagline h1{
        font-size: 30.0px;
        text-align: left;
        letter-spacing: 0.17px;
        line-height: 40.0px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .pegb-tagline h2{
        font-size: 17.0px;
        text-align: left;
        line-height: 22px;
        margin-top: 0px;
        margin-bottom: 2.6vw;
    }
    .pegb-tagline .contact-us{
        font-size: 18px;
        padding: 8px 10px 8px;
    }
    .about-us-content .content-container{
        margin-bottom: 2vw;
    }
    .about-us-content .dubai-block-graphic-wrapper{
        margin-bottom: -55vw;
    }
    .about-us .row, .careers .row, .platform-content .row{
        display: flex;
        align-items: center;
    }
    .contact-us-physical-address p {
        margin: 0 0 0px;
    }
    .contact-us-form .envelope-icon{
        width: 20%;
    }
    //todo: this is for careers page
    .careers .select-depts{
        display: flex;
        align-items: center;
    }
    .about-us, core-values, .careers{
        margin-top: 5vw;
    }
    .about-us-label h1, .core-values-label h1, .careers-label h1 {
        font-size: 44px;
        letter-spacing: -1.4px;
        line-height: 1.1;
    }
    .about-us-label h1:before, .core-values-label h1:before, .careers-label h1:before {
        width: 5vw;
        height: 0.7vw;
        bottom: 40px;
    }
    .about-us-header-icon, .careers-header-icon{
        max-width: 20%;
    }
    .about-us-icon, .core-values-icon {
        padding: 0;
        max-width: 100%;
    }
    .about-us-content h2 {
        font-size: 36px;
        line-height: 0.63;
        letter-spacing: -1.1px;
    }
    .about-us-content p, .about-us-content li, span, .postings-openings a {
        font-size: 16px;
        line-height: 1.5;
    }
    .core-values-content h2 {
        font-size: 26px;
    }
    .core-values-content p {
        font-size: 16px;
        margin-bottom: 60px;
    }
    .contact-us-graphic {
        top: 62vw;
        left: 39%;
    }
    .physical-address-graphic{
        top: 125px;
        left: 34%;
    }
    .contact-us-form .contact-us{
        padding: 8px 35px;
    }
    .our-culture-row{
        display: flex;
        align-items: center;
    }
    .think-out-of-the-box-icon{
        width: 100%;
    }
    .about-us .job-specs-content img {
        width: 15%;
    }
    .pull-right-large{
        float: right!important;
    }
    .Think-Out-Of-The-Box-container{
        top: 0;
    }
    .plaform-bg{
    width: 100%;
    height: 100%;
    background: url(../img/world_map_platform.png?device=e95c3a1f2be9413436e73ab9061dc46e) center center no-repeat;
    background-size: 100% 100%;
}
}
@media (max-width: 768px){
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (min-width: 1024px){
    .sidenav {
        display: none !important;
    }
    .pegb-navbar .navbar-logo .container {
        padding: 0;
    }
    .pegb-tagline{
        top: 29%;
    }
    .pegb-tagline h1{
        font-size: 4vw;
        text-align: left;
        letter-spacing: 0.17px;
        line-height: 4vw;
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .slideimage-platform img{
        width: 107%;
    }
    .pegb-tagline h2{
        font-size: 2.27vw;
        line-height: 3vw;
        margin-bottom: 15px;
    }
    .pegb-tagline .contact-us {
        font-size: 12px;
        padding: 10px 15px 10px;
    }
    .about-us-content .dubai-block-graphic-wrapper{
        margin-bottom: -30vw;
    }
    .about-us-label h1:before, .core-values-label h1:before, .careers-label h1:before {
        height: 0.5vw;
        bottom: 30px;
    }
    .about-us-header-icon, .careers-header-icon{
        max-width: 15%;
    }
    .about-us-content p, .about-us-content li, span, .postings-openings a {
        font-size: 18px;
        /*text-align: center;*/
    }
    .front-page p {
        font-size: 18px;
        text-align: left;
    }
    .about-us img {
        /*width: 80%;*/ 
        width: 70%; 
    }
    .about-us .left-image{
        float: right;
    }
    .core-values-content h2 {
        font-size: 32.0px;
    }
    .contact-us-graphic {
        top: 467px;
        left: 42%;
    }
    .physical-address-graphic{
        top: 120px;
        left: 40%;
    }
    .about-us-label, .core-values-label{
        margin-bottom: 4vw;
    }
    .about-us-icon, core-values-icon, .careers-icon{
        padding: 0;
        max-width: 100%;
    }
    .core-values .core-values-content img {
        width: 20%;
    }
    .contact-us-form .envelope-icon{
        width: 12%;
    }
}
@media (min-width: 1440px){
    .container {
        width: 70%;
    }
    .pegb-tagline h1 {
        margin-top: 3vw;
        margin-bottom: -1.5vw;
    }
    .pegb-tagline .contact-us{
        font-size: 1.2vw;
        padding: 8px 15px;
    }
    /*    .about-us-content .content-container{
            margin-bottom: 6vw;
        }*/
    .about-us-content .dubai-block-graphic-wrapper{
        /*margin-bottom: -23vw;*/
        margin-bottom: -390px;
    }
    .about-us img {
        width: 90%; 
    }
    .slideimage-platform img{
        width: 103%;
    }
    .about-us-header-icon, .careers-header-icon{
        max-width: 11%;
    }
    .contact-us-graphic {
        top: 453px;
        left: 43%;
    }
    .physical-address-graphic {
        top: 135px;
        left: 39%;
    }
    .pegb-tagline h2 {
        font-size: 2.30vw;
        color: rgba(255, 255, 255, 1.0);
        text-align: left;
        line-height: 3vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
    .plaform-bg{
        background-size: 70% 100%;
    }
    .core-values .core-values-content img {
        width: 25%;
    }
}
@media (min-width: 2560px){
    .slideimage-platform img{
        width: 100%;
    }
    .pegb-tagline h1 {
        margin-top: 4.2vw;
        margin-bottom: -1vw;
    }
    .pegb-tagline h2 {
        margin-bottom: 1.5vw;
    }
    .pegb-tagline .contact-us{
        border: 3px solid #FFFFFF;
        border-radius: 5px;
    }
    .about-us-content .content-container{
        margin-bottom: 1.4vw;
    }
    .about-us,core-values,.careers{
        margin-top: 4vw;
    }
    .about-us-content .dubai-block-graphic-wrapper{
        margin-bottom: -12vw;
    }
    .careers-label {
        margin-bottom: 1vw;
    }
    .about-us-label h1:before, .core-values-label h1:before, .careers-label h1:before {
        bottom: 0.9vw;
        height: 0.4vw;
        width: 4vw;
    }
    .about-us-header-icon, .careers-header-icon{
        max-width: 10%;
        margin-bottom: 2vw;
    }
    .about-us-label h1, .core-values-label h1, .careers-label h1 {
        font-size: 46px;
    }
    .core-values-content h2 {
        font-size: 2vw;
    }
    .core-values-content p {
        font-size: 1vw;
    }
    .about-us img {
        width: 80%; 
    }
    .contact-us-graphic {
        top: 425px;
        left: 46%;
    }
    .physical-address-graphic {
        top: 80px;
        left: 41%;
    }
    /*    .core-values .core-values-content img {
            width: 20%;
        }*/
    .think-out-of-the-box-icon{
        width: 70%;
    }
    .Think-Out-Of-The-Box {
        font-size: 6vw;
    }
    body{
        font-size: 1vw;
    }
    .about-us-content p, .about-us-content li, span, .postings-openings a {
        font-size: 26px;
    }
    .contact-us-form-container{
        width: 40%;
    }
    .core-values-content{
        width: 60%;
    }
    .contact-us-form .envelope-icon{
        width: 9%;
    }
}
.dubai-block-graphic img{
    width: 100%;
}
.about-us-header-icon img, .careers-header-icon img{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.physical-address-graphic p{
    margin-bottom: 0px;
}

.hidden-section{
    opacity:0;
}
.visible-section{
    opacity:1;
}
#cv-upload-link, #cover-letter-upload-link{
    text-decoration:none;
}
#cv-upload-input, #cover-letter-upload-input{
    display:none
}
