@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}
@media screen and (min-width: 1480px) {
    .container {
        max-width: 1384px;
        padding-right: 0;
        padding-left: 0;
    }
}
.with-cover-layout .effect-layla {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    /* background: #3085a3; */
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    padding: 25px;
}
.effect-layla img,
.effect-layla figcaption::before,
.effect-layla figcaption::after,
.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.effect-layla img,
.effect-layla h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect-layla:hover figcaption {
    background: rgb(20 105 171 / 90%);
}
.effect-layla img {
    /* height: 390px; */
}
.effect-layla img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    /* opacity: 0.8; */
    /* height: 390px; */
    object-fit: cover;
}
.effect-layla figcaption {
    padding: 3em;
}
.effect-layla figcaption,
.effect-layla figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.effect-layla figcaption {
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.effect-layla figcaption::before {
    top: 50px;
    right: 15px;
    bottom: 50px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.effect-layla figcaption::after {
    top: 30px;
    right: 25px;
    bottom: 30px;
    left: 25px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.effect-layla figcaption::before,
.effect-layla figcaption::after {
    position: absolute;
    content: "";
    opacity: 0;
}
.effect-layla p {
    padding: 10px 0;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.effect-layla p {
    font-size: 17px;
}
.effect-layla h2 {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.effect-layla h2,
.effect-layla p {
    margin: 0;
    color: #ffffff;
    font-family: FF DIN Regular;
    text-align: center !important;
}
.effect-layla h2 {
    word-spacing: 0;
    font-weight: 300;
    font-size: 20px;
}
.effect-layla h2 span {
    display: block;
    font-size: 17px;
    margin-top: 6px;
}
.effect-layla:hover figcaption::after,
.effect-layla:hover h2,
.effect-layla:hover p,
.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.effect-layla:hover figcaption::before,
.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.effect-layla:hover h2,
.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect-layla:hover .post-card__content {
    opacity: 0;
}
.press-wrapper-new:last-child, .documentlist-box:last-child, .tender-wrapper-new:last-child, .mediaclipping-wrapper-new:last-child {
    margin-bottom: 0px !important;
}
.pagination {
    display: flex;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.pagination span.page-numbers.current {
    background-color: #59a52c;
    color: #fff;
    font-family: Graphik;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}

.pagination a.page-numbers {
    margin-right: 5px;
    color: #ffffff;
    background-color: #035b9f;
    width: 40px;
    height: 40px;
    font-family: Graphik;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    display: -ms-inline-flexbox; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}
.back-to-main {
    float: right;
    display: block;
    margin-bottom: 30px;
    color: #232323;
}
.back-to-main svg {
    margin-right: 4px;
}
.social-share-and-back {
    width: 100%;
    float: right;
    position: relative;
    height: 35px;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 55px;
}
.inner-page-banner:after {
    display: none;
}

.social-share-and-back .backBtn {
    width: 70px;
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
    float: right;
}

.social-share-and-back span.line {
    bottom: auto;
    right: auto;
    top: auto;
    left: auto;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    left: 0px;
    height: 2px;
    display: block;
    position: absolute;
    transition: width 0.2s ease 0.1s, left 0.2s ease, transform 0.2s ease 0.3s,
        background-color 0.2s ease;
}
.social-share-and-back span.tLine {
    top: 0px;
}
.social-share-and-back span.mLine {
    top: 13px;
    opacity: 0;
}
.social-share-and-back span.bLine {
    top: 26px;
}
.social-share-and-back .label {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 100%;
    text-align: center;
    transition: all 0.4s ease;
    font-size: 1em;
    color: #ffffff;
}
.social-share-and-back .backBtn:hover span.label {
    left: 15px;
}
.social-share-and-back .backBtn:hover span.line {
    left: -13px;
    height: 2px;
    background-color: #ffffff;
}
.social-share-and-back .backBtn:hover span.tLine {
    width: 15px;
    transform: rotate(-45deg);
    left: -15px;
    top: 8px;
}
.social-share-and-back .backBtn:hover span.mLine {
    opacity: 1;
    width: 30px;
}
.social-share-and-back .backBtn:hover span.bLine {
    width: 15px;
    transform: rotate(45deg);
    left: -15px;
    top: 18px;
}
.document-table-layout {
    width: 100%;
    float: left;
}
.document-table-layout h2 {
    margin-top: 0px;
}
.documentlist-box {
    /*    width: 100%;
        float: left;
        border: 1px solid #eeeeee;
        padding: 10px;
        box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
        margin-bottom: 20px;
        position: relative;
        z-index: 9999;*/
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 23px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    position: relative;
    z-index: 5;
}
.documentlist-box::before, .documentlist-box::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}
.download-icon {
    width: 30px !important;
    border: none !important;
    margin-right: 2px;
}
.sl-number,
.document-view {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
}
.document-name {
    font-family: Graphik;
    color: #2f2f2f !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 28px;
    margin-bottom: 0px !important;
}
.document-name a {
    color: #313131;
}
.sl-number {
    font-family: "RT Vickerman";
    color: #313131;
    font-size: 17px;
    font-weight: 400;
}
.document-view {
    background: #ffffff;
    padding: 15px 19px;
    font-size: 16px;
    border-left: 1px solid #eeeeee;
}
.download-title {
    position: relative;
    top: 8px;
}
.document-view a {
    color: #212529;
}
.download-title span {
    color: #8a8a8a;
    font-size: 17px;
    position: relative;
    top: 2px;
}
.download-title i {
    position: relative;
    top: 1px;
    display: none;
}
.share-it {
    position: relative;
    right: 0px;
    top: -13px;
}
.share-toggle:checked ~ .share-button {
    transform: rotate(90deg);
}
.share-toggle:checked ~ .share-icon-facebook {
    transform: translateY(55px) rotate(0);
}
.share-toggle:checked ~ .share-icon-twitter {
    transform: translateY(110px) rotate(0);
}
.share-toggle:checked ~ .share-icon-linkedin {
    transform: translateY(165px) rotate(0);
}
.share-toggle:checked ~ .share-icon-whatsapp {
    transform: translateY(220px) rotate(0);
}
.share-it img {
    width: auto;
}
.share-button {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: black;
    background-color: #1379ca;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 1px #1379ca;
    cursor: pointer;
    transition: 0.3s ease;
}
.share-icon {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    transform: translateX(0) rotate(180deg);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}
.share-icon svg {
    width: 15px; 
}
.share-icon-facebook {
    background-color: #3375ff;
}
.share-icon-twitter {
    background-color: #1da1f2;
}
.share-icon-whatsapp {
    background-color: #4caf51;
}
.share-icon-linkedin {
    background-color: #0077b5;
}
.team-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-item-img {
    position: relative;
}
/*.team-item-img::before {
    content: "";
    display: block;
    padding-top: 418px;
}*/
.img-bg {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0 !important;
}
.leadership-wrapper .col-xl-4 
.team-item-description {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: #0063a7; */
    background: rgba(0, 99, 167, .95);
    width: 275px;
    -webkit-clip-path: polygon(90% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    -ms-clip-path: polygon(90% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    padding: 15px 15px;
    min-height: 110px;
    transition: 0.3s ease;
}
.team-item-name {
    font-family: Graphik;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 700;
}
.team-item-position {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
}
.team-item:hover .team-item-description { 
    /*    background: #66cc33; */
    background: rgba(102, 204, 51, .95);
}
.team-item:hover .img-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.inner .logo a:nth-child(2) {
    display: none;
}


.inner-page-absolute-header .inner-page-banner {
    height: 650px;
}
.inner-page-relative-header .inner-page-banner {
    display: none;
}
.inner-page-relative-header header {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .10);
    box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}
.inner-page-absolute-header header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    /*    background: transparent;*/
    background: rgba(0, 0, 0, .31);
    z-index: 99999;
}
.inner-page-absolute-header header .uk-position-relative {
    background: transparent;
}
.inner-page-absolute-header
header
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
}
.inner-page-absolute-header header .logo a:nth-child(1) {
    display: none;
}
.inner-page-absolute-header header .logo a:nth-child(2) {
    display: block !important;
}
.inner-page-absolute-header header.fixed {
    background: #ffffff;
}
.inner-page-absolute-header header.fixed .logo a:nth-child(1) {
    display: block;
}
.inner-page-absolute-header header.fixed .logo a:nth-child(2) {
    display: none !important;
}
.inner-page-absolute-header .inner-page-banner img,
.inner-page-relative-header .inner-page-banner img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
}
.inner-page-absolute-header .inner-page-banner img[data-zoom-out],
.inner-page-relative-header .inner-page-banner img[data-zoom-out] {
    transform: scale(1.15) translateX(-50%);
    transform-origin: bottom left;
    animation: zoomout cubic-bezier(0.01, 0.29, 0, 0.97) 1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}
@keyframes zoomout {
    0% {
        transform: scale(1.15) translateX(-50%);
    }
    to {
        transform: scale(1) translateX(-50%);
    }
}
.inner-page-absolute-header .inner-page-banner:after {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(62,62,53,0)),to(rgba(0,17,31,.9)));
    background: linear-gradient(rgba(62,62,53,0) 0%,rgba(0, 17, 31) 100%);
    background: -ms-linear-gradient(rgba(62,62,53,0) 0%,rgba(0, 17, 31) 100%);
    /*    background: rgba(145,140,139,.01);
        background: -moz-linear-gradient(to bottom,rgba(145,140,139,.02) 0,rgba(145,140,139,.15) 17%,rgba(128,118,116,.27) 32%,rgba(48,39,37,.38) 46%,rgb(33 27 26 / 69%) 64%,rgba(26,23,23,.9) 84%,rgba(14,13,14,.9) 99%,rgba(13,12,13,.9) 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(145,140,139,.02)),color-stop(17%,rgba(145,140,139,.15)),color-stop(32%,rgba(128,118,116,.27)),color-stop(46%,rgba(48,39,37,.38)),color-stop(64%,rgba(33,27,26,.52)),color-stop(84%,rgba(26,23,23,.67)),color-stop(99%,rgba(14,13,14,.79)),color-stop(100%,rgba(13,12,13,.79)));
        background: -webkit-linear-gradient(to bottom,rgba(145,140,139,.02) 0,rgba(145,140,139,.15) 17%,rgba(128,118,116,.27) 32%,rgba(48,39,37,.38) 46%,rgb(33 27 26 / 69%) 64%,rgba(26,23,23,.9) 84%,rgba(14,13,14,.9) 99%,rgba(13,12,13,.9) 100%);
        background: -o-linear-gradient(to bottom,rgba(145,140,139,.02) 0,rgba(145,140,139,.15) 17%,rgba(128,118,116,.27) 32%,rgba(48,39,37,.38) 46%,rgb(33 27 26 / 69%) 64%,rgba(26,23,23,.9) 84%,rgba(14,13,14,.9) 99%,rgba(13,12,13,.9) 100%);
        background: -ms-linear-gradient(to bottom,rgba(145,140,139,.02) 0,rgba(145,140,139,.15) 17%,rgba(128,118,116,.27) 32%,rgba(48,39,37,.38) 46%,rgb(33 27 26 / 69%) 64%,rgba(26,23,23,.9) 84%,rgba(14,13,14,.9) 99%,rgba(13,12,13,.9) 100%);
        background: linear-gradient(to bottom,rgba(145,140,139,.02) 0,rgba(145,140,139,.15) 17%,rgba(128,118,116,.27) 32%,rgba(48,39,37,.38) 46%,rgb(33 27 26 / 69%) 64%,rgba(26,23,23,.9) 84%,rgba(14,13,14,.9) 99%,rgba(13,12,13,.9) 100%);*/
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
/*.inner-page-absolute-header .inner-page-banner:before {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(62,62,53,0)),to(rgba(0,17,31,.9)));
    background: linear-gradient(rgba(62,62,53,0) 0%,rgb(0 17 31) 100%);
    top: 0;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    transform: rotate(180deg);
}*/
.inner-page-absolute-header .inner-page-banner h1 {
    font-size: 80px;
    /*  font-family: 'Rubik', sans-serif; */
    font-family: Graphik;
    margin-bottom: 0;
    /* margin-top: 240px; */
    color: #ffffff;
    line-height: 85px;
    font-weight: 600;
    letter-spacing: -0.04em;
    /* display: flex; */
    /* height: 100%; */
    /* align-items: flex-end; */
    /* padding-bottom: 65px; */
    /* display: -ms-flexbox; */
    /* -webkit-box-align: flex-end;  */
    /* -ms-flex-align: flex-end;  */
	display: flex;
	height: 100%;
    align-items: flex-start;
    padding-bottom: 65px;
    display: -ms-flexbox;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    justify-content: flex-end; 
}
.content-level-heading {
    font-family: Graphik;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 62px;
    line-height: 68px;
    letter-spacing: -0.04em;
}
.inner-page-absolute-header .uk-navbar-nav > li > a {
    color: #ffffff;
}
.inner-page-absolute-header header.fixed .uk-navbar-nav > li > a {
    color: #232323;
}
.inner-page-absolute-header header.fixed .uk-navbar-dropdown {
    border-top: 2.3px solid #0063a7;
}
.inner-page-absolute-header .uk-navbar-dropdown {
    border-top: 0;
}
/*.inner-page-absolute-header .content-section .container,
.inner-page-relative-header .content-section .container {
    background: #ffffff;
    padding: 0;
    margin-top: 0;
}*/
body.inner-page-absolute-header,
body.inner-page-relative-header,
body.inner-page-header {
    background: #ffffff;
    overflow-x: hidden;
}
.inner-page-absolute-header .share-button {
    background-color: #34ba3e;
    box-shadow: 0px 0px 0px 1px #34ba3e;
}
.inner-page-relative-header .share-button {
    background-color: #0063a7;
    box-shadow: 0px 0px 0px 1px #0063a7;
}
.inner-page-absolute-header .social-share-and-back,
.inner-page-relative-header .social-share-and-back {
    margin-top: 240px;
    margin-bottom: 0px;
}
.inner-page-absolute-header .lines span {
    background: #ffffff;
}
.inner-page-absolute-header .menu {
    border-left: none;
    padding-left: 0px;
}
.inner-page-absolute-header header.fixed .lines span {
    background: #112730;
}
.inner-page-relative-header .balco-column {
    display: none;
}

section.content-section p,
section.content-section ul li {
    font-family: Graphik, Arial, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}
.inner-page-banner .banner-image {
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.inner-page-header .content-section .container {
    background: transparent;
    padding: 0;
    margin-top: 0;
}
.inner-page-header .inner-page-banner {
    background-color: #005ca4;
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 50px 0;
    min-height: 365px;
}
.inner-page-header .banner-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
}
.inner-page-header .inner-page-banner:before {
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    height: 110px;
    content: '' !important;
    z-index: 0;
}
.inner-page-header .social-share-and-back {
    display: none;
}
.inner-page-header .content-section .banner-image {
    display: none;
}
@media screen and (max-width: 1380px) {
    .inner-page-absolute-header .inner-page-banner h1,
    .inner-page-relative-header .inner-page-banner h1 {
        font-size: 66px;
        line-height: 68px;
        padding-bottom: 30px;
    }
    .inner-page-absolute-header .inner-page-banner {
        height: 510px;
    }
    .inner-page-relative-header .inner-page-banner {
        height: 436px;
    }
}



.award-box {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}
.award-box .media {
    background-color: #f8f8f8;
    border: none;
    border-radius: 0;
    position: relative;
}
.award-box .media .item-img img {
    transition: all 0.4s ease;
    height: 305px;
    object-fit: cover;
    border: none;
}
.award-box:hover .item-img img {
    /*    transform: scale(1.05) rotate(2deg);*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.image-zoom {
    background: #73bf44 url(../images/sprite-icon.png) no-repeat -61px -167px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}
.award-box .item-img  {
    width: 100%;
    float: left;
}
.award-box .media .media-body {
    padding: 15px;
    position: absolute;
    background: rgba(0, 99, 167, .95);
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(90% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(94% 0, 100% 28%, 100% 100%, 0 100%, 0 0);
    width: 400px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    margin-bottom: 50px;
}
.award-box:hover .media .media-body {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0px;
}
.award-box .media .media-body .heading-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    font-family: Graphik;
    min-height: 46px;
    display: flex;
    align-items: center;
}
.award-box .media .media-body p {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    text-align: left;    
    line-height: 24px;
    margin-bottom: 10px;
}
.award-detail-content {
    margin-top: 15px;
    display: none;
    max-height: 95px;
    overflow-y: scroll;
}
.award-box:hover .media .media-body .award-detail-content {
    display: block;
}
.award-detail-content::-webkit-scrollbar-track {
    background-color: #1379ca;
}
.award-detail-content::-webkit-scrollbar {
    width: 7px;
}
.award-detail-content::-webkit-scrollbar-thumb {
    background-color: #73bf44;
}

.scrolling-tab-press-releases {
    margin-top: 30px;
    width: 100%;
    float: left;
}
.scrtabs-tab-container {
    margin-bottom: 20px;
    background: #f7f7f7;
}
.scrolling-tab-press-releases ul {
    padding-left: 0; 
    margin-bottom: 0;
}
.scrolling-tab-press-releases ul li:before {
    display: none;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.scrolling-tab-press-releases .nav-tabs>li a {
    color: #232323;
    padding: 12px 30px;
    border: none;
    border-right: 2px solid #fff;
    font-family: Graphik;
    font-weight: 500;
    display: inline-block;
}
.scrolling-tab-press-releases .nav-tabs>li a.active {
    background: #73bf43;
    color: #fff;
}
.scrolling-tab-press-releases .scrtabs-tab-container li {
    padding-left: 0px !important;
    width: auto;
    display: inline-block;
    font-family: Graphik, Arial, sans-serif;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    list-style: none;
}
.scrtabs-tabs-fixed-container {
    height: auto;
}
.scrtabs-tab-container {
    height: 51px;
}
.nav-tabs {
    border-bottom: none;
}
.holder a.jp-disabled {
    color: #232323 !important;
}
.holder a {
    font-size: 12px;
    cursor: pointer;
    color: #666;
    background-color: #f4f5f3;
    padding: 8px 16px;
    border: 1px solid #e1e3df;
    text-decoration: none;
}
.holder a.jp-previous {
    margin-right: 5px;
    margin-left: 0px;
}
.holder a.jp-next {
    margin-left: 5px;
}
.holder a.jp-current, a.jp-current:hover {
    color: #ffffff;
    font-weight: bold;
    background: #0265a9 !important;
    border: none;
}
.holder a:hover {
    background-color: #73bf43;
    /*    border: 1px solid #73bf43;*/
    color: #fff;
}
.removeTab{
    opacity: 0
}
.scrtabs-tab-scroll-arrow {
    border: 1px solid #ddd !important;
    border-top: none;
    color: #428bca;
    display: none;
    float: left;
    font-size: 12px;
    height: 51px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 3px;
    padding-top: 17px;
    width: 20px;
}
.press-wrapper-new {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.press-releases-box {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 23px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 5;
}
.press-content-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-direction: column;
}
.press-cover-image-box a {
    display: block;
    width: 100%;
    float: left;
}
.press-cover-image-box img {
    border: none;
}
.press-box-inner {
    width: 100%;
    float: left;
}
.press-content-box h2 {
    color: #2f2f2f;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Graphik;
    font-weight: 700;
    line-height: 28px;
}
.form-height {
    height: 60px !important;
}
.page-level-search input {
    background: url(../images/search-icon.png) no-repeat right 17px top 17px;
    padding-right: 60px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-down.png) no-repeat right 17px top 26px;
}
.right-share-or-link {

}
.press-cliping-icon {
    float: right !important;
    background: url(../images/sprite-icon.png) no-repeat -8px -398px;
    width: 37px;
    height: 34px;
}
.right-share-or-link {
    float: right;
}
.attachment-links-list {
    /*    border-right: 1px solid #ddd;*/
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.attachment-links-list:before {
    content: '';
    width: 2px;
    height: 23px;
    background: #ddd;
    right: -1px;
    bottom: 0;
    position: absolute;
}
.attachment-links-list svg {
    width: 30px;
}
.page-content h3 {
    font-family: Graphik;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 12px;
    color: #0063a7;
}
.page-content h4 {
    font-family: Graphik;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
}
.page-content h2:first-child {
    margin-top: 0px;
}
.date-n-clipping-name {
    font-size: 17px !important;
    color: #72bf44;
    margin-top: 25px !important;
    display: block;
    font-family: Graphik !important;
}
.date-n-clipping-name i{
    display: inline-block;
    font-style: normal;
    font-weight: 400;
}
.date-n-clipping-name b{
    font-weight: 500;
}
.date-n-clipping-name span:first-child { 
    border-left: none !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.date-n-clipping-name span:last-child {
    border-left: 1px solid #0e92de;
    padding-left: 10px;
    margin-left: 5px;
}
.list-list {
    width: 100%;
    float: left;
    /*    padding: 25px;*/
}
.interview-item {
    float: left;
    width: 100%;
    transition: all 500ms ease;
    margin-bottom: 25px;
}
.interview-item .image-wrap {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.interview-item .image-wrap a {
    display: block;
}
.interview-item .image-wrap img {
    display: block;
    -webkit-transition: all .7s;
    transition: all .7s;
    height: auto;
    max-height: 300px;
    max-width: 100%;
    border: none;
    object-fit: cover;
    object-position: top;
}
.interview-item:hover .image-wrap img {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.interview-item .interview-content {
    padding: 40px 30px 25px 30px;
    box-shadow: 0 5px 20px rgba(34, 34, 34, .10);
    background: #fff;
    width: 100%;
    float: left;
    min-height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    -webkit-box-pack: space-between; 
    -ms-flex-pack: space-between; 
    -ms-flex-direction: column;
}

.interview-content.logo-content, .interview-content.campaigns-content{
    min-height: auto;
    padding: 25px 25px 25px 25px;
}

.interview-content.campaigns-content .image-wrap{
    margin-bottom: 5px;
}


.interview-content.logo-content .image-wrap {
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
}



.interview-item .interview-btn-part2 {
    text-align: center;
    position: absolute;
    top: -3px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}
h3.interview-name {
    font-family: Graphik;
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 5px;
}
h3.interview-name a {
    color: #2f2f2f;
}
.interview-item .custom-interview-btn {
    color: #FFFFFF;
    background-color: #005ca4;
    padding: 15px 15px 15px 15px;
    border-radius: 50% 50% 50% 50%;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
    opacity: 0;
    position: relative;
    top: -19px;
    width: 50px;
    height: 50px;
    display: block;
}
.interview-item:hover .custom-interview-btn {
    opacity: 1;
}
.interview-footer {
    width: 100%;
    float: left;
}
.interview-avatar img {
    border: none;
}
.interview-footer .publish-date {
    margin-bottom: 0px;
    margin-top: 18px;
}
.custom-interview-btn svg {
    position: relative;
}
/*.interview-item:hover {
    transform: translateY(-10px);
}*/

.latest-from-us {
    width: 100%;
    float: left;
    background: #ffffff url(../images/latest-bg.png) no-repeat left bottom;
}
.latest-from-us-box {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 23px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    position: relative;
}
.section-heading-small {
    font-family: Graphik;
    font-size: 25px;
    color: #414141;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 500;
}
.home-p-pic-img img, .home-ia-pic-img img {
    max-height: 228px;
    height: 228px;
    object-fit: cover;
    -webkit-transition: all .7s;
    transition: all .7s;
    object-position: top;
    -ms-object-fit: cover;
    -ms-object-position: top;
}
.slider-box {
    width: 100%;
    float: left;
}
.slider-list {
    width: 100%;
    float: left;
}
.slider-list:hover img {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.home-p-pic-img, .home-ia-pic-img {
    position: relative;
    border: 1px solid #e6e9ea;
}
.element-iteml:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #0063a7;
    z-index: 2;
}
.interviews-and-articles-slider .item, .press-releases-slider .item {
    position: relative;
    left: -1px;
}
.home-p-pic-img:before, .home-ia-pic-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ffffff;
    z-index: 1;
}
.home-p-pic-img, .home-ia-pic-img, .home-news-pic-img {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.home-news-pic-img img {
    height: 319px;
    object-fit: cover;
    object-position: top;
    -webkit-transition: all .7s;
    transition: all .7s;
    border: 1px solid #e6e9ea;
}
.slider-list a {
    display: block;
    width: 100%;
    float: left;
}
.slider-list p {
    font-family: Graphik;
    font-size: 19px;
    line-height: 27px;
    color: #232323;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
    min-height: 81px;
    max-height: 81px;
    overflow: hidden;
}
.slider-box .owl-nav {
    position: absolute;
    right: 0;
    bottom: -37px;
}
.slider-box .owl-nav .owl-next span, .slider-box .owl-nav .owl-prev span {
    display: none;
}

.slider-box .owl-nav .owl-next, .slider-box .owl-nav .owl-prev {
    background: #66cc33 !important;
    width: 34px;
    height: 34px;
}
.slider-box .owl-nav .owl-prev {
    background: #66cc33 url(../images/sprite-icon.png) no-repeat -221px -415px !important;
}
.slider-box .owl-nav .owl-next {
    margin-left: 8px;
    background: #66cc33 url(../images/sprite-icon.png) no-repeat -220px -379px !important;
}
.latest-footer {
    width: 100%;
    float: left;
    height: 34px;
    display: flex;
    align-items: center;
}
.latest-footer .read-more {
    margin-top: 0;
}

.monthly-newsletters-slider .slider-list p {
    /*    min-height: 1px;
        max-height: auto;*/
}

.home-csr-wrapper {
    width: 100%;
}
.hsb-sustainability {
    width: 100%;
    float: left;
    overflow: hidden;    
    position: relative;
    background: #0063a7;
}
.hsb-sustainability:before, .hsb-sustainability:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 10px;
    z-index: 1;
}
.hsb-sustainability:before {
    left: 0;
    background: #0063a7;
}
.hsb-sustainability:after {
    background: #66cc33;
    right: 0;
}
.page-box-deep-blue{
    background-color: #005ca4;
}

.page-box-mid-blue{
    background-color: #06406d !important;
}

.award-wrapper .col-xl-6:nth-last-child(1) .award-box, .award-wrapper .col-xl-6:nth-last-child(2) .award-box {
    margin-bottom: 0px;
}
.page-box-light-blue{
    background-color: #1073be;
}

.page-box-ultra-blue{
    background-color:#005394;
}


.stat-row{
    padding-left: 15px;
    padding-right: 15px;
}
.page-content-box{
    min-height: 205px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: center;
    justify-content: center;
}


.page-content-box .content-highlight-stat{
    color: #fff;
    font-size: 50px;
    font-family: inherit;
    position: relative;
}

.content-highlight-stat i{
    width: 100%;
    position: absolute;
    top: -20px;
    font-size: 20px;
    font-family: inherit;
    display: block;
    text-align: left;
}

.page-content-box .highlight-title{
    color: #fff;
    font-size: 20px;
    font-family: inherit;
}

.page-content-box .highlight-title{
    color: #fff;
    font-size: 28px;
    font-family: inherit;
    margin-top: 5px;
    margin-bottom: 10px;
}

.page-content-box .highlight-desc{
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    line-height: 18px;
    text-align: left;
}
.fact-sheets.interview-item .image-wrap img {
    display: block;
    -webkit-transition: all .7s;
    transition: all .7s;
    height: auto;
    max-height: inherit;
    border: 1px solid #e6e9ea;
    object-fit: unset;
}

.stat-box{
    padding-left: 0;
    padding-right: 0;
}

.stat-box span{
    align-self: flex-start;
    display: block;
    text-align: left;
}

.stat-box img{
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    width: 50px;
}

.contact-div {
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 6%);
}
.contact-div .col-12 { 
    padding: 0px;
}
.contact-info-wrap {
    background: #ffffff;
    padding: 30px;
    min-height: 271px;
    position: relative;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 6%);
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.address-list {
    min-height: 395px;
    background: #f4fcff url(../images/contact-side-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.contact-info-wrap ul {
    margin-bottom: 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
/*.contact-info-wrap::before {
    position: absolute;
    right: -50px;
    top: -50px;
    content: "";
    height: 180px;
    width: 180px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.contact-info-wrap::after {
    position: absolute;
    right: -50px;
    top: -50px;
    content: "";
    height: 150px;
    width: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}*/
.contact-form-wrap {
    background: #ffffff url(../images/paper-plane-icon.png);
    background-repeat: no-repeat;
    background-position: right 30px bottom 30px;
    padding: 55px 30px;
    height: 100%;
    border: 1px solid #f1f1f1;
}
.white-sub-heading  {
    font-size: 21px !important;
    margin-bottom: 25px !important;
    margin-top: 20px;
    font-family: Graphik;
    font-weight: 500;
    width: 100%;
    display: block;
    float: left;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 17px;
    font-weight: normal;
    display: block;
    margin-top: 7px;
}
.contact-page-wrapper ul li:before {
    display: none;
}
.contact-page-wrapper .content-part p {
    color: #000;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
}
.contact-page-wrapper .content-part p strong {
    color: #000;
    font-size: 17px;
}
.location-white {
    border: none !important;
    width: 70px !important;
}
.icon-part {
    margin-right: 25px;
    width: 40px;
    float: left;
}
.info-wrap {
    /*    display: flex;*/
}
.contact-info {
    padding-left: 0px !important;
}
.telephone-num {
    /*    width: 40px !important;*/
}
.content-part {
    padding-left: 66px;
}


.social-media-share{
    width: 100%;
    display: flex;
    background-color: #f5f5f5;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 0px;
    -webkit-transition: all .7s;
    transition: all .7s;
    transform: translateY(-100px);
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    -ms-flex-direction: row;
}

.social-media-share.share-open{
    transform: translateY(0px);
    height: 65px;
}

.share-close{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    color: #000;
    font-family: inherit;
}

.share-close-button {
    height: 38px;
    width: 35px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 10px;
}
.share-close-button:before,
.share-close-button:after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -13px;
    display: block;
    height: 1px;
    width: 25px;
    background-color: #969696;
    transition: all 0.2s ease-out;
}
.share-close-button:after {
    transform: rotate(45deg);
}
.share-close-button:hover:before,
.share-close-button:hover:after {
    transform: rotate(0deg);
}

.social-media-share iframe {
    opacity: 1;
    width: 28px !important;
    height: 30px !important;
    visibility: visible !important;
}
div.fb-share-button {
    margin-right: -35px !important;
    z-index: 1;
    opacity: 1;
}

.social-media-share iframe a{
    width: 50px;
    height: 50px;
    display: block;
}
.social-media-share .share-icon{
    position: relative;
    transform:rotate(0);
    margin: 0 5px;
    /*    align-self: center;
        -ms-align-self: center;*/
}

.contact-support {
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    border: none !important;
}

textarea.form-control {
    height: 70px !important;
}
.captcha-value {
    position: absolute;
    top: 27px;
    right: 15px;
    background: #f5f5f5;
    z-index: 9999;
    padding: 0px;
    width: 100px !important;
    height: 45px !important;
}
.form-group br {
    display: none;
}
.form-controler .form-group label {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 17px;
}

.submitt-btn {
    width: 175px;
    text-align: center;
    border: none;
    background: #66cc33;
    color: #ffffff;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}
.submitt-btn:focus {display: -ms-flexbox;
                    -webkit-box-pack: space-between; 
                    -ms-flex-pack: space-between; 
                    -ms-flex-direction: column;
                    border: none;
                    outline: none;
}

.tender-content-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    /*    min-height: 145px;*/
    display: -ms-flexbox;
    -webkit-box-pack: space-between; 
    -ms-flex-pack: space-between; 
    -ms-flex-direction: column;
}
.tender-content-box .date-n-clipping-name {
    margin-top: 15px !important;
}
.tender-bottom a {
    display: inline-block;
}
.tender-bottom .interview-avatar{
    float: left;
    display: inline-block;
}
.tender-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 20px;
}
.tender-bottom .eoi-attachment-icon:before, .multi-tender-docs:before {
    display: none;
}
.tender-bottom .eoi-attachment-icon, .multi-tender-docs {
    margin-right: 0px;
    padding-right: 0px;
}
.multi-tender-docs a .download-title i {
    display: inline-block;
}
.multi-tender-docs a:last-child .download-title i {
    display: none;
}

.scan-qr-code .share-outside-link {
    position: absolute;
    right: -42px;
    top: 17px;
    background: url(../images/sprite-icon.png) no-repeat -8px -228px;
    width: 27px;
    height: 27px;
}
.tender-content-box .document-name {
    margin-right: 50px;
}
.pr-shorting .form-height {
    height: 60px !important;
}
.pr-shorting select.form-control {
    background: url(../images/arrow-down.png) no-repeat right 13px top 25px;
}

.address-list a {
    background: #eaf9ff;
    border: none;
    color: #105584;
    border-radius: 0 !important;
    border-left: 3px solid #c1e7fa !important;
    border-bottom: 1px solid #c1e7fa  !important;
    padding: 10px 15px;
    color: #313131  !important;
    line-height: 1.6;
    font-size: 17px;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}
.address-list .nav-link.active {
    border-left: 3px solid #5ea930 !important;
    background-color: #72bf44;
    border-bottom: 1px solid #72bf44 !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 19px;
}


.blog-catergory .wp-caption:after{
    display: none;
}

.blog-catergory .album-caption {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px 15px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: auto;
    min-width: 200px;
    max-width: 310px;
    text-align: center;
    background: rgb(0 92 164 / 92%);
    color: #ffffff;
    justify-content: center;
    align-items: center;
    z-index: 9;
    font-size: 17px;
}

.blog-catergory .album-caption, .blog-catergory .album-caption:hover{
    color: #ffffff;
}

.blog-categories{
    padding: 50px 0 50px 0;
    background-color: #f7f7f7;
}

.blog-categories h2 {
    font-family: Graphik;
    font-size: 43px;
    color: #2663a2;
    line-height: 32px;
    margin-bottom: 35px;
    font-weight: 700;
}

.blog-left-content h2{
    font-family: Graphik;
    font-size: 43px;
    color: #2663a2;
    line-height: 44px;
    margin-bottom: 35px;
    font-weight: 700;
}

.blog-left-content h3.featured {
    font-family: Graphik;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 12px;
    color: #000;
}

.blog-date {
    font-family: Graphik;
    font-weight: 600;
    color: #72bf44;
    font-size: 14px;
    text-transform: UPPERCASE;
    margin-bottom: 15px;
    display: block;
}

.link-wrapper {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 20px;
}
.inner-wrapper {
    position: relative;
    display: inline-block;
}

.link, .link-wrapper a {
    display: inline-block;
    font-family: Graphik;
    position: relative;
    text-decoration: none;
    color: #2663a2;
    font-weight: 600;
    text-transform: UPPERCASE;
}
/* hover styles */
.hover-1:after, .link-wrapper a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0px;
    left: 0;
    background-color: #87c961;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
.hover-1:hover:after,.link-wrapper a:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.sidebar h2{
    margin-top: 0;
}
.sidebar-posts h2 {
    font-family: Graphik;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sidebar-posts img{
    width: 100px;
}

.sidebar-posts {
    position: relative;
    padding: 20px 0px;
    min-height: 145px;
    border-top: 1px solid #ddd;
}

.sidebar-posts .post-thumbnail {
    margin-top: 0px;
}
.sidebar-posts .post-thumbnail {
    position: absolute;
    width: 105px;
    height: 105px;
    left: 0px;
    top: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.sidebar-posts .post-thumbnail img {
    height: 105px;
    object-fit: cover;
}
.main-content .sidebar img {
    height: 105px;
    object-fit: cover;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}

.sidebar-posts .sidebar-recent-blogs-block {
    padding-left: 125px;
}

.office-locations-heading {
    background-color: #005ca4;
    padding: 12px 20px;
    color: #fff !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    font-family: Graphik !important;
}

.blog-image{
    margin-bottom: 20px;
}

.blog-line{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ddd;
    height: 1px;
}

.category-link{
    margin-top: 20px;
}
.home-csr-wrapper .row .col-12 {
    padding: 0 5px;
}
.height-same-box {
    /*    min-height: 110px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: -ms-flexbox;
    -webkit-box-pack: space-between; 
    -ms-flex-pack: space-between; 
    ms-flex-direction: column;
}
.sus-policy .documentlist-box {
    margin-bottom: 25px;
}
.page-numbers.dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 35px;
    font-size: 17px;
    line-height: 17px;
    margin-right: 5px;
}


section.content-section.footer-background {
    padding: 50px 0 190px 0;
    background-image: url(../images/footer-graphics.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}
.contact-form-wrap .white-sub-heading {
    margin-top: 0px;
    margin-bottom: 10px !important;
}
.contact-form-wrap p {
    margin-bottom: 35px;
}

.contact-page-main {
    background: #0063a7 url(../images/sky-bg.png) no-repeat top right;
    background-repeat: no-repeat;
    background-position: top right;
}
.search-form .search-submit {
    position: absolute;
    top: 1px;
    right: 16px;
    padding: 0;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #ffffff url(../images/search-icon.png) no-repeat right 17px top 17px;
    height: 58px;
    width: 55px;
}
.close-search {
    background: #ffffff url(../images/close-search.png) no-repeat right 17px top 17px !important;
}
.wpcf7 .ajax-loader::before {
    background-color: #66cc33 !important;
}
.wpcf7 .ajax-loader {
    background-color: #0063a7 !important;
    top: 14px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 !important;
    padding: 10px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #dc3232 !important;
    background: #dc3232 !important;;
    color: #ffffff !important;;
}
.wpcf7 form.success .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #419417 !important;
    background: #419417 !important;
    color: #ffffff !important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #ffc107 !important;
    background: #ffc107 !important;
    color: #000000 !important;
}
.wpcf7-not-valid-tip {
    color: #d60505 !important;
    font-size: 14px !important;
}
.webinar-wrapper {
    width: 310px;
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 5100;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    /*    transition: transform .5s ease;*/
    transform: translateX(100%);
    -webkit-transform: translateX(100%);

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.webinar-wrapper.bigger{
    opacity: 0;
}

.webinar-wrapper.from-right {
    right: 20px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.wenibar-heading {
    padding: 11px 20px;
    font-size: 16px;
    padding-right: 50px;
    font-weight: 500;
    text-transform: capitalize;
    background: #002f6f;
    color: #ffffff;
}
.webinar-wrapper p {
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
}

.webinar-wrapper img {
    max-height: 310px;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.webinar-close-button{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    color: #000;
    font-family: inherit;
}
.webinar-close-button {
    height: 22px;
    width: 21px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 10px;
}
.webinar-close-button:before,
.webinar-close-button:after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -9px;
    display: block;
    height: 2px;
    width: 16px;
    background-color: #969696;
    transition: all 0.2s ease-out;
}
.webinar-close-button:after {
    transform: rotate(45deg);
}
.webinar-close-button:hover:before,
.webinar-close-button:hover:after {
    transform: rotate(0deg);
}
.spotlight-slider {
    position: relative;
}
.spot-header {
    width: 100%;
    float: left;
}
.spotlight-slider .owl-nav {
    position: absolute;
    top: -28px;
    right: 110px;
}
.spotlight-slider .owl-nav button span {
    display: none;
}


.spotlight-slider .owl-prev {
    transform: rotate(-45deg);
    left: -4px;
}
.spotlight-slider .owl-next {
    transform: rotate(135deg);
    right: -25px;
}
.spotlight-slider button {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #969696 !important;
    border-left: 2px solid #969696 !important;
    text-decoration: none;
    color: transparent;
}
/*#mailpoet_form_3 {
    display: flex;
    align-items: center;
    width: 585px;
    margin: 0 auto;
    margin-bottom: 30px;
}*/
#mailpoet_form_3 form.mailpoet_form {
    padding: 0 !important;
    display: block;
    align-items: center;
    width: 585px;
    margin: 0 auto;
    margin-bottom: 0;
}
#mailpoet_form_3 input.mailpoet_text {
    font-size: 17px;
    color: #4d4c4c;
    background-color: #fff;
    border: 1px solid #0e5484 !important;
    padding: 0 20px;
    height: 50px !important;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding-right: 118px !important;
    padding-left: 15px !important;
}
#mailpoet_form_3 .mailpoet_submit {
    padding: 12px 15px !important;
    color: #ffffff;
    background-color: #0063a7;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    border: none;
    cursor: pointer;
    line-height: 1.4;
    outline: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 0;
    top: -70px;
}

#mailpoet_form_3 .mailpoet_paragraph  {
    position: relative;
}
.form-group .widgetizedArea h3 {
    display: none !important;
}
#mailpoet_form_3 input:focus {
    outline: none;
}
#mailpoet_form_3 .mailpoet_submit:hover {
    background-color: #66cc33;
}
.parsley-errors-list.filled {
    position: absolute;
    bottom: -25px;
    left: 0;
    margin-bottom: 0;
}
.parsley-errors-list {
    margin-bottom: 0px !important;
}
.subscribe-mail-wrapper {
    width: 100%;
    float: left;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    left: auto  !important;
    position: relative  !important;
    text-align: center  !important;
    top: auto  !important;
    transform: none  !important;
    margin-bottom: 0px  !important;
    color: #38a502  !important;
}
#mailpoet_form_3 .mailpoet_paragraph {
    visibility: visible !important;
}

.search-form .search-submit:hover {
    background: #005ca4 url(../images/search-icon.png) no-repeat right 17px top 17px;
}
.close-search:hover {
    background: #005ca4 url(../images/close-search.png) no-repeat right 17px top 17px !important;
}

.cta-spotlight {
    width: auto;
    max-width: 100%;
    padding: 8px;
    display: inline-block;
    text-align: center;
    background: #66cc33;
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
    margin-top: 0;
    font-family: Graphik;
    margin-left: 15px;
    margin-bottom: 15px;
}

.logo-section .image-wrap img {
    -webkit-transition: none;
    transition: none;
}

.logo-section .interview-item:hover .image-wrap img {
    -moz-transform: none;
    transform: none;
}

.search-div {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
}

.subscribe-container {
    width: 100%;
    margin: 50px auto 60px;
    text-align: center;
}
.subscribe-container img {
    width: 400px;
    margin: 0px auto;
}
.subscribe-container h2 {
    font-size: 40px !important;
    margin-bottom: 5px !important;
    color: #6bcd46 !important;
    margin-top: 0 !important;
}
.unsubscribe-container h2 {
    color: #ff0000 !important;
}
.subscribe-container p {
    font-size: 19px !important;
    text-align: center !important;
    font-weight: 500 !important;
    width: 55%;
    margin: 0 auto;
}

.full-screen-wrap {
    width: 28px;
    height: 22px;
    position: absolute;
    top: 8px;
    right: 36px;
    cursor: pointer;
    z-index: 9;
}
.arrow-right, .arrow-left, .long-arrow-right, .long-arrow-left {
    display: block;
    margin: 3px auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #969696;
    border-left: 2px solid #969696;
}
.arrow-left, .long-arrow-left {
    transform: rotate(-270deg);
    position: absolute;
    top: 3px;
    right: 13px;
}
.long-arrow-right::after, .long-arrow-left::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background-color: #969696;
    transform: rotate(-45deg) translate(2px, -1px);
    left: 0;
    top: 0;
}
.arrow-right, .long-arrow-right {
    transform: rotate(270deg);
    position: absolute;
    top: 11px;
}

.webinar-wrapper.full-zoom {
    width: 350px;
}

.webinar-wrapper.full-zoom img {
    max-height: 350px;
}

.fade:not(.show) {
    display: none;
}
#msg {
    display: none;
}
.title-icon-hover:hover .download-title span {
    color: #0063a7 !important;
}
.documentlist-box:before {
    content: '';
    height: 0;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0063a7;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.documentlist-box:hover::before {
    height: 100%;
}
.documentlist-box:hover .document-name, .press-releases-box:hover h2 {
    color: #0063a7 !important;
}
.title-icon-hover:hover .download-size .download-title span {
    color: #8a8a8a !important;
}
.download-size .download-title span { 
    font-size: 15px;
}
.press-releases-box:before {
    content: '';
    height: 0;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0063a7;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.press-releases-box:hover::before {
    height: 100%;
}
.press-heading-inner {
    color: #2f2f2f !important;
    font-size: 25px !important;
}
.live-tender {
    background: #0063a7;
    color: #ffffff;
    font-size: 13px;
    padding: 2px 10px;
    position: relative;
    top: -2px;
    margin-right: 5px;
    font-weight: 400;
}
.noverlay {
    display: none;
}
.newsletter-head {
    font-size: 16px !important;
}
.card-header {
    background-color: #fff;
}
.card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    margin-bottom: 20px;
    border-bottom: 0px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
}

.single-sus-standards .documentlist-box {
    box-shadow: none;
}
.card-header h5 .btn-link {
    font-weight: 500;
    color: #005ca4;
    font-size: 21px;
    padding: 0;
    width: 100%;
    text-align: left;
    font-family: Graphik;
}
.single-sus-standards .collapse.show {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.collapse.show .document-table-layout {
    margin-bottom: 20px;
}

.btn-link:hover {
    text-decoration: none;
}
li.current_page_parent.has_children {
    border-left: 3px solid #72bf44;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
    float: left;
}
.quick-link-footer {
    width: 100%;
    float: left;
}
.quick-link-footer li {
    margin-right: 22px !important;
    border-right: 1px solid #a3d7f1;
    padding-right: 20px;
    height: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.quick-link-footer li:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}
.quick-link-footer li a {
    line-height: 15px !important;
}
.month-box .list-name, .categoryrecognition-box .list-name, .recepient-business-unit-box .list-name {
    display: none;
}
.features-promo .single-fp .fp-text h3 {
    margin-bottom: 5px;
}
.features-promo .single-fp .fp-text p {
    color: #000;
    margin-bottom: 0;
}
.features-promo .single-fp {
    margin-top: 40px;
}
.features-promo .single-fp .fp-icon {
    float: left;
    overflow: hidden;
    margin-right: 27px;
}
.features-promo .single-fp .fp-icon img {
    width: 60px;
    border: none;
}
.features-promo .single-fp .fp-text {
    overflow: auto;
}
.blog-titles {
    font-size: 44px;
    display: block;
    line-height: 69px;
    color: #72bf44;
}

.uk-navbar {
    display: -ms-flexbox;
}
.uk-navbar-center, .uk-navbar-center-left>*, .uk-navbar-center-right>*, .uk-navbar-left, .uk-navbar-right {
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
}
.uk-navbar-nav, .uk-navbar-container {
    display: -ms-flexbox;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}
.uk-navbar-center:only-child, .uk-navbar-left, .uk-navbar-right {
    -ms-flex-wrap: wrap;
}
#search-content .form-group {
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
}

#nav-aside_menu li.has-sm.is-submenu>a {
    pointer-events: none;
}
.col-head {
	color: #ffffff !important;
	font-size: 20px !important;
	padding: 15px;
	background: #0063a7;
	padding-left: 23px;
	width: 100%;
	float: left;
}
.publication-new {
	margin-top: 0px !important;
    margin-bottom: 0 !important;
}
.card-header h5 .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}
.documentlist-box:hover .document-name a {
    color: #0063a7 !important;
}
 .card-header > h5 .btn:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #4c8684;
	display: inline-block;
	top: 14px;
	right: 0;
}
.card-header > h5 .btn.collapsed:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #4c8684;
	display: inline-block;
	top: 14px;
	right: 0;
}
.card-header > h5 .btn.collapsed:after {
	content: "";
	width: 2px;
	height: 21px;
	background: #70a867;
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 5px;
}
.card-header h5 .btn-link {
	position: relative;
}

.only-blog-category {
    display: flex;
    flex-direction: column;
}
.only-blog-category span.blog-name {
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 0;
}
.blog-line {
    margin-bottom: 30px;
}
.explore-blogs-slider .owl-nav {
	position: absolute;
	right: 0;
	top: -64px;
}
.explore-blogs-slider .owl-nav .owl-next span, .explore-blogs-slider .owl-nav .owl-prev span {
	display: none;
}
.explore-blogs-slider .owl-nav .owl-next, .explore-blogs-slider .owl-nav .owl-prev {
	background: #66cc33 !important;
	width: 34px;
	height: 34px;
}
.explore-blogs-slider .owl-nav .owl-prev {
	background: #66cc33 url(../images/sprite-icon.png) no-repeat -221px -415px !important;
}
.explore-blogs-slider .owl-nav .owl-next {
	margin-left: 8px;
	background: #66cc33 url(../images/sprite-icon.png) no-repeat -220px -379px !important;
}
@media screen and (max-width: 991px) {
	.blog-categories h2 {
		font-size: 24px !important;
		line-height: 23px !important;
	}
}