@media (min-width:1300px) and (max-width:1440px){
	.ssCarousel .owl-dots {
		bottom: -60px;
	}
	.owl-dots {
		right: 22px;
	}
	html[lang="ar"] .ssCarousel .owl-dots {
		bottom: -45px;
	}
	html[lang="ar"] .carousel-nav button.prev {
		left: -120px;
	}
	html[lang="ar"] .newsCarousel .owl-dots {
		bottom: -3px;
		left: 18px;
	}
}
@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) {
	html[lang="ar"] #mega-menu-item-263 .mega-menu-columns-3-of-12, html[lang="ar"] #mega-menu-item-263 .mega-menu-columns-5-of-12
	 {
		display: none !important;
		height: 0 !important;
	}
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle{
        background-color: transparent !important;
    }
    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: #01022d !important;
        justify-content: flex-start;
        gap: 0;
        padding: 20px !important;
    }
    .mega-menu-cont-info, .widget_media_image, #mega-menu-191-0 .mega-menu-columns-5-of-12, #mega-menu-191-0 .mega-menu-columns-3-of-12{
        display: none !important;
    }
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        right: calc(min(100vw - 40px, 0px)) !important;
        left: auto !important;
    }
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle ~ button.mega-close:before{
        font-size: 40px !important;
        width: 80px!important;
        height: 80px!important;
    }
    #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: auto;
        left: auto;
        right: 20px;
        bottom: -44px;
    }
    .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;
    }
	html[lang="ar"] .ssCarousel .owl-nav .owl-next {
		left: 20px;
	}
	html[lang="ar"] .ssCarousel .owl-dots {
			bottom: -50px !important;
			left: 0px;
	   }
    .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.5vw;
        height: 1.2vw;
        border-radius: 2vw;
    }

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

    .ourHistoryInfo {
        min-height: 15vw;
        min-width: 25vw;
    }

    .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: 85%;
    }

    .gitFormRow .btn-outline {
        min-width: 20vw;
    }

    .footerSec {
        padding: 3.5vw 4vw 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: 5%;
    }
    #lightmode, #darkmode {
        padding-right: 10px;
    }
	html[lang="ar"] .newsCarousel .owl-dots {
		bottom: -6px !important;
		left: 12px !important;
	}
	html[lang="ar"] .ssCarousel .owl-nav {
		left: 10px!important;
		bottom: -20%!important;
	}
	html[lang="ar"] .ssCarousel .owl-dots {
		bottom: -50px !important;
	}
	.diyar-opposite-flag::after {
		width: 3.05vw  !important;
		height: 4.05vw  !important;
	}
}

@media (max-width: 480px) {
	    .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: 4.05vw !important;
        height: 4.05vw !important;
    }
    header .item-right {
        flex: 0 0 20%;
        gap: 5%;
    }
	  .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: 20vw;
        min-width: 45%;
    }
    .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-top: 5vw;
    }

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

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

    .solutionCardContent img {
        width: 8vw;
    }

    .solutionCardContent h3 {
        line-height: 1.4;
    }

    .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: 4vw;
    }

    .ssCarousel {
        padding: 0 0 6vw;
    }

    .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;
    }

    .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: 85%;
    }

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

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