.slider-container {
  width: 100%;
  height: 387px;
}

p{
  margin-bottom:0 !important;
}

.slider-container > .swiper {
  height: 100%;
}
.swiper-img {
  height: 387px;
  position: relative;
}
.slider-container .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 103.05%);
  width: 100%;
  height: 100%;
}
.slider-container .swiper-slide {
  position: relative;
}
.text_wrapper {
  width: 50%;
}
.weight-700 {
  font-weight: 700;
}
.weight-400 {
  font-weight: 400;
}
.slider-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.slider-container .swiper-pagination-bullet-active {
  background: #5ad7f0;
}
.swiper-text {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 57px;
  font-weight: 500;
  font-size: 14px;
}
.date {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.date p {
  padding-left: 10px;
  margin-left: 5px;
}
.date p:last-child {
  padding-right: 10px;
}
.date p:first-child {
  color: #fff;
  position: relative;
}
/*.date p:first-child::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
}*/

.swiper_heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 147%;
}
.swiper_disc {
  font-size: 24px;
}
.swiper-text_disc {
  font-weight: 400;
  font-size: 24px;
}
.swiper_link {
  margin-top: 20px;
  border: 1px solid #ffffff;
  border-radius: 29px;
  position: relative;
  width: 157px;
  height: 43px;

  font-weight: 700;
  font-size: 16px;
}
.swiper_link a {
  position: absolute;
  left: 0;
  top: 0;
  padding: 14px 25px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
}
.chevron-left {
  background-image: url(icon/Line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.swiper_link .chevron-left {
  width: 9px;
  height: 16px;
  object-fit: contain;
}
/* tab */
.tab-container {
  margin-top: 20px;
}

.tab-container .nav-link {
  padding-left: 80px;
}
.tab-container .item-s {
  margin-bottom: 39px;
}
.tab-container .img-wrapper img {
  /*height: 352px;*/
  border-radius:15px;
}
.tab-content-wrapper {
  display: flex;

  margin: 33px -8px 0 -8px;
}
.item-s_wrapper {
  padding: 0 8px;
}

.tab-content-l {
  color: var(--black);
}

.tab-content-l img {
  width: 100%;
}
.tab-content-l .heading {
  font-weight: 600;
  font-size: 27px;
  margin-top: 20px;
  text-align: center;
}
.tab-content-l .desc {
  font-weight: 400;
  text-align: center;
  font-size: 21px;
}

.main-wrapper-tab{
  padding: 0 47px;
}

.tab-news_item {
  padding: 0 8px;
}
.tab-news_item .date p:first-child {
  color: rgba(196, 196, 196, 1);
}
/*.tab-news_item .date p:first-child::after {
  background-color: #c4c4c4;
}*/
.tab-news_item .tab-news_h {
  font-weight: 600;
  font-size: 24px;
  color:var(--black)
}

.tab-news_h:hover{
  color: var(--blue)
}

.tab-news_d {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 56px;
}
.tab-news_item .date p {
  font-weight: 500;
  font-size: 14px;
}
.tab-container .nav-tabs .nav-link.active {
  color: rgba(151, 151, 151, 1);
  border: none;
  background-color: transparent;
}
.tab-container .nav-tabs .nav-link {
  color: rgba(216, 216, 216, 1);
  font-weight: 600;
  font-size: 24px;
  border: none;
  background-color: transparent;
}
.tab-container .tab-content {
  margin-top: 45px;
}
.tab-container .nav-tabs {
  border-bottom: none;
}
.tab-container .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  isolation: inherit;
}
.tab-container .card-s_img {
  height: 160px;
}
.tab-container .card-s_img img {
  height: 100%;
}
/* video & news */
.video-container,
.news-container {
  margin-top: 80px;
}
.video-wrapper .item {
  padding-top: 20px;
}
.first_heading {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 36px;
  color: rgba(30, 65, 110, 1);
}

.item {
  position: relative;
}

.video-card_img {
  width: 100%;
  height: 310px;
  border-radius: 15px;
  position: relative;
}

.video-container .video-card_img::before,
.video-image-item .video-card_img::before,
.video-item-mobile .video-card_img::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(
          179.73deg,
          rgba(0, 0, 0, 0) 23.37%,
          #000000 99.76%
  );
  top: 0;
  border-radius: 15px;
}
.video-card_img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.video_play-icon span.icon-play {
  font-size: 30px;
}
.video_play-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81px;
  height: 81px;
  top: 50%;
  background: rgba(255, 255, 255, 0.51);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video__text {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 16px 20px;
  font-size: 20px;
}

.item-col-line .item,
.card-s .card-s_img,
.item-s .item-col-line,
.news-container .item-line {
  position: relative;
}
.item-col-line .item:first-child::after,
.item-s .item-col-line::after,
.news-container .item-line::after {
  content: "";
  position: absolute;

  border: 0.5px solid #c7c7c7;

  height: 100%;
}
.item-col-line .item:first-child::after {
  left: -13px;
  top: 20px;
}
.news-container .item-line::after {
  left: 0;
  top: 20px;
}
.item-s .item-col-line::after,
.news-container .item-s .item-line::after {
  left: 0;
  top: 0;
}
.date {
  display: flex;
  align-items: center;
}
.item-card_text {
  margin: 24px 0 25px 0;
}
.item-card_text_h {
  font-weight: 600;
  font-size: 27px;
  color: var(--black);
}

.item-card_text_p {
  font-weight: 400;
  font-size: 27px;
  color: var(--black);
}

.card-s {
  padding: 0 10px;
}
.card-s_img {
  border-radius: 10px;
  position: relative;
}
.video-container .card-s_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0) 50%,
          rgba(0, 0, 0, 0.82) 100%
  );
  top: 0;
  border-radius: 15px;
}
.card-s_img img {
  width: 100%;
  height: 145px;
  border-radius: 15px;
}
.video-s-icon,
.item-s_text {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(247, 247, 247, 0.93);
  width: 37px;
  height: 28px;
  border-radius: 0 10px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
}
.video-s-icon .icon-play {
  font-size: 18px;
}
.video-s-icon .icon-play::before {
  color: var(--blue);
}
.item-s_text {
  width: auto;
  padding: 9px;
}
.video-s-icon {
  width: fit-content;
  padding: 7px;
}

.card_date {
  position: absolute;
  left: 0;
  bottom: 5px;
  color: #fff;
  display: flex;
  padding: 0 10px;
}
.card_date .icon-time {
  margin-right: 10px;
}
.item-s {
  display: flex;
}
.item-s_text_wrapper {
  font-weight: 600;
  font-size: 23px;
  margin-top: 19px;
  display:inline-block;
  color: var(--black);
  /*width: fit-content;*/
}
/* blue */
.blue-container {
  width: 100%;
  height: 604px;
  margin-top: 80px;
  background: #19325a;
  padding: 80px 0 65px 0;
}
.blue-container .date p:last-child {
  color: rgba(255, 255, 255, 0.65);
}

/*.blue-container .date p:first-child::after {
  height: 50%;
  top: 20%;
  background: #c4c4c4;
}*/
.blue-wrapper {
  margin-left: -26px;
  margin-right: -26px;
  display: flex;
}
.blue-item {
  color: #fff;
  padding: 0 11px;
}
.blue-item img {
  width: 100%;
  height: 361px;
  border-radius: 10px;
}
.blue-item_text {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}
.blue-item_text_h {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.blue-item_desc {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.blue-item_left {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.blue-img-s img {
  width: 100%;
  height: 133px;
  border-radius: 10px;
}
/* social */
.social-container {
  padding: 70px 0 80px 0;
  background: #f7f7f7;
}
.social-wrapper {
  display: flex;
}
.social-wrapper .social-item {
  padding: 0 15px;
  margin-top: 20px;
}
.social-card {
  width: 100%;
  background: rgba(218, 218, 218, 0.37);
  border-radius: 10px;
  padding: 26px 29px 46px 29px;
}

.social-card .heading {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 4px;
}
.social-card_item {
  background: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
}
.social-card_item .icon-twitter {
  font-size: 14px !important;
}
.social-card_item_btn {
  background: #d8d8d8;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  border-radius: 43px;
  padding: 5px 10px;
  transition: all 0.4s;
}
.social-card_item_btn:hover {
  background-color: var(--blue);
  color: var(--white);
}
.social-card_item_link a {
  color: #979797;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.social-card_item_link a i {
  margin-right: 10px;
}
.social-card_item_link a span {
  margin-right: 10px;
}
.social-card_item_link a .icon-twitter {
  font-size: 30px;
}

.social-news-card {
  margin-top: 39px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 30px 81px 30px;
  border-radius: 10px;
  text-align: center;
}

.social-news-card .social-img .icon-newletter{
  font-size: 60px;
}

.social-heading {
  font-weight: 700;
  margin-top: 15px;
  font-size: 23px;
}

.social-desc {
  font-weight: 400;
  font-size: 20px;
}

.social-form form {
  display: flex;
  flex-direction: column;
  margin-top: 27px;
}

.social-form input[type="email"] {
  background: #f7f7f7;
  border-radius: 10px;
  height: 51px;
  border: none;
  outline: none;
  padding: 14px 26px;
  direction:rtl;
}
.social-form input[type="email"]::placeholder {
  color: rgba(0, 0, 0, 0.21);
  font-weight: 500;
  font-size: 16px;
  direction:rtl !important;
}

.social-form_btn {
  background: var(--blue) !important;
  border-radius: 10px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white) !important;
  margin-top: 11px !important;
  font-weight: bold;
  font-size: 18px !important;
}

.item-s-card_desc {
  font-weight: 400;
  font-size: 20px;
}
.social-item .video-card_img {
  height: 445px;
}
.double-icon {
  display: flex;
  font-size: 25px;
  width: 7px;
}
.double-icon span.icon-arrow-2 {
  width: 100%;
}
.double-icon span.icon-arrow-2 {
  width: 100%;
  height: 100%;
}
.double-icon span.icon-arrow-2::before {
  color: var(--blue);
}

.first_heading__text {
  padding-right: 30px;
  color: var(--blue);
}

.blue-container .first_heading__text {
  padding-right: 30px;
  color: var(--white);
}

.blue-container .icon-arrow-2:before{
  color: var(--white) !important;
}

.featured-article-link{
  color:var(--black);
}

.page-template.page-template-blog-page #masthead {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.page-template.page-template-blog-page .header-box-shadow{
  margin-bottom: 0px;
}

/* blue */
@media (max-width: 1199.98px) {

  .blue-container .blue-item_text .blue-item_text_h {
    font-size: 16px;
    width: 50%;
  }
  .blue-item .date {
    width: 50%;
  }
}
/* blue & social & video & news */
@media (max-width: 991.98px) {
  .social-wrapper {
    flex-direction: column;
  }
  .social-container .social-card,
  .social-container .social-news-card {
    width: 48%;
  }
  .social-item-c .social-item:first-child {
    display: flex;
    justify-content: space-between;
  }
  .blue-container {
    height: 100%;
  }
  .tab-container .tab-content-l .heading,
  .tab-container .tab-content-l .desc {
    font-size: 22px;
  }
  .tab-container .tab-news_h {
    font-size: 20px;
  }
  .video-container .item-card_text_h,
  .video-container .item-card_text_p,
  .news-container .item-card_text_h,
  .news-container .item-card_text_p {
    font-size: 24px;
  }
  .video-container .video__text {
    font-size: 18px;
  }
}
/* all */
@media (max-width: 767.98px) {
  .text_wrapper {
    width: 80%;
  }
  .item-s_wrapper {
    display: flex;
  }
  .tab-container .nav-link {
    padding-left: 40px;
  }
  .social-container .card-s_img img {
    height: 98px;
  }
  .tab-container .item-s {
    padding: 0 15px;
  }
  .tab-container .tab-content-wrapper {
    flex-direction: column;
  }
  .tab-container .tab-news_item {
    margin-top: 20px;
  }
  .tab-container .custom-select {
    width: 50%;
  }
  .tab-container .select-items div,
  .tab-container .select-selected {
    color: #979797;
  }
  .video-container .item,
  .news-container .item {
    margin-top: 11px;
    padding-top: 0;
  }
  .video-container .item-card_text,
  .news-container .item-card_text {
    margin: 15px 0 15px 0;
  }
  .news-container .card-s_img img {
    height: 98px;
  }
  .item-col-line .item:first-child::after,
  .item-s .item-col-line::after,
  .news-container .item-line::after {
    content: "";
    display: none;
  }
  .blue-container .blue-wrapper,
  .social-container .social-item {
    flex-direction: column;
  }
  .blue-container .blue-item_left {
    margin-top: 20px;
  }
  .social-container .social-card,
  .social-container .social-news-card {
    width: 100%;
  }
}
/* tab & video & blue & social */
@media (min-width: 576px) {
  .tab-lg,
  .social-md {
    display: block;
  }

  .tab-xs,
  .social-xs {
    display: none;
  }
  .video-container .date,
  .video-container .item-s-card-title,
  .item-s_text_wrapper .heading,
  .video-container .show-more,
  .social-card-xs,
  .blue-container-xs {
    display: none;
  }
  .blue-conatiner-sm {
    display: block;
  }
}
/* all */
@media (max-width: 575.98px) {
  .slider-container {
    height: 255px;
  }
  .slider-container .swiper_heading {
    font-size: 18px;
  }
  .slider-container .swiper_disc {
    font-weight: 700;
    font-size: 15px;
  }
  .date {
    font-size: 12px;
  }
  .swiper_link a {
    padding: 10px 14px;
  }
  .swiper_link {
    width: 112px;
    height: 30px;
    font-size: 10px;
  }
  .swiper_link .chevron-left {
    width: 6px;
    height: 9px;
  }
  .text_wrapper {
    width: 100%;
  }
  .tabs-select {
    width: 50%;
    display: flex;
    position: relative;
    align-items: center;
  }

  .tabs-drop-down select {
    border: none;
    font-weight: 600;
    font-size: 16px;
    color: #979797;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 60%;
    background-color: transparent;
    padding: 10px;
  }
  .tabs-drop-down select:focus-visible {
    border: none;

    outline: none;
  }
  .tab-lg {
    display: none;
  }
  .tab-xs {
    display: block;
  }
  .tab-xs .card-s_img img {
    height: 100%;
  }
  .tab-xs .card-s {
    padding: 0;
    margin-bottom: 21px;
  }
  .article-select-items-inner{
    display: none;
  }
  .video-container,
  .news-container,
  .tab-container {
    margin-top: 20px;
  }

  .video-container .item-s {
    flex-direction: column;
  }
  .video-container .card-s,
  .social-container .card-s,
  .tab-xs .card-s {
    display: flex;
  }
  .video-container .item-s_text_wrapper,
  .tab-xs .item-s_text_wrapper {
    font-size: 13px;
    font-weight: 600;
  }

  .card-s .item-s_text_wrapper {
    padding-right: 15px;
    font-size: 15px;
  }
  .item-s_text_wrapper .date p:first-child {
    color: #c4c4c4;
  }
/*  .item-s_text_wrapper .date p:first-child::after {
    background: rgba(196, 196, 196, 1);
  }*/
  .item-s_text_wrapper p {
    font-weight: 400;
    font-size: 7px;
  }
  .video-container .card-s_img {
    margin-top: 20px;
  }
  .video-container .card-s_img img,
  .tab-xs .card-s_img {
    height: 98px;
  }

  .news-container .item-s {
    flex-direction: column;
  }
  .video-container .item-s-card-title,
  .social-container .item-s-card-title,
  .tab-xs .item-s-card-title {
    background: #d8d8d8;
    font-size: 7px;
    text-align: center;
    width: fit-content;
    border-radius: 40px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 8px;
  }
  .video-container .show-more,
  .tab-xs .show-more {
    margin-top: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-container .show-more p,
  .tab-xs .show-more p {
    background: #e5e5e5;
    width: calc(100% - 150px);
    padding: 10px 0;
    border-radius: 35px;
    font-weight: 700;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blue-container {
    padding: 32px 0;
  }
  .social-card-xs {
    margin-top: 31px;
    padding: 0 42px;
  }

  .news-container .card-s,
  .social-container .card-s {
    display: flex;
    margin-bottom: 15px;
  }
  .news-container .card-s {
    padding: 0;
  }
  .blue-container {
    margin-top: 25px;
  }
  .social-container {
    padding-top: 25px;
  }
  .social-container .card-s {
    padding: 0 10px;
  }
  .blue-conatiner-sm {
    display: none;
  }
  .blue-container-xs .swiper-slide img {
    height: 98px;
    border-radius: 5px;
  }
  .blue-container .swiper-slide .text {
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
  }

  .icon {
    background-image: url(icon/chevron.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 100px;
  }
  .social-md {
    display: none;
  }

  .video-container .first_heading,
  .news-container .first_heading,
  .blue-container .first_heading{
    font-size: 15px;
  }

  .video-container .item-card_text_h,
  .video-container .item-card_text_p,
  .video-container .video__text,
  .news-container .item-card_text_h,
  .news-container .item-card_text_p {
    font-size: 16px;
  }
}

.news-wrapper a{
  color:var(--black);
}

/* scoail */
@media (max-width: 405px) {
  .social-card-xs {
    padding: 0;
  }
}

@media (max-width: 650px) {
  .social-card_item_link a p {
    font-size: 9px;
  }
}

/*** small screen laptop ***/

@media (max-width: 1368px) {
  .social-card_item_link a{
    font-size: 12px;
  }
}
