body {
    font-family: 'Raleway', 'Times New Roman';
    color: #53585a;
    font-weight: 500;
}
.h1, h1{
    margin-bottom: 2rem;
}
.h4, h4{
    color:#c75f5a;
}
a {
    color: #53585a;
}
a:hover, a:focus {
    text-decoration: none;
    color:#c75f5a;
}
a.anchor-fix {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.faded {
    color:#9a9a9a;
}
img {
    max-width: 100%;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}
li {
    list-style: none;
}
ol > li {
    list-style: decimal;
}
.form-control {
    border-radius: 0;
}
.control-label {
    margin-left: 18px;
}
.required:after {
    content:'*';
    color: #c75f5a;
    font-weight: bold;
    font-size: 18px;
}
ul.additional-items > li.mobile-hidden,
.mobile-hidden, .hidden {
    display: none;
}
header.header {
    padding: 8px 18px;
    border-bottom: 1px solid #cfcfcf;
    position: sticky;
    top:0;
    background: #ffffff;
    z-index: 99;
    align-items: center;
}
.header .middle-section {
    display: none;
}
div.message {
    padding-top: 15px;
    padding-bottom: 15px;
}
main.content {
    padding-bottom: 108px;
    /*min-height: calc(100vh - 286px);*/
    min-height:70vh;
}
footer.footer {
    background: #939495;
}
.logo-container a {
    max-width: 108px;
    display: inline-block;
}
.compact-menu > div {
    width: 24px;
}
.compact-menu > div > div {
    background:#c75f5a; /* red */
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
}
ul.additional-items {
    text-align: right;
}
ul.additional-items > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}
ul.additional-items > li.search-icon-item {
    width: 18px;
}
ul.additional-items > li.language-icon-item {
    width: 12px;
}
ul.additional-items > li.language-icon-item a {
    display: none;
}
ul.additional-items > li.language-icon-item:after {
    width: '100%';
    content:'ع';
    height: 12px;
    display: inline-block;
    color: #999999;
    font-size: 20px;
}
.mobile-menu-container {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 99;
}
.mobile-menu-container.visible {
    display: block;
}
.mobile-menu {
    margin-left:-15px;
    background: #ffffff;
    width: 0%;
    height: 100%;
    max-width: 208px;
}
.mobile-menu.visible {
    width: 70%;
}
.mobile-menu ul li.parent-menu-item{
    padding: 8px 24px;
    border-bottom:1px solid #b7b7b7;
    position: relative;
}
.mobile-menu ul li.parent-menu-item:nth-last-child(2),
.mobile-menu ul li.parent-menu-item:last-child {
    border-bottom: none;
}
.mobile-menu ul li.parent-menu-item:after {
    content:"\f105";
    font-size: 18px;
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu ul li.parent-menu-item > a {
    text-transform: uppercase;
}
.mobile-menu ul li.parent-menu-item.faded > a {
    color:#9a9a9a;
}
.sub-menu-brochure a.download-brochure,
.mobile-menu ul li.parent-menu-item .sub-menu-content .sub-menu-brochure a.download-brochure,
.mobile-menu ul li.parent-menu-item.faded > a.course-signup {
    color: #FFFFFF;
    font-size: 14px;
    padding-left:18px;
    padding-right:18px;
    margin-top: 18px;
    text-transform: uppercase;
}
.sub-menu-brochure a.download-brochure,
.mobile-menu ul li.parent-menu-item .sub-menu-content .sub-menu-brochure a.download-brochure {
    margin-top:8px;
    font-size: 12px;
}
.mobile-menu ul li.parent-menu-item.faded.course-signup-item:after {
    display: none;
}
.mobile-menu ul li.parent-menu-item .menu-item-arrow {
    display: none;
}
.mobile-menu ul li.parent-menu-item .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 58px 30px;
    z-index: 100;
    overflow-y: scroll;
}
.mobile-menu ul li.parent-menu-item .sub-menu .sub-menu-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 44px;
    right: 38px;
    background: url(img/close-icon-menu.png) no-repeat center center;
    background-size: contain;
}
.mobile-menu ul li.parent-menu-item .sub-menu .sub-menu-title {
    font-size: 1.85rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.mobile-menu ul li.parent-menu-item .sub-menu p {
    color:#999999;
}
.mobile-menu ul li.parent-menu-item .sub-menu-content li {
    margin: 8px 0;
}
.mobile-menu ul li.parent-menu-item .sub-menu-content a {
    color: #999999;
}
.mobile-menu ul li.parent-menu-item .sub-menu-who-we-are-wrapper .sub-menu-content a:before {
    content:'';
    background: url(img/star-menu.png) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 12px;
}

/*li.parent-menu-item .sub-menu-what-we-do-wrapper .what-we-do-services-section {*/
    /*display: inline-block;*/
    /*width: 49%;*/
    /*vertical-align: top;*/
/*}*/
li.parent-menu-item .sub-menu-what-we-do-wrapper .what-we-do-services-section:first-child  {
    border-right: 1px solid #dbdbdb;
    padding-right: 4%;
}
li.parent-menu-item .sub-menu-what-we-do-wrapper .what-we-do-services-section:last-child  {
    padding-left: 4%;
}
li.parent-menu-item .sub-menu-what-we-do-wrapper h4.services-title {
    font-weight: bold;
    color: #c75f5a;
    text-transform: uppercase;
}
li.parent-menu-item .sub-menu-what-we-do-wrapper ul.service-menu-items li a {
    vertical-align: middle;
    display: inline-block;
    max-width: 80%;
}
.what-we-do-service-icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.training-courses-service-icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
    vertical-align: middle;
}
.sub-menu-brochure {
    margin-top:18px;
    text-align: center;
}
.sub-menu-brochure .brochure-img {
    background-image: url(img/button-brochure.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    padding-top: 100%;
}
.page-sidebar {
    margin-top: 28px;
    position: relative;
    align-self: flex-start;
}
h3.page-sidebar-title {
    display: none;
}
div.page-sidebar-menu-item-active {
    padding: 16px 24px;
    border: 1px solid #d3d6db;
    color: #acacac;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}
div.page-sidebar-menu-item-active:after {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 28px;
    color: #c75f5a;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
ul.page-sidebar-menu {
    position: absolute;
    bottom: 61px;
    background: #f6f6f6;
    padding: 8px 0 8px 24px;
    width: calc(100% - 30px);
    display: none;
}
ul.page-sidebar-menu li {
    padding: 8px 24px 8px 0;
    border-bottom: 1px solid #dddddd;
}
ul.page-sidebar-menu li.active-category {
    background: #ffffff;
    border-bottom:none;
    margin-top:-1px;
    padding: 9px 24px 8px 24px;
    margin-left: -24px;
}
ul.page-sidebar-menu li:last-child {
    border-bottom: none;
}
.footer-copyrights-section {
    order: 2;
    text-align: center;
    padding-top:8px;
    padding-bottom:8px;
    background-color: #afafb0;
}
.footer-social-media-section {
    order: 1;
    padding-top: 8px;
    padding-bottom: 8px;
}
.footer-links-section {
    order: 3;
}
.footer-social-media-section ul {
    text-align: center;
    /*opacity: .5;*/
}
.footer-social-media-section ul li {
    display: inline-block;
    margin: 0 12px;
}
.footer-social-media-section ul li img {
    height: 21px;
}
.footer-copyrights-wrapper {
    border-bottom: 1px solid #c75f5a;
    font-size: 13px;
    text-align: center;
    padding-bottom: 8px;
    display: inline-block;
}
.footer-contact-us-section {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #afafb0;
}
.footer-contact-us-section ul {
    text-align: center;
}
.footer-contact-us-section ul li {
    padding: 0 18px 8px;
    display: inline-block;
}
.footer-contact-us-section ul li a {
    color: #FFFFFF;
    font-weight: 400;
}
.footer-sitemap-section {
    padding-top:8px;
    padding-bottom: 8px;
    text-align: center;
}
.footer-sitemap-section a {
    color: #e9e9e9;
    font-weight: 400;
}
.contact-social-icon {
    display: inline-block;
}
.contact-social-icon a{
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    display: inline-block;
}
.contact-social-icon.icon-fb a{
    background-image: url(img/social-media-icons/icon-sm-facebook.png);
}
.contact-social-icon.icon-tw a{
    background-image: url(img/social-media-icons/icon-sm-twitter.png);
}
.contact-social-icon.icon-it a{
    background-image: url(img/social-media-icons/icon-sm-insta.png);
}
.contact-social-icon.icon-yt a{
    background-image: url(img/social-media-icons/icon-sm-youtube.png);
}
.contact-social-icon.icon-li a{
    background-image: url(img/social-media-icons/icon-sm-linkedin.png);
}
.stars {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2b3b4+0,939495+25,939495+75,b2b3b4+100 */
    background: #b2b3b4; /* Old browsers */
    background-image: url(img/star-inverted-m.png), -moz-linear-gradient(left, #b2b3b4 0%, #939495 25%, #939495 75%, #b2b3b4 100%); /* FF3.6-15 */
    background-image: url(img/star-inverted-m.png), -webkit-linear-gradient(left, #b2b3b4 0%,#939495 25%,#939495 75%,#b2b3b4 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url(img/star-inverted-m.png), linear-gradient(to right, #b2b3b4 0%,#939495 25%,#939495 75%,#b2b3b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b3b4', endColorstr='#b2b3b4',GradientType=1 ); /* IE6-9 */

}
.desktop,
.stars.desktop {
    display: none;
}
.screen-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 100;
}
.container-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 90%;
    border: 3px solid rgba(0,0,0,.5);
    background: rgba(255,255,255,.9);
    border-radius: 8px;
    padding: 3% 5%;
    /*display: flex;*/
    height: 90vh;
}
.schedule-table {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    overflow-y:scroll;
    height: 75%;
}
.schedule-month-name{
    font-weight: 100;
    color: #c75f5a;
    margin-bottom: 16px;
}
.schedule-detail-container{
    flex: 0 0 40%;
    width: 40%;
    padding-top:60px;
}
.schedule-dates-container{
    width: 50%;
    flex: 0 0 50%;
}
.schedule-row {
    position: relative;
    /*max-width: 100%;*/
    overflow: hidden;
    display: flex;
    width:1200px;
}
.schedule-col {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(8.6% - 12px);
    max-width: calc(8.6% - 12px);
    margin: 8px 6px;
    align-self: center;
}
.schedule-course-col{
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(12.5% - 12px);
    margin: 13px 6px;
    align-self: center;
}
.schedule-duration-container{
    padding-top:0px;
    flex: 0 0 25%;
    width: 25%;
}
.schedule-date-col{
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(9.1% - 12px);
    margin: 12px 6px 20px 6px;
    align-self: center;
}
.schedule-duration-title{
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(9.1% - 12px);
    margin: 11px 6px;
    align-self: center;
}
.schedule-duration{
    text-align: center;
}
.schedule-dates-container{
    overflow-x:scroll;
}
.close-button-overlay {
    background: url(img/close-icon-schedule.png) no-repeat center center;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(+50%, -50%);
    cursor: pointer;
}
.schedule-nav {
    display: inline-block;
    width: 50px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    line-height: 80px;
    font-size:60px;
    display: none;
    /*background: black;*/
}
.schedule-next {
    right: 2%;
    text-align: right;
}
.schedule-prev {
    text-align: left;
    left: 2%;
}
.schedule-date {
    text-align: center;
}
.schedule-date.date {
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}
.schedule-date.day {
    border-bottom: 2px solid #c75f5a;
    font-weight: bold;
    font-size: 14px;
}
.schedule-course-name {
    position: sticky;
    top:0;
    left: 0;
    font-weight: bold;
    text-align: right;
    /*padding:14px 0px;*/
}
.schedule-course-name-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    max-width: 86%;
}
.v-border {
    border-right: 2px solid #c75f5a;
    display: inline-block;
    height: 28px;
    vertical-align: middle;
    margin-left: 8px;
}
.schedule-course-date {
    background: #FFFFFF;
    height: 28px;
}
.schedule-course-date:nth-child(2) {
    margin-left: 18px;
}
.schedule-course-date.active {
    background: #c75f5a;
}
.schedule-categories-dropdown-container {
    margin: 16px 0px;
}
.show-on-desktop{
    display:none;
}
.schedule-categories-dropdown{
    background: transparent;
    padding: 8px;
    width:100%;
}
.boxed-text {
    background:#f6f6f6;
    margin-top: 18px;
    margin-bottom: 38px;
    padding: 38px 0 18px;
    text-align: center;
}
.red.intro {
    color: #c75f5a;
    margin-bottom: 2rem;
    font-weight: bold;
}
.boxed-text .text {
    text-align: center;
    display: inline-block;
    width: 64%;
    max-width: 198px;
    vertical-align: top;
}
.boxed-text .text h3{
    font-size: 18px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
}
.boxed-text .text p {
    font-size: 14px;
    font-weight: 400;
}
.boxed-text .image {
    display: inline-block;
    width: 32%;
    position: relative;
    vertical-align: top;
}
.boxed-text .image div {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    transform: translateX(-50%);
}
.boxed-text .image div.chairman-portrait-img {
    width:158px;
    padding-top:128px;
    left: calc(50% - 20px);
    top: -23px;
}
.sponsorships,
.emiratization {
    border-top: 1px solid #b6b6b6;
    margin-top: 48px;
    padding-top: 8px;
}
ol.certifications {
    font-size: 28px;
}
ol.certifications > li{
    margin-bottom: 18px;
}
.certification h3 {
    border-bottom: 1px solid #b6b6b6;
    margin-left: -24px;
    padding-left: 28px;
}
.certification-text {
    font-size: 16px;
    color:#c75f5a;
}
.certification-img {
    text-align: center;
    align-self: center;
}
.certification img {
    max-height: 110px;
}
.client-logo {
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top:18px;
    margin-bottom:18px
}
h2.faculty-title {
    font-size: 1.5rem;
    border-bottom: 1px solid #b6b6b6;
}
h2.faculty-title:first-of-type {
    max-width: 65%;
}
.faculty-members {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
}
.faculty-member {
    background: #f6f6f6;
    padding: 28px 8px;
    flex: 0 0 48%;
    max-width: 48%;
    margin-left: 2%;
    display: inline-block;
}
.half-width .faculty-member {
    height: 106px;
}
.full-width .faculty-member {
    flex: 0 0 100%;
    max-width: 100%;
}
.full-width .boxed-text .image div.faculty-member-img {
    width:128px;
    padding-top: 178px;
    left: calc(50% - 2px);
    top: -115px;
}
.half-width .boxed-text .image div.faculty-member-img {
    width: 88px;
    padding-top: 113px;
    left: calc(50% - 2px);
    top: -35px;
}
.faculty-member-name.text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.main-content-list {
    margin-top: 0;
    padding: 23px 38px;
    background:#f6f6f6;
}
h3.main-content-list-title {
    display: block;
    color:#c75f5a;
}
.content-sign {
    float: right;
}
.content-sign:after {
    content: '+';
    font-size: 26px;
    line-height: 0;
    font-family: helvetica;
    font-weight: 100;
    vertical-align: baseline;
}
.content-sign.minus-sign:after {
    content: '-';
    line-height: 0.6;
    margin-right: 4px;
}
ul.main-content-list-menu {
    display: block;
    position: static;
    padding: 0;
    width: auto;
    margin-top:19px;
}
ul.main-content-list-menu > li {
    padding: 12px 0;
    margin-right: -38px;
    padding-right: 18px;
}
li.main-content-item {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 18px;
    cursor: pointer;
}
li.main-content-item:last-child {
    border-bottom: none;
}
h3.main-content-item-title{
    font-size: 16px;
    margin-bottom: 0;
}
.collapsible-content {
    height: 0;
    overflow: hidden;
}
.height-zero {
    height: 100%;
    overflow-y: auto;
}
ul.main-content-list-menu li.collapsible-content-active {
    background: #ffffff;
    margin-left: -38px;
    padding-left: 38px;
    border-bottom: 0;
    padding-bottom: 28px;
}
.collapsible-item.main-content-active .main-content-item-title{
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #b1b1b1b1;
}
h4.page-content-title {
    font-size: 14px;
    font-weight: bold;
}
p.page-content-text, ul.page-content-list>li {
    font-size: 12px;
}
ul.page-content-list{
    margin-bottom: 16px;
}
ul.page-content-list>li{
    padding: 0;
}
div.course-info {
    text-align: center;
    max-width: 528px;
    margin: 28px auto;
}
div.course-info h4.page-content-title,
div.course-details h4.page-content-title {
    text-transform: uppercase;
}
div.course-info > div.col-info-content {
    padding-left: 28px;
    padding-right: 28px;
}
div.course-info > div.col-info-content.col-validity {
    position: relative;
}
div.course-info i.page-content-icon {
    display: inline-block;
    width: 100%;
    padding-top: 15%;
    background-repeat:  no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 8px auto;
}
div.course-info .page-content-text {
    color: #c75f5a
}
div.course-info .col-duration i.page-content-icon {
    background-image: url(img/icon-training-duration.png)
}
div.course-info .col-validity i.page-content-icon {
    background-image: url(img/icon-training-validity.png)
}
div.accrediting-body {
    text-align: right;
}
img.page-content-image {
    height: 116px;
}
img.page-logo {
    height: 62px;
    vertical-align: text-bottom;
    margin-left: 18px;
    opacity: .3;
}
h3 span.course-title-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    vertical-align: middle;
}
div.course-content-icon {
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin-right: 4px;
}
#body-jahezyia-core-homepage div.message {
    padding: 0;
}
#body-jahezyia-core-homepage .latest-news-wrapper {
    display: none;
}
#body-jahezyia-core-homepage main.content {
    padding-bottom: 0;
    /*min-height: 180vh;*/
}
#body-jahezyia-core-homepage .hero-banners-wrapper {
    padding: 0;
}
#body-jahezyia-core-homepage .slider-spotlight {
    height: 90%;
    position: relative;
}
.slider-spotlight {
    color: #FFFFFF;
}
.slider-spotlight .slider-banner,
.bottom-slider-container .slider-banner {
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
}
.slider-spotlight .slider-banner .slider-banner-img {
    background-size: cover;
    background-position: center center;
    height: 100%;
}
.slider-spotlight .slider-banner-overlay {
    position: absolute;
    top: 0;
    right:0;
    bottom:0;
    left:0;
    /*background: rgba(0,0,0,.5);*/
    z-index: 0;
}
.slider-spotlight .slider-banner-content {
    padding: 15px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}
.slider-spotlight .slider-banner-title {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-top:18px;
    margin-bottom:18px;
}
.red-button-inverted, .red-button-inverted:hover,
.red-button-inverted:active, .red-button-inverted:focus,
.red-button-inverted.btn-success.btn:active, .red-button-inverted.btn-success.btn:focus,
.red-button,.red-button:hover,
.slider-spotlight .slider-banner-action a {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 100px;
    color: #FFFFFF;
    background-color: #c75f5a;
    border: none;
    box-shadow: none;
    font-size: 1rem;
}
.slider-spotlight .slider-banner-action a {
    margin-top: 18px;
}
.slider-spotlight > .slider-pagination {
    position: absolute;
    bottom: 18px;
    text-align: center;
    width: 100%;
}
.slider-spotlight > .slider-pagination .slider-banner-indicator {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image:url(img/banner-star.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 4px;
}
.slider-spotlight > .slider-pagination .slider-banner-indicator.active {
    background-image:url(img/banner-star-active.png);
}
.slider-banners-wrapper .slider-banner .slider-navigation {
    position: absolute;
    bottom: 70px;
    right: 15px;
    z-index: 1;
}
.slider-spotlight .slider-navigation > span {
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-right: 8px;
}
.slider-banners-wrapper .slider-banner .slider-navigation > span {
    font-size: 25px
}
#body-jahezyia-core-homepage .bottom-slider-container {
    height: 10%;
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}
.bottom-slider-container .slider-wrapper {
    position: relative;
    height: 100%;
}
.bottom-slider-container .slider-navigation {
    height: 100%;
    /*display: none;*/
}
.bottom-slider-container .slider-navigation > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    margin: 0 8px;
}
.bottom-slider-container .slider-navigation .slider-nav-left {
    left: 0;
}
.hero-banners-wrapper .slider-navigation .slider-nav-left .fa-chevron-left:before {
    content: "\f104";
}
.bottom-slider-container .slider-navigation .slider-nav-right {
    right: 0;
}
.hero-banners-wrapper .slider-navigation .slider-nav-right .fa-chevron-right:before {
    content: "\f105";
}
.bottom-slider-container .row {
    height: 100%;
    margin: 0;
    padding: 8px;
}
.bottom-slider-container .slider-banner-img {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.bottom-slider-container .slider-banner-img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.bottom-slider-container .slider-banner-img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.initial-position{
    position: relative;
}
.pdf-download-container{
    margin: 0px -38px -55px -38px;
    background: white;
    position: relative;
    display: none;
}
.pdf-download-container:hover .overlay {
    opacity: 1;
}
.pdf-download-container img{
    width:100%;
    -webkit-box-shadow: -25px 30px 60px -50px rgba(0,0,0,0.75);
    -moz-box-shadow: -25px 30px 60px -50px rgba(0,0,0,0.75);
    box-shadow: -25px 30px 60px -50px rgba(0,0,0,0.75);
}
.mobile-pdf-link-container{
    display: flex;
    padding: 8px;
    width: 100%;
    background: #f6f6f6;
}
.download-link-content{
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.download-link-content a{
    color: #c75f5a;
}
.mobile-img-container img{
    -webkit-box-shadow: -25px 30px 60px -50px rgba(0,0,0,0.75);
    -moz-box-shadow: -25px 30px 60px -50px rgba(0,0,0,0.75);
    box-shadow: -25px 30px 60px -50px rgba(0,0,0,0.75);
}
.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(199,95,90,0.8);
    cursor: pointer;
}
.overlay-content{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.download-icon{
    font-size:60px;
}
.content-item.service-item {
    margin-top: 58px;
}
.service-item .services-title {
    display: inline-block;
    color: #53585a;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 18px;
    padding-bottom: 8px;
    max-width: 70%;
}
.services-title-icon {
    display: inline-block;
    height: 48px;
    margin-left: 22px;
    vertical-align: middle;
    margin-top: -8px;
}
.services-list-item-title {
    color: #c75f5a;
}
.services-list-item-text ul {
    padding-left: 34px;
}
.services-list-item-text ul li{
    list-style: disc;
}
.services-list-item-text ol li {
    list-style: lower-latin;
}
.services-list-item-text ul li ol,
.services-list-item-text ul li ul {
    display: inline-block;
    vertical-align: top;
    padding-inline-start: 18px;
}
#services-consultancy ul.services-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
#services-disaster-preparedness div.services-list-item-text li{
    margin-left: 36px;
    list-style-type: disc;
}
.sidebar-icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
    vertical-align: middle;
}
.simulators-img-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /*margin-bottom: 18px;*/
}
.simulators-img {
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 18px;
    text-align: center;
}
.simulators-img-row.img-row-1 .simulators-img img {
    height: 112px;
}
.simulators-img-row.img-row-2 .simulators-img img {
    height: 165px;
}
.simulators-img-row.img-row-3 .simulators-img img {
    height: 194px;
}
.simulators-img-row.img-row-4 .simulators-img img {
    height: 102px;
}
.caption {
    max-width:200px;
    font-style: italic;
    color: #c75f5a;
    font-size:14px;
    margin: 0 auto;
}
.simulators-img-row.img-row-4 .caption {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 390px; */
}
.classroom-content ol {
    padding-inline-start: 18px;
}
.classroom-content ol li {
    margin-bottom: 18px;
}
.press-releases,
.media-photo,
.media-video {
    padding-top:28px;
    padding-bottom:28px;
    background: #f6f6f6;
}
.press-releases {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}
h3.section-title {
    margin-bottom: 18px;
    font-weight: normal;
}
.press-release-img {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 18px;
}
.press-release-title {
    font-weight: bold;
    margin-bottom: 0;
}
.press-release-date {
    color: #c75f5a;
    font-size: 13px;
    margin-bottom: 18px;
    display: inline-block;
}
.press-release-list .caption {
    width: 100%;
    max-width: 100%;
    text-align: center;
    opacity: .6;
}
.press-release-list .press-release-content {
    display: none;
}
.press-release-list .press-release-item.selected {
    display: none;
}
.press-release-content {
    height: 262px;
    overflow-y: auto;
}
.press-release-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-x: auto;
}
.press-release-list .press-release-item {
    margin-bottom: 8px;
    flex: 0 0 calc(50% + 26px);
    margin-right: 8px;
}
.press-release-list .press-release-title {
    font-size: 14px;
}
.press-release-list .press-release-date {
    font-size: 13px;
    margin-bottom: 0;
}
.press-release-item .separator {
    width: 88px;
    border-bottom: 1px solid #999999;
    margin-left: 15px;
    margin-bottom: 28px;
    margin-top: 18px;
}
.press-release-filter {
    align-items: baseline;
    margin-bottom: 18px;
}
.galleries {
    margin-left: 0;
    margin-right: 0;
}
.galleries .media-photo {
    margin-bottom: 15px;
}
.galleries .slider-wrapper {
    position: relative;
}
.galleries .slider-banners-wrapper {
    position: relative;
    width:100%;
    padding-top: 58%;
}
.galleries .slider-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.galleries .slider-banner-content {
    margin-left: 18px;
    margin-right: 18px;
}
.galleries .slider-banner-img {
    background-size: cover;
    padding-top: 58%;
}
.galleries .slider-pagination,
.galleries .slider-numbers,
.galleries .slider-banner-description {
    display: none;
}
.galleries .slider-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    width: 100%;
}
.galleries .slider-navigation .slider-nav-right {
    float: right;
}
.media-video .slider-banner-video {
    display: none;
}
.galleries .slider-banner-title {
    font-weight: bold;
}
.tw-feed {
    margin-top: 28px;
}
.tw-feed-content {
    width: 100%;
}
#body-jahezyia-media-show .screen-overlay {
    background: rgba(0,0,0,0.75);
}
.gallery-container {
    padding:0;
    border: none;
    border-radius: 0;
    padding:8px;
    max-width: 900px;
    background: transparent;
}
.gallery-close.close-button-overlay{
    right: 6px;
    top: 5px;
    z-index: 9;
}
.gallery-container .galleries {
    width:100%;
}
.gallery-container .galleries .slider-pagination,
.gallery-container .galleries .section-title {
    display: none;
}
.gallery-container .galleries .media-gallery {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}
.gallery-container .galleries .media-photo {
    background: transparent;
}
.gallery-container .galleries .slider-banner-content {
    margin: 0;
    position: relative;
}
.gallery-container .galleries .slider-banner-img {
    border: 8px solid #FFFFFF;
}
.gallery-container .galleries .media-video .slider-banner-img {
    padding-top:0;
}
.gallery-container .galleries .slider-banner-video {
    display: block;
}
.gallery-container .galleries .slider-banner-title {
    position: absolute;
    top: 0;
    color: #FFFFFF;
    display: none;
    padding: 18px 28px;
    width: calc(100% - 16px);
    margin: 8px;

    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.gallery-container .galleries .slider-banner-description,
.gallery-container .galleries .slider-banner:hover .slider-banner-title {
    display: block;
}
.gallery-container .galleries .slider-banner-description {
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    margin-top: 18px;
}
.gallery-container .galleries .slider-navigation {
    width: 110%;
    left: -45px;
}
.gallery-container .galleries .slider-navigation .slider-nav-left,
.gallery-container .galleries .slider-navigation .slider-nav-right {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: rgba(255,255,255,.25);
    display: inline-block;
    text-align: center;
    color: rgba(0,0,0,.5);
}
.gallery-container .galleries .slider-navigation .slider-nav-left {
    padding-right: 4px;
}
.gallery-container .galleries .slider-navigation .slider-nav-right {
    padding-left: 4px;
}
.read-more:before {
    content: '...';
}
.read-more:after {
    content: 'See More';
    color: #c75f5a;
    cursor: pointer;
    margin-left: 4px;
}
.read-more.expanded:before {
    content: '';
}
.read-more.expanded:after {
    content: 'See Less'
}
.contact-details {
    margin-top:26px;
}
.forms-wrapper h3.section-title,
.contact-details h3.section-title{
    padding-bottom: 4px;
    border-bottom: 1px solid #b6b6b6;
}
.form-career h3.section-title {
    display: none;
}
.contact-details h3.section-title .contact-detail{
    vertical-align: middle;
    display: inline-block;
    margin-left: 18px;
}

.contact-detail {
    margin-bottom: 8px;
}
.contact-detail-icon {
    width: 44px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-detail-icon.icon-office {
    background-image: url(img/icon-contact-office.png);
}
.contact-detail-icon.icon-email {
    background-image: url(img/icon-contact-email.png);
}
.contact-detail-icon.icon-phone {
    background-image: url(img/icon-contact-phone.png);
}
.contact-detail-icon.icon-fax {
    background-image: url(img/icon-contact-fax.png);
}
.contact-detail-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.form-wrapper {
    margin-top: 28px;
}
.forms-wrapper .red-button-inverted {
    width: 100%;
    text-transform: uppercase;
}
.course-signup {
    text-align: center;
    margin-top: 18px;
}
.course-signup .red-button-inverted,
.forms-wrapper .red-button-inverted.vich-file-upload-button {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 100px;
    color: #656565;
    border: 1px solid #c75f5a;
    background: #FFFFFF;
}
.course-signup .red-button-inverted {
    font-size: 12px;
}
.vich-file {
    margin-top: 18px;
    margin-bottom: 18px;
}
.vich-file .file-caption {
    text-align: center;
    color:#656565;
    font-size: 12px;
}
.career-img {
    background-image: url(img/banner-careers.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 48%;
    margin-top: -18px;
    margin-bottom: 18px;
}
.career-img.desktop {
    display: none;
}
.career-intro.red.intro {
    margin-bottom: 0;
    font-weight: normal;
}

.procurement-form h3.section-title{
    padding-top: 8px;
    border-bottom:1px solid #b6b6b6;;
}
.procurement-form .required:after{
    font-size:16px;
}
.procurement-form .form-actions{
    margin-top:24px;
}
.group-notice{
    margin-top:16px;
    margin-bottom: 0px;
}
.documents-list {
    padding-left: 24px;
    color: #c75f5a;
    font-weight: bold;
}
.documents-list li{
    list-style:initial;
}
.documents-note{
    margin: 16px 0;
    font-weight: bold;
}
.documents-note-list{
    padding-left: 24px;
}
.documents-note-list li{
    list-style:initial;
}
.documents-email-request{
    margin-top: 2rem;
}
.procurement-department{
    color: #c75f5a;
    font-weight: bold;
}
.documents-email{
    color: #c75f5a;
}
.declaration-notice{
    padding-left: 24px;
}
.declaration-notice li{
    list-style: initial;
}
input[id*="declaration"]{
    border: none;
    border-bottom: 1px solid #ced4da;
}
.survey-checkbox .form-group{
    margin-bottom: auto;
}
.survey-checkbox ul{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /*padding: 16px 0px;*/
    /*border-bottom: 1px solid #ced4da;*/
}
.survey-checkbox li{
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 0 15px;
}
.survey-checkbox label{
    margin-bottom:0px;
}
.survey-properties{
    padding: 16px 0px;
    border-bottom: 1px solid #ced4da;
    /*margin-bottom: 1rem;*/
}
.vendor-checkbox ul{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /*padding: 16px 0px;*/
    /*border-bottom: 1px solid #ced4da;*/
}
.vendor-checkbox li{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    text-align:center;
}
.vendor-checkbox .form-group{
    margin-bottom:auto;
}
div[id$="initiatedByProcurement"],div[id$="committee"],div[id$="headOfFinance"],div[id$="ceo"]{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    margin-left: -15px;
    /*padding: 16px 0px;*/
}
.submit-procurement{
    width:100%;
}
.attach-files{
    float:right;
}
.multi-inputs-container{
    margin-top: 48px;
}
.procurement-sidebar{
    display:none;
}
.codes h6 {
    cursor: pointer;
    color: #c75f5a;
    font-weight: 600;
}
.guide a {
    color: #c75f5a;
    text-decoration: underline;
}
.codes h6 span{
    color: #53585a;
}
.collapsible-list a{
    text-decoration: underline;
}
.tab-number{
    color:#c75f5a;
}
.guide{
    margin: 8px 0px;
}
.survey-checkbox .control-label__text{
    display: none;
}
.square{
    width: 25px;
    height: 25px;
    border: 1px solid #b6b6b6;
    margin: 0 auto;
}
.fake-input{
    background:#f6f6f8;
    height: 24px;
}
.vendor-code-label{
    white-space: nowrap;
    text-align: left;
}
.multi-inputs-container{
    position:relative;
}
.multi-inputs-container-overlay{
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.filter-years-value {
    padding: 4px 24px;
    border: 1px solid #d3d6db;
    color: #acacac;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
.filter-years-value:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 28px;
    color: #c75f5a;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.filter-years-list {
    position: absolute;
    top: 37px;
    background: #f6f6f6;
    padding: 8px 0 8px 24px;
    width: calc(100% - 30px);
    display: none;
    z-index: 99;
}
.filter-years-list li {
    padding: 8px 24px 8px 0;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}
.filter-years-list li:last-child{
    border:none;
}
.filter-years-list li:hover {
    color:#c75f5a;
}
.certification-show-container {
    /*width: 90%;*/
    height:auto;
    margin-top: 20px;
    text-align: center;
    color:#c75f5a;
}
.certification-show-container img{
    max-height:400px;
}
.certification-show-title{
    color:#c75f5a;
    /*font-weight: bold;*/
}
.certification-show-container li{
    list-style: initial;
    padding:8px;
    font-weight: bold;
}
.certification-show-date-container{
    padding-top:16px;
    color:#999999;
}
.sitemap-container{
    order:5;
}
.sitemap-content{
    order: 5;
    width: -webkit-fill-available;
    background: #e2e2e2;
    margin-left:0px;
    margin-right: 0px;
    margin-bottom: -8px;
    margin-top: 8px;
    padding: 24px;
}
.sitemap-content a{
    font-size: 14px;
}
.sitemap-content .services-title{
    font-size: 16px;
    color: #53585a;
    font-weight: 600;
}
.sitemap-content ul:not(.sitemap-mobile-styled-list):not(.sitemap-unstyled-list){
    padding-left: 16px;
    border-left: 1px solid #c75f5a;
}
ul.sitemap-unstyled-list{
    padding-left: 0;
    border:none;
}
.sitemap-section-container{
    margin-top:16px;
}
.sitemap-side-items a{
    font-size: 18px;
    color: #c75f5a;
}
.sitemap-mobile-styled-list{
    padding-left: 16px;
    border-left: 1px solid #c75f5a;
    padding-top:16px;
}
td.schedule-course-date-container{
    vertical-align: middle;
}
.duration-label{
    color: #c75f5a;
    font-weight: bold;
}
#supplier-registration-modal{
    padding-right: 0 !important;
}
.supplier-registration-modal-dialog{
    max-width: 100%;
    margin: 0;
}
.supplier-registration-modal-content{
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.go-back-btn{
    text-align: left;
    padding: 16px !important;
    font-weight: 100;
    font-size: 16px;
}
#body-jahezyia-contact-index .flash-sonata_flash_success{
    display: none;
}
.category-slider-container{
    position: relative;
    margin-bottom: 16px;
}
.category-slider-container .slider-wrapper{
    height:230px;
}
.category-slider-container .slider-banner{
    position: absolute;
    width: 100%;
    height: 100%;
}
.category-slider-container .slider-banner-img{
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.category-slider-container .slider-navigation span {
    position: absolute;
    top: 50%;
    font-size: 20px;
    cursor: pointer;
    color: white;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.category-slider-container .slider-nav-left{
    left:8px;
}
.category-slider-container .slider-nav-right{
    right:8px;
}
.what-we-do-slider-container .slider-wrapper{
    height:360px;
}
.our-services-emergency-container{
    /*height: 200px;*/
    margin-bottom: 16px;
}
.emergency-services-img{
    /*height: 100%;*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding:20%;
}
.emergency-content h3{
    border-bottom: 1px solid #b6b6b6;
}
.service-container h3 {
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 16px;
}
.emergency-content li{
    list-style:initial;
}
.content-item {
    margin-bottom: 24px;
}
.tree{
    text-align: center;
    margin:50px 0;
}
.tree-node{
    background-color: #c75f5a;
    color: white;
    padding:10px;
    font-size: 12px;
}
.tree-parent{
    width: 200px;
    margin: 0 auto;
}
.tree-vertical-border{
    border-left: 1px solid #c75f5a;;
    height: 20px;
    margin: 0 auto;
    width: 0;
}
.middle-tree-vertical-border{
    margin-left: 50%;
}
.tree-horizontal-border{
    background-color: #c75f5a;
    height: 1px;
}
.tree ul {
    text-align: left;
    margin-top: 10px;
    margin-left: 20px;
}
.tree li {
    list-style: initial;
}
.training-courses-sub-category-img{
    /*height: 360px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:20%;
}
.hero-banners-wrapper .slider-pagination{
    z-index: 1;
}
.service-container .see-more {
    font-weight:100;
}
.service-container .see-more span{
    color:#c75f5a;
}
.on-request-label{
    font-weight:normal;
}
.bottom-slider-container .col-2{
    /*padding:6px;*/
    padding-left:0;
    padding-right:0;
}
.col-accreditation img{
    height:60px;
    max-width: unset;
}
.training-courses-image {
    /*height: 400px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:20%;
}
.element-list {
    font-size: 10px;
}
.bottom-slider-container .slider-banner{
    padding: 0 30px;
}
/*.service-container .see-more{content: '';*/
    /*background-image: url(img/arrow.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*width: 20px;*/
    /*height: 10px;*/
    /*display: inline-block;*/
    /*margin-left: 8px;*/

/*}*/
@media screen and (min-width:375px) {
    .mobile-menu.visible {
        width: 60%;
    }
    .footer-copyrights-wrapper {
        font-size: 90%;
    }
    .simulators-img-row.img-row-1 .simulators-img img {
        height: 160px;
    }
    .simulators-img-row.img-row-4 .simulators-img img {
        height: 122px;
    }
}
@media screen and (min-width:470px) {
    .boxed-text .text {
        max-width: 460px;
    }
    .boxed-text .image div.chairman-portrait-img {
        top: -44px;
    }
    .career-img {
        padding-top: 38%;
    }
}
@media screen and (min-width:600px) {
    .bottom-slider-container .row {
        padding: 8px 28px;
    }
    .bottom-slider-container .slider-navigation {
        display: block;
    }

}
@media screen and (min-width:768px) {
    .boxed-text .text h3{
        font-size: 24px;
    }
    .boxed-text .text p {
        font-size: 1rem;
    }
    .boxed-text .image div.chairman-portrait-img {
        top: -38px;
        padding-top: 138px;
        width:178px;
    }
    .full-width .boxed-text .image div.faculty-member-img {
        top: -179px;
        width: 188px;
        padding-top: 243px;
    }
    .half-width .faculty-member {
        height: 156px;
    }
    .half-width .boxed-text .image div.faculty-member-img {
        padding-top: 173px;
        top: -45px;
        width: 178px;
        left: calc(50% - 32px);
    }
    .half-width .boxed-text .text h3{
        font-size: 20px;
        width: 100px;
    }
    .simulators-img-row {
        justify-content: space-between;
    }
    .simulators-img-row.img-row-1 .simulators-img img {
        height: 120px;
    }
    .simulators-img-row.img-row-2 .simulators-img img {
        height: 150px;
    }
    .simulators-img-row.img-row-3 .simulators-img img {
        height: 168px;
    }
    .simulators-img-row.img-row-4 .simulators-img img {
        height: 142px;
    }
}
@media screen and (min-width:768px) and (max-width: 991px) {
    .img-row-1 > .simulators-img:first-child img{
        width:200px;
    }
    .simulators-img-row.img-row-2 .simulators-img img {
        height: 149px;
    }
    .simulators-img-row.img-row-3 .simulators-img img {
        height: 167px;
    }
}
