:root{
    --main-color: #09539f;
}
@font-face{
    font-family: bruumBoldFont;
    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: 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);
}

*{
    font-family: bruumLightFont;
    margin: 0;
    padding: 0;
}
ul{
    margin-top: 0;
    margin-bottom: 0 !important;
}
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 .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: var(--main-color);
    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: 20px;
    font-family: bruumLightFont;
    margin-right: 16px;
}
header .right-part .nav3{
    background-color: #fff;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
header .right-part .nav3 a{
    text-decoration: none;
    color: #000;
    font-size:20px;
    font-family: bruumLightFont;
    /* font-weight: 600; */
    margin-right: 16px;
}
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:#09539f;
    padding: 20px 30px;
}
.counter-top .btns {
    /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
    width: 90%;
}
.counter-top .btn{
    min-height: 35px;
    background-color:#f1f1f2;
    border: none;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    /* border-radius: 0; */
}
.contact-text .btn-danger{
  background-color: #09539f;
}
.counter-top .btn a{
    text-decoration: none;
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 900;
}
.counter-top .btns .btn-success{
    background-color: #3f3f3f;
}
.counter-top p{
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    color: #cdcdcd;
}
.counter-top button.btn{
    font-size: 14px;
}
/* start counter */
.counter{
    margin: 30px 0;
}
.counter h2{
    font-family: bruumBoldFont;
    color: var(--main-color);
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.counter i{
    font-size: 35px;
    color: #888686;
}
.counter img{
    margin: 10px auto;
    height: 30px;
}
.counter p{
    color: #888686;
}
/* end counter */
.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;
}
.text-red{
  font-family: bruumBoldFont;
}
.text-red p{
  margin-top: 10px;
  color: #818282;
}
.keynotes img{
  height: 255px;
}
.keynotes .image{
  padding: 10px;
  height: 410px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px 2px #eee;
}
.keynotes .image h5{
  font-family: bruumBoldFont;
  margin-top: 15px;
}
.keynotes .image p{
  color: #888686;
  font-size: 15px;
}
.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;
    font-size: 28px;
    margin-bottom: 30px;
    border-left: 6px solid #987b41;
    padding-left: 10px;
}
.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 {
    /* margin-top: -12%; */
    width: 100%;
    border-bottom:1px solid #997c42;
    margin-bottom:30px;
}
footer .logo span{
    font-family: boldFont;
}
footer h5{
    color: #000;
    font-size: 24px;
    font-family: bruumBoldFont;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer .footer-side{
    text-align: center;
}
footer .footer-side h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
footer .footer-side .apps{
    margin-top: 20px;
}
footer .footer-side .apps h4{
    font-size: 18px;
}
footer .footer-side h4 a{
    color: #ed2027;
}
footer form button.btn{
    display: flex;
    padding: 5px 10px;
    background-color: #1b75ba;
    border-color: #1b75ba;
}
footer form button.btn:hover{
    background-color: #1b75ba;
    border-color: #1b75ba;
}
footer .links span,
footer .links a{
    color: #000;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 7px;
}
footer .links span:hover,
footer .links a:hover{
    color: #f51018;
    font-weight: 700;
}
footer .subscribe-label{
    color: #1b75ba;
    font-size: 17px;
    font-weight: bold;
}
footer p.footr{
    font-size: 15px;
    margin-top: 10px;
}
footer .copy-right{
    background-color: #000;
    color: #fff;
}
footer .copy-right p{
    font-size: 18px;
    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 */

/* end home sreen */

/* start registration screen */
.registration-screen .contact-text{
    margin: 30px 0 0;
    padding: 40px;
    background-color: #f1f1f2;
}
.registration-screen .event-registration,
.event-theme-screen .event-registration{
    border-top: 4px solid #ff2020;
    padding-top: 40px;
}
 .btn-danger{
    border-radius: 0;
    background-color: #987b41;
    border: none;
    font-size: 14px;
    color: #fff;
}
.btn-danger a{
  color: #fff;
}
.agenda-section p{
  font-family: bruumBoldFont;
}
.registration-screen .contact-text .line{
    border-bottom: 1px solid #d9d7d7;
    margin: 22px 0;
}
.registration-screen .contact-text p{
    padding: 10px;
    margin: 5px;
}
.registration-screen .contact-text .form-select{
    min-height: 35px;
}
.registration-screen .accordion{
    background-color: #fff;
    padding: 20px;
}
.registration-screen .accordion .accordion-body p{
    margin-top: 20px;
    color: #ff0000;
    font-weight: bold;
}
.registration-screen .accordion .accordion-button{
    font-weight: bold;
}
.registration-screen .accordion-button{
    background-color: #f1f1f2;
}
.registration-screen .accordion-button:not(.collapsed)::after,
.registration-screen .accordion-button::after{
    display: none;
}
.registration-screen .accordion-button:not(.collapsed),
.registration-screen .accordion .accordion-button:focus{
    box-shadow: none;
}

/* end registration screen */

/* start contact screen */
.contact-screen .contact-text{
    margin: 30px 0 0;
    padding: 40px;
    background-color: #f1f1f2;
}
.contact-screen .contact-text h6{
    margin-bottom: 30px;
}
.contact-screen .contact-text p{
    font-weight: 600;
}
.contact-screen .contact-text p a{
    text-decoration: none;
    color: #ff2020;
}
.contact-screen .contact-form {
    margin-bottom: 50px;
}
.contact-screen .contact-form form  span.required{
    color: #ff2020;
}
.contact-screen .contact-form form h6,
.contact-screen .contact-form form label{
    font-weight: 600;
}
.contact-screen .contact-form form .row{
    margin-top: 20px;
}
.contact-screen .contact-form form .form-control,
.contact-screen .contact-form form .form-select{
    height: 40px;
}
.contact-screen .contact-form form .form-select{
    margin-bottom: 0 !important;
    color: #a1a1a3;
    font-size: 15px;
}
.contact-screen .contact-form form ::placeholder {
    color: #a1a1a3;
    font-size: 15px;
}
.contact-screen .contact-form form textarea{
    resize: none;
}
.contact-screen .contact-form form .security{
    background-color: #fff;
    border: var(--bs-border-width) solid #dee2e6;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 135px;
}
.contact-screen .contact-form form .security .left-part .section1{
    width: 75%;
    background-color: #f1f1f2;
    height: 55px;
}
.contact-screen .contact-form form .security .left-part small{
    display: flex;
    margin-top: 15px;
    font-size: 13px;
}
.contact-screen .contact-form form .security .right-part input{
    width: 75%;
    height: 30px;
}
.contact-screen .contact-form form .security .right-part small{
    display: flex;
    margin-bottom: 5px;
    font-size: 13px;
}
.contact-screen .contact-form form .btn-danger{
    border-radius: 0;
    background-color: #ff2020;
    font-size: 14px;
    color: #ffe9e9;
}
/* end contact screen */

/* 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;
}
.profile .contact-text{
  background-color: #f1f1f2;
  padding:35px;
}
.profile form input , .profile form select{
  margin-bottom: 10px;
}
.profile form label,.profile form h6{
  font-weight: bold;
}
.event-agenda .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #09539f;
}
.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;
    margin-bottom: 40px;
}
.photo-gallery .gallery{
    border: 1px solid #0078b5;
    padding: 5px;
}
.photo-gallery h5{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.profile h4{
  margin: 15px 0;
  font-family: bruumBoldFont;
  font-size: 24px;
  color: #0078b5;
}
.profile b{
  color: #000;
  font-family: bruumBoldFont;
}
.profile p{
  font-size: 20px;
  line-height: 33px;
}
.profile ul li{
  margin-bottom: 7px;
  font-size: 20px;
}
.banner-bottom .img{
    border: 1px solid #1b75bb;
    padding: 5px;
}
/* end photo-gallery screen */

/* start media query */
@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;
    }
}
@media only screen and (max-width: 575px) {
    header .right-part .nav2,
    header .right-part .nav3{
        text-align: left;
    }
    .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;
    }
    footer h5 {
        font-size: 15px;
    }
    footer .links span {
        font-size: 13px;
    }
    footer .copy-right p {
        font-size: 13px;
    }
}
@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%;
    }
}

/* end media query */
