:root{
    --main-color: #003259;
    --second-color: #003259;
}
@font-face{
    font-family: bruumBoldFont;
    src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Bold.otf);
}
@font-face{
    font-family: setReta;
    src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Bold.otf);
}
@font-face{
    font-family: bruumFont;
    src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Black.otf);
}
@font-face{
    font-family: bruumLightFont;
    src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Light.otf);
}
@font-face{
    font-family:Bahij-bold;
    src: url(./../fonts/Bahij_TheSansArabic-Bold.ttf);
}
@font-face{
    font-family: Bahij-semibold;
    src: url(./../fonts/Bahij_TheSansArabic-SemiBold.ttf);
}
@font-face{
    font-family: Bahij-light;
    src: url(./../fonts/Bahij_TheSansArabic-ExtraLight.ttf);
}

.main-title p{
    font-size: 24px;
    margin-top: 15px;
}
*{
    font-family: Bahij-semibold;
    margin: 0;
    padding: 0;
}
ul{
    margin-top: 0;
    margin-bottom: 0;
}
a{
    text-decoration: none;
}
.anniversary-ar p{
    font-size: 20px;
    text-align: justify;
}
.anniversary-ar h2{
    color: var(--main-color);
     font-family: Bahij-bold;
}
/* start home sreen */
/* start header */
header{
    position: relative;
    width: 100%;
    min-height: 170px;
}
header .left-part{
    min-height: 165px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
header .right-part{
    width: 100%;
    /* min-height: 115px; */
}
header a{
    text-decoration: none;
}
header .right-part .nav1{
    display: none;
    background-color: #f1f1f2;
    min-height: 55px;
    /* display: flex; */
    align-items: center;
}
header .right-part .nav1 p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 30px;
    text-align: center;
}
header .right-part .nav1 .langs{
    display: flex;
    justify-content: end;
    align-items: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
header .right-part .nav1 .langs img{
    width: 26px;
    height: 26px;
    cursor: pointer;
}
header .right-part .nav1 button{
    border: none;
    font-size: 14px;
}
header .right-part .nav2{
    background-color: #003259;
    min-height: 50px;
    margin-top: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
header .nav2 ul li{
    position: relative;
    cursor: pointer;
    
}
header .nav2 ul li:not(:last-child)::after {
    display: none;
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    bottom: 2px;
    background-color: #fff;
}
header .right-part .nav2 a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
     font-family: Bahij-semibold;
    margin-right: 15px;
}
header .right-part .nav3{
    background-color: #fff;
    min-height: 25px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
header .right-part .nav2 ul,
header .right-part .nav3 ul{
    margin-bottom: 0;
}
header .right-part .nav3 a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
     font-family: Bahij-semibold;
    margin-right: 15px;
}
header .nav3 ul li{
    position: relative;
    cursor: pointer;
    margin-right: 0 !important;
}
header .nav3 ul li:not(:last-child)::after {
    display: none;
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    bottom: 2px;
    background-color: #000;
    right: 5px;
}
/* end header */

.counter-top{
    background-color: #dfdfdf;
    padding: 20px 30px;
}
.counter-top .btns {
    /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
    width: 90%;
}
.counter-top .btn{
    min-height: 35px;
    color: #f1efef;
    background-color: var(--main-color);
    border: none;
    padding: 6px 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    /* border-radius: 0; */
}
.counter-top .btn a{
    text-decoration: none;
    color: #e2eef7;
}
.counter-top .btns .btn-success{
    background-color: #3f3f3f;
}
.counter-top p{
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    color: var(--main-color);
}
.counter-top button.btn{
    font-size: 18px;
    border-radius: 0;
}
/* start counter */
.counter{
    margin: 30px 0;
}
.counter h2{
    font-family: bruumBoldFont;
    color: var(--main-color);
    font-size: 35px;
    font-weight: bold;
    margin: 5px;
}
.counter i{
    font-size: 35px;
    color: #888686;
}
.counter img{
    margin: 10px auto;
    height: 35px;
}
.counter p{
    color: #888686;
}
/* end counter */
/* start datamatix-title */
.datamatix-title{
    margin-bottom: 64px;
    text-align: center;
}
.datamatix-title h2{
    font-size: 35px;
    /* font-family: setReta; */
}
.datamatix-title p{
    font-family: bruumLightFont;
    font-size: 22px;
    text-align: left;
}
.datamatix-title .btn{
    border-radius: 0;
    background-color: var(--second-color);
}
/* end datamatix-title */

/* start images */
.images .img{
    position: relative;
    margin-bottom: 24px;
}
.images .img a{
    color: #000;
}
.images .img .number{
    position: absolute;
    bottom: 4px;
    left: 20px;
    font-family: bruumLightFont;
    font-weight: bold;
    font-size: 18px;
}
/* end images */


/* start footer */
footer{
    padding: 50px 0 0;
    background-color: rgba(240,240,241,255);
    margin-top: 30px;
}
footer .logo img {
    width:55%;
}
footer .logo span{
    font-family: boldFont;
}
footer h5{
    color: var(--main-color);
   font-family: bruumBoldFont;;
    font-size:22px;
    margin-top: 20px;
    margin-bottom: 15px;
}
footer form button.btn{
    display: flex;
    padding: 7px 17px;
    font-size: 18px;
    height: 44px;
    background-color: var(--second-color);
    border-color: var(--second-color);
}
footer form button.btn:hover{
    background-color: var(--main-color);
    border-color: var(--main-color);
}
footer .links span,
footer .links a{
    color: #000;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 7px;
}
footer .links span:hover,
footer .links a:hover{
    color: var(--main-color);
    font-weight: 700;
}
footer .subscribe-label{
    color: var(--second-color);
    font-family: bruumBoldFont;
    font-size: 22px;
}
footer p.footr{
    font-size: 20px;
    margin-top: 10px;
}
footer .copy-right{
    background-color: #000;
    color: #fff;
}
footer .copy-right p{
    font-family: acuminFont;
    font-size: 20px;
    margin: auto;
    padding: 15px 0;
    text-align: center;
}
footer .social a i{
    font-size: 20px;
}
footer .social a div{
    border-radius: 50%;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social a img{
    border-radius: 50%;
    margin: 0 5px;
    width: 30px;
    height: 30px;
}
footer .social a .face-icon{
    background-color: #3b5a9a;
    color: #fff;
}
footer .social a .twitter-icon{
    background-color: #1aa9e1;
    color: #fff;
}
footer .social a .linked-icon{
    background-color: #0073b2;
    color: #fff;
}
footer .social a .youtube-icon{
    color: #fff;
    background-color: #b80504;
}
footer form input, footer form .btn, footer .icon-download img{
    height: 35px;
}
footer .icon-download img{
    height: 43px;
}
footer form .btn{
    font-size: 15px;
}
/* end footer */
.info-sec img{
    width: 100%;
}
.info-sec h2{
    font-family: bruumBoldFont;
    margin-bottom: 30px;
}
.info-sec p{
    font-size: 20px;
}
.categories img{
    width: 100%;
}
.categories h2{
    font-family: bruumBoldFont;
    letter-spacing: 1px;
}
.categories p{
    margin-top: 35px;
    font-size: 18px;
    color: #555;
}
.categories h3{
    font-family: bruumBoldFont;
}
.text{
    background-color: #fff;
    padding:70px 30px;
    margin-top: -224px;
}
.text h2{
    font-size: 36px;
    font-family: bruumBoldFont;
}
.counter-desc{
    border-right: 1px solid #ccc;
}
.contact-page form i , .links i {
    color: #b29700;
}
.contact-page h5 ,.contact h2 , .links h4{
    color: #3d8229;
    font-family: bruumBoldFont;
}
.links a{
    color: #000;
}
.submit-btn ,.contact .btn-danger{
    background-color: #3d8229;
    color: #fff;
    border: none;
}
.imgsss h3{
    font-family: bruumBoldFont;
}
/* start media query */
@media screen and (min-width: 2115px) {
    .left-part a{
        display: contents;
    }
    .img-banr-text {
        height: 1610px;
    }
    header .right-part .nav2 a ,
    header .right-part .nav3 a {
        font-size: 30px;
    }
    header .right-part .nav2,
    header .right-part .nav3 {
        min-height: 100px;
    }
    header .right-part .nav3 a ,
    header .right-part .nav2 a {
        margin-right: 12px;
    }
    .img-banr-text .text h4 {
        font-size: 70px;
    }
    .img-banr-text .text p {
        font-size: 30px;
    }
    .counter-top p {
        font-size: 30px;
    }
    .counter-top button.btn {
        font-size: 30px;
    }
    .counter h2 {
        font-size: 40px;
    }
    .counter p {
        font-size: 20px;
    }
    .datamatix-title h2 {
        font-size: 70px;
    }
    .datamatix-video p {
        font-size: 25px;
        line-height: 40px;
    }
    .main-title h2, .main-title h3, .past-event-final .header h4 {
        font-size: 70px;
    }
    .past-event-final h5 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .banner {
        height: 820px;
    }
}

@media only screen and (max-width: 1281px) {
    .counter-top p{
        font-size: 14px;
    }
    .counter-top .btns {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media only screen and (max-width: 1284px) {
    .banner_1 .banner-footer ul{
       
        transform: translateY(10px);
    }
    .banner_1 .banner-footer p{
        font-size: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    .datamatix-section p {
        font-size: 18px;
        width: 100%;
    }
}
@media only screen and (max-width: 1155px) {
    header .right-part .nav2,
    header .right-part .nav3 {
        text-align: center;
    }
    header .right-part .nav2 a ,
    header .right-part .nav3 a {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1100px) {
    footer .social a div, footer .social a img {
        margin: 0 4px;
        width: 25px;
        height: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .counter h2 {
        font-size: 24px;
    }
    .banner {
        height: 470px;
    }
    .banner .banner-text h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .banner .banner-text p {
        font-size: 13px;
        line-height: 17px;
        /* width: 75%; */
    }
}
@media only screen and (max-width: 1109px) {
    .counter-top .btns {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .counter h2 {
        font-size: 24px;
    }
    header .nav2 ul li:not(:last-child)::after,
    header .nav3 ul li:not(:last-child)::after {
        position: relative;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px)  {
    footer .icon-download img {
        width: 80px;
    }
}
@media only screen and (max-width: 842px) and (min-width: 768px)  {
    .counter-top button.btn{
        font-size: 11px;
    }
    .counter h2 {
        font-size: 26px;
    }
    .counter-top p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 842px) and (min-width: 768px)  {
    .counter-top button.btn{
        font-size: 11px;
    }
    .counter h2 {
        font-size: 26px;
    }
    .counter-top p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 985px) {
    .counter-top .btn {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    header .right-part{
        position: relative;
        width: 100%;
    }
    header .left-part {
        margin: 20px 0;
        justify-content: center;
    }
    .counter-top button.btn{
        width: 100%;
        margin: 20px auto;
    }
    .cover h5 {
        left: 25%;
        font-size: 20px;
    }
    .cover.cover2 h5, .cover.cover4 h5 {
        right: 25%;
    }
    .banner .over {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.8;
        z-index: 99;
    }
    .banner .banner-text {
        width: 100%;
        /* position: relative;
        top: 50%;
        margin: 20% auto; */
        /* margin: auto; */
    }
    .banner .banner-text h3{
        color: #ed2027;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
    }
    .banner .banner-text p{
        color: #fff;
        text-align: center;
        width: 100%;
        line-height: 25px;
        font-size: 18px;
    }
    .banner, .bannerTop{
        width: 100%;
        height: 500px;
        background-position: left;
    }
    .banner.bannerRight .banner-text .line , .banner.bannerLeft .banner-text .line {
        display: none;
    }
    .banner .banner-text h6{
        text-align: center;
    }
    /* end banners */
    /* start section2 */
    .section2 .section-text {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }
    /* start images */
    .smart-images ul{
        flex-direction: column;
        text-align: center;
    }
    /* start discussions */
    .discussions ul {
        margin-bottom: 25px;
    }
    .smart-images ul li{
        width: auto;
        margin: 10px auto;
    }
    .smart-images ul li h4 br{
        display: none;
    }
    /* start sponsor */
    .sponsor{
        text-align: center;
    }
    .sponsor .top1 h3 br{
        display: none;
    }
    .sponsor .top1 .btn {
        padding: 10px 50px;
        width: 80%;
        margin: 30px auto 0;
    }
   
    /* start .agenda-screen */
    .agenda-screen .photo-gallery h4{
        font-size: 20px;
        text-align: center;
    }
    .agenda-screen .photo-gallery .btn.btn-danger{
        width: 45%;
        margin: 1px auto;
    }
    .event-agenda nav button.nav-link {
        font-size: 15px;
        margin-bottom: 10px;
        width: 44%;
        padding: 3px 15px;
    }
    .event-agenda h5{
        font-size: 16px;
    }
   
    footer .logo{
        margin-bottom: 20px;
        text-align: center;
        width: 90%;
    }
    footer .icon-download, footer .social{
        justify-content: center;
        margin: 5px 0;
    }
    footer form button.btn{
        display: flex;
        padding: 5px 10px;
    }
}
@media only screen and (max-width: 580px) {
    .cover h5{
        font-size: 18px;
        line-height: 25px;
    }
    .image-upper {
        height: 950px;
    }
    .image-upper .section .text h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .image-upper .section .text .btn {
        margin-top: 16px;
    }
    .main-title h2, .main-title h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    header .right-part .nav2,
    header .right-part .nav3{
        text-align: left;
    }
    header .left-part{
        min-height: auto;
    }
    .nav2, .nav3{
        padding: 20px 0;
    }
    .nav2 ul li, .nav3 ul li{
        width: 40%;
    }
    header .right-part .nav1 button{
        font-size: 12px;
    }
    .counter-top .btns {
        margin-top: 15px;
    }
    .counter-top .btns .btn {
        width: 100%;
        margin-top: 5px;
    }
    .banner .banner-text h3 {
        font-size: 18px !important;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .banner .banner-text p {
        font-size: 15px;
        line-height: 20px;
    }
    .speaker .img-speak{
        width: 50%;
        margin: auto;
        text-align: center;
    }
    .datamatix-video video{
        width: -webkit-fill-available; 
        width: -moz-available; 
        width: fill-available; 
        width: 100%; 
        margin: auto;
        display: block;
    }
    .datamatix-video p
    {
        font-size: 16px;
        line-height: 25px;
        padding-top: 25px;
    }
    .image-upper {
        margin-top: 175px;
    }
    .past-event-final h5{
        font-size: 16px;
        margin-top: 20px;
    }
    .datamatix-title h2 {
        font-size: 25px;
        text-align: left;
    }
    .contact-page .contact-page form .btn-outline-primary{
        margin-bottom: 30px;
    }
    .photo-gallery-page .accordion-item .accordion-button{
        display: flex;
        flex-direction: column;
    }
    .welcome-page .accordion-item .accordion-body p,
    .contact-page p,
    .welcome-page .accordion-item .accordion-button
    {
        font-size: 16px;
    }
    .datamatix-title p,
    .services-page .services a.h4,
    .services-page .services h3,
    .services-page .services h4{
        font-size: 18px;
    }
    .image-upper .section img {
        margin-top: 35px;
    }
    .main-title h2, .main-title h3{
        line-height: 35px;
    }
    .middle-east-dark .header h3, .upcoming-events .header h3,
    .past-event-final .header h4,
    .main-title h2, .main-title h3,
    .upcoming-events .cards .text h4 {
        font-size: 25px;
    }
    footer h5 {
        font-size: 15px;
    }
    footer .links span {
        font-size: 13px;
    }
    footer .copy-right p {
        font-size: 13px;
    }
    footer form, footer .icon-download{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 505px) {
    header .right-part .nav1 .dropdowns {
        flex-direction: column;
        text-align: right;
    }
    header .right-part .nav1 p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 425px) {
    .cover.cover2 h5, .cover.cover4 h5 {
        right: 35%;
        bottom: 11%;
    }
    .image-upper .section .text h3 {
        font-size: 25px;
    }
}
.imgsss h3{
    color: var(--main-color);
}
/* end media query */
footer #subscribe{
    background-color: #ccc;
    height: 48px;
}
.info h2{
    font-size: 26px;
    font-family: bruumBoldFont;
    margin-bottom: 25px;
    color: var(--main-color);
}
.info p{
    font-size: 20px;
}
.info p a{
    color: var(--main-color);
}
.bg{
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}
.bg1{
    background-image: url("https://datamatixgroup.com/pubres/GCC%20Golden%20Jobilee%20Organizations%20Conference/images/new%20images%209-7-25/Asset 25.png");
}
.bg2{
    background-image: url("https://datamatixgroup.com/pubres/GCC%20Golden%20Jobilee%20Organizations%20Conference/images/new%20images%209-7-25/Asset 26.png");
}
.bg3{
    background-image: url("https://datamatixgroup.com/pubres/GCC%20Golden%20Jobilee%20Organizations%20Conference/images/new%20images%209-7-25/Asset 33.png");
}
.bg4{
    background-image: url("https://datamatixgroup.com/pubres/GCC%20Golden%20Jobilee%20Organizations%20Conference/images/new%20images%209-7-25/Asset 34.png");
}
.bg5{
    background-image: url("https://datamatixgroup.com/pubres/GCC%20Golden%20Jobilee%20Organizations%20Conference/images/new%20images%209-7-25/Asset 35.png");
}
.bg6{
    background-image: url("https://datamatixgroup.com/pubres/GCC%20Golden%20Jobilee%20Organizations%20Conference/images/new%20images%209-7-25/Asset 36.png");
}
.bg7{
    background-image: url("https://datamatixgroup.com/pubres/GCC%20Golden%20Jobilee%20Organizations%20Conference/images/new%20images%209-7-25/Asset 37.png");
}
.bg8{
    background-image: url("https://datamatixgroup.com/pubres/GCC%20Golden%20Jobilee%20Organizations%20Conference/images/new%20images%209-7-25/Asset 38.png");
}
.bg h2{
    font-family: bruumBoldFont;
    font-size: 40px;
    border-bottom:10px solid #b29700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: var(--main-color);
}
.bg p{
    font-size: 22px;
}
.jub h2{
  font-family: bruumBoldFont;
    font-size: 40px;   
}
.gry-bg{
    background-color: #e5e6e7;
}
.gry-bg h4{
    font-size: 33px;
    font-family: bruumBoldFont;
    color: var(--main-color); 
    margin-bottom: 0;
}
.gry-bg span{
    color: #58595c;
}
.gallery .col-md-4{
    padding-left: 0;
    padding-right: 0;
}
.gallery .gallery-text{
    background-color: rgba(0, 47, 83, .9);
    color: #fff;
    font-size:22px;
    padding: 10px 0 5px;
    margin-top: -90px;
    position: relative;
}
.theme h3{
    font-family: bruumBoldFont;
    margin-bottom: 20px;  
}
.theme p{
    font-size: 20px;
}
.theme .single-theme span{
    display: block;
    color: #000;
    height: 50px;
    font-size: 19px;
}
.theme .single-theme img{
    margin: 15px 0;
    width: 100%;
}
.theme .single-theme p{
    font-size: 19px;
}
.header h2{
    font-family: bruumBoldFont;
    color: #000;
    font-size: 30px;
    letter-spacing: 1.5px;
}
.union{
    padding: 50px 0;
}
.union .text {
    background-color: #fff;
    padding: 70px 30px;
    margin-top: -224px;
}
.union h3{
    line-height: 38px;
    font-size: 30px;
}
.global .single-global h3{
    font-family: bruumBoldFont;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.global .single-global p{
    font-size: 18px;
}
.global h2{
    font-family: bruumBoldFont;
}
.global h2 img{
    margin-left: 15px;
}
.venu h3{
    font-family: bruumBoldFont;
    margin: 20px 0;
    color: #ed1c24;
    font-size: 22px;
}

.venu ul li{
    font-size: 20px;
    margin-bottom: 7px;
}
.venu p{
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
}
.venu b{
    font-family: bruumBoldFont; 
}
.venu h2{
    color: #000;
    font-family: bruumBoldFont; 
    font-size: 28px;
    line-height: 40px;
}
.venu h4{
    font-family: bruumBoldFont; 
    font-size: 20px;
    margin-top: 30px;
}
.venu h5{
    font-family: bruumBoldFont;  
    margin-top: 30px;
    font-size: 22px;
}