@font-face {
  font-family: bruumBoldFont;
  src: url(https://datamatixgroup.com/asset/fonts/Bruum\ FY\ Bold.otf);
}
@font-face {
  font-family: bruumFont;
  src: url(https://datamatixgroup.com/asset/fonts/Bruum\ FY\ Black.otf);
}
@font-face {
  font-family: BruumFY-Regular;
  src: url("../../fonts/BruumFY-Regular.otf");
}
@font-face {
  font-family: bruumLightFont;
  src: url(https://datamatixgroup.com/asset/fonts/Bruum\ FY\ Light.otf);
}
@font-face {
  font-family: newJuneBoldFont;
  src: url(./../fonts/NewJune-Bold.otf);
}
@font-face {
  font-family: newJuneMedFont;
  src: url(./../fonts/NewJune-Medium.otf);
}
@font-face {
  font-family: bahijSemiBold;
  src: url(./../fonts/Bahij_TheSansArabic-SemiBold.ttf);
}
@font-face {
  font-family: bahijBold;
  src: url(./../fonts/Bahij_TheSansArabic-Bold.ttf);
}
@font-face {
  font-family: bahijExtraLight;
  src: url(./../fonts/Bahij_TheSansArabic-ExtraLight.ttf);
}

* {
  font-family: bruumLightFont;
  margin: 0;
  padding: 0;
}
ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* start home sreen */

/* start header */
header {
  position: relative;
  width: 100%;
  min-height: 170px;
}
header .left-part {
  margin-top: 10%;
  display: flex;
}
header .right-part {
  position: absolute;
  width: 74%;
  top: 0;
  right: 0;
}
header .right-part .nav1 {
  background-color: #f1f1f2;
  min-height: 55px;
  display: flex;
  align-items: center;
}
header .right-part .nav1 p {
  font-size: 20px;
  margin-bottom: 0;
  /* margin-left: 30px; */
  font-family: bahijSemiBold;
}
header .right-part .nav1 .dropdowns {
  display: flex;
  justify-content: space-evenly;
}
header .right-part .nav1 .dropdowns .dropdown {
  direction: rtl;
}
header .right-part .nav1 button {
  font-family: bahijSemiBold;
  border: none;
  font-size: 15px;
}
header .nav3 {
  background-color: #9f0710;
  align-items: center;
  padding-left: 20px;
  direction: rtl;
}
header .nav3 ul li {
  position: relative;
  cursor: pointer;
}
header .nav1 img {
  width: 100%;
}
header .nav1 .langs span.mx-2 {
  border-left: 2px solid;
  padding-left: 8px;
}
header .nav1 .langs span a {
  color: #000;
  font-family: BruumFY-Regular;
  text-decoration: none;
}
header .nav1 .langs {
  margin-top: 10px;
}
/* header .nav2 ul li:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    bottom: 2px;
    background-color: #fff;
} */
header .nav3 a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: bahijSemiBold;
  margin-left: 0 !important;
  margin-right: 13px;
}
header .nav2 {
  background-color: #fff;
  align-items: center;
  padding-left: 20px;
  direction: rtl;
}
.nav2,
.nav3 {
  direction: rtl;
  padding: 10px 0;
}
header .nav2 a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-family: bahijSemiBold;
  margin-right: 10px !important;
}
header .nav2 {
  display: none;
}
header .nav2-show {
  display: flex;
}
header .nav2 ul li {
  position: relative;
  cursor: pointer;
}
/* header .nav3 ul li:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    bottom: 2px;
    background-color: #000;
    right: 0px;
} */
/* end header */

.counter-top {
  background-color: #1a1a1a;
  padding: 20px 30px;
}
.counter-top .btns {
  /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
  width: 90%;
}
.dark-part img {
  display: none;
}
.counter-top .btn {
  min-height: 35px;
  color: #f1efef;
  background-color: #1b75bb;
  border: none;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 0;
}
.counter-top .btn a {
  text-decoration: none;
  color: #e2eef7;
  font-family: bahijSemiBold;
}
.counter-top button {
  direction: rtl;
}
.counter-top button img {
  padding-left: 5px;
}
.counter-top .btns .btn-success {
  background-color: #3f3f3f;
}
.counter-top p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  color: #c3c3c3;
}
.counter-top button.btn {
  font-size: 14px;
}
/* start counter */
.counter {
  margin: 30px 0;
}
.counter h2 {
  font-family: bruumBoldFont;
  color: #ff2020;
  font-size: 30px;
  font-weight: bold;
  margin: 5px;
}
.counter i {
  font-size: 35px;
  color: #888686;
}
.counter img {
  margin: 10px auto;
}
.counter p {
  color: #888686;
}
/* end counter */
.datamatix-section {
  margin: 30px 0;
}
.datamatix-section h3 {
  font-family: bahijBold;
  font-size: 40px;
  margin-bottom: 30px;
  /* border-left: 4px solid #3f3f3f;
    padding-left: 20px; */
}
.datamatix-section .lists ul li {
  text-transform: capitalize;
}
.datamatix-section p {
  font-size: 20px;
  line-height: 32px;
  width: 70%;
  font-family: bahijSemiBold;
}
.datamatix-section a {
  color: #3f3f3f !important;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
}
h2.main-header {
  font-family: bahijBold;
  margin: 50px 0;
  text-align: center;
}
h2.main-header-bruum {
  font-family: bahijBold;
  text-align: center;
  /* font-size: 25px; */
  line-height: 35px;
}
p.main-text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  font-family: bahijSemiBold;
  margin-bottom: 30px;
}
/* start banners */
.bannerTop {
  background-image: url(./../images/Woibex_banner_2.jpg);
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.banner {
  /* border-bottom: 10px solid #3f3f3f; */
  width: 100%;
  height: 780px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner.bannerLeft {
  background-position: left;
}
.banner.bannerRight {
  background-position: right;
}
.banner .banner-text {
  margin-top: 50%;
}
.banner.bannerRight .banner-text {
  text-align: right;
}
.banner.bannerRight .banner-text p {
  margin-left: auto !important;
}
.banner .banner-text h3 {
  font-family: bahijBold;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 25px;
}
.banner .banner-text p {
  font-family: bahijSemiBold;
  font-size: 24px;
  line-height: 30px;
  width: 90%;
}
.banner-1 {
  background-image: url(./../images/Woibex_banner_3.jpg);
}
.banner-2 {
  background-image: url(./../images/Woibex_banner_4.jpg);
}

.banner-center {
  margin: 60px 0 30px;
}
.img-center {
  border: 1px solid #ff2020;
  padding: 10px;
}
/* end banners */

/* start awards */
.awards-1 .award1-img {
  border: 1px solid #ff2020;
  padding: 10px;
}
.awards-1 p {
  font-family: bahijSemiBold;
  text-align: center;
  margin: 30px auto 10px;
  font-size: 19px;
  font-weight: 600;
}
/* start awards-2 */
.awards-2 {
  position: relative;
  min-height: 690px;
  width: 100%;
  z-index: 1;
  display: flex;
  margin-bottom: 30px;
}
.awards-2 img {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 9%;
  top: 0;
  bottom: 0;
}
.awards-2 section {
  position: absolute;
  z-index: 10;
  bottom: 0;
  border: 1px solid #ff2020;
  padding: 10px;
  width: 30%;
  right: 6%;
  height: 75%;
  background-color: #fff;
}
.awards-2 section .text {
  position: absolute;
  border: 1px solid #ff2020;
  padding: 20px;
  text-align: center;
  height: 97%;
  width: 95%;
}
.awards-2 section .text main {
  margin-top: 8%;
}
.awards-2 section .text main h5 {
  font-family: bahijSemiBold;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}
.awards-2 section .text main hr {
  width: 90%;
  margin: 20px auto;
}
.awards-2 section .text main p {
  font-family: bahijSemiBold;
  color: #403d3d;
  font-size: 15px;
  margin: auto;
  width: 90%;
}
/* end awards-2 */

/* start awards-3 */
.awards-3 {
  position: relative;
  min-height: 690px;
  width: 100%;
  z-index: 1;
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
}
.awards-3 img {
  width: 70%;
  height: 100%;
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
}
.awards-3 section {
  position: absolute;
  z-index: 10;
  bottom: 0;
  border: 1px solid #ff2020;
  padding: 10px;
  width: 30%;
  left: 9%;
  height: 75%;
  background-color: #fff;
}
.awards-3 section .text {
  position: absolute;
  border: 1px solid #ff2020;
  padding: 20px;
  text-align: center;
  height: 97%;
  width: 95%;
}
.awards-3 section .text main {
  margin-top: 8%;
}
.awards-3 section .text main h5 {
  font-family: bahijSemiBold;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  width: 95%;
  margin: auto;
}
.awards-3 section .text main hr {
  width: 90%;
  margin: 20px auto;
}
.awards-3 section .text main p {
  font-family: bahijSemiBold;
  color: #403d3d;
  font-size: 15px;
  margin: auto;
  width: 90%;
}
/* end awards-3 */
.paragraph {
  margin-bottom: 40px;
}
.paragraph h4 {
  font-family: bahijBold;
  margin: 30px 0;
  font-size: 22px;
}
.paragraph p {
  font-family: bahijExtraLight;
  font-size: 19px;
  line-height: 28px;
}
.paragraph p a {
  text-decoration: none;
  color: #ff2020;
}

/* start award4 */
.award4 {
  margin: 50px 0;
}
.award4 .award4-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 95%;
  margin: auto;
}
.award4 .award4-text h5 {
  font-family: bahijSemiBold;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.award4 .award4-text p {
  font-family: bahijSemiBold;
  font-size: 15px;
  text-align: right;
}
/* end award4 */

/* start award5 */
.award5 {
  width: 100%;
  min-height: 250px;
  background-image: url(./../images/Woibex_banner_17.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.award55 {
  background-image: url(./../images/Woibex_banner_18.jpg);
}
.award5 .award5-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.8;
  width: 45%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.award5 .award5-text h5 {
  font-family: bahijSemiBold;
  color: #fff;
  /* top: 50%;
    position: relative;
    transform: translateY(-50%); */
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 33px;
}
.award5 .award5-text .line {
  border-bottom: 1px solid #fff;
  width: 50%;
  margin: 25px auto;
}
/* end award5 */

/* start activities */
.activities {
  margin: 30px 0;
}
.activities .img-center {
  padding: 25px !important;
  border-width: 2px;
}
.activities h3 {
  text-align: center;
  font-family: bahijBold;
  margin: 40px 0;
}
.activities .actv-section {
  text-align: center;
}
.activities .actv-section img {
  max-height: 90px;
  margin-bottom: 15px;
}
.activities .actv-section p {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: bahijSemiBold;
}
.activities .btn.btn-danger {
  font-family: bahijSemiBold;
  border-radius: 0;
  margin: 20px auto;
  width: 20%;
  background-color: #ec1c24;
  border-color: #ec1c24;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* end activities */

/* start award-top */
.award-top {
  margin: 30px 0;
}
.award-top .award-top-main {
  position: relative;
  width: 100%;
  background-image: url(./../images/Woibex_banner_20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
.award-top .award-top-main.main2 {
  background-image: url(./../images/Woibex_banner_19.jpg);
}
.award-top .award-top-main .award-top-section {
  position: absolute;
  top: 0;
  width: 60%;
  min-height: 35%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #000;
  opacity: 0.9;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.award-top .award-top-main .award-top-section .line {
  border-bottom: 1px solid #fff;
  width: 50%;
  margin: 0 auto 15px;
}
.award-top .award-top-main .award-top-section h5 {
  font-family: bahijSemiBold;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
/* end award-top */

.woibex-title h2 {
  font-family: bahijBold;
  /* font-size: 25px;
    line-height: 35px; */
}
.woibex-women1 {
  background-image: url(./../images/Woibex_banner_21.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 780px;
  margin: 30px 0;
}
/* .woibex-women1.woibex-women2{
    background-image: url(./../images/speaker-banner.jpg);
    height: 560px;
} */
.banner-speaker img {
  width: 100%;
}
/* .images-border{
    background-color: #eee;
    padding: 40px 0;
} */
.images-border .img-center {
  margin-bottom: 30px;
  width: 95%;
}

/* end awards */

/* start carousel slider */
.carousel .carousel-indicators {
  position: relative;
  margin-top: 30px;
}
.carousel .carousel-indicators button {
  background-color: #e5e6e7;
  width: 40px !important;
  height: 4px !important;
  margin-right: 8px !important;
}
.carousel .carousel-indicators .active {
  background-color: #ed2027 !important;
}
.carousel .carousel .carousel-item img {
  height: 750px;
}
/* end carousel slider */

/* start footer */
footer .footer1 {
  background-color: #000;
  border-bottom: 15px solid #b6b6b6;
  min-height: 180px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
footer .footer1 .btn {
  display: none !important;
  background-color: #000;
  color: #b1b1b1;
  font-size: 16px;
  border-color: #4e4e4e;
  border-radius: 0;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
footer .footer1 p {
  color: #b1b1b1;
}
footer .footer1 .social h5 {
  font-family: bahijSemiBold;
  /* font-size: 17px; */
  color: #b1b1b1;
}
footer .footer1 .social {
  margin: 0 auto;
  text-align: center;
}
footer .footer1 .social ul li {
  width: 30px;
  height: 35px;
  cursor: pointer;
}
footer .footer2 {
  background-color: #282828;
  padding-bottom: 30px;
}
footer .footer2 .logo {
  text-align: center;
  position: relative;
  left: -25%;
}
footer .footer2 .logo h5 {
  color: #f9f9f9;
  font-family: auto;
  font-size: 33px;
  margin-top: 20px;
}
footer .footer2 .links {
  margin-top: 5%;
  padding-top: 5%;
  padding-right: 10px;
  border-right: 1px solid #f1efef;
}
footer .footer2 .links h5 {
  color: #f9f9f9;
  margin-bottom: 20px;
  font-size: 20px;
}
footer .footer2 .links p,
footer .footer2 .links p a {
  color: #929292;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 17px;
  text-decoration: none;
}
footer .footer2 .apps {
  padding-top: 10%;
  padding-left: 10px;
}
footer .footer2 .apps h4 {
  font-family: bahijSemiBold;
  color: #f9f9f9;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
footer .footer2 .apps .line {
  border-bottom: 1px solid #f1efef;
  margin: 10px 0;
}
.footer2 .links p {
  margin-bottom: 5px;
}
.footer2 .links a {
  color: #000;
  text-decoration: none;
}
#footer a {
  text-decoration: none;
}
.footer2 .links h5 {
  color: #ed2027;
  font-family: bruumBoldFont;
}
#footer h3,
#footer h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdede;
}
.footer2 .links a::before {
  margin-right: 7px;
  content: ">";
}
footer .footer2 .apps h5,
footer .footer2 .apps h5 a {
  text-decoration: none;
  color: #f9f9f9;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}
footer .footer2 .apps h5 span {
  font-family: bahijSemiBold;
  font-size: 25px;
  margin-top: 15px;
  display: block;
}
footer .footer2 .apps .btn.btn-dark {
  display: none !important;
  background-color: #282828;
  border-color: #4e4e4e;
  border-radius: 0;
  color: #b1b1b1;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
footer .footer2 .apps ul li {
  width: 45%;
}
footer .footer3 {
  background-color: #000;
  padding: 15px 0;
}
footer .footer3 ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #757575;
}
/* end footer */

/* end home sreen */

/* start gallery screen */
.photo-gallery {
  border-top: 4px solid #ff2020;
  padding-top: 35px;
  margin-bottom: 40px;
}
.photo-gallery h4 {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 20px;
}
.photo-gallery .accordion-item {
  border: none !important;
  border-bottom: 1px solid #dde5ec !important;
  margin-bottom: 10px;
}
.photo-gallery .accordion-item:last-of-type {
  border-bottom: none !important;
}
.photo-gallery .accordion-item button {
  border: none !important;
  outline: none !important;
  font-size: 20px;
  font-weight: bold;
}
.photo-gallery .accordion-body h5 {
  color: #ff2020;
  font-weight: bold;
  border-top: 1px solid #dde5ec;
  padding-top: 10px;
  margin-left: 50px;
}
.photo-gallery .accordion-body p {
  margin-bottom: 10px;
  margin-left: 50px;
}
.photo-gallery .accordion-button::after {
  position: absolute;
  left: -5px;
  /* margin-left: -15px; */
  background-image: url(./../images/icon-right.png);
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
/* .photo-gallery .line{
    border-bottom: 1px solid #dde5ec;
    width: 100%;
} */
.photo-gallery .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  box-shadow: none !important;
  display: flex;
  margin-left: 50px;
  width: 85%;
}
.photo-gallery .accordion-button:focus {
  box-shadow: none !important;
}
/* end gallery screen */

/* start welcome-screen */
.welcome-screen .text p {
  font-size: 22px;
  text-align: justify;
}
.welcome-screen .text p a {
  text-decoration: none;
  color: #ff2020;
}
/* end welcome-screen */
.bio-img button {
  display: flex;
  margin: auto;
}
/* start speaker screen */
.speaker-screen .view-bio {
  margin: 30px 0 0;
  padding: 40px 20px;
  background-color: #f1f1f2;
  text-align: center;
}
.speaker-screen .view-bio .bio-img {
  margin-bottom: 40px;
}
.speaker-screen .view-bio .bio-img img {
  min-height: 190px;
}
.speaker-screen .view-bio .bio-img .img9 {
  background-image: url(./../images/speaker-9.png.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  background-position: center;
  margin: auto;
}
.speaker-screen .view-bio .bio-img .img10 {
  background-image: url(./../images/speaker-10.png.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  background-position: center;
  margin: auto;
}
.speaker-screen .view-bio .bio-img .img11 {
  background-image: url(./../images/speaker-11.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  background-position: center;
  margin: auto;
}
.speaker-screen .view-bio .bio-img .img12 {
  background-image: url(./../images/speaker-12.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  background-position: center;
  margin: auto;
}
.speaker-screen .view-bio .bio-img .img13 {
  background-image: url(./../images/speaker-13.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  background-position: center;
  margin: auto;
}
.speaker-screen .view-bio .bio-img .img14 {
  background-image: url(./../images/speaker-14.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  background-position: center;
  margin: auto;
}
.speaker-screen .view-bio .bio-img .img15 {
  background-image: url(./../images/speakerr-15.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  /* background-position: bottom; */
  margin: auto;
}
.speaker-screen .view-bio .bio-img .img16 {
  background-image: url(./../images/speaker-16.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  background-position: center;
  margin: auto;
}
.speaker-screen .view-bio .bio-img .img17 {
  background-image: url(./../images/speaker-17.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  background-position: center;
  margin: auto;
}
.speaker-screen .view-bio .bio-img .img18 {
  background-image: url(./../images/speaker-18.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  background-position: center;
  margin: auto;
}
.speaker-screen .view-bio .bio-img .img19 {
  background-image: url(./../images/speaker-19.jpg);
  background-size: cover;
  width: 180px;
  height: 190px;
  background-position: center;
  margin: auto;
}
.speaker-screen .view-bio .bio-img h5 {
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}
.speaker-screen .view-bio .bio-img .btn.btn-danger {
  background-color: #ff0000;
  border-color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  color: #ffe9e9;
}
.speaker-screen .speaker {
  display: flex;
  width: 100%;
  height: 275px;
  position: relative;
}
.speaker-screen .speaker .speaker-text {
  background-color: #000;
  position: relative;
  top: 0;
  left: 0;
  width: 45%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.speaker-screen .speaker .speaker-text h5 {
  color: #fff;
  text-align: center;
  width: 70%;
  line-height: 33px;
  font-size: 22px;
}
.speaker-screen .speaker .speaker-text .line {
  border-bottom: 1px solid #fff;
  width: 35%;
  margin: 25px auto;
}
.speaker-screen .speaker .speaker-img {
  width: 55%;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
}
.speaker-screen .speaker .speaker-img img {
  width: 100%;
  height: 275px;
}
/* end speaker 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 0.15s ease-in-out,
    box-shadow 0.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 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: #ff2020;
  border: none;
  font-size: 14px;
  color: #ffe9e9;
}
.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 event theme screen */
/* .event-theme-screen header .right-part .nav3 a {
    margin-right: 8px !important;
} */
.event-theme-screen .event-theme h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.event-theme-screen .event-theme p.p-theme {
  font-size: 20px;
}
.event-theme-screen .event-theme .theme-sections {
  margin-top: 35px;
}
.event-theme-screen .event-theme .theme-sections h5 {
  font-weight: 600;
  width: 80%;
  font-size: 22px;
  margin-bottom: 20px;
}
.event-theme-screen .event-theme .theme-sections p {
  font-size: 18px;
}
.event-theme-screen .event-theme .theme-sections .row {
  margin-bottom: 25px;
}
/* end event theme screen */

/* start agenda-screen */
/* .agenda-screen header .right-part .nav3 a {
    margin-right: 8px !important;
} */
.ar.agenda-screen .photo-gallery .btn-danger,
.ar.agenda-screen .photo-gallery .btn-danger a {
  font-family: bahijSemiBold;
}
.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;
  padding: 6px 26px;
  font-family: bahijSemiBold;
}
.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;
  font-family: bahijSemiBold;
}
.event-agenda h5 {
  font-family: bahijSemiBold;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
.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: 20px;
  /* color: #ff0000; */
  font-family: bahijSemiBold;
}
.agenda-screen .agenda-section ul {
  padding-left: 1rem;
  margin-top: 5px;
}
.agenda-screen .agenda-section ul li {
  font-family: bahijSemiBold;
  font-size: 14px;
  margin-bottom: 4px;
}
/* end agenda-screen */

/* start media-screen */
.media-screen .photo-gallery p,
.media-screen .photo-gallery h6 {
  font-weight: bold;
}
.media-screen .contact-text a {
  text-decoration: none;
  color: #ff0000;
}
.media-screen .contact-text .search {
  position: relative;
  width: 100%;
  min-height: 40px;
  margin-bottom: 35px;
}
.media-screen .contact-text .search input {
  position: absolute;
  width: 65%;
  height: 100%;
}
.media-screen .contact-text .search .btn-danger {
  width: 20%;
  position: absolute;
  height: 100%;
}
.media-screen .contact-text h6.text-red {
  color: #ff0000;
  line-height: 25px;
  font-size: 20px;
  font-weight: normal;
}
.media-screen .contact-text h6.text-red p {
  color: #5c5c5c;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.media-screen .contact-text p.text {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  line-height: 25px;
  margin-top: -20px;
}
/* stat profile-screen */
.profile-screen p.general-defination {
  margin-bottom: 1px;
  font-size: 19px;
}
.profile-screen .btn-danger {
  font-size: 20px;
}
/* start video-screen */
.video-screen .video-gallery h4 {
  border-bottom: 4px solid #ff0000;
  font-family: bruumBoldFont;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.video-screen .video-gallery label {
  font-weight: bold;
}
.video-screen .video-gallery .form-select {
  width: 47%;
  margin-left: 20px;
  min-height: 35px;
}
.video-screen .video-gallery .text p {
  font-size: 20px;
}
.video-screen .video-gallery .text p b {
  font-family: bruumBoldFont;
}
/* start guest-honour-screen */
/* .guest-honour-screen header .right-part .nav3 a ,
.guest-participating-screen header .right-part .nav3 a {
    margin-right: 7px !important;
    margin-left: -4px;
} */

.guest-honour-screen .guest-honour h4,
.guest-participating-screen .guest-honour h4,
.call-pager {
  border-bottom: 4px solid #ff0000;
  font-family: bruumBoldFont;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.ar.guest-honour-screen h4 {
  font-family: bahijBold;
  direction: rtl;
}
.ar.org-screen .form-proposal,
.ar.org-screen .form-proposal label {
  font-family: bahijSemiBold;
}
.guest-honour-screen .guest-honour table thead,
.guest-participating-screen .guest-honour table thead {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ed2139;
  color: #fff;
}
.guest-participating-screen #countrylist .countrylist {
  background: #ed2139;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  font-size: 13px;
}
.guest-participating-screen #countrylist .countrylist a {
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
}
.guest-participating-screen #countrylist .countrylist a:hover {
  color: #ffcc05;
}
.guest-participating-screen #countrylist .titles {
  background: #e3e3e3;
  color: #000;
  font-weight: 700;
}
.guest-participating-screen #countrylist #countryletter td {
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.guest-participating-screen #countrylist tr:last-child td,
.panel:last-child {
  border-bottom: none;
}
.guest-participating-screen #countrylist .countryletter {
  background: #ffdbdf;
  font-weight: 700;
  color: #900;
  text-align: left;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.guest-participating-screen #countrylist .countryletter a {
  color: #ce0000;
  font-weight: 400;
  text-decoration: none;
}
.guest-participating-screen #countrylist {
  border: 1px solid #d2d2d2;
}
.guest-participating-screen #countrylist tr td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  font-size: 13px;
}
/* start org-screen */
.org-screen .section-org {
  margin-bottom: 25px;
}
.org-screen .section-org ul,
.call-pager-screen .call-pager-text ul {
  list-style: none;
}
.org-screen .section-org ul li,
.call-pager-screen .call-pager-text ul li {
  font-weight: 600;
  font-size: 16px;
}
.org-screen .section-org h5 {
  font-family: bruumBoldFont;
  font-size: 17px;
}
.org-screen .form-proposal {
  width: 40%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 70px;
}
/* start call-pager-screen */
.ar.call-pager-screen .call-pager a {
  font-family: bahijSemiBold;
  font-size: 20px;
}
.call-pager-screen .call-pager a {
  text-decoration: none;
  color: #fff;
}
.ar.call-pager-screen .call-pager-text p,
.ar.call-pager-screen .call-pager-text h5,
.ar.call-pager-screen .call-pager-text ul li {
  font-family: bahijSemiBold !important;
  font-size: 18px !important;
  /* font-weight: 600; */
}
.call-pager-screen .call-pager-text p {
  font-size: 18px;
  font-weight: 600;
}
.call-pager-screen .call-pager-text p b,
.call-pager-screen .call-pager-text h5 {
  font-family: bruumBoldFont;
}
.call-pager-screen .call-pager-text h5 {
  margin: 30px 0;
}
.call-pager-screen .call-pager-text ul li {
  list-style: inside;
  margin-bottom: 10px;
}
/* .call-pager-screen .call-pager-text a{
    text-decoration: none;
    color: #ff0000;
} */
/* start what-we-do-screen */
.what-we-do-screen .what-we-do .section1 h4 {
  border-top: 4px solid #ff2020;
  padding-top: 20px;
  margin-bottom: 20px;
  font-family: bruumBoldFont;
}
.what-we-do-screen .what-we-do .section1 p {
  font-size: 20px;
  margin-bottom: 30px;
}
.what-we-do-screen .what-we-do .section {
  margin-bottom: 30px;
  width: 90%;
}
.what-we-do-screen .what-we-do .section h5 {
  color: #ff2020;
  font-family: bruumBoldFont;
  margin-bottom: 20px;
}
.what-we-do-screen .what-we-do .section span {
  font-size: 18px;
}
.what-we-do-screen .what-we-do .section a {
  text-decoration: none;
  color: #ff2020;
  font-family: bruumLightFont;
}
/* start venue screen */
.venue-screen .text h2 {
  font-family: bahijBold;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  font-size: 24px;
}
.venue-screen .text b {
  font-family: bahijBold;
  margin-left: 4px;
}
.venue-screen .text p,
.venue-screen .text a,
.venue-screen .text ul li {
  font-size: 20px;
  font-family: bahijSemiBold;
  margin-bottom: 0.5rem;
}
.venue-screen .text ul {
  padding-right: 35px;
}
.venue-screen .text a {
  text-decoration: none;
}
.venue-screen .event-venue {
  width: 98%;
}
.venue-screen .event-venue h4 {
  border-bottom: 4px solid #ff0000;
  font-family: bruumBoldFont;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.venue-screen .event-venue a {
  text-decoration: none;
  color: #ff0000;
  font-size: 17px;
}
.venue-screen .past-winner {
  border-left: 1px solid #e9e9e9;
  padding-left: 10%;
}
.venue-screen .past-winner h5 {
  font-family: bruumBoldFont;
  border-bottom: 1px solid #e9e9e9;
  font-size: 21px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.venue-screen .past-winner p {
  font-size: 17px;
}
.venue-screen .past-winner iframe {
  min-height: 280px;
}

/* start media query */
@media only screen and (min-width: 1400px) {
  .banner {
    height: 820px;
  }
  .datamatix-section p,
  .datamatix-section a {
    font-size: 25px;
    line-height: 40px;
  }
}
@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: 1199px) {
  .datamatix-section p {
    font-size: 18px;
    width: 100%;
  }
  footer .footer2 .links h5 {
    font-size: 17px;
  }
  footer .footer2 .links p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .counter h2 {
    font-size: 24px;
  }
  .datamatix-section p {
    font-size: 16px;
  }
  /* contact screen */
  .contact-screen .contact-form form label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1109px) {
  .counter-top .btns {
    width: 100%;
  }
}
@media only screen and (max-width: 1035px) {
  .awards-2 section .text main {
    margin-top: 0;
  }
}

@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,
  header .nav2 ul li:not(:first-child)::before,
  header .nav3 ul li:not(:first-child)::before {
    position: relative;
  }
  .banner {
    height: 470px;
  }
  .banner .banner-text h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner .banner-text p {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }
  .awards-2 section,
  .awards-3 section {
    width: 40%;
  }
  .award5 .award5-text h5 {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }
  .award4 .award4-text h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .award4 .award4-text p {
    font-size: 14px;
  }
  .woibex-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .woibex-title h2 br {
    display: none;
  }
  .activities .btn.btn-danger {
    width: 40%;
  }
  footer .footer2 .logo {
    left: 0;
  }
  footer .footer2 .logo h5 {
    font-size: 25px;
  }
  footer .footer2 .links h5 {
    font-size: 12px;
  }
  footer .footer2 .links p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  footer .footer2 .apps h4,
  footer .footer2 .apps h5 {
    font-size: 16px;
    line-height: 22px;
  }
  footer .footer2 .apps .btn.btn-dark {
    width: 90%;
  }
}
@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;
  }
  .datamatix-section p {
    font-size: 18px;
  }
}
@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;
  }
  .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: 90%;
    position: relative;
    top: 50%;
    margin: auto;
  }
  .banner .banner-text h3 {
    color: #ff2020;
    text-align: center;
  }
  .banner .banner-text p {
    color: #fff;
    text-align: center;
  }
  .counter-top button.btn {
    width: 100%;
    margin: 20px auto;
  }
  .banner,
  .bannerTop {
    width: 100%;
    height: 400px;
    background-position: left;
  }
  .awards-2,
  .awards-3 {
    min-height: 570px;
  }
  .awards-2 section .text main h5,
  .awards-3 section .text main h5 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  .awards-2 section .text main p,
  .awards-3 section .text main p {
    font-size: 13px;
    width: 100%;
  }
  .awards-2 section .text main hr,
  .awards-3 section .text main hr {
    width: 90%;
    margin: 10px auto;
  }
  .awards-2 section .text main,
  .awards-3 section .text main {
    margin-top: 0;
  }
  h2.main-header {
    font-size: 20px;
    text-align: center;
  }
  h2.main-header br {
    display: none;
  }
  .paragraph p {
    font-size: 16px;
    line-height: 24px;
  }
  .award-top .award-top-main {
    margin-bottom: 20px;
  }
  .datamatix-section {
    margin: 9% auto;
  }
  .datamatix-section h3 {
    font-size: 20px;
  }
  .datamatix-section p {
    font-size: 14px;
    width: 85%;
  }
  .woibex-title {
    text-align: center;
  }
  .woibex-title br {
    display: none;
  }
  .woibex-women1 {
    height: 580px;
  }
  footer .footer1 {
    text-align: center;
    padding: 20px 0;
  }
  footer .footer1 .btn {
    margin: 20px auto;
  }
  footer .footer2 .links h5 {
    font-size: 16px;
  }
  footer .footer2 .links p {
    font-size: 14px;
  }
  footer .footer2 .links {
    border-right: 0;
  }
  footer .footer2 .apps h4 br,
  footer .footer2 .apps h5 {
    display: none;
  }
  footer .footer2 .apps h4,
  footer .footer2 .apps h5 {
    text-align: center;
  }
  footer .footer2 .logo h5 br {
    display: none;
  }
  /* start gallery screen */
  .photo-gallery h4 br {
    display: none;
  }
  /* start welcome screen */
  .welcome-screen .text p {
    font-size: 17px !important;
  }
  /* start speaker screen */
  .speaker-screen .speaker .speaker-text h5 {
    width: 100% !important;
    line-height: 30px !important;
    font-size: 17px !important;
  }
  .event-theme-screen .event-theme h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .event-theme-screen .event-theme p.p-theme {
    font-size: 17px;
  }
  .event-theme-screen .event-theme .theme-sections h5 {
    font-size: 20px;
    width: 100%;
  }
  .event-theme-screen .event-theme .theme-sections p {
    font-size: 16px;
  }
  /* 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;
    padding: 3px 15px;
  }
  .event-agenda h5 {
    font-size: 16px;
  }
  /* start .venue-screen */
  .venue-screen .past-winner {
    border-left: none;
    width: 98%;
  }
  .venue-screen .past-winner iframe {
    width: 98%;
    margin: 20px auto;
  }
  .venue-screen .past-winner h5 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .nav2,
  .nav3 {
    padding: 20px 0;
  }
  .nav2 ul li,
  .nav3 ul li {
    width: 100%;
  }
  header .right-part .nav1 button {
    font-size: 12px;
  }
  .awards-2,
  .awards-3 {
    min-height: 490px;
  }
  .awards-2 section,
  .awards-3 section {
    height: 100%;
    width: 50%;
  }
  .awards-2 section .text main p,
  .awards-3 section .text main p {
    font-size: 12px;
  }
  .awards-2 section .text main h5,
  .awards-3 section .text main h5 {
    font-size: 13px;
    line-height: 16px;
  }
  .award5 .award5-text {
    width: 55%;
  }
  .award5 .award5-text h5 {
    font-size: 15px;
    line-height: 20px;
  }
  .counter-top .btns {
    margin-top: 15px;
  }
  .counter-top .btns .btn {
    width: 100%;
    margin-top: 5px;
  }
  .banner .banner-text h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .banner .banner-text p {
    font-size: 15px;
    line-height: 20px;
  }
  .datamatix-section p {
    width: 100%;
  }
  .woibex-women1.woibex-women2 {
    height: 190px;
  }
  .award-top .award-top-main .award-top-section h5 {
    font-size: 15px;
    line-height: 23px;
  }
  .images-border .img-center {
    width: 75%;
    margin: 15px auto;
  }
  footer .footer3 ul li {
    width: 42%;
  }
  footer .footer2 .logo h5 {
    font-size: 20px;
  }
  /* start gallery screen */
  .photo-gallery h4 {
    font-size: 16px;
    text-align: center;
  }
  .photo-gallery .accordion-body h5,
  .photo-gallery .accordion-item button {
    font-size: 16px !important;
  }
  .photo-gallery .accordion-body p {
    font-size: 14px;
  }
  /* start welcome screen */
  .welcome-screen .text p {
    font-size: 15px;
  }
  /* start speaker screen */
  .speaker-screen .view-bio .bio-img h5 {
    font-size: 16px;
  }
  .speaker-screen .view-bio .bio-img .btn.btn-danger {
    font-size: 12px;
  }
  .speaker-screen .speaker .speaker-text h5 {
    line-height: 24px;
    font-size: 16px;
  }
  .speaker-screen .speaker .speaker-text .line {
    margin: 15px auto;
  }
  /* contact screen */
  .contact-screen .contact-form form .security .left-part .section1,
  .contact-screen .contact-form form .security .right-part input {
    width: 100%;
  }
  /* register screen */
  .registration-screen .event-registration h4.event {
    text-align: center;
    margin-bottom: 20px;
  }
  .event-theme-screen .event-theme h4 {
    font-size: 18px;
  }
  .event-theme-screen .event-theme p.p-theme {
    font-size: 15px;
  }
  .event-theme-screen .event-theme .theme-sections h5 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .event-theme-screen .event-theme .theme-sections p {
    font-size: 15px;
  }
  /* speaker */
  .photo-category {
    background: #eeeeee;
    padding: 40px 0;
  }
  .photo-category img {
    padding: 10px;
    background-color: #fff;
  }
  .text-category {
    font-family: bahijSemiBold;
  }
  header .nav2 ul li:last-child::before {
    margin-right: 70px;
  }
  /* end speaker */
  /* start media-screen */
  .media-screen .search input {
    width: 65% !important;
  }
  .media-screen .search .btn-danger {
    width: 35% !important;
    font-size: 14px;
  }
  .profile-screen .btn-danger {
    font-size: 16px;
  }
}
@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: 414px) {
  .datamatix-section p {
    line-height: 22px;
  }
  .activities .btn.btn-danger {
    font-size: 14px;
    width: 50%;
  }
}

@media only screen and (max-width: 375px) {
  .datamatix-section h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .datamatix-section p,
  .datamatix-section a {
    font-size: 14px;
    line-height: 22px;
  }
  .datamatix-section {
    margin-bottom: 25px;
  }
}
/* end media query */
.dark-part {
  padding: 40px 0;
  background: #000;
}
.dark-part p {
  color: #fff;
}
.dark-part button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 24px;
  border-radius: 0;
}
.dark-part a i {
  color: #fff;
  border-radius: 50%;
  padding: 6px 8px;
  margin-right: 15px;
}

#footer {
  color: #000;
}
#footer .footer-col {
  padding: 40px 0;
}
#footer .btn {
  font-family: BruumFY-Light;
}
#footer .footer-col p,
#footer .footer-col2 p {
  font-family: BruumFY-Light;
  margin-bottom: 5px;
  color: #000;
}
#footer .footer-col h4,
#footer .footer-col2 h4 {
  font-size: 18px;
  font-family: BruumFY-Bold;
  color: #ed2027;
  margin-bottom: 20px;
}
#footer h3,
#footer h4 {
  color: #000;
  font-family: BruumFY-Regular;
}
.copyright ul li {
  display: inline;
}
.copyright {
  background: #000;
  padding: 10px 0;
}
.copyright div {
  color: #fff;
  margin-right: 7px;
  font-size: 17px;
}
#counter small {
  color: #fff !important;
}
.footer-col h5 {
  color: #ed2027;
  font-family: BruumFY-Regular;
}
.footer-col p a {
  color: #000;
  text-decoration: none;
  font-family: BruumFY-Regular;
}
.apps img {
  width: 100%;
}
.bnr-1 {
  background-image: url(../images/Woibex_img_AR_5-04.jpg);
}
.bnr-2 {
  background-image: url(../images/Woibex_img_AR_1-04.jpg);
}
.bnr-3 {
  background-image: url(../images/Woibex_img_AR_2-04.jpg);
}
.bnr-4 {
  background-image: url(../images/Woibex_img_AR_3-04.jpg);
}
.bnr-5 {
  background-image: url(../images/Woibex_img_AR_4-04.jpg);
}
.bnr-2 h3,
.bnr-3 h3,
.bnr-4 h3,
.bnr-5 h3 {
  margin-top: 100px;
}
.bnr {
  background-repeat: no-repeat;
  background-size: contain;
  height: 750px;
  padding: 70px 0;
}
.bnr h3 {
  font-family: bahijBold;
  color: #000;
  font-size: 40px;
  margin-bottom: 20px;
}
.bnr p {
  font-family: bahijSemiBold;
  font-size: 22px;
  text-align: justify;
  line-height: 27px;
}
.theme img {
  width: 100%;
}
.theme h2 {
  direction: rtl;
  font-family: bahijBold;
}
.theme span {
  direction: rtl;
  float: right;
  font-size: 17px;
  text-align: right;
  font-family: bahijSemiBold;
}
.theme h4 {
  font-family: bahijBold;
  font-size: 35px;
  color: #000;
  line-height: 44px;
  margin-bottom: 35px;
}
.dark-part button,
.dark-part p,
.dark-part a {
  display: none;
}
