.ovHistory p:empty {
    display: none;
}
.nocontent p.go-to-details {
    display: none !important;
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-max_mega_menu_1 {
        background-color: transparent;
    }
     #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
        background-color: transparent;
    }
}


@media (max-width: 992px) {
	.leadership-grid{
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.service-parallax-section {
		height: 55.51vw !important;
	}
	.solution-key-4872 .ovsInfo h6 {
		font-size: var(--font-size-18);
	}
	.frm_fields_container {
		width: 100%;
		margin: 0 auto;
	}
	
	.frm_submit .frm_button_submit {
		padding: 1.2vw 4vw !important;
	}
	
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle{
        background-color: transparent !important;
		z-index: 1;
        cursor: pointer;
        background-color: #222;
        border-radius: 2px;
        line-height: 40px;
        height: 40px;
        text-align: left;
        user-select: none;
        outline: none;
        white-space: nowrap;
        display: flex;
        position: relative;
		align-items: center;
    }
	
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
        flex-direction: column;
        flex-wrap: nowrap;
        background-color: #222;
        padding: 0px;
        display: none;
        position: fixed;
        width: 300px;
        max-width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        top: 0;
        box-sizing: border-box;
        transition: left 200ms ease-in-out, right 200ms ease-in-out, visibility 200ms ease-in-out;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 9999999999;
        overscroll-behavior: contain;
        visibility: hidden;
        display: flex;
    }
	
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
        left: 0;
    }
	
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
        display: flex;
        visibility: visible;
    }
	
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle ~ button.mega-close {
        display: flex;
        position: fixed;
        top: 0;
        z-index: 99999999999;
        cursor: pointer;
    }
	
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block {
        display: flex;
        height: 100%;
        outline: 0;
        align-self: center;
        flex-shrink: 0;
    }
	
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        visibility: visible;
        opacity: 1;
        left: calc(min(100vw - 40px, 300px));
        right: auto;
    }
	
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle ~ button.mega-close:before {
        display: flex;
        content: "";
        font-family: dashicons;
        font-weight: normal;
        color: white;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
	
    header .logo a {
        width: 40vw;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1  {
        justify-content: flex-start;
        gap: 0%;
    }
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1{
        background-color: #fff !important;
        justify-content: flex-start;
        gap: 0;
        padding: 0 !important;
		width: 80%;
    }
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        right: 20% !important;
        left: auto !important;
    }
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle ~ button.mega-close:before{
        font-size: 20px !important;
        width: 50px!important;
        height: 50px!important;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		color: #000;
    }
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1{
        width: 100%;
    }
       #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
        left: -800px;
    }
    .ssCarousel .owl-nav {  
        right: 10px;
        bottom: -75px;
    }
     .owl-news .owl-dots {
        top: -30px;
        left: -15px;
    }
    .header::after {
        height: 7vh;
    }

    .header-row {
        justify-content: space-between;
    }

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .mobile-menu-trigger {
        display: flex;
    }

    .header .item-left {
        flex: 0 0 25%;
    }

    .header .item-right {
        gap: 10%;
        align-items: flex-end;
    }

    .header .item-right a {
        display: inline-block;
    }

    .header .item-right img {
        width: 2.05vw;
        height: 2.05vw;
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        background: #fff;
        transform: translateX(-100%);
        transition: 0.4s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translateX(0);
    }

    .header .menu > ul > li {
        display: block;
    }

    .header .menu > ul > li > a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 20px 0 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: #000;
    }

    .header .menu > ul > li:has(.sub-menu) > a::after {
        filter: brightness(0);
        width: 1.75vw;
        height: 1.25vw;
        margin-left: 6px;
    }

    .mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .go-back,
    .mobile-menu-close {
        width: 50px;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        font-size: var(--font-size-40);
    }

    .go-back {
        display: none;
    }

    .mobile-menu-head.active .go-back {
        display: block;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 0;
    }

    .current-menu-title {
        font-size: var(--font-size-18);
        font-family: var(--font-SemiBold);
    }

    .menu-main {
        height: 100%;
        display: block;
        overflow-y: auto;
    }

    .header .menu .sub-menu {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        padding: 0;
        display: none;
    }

    .header .menu .sub-menu.active {
        display: block;
        left: 0;
        top: 50px;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
        z-index: 1098;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .mega-menu-image {
        width: 100%;
    }

    .mega-menu-cont-links {
        width: 100%;
        flex: 0 0 auto;
    }

    .mega-menu-cont {
        gap: 20px;
    }

    .rm-link {
        border-radius: 3.6vw;
        min-width: 18vw;
        min-height: 5.5vw;
    }

    .custom-carousel {
        height: 40vh;
    }

    .carousel-content {
        left: 6%;
        max-width: 70%;
    }

    .carousel-slide:nth-of-type(4) .carousel-content p {
        max-width: 80%;
    }

    .carousel-btn {
        padding: 1.2vw 1.8vw;
        border-radius: 2.56vw;
    }

    .carousel-nav {
        right: 16px;
        bottom: 20px;
    }

    .carousel-dots span,
    .owl-dots .owl-dot span {
        width: 0.8vw;
        height: 1.82vw;
        border-radius: 2vw;
    }
	
	.owl-nav-custom .owl-prev-btn img, .owl-nav-custom .owl-next-btn img {
		width: 2.604vw;
	}

    .carousel-nav button img,
    .owl-controls-wrap .owl-prev,
    .owl-controls-wrap .owl-next {
        width: 2vw;
        height: 1.8vw;
    }
	
	.naeFilters {
		padding: 0 0 2vw 0;
	}

    .ourHistoryInfo {
        min-height: 15vw;
        min-width: 25vw;
    }
	
	.successStory {
		gap: 0;
	}
	
	.frm_forms {
		max-width: 100% !important;
		width: 100%;
	}

    .secbg.sec-2::after {
        height: 80vw;
    }

    .ourSolutionsList {
        padding: 2vw 0 5vw;
    }

    .solutionCard {
        border-radius: 18px;
    }
    .newsInfo p {
        margin-bottom: 0;
    }
    .solutionCardContent {
        bottom: 15px;
    }

    .solutionCardContent img {
        width: 4.5vw;
    }

    .arrow img {
        width: 2.2vw;
    }


    .secbg.sec-3::after {
        height: 80vw;
    }

    .newsSec {
        padding: 5vw 0;
        gap: 25px 5%;
    }

    .newsInfo {
        width: 45%;
        height: 53vw;
    }

    .newsCarousel {
        width: 50%;
    }

    .nmi {
        height: 24vw;
    }

    .newsItem .readMore img {
        height: 1.7vw;
    }

    .ssCarousel {
        padding: 2vw 0 4vw;
    }

    .successStoryCardContent {
        min-height: 8vw;
    }

    .ssCarousel .owl-controls-wrap {
        bottom: -8vw;
    }

    .secbg.sec-5::after {
        height: 135vw;
    }

    .lpSec {
        width: 100%;
        padding: 2vw 0 3vw;
        gap: 20px 2%;
    }

    .lpItem {
        width: 49%;
        padding: 2.35vw;
        border-radius: 2.25vw;
    }

    .lphLogo {
        width: 3.8vw;
        height: 3.8vw;
        padding: 0.4vw;
    }

    .lphLogoLi img {
        width: 2.9vw;
    }

    .lpImage {
        margin-top: 1.5vw;
        margin-bottom: 1.5vw;
    }

    .lpImage img {
        height: 22vw;
    }

    .secbg.sec-6::after {
        height: 92vw;
    }

    .gitSec {
        width: 100%;
		max-width: 100%; !important;
    }

    .gitFormRow .btn-outline {
        min-width: 20vw;
    }
	
	.footer {
		padding-top: 36px !important;
	}

    .footerSec {
        padding: 0 0 16px 0;
        width: 100%;
        max-width: 100% !important;
    }
	
	.footerSm figure img {
		width: 2.5vw;
		height: 2.5vw;
	}

    .footerCi {
        width: 35%;
        padding-right: 5%;
    }

    .cci-icon {
        width: 2.87vw;
    }

    .footer::after {
        background-size: 80% 80vw;
    }

    .footerLinksSec {
        gap: 20px 6%;
    }

    .footerLinksBlock {
        width: 29%;
    }

    .footerSm {
        width: 100%;
    }

    .footerSm h6 {
        margin-bottom: 18px;
    }

    .footerSm ul li a img {
        width: 2.8vw;
        height: 2.8vw;
    }

    .copyrightSec {
        padding: 2.5vw 3.5vw;
    }
    header .item-right img, html[lang="en-US"] .diyar-opposite-flag::after {
        width: 4.05vw;
        height: 4.05vw;
    }
    header .item-right {
        flex: 0 0 20%;
        gap: 8%;
    }
    #lightmode, #darkmode {
        padding-right: 10px;
    }
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
		padding: 0 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:first-child {
		margin-top: 50px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
		color: #000 !important;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
		filter: brightness(0);
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		left: 0%;
		transition: 0.3s transform;
		transform: translateX(100%) !important;
		height: 100% !important;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        position: absolute !important;
        left: 0 !important;
        top: 0;
        width: 100% !important;
        background: #fff;
        height: 100%;
        border-radius: 0 !important;
        padding: 0;
        transform: translateX(0) !important;
	}
	
	.mega-mobile-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        background: #fff;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        z-index: 99999999999999999;
    }

    .mega-back-button {
        background: none;
        border: none;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px;
        cursor: pointer;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
    }
	
	button.mega-close-menu {
		width: 50px;
		height: 50px;
		opacity: 0;
	}

    .mega-sub-title {
        font-weight: bold;
        font-size: 16px;
        flex-grow: 1;
        text-align: center;
    }
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu::after {
		background: url(../images/sec1-bg.png) no-repeat top 0 left 0 / 100%;
	}
	
	.mega-mobile-header + .mega-menu-row {
		box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
	}
	
	.ai-dot {
		width: 0.8vw;
		height: 1.82vw;
	}
	
	.ai-btn {
		padding: 1.8vw 2.2vw;
	}
	
	.solutionCard {
        width: 31.33%;
    }
	
	.wp-element-button {
		padding: 1.3vw 4vw;
	}
	
	.newsInfo {
		padding-bottom: 16px;
		min-height: 56vw;
	}
	.leader-image-wrapper {
		width: 35vw !important;
		height: 38.5vw !important;
	}
	.leader-info h3 {
		font-size: 28px!important;
	}
	.leader-info p {
		font-size: 18px!important;
	}
}

@media (max-width: 480px) {
	.leadership-grid{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.afterBox::before{
		left: 50%;
		top: -1px;
		transform: translateX(-50%);
		border-top: 45px solid #ffffff;
		border-bottom: 45px solid #00000000;
		border-left: 45px solid #ffffff00;
		border-right: 45px solid #ffffff00;
	}
	.owl-news .owl-dots {
		top: auto !important;
		left: auto !important;
		bottom: -40px;
		right: 20px;
	}
	html[lang="ar"] .ssCarousel .owl-nav {
		left: 20px;
		bottom: -20%;
	}
    html[lang="ar"] .ssCarousel .owl-dots {
		bottom: -60px;
		right: auto;
		left: 15px;
	}
	html[lang="ar"] .newsCarousel .owl-dots {
		bottom: -4px;
		left: 15px;
		top: auto;
		right: auto;
	}
	html[lang="ar"] .footerCi {
		border-right: 0px solid #455A75;
		border-left: 0px solid #748193;
	}
	  .footerSec {
        padding: 0vw;
        padding-bottom: 3vw;
    }
	.footerSm figure img {
		width: 3.8vw;
		height: 3.8vw;
	}
	
	header .item-right img, .diyar-opposite-flag::after {
        width: 5.05vw !important;
        height: 5.05vw !important;
    }
	
	.diyar-select span .arrow {
		width: 3vw !important;
		min-width: 3vw !important;
	}
	
	header .item-right img, html[lang="en-US"] .diyar-opposite-flag::after {
        width: 5.05vw;
        height: 5.05vw;
        min-width: 5.05vw !important;
    }
    header .item-right {
        flex: 0 0 20%;
        gap: 8%;
		margin-right: 8px;
    }
	  .footerSm h6 {
        margin-bottom: 0;
    }
    #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu{
        left: 100% !important;
        transform: translateX(-100%) !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }
    .mega-toggle-blocks-center, .mega-toggle-blocks-left{
        display: none !important;
    }
    .mega-menu-item-type-widget ul.menu li {
        width: 100%;
    }
    .header {
        padding: 20px 10px;
    }

    .header .item-left {
        flex: 0 0 50%;
    }

    .header::after {
        height: 18vw;
    }

    .header .item-right img {
        width: 4vw;
        height: 4vw;
    }

    .header .menu > ul > li:has(.sub-menu) > a::after {
        filter: brightness(0);
        width: 3vw;
        height: 1.5vw;
    }

    .mega-menu-cont {
        padding: 4vw;
    }

    .mega-menu-cont-info h6 {
        margin-bottom: 1.5vw;
    }

    .mega-menu-cont-info p {
        margin-bottom: 2.5vw;
    }

    .rm-link {
        border-radius: 4.6vw;
        min-width: 30vw;
        min-height: 8.5vw;
    }

    .custom-carousel {
        height: 35vh;
    }

    .carousel-content {
        bottom: 10%;
        max-width: 88%;
    }

    .carousel-slide:nth-of-type(4) .carousel-content,
    .carousel-slide:nth-of-type(4) .carousel-content p {
        max-width: 88%;
    }

    .carousel-content p {
        margin-bottom: 4vw;
    }

    .carousel-btn {
        padding: 2.2vw 2.8vw;
        border-radius: 5vw;
    }

    .carousel-nav {
        gap: 10px;
    }

    .carousel-dots span,
    .carousel-dots span,
    .owl-dots .owl-dot span {
        width: 1vw;
        height: 2.4vw;
    }

    .carousel-nav button img,
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        width: 4vw;
        height: 3.8vw;
    }
    .owl-news .owl-dots {
        top: -32px;
        left: -22px;
    }
    .ourHistoryInfo {
        min-height: 22vw;
        min-width: 45%;
		border-radius: 2.3vw;
		background-color: rgba(255, 255, 255, 0.3);
    }
    .ssCarousel .owl-dots {
        bottom: -77px;
        right: 32px;
    }
    .ourHistoryInfoSec {
        justify-content: flex-start;
    }

    .ourHistoryInfoSec .ourHistoryInfo:nth-child(1),
    .ourHistoryInfoSec .ourHistoryInfo:nth-child(3),
    .ourHistoryInfoSec .ourHistoryInfo:nth-child(5) {
        margin-top: 0;
    }

    .ourHistoryInfoSec .ourHistoryInfo:nth-child(2),
    .ourHistoryInfoSec .ourHistoryInfo:nth-child(4) {
        margin-bottom: 5vw;
        margin-top: 0;
    }

    .ourSolutionsList {
        gap: 15px 4%;
        padding: 0vw 0 6vw;
    }

    .solutionCard {
        width: 48%;
        height: 55vw;
        border-radius: 12px;
    }

    .solutionCardContent img {
        width: 8vw;
    }
	
	.solutionCardContent img.sol-icon-svg {
		margin-bottom: 1rem;
	}

    .solutionCardContent h3 {
        line-height: 1.2;
		font-size: 22px;
    }

    .arrow img {
        width: 3.5vw;
    }

    .btn-outline {
        padding: 2vw 6vw;
    }

    .newsInfo {
        width: 100%;
        padding: 6vw 6vw;
        height: 65vw;
    }

    .newsCarousel {
        width: 100%;
    }

    .nmi {
        height: 50vw;
    }

    .newsItem .readMore img {
        height: 2.7vw;
    }

    .successStory {
        padding-top: 0;
        padding-bottom: 10vw;
    }

    .successStoryCard {
        height: 70vw;
        border-radius: 12px;
    }

    .ssCarousel {
        padding: 0;
    }

    .ssCarousel .owl-controls-wrap {
        bottom: -13vw;
    }

    .lpSec {
        gap: 20px 4%;
    }

    .lpItem {
        width: 100%;
        padding: 3.5vw;
        border-radius: 3.25vw;
    }

    .lphLogo {
        width: 8vw;
        height: 8vw;
        padding: 0.6vw;
    }

    .lphLogoLi img {
        width: 5vw;
    }

    .lpImage {
        margin-top: 2.5vw;
        margin-bottom: 2.5vw;
    }

    .lpImage img {
        height: 40vw;
    }

    .gitForm {
        padding: 5vw 0 15vw;
    }

    .twoColumn {
        flex: 0 0 100%;
    }

    .gitFormRow .btn-outline {
        margin-top: 0.5rem;
        min-width: 40vw;
    }

    .footerSec {
        padding: 6vw 0;
    }

    .footerCi {
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }

    .fci-logo {
        width: 50vw;
        margin-bottom: 10px;
    }

    .cci-icon {
        width: 5vw;
    }

    .footerSm ul li a img {
        width: 4.5vw;
        height: 4.5vw;
    }

    .copyrightSec {
        padding: 3.5vw 6vw;
    }

    .secbg.sec-2::after {
        height: 100vh;
    }

    .secbg.sec-3::after {
        height: 110%;
        background-position: left 0vw bottom -35vw;
        background-size: 80%;
    }

    .secbg.sec-5::after {
        height: 106%;
        background-position: right 0 bottom -35vw;
        background-size: 65%;
    }

    .secbg.sec-6::after {
        height: 100%;
        background-position: left 0 bottom -6vw;
    }

    .footer::after {
        background-size: 100% 100vw;
    }
	
	.ovsInfo,
	.ovsInfoSec .ovsInfo:nth-child(5) {
		width: 40.5vw !important;
		margin-top: 0;
	}
}
