*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
  font-family: General Sans;
  src: url(../fonts/GeneralSans-Regular.otf);
}

body{
  padding: 0;
    margin: 0;
    box-sizing: border-box;  
    font-family: General Sans;
}
img{
    width: 100%;
}
h1{

}
h2{
        font-size: 30px;
}
h3{

}
h4{

}
h5{

}
h6{

}
p{
    font-weight: 400;
    font-size: 16px;

}
span{

}
a{
text-decoration: none;
color: #000;
}

.dropdown button {
  background-color: #253849;
  min-width: 130px;
  width: max-content;
  height: 40px;
  border-radius: 20px;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}
.dropdown button img {
  margin: 0 5px 0 0;
}
.dropdown button img,
.dropdown-content li img {
  width: 28px;
}
.dropdown button,
.dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans Arabic", sans-serif;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  margin-left: 15px;
}
.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin: 0 0 0 5px;
}

.dropdown button:hover {
  cursor: pointer;
  background-color: #3c5b77;
}
/* Style for the dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #f5f5f5;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  max-height: 315px;
}
/* Style for the dropdown content items */
.dropdown-content li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  justify-content: end;
}
.dropdown-content li img {
  margin: 0 20px 0px 20px;
}
/* Style for the dropdown content items on hover */
.dropdown-content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  color: blue;
  border-radius: 5px;
}
/* Show the dropdown content when the dropdown button is clicked */
.dropdown:focus-within .dropdown-content {
  display: block;
}
/* Animate the dropdown content */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-content {
  animation: slideIn 0.3s ease-out;
}
/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}






.btn_design{

}
ul{

}
li{
font-weight: 400;
font-size: 16px;
}
.white_clr{
color: #fff;
}

header.main_header {
    background: #FFFFFF;
}
.contact_us a {
    background: #00B7DC;
    color: #fff;
    border-radius: 100px;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 16px;
}
.navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
.nav-item a.nav-link {
    padding: 0 !important;!i;!;
    margin-left: 20px;
    margin-right: 20px;
}
.nav-item.active a.nav-link {
    font-weight: 500;
}
.main_title {
    font-family: General Sans;
    font-size: 42px;
    font-weight: 600;
    line-height: 54.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    position: relative;
    margin-bottom: 30px;
}
.main_title::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 8px;
    background: #00B7DC;
    width: 80%;
    transform: translate(-50%, 0px);
}
.sec01 {
    background: linear-gradient(90deg, rgba(0, 183, 220, 0.2) 1.25%, rgba(0, 183, 220, 0.1) 25.86%, rgba(0, 183, 220, 0.1) 75.62%, rgba(0, 183, 220, 0.2) 100%);
}
.our_slider1 h3 {
    font-family: General Sans;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    margin-top: 10px;
}
.padding-top{
    padding-top: 50px;
    box-sizing: border-box;
}
.padding-bottom{
    padding-bottom: 50px;
    box-sizing: border-box;
}
.sec02{
background: #00CFCC1A;
}
.secnd_title {
    font-family: General Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
.secnd_title {
    border-right: 1px solid #0000001A;
}
.subtitle_y {
    font-family: General Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00B7DC;
    display: block;
}
.second_heading{
    font-family: General Sans;
font-size: 32px;
font-weight: 600;
line-height: 41.6px;
text-align: left;
color: #000000;
}
.margin_bt{
    margin-bottom: 10px;
}
.heading_3{
    font-family: General Sans;
font-size: 22px;
font-weight: 600;
line-height: 28.6px;
text-align: left;
color: #000000;
}
.sec04  .container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 207, 204, 0.1) 100%);
    padding: 50px;
    box-sizing: border-box;
    border-radius: 20px;
}
.icon_list {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #00B7DC;
    text-align: center;
    line-height: 60px;
    flex-basis: 60px;
    max-width: 60px;
    min-width: 60px;
}
.icon_list img {
    width: auto;
}
.our_icon_bx {
    display: flex;
    justify-content: start;
    column-gap: 20px;
}

.our_icon_bx {
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 10px 20px 0px #0000000D;
    border-radius: 10px;
    margin-bottom: 25px;
}

.margin_ytv{
    margin-bottom: 30px;
}
.sec05{
    background: url('../img/18-Riyadh-2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sec05 .row {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 20px;
}
.our_ocounter {
    border-right: 1px solid #000000;
}
.sec05 .row .col-md-3:last-child .our_ocounter {
    border: 0;
}
.our_ocounter p {
    margin-bottom: 0;
}
.pt{
    padding-top:100px;
    box-sizing: border-box;
}
.pb{
    padding-bottom: 100px;
    box-sizing: border-box;
}
.img_wrap {
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

li.nav-item button.nav-link.active {
    background: transparent;
    color: #000;
}

li.nav-item button.nav-link {
    color: #000;
}

li.nav-item button.nav-link.active .img_wrap {
    background: #00B7DC;
}

/*li.nav-item button.nav-link.active .img_wrap svg {
    filter: invert(1);
    fill: #ffff;
}*/
.tab_wrap li {
    margin-bottom: 10px;
}
.sec06 .tab_items ul {
/*    justify-content: space-between; */
justify-content: center;
}

.sec06 .tab-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 207, 204, 0.1) 100%);
    padding: 50px 30px;
    border-radius: 20px;
    box-sizing: border-box;
}
.sec07{
    background: #000;
}
.img_wrap_sec {
    width: 150px;
    height: 150px;]50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.slider_n1 {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 10px 20px 0px #0000000D;
    border-radius: 20px;
    margin-top: 30px;
}
.tilte_tema h3.heading_3 {
    text-align: center;
}
.wrap_r {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 207, 204, 0.1) 100%);
    padding: 0px 50px 50px 50px;
    border-radius: 20px;
}
.list_posting {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.list_posting ul {
    margin: 0;
    padding: 0;
    justify-content: space-between;
    display: flex;
}

.list_posting ul li {
    text-decoration: none;
    list-style: none;
}

.list_posting ul li i {
    padding-right: 5px;
    color: #00B7DC;
}

.slier_whats {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 20px;
}
.icon_add {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.icon_add i {
    width: 50px;
    height: 50px;
    background: #00B7DC;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 100%;
}

.our_text {
    font-family: General Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.fo_ty {
    background: #000;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 20px;
}
.fo_ty label.form-label {
    color: #fff;
    font-family: General Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.form_warp input {
    box-shadow: 0px 10px 20px 0px #0000000D;
    height: 50px;
    border: solid 1px  #fff;
}
.form_warp input:focus {
    box-shadow: unset;
    border: solid  1px  #ccc;
}
.form_warp textarea:focus {
    box-shadow: unset;
    border: solid  1px  #fff;
}
.btn_try {
    background: #00B7DC;
    border: solid 1px #00B7DC;
    border-radius: 100px;
    padding: 15px 50px;
}
footer {
    background-image: url('../img/footr.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.logo_wrap {}

.logo_wrap img {
    width: 181px;
}

.logo_wrap p {
    color: #fff;
}

.social_wrap ul {
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 10px;
}

.social_wrap ul li {
    line-height: 35px;
    width: 35px;
    height: 35px;
    border: 1px solid #FFFFFF1A;
    list-style: none;
    text-align: center;
    border-radius: 100%;
}

.social_wrap ul li a {
    color: #fff;
}

.social_wrap ul li:hover {
    border: 1px solid #ffffff;
    background: #fff;
}

.social_wrap ul li:hover a {
    color: #00B7DC;
}

.footer_par2 ul {
    margin: 0;
    padding: 15px 0 15px 0;
}

.footer_par2 ul li {
    list-style: none;
}

.footer_par2 ul li a {
    color: #fff;
    margin-bottom: 15px;
    display: block;
}
.icon_addf {
    display: flex;
    column-gap: 5px;
    margin-bottom: 10px;
}
.ivon_d i {
    width: 20px;
    height: 22px;
    text-align: left;
    color: #00B7DC;
}
.icon_addf .our_text {
    color: #fff;
    font-family: General Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
footer {
    padding-top: 50px;
    padding-bottom: 25px;
}
.footer_par2 ul {
    margin: 0;
    padding: 0px 0 15px 0;
}
.footer_par2 h3 {
    padding-bottom: 20px;
}
.logo_wrap p {
    padding-top: 25px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.tf_b {
    border-top: solid 1px #ffffff6e;
    padding-top: 25px;
    margin-top: 25px;
}
.our_edf p {
    margin-bottom: 0;
}
h2.accordion-header button.accordion-button {
    font-family: General Sans;
    font-size: 22px;
    font-weight: 500;
    line-height: 28.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    background: transparent;
}
.ivon_d img {
    width: 20px;
    margin-right: 10px;
}
video{
  border: 1px solid #ccc;
  border-radius: 20px;
  display: block;
  margin: 0 auto 20px auto;
  box-shadow: rgba(0,0,0, .2) 0 0 30px
}

.tap{
  display: inline-block;
  padding: 10px 30px;
  background: #7985FF;
  color: #fff;
  line-height: 1;
  border-radius: 30px;
  text-decoration: none;
  transition: all .25s ease-out
}
.tap:hover{
   background: #111;
   color: #fff;
  text-decoration: none;
  box-shadow: rgba(0,0,0, .3) 0 0 30px
}
.tap:active{
  transform: scale(0.9)
}
li.nav-item button.nav-link.active .svg_non_active {
    display: none;
}
li.nav-item button.nav-link .svg_active {
    display: block;
}
.linkdin_con i {
    background: #000000;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    line-height: 25px;
}
/*.tilte_tema span.subtitle_y {
    min-height: 45px;
}*/
.img_wrap_sec {
    background: #fff;
    border: solid 3px #00B7DC;
    border-radius: 100%;
    overflow: hidden;
}
.img_wrap_sec img {
    height: 100%;
    object-fit: cover;
}
.c-counter__col {
  text-align: center;
  padding-bottom: 50px;
  border-right: 1px solid black;
}

.c-counter__col:last-child {
  border-right: 0px solid black;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}
.lind_text a {
    color: #00B7DC !important;
    font-weight: 600 !important;
}

@media (max-width: 991px) {
  .c-counter__col {
    border-right: 0px dashed black;
    border-bottom: 1px dashed black;
    width: 50%;
    margin: auto auto;
  }
  
  .c-counter__col:last-child {
    border-bottom: 0px dashed black;
  }
}
.our_img .video-container {
      position: relative;
      width: 640px;
      height: 360px;
      margin: 0 auto;
    }

.our_img  .video-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.our_img .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 101%);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

   .our_img .play-button i {
      color: #00000069;
      font-size: 24px;
    }

  .our_img  video {
      display: none;
      width: 100%;
      height: 100%;
    }
.our_img .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.img_wrap_t {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

.padding_rapf{
    padding-bottom: 25px;
    box-sizing: border-box;
}
.slider_n1 .tilte_tema p {
    min-height: 220px !important;
}
.our_slider_team  .owl-theme .owl-nav button {
    width: 50px !important;
    height: 50px !important;
    background: #FFFFFF1A !important;
    border-radius: 100% !important;
    color: #ffffff !important;
}
.our_slider_team .owl-theme .owl-nav button:hover {
    background: #00B7DC !important;
}
.fa-regular ,.fa-brands, .fa-light,.fa-envelope:before{
        font-family: 'Fontawesome' !important;
}
.linkdin_con:hover i {
    background: #00B7DC;
    cursor: pointer;
}
.ivon_d.enve {
    width: 50px;
    height: 50px;
    background: #00B7DC;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 100%;
}
.ivon_d.enve img {
    margin-right: 0;
}
.social_wrap ul li img {
    width: 20px;
}
.social_wrap ul li img.show_hn {
    display: inline-block;
}
.social_wrap ul li img.show_h {
    display: none;
}
.social_wrap ul li:hover .show_hn {
    display: none !important;
}
.social_wrap ul li:hover .show_h {
    display: inline-block !important;
}
a{
    cursor: pointer;
}
.show_phone{
    display: none;
}
.hide_phone{
    display: block;
}
.fade:not(.show) {
    opacity: 1;
}
.tg_rd {
    margin-bottom: 25px;
    box-sizing: border-box;
}

.our_banner_slider .owl-nav button.owl-next {
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    transform: translate(0%, -50%);*/
    background: #00b7dc;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    line-height: 50px;
}
.our_banner_slider .owl-nav button.owl-prev {
/*    position: absolute;*/
/*    left: 0;*/
/*     bottom: 0;*/
/*    transform: translate(0%, -50%);*/
    background: #00b7dc;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    line-height: 50px;
}
.our_banner_slider .owl-nav button.owl-next:hover , .our_banner_slider .owl-nav button.owl-prev:hover {
   background: #000000; 
}
.our_banner_slider .owl-theme .owl-dots button.owl-dot.active span {
background: #00b7dc;
}
.cont_rfgc .owl-nav button.owl-next {
    background: #00b7dc;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    line-height: 50px;
}
.cont_rfgc .owl-nav button.owl-prev {
     background: #00b7dc;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    line-height: 50px;
}
.cont_rfgc .owl-theme .owl-dots button.owl-dot.active span {
background: #00b7dc;
}

.sec10 .cont_rfgc .owl-nav {
    text-align: center;
}

.sec10 .cont_rfgc .owl-nav button {
    margin-right: 5px;
    margin-left: 5px;
}
.sec10 .cont_rfgc .owl-nav {
    margin-top: 20px;
}
.slier_whats {
    margin-bottom: 20px;
}
.our_slider2 {
    margin-bottom: 20px;
}
.tab_items .img_wrap img {
    width: 60px;
}
.dropdown.for_desktop {
    display: block;
}
.dropdown.for_mobile {
    display: none;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
    
}
@media(max-width:1199px) and (min-width: 992px){
.sec08 .col-md-12 p br {
    display: none;
}
.heading_3{
        font-size: 16px;
    font-weight: 600;
    line-height: 20.6px;
    }
    .sec08 .col-md-12 p br {
    display: none;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
    header.main_header .navbar-expand-lg a.navbar-brand img {
    max-width: 150px;
}
}
@media(max-width:991px) and (min-width: 768px){
.secnd_title {
    font-size: 16px;
    line-height: 23.2px;
}
.our_icon_bx p {
    min-height: 170px;
}
.scroll_wrap .img_wrap {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 5px;
}

.img_wrap svg {
    width: 40px;
    height: 40px;
}

.scroll_wrap ul button.nav-link br {
    display: block;
}

.scroll_wrap ul button.nav-link {
    padding-left: 5px;
    padding-right: 5px;
}
.sec04  .heading_3{
    line-height: 20.6px;
        font-size: 16px;
}
.dropdown.for_desktop {
    display: none;
}
.dropdown.for_mobile {
    display: block;
}
} 
@media(max-width:991px){
  .show_phone{
    display: block;
}
.hide_phone{
    display: none;
}  
br{
    display: none;
}
.sec05 .row {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 20px;
    margin: unset;
}
}

.main_header .navbar-expand-lg{
    justify-content: space-between;
}
.our_menu_wrap {
    display: flex;
    align-items: center;
}
.tile_hbvc {
    display: flex;
    align-items: center;
    column-gap: 6px;
    justify-content: start;
}
@media(max-width:767px){
    .main_title{
        line-height: 37.6px;
        font-size: 28px;
    }
    .sec02  h2.secnd_title {
    text-align: center;
    margin-bottom: 20px;
    border-right: 0;
}
.sec02 h2.secnd_title br {
    display: none;
}
.sec03 .our_about {
    margin-top: 20px;
}
.second_heading {
    font-size: 20px;
    line-height: 30.6px;
}
.our_icon_bx {
    display: block;
}
.sec04 .container {
    padding-left: 15px;
    padding-right: 15px;
}

.sec04 .container .icon_list {
    margin-bottom: 10px;
}

.sec04 .container  .heading_3 {
    font-size: 20px;
    font-weight: 600;
}
 .our_ocounter {
        border-right: 0;
        margin-bottom: 15px;
    }
    .heading_3{
        font-size: 20px;
    }
    li.nav-item button.nav-link .img_wrap {
    height: 40px;
    width: 40px;
    line-height: 30px;
    border-radius: 5px;
}

li.nav-item button.nav-link .img_wrap svg {
    width: 30px;
}

li.nav-item button.nav-link svg {
    height: auto;
}

li.nav-item button.nav-link .img_wrap {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

li.nav-item button.nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.sec06 .tab_items > ul {
    column-gap: 10px !important;
    text-align: center;
    max-width: 540px;
    overflow-x: scroll;
    overflow-x: scroll;
    width: 100%;
}

.scroll_wrap {
    width: 540px;
}

.sec06 .tab-content {
    padding-top: 10px;
}

.tab_items {
    overflow: hidden;
}
.sec06 .tab_items > ul {
    width: 540px !important;
    overflow: scroll !important;
}

.scroll_wrap {
    overflow: hidden;
    width: 100%;
}
.list_posting ul li span.type_cal {
    font-size: 12px;
}
.slier_whats {
    margin-bottom: 20px;
}
.social_wrap {
    margin-bottom: 20px;
}
.our_edf p {
    text-align: center;
    margin-bottom: 10px;
}
header.main_header a.navbar-brand {
    width: 150px;
}

.scroll_wrap {
    width: 100%;
    overflow: scroll;
}

.scroll_wrap   ul {
    width: 600px;
    display: block;
    overflow: scroll;
}
.scroll_wrap ul li.nav-item {
    display: inline-block;
}
.scroll_wrap li.nav-item button.nav-link .img_wrap {
    margin: 0px auto 10px;
}
.our_menu_wrap {
    display: flex;
    align-items: center;
}
.main_header button#dropdown-btn {
    font-size: 12px;
    margin-left: 5px;
    min-width: 100px;
}
.main_header .our_menu_wrap {
        display: flex;
        flex-direction: row-reverse;
        column-gap: 10px;
    }

.main_header  nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: space-between;
}

.main_header  .our_menu_wrap button.navbar-toggler {
    padding-left: 5px;
    padding-right: 5px;
}
header.main_header a.navbar-brand {
        width: 110px;
    }

}