/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1400px) {
  
  .home-page .container-lg {
    max-width: 1440px;
  }
}
@media (max-width: 1700px) {
  
  .home-page .container-lg {
    max-width: 1370px;
  }
}
@media (max-width: 1400px) {
  
  .home-page .container-lg {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  
  .home-page .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  
  .home-page .container-lg {
    max-width: 1260px;
  }
}

.section-block {
  padding-block: 110px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-block {
    padding-block: 30px;
  }
}

.home-why-qatar {
  position: relative;
}
.home-why-qatar h2 {
  color: rgba(36, 44, 45, 0.8);
  font-weight: 700;
}
.home-why-qatar p {
  margin: 0;
  color: rgba(36, 44, 45, 0.8);
  font-weight: 400;
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .home-why-qatar p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.home-why-qatar::after {
  content: "";
  display: block;
  background-image: url(../images/about-vector-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 725px;
  position: absolute;
  bottom: -180px;
  z-index: -1;
  opacity: 0.92;
}

.image-block {
  position: relative;
  z-index: 1;
}
.image-block a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
.image-block a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, #000 0%, #000 100%);
  opacity: 0.2;
}
.image-block figure {
  margin: 0;
  transition: all 500ms;
}
.image-block figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 500ms;
}
.image-block h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 40px;
  inset-inline-start: 40px;
  margin: 0;
  z-index: 1;
}
.image-block::after {
  content: "";
  display: block;
  background-image: url(../images/image-block-vector.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 180px;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
.image-block:hover h3 {
  text-decoration: underline;
}
.image-block:hover figure img {
  transform: scale(1.1);
}
.image-block:hover figure::before {
  transform: scale(1.1);
  opacity: 0.5;
}

.home-about h2 {
  color: rgba(36, 44, 45, 0.8);
  font-weight: 700;
}
.home-about p {
  color: rgba(36, 44, 45, 0.8);
  font-weight: 400;
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .home-about p {
    font-size: 18px;
  }
}
.home-about .col-lg-4 {
  position: relative;
}
.home-about .col-lg-4 .read-more {
  position: absolute;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .home-about .col-lg-4 .read-more {
    position: inherit;
    margin-bottom: 10px;
  }
}
.home-about .box-white {
  display: flex;
  flex-direction: column;
  padding: 19px;
}
@media (min-width: 992px) {
  html[dir=rtl] .home-about .box-white {
    min-height: 248px;
  }
}
html[dir=rtl] .home-about .box-white img {
  transform: rotate(-90deg);
}
.home-about .box-white p {
  -webkit-line-clamp: inherit;
}

.grey-box {
  background-color: #E6EDEE;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .grey-box {
    padding: 20px;
  }
}
.grey-box h3 {
  color: rgba(36, 44, 45, 0.6);
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .grey-box h3 {
    margin-bottom: 15px;
  }
}

.box-white {
  background-color: #fff;
  border: 1px solid #A9F2E8;
  border-radius: 14px;
  box-shadow: 0px 12px 6px rgba(166, 166, 166, 0.06);
  padding: 25px;
  position: relative;
  height: 100%;
}
.box-white h4 {
  font-weight: 600;
  color: rgba(36, 44, 45, 0.6);
  margin-bottom: 0px;
}
.box-white p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: rgba(36, 44, 45, 0.6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.box-white a {
  font-size: 0;
}
.box-white:hover {
  box-shadow: 0px 12px 6px rgba(166, 166, 166, 0.2);
}

.offer-wrapper {
  color: #fff;
  border-radius: 20px;
  background-image: url(../images/offer-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.offer-wrapper h5 {
  display: flex;
  align-items: center;
  padding: 80px;
  position: relative;
  margin: 0;
}
@media (max-width: 991.98px) {
  .offer-wrapper h5 {
    padding: 65px;
    padding-bottom: 0px;
  }
}
.offer-wrapper h5 span {
  background-color: #2F1D77;
  position: relative;
  z-index: 1;
  padding: 0 12px;
  font-weight: 400;
  letter-spacing: 3px;
}
html[dir=rtl] .offer-wrapper h5 span {
  letter-spacing: 0;
}
.offer-wrapper hr {
  margin: 0;
  padding: 40px;
}
.offer-wrapper::before {
  content: "";
  display: block;
  width: 1px;
  height: 67px;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  inset-inline-start: 90px;
}

.with-line::after {
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  right: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.with-line::before {
  display: inline-block;
  content: "";
  width: 0;
}

.home-value-wrapper {
  padding: 80px;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .home-value-wrapper {
    padding: 30px;
  }
  .home-value-wrapper .read-more {
    margin-top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .home-value-wrapper {
    padding: 40px;
  }
}

.value-block p {
  font-size: 20px;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .value-block p {
    font-size: 16px;
  }
}
.value-block figure {
  width: 79px;
  height: 60px;
}
@media (max-width: 767.98px) {
  .value-block figure {
    width: 60px;
    height: 50px;
  }
}
.value-block figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.value-block h4 span {
  display: block;
}
@media (max-width: 767.98px) {
  .value-block h4 span {
    display: inline;
  }
}

.home-business {
  background-color: #F2F2F2;
  position: relative;
  z-index: 1;
}
.home-business hr {
  margin: 0;
  padding-bottom: 40px;
}
.home-business h2 {
  color: rgba(36, 44, 45, 0.8);
  font-weight: 700;
}
.home-business p {
  color: rgba(36, 44, 45, 0.8);
  font-weight: 400;
}
.home-business .btn-light {
  background-color: rgba(36, 44, 45, 0.8);
  color: rgba(255, 255, 255, 0.8);
  border: none;
}

.business-step h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgba(36, 44, 45, 0.8);
}
@media (max-width: 991.98px) {
  .business-step h3 {
    font-size: 30px;
  }
}
.business-step h4 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgba(36, 44, 45, 0.8);
}
@media (max-width: 991.98px) {
  .business-step h4 {
    font-size: 25px;
  }
}
.business-step p {
  font-size: 22px;
  font-weight: 300;
  color: rgba(36, 44, 45, 0.8);
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .business-step p {
    font-size: 18px;
  }
}
.business-step li {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .business-step li {
    margin-bottom: 25px;
  }
}

.get-touch {
  border-radius: 20px;
  background-image: url(../images/get-in-touch.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .get-touch {
    height: 100%;
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .get-touch {
    padding: 20px;
  }
}
.get-touch .box-white {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.get-touch .box-white img {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .get-touch .box-white img {
    margin-bottom: 20px;
  }
}
.get-touch .box-white h4 {
  font-weight: 500;
  color: rgba(36, 44, 45, 0.8);
  margin-bottom: auto;
  padding-bottom: 10px;
}
@media (max-width: 1700px) {
  .get-touch .box-white h4 {
    font-size: 19px;
  }
}
.get-touch .box-white a {
  font-size: 18px;
  color: rgba(36, 44, 45, 0.8);
  font-weight: 300;
  word-break: break-all;
}
@media (max-width: 1700px) {
  .get-touch .box-white a {
    font-size: 16px;
  }
}
.get-touch .box-white:hover {
  box-shadow: none;
}
.get-touch .get-touch-middle {
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 120px;
}
@media (max-width: 1399.98px) {
  .get-touch .get-touch-middle {
    padding: 20px;
  }
  .get-touch .get-touch-middle h2 {
    font-size: 35px;
  }
  .get-touch .get-touch-middle .box-white {
    padding: 16px;
  }
}
@media (max-width: 991.98px) {
  .get-touch .get-touch-middle h2 {
    font-size: 25px;
  }
}
.home-media-center {
  margin-bottom: 160px;
  overflow: inherit;
}
@media (max-width: 991.98px) {
  .home-media-center {
    margin-bottom: 10px;
  }
}
.home-media-center h2 {
  color: rgba(36, 44, 45, 0.8);
  font-weight: 700;
}
.home-media-center .opacity-content {
  color: rgba(36, 44, 45, 0.8);
}
@media (max-width: 1600px) {
  .home-media-center .slick-arrow {
    bottom: -27%;
  }
}
@media (max-width: 991.98px) {
  .home-media-center .slick-arrow {
    bottom: -15%;
  }
  .home-media-center .slick-arrow.slick-next {
    inset-inline-start: 60px;
  }
}
html[dir=rtl] .home-media-center .slick-arrow.slick-prev {
  transform: rotate(180deg);
  inset-inline-start: 80px;
}
html[dir=rtl] .home-media-center .slick-arrow.slick-next {
  transform: none;
  inset-inline-start: 0px;
}
.partner-holder {
  max-width: 100%;
  margin-inline-end: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
@media (max-width: 991.98px) {
  .partner-holder {
    margin: 0 5px;
    text-align: center;
    max-width: 100%;
    min-height: 100%;
  }
}
.partner-holder figure {
  margin-bottom: 20px;
  border-radius: 0px;
  overflow: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  height: 140px;
  padding: 8px;
}
.partner-holder figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-holder h4 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(36, 44, 45, 0.8);
  min-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .partner-holder h4 {
    font-size: 20px;
    min-height: auto;
  }
}
.partner-holder p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(36, 44, 45, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 82px;
}
@media (max-width: 991.98px) {
  .partner-holder p {
    font-size: 16px;
    min-height: auto;
  }
}
.home-partner {
  overflow: hidden;
}
.home-partner .line-head {
  font-size: 22px;
  font-weight: 500;
  color: rgba(36, 44, 45, 0.8);
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .home-partner .line-head {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .home-partner .line-head {
    font-size: 18px;
  }
}
html[dir=rtl] .home-partner .line-head {
  letter-spacing: 0;
}
.home-partner .slick-arrow {
  bottom: -8%;
}
@media (max-width: 991.98px) {
  .home-partner .slick-arrow {
    bottom: -8%;
    width: 40px;
    height: 40px;
  }
}
html[dir=rtl] .home-partner .slick-arrow.slick-prev {
  inset-inline-start: 80px;
  transform: rotate(180deg);
}
html[dir=rtl] .home-partner .slick-arrow.slick-next {
  transform: none;
  inset-inline-start: 0px;
}
.partner-sec {
  border-inline-end: 1px solid #C78EA8;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .partner-sec {
    margin-bottom: 50px;
  }
}
.partner-sec::before {
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  inset-inline-end: 100%;
  background-color: #C78EA8;
  height: 1px;
  z-index: -1;
  top: 0px;
}
@media (max-width: 991.98px) {
  .partner-sec::before {
    inset-inline-end: 0%;
  }
}
.partner-sec::after {
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  inset-inline-end: 96%;
  background-color: #C78EA8;
  height: 1px;
  z-index: -1;
  bottom: 0px;
}
.partner-sec .line-head {
  margin-top: -10px;
  position: relative;
}
.partner-sec .line-head::after {
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  inset-inline-end: -13px;
  background-color: #C78EA8;
  height: 1px;
  z-index: -1;
  top: 10px;
}
.partner-sec .line-head span {
  display: inline-block;
  margin-top: -10px;
  background-color: #fff;
  padding: 0 10px;
}
.partner-sec .slider-1::after {
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  inset-inline-end: -13px;
  background-color: #C78EA8;
  height: 1px;
  z-index: -1;
  bottom: 0px;
}
.partner-sec .partner-holder h4,
.partner-sec .partner-holder p {
  display: none;
}
.slider-1 {
  padding-bottom: 40px;
}
.slider-1 .item.slick-current .partner-holder {
  position: relative;
}
.slider-1 .slick-track {
  margin-left: 0;
}
.slider-1 .slick-track html[dir=rtl] {
  margin-right: 0;
  margin-left: auto;
}
.slider-1 .slick-arrow {
  z-index: 1;
}
.partner-sec-full {
  border-inline-end: none;
}
@media (min-width: 992px) {
  .partner-sec-full {
    width: 100% !important;
  }
}
.partner-sec-full:before {
  width: 100vw;
  inset-inline-start: auto;
  inset-inline-end: auto;
}
.partner-sec-full::after {
  width: 100vw;
  inset-inline-start: auto;
  inset-inline-end: auto;
}
.partner-sec-full .line-head::after {
  width: 100vw;
  inset-inline-end: 0;
}
.partner-sec-full .slider-1::after {
  width: 100vw;
  inset-inline-end: 0;
}

.champion-sec {
  border-inline-start: 1px solid #C78EA8;
  position: relative;
  z-index: 1;
}
.champion-sec::before {
  display: inline-block;
  content: "";
  width: 100vw;
  position: absolute;
  inset-inline-start: 0px;
  background-color: #C78EA8;
  height: 1px;
  z-index: -1;
  top: 0px;
}
.champion-sec::after {
  display: inline-block;
  content: "";
  width: 100vw;
  position: absolute;
  inset-inline-start: 0px;
  background-color: #C78EA8;
  height: 1px;
  z-index: -1;
  bottom: 0px;
}
.champion-sec .line-head {
  margin-top: -10px;
}
.champion-sec .line-head span {
  display: inline-block;
  margin-top: -10px;
  background-color: #fff;
  padding: 0 10px;
  margin-inline-start: 50px;
}
@media (max-width: 991.98px) {
  .champion-sec .line-head span {
    margin-inline-start: 0px;
  }
}
.champion-sec .slider-1 {
  margin-inline-start: 50px;
}
@media (max-width: 991.98px) {
  .champion-sec .slider-1 {
    margin-inline-start: 0px;
  }
}
.champion-sec .partner-holder h4,
.champion-sec .partner-holder p {
  display: none;
}

.champion-sec-full {
  border-inline-start: none !important;
}
@media (min-width: 992px) {
  .champion-sec-full {
    width: 100% !important;
  }
}
.champion-sec-full:before {
  inset-inline-start: -20%;
  inset-inline-end: -20%;
  width: auto;
}
.champion-sec-full::after {
  inset-inline-start: -20%;
  inset-inline-end: -20%;
  width: auto;
}

.champion-sec-full .item.slick-active .partner-holder,
.partner-sec-full .item.slick-active .partner-holder {
  position: relative;
}
.champion-sec-full .item.slick-active .partner-holder::after,
.partner-sec-full .item.slick-active .partner-holder::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #C78EA8;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .champion-sec-full .item.slick-active .partner-holder::after,
  .partner-sec-full .item.slick-active .partner-holder::after {
    display: none;
  }
}
.champion-sec-full .item:last-child.slick-active .partner-holder::after,
.partner-sec-full .item:last-child.slick-active .partner-holder::after {
  display: none;
}
.champion-sec-full .partner-holder figure,
.partner-sec-full .partner-holder figure {
  width: 120px;
}
@media (max-width: 991.98px) {
  .champion-sec-full .partner-holder figure,
  .partner-sec-full .partner-holder figure {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .partner-sec,
  .champion-sec {
    width: 49%;
  }
}

.video-wrapper video {
  display: none !important;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  background-blend-mode: screen;
  opacity: 0.08;
}

.headquarter {
  align-items: start;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.headquarter figure {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.headquarter figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.headquarter a {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.view-all {
  position: absolute;
  inset-inline-start: 164px;
  bottom: -29px;
  border: 1px solid #2ADFC5;
  background-color: #fff;
  z-index: 1;
  color: #2ADFC5;
  font-weight: 400;
  font-size: 24px;
}
.view-all:hover, .view-all:active, .view-all:focus {
  color: #fff !important;
  background-color: #2ADFC5 !important;
  border: 1px solid #2ADFC5 !important;
}

.info-sec {
  display: flex;
  line-height: 14px;
  margin-bottom: 25px;
}
.info-sec .date {
  font-size: 18px;
  font-weight: 600;
  color: #2F1D77;
}
@media (max-width: 1199.98px) {
  .info-sec .date {
    font-size: 16px;
  }
}
.info-sec .tag {
  font-size: 18px;
  font-weight: 600;
  color: #29F3C6;
  border-inline-start: 1px solid #D9D9D9;
  padding-inline-start: 10px;
  margin-inline-start: 10px;
}
@media (max-width: 1199.98px) {
  .info-sec .tag {
    font-size: 16px;
  }
}

.news-block {
  position: relative;
}
.news-block hr {
  border-color: #A9F2E8;
  opacity: 1;
  padding-top: 30px;
  margin: 0;
  margin-top: 30px;
}
.news-block h4 {
  color: rgba(36, 44, 45, 0.8);
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  min-height: 80px;
}
@media (max-width: 991.98px) {
  .news-block h4 {
    margin-bottom: 18px;
    min-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .news-block h4 {
    min-height: auto;
  }
}
.news-block a {
  text-decoration: underline;
  font-size: 20px;
  color: #014C59;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .news-block a {
    font-size: 18px;
  }
}
.news-block figure {
  margin: 0;
}
.news-block figure img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.01);
  width: 100%;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-block:hover figure img {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-wrapper {
  margin: 6px 10px;
}
@media (max-width: 767.98px) {
  .news-wrapper {
    margin: 0;
  }
}

.news-progress-bar {
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .news-progress-bar {
    margin-bottom: 100px;
  }
}
.news-progress-bar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.news-progress-bar .progress {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: inherit;
  background-image: linear-gradient(to right, #29DFC6, #29DFC6);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  z-index: -1;
  bottom: -107px;
}
@media (max-width: 991.98px) {
  .news-progress-bar .progress {
    display: none;
  }
}
.news-progress-bar::after {
  content: "";
  display: block;
  background-image: url(../images/slider-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 9px;
  z-index: -2;
  position: absolute;
  bottom: -107px;
}

.news-wrapper .video-wrapper, .news-wrapper figure {
  padding-bottom: 61.8%;
  position: relative;
}
.news-wrapper .video-wrapper video, .news-wrapper .video-wrapper img, .news-wrapper figure video, .news-wrapper figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  inset-inline-start: 0;
  top: 0;
}

.success-stories-banner {
  max-height: 540px;
  height: 100%;
}
.success-stories-banner figure {
  max-height: 540px;
}
.success-stories-banner video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
