:root{
    --main-color: #1b75ba;
    --second-color: #1b75ba;
}
@font-face {
    font-family:bruumBoldFont;
    src: url(./../../fonts/BruumFY-Bold.otf);
}
@font-face {
    font-family: bruumRegFont;
    src: url(./../../fonts/BruumFY-Regular.otf);
}
@font-face {
    font-family: bruumLightFont;
    src: url(./../../fonts/BruumFY-Light.otf);
}
@font-face{
    font-family: setReta;
    src: url(./../fonts/Seta\ Reta\ NF\ W01\ Regular.ttf);
}
@font-face{
    font-family: bruumFont;
    src: url(https://datamatixgroup.com/fonts/old/BruumFY-Black.otf);
}

@font-face{
    font-family: newJuneBoldFont;
    src: url(./../fonts/NewJune-Bold.otf);
}
@font-face{
    font-family: qatarBoldFont;
    src: url(./../fonts/Qatar2022Arabic-Bold.ttf);
}
@font-face{
    font-family: newJuneMedFont;
    src: url(./../fonts/NewJune-Medium.otf);
}
@font-face{
    font-family: acuminFont;
    src: url(./../fonts/Acumin\ Pro\ Medium.otf);
}
.grey-bg{
    background-color: #f3f3f3;
}
.grey-bg img{
border:1px solid #5abbf7;
padding:5px;
}
.main-title p{
    font-size: 24px;
    margin-top: 15px;
}
*{
    font-family: bruumLightFont;
    margin: 0;
    padding: 0;
}
ul{
    margin-top: 0;
    margin-bottom: 0;
}
a{
    text-decoration: none;
}
/* 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: #0070b6;
    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: bruumLightFont;
    margin-right: 15px;
}
header .right-part .nav3{
    background-color: #fff;
    min-height: 50px;
    /* 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-weight: bold; */
    font-size: 18px;
    font-family: bruumLightFont;
    /* font-weight: 600; */
    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: #f2f2f2;
    padding: 20px 30px;
}

.counter-top .btn{
    color: #f1efef;
    background-color: #0071b7;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    /* border-radius: 0; */
}
.counter-top .btn a{
    text-decoration: none;
    font-size: 17px;
    color: #e2eef7;
}
.counter-top .btns .btn-success{
    background-color: #3f3f3f;
}
.counter-top p{
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
}
.counter-top button.btn{
    font-size: 14px;
}
/* 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 datamatix-video */
.datamatix-video{
    padding:40px 0;
}
.datamatix-video p{
    /* font-family: setReta; */
    font-size: 20px;
    line-height: 35px;
   
}
.datamatix-video p a{
    color: #0070b6;
}
.datamatix-video h3{
    margin-bottom: 15px;
    font-family: setReta;
    color: #000;
    font-size:45px;
}
/* end datamatix-video */
.upcoming-evnt .light-gry{
    background-color: #f2f2f2;
}
.upcoming-evnt .light-gry .blue-vision{
    background-color: #1b75ba;
    height: 100%;
}
.upcoming-evnt .light-gry .blue-vision p , .upcoming-evnt .light-gry .black-vision p{
    color: #fff;
    font-size: 40px;
    font-family: setReta;
}
.upcoming-evnt .light-gry .black-vision{
    background-color: #000;
    height: 100%;
    width: 105%;
}
.p-text{
    font-size: 22px;
}
.upcoming-evnt .btn{
    background-color: #1b75ba;
    color: #fff;
    font-size: 17px;
    border-radius: 0;
    padding: 8px 30px;
}
.upcoming-evnt h2{
    font-family: setReta; 
     font-size:45px;
      margin-bottom: 15px;
}
/* start image-upper */
.image-upper{
    background-color: #000;
    position: relative;
    margin-top: 280px;
    height: 530px;
}
.image-upper .section{
    position: relative;
    top: -35%;
}
.image-upper .section img{
    width: 100%;
}
.image-upper .section .text{

    margin: auto;
}
.image-upper .section .text .line{
    border-bottom: 4px solid var(--second-color);
    width: 20%;
    margin-bottom: 16px;
}
.image-upper .section .text .btn{
    background-color: var(--second-color);
    border-radius: 0;
    padding: 10px 36px;
    margin-top: 32px;
}
.image-upper .section .text h3{
    color: #fff;
    font-family: setReta;
    font-size: 40px;
    width: 100%;
    margin-bottom: 32px;
}
.main-title h2 , .main-title h1{
    font-family: setReta !important;
    font-size: 60px;
}
.image-upper .section .text p{
    font-family: acuminFont;
    color: #6a6b6d;
    font-size: 26px;
    width: 100%;
    height: 180px;
}
/* end image-upper */

/* start upcoming-events */
.upcoming-events{
    position: relative;
    margin: 64px 0;
}
.middle-east-dark .header h3,
.upcoming-events .header h3{
    font-family: setReta;
    font-size: 32px;
    margin-left: 16px;
}

.upcoming-events .btn{
    background-color: #f2f2f2;
    border-radius: 0;
    padding: 8px 16px;
}


.upcoming-box .single-box .text .btn{
    background-color: var(--second-color);
    padding: 4px 32px;
    margin: 16px 0;
}
.upcoming-events .cards .text .line{
    border-bottom: 4px solid var(--second-color);
    margin: 16px 0;
    width: 20%;
}
.upcoming-box .single-box .text h4{
    font-size: 32px;
    font-family: setReta;
    margin-bottom: 16px;
}
.upcoming-box .single-box .text{
    padding-left: 30px;
}
.upcoming-box .single-box .text h6{
    color: var(--second-color);
    font-size: 20px;
}
.upcoming-box .single-box .text p{
    margin: 8px 0;
    color: #737476;
    font-size: 20px;
}
.upcoming-box{
    background-color: #f2f2f2;
}
.upcoming-box .single-box{
    background-color: #fff;
}
/* end upcoming-events */

/* start middle-east-dark */

.middle-east-dark .header h3{
    font-family: setReta;
    font-size: 32px;
    font-weight: normal;
    color: #000;
}
.middle-east-dark .btn{
    background-color: #f2f2f2;
    border-radius: 0;
}
.middle-east-dark .cards .text{
    width: 100%;
    margin: auto;
}
.middle-east-dark .cards img{
    margin-bottom: 16px;
}
.middle-east-dark .cards .text .btn{
    background-color: var(--second-color);
    padding: 4px 32px;
    margin: 16px 0;
}
.middle-east-dark .cards .text .line{
    border-bottom: 4px solid var(--second-color);
    margin: 16px 0;
    width: 20%;
}
.middle-east-dark .cards .text h4{
    font-family: setReta;
    font-size: 28px;
    margin-bottom: 16px;
    color: #000;
}
.middle-east-dark .light-gry{
    background-color: #f2f2f2;
}
.middle-east-dark .cards .text h5,
.middle-east-dark .cards .text h6,
.middle-east-dark .cards .text p{
    font-family: acuminFont;
}
.middle-east-dark .cards .text h5{
    font-size: 18px;
    color: #000;
}
.middle-east-dark .cards .text h6{
    color: var(--second-color);
    font-size: 16px;
}
.middle-east-dark .cards .text p{
    margin: 8px 0;
    color: #737476;
    font-size: 16px;
}
/* end middle-east-dark */
.cards .text h4{
    height: 80px;
}
/* start past-event-final */
.past-event-final .header h4{
    font-family: setReta;
    font-size: 32px;
    border-left: 7px solid var(--second-color);
    padding-left: 16px;
    font-weight: 700;
    color: var(--second-color);
}
.middle-east-dark .header h3, .upcoming-events .header h3{
    font-weight: 700;
    color: #000;  
    margin-left: 20px;
    font-size: 40px;
}
.past-event-final h5{
    color: var(--second-color);
}
/* end past-event-final */

.main-title{
    margin: 32px 0;
}
.main-title h2,
.main-title h3{
    /* font-family: setReta; */
    font-family: acuminFont;
    /* font-family: 'bruumBoldFont'; */
    font-size: 38px;
    line-height: 47px;
    text-align: center;
}
.banr-txt-1{
    background-image: url(./../images/img_7-02.jpg);
}
.banr-txt-2{
    background-image: url(./../images/img_8-02.jpg);
}
.banr-txt-3{
    background-image: url(./../images/img_9-02.jpg);
}
.banr-txt-4{
    background-image: url(./../images/img_10-02.jpg);
}
.banr-txt-5{
    background-image: url(./../images/img_22-02.jpg);
}
.banr-txt-6{
    background-image: url(./../images/img_11-02.jpg);
}

.img-banr-text{
    height: 830px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-banr-text .text{
    position: absolute;
    bottom: 8%;
}
.img-banr-text .text .line{
    border-bottom: 4px solid var(--second-color);
    width: 20%;
    margin-bottom: 16px;
}
.img-banr-text .text h4{
    color: #fff;
    font-size: 40px;
    font-family: setReta;
}
.img-banr-text .text p{
    color: #6d6e70;
    font-family: acuminFont;
    font-size: 18px;
}

.main-text h2, .main-text h4{
    text-align: center;
    font-family: bruumBoldFont;
    margin: 40px 0;
}
.cover{
    height: 750px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.cover h5{
    position: absolute;
    bottom: 11%;
    left: 15%;
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
}
.cover.coverLeft{
    background-position: left;
}
.cover.coverRight{
    background-position: right;
    direction: rtl;
}
.cover.cover2 h5,
.cover.cover4 h5 {
    bottom: 15%;
    right: 15%;
}
.cover.cover3 h5 {
    bottom: 15%;
}
.cover.cover1{
    background-image: url(./../images/img_2-03.jpg);
}
.cover.cover2{
    background-image: url(./../images/img_3-03.jpg);
}
.cover.cover3{
    background-image: url(./../images/img_4-03.jpg);
}
.cover.cover4{
    background-image: url(./../images/img_5-03.jpg);
}
/* start banners */
.banr{
    margin: 60px 0;
}
.banr h2{
    font-family: bruumBoldFont;
    margin: 0 5%;
}
.banner{
    /* border-bottom: 10px solid #3f3f3f; */
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* margin-bottom: 30px; */
    /* border-bottom: 5px solid #ab00d0; */
}
.banner.bannerLeft{
    background-position: left;
}
.banner.bannerRight{
    background-position: right;
}
.banner .banner-text{
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    margin-top: 25%;
}
.banner.bannerRight .banner-text{
    text-align: right;
    margin-right: 5%;
}
.banner.bannerLeft .banner-text{
    margin-left: 5%;
}

.banner.bannerRight .banner-text h3,
.banner.bannerRight .banner-text p{
    margin-left: auto !important;
}
.banner .banner-text h3,
.banner .banner-text h3 span{
    font-family: qatarBoldFont;
    color: #000;
    font-size: 35px;
    width: 85%;
    line-height: 40px;
    margin-bottom: 20px;
}
.banner .banner-text h6{
    color: #898989;
}
.banner.bannerRight .banner-text .line{
    border-bottom: 4px solid #ee363d;
    width: 20%;
    margin-left: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner.bannerLeft .banner-text .line{
    border-bottom: 4px solid #ee363d;
    width: 20%;
    margin-right: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner .banner-text p{
    /* font-family: bruumBoldFont; */
    font-size: 17px;
    /* width: 70%; */
}
.banner-1{
    background-image: url(./../images/img_2-04.jpg);
}
.banner-2{
    background-image: url(./../images/img_22-02.jpg);
}
.banner-3{
    background-image: url(./../images/img_4-04-04.jpg);
}
.banner-4{
    background-image: url(./../images/img_03-04.jpg);
}
.banner-5{
    background-image: url(./../images/img_5-03.jpg);
}
.banner-6{
    background-image: url(./../images/img_6-03.jpg);
}
.banner-7{
    background-image: url(./../images/img_7-03.jpg);
}
.banner-8{
    background-image: url(./../images/img_8-03.jpg);
}
.banner-9{
    background-image: url(./../images/img_9-03.jpg);
}
.banner-10{
    background-image: url(./../images/img_10-03.jpg);
}
.banner-11{
    background-image: url(./../images/img_11-03.jpg);
}
/* end banners */

/* start arts */
.arts{
    margin: 60px 0;
}
.arts h3{
    text-align: center;
    font-family: bruumBoldFont;
    margin-bottom: 50px;
}
.arts img{
    width: 100%;
}
.arts .col p{
    color: #6a6262;
    width: 75%;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* end arts */

/* start section1 */
.section1 h2{
    font-family: bruumBoldFont;
    color: #000;
    margin-bottom: 30px;
}
.section1 p{
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.section1 p a{
    text-decoration: none;
    color: #ab00d0;
}
/* end section1 */

/* start section2 */
.section2{
    margin-top: 30px;
    margin-bottom: 30px;
}
.section2 h2{
    font-family: bruumBoldFont;
    color: #000;
    font-size: 25px;
    line-height: 35px;
}
.section2 .section-text{
    display: flex;
    justify-content: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.section2 .section-text p,
.section2 .text-section2 p{
    font-size: 15px;
}
.section2 .text-section2{
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    width: 90%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.section2 .section-text{
    flex-direction: column;
    width: 80%;
    margin: auto;
}
.section2 .section-text h4{
    font-family: bruumBoldFont;
    line-height: 35px;
}
.section2 img{
    width: 100%;
}
.section2 .topp{
    margin-top: -5%;
}
/* start section2 */

/* start smart images */
.smart-images{
    margin: 50px;
}
.smart-images ul{
    display: flex;
    justify-content: space-around;
}
.smart-images ul li{
    list-style: none;
}
.smart-images ul li img{
    width: 95px;
    height: 95px;
}
.smart-images ul li h4{
    font-family: bruumBoldFont;
    margin-top: 25px;
    font-size: 20px;
    padding-left: 15px;
}
.smart-images ul li h4.img1{
    border-left: 4px solid #f9ad41;
}
.smart-images ul li h4.img2{
    border-left: 4px solid #ee5a28;
}
.smart-images ul li h4.img3{
    border-left: 4px solid #25a6df;
}
.smart-images ul li h4.img4{
    border-left: 4px solid #373b95;
}
.smart-images ul li h4.img5{
    border-left: 4px solid #36b14b;
}
/* end smart images */

/* start banner2 */
.banner2 h3{
    font-family: bruumBoldFont;
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
/* end banner2 */

/* start section3 */
.section3{
    padding: 40px 0;
    margin: 30px 0;
    background-color: #f1f1f2;
}
.section3 h4{
    font-family: bruumBoldFont;
    color: #ab00d0;
    margin-bottom: 30px;
}
.section3 p{
    font-size: 18px;
    /* margin-bottom: 40px; */
}
.section3 ul li {
    font-size: 18px;
    margin-top: 10px;
}
/* end section3 */

/* start speakers */
.speakers{
    margin: 40px 0;
}
.speakers h4{
    font-family: bruumBoldFont;
    color: #000;
}
.speakers p{
    margin-bottom: 30px;
}
.speakers .speaker img{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 25px;
}
.speakers h5{
    font-weight: bold;
}
.speakers p{
    color: #565353;
    line-height: 24px;
}
.speakers .btn-primary{
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: center;
    margin: 30px auto;
    padding: 10px 40px;
}
.speakers .btn a{
    text-decoration: none;
    color: #fff;
}
/* end speakers */

/* start topics */
.topics h4{
    font-family: bruumBoldFont;
    color: #ab00d0;
    margin-bottom: 25px;
    margin-top: 50px;
    text-align: center;
}
.topics .top1{
    margin-top: 2%;
}
.topics .top2{
    margin-top: 4%;
}
.topics .top3{
    margin-top: 6%;
}
.topics .toppp{
    margin-top: -5%;
}
/* end topics */

/* start attends */
.attends{
    margin: 40px 0;
}
.attends h4{
    font-family: bruumBoldFont;
    color: #ab00d0;
    margin-bottom: 40px;
    text-align: center;
}
.attends .card{
    text-align: center;
    min-height: 450px;
}
.attends .card .title {
    min-height: 100px;
}
.attends .card .line{
    border-bottom: 2px solid #cdcdcd;
    width: 90%;
    margin: auto;
}
.attends .card .title h5{
    font-weight: bold;
    margin: 20px auto;
    width: 90%;
    font-size: 18px;
}
.attends .card p{
    margin: 20px;
    min-height: 140px;
    color: #959595;
    width: 85%;
    text-align: center;
}
/* end attends */

/* start discussions */
.discussions{
    margin: 30px 0;
}
.discussions h4{
    font-family: bruumBoldFont;
    color: #ab00d0;
    margin-bottom: 40px;
    text-align: center;
}
.discussions ul{
    background-color: #0078b5;
    padding: 30px;
}
.discussions ul li{
    color: #f8fcfd;
    margin-bottom: 30px;
    margin-left: 10px;
}
/* end discussions */

/* start section4 */
.section4{
    padding: 40px 0;
    margin: 40px 0;
    background-color: #f1f1f2;
}
.section4 h2{
    font-family: bruumBoldFont;
    color: #ab00d0;
    margin-bottom: 40px;
}
.section4 p{
    font-size: 20px;
}
/* end section4 */

/* start sponsor */
.sponsor{
    margin: 30px 0;
}
.sponsor .top1{
    background-color: #000;
    color: #fff;
    padding: 60px 0;
}
.sponsor .top2{
    background-color: #ab00d0;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 40px;
}
.sponsor .top1 h3{
    font-family: acuminFont;
    font-size: 32px;
}
.sponsor .top1 .btn{
    padding: 10px 20px;
}
.sponsor .top1 .btn a{
    color: #fff;
}
/* .sponsor .spons img{
    width: 100%;
    height: 47px;
} */
.sponsor .spons .sponsRow{
    margin-bottom: 15px;
}
/* end sponsor */

/* start footer */
footer{
    padding: 50px 0 0;
    background-color: rgba(240,240,241,255);
    margin-top: 30px;
}
footer .logo img {
    width: 90%;
}
footer .logo span{
    font-family: boldFont;
}
footer h5{
    color: var(--main-color);
    font-family: acuminFont;
    font-size:25px;
    margin-top: 20px;
    margin-bottom: 15px;
}
footer form button.btn{
    display: flex;
    padding: 5px 10px;
    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: acuminFont;
    font-size: 20px;
}
footer p.footr{
    font-size: 15px;
    margin-top: 10px;
}
footer .copy-right{
    background-color: #000;
    color: #fff;
}
footer .copy-right p{
    font-family: acuminFont;
    font-size: 16px;
    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 */
.news .photo-gallery .contact-text{
    margin: 30px 0 0;
    padding: 40px;
    background-color: #f1f1f2;
}
.news .text-red{
    color: #0070b6;
    font-size: 20px;
}
.contact-text h6.text-red p {
    color: #5c5c5c;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-text p.text {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 25px;
}
.news .btn-danger{
    background-color: #000;
    color: #fff;
    border: none;
}
/* end home sreen */

/* start welcome page */
.welcome-page .colorgraph {
    height: 5px;
    opacity: .5;
    border-top: 0;
    background: #1b75ba;
    border-radius: 5px;
}
    /* background-image: -webkit-linear-gradient(left, #ed1b24, #ed1b24 12.5%, #0171bb, #0171bb 25%, #90278e, #90278e 37.5%, #f59d2f 50%, #ed1b24 62.5%, #0171bb 75%, #90278e 87.5%, #f59d2f 100%, #f59d2f);
    background-image: -moz-linear-gradient(left, #ed1b24, #ed1b24 12.5%, #0171bb, #0171bb 25%, #90278e, #90278e 37.5%, #f59d2f 50%, #ed1b24 62.5%, #0171bb 75%, #90278e 87.5%, #f59d2f 100%, #f59d2f);
    background-image: -o-linear-gradient(left, #ed1b24, #ed1b24 12.5%, #0171bb, #0171bb 25%, #90278e, #90278e 37.5%, #f59d2f 50%, #ed1b24 62.5%, #0171bb 75%, #90278e 87.5%, #f59d2f 100%, #f59d2f);
    background-image: linear-gradient(to right, #ed1b24, #ed1b24 12.5%, #0171bb, #0171bb 25%, #90278e, #90278e 37.5%, #f59d2f 50%, #ed1b24 62.5%, #0171bb 75%, #90278e 87.5%, #f59d2f 100%, #f59d2f);
} */
.welcome-page .accordion-item .accordion-button{
    color: var(--main-color);
    font-weight: bold;
    font-size: 18px;
}
.welcome-page .accordion-item .accordion-body p {
    font-size: 18px;
}
.welcome-page h2{
    color: var(--main-color);
}
.welcome-page .accordion-button:not(.collapsed) {
    background-color: #fff;
}
.welcome-page .accordion-button:focus{
    box-shadow: none;
}
/* end welcome page */

/* start photo-gallery-page */
.photo-gallery-page .accordion-item .img small{
    font-size: 10px;
    line-height: 22px;
    text-align: center;
}
.photo-gallery-page .accordion-item{
    border: 0 !important;
}
/* end photo-gallery-page */

/* start services-page */
.services-page .services{
    background-color: rgb(240 240 241);
    padding: 50px 0;
}
.services-page .services a{
    color: #000;
}
.services-page .services h4{
    font-size: 22px;
    border-left: 8px solid var(--main-color);
    padding-left: 16px;
}
.services-page .services .row2 h4{
    border-left: 8px solid #f39c28;
}
.services-page .services .row3 h4{
    border-left: 8px solid #90278e;
}
.services-page .services .row5 h4{
    border-left: 8px solid #9c005a;
}
.services-page .services .row6 h4{
    border-left: 8px solid #3db146;
}
.services-page .services .row11 h4{
    border-left: 8px solid #c39772;
}

/* end services-page */

/* start contact-page */
.contact-page .contact-page form i{
    color: #0d6efd;
}
.contact-page .contact-page form .btn-outline-primary{
    border-radius: 35px !important;
    border-width: 2px;
}
.contact-page .contact-page h5{
    margin-bottom: 25px;
    color: #0d6efd;
    font-weight: bold;
}
.contact-page .contact-page .links{
    width: 90%;
    margin: auto;
}
.contact-page .contact-page .links i{
    font-size: 30px;
    color: var(--main-color);
}
.contact-page .contact-page .links h4{
    font-weight: bold;
    color: var(--main-color);
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-page .contact-page .links a{
    color: #000;
}
/* end contact-page */

/* start speaker page */
.speaker-page .speaker{
    background-color: #fff;
    padding: 40px 0;
}
.speaker .img-speak{
    cursor: pointer;
}
.speaker .img-speak:hover img{
    border-bottom: 2px solid red;
}
.speaker .img-speak:hover h5{
    color: red;
}
.speaker .img-speak img{
    width: 275px;
    height: 275px;
}
.speaker .img-speak h5{
    margin: 20px auto 30px;
}
/* end speaker page */

/* start agenda screen */
.agenda-screen .event-agenda{
    background-color: #f1f1f2;
    padding: 40px;
    margin-top: 30px;
}
.event-agenda nav{
    background-color: #e6e7e8;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-flex;
}
.event-agenda nav button.nav-link{
    background-color: #fff;
    border-radius: 0;
    margin: 0 5px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding: 6px 26px;
}
.agenda-screen .photo-gallery a{
    text-decoration: none;
    color: #fff;
}
.event-agenda .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #ff0000;
}
.event-agenda h5{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}
.agenda-screen .agenda-section{
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e6e7e8;
    border-bottom: 3px solid #fff;
    min-height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
}
.agenda-screen .agenda-section p{
    margin-bottom: 0;
    font-size: 15px;
    color: #ff0000;
    font-family: bruumBoldFont;
}
.agenda-screen .agenda-section ul{
    padding-left: 1rem;
    margin-top: 5px;
}
.agenda-screen .agenda-section ul li{
    font-size: 14px;
    margin-bottom: 4px;
}
.agenda-screen .btn-danger{
    border-radius: 0;
    background-color: #ff2020;
    border: none;
    font-size: 14px;
    color: #ffe9e9;
}
/* end agenda screen */
/* start photo-gallery screen */
.photo-gallery{
    margin: 40px 0;
}
.photo-gallery h4{
    font-family: bruumBoldFont;
    color: #ab00d0;
    margin-bottom: 40px;
}
.photo-gallery .gallery{
    border: 1px solid #0078b5;
    padding: 5px;
}
.photo-gallery h5{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.banner-bottom .img{
    border: 1px solid #1b75bb;
    padding: 5px;
}
/* end photo-gallery screen */

/* 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 screen and (min-width: 1920px) and (max-width : 2110px) {
    .left-part a{
        display: contents;
    }
    header .right-part .nav2,
    header .right-part .nav3{
        min-height: 70px;
    }
    header .right-part .nav2 a,
    header .right-part .nav3 a {
        font-size: 22px;
    }
    .datamatix-title h2 {
        font-size: 50px;
    }
    .img-banr-text {
        height: 1170px;
    }
    .img-banr-text .text h4 {
        font-size: 50px;
    }
    .img-banr-text .text p {
        font-size: 24px;
    }
    .counter-top p{
        font-size: 24px;
    }
    .counter-top button.btn {
        font-size: 24px;
    }
    .counter-top .btn {
        min-height: 64px;
    }
    .datamatix-video p {
        font-size: 25px;
    }
    .image-upper .section .text p {
        font-size: 22px;
    }
    .middle-east-dark .header h3, .upcoming-events .header h3, .past-event-final .header h4 {
        font-size: 40px;
    }
    .past-event-final h5 {
        font-size: 30px;
    }
    .middle-east-dark .btn {
        font-size: 22px;
    }
    .main-title h2, .main-title h3 {
        font-size: 50px;
    }
    .upcoming-events .cards .text h4{
        font-size: 35px;
    }
    .upcoming-events .cards .text h5,
    .upcoming-events .cards .text h6,
    .upcoming-events .cards .text p{
        font-size: 22px;
    }
    .upcoming-events .cards .text .btn {
        font-size: 22px;
    }
    footer h5 {
        font-size: 24px;
    }
    footer .links span, footer .links a {
        font-size: 20px;
    }
    .middle-east-dark .cards .text h5, .middle-east-dark .cards .text h6, .middle-east-dark .cards .text p{
        font-size: 20px;
    }
    .counter h2 {
        font-size: 40px;
    }
    .counter p{
        font-size: 20px;
    }
}
@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: #1b75bb;
        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;
    }
}

/* end media query */
